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 #ifndef _PPPOPTIMIZER_TOKEN_HXX 25 #define _PPPOPTIMIZER_TOKEN_HXX 26 27 #include <rtl/ustring.hxx> 28 29 enum PPPOptimizerTokenEnum 30 { 31 TK_rdmNavi, 32 TK_lnNavSep1, 33 TK_lnNavSep2, 34 TK_btnNavHelp, 35 TK_btnNavBack, 36 TK_btnNavNext, 37 TK_btnNavFinish, 38 TK_btnNavCancel, 39 40 TK_FixedText0Pg0, 41 TK_FixedText1Pg0, 42 TK_Separator1Pg0, 43 TK_FixedText2Pg0, 44 TK_ListBox0Pg0, 45 TK_Button0Pg0, 46 TK_RadioButton0Pg1, 47 TK_RadioButton1Pg1, 48 TK_FixedText0Pg1, 49 TK_CheckBox1Pg1, 50 TK_FixedText1Pg1, 51 TK_FixedText2Pg1, 52 TK_FormattedField0Pg1, 53 TK_ComboBox0Pg1, 54 TK_CheckBox2Pg1, 55 TK_FixedText0Pg2, 56 TK_FixedText1Pg2, 57 TK_CheckBox0Pg2, 58 TK_RadioButton0Pg2, 59 TK_RadioButton1Pg2, 60 TK_FixedText0Pg3, 61 TK_CheckBox0Pg3, 62 TK_FixedText1Pg3, 63 TK_CheckBox1Pg3, 64 TK_FixedText2Pg3, 65 TK_CheckBox2Pg3, 66 TK_CheckBox3Pg3, 67 TK_ListBox0Pg3, 68 TK_Separator0Pg4, 69 TK_RadioButton0Pg4, 70 TK_RadioButton1Pg4, 71 TK_Separator1Pg4, 72 TK_FixedText0Pg4, 73 TK_FixedText1Pg4, 74 TK_FixedText2Pg4, 75 TK_FixedText3Pg4, 76 TK_FixedText4Pg4, 77 TK_FixedText5Pg4, 78 TK_FixedText6Pg4, 79 TK_FixedText7Pg4, 80 TK_FixedText8Pg4, 81 TK_CheckBox1Pg4, 82 TK_ComboBox0Pg4, 83 84 TK__blank, 85 TK__self, 86 TK_Activated, 87 TK_Align, 88 TK_Alpha, 89 TK_Animated, 90 TK_Background, 91 TK_BitmapPath, 92 TK_Border, 93 TK_Closeable, 94 TK_ColorMode, 95 TK_Complete, 96 TK_Compression, 97 TK_CurrentItemID, 98 TK_DefaultButton, 99 TK_DocumentService, 100 TK_Dropdown, 101 TK_EffectiveValue, 102 TK_EffectiveMin, 103 TK_EffectiveMax, 104 TK_Enabled, 105 TK_Extensions, 106 TK_FileSizeDestination, 107 TK_FileSizeSource, 108 TK_FillBitmap, 109 TK_FillBitmapLogicalSize, 110 TK_FillBitmapMode, 111 TK_FillBitmapSizeX, 112 TK_FillBitmapSizeY, 113 TK_FillBitmapURL, 114 TK_FillStyle, 115 TK_FilterData, 116 TK_FilterName, 117 TK_Flags, 118 TK_FontDescriptor, 119 TK_Graphic, 120 TK_GraphicCrop, 121 TK_GraphicCropLogic, 122 TK_GraphicURL, 123 TK_GraphicStreamURL, 124 TK_Height, 125 TK_HelpFile, 126 TK_Hidden, 127 TK_ID, 128 TK_ImageURL, 129 TK_InformationDialog, 130 TK_InputStream, 131 TK_Interlaced, 132 TK_IsInternal, 133 TK_Label, 134 TK_LineCount, 135 TK_LogicalHeight, 136 TK_LogicalWidth, 137 TK_LogicalSize, 138 TK_MimeType, 139 TK_Moveable, 140 TK_MultiLine, 141 TK_MultiSelection, 142 TK_Name, 143 TK_Orientation, 144 TK_OutputStream, 145 TK_PixelHeight, 146 TK_PixelWidth, 147 TK_PositionX, 148 TK_PositionY, 149 TK_Progress, 150 TK_ProgressValue, 151 TK_ProgressValueMax, 152 TK_ProgressValueMin, 153 TK_PushButtonType, 154 TK_Quality, 155 TK_ReadOnly, 156 TK_Repeat, 157 TK_ScaleImage, 158 TK_SelectedItems, 159 TK_Settings, 160 TK_Size100thMM, 161 TK_SizePixel, 162 TK_Spin, 163 TK_Step, 164 TK_State, 165 TK_StatusDispatcher, 166 TK_StringItemList, 167 TK_Strings, 168 TK_TabIndex, 169 TK_Template, 170 TK_Text, 171 TK_Title, 172 TK_Transparent, 173 TK_Type, 174 TK_UIName, 175 TK_Value, 176 TK_Width, 177 TK_ZOrder, 178 179 TK_LastUsedSettings, 180 TK_Settings_Templates, 181 TK_Settings_Templates_, 182 TK_JPEGCompression, 183 TK_JPEGQuality, 184 TK_RemoveCropArea, 185 TK_ImageResolution, 186 TK_EmbedLinkedGraphics, 187 TK_OLEOptimization, 188 TK_OLEOptimizationType, 189 TK_DeleteUnusedMasterPages, 190 TK_DeleteHiddenSlides, 191 TK_DeleteNotesPages, 192 TK_CustomShowName, 193 TK_SaveAs, 194 TK_SaveAsURL, 195 TK_OpenNewDocument, 196 TK_EstimatedFileSize, 197 198 TK_Status, 199 TK_Pages, 200 TK_CurrentPage, 201 TK_GraphicObjects, 202 TK_CurrentGraphicObject, 203 TK_OLEObjects, 204 TK_CurrentOLEObject, 205 206 STR_SUN_OPTIMIZATION_WIZARD2, 207 STR_STEPS, 208 STR_HELP, 209 STR_BACK, 210 STR_NEXT, 211 STR_FINISH, 212 STR_CANCEL, 213 STR_INTRODUCTION, 214 STR_INTRODUCTION_T, 215 STR_CHOSE_SETTINGS, 216 STR_REMOVE, 217 STR_GRAPHIC_OPTIMIZATION, 218 STR_IMAGE_OPTIMIZATION, 219 STR_LOSSLESS_COMPRESSION, 220 STR_JPEG_COMPRESSION, 221 STR_QUALITY, 222 STR_REMOVE_CROP_AREA, 223 STR_IMAGE_RESOLUTION, 224 STR_IMAGE_RESOLUTION_0, 225 STR_IMAGE_RESOLUTION_1, 226 STR_IMAGE_RESOLUTION_2, 227 STR_IMAGE_RESOLUTION_3, 228 STR_EMBED_LINKED_GRAPHICS, 229 STR_OLE_OBJECTS, 230 STR_OLE_OPTIMIZATION, 231 STR_OLE_REPLACE, 232 STR_ALL_OLE_OBJECTS, 233 STR_ALIEN_OLE_OBJECTS_ONLY, 234 STR_OLE_OBJECTS_DESC, 235 STR_NO_OLE_OBJECTS_DESC, 236 STR_SLIDES, 237 STR_CHOOSE_SLIDES, 238 STR_MASTER_PAGES, 239 STR_DELETE_MASTER_PAGES, 240 STR_DELETE_NOTES_PAGES, 241 STR_DELETE_HIDDEN_SLIDES, 242 STR_CUSTOM_SHOW, 243 STR_SUMMARY, 244 STR_SUMMARY_TITLE, 245 STR_PROGRESS, 246 STR_OBJECTS_OPTIMIZED, 247 STR_APPLY_TO_CURRENT, 248 STR_AUTOMATICALLY_OPEN, 249 STR_SAVE_SETTINGS, 250 STR_SAVE_AS, 251 STR_DELETE_SLIDES, 252 STR_OPTIMIZE_IMAGES, 253 STR_CREATE_REPLACEMENT, 254 STR_CURRENT_FILESIZE, 255 STR_ESTIMATED_FILESIZE, 256 STR_MB, 257 STR_MY_SETTINGS, 258 STR_DEFAULT_SESSION, 259 STR_MODIFY_WARNING, 260 STR_YES, 261 STR_OK, 262 STR_INFO_1, 263 STR_INFO_2, 264 STR_INFO_3, 265 STR_INFO_4, 266 STR_DUPLICATING_PRESENTATION, 267 STR_DELETING_SLIDES, 268 STR_OPTIMIZING_GRAPHICS, 269 STR_CREATING_OLE_REPLACEMENTS, 270 STR_FILESIZESEPARATOR, 271 272 TK_Last, 273 TK_NotFound 274 }; 275 276 PPPOptimizerTokenEnum TKGet( const rtl::OUString& ); 277 rtl::OUString TKGet( const PPPOptimizerTokenEnum ); 278 279 #endif 280