1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include <filter.hrc> 25 26#define RID_PDF_EXPORT_DLG (RID_PDF_DIALOG_START + 0) 27#define RID_PDF_TAB_GENER (RID_PDF_DIALOG_START + 1) 28#define RID_PDF_TAB_VPREFER (RID_PDF_DIALOG_START + 2) 29#define RID_PDF_TAB_OPNFTR (RID_PDF_DIALOG_START + 3) 30#define RID_PDF_TAB_SECURITY (RID_PDF_DIALOG_START + 4) 31#define RID_PDF_TAB_LINKS (RID_PDF_DIALOG_START + 12) 32#define RID_PDF_WARNPDFAPASSWORD (RID_PDF_DIALOG_START + 6) 33 34//strings 35#define STR_PDF_EXPORT (RID_PDF_DIALOG_START + 5) 36 37//strings for PDF security, user password management 38#define STR_PDF_EXPORT_UDPWD (RID_PDF_DIALOG_START + 7) 39 40//strings for PDF security, owner password management 41#define STR_PDF_EXPORT_ODPWD (RID_PDF_DIALOG_START + 10) 42 43#define RID_PDF_ERROR_DLG (RID_PDF_DIALOG_START + 11) 44#define FT_PROCESS 1 45#define IMG_WARN 2 46#define IMG_ERR 3 47#define STR_WARN_TRANSP_PDFA 4 48#define STR_WARN_TRANSP_PDFA_SHORT 5 49#define STR_WARN_TRANSP_VERSION 6 50#define STR_WARN_TRANSP_VERSION_SHORT 7 51#define STR_WARN_FORMACTION_PDFA 8 52#define STR_WARN_FORMACTION_PDFA_SHORT 9 53#define STR_WARN_TRANSP_CONVERTED 10 54#define STR_WARN_TRANSP_CONVERTED_SHORT 11 55 56//ATTENTION: maximum allowed value is( RID_PDF_DIALOG_START + 19) 57 58//controls for General tab page 59#define FL_PAGES 1 60#define RB_ALL 2 61#define RB_RANGE 3 62#define RB_SELECTION 4 63#define ED_PAGES 5 64#define BT_OK 6 65#define BT_CANCEL 7 66#define BT_HELP 8 67#define FL_IMAGES 9 68#define RB_LOSSLESSCOMPRESSION 10 69#define RB_JPEGCOMPRESSION 11 70#define FT_QUALITY 12 71#define NF_QUALITY 13 72#define CB_REDUCEIMAGERESOLUTION 14 73#define CO_REDUCEIMAGERESOLUTION 15 74#define FL_GENERAL 16 75#define CB_TAGGEDPDF 17 76#define CB_EXPORTNOTES 18 77#define CB_EXPORTBOOKMARKS 19 78#define CB_EXPORTFORMFIELDS 20 79#define FT_FORMSFORMAT 21 80#define LB_FORMSFORMAT 22 81#define CB_ALLOWDUPLICATEFIELDNAMES 23 82#define CB_EXPORTEMPTYPAGES 24 83#define CB_ADDSTREAM 25 84#define CB_PDFA_1B_SELECT 26 85#define CB_EXPORTNOTESPAGES 27 86#define CB_EMBEDSTANDARDFONTS 28 87 88#define FL_OLD_PAGES 51 89#define RB_OLD_ALL 52 90#define RB_OLD_RANGE 53 91#define RB_OLD_SELECTION 54 92#define ED_OLD_PAGES 55 93#define BT_OLD_OK 56 94#define BT_OLD_CANCEL 57 95#define BT_OLD_HELP 58 96#define FL_OLD_COMPRESSION 59 97#define RB_OLD_SCREEN 60 98#define RB_OLD_PRINT 61 99#define RB_OLD_PRESS 62 100 101//controls for open options tab page 102#define FL_INITVIEW 80 103#define RB_OPNMODE_PAGEONLY 81 104#define RB_OPNMODE_OUTLINE 82 105#define RB_OPNMODE_THUMBS 83 106 107#define FL_MAGNIFICATION 84 108#define RB_MAGNF_DEFAULT 85 109#define RB_MAGNF_WIND 86 110#define RB_MAGNF_WIDTH 87 111#define RB_MAGNF_VISIBLE 88 112#define RB_MAGNF_ZOOM 89 113#define NUM_MAGNF_ZOOM 90 114#define FT_MAGNF_INITIAL_PAGE 91 115#define NUM_MAGNF_INITIAL_PAGE 92 116 117#define FL_PAGE_LAYOUT 93 118#define RB_PGLY_DEFAULT 94 119#define RB_PGLY_SINGPG 95 120#define RB_PGLY_CONT 96 121#define RB_PGLY_CONTFAC 97 122#define CB_PGLY_FIRSTLEFT 98 123 124//controls for viewer preferences tab page 125#define FL_WINOPT 100 126#define CB_WNDOPT_RESINIT 101 127#define CB_WNDOPT_CNTRWIN 102 128#define CB_WNDOPT_OPNFULL 103 129#define CB_DISPDOCTITLE 104 130 131#define FL_USRIFOPT 105 132#define CB_UOP_HIDEVMENUBAR 106 133#define CB_UOP_HIDEVTOOLBAR 107 134#define CB_UOP_HIDEVWINCTRL 108 135 136#define FL_TRANSITIONS 109 137#define CB_TRANSITIONEFFECTS 110 138 139#define FL_BOOKMARKS 111 140#define RB_ALLBOOKMARKLEVELS 112 141#define RB_VISIBLEBOOKMARKLEVELS 113 142#define NUM_BOOKMARKLEVELS 114 143 144//controls for security preferences tab page 145#define FL_PWD_GROUP 119 146#define BTN_SET_PWD 120 147#define FT_USER_PWD 121 148#define STR_USER_PWD_SET 122 149#define STR_USER_PWD_ENC 123 150#define STR_USER_PWD_UNSET 124 151#define STR_USER_PWD_UNENC 125 152#define STR_SET_PWD 126 153#define STR_USER_PWD_PDFA 127 154 155#define FT_OWNER_PWD 128 156#define STR_OWNER_PWD_SET 129 157#define STR_OWNER_PWD_REST 130 158#define STR_OWNER_PWD_UNSET 131 159#define STR_OWNER_PWD_UNREST 132 160#define STR_OWNER_PWD_PDFA 133 161 162#define FL_PRINT_PERMISSIONS 133 163#define RB_PRINT_NONE 134 164#define RB_PRINT_LOWRES 135 165#define RB_PRINT_HIGHRES 136 166 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 175 176//---> i56629 controls for link management 177#define CB_ENAB_RELLINKFSYS 150 178 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 183 184#define CB_CNV_OOO_DOCTOPDF 155 185#define CB_EXP_BMRK_TO_DEST 156 186//<--- 187