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 INCLUDED_SD_SOURCE_UI_INC_UNOPRNMS_HXX
20 #define INCLUDED_SD_SOURCE_UI_INC_UNOPRNMS_HXX
23 #define UNO_NAME_PAGE_BACKGROUND "Background"
24 #define UNO_NAME_PAGE_LEFT "BorderLeft"
25 #define UNO_NAME_PAGE_RIGHT "BorderRight"
26 #define UNO_NAME_PAGE_TOP "BorderTop"
27 #define UNO_NAME_PAGE_BOTTOM "BorderBottom"
28 #define UNO_NAME_PAGE_CHANGE "Change"
29 #define UNO_NAME_PAGE_DURATION "Duration"
30 #define UNO_NAME_PAGE_EFFECT "Effect"
31 #define UNO_NAME_PAGE_HEIGHT "Height"
32 #define UNO_NAME_PAGE_LAYOUT "Layout"
33 #define UNO_NAME_PAGE_NUMBER "Number"
34 #define UNO_NAME_PAGE_ORIENTATION "Orientation"
35 #define UNO_NAME_PAGE_SPEED "Speed"
36 #define UNO_NAME_PAGE_WIDTH "Width"
37 #define UNO_NAME_PAGE_PREVIEW "Preview"
38 #define UNO_NAME_PAGE_PREVIEWBITMAP "PreviewBitmap"
39 #define UNO_NAME_PAGE_VISIBLE "Visible"
41 #define UNO_NAME_OBJ_BOOKMARK "Bookmark"
42 #define UNO_NAME_OBJ_DIMCOLOR "DimColor"
43 #define UNO_NAME_OBJ_DIMHIDE "DimHide"
44 #define UNO_NAME_OBJ_DIMPREV "DimPrevious"
45 #define UNO_NAME_OBJ_EFFECT "Effect"
46 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ "IsEmptyPresentationObject"
47 #define UNO_NAME_OBJ_ISPRESOBJ "IsPresentationObject"
48 #define UNO_NAME_OBJ_CLICKACTION "OnClick"
49 #define UNO_NAME_OBJ_PLAYFULL "PlayFull"
50 #define UNO_NAME_OBJ_PRESORDER "PresentationOrder"
51 #define UNO_NAME_OBJ_SOUNDFILE "Sound"
52 #define UNO_NAME_OBJ_SOUNDON "SoundOn"
53 #define UNO_NAME_OBJ_SPEED "Speed"
54 #define UNO_NAME_OBJ_TEXTEFFECT "TextEffect"
55 #define UNO_NAME_OBJ_BLUESCREEN "TransparentColor"
56 #define UNO_NAME_OBJ_VERB "Verb"
57 #define UNO_NAME_OBJ_STYLE "Style"
58 #define UNO_NAME_OBJ_MASTERDEPENDENT "IsPlaceholderDependent"
59 #define UNO_NAME_OBJ_ANIMATIONPATH "AnimationPath"
60 #define UNO_NAME_OBJ_LEGACYFRAGMENT "LegacyFragment"
62 #define UNO_NAME_LAYER_LOCKED "IsLocked"
63 #define UNO_NAME_LAYER_PRINTABLE "IsPrintable"
64 #define UNO_NAME_LAYER_VISIBLE "IsVisible"
65 #define UNO_NAME_LAYER_NAME "Name"
68 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards"
69 #define UNO_NAME_SEARCH_CASE "SearchCaseSensitive"
70 #define UNO_NAME_SEARCH_WORDS "SearchWords"
72 #define UNO_NAME_LINKDISPLAYNAME "LinkDisplayName"
73 #define UNO_NAME_LINKDISPLAYBITMAP "LinkDisplayBitmap"
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */