summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.hrc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:02:09 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:02:09 +0000
commitf1aad3ecc0e4195e6f3b40c012956444d29e3dea (patch)
treecf8f41fcabbd6c911ac0a85440216df63b8201e8 /filter/source/pdf/impdialog.hrc
parentce70d382b875c073b4443ae0989c8dea6169573a (diff)
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
Diffstat (limited to 'filter/source/pdf/impdialog.hrc')
-rw-r--r--filter/source/pdf/impdialog.hrc19
1 files changed, 17 insertions, 2 deletions
diff --git a/filter/source/pdf/impdialog.hrc b/filter/source/pdf/impdialog.hrc
index 55dd7d717526..48a92e774394 100644
--- a/filter/source/pdf/impdialog.hrc
+++ b/filter/source/pdf/impdialog.hrc
@@ -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
+//<---