CWS-TOOLING: integrate CWS os133
2009-08-17 11:57:21 +0200 od r275041 : #i41413# correction of fix - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os r273285 : #i103021# BulletId is a unicode character
This commit is contained in:
parent
b1c88c6efb
commit
99ab50635c
2 changed files with 8 additions and 4 deletions
|
@ -52,5 +52,9 @@
|
|||
#define HID_FILTER_XSLT_START (HID_FILTER_START + 0) // see source/xsltdialog/xmlfilterhelpids.hrc for range
|
||||
#define HID_FILTER_XSLT_END (HID_FILTER_START + 99)
|
||||
#define HID_FILTER_PDF_OPTIONS (HID_FILTER_START + 100)
|
||||
#define HID_FILTER_PDF_INITIAL_VIEW (HID_FILTER_START + 101)
|
||||
#define HID_FILTER_PDF_USER_INTERFACE (HID_FILTER_START + 102)
|
||||
#define HID_FILTER_PDF_SECURITY (HID_FILTER_START + 103)
|
||||
#define HID_FILTER_PDF_LINKS (HID_FILTER_START + 104)
|
||||
#endif
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@ TabPage RID_PDF_TAB_GENER
|
|||
//tab page for PDF Export, opening features
|
||||
TabPage RID_PDF_TAB_OPNFTR
|
||||
{
|
||||
HelpId = 0 ;
|
||||
HelpId = HID_FILTER_PDF_INITIAL_VIEW ;
|
||||
Text[ en-US ] = "Initial View" ;
|
||||
TAB_PDF_SIZE;
|
||||
Hide = TRUE;
|
||||
|
@ -374,7 +374,7 @@ TabPage RID_PDF_TAB_OPNFTR
|
|||
//tab page for PDF Export, viewer preferences
|
||||
TabPage RID_PDF_TAB_VPREFER
|
||||
{
|
||||
HelpId = 0 ;
|
||||
HelpId = HID_FILTER_PDF_USER_INTERFACE ;
|
||||
Text[ en-US ] = "User Interface" ;
|
||||
TAB_PDF_SIZE;
|
||||
Hide = TRUE;
|
||||
|
@ -492,7 +492,7 @@ TabPage RID_PDF_TAB_VPREFER
|
|||
//tab page for PDF Export, security
|
||||
TabPage RID_PDF_TAB_SECURITY
|
||||
{
|
||||
HelpId = 0 ;
|
||||
HelpId = HID_FILTER_PDF_SECURITY ;
|
||||
Text [ en-US ] = "Security";
|
||||
TAB_PDF_SIZE;
|
||||
Hide = TRUE;
|
||||
|
@ -654,7 +654,7 @@ TabPage RID_PDF_TAB_SECURITY
|
|||
//tab page for PDF Export, links management
|
||||
TabPage RID_PDF_TAB_LINKS
|
||||
{
|
||||
HelpId = 0 ;
|
||||
HelpId = HID_FILTER_PDF_LINKS;
|
||||
Text [ en-US ] = "---";
|
||||
TAB_PDF_SIZE;
|
||||
Hide = TRUE;
|
||||
|
|
Loading…
Reference in a new issue