INTEGRATION: CWS beppec56pdflinks (1.12.72); FILE MERGED

2007/11/06 22:43:54 beppec56 1.12.72.6: Issue number: #i56629#
Submitted by: beppec56
Reviewed by: beppec56
PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason
2007/11/04 15:51:45 beppec56 1.12.72.5: Issue number: #i56629#
Submitted by: beppec56
Reviewed by: beppec56
PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason
2007/10/01 11:01:04 beppec56 1.12.72.4: Issue number: #i56629#
Submitted by: beppec56
Reviewed by: beppec56
PDF Export: relative hyperlink and other stuff
2007/08/12 16:19:05 beppec56 1.12.72.3: Issue number: #i56629#
Submitted by: beppec56
Reviewed by: beppec56
PDF Export: relative hyperlink and other stuff
2007/08/11 15:53:02 beppec56 1.12.72.2: Issue number: #i56629#
Submitted by: beppec56
Reviewed by: beppec56
PDF Export: add relative hyperlink and other stuff
2007/08/09 17:46:48 beppec56 1.12.72.1:
Issue number: i56629
Submitted by: beppec56
Reviewed by: beppec56
Add PDF relative hyperlink
This commit is contained in:
Ivo Hinkelmann 2007-11-20 16:02:09 +00:00
parent ce70d382b8
commit f1aad3ecc0

View file

@ -4,9 +4,9 @@
*
* $RCSfile: impdialog.hrc,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: ihi $ $Date: 2007-03-26 11:13:29 $
* last change: $Author: ihi $ $Date: 2007-11-20 17:02:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -40,6 +40,7 @@
#define RID_PDF_TAB_VPREFER (RID_PDF_DIALOG_START + 2)
#define RID_PDF_TAB_OPNFTR (RID_PDF_DIALOG_START + 3)
#define RID_PDF_TAB_SECURITY (RID_PDF_DIALOG_START + 4)
#define RID_PDF_TAB_LINKS (RID_PDF_DIALOG_START + 12)
//strings
#define STR_PDF_EXPORT (RID_PDF_DIALOG_START + 5)
@ -80,6 +81,8 @@
#define CB_EXPORTEMPTYPAGES 23
#define CB_ADDSTREAM 24
#define CB_PDFA_1B_SELECT 25
#define FL_OLD_PAGES 51
#define RB_OLD_ALL 52
#define RB_OLD_RANGE 53
@ -159,3 +162,15 @@
#define RB_CHANGES_ANY_NOCOPY 137
#define CB_ENDAB_COPY 138
#define CB_ENAB_ACCESS 139
//---> i56629 controls for link management
#define CB_ENAB_RELLINKFSYS 150
#define FL_DEFAULT_LINK_ACTION 151
#define CB_VIEW_PDF_DEFAULT 152
#define CB_VIEW_PDF_BROWSER 153
#define CB_VIEW_PDF_APPLICATION 154
#define CB_CNV_OOO_DOCTOPDF 155
#define CB_EXP_BMRK_TO_DEST 156
//<---