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
30 TK_FileSizeDestination
,
35 TK_DialogParentWindow
,
47 TK_EmbedLinkedGraphics
,
49 TK_OLEOptimizationType
,
50 TK_DeleteUnusedMasterPages
,
51 TK_DeleteHiddenSlides
,
62 STR_SUN_OPTIMIZATION_WIZARD2
,
64 STR_IMAGE_OPTIMIZATION
,
67 STR_NO_OLE_OBJECTS_DESC
,
72 STR_CREATE_REPLACEMENT
,
80 STR_DUPLICATING_PRESENTATION
,
82 STR_OPTIMIZING_GRAPHICS
,
83 STR_CREATING_OLE_REPLACEMENTS
,
84 STR_FILESIZESEPARATOR
,
86 STR_WARN_UNSAVED_PRESENTATION
,
90 PPPOptimizerTokenEnum
TKGet(std::u16string_view
);
91 OUString
TKGet(const PPPOptimizerTokenEnum
);
95 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */