xref: /AOO41X/main/sd/source/ui/inc/unokywds.hxx (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir /*************************************************************************
2*cdf0e10cSrcweir  *
3*cdf0e10cSrcweir  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir  *
5*cdf0e10cSrcweir  * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir  *
7*cdf0e10cSrcweir  * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir  *
9*cdf0e10cSrcweir  * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir  *
11*cdf0e10cSrcweir  * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir  * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir  * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir  *
15*cdf0e10cSrcweir  * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir  * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir  * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir  *
21*cdf0e10cSrcweir  * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir  * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir  * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir  * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir  *
26*cdf0e10cSrcweir  ************************************************************************/
27*cdf0e10cSrcweir 
28*cdf0e10cSrcweir #ifndef _SD_UNOKYWDS_HXX_
29*cdf0e10cSrcweir #define _SD_UNOKYWDS_HXX_
30*cdf0e10cSrcweir 
31*cdf0e10cSrcweir #include <tools/string.hxx>
32*cdf0e10cSrcweir #include <tools/solar.h>
33*cdf0e10cSrcweir 
34*cdf0e10cSrcweir #ifndef SD_DEFINE_KEYWORDS
35*cdf0e10cSrcweir #define SD_CONSTASCII_ACTION( n, s ) extern sal_Char __FAR_DATA n[sizeof(s)]
36*cdf0e10cSrcweir #else
37*cdf0e10cSrcweir #define SD_CONSTASCII_ACTION( n, s ) sal_Char __FAR_DATA n[sizeof(s)] = s
38*cdf0e10cSrcweir #endif
39*cdf0e10cSrcweir 
40*cdf0e10cSrcweir #define UNO_PREFIX "com.sun.star."
41*cdf0e10cSrcweir 
42*cdf0e10cSrcweir // SdXImpressDocument
43*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_DrawingDocument, UNO_PREFIX "drawing.DrawingDocument" );
44*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_PresentationDocument, UNO_PREFIX "drawing.PresentationDocument" );
45*cdf0e10cSrcweir 
46*cdf0e10cSrcweir // SdUnoStyleFamilies
47*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoStyleFamilies, "SdUnoStyleFamilies" );
48*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Graphic_Style_Family_Name, "graphics" );
49*cdf0e10cSrcweir 
50*cdf0e10cSrcweir // SdUnoPseudoStyleFamily
51*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoPseudoStyleFamily, "SdUnoPseudoStyleFamily" );
52*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Title, "title" );
53*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_SubTitle, "subtitle" );
54*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Background, "background" );
55*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Background_Objects, "backgroundobjects" );
56*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Notes, "notes" );
57*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline1, "outline1" );
58*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline2, "outline2" );
59*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline3, "outline3" );
60*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline4, "outline4" );
61*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline5, "outline5" );
62*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline6, "outline6" );
63*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline7, "outline7" );
64*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline8, "outline8" );
65*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_PseudoSheet_Outline9, "outline9" );
66*cdf0e10cSrcweir 
67*cdf0e10cSrcweir // SdUnoPseudoStyle
68*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoPseudoStyle, "SdUnoPseudoStyle" );
69*cdf0e10cSrcweir 
70*cdf0e10cSrcweir // SdUnoGraphicStyleFamily
71*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoGraphicStyleFamily, "SdUnoGraphicStyleFamily" );
72*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_standard, "standard" );
73*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_objwitharrow, "objectwitharrow" );
74*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_objwithshadow, "objectwithshadow" );
75*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_objwithoutfill, "objectwithoutfill" );
76*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_text, "text" );
77*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_textbody, "textbody" );
78*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_textbodyjust, "textbodyjustfied" );
79*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_textbodyindent, "textbodyindent" );
80*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_title, "title" );
81*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_title1, "title1" );
82*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_title2, "title2" );
83*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_headline, "headline" );
84*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_headline1, "headline1" );
85*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_headline2, "headline2" );
86*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_StyleName_measure, "measure" );
87*cdf0e10cSrcweir 
88*cdf0e10cSrcweir // SdUnoGraphicStyle
89*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoGraphicStyle, "SdUnoGraphicStyle" );
90*cdf0e10cSrcweir 
91*cdf0e10cSrcweir // SdUnoPageBackground
92*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdUnoPageBackground, "SdUnoPageBackground" );
93*cdf0e10cSrcweir 
94*cdf0e10cSrcweir // SdLayerManager
95*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdLayerManager, "SdUnoLayerManager" );
96*cdf0e10cSrcweir 
97*cdf0e10cSrcweir // SdLayer
98*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_SdLayer, "SdUnoLayer" );
99*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_LayerName_background,		 "background" );
100*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_LayerName_background_objects, "backgroundobjects" );
101*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_LayerName_layout,			 "layout" );
102*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_LayerName_controls,			 "controls" );
103*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_LayerName_measurelines,		 "measurelines" );
104*cdf0e10cSrcweir 
105*cdf0e10cSrcweir // SdXShape
106*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_shape_style, "Style" );
107*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_shape_layername, "LayerName" );
108*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_shape_zorder, "ZOrder" );
109*cdf0e10cSrcweir 
110*cdf0e10cSrcweir // services
111*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_StyleFamily, UNO_PREFIX "style.StyleFamily" );
112*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_StyleFamilies, UNO_PREFIX "style.StyleFamilies" );
113*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_Style, UNO_PREFIX "style.Style" );
114*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_FillProperties, UNO_PREFIX "drawing.FillProperties" );
115*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_LineProperties, UNO_PREFIX "drawing.LineProperties" );
116*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ParagraphProperties, UNO_PREFIX "style.ParagraphProperties" );
117*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_CharacterProperties, UNO_PREFIX "style.CharacterProperties" );
118*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_Text, UNO_PREFIX "drawing.Text" );
119*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_TextProperties, UNO_PREFIX "drawing.TextProperties" );
120*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ShadowProperties, UNO_PREFIX "drawing.ShadowProperties" );
121*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ConnectorProperties, UNO_PREFIX "drawing.ConnectorProperties" );
122*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_MeasureProperties, UNO_PREFIX "drawing.MeasureProperties" );
123*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_PageBackground, UNO_PREFIX "drawing.PageBackground" );
124*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_DrawingLayer, UNO_PREFIX "drawing.Layer" );
125*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_DrawingLayerManager, UNO_PREFIX "drawing.LayerManager" );
126*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_GraphicObjectShape, UNO_PREFIX "drawing.GraphicObjectShape" );
127*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ImageMapRectangleObject, UNO_PREFIX "image.ImageMapRectangleObject" );
128*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ImageMapCircleObject, UNO_PREFIX "image.ImageMapCircleObject" );
129*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Service_ImageMapPolygonObject, UNO_PREFIX "image.ImageMapPolygonObject" );
130*cdf0e10cSrcweir 
131*cdf0e10cSrcweir // properties
132*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_Background,				"Background" );
133*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_ForbiddenCharacters,	"ForbiddenCharacters" );
134*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_MapUnit,				"MapUnit" );
135*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_VisibleArea,			"VisibleArea" );
136*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_Aspect,					"Aspect" );
137*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_TabStop,				"TabStop" );
138*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_CharLocale,				"CharLocale" );
139*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_AutomContFocus,			"AutomaticControlFocus" );
140*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_ApplyFrmDsgnMode,		"ApplyFormDesignMode" );
141*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_IsBackgroundVisible,	"IsBackgroundVisible" );
142*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_IsBackgroundObjectsVisible,	"IsBackgroundObjectsVisible" );
143*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_UserDefinedAttributes, "UserDefinedAttributes" );
144*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_BookmarkURL,			"BookmarkURL" );
145*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_RuntimeUID,             "RuntimeUID" );
146*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_Prop_HasValidSignatures,     "HasValidSignatures" );
147*cdf0e10cSrcweir 
148*cdf0e10cSrcweir // view settings
149*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_ViewId,							"ViewId" );
150*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SnapLinesDrawing,				"SnapLinesDrawing" );
151*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SnapLinesNotes,					"SnapLinesNotes" );
152*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SnapLinesHandout,				"SnapLinesHandout" );
153*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_RulerIsVisible,					"RulerIsVisible" );
154*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_PageKind,						"PageKind" );
155*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SelectedPage,					"SelectedPage" );
156*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsLayerMode,					"IsLayerMode" );
157*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsQuickEdit,					"IsQuickEdit" );
158*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsBigHandles,					"IsBigHandles" );
159*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsDoubleClickTextEdit,			"IsDoubleClickTextEdit"	);
160*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsClickChangeRotation,			"IsClickChangeRotation" );
161*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsDragWithCopy,					"IsDragWithCopy" );
162*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SlidesPerRow,					"SlidesPerRow" );
163*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_DrawMode,						"DrawMode" );
164*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_PreviewDrawMode,				"PreviewDrawMode" );
165*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsShowPreviewInPageMode,		"IsShowPreviewInPageMode" );
166*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsShowPreviewInMasterPageMode,	"IsShowPreviewInMasterPageMode" );
167*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SetShowPreviewInOutlineMode,	"SetShowPreviewInOutlineMode" );
168*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_EditModeStandard,				"EditModeStandard" );
169*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_EditModeNotes,					"EditModeNotes" );
170*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_EditModeHandout,				"EditModeHandout" );
171*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisArea,						"VisArea" );
172*cdf0e10cSrcweir 
173*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridIsVisible,					"GridIsVisible" );
174*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridIsFront,					"GridIsFront" );
175*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapToGrid,					"IsSnapToGrid" );
176*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapToPageMargins,			"IsSnapToPageMargins" );
177*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapToSnapLines,				"IsSnapToSnapLines" );
178*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapToObjectFrame,			"IsSnapToObjectFrame" );
179*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapToObjectPoints,			"IsSnapToObjectPoints" );
180*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsSnapLinesVisible,				"IsSnapLinesVisible" );
181*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsDragStripes,					"IsDragStripes" );
182*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsPlusHandlesAlwaysVisible,		"IsPlusHandlesAlwaysVisible" );
183*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsFrameDragSingles,				"IsFrameDragSingles" );
184*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsMarkedHitMovesAlways,			"IsMarkedHitMovesAlways" );
185*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_EliminatePolyPointLimitAngle,	"EliminatePolyPointLimitAngle" );
186*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsEliminatePolyPoints,			"IsEliminatePolyPoints" );
187*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsLineDraft,					"IsLineDraft" );
188*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsFillDraft,					"IsFillDraft" );
189*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsTextDraft,					"IsTextDraft" );
190*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsGrafDraft,					"IsGrafDraft" );
191*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_ActiveLayer,					"ActiveLayer" );
192*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_NoAttribs,						"NoAttribs" );
193*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_NoColors,						"NoColors" );
194*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridCoarseWidth,				"GridCoarseWidth" );
195*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridCoarseHeight,				"GridCoarseHeight" );
196*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridFineWidth,					"GridFineWidth" );
197*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridFineHeight,					"GridFineHeight" );
198*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_IsAngleSnapEnabled,				"IsAngleSnapEnabled" );
199*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_SnapAngle,						"SnapAngle" );
200*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthXNumerator,		"GridSnapWidthXNumerator" );
201*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthXDenominator,		"GridSnapWidthXDenominator" );
202*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthYNumerator,		"GridSnapWidthYNumerator" );
203*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthYDenominator,		"GridSnapWidthYDenominator" );
204*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisibleLayers,					"VisibleLayers" );
205*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_PrintableLayers,				"PrintableLayers" );
206*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_LockedLayers,					"LockedLayers" );
207*cdf0e10cSrcweir 
208*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaTop,					"VisibleAreaTop" );
209*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaLeft,				"VisibleAreaLeft" );
210*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaWidth,				"VisibleAreaWidth" );
211*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaHeight,				"VisibleAreaHeight" );
212*cdf0e10cSrcweir 
213*cdf0e10cSrcweir SD_CONSTASCII_ACTION( sUNO_View_ZoomOnPage,						"ZoomOnPage" );
214*cdf0e10cSrcweir #endif
215*cdf0e10cSrcweir 
216