Update ooo320-m1
[ooovba.git] / filter / source / pdf / impdialog.hrc
blob8eb652dc9f3b05407e797fcf66b482cc7adc72b6
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: impdialog.hrc,v $
10  * $Revision: 1.15.80.2 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <filter.hrc>
33 #define RID_PDF_EXPORT_DLG          (RID_PDF_DIALOG_START +   0)
34 #define RID_PDF_TAB_GENER           (RID_PDF_DIALOG_START +   1)
35 #define RID_PDF_TAB_VPREFER         (RID_PDF_DIALOG_START +   2)
36 #define RID_PDF_TAB_OPNFTR          (RID_PDF_DIALOG_START +   3)
37 #define RID_PDF_TAB_SECURITY        (RID_PDF_DIALOG_START +   4)
38 #define RID_PDF_TAB_LINKS           (RID_PDF_DIALOG_START +   12)
39 //strings
40 #define STR_PDF_EXPORT              (RID_PDF_DIALOG_START +   5)
42 //strings for PDF security, user password management
43 #define STR_PDF_EXPORT_UDPWD         (RID_PDF_DIALOG_START +  7)
45 //strings for PDF security, owner password management
46 #define STR_PDF_EXPORT_ODPWD         (RID_PDF_DIALOG_START + 10)
48 #define RID_PDF_ERROR_DLG            (RID_PDF_DIALOG_START + 11)
49 #define FT_PROCESS                        1
50 #define IMG_WARN                          2
51 #define IMG_ERR                           3
52 #define STR_WARN_TRANSP_PDFA              4
53 #define STR_WARN_TRANSP_PDFA_SHORT        5
54 #define STR_WARN_TRANSP_VERSION           6
55 #define STR_WARN_TRANSP_VERSION_SHORT     7
56 #define STR_WARN_FORMACTION_PDFA          8
57 #define STR_WARN_FORMACTION_PDFA_SHORT    9
58 #define STR_WARN_TRANSP_CONVERTED        10
59 #define STR_WARN_TRANSP_CONVERTED_SHORT  11
61 //ATTENTION: maximum allowed value is( RID_PDF_DIALOG_START +   19)
63 //controls for General tab page
64 #define FL_PAGES                                        1
65 #define RB_ALL                                          2
66 #define RB_RANGE                                        3
67 #define RB_SELECTION                            4
68 #define ED_PAGES                                        5
69 #define BT_OK                                           6
70 #define BT_CANCEL                                       7
71 #define BT_HELP                                         8
72 #define FL_IMAGES                                       9
73 #define RB_LOSSLESSCOMPRESSION          10
74 #define RB_JPEGCOMPRESSION                      11
75 #define FT_QUALITY                                      12
76 #define NF_QUALITY                                      13
77 #define CB_REDUCEIMAGERESOLUTION        14
78 #define CO_REDUCEIMAGERESOLUTION        15
79 #define FL_GENERAL                                      16
80 #define CB_TAGGEDPDF                            17
81 #define CB_EXPORTNOTES                          18
82 #define CB_EXPORTBOOKMARKS          19
83 #define CB_EXPORTFORMFIELDS         20
84 #define FT_FORMSFORMAT                          21
85 #define LB_FORMSFORMAT                          22
86 #define CB_EXPORTEMPTYPAGES         23
87 #define CB_ADDSTREAM                24
89 #define CB_PDFA_1B_SELECT           25
91 #define FL_OLD_PAGES            51
92 #define RB_OLD_ALL                      52
93 #define RB_OLD_RANGE            53
94 #define RB_OLD_SELECTION        54
95 #define ED_OLD_PAGES            55
96 #define BT_OLD_OK                       56
97 #define BT_OLD_CANCEL           57
98 #define BT_OLD_HELP                     58
99 #define FL_OLD_COMPRESSION      59
100 #define RB_OLD_SCREEN           60
101 #define RB_OLD_PRINT            61
102 #define RB_OLD_PRESS            62
104 //controls for open options tab page
105 #define FL_INITVIEW               80
106 #define RB_OPNMODE_PAGEONLY       81
107 #define RB_OPNMODE_OUTLINE        82
108 #define RB_OPNMODE_THUMBS         83
110 #define FL_MAGNIFICATION          84
111 #define RB_MAGNF_DEFAULT          85
112 #define RB_MAGNF_WIND             86
113 #define RB_MAGNF_WIDTH            87
114 #define RB_MAGNF_VISIBLE          88
115 #define RB_MAGNF_ZOOM             89
116 #define NUM_MAGNF_ZOOM            90
117 #define FT_MAGNF_INITIAL_PAGE     91
118 #define NUM_MAGNF_INITIAL_PAGE    92
120 #define FL_PAGE_LAYOUT            93
121 #define RB_PGLY_DEFAULT           94
122 #define RB_PGLY_SINGPG            95
123 #define RB_PGLY_CONT              96
124 #define RB_PGLY_CONTFAC           97
125 #define CB_PGLY_FIRSTLEFT         98
127 //controls for viewer preferences tab page
128 #define FL_WINOPT                100
129 #define CB_WNDOPT_RESINIT        101
130 #define CB_WNDOPT_CNTRWIN        102
131 #define CB_WNDOPT_OPNFULL        103
132 #define CB_DISPDOCTITLE          104
134 #define FL_USRIFOPT              105
135 #define CB_UOP_HIDEVMENUBAR      106
136 #define CB_UOP_HIDEVTOOLBAR      107
137 #define CB_UOP_HIDEVWINCTRL      108
139 #define FL_TRANSITIONS           109
140 #define CB_TRANSITIONEFFECTS     110
142 #define FL_BOOKMARKS             111
143 #define RB_ALLBOOKMARKLEVELS     112
144 #define RB_VISIBLEBOOKMARKLEVELS 113
145 #define NUM_BOOKMARKLEVELS       114
147 //controls for security preferences tab page
148 #define BTN_USER_PWD                    120
149 #define FT_USER_PWD                     121
150 #define STR_USER_PWD_SET        122
151 #define STR_USER_PWD_ENC        123
152 #define STR_USER_PWD_UNSET      124
153 #define STR_USER_PWD_UNENC      125
155 #define BTN_OWNER_PWD           127
156 #define FT_OWNER_PWD            128
157 #define STR_OWNER_PWD_SET       129
158 #define STR_OWNER_PWD_REST      130
159 #define STR_OWNER_PWD_UNSET     131
160 #define STR_OWNER_PWD_UNREST    132
162 #define FL_PRINT_PERMISSIONS    133
163 #define RB_PRINT_NONE                   134
164 #define RB_PRINT_LOWRES                 135
165 #define RB_PRINT_HIGHRES                136
167 #define FL_CHANGES_ALLOWED              137
168 #define RB_CHANGES_NONE                 138
169 #define RB_CHANGES_INSDEL               139
170 #define RB_CHANGES_FILLFORM             140
171 #define RB_CHANGES_COMMENT              141
172 #define RB_CHANGES_ANY_NOCOPY   142
173 #define CB_ENDAB_COPY                   143
174 #define CB_ENAB_ACCESS                  144
176 //---> i56629 controls for link management
177 #define CB_ENAB_RELLINKFSYS     150
179 #define FL_DEFAULT_LINK_ACTION  151
180 #define CB_VIEW_PDF_DEFAULT     152
181 #define CB_VIEW_PDF_BROWSER     153
182 #define CB_VIEW_PDF_APPLICATION 154
184 #define CB_CNV_OOO_DOCTOPDF     155
185 #define CB_EXP_BMRK_TO_DEST     156
186 //<---