LibreOffice Module sd (master) 1
unokywds.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
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 .
18 */
19
20#pragma once
21
22#include <sal/config.h>
23#include <rtl/ustring.hxx>
24
25// SdUnoPseudoStyleFamily
26inline constexpr OUStringLiteral sUNO_PseudoSheet_Background = u"background";
27
28// SdLayer
29inline constexpr OUStringLiteral sUNO_LayerName_background = u"background";
30inline constexpr OUStringLiteral sUNO_LayerName_background_objects = u"backgroundobjects";
31inline constexpr OUStringLiteral sUNO_LayerName_layout = u"layout";
32inline constexpr OUStringLiteral sUNO_LayerName_controls = u"controls";
33inline constexpr OUStringLiteral sUNO_LayerName_measurelines = u"measurelines";
34
35// services
36inline constexpr OUStringLiteral sUNO_Service_FillProperties
37 = u"com.sun.star.drawing.FillProperties";
38inline constexpr OUStringLiteral sUNO_Service_PageBackground
39 = u"com.sun.star.drawing.PageBackground";
40inline constexpr OUStringLiteral sUNO_Service_ImageMapRectangleObject
41 = u"com.sun.star.image.ImageMapRectangleObject";
42inline constexpr OUStringLiteral sUNO_Service_ImageMapCircleObject
43 = u"com.sun.star.image.ImageMapCircleObject";
44inline constexpr OUStringLiteral sUNO_Service_ImageMapPolygonObject
45 = u"com.sun.star.image.ImageMapPolygonObject";
46
47// properties
48inline constexpr OUStringLiteral sUNO_Prop_ForbiddenCharacters = u"ForbiddenCharacters";
49inline constexpr OUStringLiteral sUNO_Prop_MapUnit = u"MapUnit";
50inline constexpr OUStringLiteral sUNO_Prop_VisibleArea = u"VisibleArea";
51inline constexpr OUStringLiteral sUNO_Prop_TabStop = u"TabStop";
52inline constexpr OUStringLiteral sUNO_Prop_CharLocale = u"CharLocale";
53inline constexpr OUStringLiteral sUNO_Prop_AutomContFocus = u"AutomaticControlFocus";
54inline constexpr OUStringLiteral sUNO_Prop_ApplyFrmDsgnMode = u"ApplyFormDesignMode";
55inline constexpr OUStringLiteral sUNO_Prop_IsBackgroundVisible = u"IsBackgroundVisible";
56inline constexpr OUStringLiteral sUNO_Prop_IsBackgroundObjectsVisible
57 = u"IsBackgroundObjectsVisible";
58inline constexpr OUStringLiteral sUNO_Prop_UserDefinedAttributes = u"UserDefinedAttributes";
59inline constexpr OUStringLiteral sUNO_Prop_BookmarkURL = u"BookmarkURL";
60inline constexpr OUStringLiteral sUNO_Prop_RuntimeUID = u"RuntimeUID";
61inline constexpr OUStringLiteral sUNO_Prop_HasValidSignatures = u"HasValidSignatures";
62inline constexpr OUStringLiteral sUNO_Prop_InteropGrabBag = u"InteropGrabBag";
63inline constexpr OUStringLiteral sUNO_Prop_Theme = u"Theme";
64
65// view settings
66inline constexpr OUStringLiteral sUNO_View_ViewId = u"ViewId";
67inline constexpr OUStringLiteral sUNO_View_SnapLinesDrawing = u"SnapLinesDrawing";
68inline constexpr OUStringLiteral sUNO_View_SnapLinesNotes = u"SnapLinesNotes";
69inline constexpr OUStringLiteral sUNO_View_SnapLinesHandout = u"SnapLinesHandout";
70inline constexpr OUStringLiteral sUNO_View_RulerIsVisible = u"RulerIsVisible";
71inline constexpr OUStringLiteral sUNO_View_PageKind = u"PageKind";
72inline constexpr OUStringLiteral sUNO_View_SelectedPage = u"SelectedPage";
73inline constexpr OUStringLiteral sUNO_View_IsLayerMode = u"IsLayerMode";
74inline constexpr OUStringLiteral sUNO_View_IsDoubleClickTextEdit = u"IsDoubleClickTextEdit";
75inline constexpr OUStringLiteral sUNO_View_IsClickChangeRotation = u"IsClickChangeRotation";
76inline constexpr OUStringLiteral sUNO_View_SlidesPerRow = u"SlidesPerRow";
77inline constexpr OUStringLiteral sUNO_View_EditMode = u"EditMode";
78inline const char sUNO_View_EditModeStandard[] = "EditModeStandard"; // To be deprecated
79// inline const char sUNO_View_EditModeNotes[] = "EditModeNotes";
80// inline const char sUNO_View_EditModeHandout[] = "EditModeHandout";
81
82inline constexpr OUStringLiteral sUNO_View_GridIsVisible = u"GridIsVisible";
83inline constexpr OUStringLiteral sUNO_View_GridIsFront = u"GridIsFront";
84inline constexpr OUStringLiteral sUNO_View_IsSnapToGrid = u"IsSnapToGrid";
85inline constexpr OUStringLiteral sUNO_View_IsSnapToPageMargins = u"IsSnapToPageMargins";
86inline constexpr OUStringLiteral sUNO_View_IsSnapToSnapLines = u"IsSnapToSnapLines";
87inline constexpr OUStringLiteral sUNO_View_IsSnapToObjectFrame = u"IsSnapToObjectFrame";
88inline constexpr OUStringLiteral sUNO_View_IsSnapToObjectPoints = u"IsSnapToObjectPoints";
89inline constexpr OUStringLiteral sUNO_View_IsPlusHandlesAlwaysVisible
90 = u"IsPlusHandlesAlwaysVisible";
91inline constexpr OUStringLiteral sUNO_View_IsFrameDragSingles = u"IsFrameDragSingles";
92inline constexpr OUStringLiteral sUNO_View_EliminatePolyPointLimitAngle
93 = u"EliminatePolyPointLimitAngle";
94inline constexpr OUStringLiteral sUNO_View_IsEliminatePolyPoints = u"IsEliminatePolyPoints";
95inline const char sUNO_View_ActiveLayer[] = "ActiveLayer";
96inline constexpr OUStringLiteral sUNO_View_NoAttribs = u"NoAttribs";
97inline constexpr OUStringLiteral sUNO_View_NoColors = u"NoColors";
98inline constexpr OUStringLiteral sUNO_View_GridCoarseWidth = u"GridCoarseWidth";
99inline constexpr OUStringLiteral sUNO_View_GridCoarseHeight = u"GridCoarseHeight";
100inline constexpr OUStringLiteral sUNO_View_GridFineWidth = u"GridFineWidth";
101inline constexpr OUStringLiteral sUNO_View_GridFineHeight = u"GridFineHeight";
102inline constexpr OUStringLiteral sUNO_View_IsAngleSnapEnabled = u"IsAngleSnapEnabled";
103inline constexpr OUStringLiteral sUNO_View_SnapAngle = u"SnapAngle";
104inline constexpr OUStringLiteral sUNO_View_GridSnapWidthXNumerator = u"GridSnapWidthXNumerator";
105inline constexpr OUStringLiteral sUNO_View_GridSnapWidthXDenominator = u"GridSnapWidthXDenominator";
106inline constexpr OUStringLiteral sUNO_View_GridSnapWidthYNumerator = u"GridSnapWidthYNumerator";
107inline constexpr OUStringLiteral sUNO_View_GridSnapWidthYDenominator = u"GridSnapWidthYDenominator";
108inline constexpr OUStringLiteral sUNO_View_VisibleLayers = u"VisibleLayers";
109inline constexpr OUStringLiteral sUNO_View_PrintableLayers = u"PrintableLayers";
110inline constexpr OUStringLiteral sUNO_View_LockedLayers = u"LockedLayers";
111
112inline constexpr OUStringLiteral sUNO_View_VisibleAreaTop = u"VisibleAreaTop";
113inline constexpr OUStringLiteral sUNO_View_VisibleAreaLeft = u"VisibleAreaLeft";
114inline constexpr OUStringLiteral sUNO_View_VisibleAreaWidth = u"VisibleAreaWidth";
115inline constexpr OUStringLiteral sUNO_View_VisibleAreaHeight = u"VisibleAreaHeight";
116
117inline constexpr OUStringLiteral sUNO_View_ZoomOnPage = u"ZoomOnPage";
118
119/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
float u
constexpr OUStringLiteral sUNO_View_IsClickChangeRotation
Definition: unokywds.hxx:75
constexpr OUStringLiteral sUNO_View_VisibleAreaLeft
Definition: unokywds.hxx:113
constexpr OUStringLiteral sUNO_Prop_AutomContFocus
Definition: unokywds.hxx:53
constexpr OUStringLiteral sUNO_View_GridCoarseWidth
Definition: unokywds.hxx:98
constexpr OUStringLiteral sUNO_Prop_VisibleArea
Definition: unokywds.hxx:50
constexpr OUStringLiteral sUNO_View_IsSnapToObjectFrame
Definition: unokywds.hxx:87
constexpr OUStringLiteral sUNO_View_GridFineHeight
Definition: unokywds.hxx:101
constexpr OUStringLiteral sUNO_View_SnapLinesHandout
Definition: unokywds.hxx:69
constexpr OUStringLiteral sUNO_Prop_IsBackgroundObjectsVisible
Definition: unokywds.hxx:57
constexpr OUStringLiteral sUNO_LayerName_measurelines
Definition: unokywds.hxx:33
constexpr OUStringLiteral sUNO_LayerName_background_objects
Definition: unokywds.hxx:30
constexpr OUStringLiteral sUNO_View_IsAngleSnapEnabled
Definition: unokywds.hxx:102
constexpr OUStringLiteral sUNO_Prop_MapUnit
Definition: unokywds.hxx:49
constexpr OUStringLiteral sUNO_View_IsSnapToSnapLines
Definition: unokywds.hxx:86
constexpr OUStringLiteral sUNO_View_GridSnapWidthXNumerator
Definition: unokywds.hxx:104
constexpr OUStringLiteral sUNO_PseudoSheet_Background
Definition: unokywds.hxx:26
constexpr OUStringLiteral sUNO_View_LockedLayers
Definition: unokywds.hxx:110
constexpr OUStringLiteral sUNO_View_IsSnapToGrid
Definition: unokywds.hxx:84
constexpr OUStringLiteral sUNO_View_IsSnapToPageMargins
Definition: unokywds.hxx:85
constexpr OUStringLiteral sUNO_View_PageKind
Definition: unokywds.hxx:71
constexpr OUStringLiteral sUNO_View_ZoomOnPage
Definition: unokywds.hxx:117
constexpr OUStringLiteral sUNO_View_IsDoubleClickTextEdit
Definition: unokywds.hxx:74
constexpr OUStringLiteral sUNO_LayerName_layout
Definition: unokywds.hxx:31
constexpr OUStringLiteral sUNO_View_VisibleAreaWidth
Definition: unokywds.hxx:114
constexpr OUStringLiteral sUNO_View_GridSnapWidthYNumerator
Definition: unokywds.hxx:106
constexpr OUStringLiteral sUNO_Prop_ApplyFrmDsgnMode
Definition: unokywds.hxx:54
constexpr OUStringLiteral sUNO_View_ViewId
Definition: unokywds.hxx:66
constexpr OUStringLiteral sUNO_Prop_ForbiddenCharacters
Definition: unokywds.hxx:48
constexpr OUStringLiteral sUNO_Prop_IsBackgroundVisible
Definition: unokywds.hxx:55
constexpr OUStringLiteral sUNO_View_PrintableLayers
Definition: unokywds.hxx:109
constexpr OUStringLiteral sUNO_View_GridIsVisible
Definition: unokywds.hxx:82
constexpr OUStringLiteral sUNO_View_GridIsFront
Definition: unokywds.hxx:83
constexpr OUStringLiteral sUNO_Service_PageBackground
Definition: unokywds.hxx:39
constexpr OUStringLiteral sUNO_View_RulerIsVisible
Definition: unokywds.hxx:70
constexpr OUStringLiteral sUNO_Service_ImageMapCircleObject
Definition: unokywds.hxx:43
constexpr OUStringLiteral sUNO_View_VisibleAreaHeight
Definition: unokywds.hxx:115
constexpr OUStringLiteral sUNO_Prop_BookmarkURL
Definition: unokywds.hxx:59
constexpr OUStringLiteral sUNO_View_SnapLinesDrawing
Definition: unokywds.hxx:67
constexpr OUStringLiteral sUNO_Service_FillProperties
Definition: unokywds.hxx:37
constexpr OUStringLiteral sUNO_LayerName_controls
Definition: unokywds.hxx:32
constexpr OUStringLiteral sUNO_View_GridCoarseHeight
Definition: unokywds.hxx:99
constexpr OUStringLiteral sUNO_View_SlidesPerRow
Definition: unokywds.hxx:76
const char sUNO_View_ActiveLayer[]
Definition: unokywds.hxx:95
constexpr OUStringLiteral sUNO_Prop_InteropGrabBag
Definition: unokywds.hxx:62
constexpr OUStringLiteral sUNO_View_GridSnapWidthXDenominator
Definition: unokywds.hxx:105
constexpr OUStringLiteral sUNO_View_IsEliminatePolyPoints
Definition: unokywds.hxx:94
constexpr OUStringLiteral sUNO_View_SnapLinesNotes
Definition: unokywds.hxx:68
constexpr OUStringLiteral sUNO_View_SnapAngle
Definition: unokywds.hxx:103
constexpr OUStringLiteral sUNO_View_SelectedPage
Definition: unokywds.hxx:72
constexpr OUStringLiteral sUNO_Prop_RuntimeUID
Definition: unokywds.hxx:60
constexpr OUStringLiteral sUNO_View_NoColors
Definition: unokywds.hxx:97
constexpr OUStringLiteral sUNO_View_EditMode
Definition: unokywds.hxx:77
constexpr OUStringLiteral sUNO_View_VisibleAreaTop
Definition: unokywds.hxx:112
constexpr OUStringLiteral sUNO_View_IsFrameDragSingles
Definition: unokywds.hxx:91
constexpr OUStringLiteral sUNO_Prop_CharLocale
Definition: unokywds.hxx:52
constexpr OUStringLiteral sUNO_View_EliminatePolyPointLimitAngle
Definition: unokywds.hxx:93
constexpr OUStringLiteral sUNO_Prop_Theme
Definition: unokywds.hxx:63
constexpr OUStringLiteral sUNO_Service_ImageMapRectangleObject
Definition: unokywds.hxx:41
constexpr OUStringLiteral sUNO_View_IsPlusHandlesAlwaysVisible
Definition: unokywds.hxx:90
constexpr OUStringLiteral sUNO_Prop_UserDefinedAttributes
Definition: unokywds.hxx:58
constexpr OUStringLiteral sUNO_View_IsLayerMode
Definition: unokywds.hxx:73
constexpr OUStringLiteral sUNO_Service_ImageMapPolygonObject
Definition: unokywds.hxx:45
constexpr OUStringLiteral sUNO_Prop_HasValidSignatures
Definition: unokywds.hxx:61
constexpr OUStringLiteral sUNO_View_GridFineWidth
Definition: unokywds.hxx:100
constexpr OUStringLiteral sUNO_LayerName_background
Definition: unokywds.hxx:29
constexpr OUStringLiteral sUNO_View_IsSnapToObjectPoints
Definition: unokywds.hxx:88
const char sUNO_View_EditModeStandard[]
Definition: unokywds.hxx:78
constexpr OUStringLiteral sUNO_Prop_TabStop
Definition: unokywds.hxx:51
constexpr OUStringLiteral sUNO_View_VisibleLayers
Definition: unokywds.hxx:108
constexpr OUStringLiteral sUNO_View_NoAttribs
Definition: unokywds.hxx:96
constexpr OUStringLiteral sUNO_View_GridSnapWidthYDenominator
Definition: unokywds.hxx:107