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
50 TK_FileSizeDestination
,
66 TK_EmbedLinkedGraphics
,
68 TK_OLEOptimizationType
,
69 TK_DeleteUnusedMasterPages
,
70 TK_DeleteHiddenSlides
,
81 STR_SUN_OPTIMIZATION_WIZARD2
,
91 STR_GRAPHIC_OPTIMIZATION
,
92 STR_IMAGE_OPTIMIZATION
,
93 STR_LOSSLESS_COMPRESSION
,
98 STR_IMAGE_RESOLUTION_0
,
99 STR_IMAGE_RESOLUTION_1
,
100 STR_IMAGE_RESOLUTION_2
,
101 STR_IMAGE_RESOLUTION_3
,
102 STR_EMBED_LINKED_GRAPHICS
,
104 STR_OLE_OPTIMIZATION
,
107 STR_ALIEN_OLE_OBJECTS_ONLY
,
108 STR_OLE_OBJECTS_DESC
,
109 STR_NO_OLE_OBJECTS_DESC
,
112 STR_DELETE_MASTER_PAGES
,
113 STR_DELETE_NOTES_PAGES
,
114 STR_DELETE_HIDDEN_SLIDES
,
118 STR_APPLY_TO_CURRENT
,
119 STR_AUTOMATICALLY_OPEN
,
124 STR_CREATE_REPLACEMENT
,
125 STR_CURRENT_FILESIZE
,
126 STR_ESTIMATED_FILESIZE
,
133 STR_DUPLICATING_PRESENTATION
,
135 STR_OPTIMIZING_GRAPHICS
,
136 STR_CREATING_OLE_REPLACEMENTS
,
137 STR_FILESIZESEPARATOR
,
139 STR_WARN_UNSAVED_PRESENTATION
,
143 PPPOptimizerTokenEnum
TKGet( const OUString
& );
144 OUString
TKGet( const PPPOptimizerTokenEnum
);
148 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */