1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
22 #define RID_PDF_EXPORT_DLG (RID_PDF_DIALOG_START + 0)
23 #define RID_PDF_TAB_GENER (RID_PDF_DIALOG_START + 1)
24 #define RID_PDF_TAB_VPREFER (RID_PDF_DIALOG_START + 2)
25 #define RID_PDF_TAB_OPNFTR (RID_PDF_DIALOG_START + 3)
26 #define RID_PDF_TAB_SECURITY (RID_PDF_DIALOG_START + 4)
27 #define RID_PDF_TAB_LINKS (RID_PDF_DIALOG_START + 12)
28 #define RID_PDF_TAB_SIGNING (RID_PDF_DIALOG_START + 13)
29 #define RID_PDF_WARNPDFAPASSWORD (RID_PDF_DIALOG_START + 6)
32 #define STR_PDF_EXPORT (RID_PDF_DIALOG_START + 5)
34 //strings for PDF security, user password management
35 #define STR_PDF_EXPORT_UDPWD (RID_PDF_DIALOG_START + 7)
37 //strings for PDF security, owner password management
38 #define STR_PDF_EXPORT_ODPWD (RID_PDF_DIALOG_START + 10)
40 #define RID_PDF_ERROR_DLG (RID_PDF_DIALOG_START + 11)
44 #define STR_WARN_TRANSP_PDFA 4
45 #define STR_WARN_TRANSP_PDFA_SHORT 5
46 #define STR_WARN_TRANSP_VERSION 6
47 #define STR_WARN_TRANSP_VERSION_SHORT 7
48 #define STR_WARN_FORMACTION_PDFA 8
49 #define STR_WARN_FORMACTION_PDFA_SHORT 9
50 #define STR_WARN_TRANSP_CONVERTED 10
51 #define STR_WARN_TRANSP_CONVERTED_SHORT 11
53 //ATTENTION: maximum allowed value is( RID_PDF_DIALOG_START + 19)
55 //controls for General tab page
59 #define RB_SELECTION 4
65 #define RB_LOSSLESSCOMPRESSION 10
66 #define RB_JPEGCOMPRESSION 11
69 #define CB_REDUCEIMAGERESOLUTION 14
70 #define CO_REDUCEIMAGERESOLUTION 15
72 #define CB_TAGGEDPDF 17
73 #define CB_EXPORTNOTES 18
74 #define CB_EXPORTBOOKMARKS 19
75 #define CB_EXPORTFORMFIELDS 20
76 #define FT_FORMSFORMAT 21
77 #define LB_FORMSFORMAT 22
78 #define CB_ALLOWDUPLICATEFIELDNAMES 23
79 #define CB_EXPORTEMPTYPAGES 24
80 #define CB_ADDSTREAM 25
81 #define CB_PDFA_1B_SELECT 26
82 #define CB_EXPORTNOTESPAGES 27
83 #define CB_EMBEDSTANDARDFONTS 28
84 #define FT_ADDSTREAMDESCRIPTION 29
85 #define CB_EXPORTHIDDENSLIDES 30
86 #define FL_WATERMARK 31
87 #define CB_WATERMARK 32
88 #define FT_WATERMARK 33
89 #define ED_WATERMARK 34
93 //controls for open options tab page
94 #define FL_INITVIEW 80
95 #define RB_OPNMODE_PAGEONLY 81
96 #define RB_OPNMODE_OUTLINE 82
97 #define RB_OPNMODE_THUMBS 83
99 #define FL_MAGNIFICATION 84
100 #define RB_MAGNF_DEFAULT 85
101 #define RB_MAGNF_WIND 86
102 #define RB_MAGNF_WIDTH 87
103 #define RB_MAGNF_VISIBLE 88
104 #define RB_MAGNF_ZOOM 89
105 #define NUM_MAGNF_ZOOM 90
106 #define FT_MAGNF_INITIAL_PAGE 91
107 #define NUM_MAGNF_INITIAL_PAGE 92
109 #define FL_PAGE_LAYOUT 93
110 #define RB_PGLY_DEFAULT 94
111 #define RB_PGLY_SINGPG 95
112 #define RB_PGLY_CONT 96
113 #define RB_PGLY_CONTFAC 97
114 #define CB_PGLY_FIRSTLEFT 98
116 //controls for viewer preferences tab page
117 #define FL_WINOPT 100
118 #define CB_WNDOPT_RESINIT 101
119 #define CB_WNDOPT_CNTRWIN 102
120 #define CB_WNDOPT_OPNFULL 103
121 #define CB_DISPDOCTITLE 104
123 #define FL_USRIFOPT 105
124 #define CB_UOP_HIDEVMENUBAR 106
125 #define CB_UOP_HIDEVTOOLBAR 107
126 #define CB_UOP_HIDEVWINCTRL 108
128 #define FL_TRANSITIONS 109
129 #define CB_TRANSITIONEFFECTS 110
131 #define FL_BOOKMARKS 111
132 #define RB_ALLBOOKMARKLEVELS 112
133 #define RB_VISIBLEBOOKMARKLEVELS 113
134 #define NUM_BOOKMARKLEVELS 114
136 //controls for security preferences tab page
137 #define FL_PWD_GROUP 119
138 #define BTN_SET_PWD 120
139 #define FT_USER_PWD 121
140 #define STR_USER_PWD_SET 122
141 #define STR_USER_PWD_ENC 123
142 #define STR_USER_PWD_UNSET 124
143 #define STR_USER_PWD_UNENC 125
144 #define STR_SET_PWD 126
145 #define STR_USER_PWD_PDFA 127
147 #define FT_OWNER_PWD 128
148 #define STR_OWNER_PWD_SET 129
149 #define STR_OWNER_PWD_REST 130
150 #define STR_OWNER_PWD_UNSET 131
151 #define STR_OWNER_PWD_UNREST 132
152 #define STR_OWNER_PWD_PDFA 133
154 #define FL_PRINT_PERMISSIONS 133
155 #define RB_PRINT_NONE 134
156 #define RB_PRINT_LOWRES 135
157 #define RB_PRINT_HIGHRES 136
159 #define FL_CHANGES_ALLOWED 137
160 #define RB_CHANGES_NONE 138
161 #define RB_CHANGES_INSDEL 139
162 #define RB_CHANGES_FILLFORM 140
163 #define RB_CHANGES_COMMENT 141
164 #define RB_CHANGES_ANY_NOCOPY 142
165 #define CB_ENDAB_COPY 143
166 #define CB_ENAB_ACCESS 144
168 //---> i56629 controls for link management
169 #define CB_ENAB_RELLINKFSYS 150
171 #define FL_DEFAULT_LINK_ACTION 151
172 #define CB_VIEW_PDF_DEFAULT 152
173 #define CB_VIEW_PDF_BROWSER 153
174 #define CB_VIEW_PDF_APPLICATION 154
176 #define CB_CNV_OOO_DOCTOPDF 155
177 #define CB_EXP_BMRK_TO_DEST 156
179 #define FL_GENERAL_VERTICAL 157
180 #define FL_INITVIEW_VERTICAL 158
181 #define FL_VPREFER_VERTICAL 158
182 #define FL_SECURITY_VERTICAL 160
184 //controls for digital signatures tab page
185 #define FT_SIGN_CERT_TEXT 170
186 #define ED_SIGN_CERT 171
187 #define BTN_SIGN_CERT_SELECT 172
188 #define BTN_SIGN_CERT_CLEAR 173
189 #define FT_SIGN_PASSWORD 174
190 #define ED_SIGN_PASSWORD 175
191 #define FT_SIGN_LOCATION 176
192 #define ED_SIGN_LOCATION 177
193 #define FT_SIGN_CONTACT 178
194 #define ED_SIGN_CONTACT 179
195 #define FT_SIGN_REASON 180
196 #define ED_SIGN_REASON 181
198 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */