cid#1607171 Data race condition
[LibreOffice.git] / sd / source / ui / inc / unoprnms.hxx
blob9753c1a2871ad926f57cb7fd650d9d9a65974d6e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 #pragma once
22 #define UNO_NAME_PAGE_BACKGROUND "Background"
23 #define UNO_NAME_PAGE_LEFT "BorderLeft"
24 #define UNO_NAME_PAGE_RIGHT "BorderRight"
25 #define UNO_NAME_PAGE_TOP "BorderTop"
26 #define UNO_NAME_PAGE_BOTTOM "BorderBottom"
27 #define UNO_NAME_PAGE_CHANGE "Change"
28 #define UNO_NAME_PAGE_DURATION "Duration"
29 #define UNO_NAME_PAGE_EFFECT "Effect"
30 #define UNO_NAME_PAGE_HEIGHT "Height"
31 #define UNO_NAME_PAGE_LAYOUT "Layout"
32 #define UNO_NAME_PAGE_NUMBER "Number"
33 #define UNO_NAME_PAGE_ORIENTATION "Orientation"
34 #define UNO_NAME_PAGE_SPEED "Speed"
35 #define UNO_NAME_PAGE_TRANSITION_DURATION "TransitionDuration"
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_PREVIEWMETAFILE "PreviewMetafile"
40 #define UNO_NAME_PAGE_VISIBLE "Visible"
42 #define UNO_NAME_OBJ_BOOKMARK "Bookmark"
43 #define UNO_NAME_OBJ_DIMCOLOR "DimColor"
44 #define UNO_NAME_OBJ_DIMHIDE "DimHide"
45 #define UNO_NAME_OBJ_DIMPREV "DimPrevious"
46 #define UNO_NAME_OBJ_EFFECT "Effect"
47 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ_SD "IsEmptyPresentationObject"
48 #define UNO_NAME_OBJ_ISPRESOBJ "IsPresentationObject"
49 #define UNO_NAME_OBJ_CLICKACTION "OnClick"
50 #define UNO_NAME_OBJ_PLAYFULL "PlayFull"
51 #define UNO_NAME_OBJ_PRESORDER "PresentationOrder"
52 #define UNO_NAME_OBJ_SOUNDFILE "Sound"
53 #define UNO_NAME_OBJ_SOUNDON "SoundOn"
54 #define UNO_NAME_OBJ_SPEED "Speed"
55 #define UNO_NAME_OBJ_TEXTEFFECT "TextEffect"
56 #define UNO_NAME_OBJ_BLUESCREEN "TransparentColor"
57 #define UNO_NAME_OBJ_VERB "Verb"
58 #define UNO_NAME_OBJ_STYLE "Style"
59 #define UNO_NAME_OBJ_MASTERDEPENDENT "IsPlaceholderDependent"
60 #define UNO_NAME_OBJ_ANIMATIONPATH "AnimationPath"
61 #define UNO_NAME_OBJ_LEGACYFRAGMENT "LegacyFragment"
63 #define UNO_NAME_LAYER_LOCKED "IsLocked"
64 #define UNO_NAME_LAYER_PRINTABLE "IsPrintable"
65 #define UNO_NAME_LAYER_VISIBLE "IsVisible"
66 #define UNO_NAME_LAYER_NAME "Name"
69 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards"
70 #define UNO_NAME_SEARCH_CASE "SearchCaseSensitive"
71 #define UNO_NAME_SEARCH_WORDS "SearchWords"
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */