xref: /aoo4110/main/sd/source/ui/inc/unoprnms.hxx (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 #ifndef _SD_UNOPRNMS_HXX
24 #define _SD_UNOPRNMS_HXX
25 
26 #define UNO_NAME_MODEL_LANGUAGE			"CharLocale"
27 #define UNO_NAME_MODEL_TABSTOP			"TabStop"
28 
29 #define UNO_NAME_PAGE_BACKGROUND		"Background"
30 #define UNO_NAME_PAGE_LEFT				"BorderLeft"
31 #define UNO_NAME_PAGE_RIGHT				"BorderRight"
32 #define UNO_NAME_PAGE_TOP				"BorderTop"
33 #define UNO_NAME_PAGE_BOTTOM			"BorderBottom"
34 #define UNO_NAME_PAGE_CHANGE			"Change"
35 #define UNO_NAME_PAGE_DURATION			"Duration"
36 #define UNO_NAME_PAGE_EFFECT			"Effect"
37 #define UNO_NAME_PAGE_HEIGHT			"Height"
38 #define UNO_NAME_PAGE_LAYOUT			"Layout"
39 #define UNO_NAME_PAGE_NUMBER			"Number"
40 #define UNO_NAME_PAGE_OBJECTS			"Objects"
41 #define UNO_NAME_PAGE_ORIENTATION		"Orientation"
42 #define UNO_NAME_PAGE_SPEED				"Speed"
43 #define UNO_NAME_PAGE_WIDTH				"Width"
44 #define UNO_NAME_PAGE_PREVIEW			"Preview"
45 #define UNO_NAME_PAGE_PREVIEWBITMAP		"PreviewBitmap"
46 #define UNO_NAME_PAGE_VISIBLE			"Visible"
47 
48 #define UNO_NAME_OBJ_BOOKMARK			"Bookmark"
49 #define UNO_NAME_OBJ_DIMCOLOR			"DimColor"
50 #define UNO_NAME_OBJ_DIMHIDE			"DimHide"
51 #define UNO_NAME_OBJ_DIMPREV			"DimPrevious"
52 #define UNO_NAME_OBJ_EFFECT				"Effect"
53 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ		"IsEmptyPresentationObject"
54 #define UNO_NAME_OBJ_ISPRESOBJ			"IsPresentationObject"
55 #define UNO_NAME_OBJ_CLICKACTION		"OnClick"
56 #define UNO_NAME_OBJ_PLAYFULL			"PlayFull"
57 #define UNO_NAME_OBJ_PRESORDER			"PresentationOrder"
58 #define UNO_NAME_OBJ_SOUNDFILE			"Sound"
59 #define UNO_NAME_OBJ_SOUNDON			"SoundOn"
60 #define UNO_NAME_OBJ_SPEED				"Speed"
61 #define UNO_NAME_OBJ_TEXTEFFECT			"TextEffect"
62 #define UNO_NAME_OBJ_BLUESCREEN			"TransparentColor"
63 #define UNO_NAME_OBJ_VERB				"Verb"
64 #define UNO_NAME_OBJ_STYLE				"Style"
65 #define UNO_NAME_OBJ_MASTERDEPENDENT	"IsPlaceholderDependent"
66 #define UNO_NAME_OBJ_ANIMATIONPATH		"AnimationPath"
67 
68 #define UNO_NAME_LAYER_LOCKED			"IsLocked"
69 #define UNO_NAME_LAYER_PRINTABLE		"IsPrintable"
70 #define UNO_NAME_LAYER_VISIBLE			"IsVisible"
71 #define UNO_NAME_LAYER_NAME				"Name"
72 
73 #define UNO_NAME_SHOW_ALLOWANIM			"AllowAnimations"
74 #define UNO_NAME_SHOW_CUSTOMSHOW		"CustomShow"
75 #define UNO_NAME_SHOW_FIRSTPAGE			"FirstPage"
76 #define UNO_NAME_SHOW_ONTOP				"IsAlwaysOnTop"
77 #define UNO_NAME_SHOW_AUTOMATIC			"IsAutomatic"
78 #define UNO_NAME_SHOW_ENDLESS			"IsEndless"
79 #define UNO_NAME_SHOW_FULLSCREEN		"IsFullScreen"
80 #define UNO_NAME_SHOW_MOUSEVISIBLE		"IsMouseVisible"
81 #define UNO_NAME_SHOW_PAGERANGE			"PageRange"
82 #define UNO_NAME_SHOW_PAUSE				"Pause"
83 #define UNO_NAME_SHOW_STARTWITHNAV		"StartWithNavigator"
84 #define UNO_NAME_SHOW_USEPEN			"UsePen"
85 
86 #define UNO_NAME_SEARCH_BACKWARDS	"SearchBackwards"
87 #define UNO_NAME_SEARCH_CASE		"SearchCaseSensitive"
88 #define UNO_NAME_SEARCH_WORDS		"SearchWords"
89 
90 #define UNO_NAME_LINKDISPLAYNAME				"LinkDisplayName"
91 #define UNO_NAME_LINKDISPLAYBITMAP				"LinkDisplayBitmap"
92 
93 #define UNO_NAME_STYLE_FAMILY	"Family"
94 #endif
95 
96 
97