update dev300-m58
[ooovba.git] / sd / source / ui / inc / unoprnms.hxx
blobdfc0b871c8dd16b55f9e04e1984cf940d28684cd
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: unoprnms.hxx,v $
10 * $Revision: 1.7 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SD_UNOPRNMS_HXX
31 #define _SD_UNOPRNMS_HXX
33 #define UNO_NAME_MODEL_LANGUAGE "CharLocale"
34 #define UNO_NAME_MODEL_TABSTOP "TabStop"
36 #define UNO_NAME_PAGE_BACKGROUND "Background"
37 #define UNO_NAME_PAGE_LEFT "BorderLeft"
38 #define UNO_NAME_PAGE_RIGHT "BorderRight"
39 #define UNO_NAME_PAGE_TOP "BorderTop"
40 #define UNO_NAME_PAGE_BOTTOM "BorderBottom"
41 #define UNO_NAME_PAGE_CHANGE "Change"
42 #define UNO_NAME_PAGE_DURATION "Duration"
43 #define UNO_NAME_PAGE_EFFECT "Effect"
44 #define UNO_NAME_PAGE_HEIGHT "Height"
45 #define UNO_NAME_PAGE_LAYOUT "Layout"
46 #define UNO_NAME_PAGE_NUMBER "Number"
47 #define UNO_NAME_PAGE_OBJECTS "Objects"
48 #define UNO_NAME_PAGE_ORIENTATION "Orientation"
49 #define UNO_NAME_PAGE_SPEED "Speed"
50 #define UNO_NAME_PAGE_WIDTH "Width"
51 #define UNO_NAME_PAGE_PREVIEW "Preview"
52 #define UNO_NAME_PAGE_PREVIEWBITMAP "PreviewBitmap"
53 #define UNO_NAME_PAGE_VISIBLE "Visible"
55 #define UNO_NAME_OBJ_BOOKMARK "Bookmark"
56 #define UNO_NAME_OBJ_DIMCOLOR "DimColor"
57 #define UNO_NAME_OBJ_DIMHIDE "DimHide"
58 #define UNO_NAME_OBJ_DIMPREV "DimPrevious"
59 #define UNO_NAME_OBJ_EFFECT "Effect"
60 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ "IsEmptyPresentationObject"
61 #define UNO_NAME_OBJ_ISPRESOBJ "IsPresentationObject"
62 #define UNO_NAME_OBJ_CLICKACTION "OnClick"
63 #define UNO_NAME_OBJ_PLAYFULL "PlayFull"
64 #define UNO_NAME_OBJ_PRESORDER "PresentationOrder"
65 #define UNO_NAME_OBJ_SOUNDFILE "Sound"
66 #define UNO_NAME_OBJ_SOUNDON "SoundOn"
67 #define UNO_NAME_OBJ_SPEED "Speed"
68 #define UNO_NAME_OBJ_TEXTEFFECT "TextEffect"
69 #define UNO_NAME_OBJ_BLUESCREEN "TransparentColor"
70 #define UNO_NAME_OBJ_VERB "Verb"
71 #define UNO_NAME_OBJ_STYLE "Style"
72 #define UNO_NAME_OBJ_MASTERDEPENDENT "IsPlaceholderDependent"
73 #define UNO_NAME_OBJ_ANIMATIONPATH "AnimationPath"
75 #define UNO_NAME_LAYER_LOCKED "IsLocked"
76 #define UNO_NAME_LAYER_PRINTABLE "IsPrintable"
77 #define UNO_NAME_LAYER_VISIBLE "IsVisible"
78 #define UNO_NAME_LAYER_NAME "Name"
80 #define UNO_NAME_SHOW_ALLOWANIM "AllowAnimations"
81 #define UNO_NAME_SHOW_CUSTOMSHOW "CustomShow"
82 #define UNO_NAME_SHOW_FIRSTPAGE "FirstPage"
83 #define UNO_NAME_SHOW_ONTOP "IsAlwaysOnTop"
84 #define UNO_NAME_SHOW_AUTOMATIC "IsAutomatic"
85 #define UNO_NAME_SHOW_ENDLESS "IsEndless"
86 #define UNO_NAME_SHOW_FULLSCREEN "IsFullScreen"
87 #define UNO_NAME_SHOW_MOUSEVISIBLE "IsMouseVisible"
88 #define UNO_NAME_SHOW_PAGERANGE "PageRange"
89 #define UNO_NAME_SHOW_PAUSE "Pause"
90 #define UNO_NAME_SHOW_STARTWITHNAV "StartWithNavigator"
91 #define UNO_NAME_SHOW_USEPEN "UsePen"
93 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards"
94 #define UNO_NAME_SEARCH_CASE "SearchCaseSensitive"
95 #define UNO_NAME_SEARCH_WORDS "SearchWords"
97 #define UNO_NAME_LINKDISPLAYNAME "LinkDisplayName"
98 #define UNO_NAME_LINKDISPLAYBITMAP "LinkDisplayBitmap"
100 #define UNO_NAME_STYLE_FAMILY "Family"
101 #endif