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 .
19 #ifndef _SD_UNOPRNMS_HXX
20 #define _SD_UNOPRNMS_HXX
22 #define UNO_NAME_MODEL_LANGUAGE "CharLocale"
23 #define UNO_NAME_MODEL_TABSTOP "TabStop"
25 #define UNO_NAME_PAGE_BACKGROUND "Background"
26 #define UNO_NAME_PAGE_LEFT "BorderLeft"
27 #define UNO_NAME_PAGE_RIGHT "BorderRight"
28 #define UNO_NAME_PAGE_TOP "BorderTop"
29 #define UNO_NAME_PAGE_BOTTOM "BorderBottom"
30 #define UNO_NAME_PAGE_CHANGE "Change"
31 #define UNO_NAME_PAGE_DURATION "Duration"
32 #define UNO_NAME_PAGE_EFFECT "Effect"
33 #define UNO_NAME_PAGE_HEIGHT "Height"
34 #define UNO_NAME_PAGE_LAYOUT "Layout"
35 #define UNO_NAME_PAGE_NUMBER "Number"
36 #define UNO_NAME_PAGE_OBJECTS "Objects"
37 #define UNO_NAME_PAGE_ORIENTATION "Orientation"
38 #define UNO_NAME_PAGE_SPEED "Speed"
39 #define UNO_NAME_PAGE_WIDTH "Width"
40 #define UNO_NAME_PAGE_PREVIEW "Preview"
41 #define UNO_NAME_PAGE_PREVIEWBITMAP "PreviewBitmap"
42 #define UNO_NAME_PAGE_VISIBLE "Visible"
44 #define UNO_NAME_OBJ_BOOKMARK "Bookmark"
45 #define UNO_NAME_OBJ_DIMCOLOR "DimColor"
46 #define UNO_NAME_OBJ_DIMHIDE "DimHide"
47 #define UNO_NAME_OBJ_DIMPREV "DimPrevious"
48 #define UNO_NAME_OBJ_EFFECT "Effect"
49 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ "IsEmptyPresentationObject"
50 #define UNO_NAME_OBJ_ISPRESOBJ "IsPresentationObject"
51 #define UNO_NAME_OBJ_CLICKACTION "OnClick"
52 #define UNO_NAME_OBJ_PLAYFULL "PlayFull"
53 #define UNO_NAME_OBJ_PRESORDER "PresentationOrder"
54 #define UNO_NAME_OBJ_SOUNDFILE "Sound"
55 #define UNO_NAME_OBJ_SOUNDON "SoundOn"
56 #define UNO_NAME_OBJ_SPEED "Speed"
57 #define UNO_NAME_OBJ_TEXTEFFECT "TextEffect"
58 #define UNO_NAME_OBJ_BLUESCREEN "TransparentColor"
59 #define UNO_NAME_OBJ_VERB "Verb"
60 #define UNO_NAME_OBJ_STYLE "Style"
61 #define UNO_NAME_OBJ_MASTERDEPENDENT "IsPlaceholderDependent"
62 #define UNO_NAME_OBJ_ANIMATIONPATH "AnimationPath"
63 #define UNO_NAME_OBJ_LEGACYFRAGMENT "LegacyFragment"
65 #define UNO_NAME_LAYER_LOCKED "IsLocked"
66 #define UNO_NAME_LAYER_PRINTABLE "IsPrintable"
67 #define UNO_NAME_LAYER_VISIBLE "IsVisible"
68 #define UNO_NAME_LAYER_NAME "Name"
70 #define UNO_NAME_SHOW_ALLOWANIM "AllowAnimations"
71 #define UNO_NAME_SHOW_CUSTOMSHOW "CustomShow"
72 #define UNO_NAME_SHOW_FIRSTPAGE "FirstPage"
73 #define UNO_NAME_SHOW_ONTOP "IsAlwaysOnTop"
74 #define UNO_NAME_SHOW_AUTOMATIC "IsAutomatic"
75 #define UNO_NAME_SHOW_ENDLESS "IsEndless"
76 #define UNO_NAME_SHOW_FULLSCREEN "IsFullScreen"
77 #define UNO_NAME_SHOW_MOUSEVISIBLE "IsMouseVisible"
78 #define UNO_NAME_SHOW_PAGERANGE "PageRange"
79 #define UNO_NAME_SHOW_PAUSE "Pause"
80 #define UNO_NAME_SHOW_STARTWITHNAV "StartWithNavigator"
81 #define UNO_NAME_SHOW_USEPEN "UsePen"
83 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards"
84 #define UNO_NAME_SEARCH_CASE "SearchCaseSensitive"
85 #define UNO_NAME_SEARCH_WORDS "SearchWords"
87 #define UNO_NAME_LINKDISPLAYNAME "LinkDisplayName"
88 #define UNO_NAME_LINKDISPLAYBITMAP "LinkDisplayBitmap"
90 #define UNO_NAME_STYLE_FAMILY "Family"
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */