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 .
20 #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERTOKEN_HXX
21 #define INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERTOKEN_HXX
23 #include <rtl/ustring.hxx>
25 enum PPPOptimizerTokenEnum
47 TK_FormattedField0Pg1
,
101 TK_FileSizeDestination
,
104 TK_FillBitmapLogicalSize
,
123 TK_InformationDialog
,
174 TK_Settings_Templates
,
175 TK_Settings_Templates_
,
180 TK_EmbedLinkedGraphics
,
182 TK_OLEOptimizationType
,
183 TK_DeleteUnusedMasterPages
,
184 TK_DeleteHiddenSlides
,
190 TK_EstimatedFileSize
,
196 TK_CurrentGraphicObject
,
200 STR_SUN_OPTIMIZATION_WIZARD2
,
210 STR_GRAPHIC_OPTIMIZATION
,
211 STR_IMAGE_OPTIMIZATION
,
212 STR_LOSSLESS_COMPRESSION
,
213 STR_JPEG_COMPRESSION
,
215 STR_REMOVE_CROP_AREA
,
216 STR_IMAGE_RESOLUTION
,
217 STR_IMAGE_RESOLUTION_0
,
218 STR_IMAGE_RESOLUTION_1
,
219 STR_IMAGE_RESOLUTION_2
,
220 STR_IMAGE_RESOLUTION_3
,
221 STR_EMBED_LINKED_GRAPHICS
,
223 STR_OLE_OPTIMIZATION
,
226 STR_ALIEN_OLE_OBJECTS_ONLY
,
227 STR_OLE_OBJECTS_DESC
,
228 STR_NO_OLE_OBJECTS_DESC
,
232 STR_DELETE_MASTER_PAGES
,
233 STR_DELETE_NOTES_PAGES
,
234 STR_DELETE_HIDDEN_SLIDES
,
239 STR_OBJECTS_OPTIMIZED
,
240 STR_APPLY_TO_CURRENT
,
241 STR_AUTOMATICALLY_OPEN
,
246 STR_CREATE_REPLACEMENT
,
247 STR_CURRENT_FILESIZE
,
248 STR_ESTIMATED_FILESIZE
,
259 STR_DUPLICATING_PRESENTATION
,
261 STR_OPTIMIZING_GRAPHICS
,
262 STR_CREATING_OLE_REPLACEMENTS
,
263 STR_FILESIZESEPARATOR
,
268 PPPOptimizerTokenEnum
TKGet( const OUString
& );
269 OUString
TKGet( const PPPOptimizerTokenEnum
);
273 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */