LibreOffice Module xmloff (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xmloff
inc
EnhancedCustomShapeToken.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 <rtl/ustring.hxx>
23
24
namespace
xmloff::EnhancedCustomShapeToken
{
25
26
enum
EnhancedCustomShapeTokenEnum
27
{
28
EAS_type
,
29
EAS_name
,
30
EAS_mirror_horizontal
,
31
EAS_mirror_vertical
,
32
EAS_viewBox
,
33
EAS_text_rotate_angle
,
34
EAS_extrusion_allowed
,
35
EAS_text_path_allowed
,
36
EAS_concentric_gradient_fill_allowed
,
37
EAS_extrusion
,
38
EAS_extrusion_brightness
,
39
EAS_extrusion_depth
,
40
EAS_extrusion_diffusion
,
41
EAS_extrusion_number_of_line_segments
,
42
EAS_extrusion_light_face
,
43
EAS_extrusion_first_light_harsh
,
44
EAS_extrusion_second_light_harsh
,
45
EAS_extrusion_first_light_level
,
46
EAS_extrusion_second_light_level
,
47
EAS_extrusion_first_light_direction
,
48
EAS_extrusion_second_light_direction
,
49
EAS_extrusion_metal
,
50
EAS_extrusion_metal_type
,
51
EAS_shade_mode
,
52
EAS_extrusion_rotation_angle
,
53
EAS_extrusion_rotation_center
,
54
EAS_extrusion_shininess
,
55
EAS_extrusion_skew
,
56
EAS_extrusion_specularity
,
57
EAS_extrusion_specularity_loext
,
58
EAS_projection
,
59
EAS_extrusion_viewpoint
,
60
EAS_extrusion_origin
,
61
EAS_extrusion_color
,
62
EAS_enhanced_path
,
63
EAS_path_stretchpoint_x
,
64
EAS_path_stretchpoint_y
,
65
EAS_text_areas
,
66
EAS_glue_points
,
67
EAS_glue_point_type
,
68
EAS_glue_point_leaving_directions
,
69
EAS_text_path
,
70
EAS_text_path_mode
,
71
EAS_text_path_scale
,
72
EAS_text_path_same_letter_heights
,
73
EAS_modifiers
,
74
EAS_equation
,
75
EAS_formula
,
76
EAS_handle
,
77
EAS_handle_mirror_horizontal
,
78
EAS_handle_mirror_vertical
,
79
EAS_handle_switched
,
80
EAS_handle_position
,
81
EAS_handle_range_x_minimum
,
82
EAS_handle_range_x_maximum
,
83
EAS_handle_range_y_minimum
,
84
EAS_handle_range_y_maximum
,
85
EAS_handle_polar
,
86
EAS_handle_radius_range_minimum
,
87
EAS_handle_radius_range_maximum
,
88
EAS_sub_view_size
,
89
90
EAS_CustomShapeEngine
,
91
EAS_CustomShapeData
,
92
EAS_Type
,
93
EAS_MirroredX
,
94
EAS_MirroredY
,
95
EAS_ViewBox
,
96
EAS_TextRotateAngle
,
97
EAS_TextPreRotateAngle
,
98
EAS_ExtrusionAllowed
,
99
EAS_ConcentricGradientFillAllowed
,
100
EAS_TextPathAllowed
,
101
EAS_Extrusion
,
102
EAS_Equations
,
103
EAS_Equation
,
104
EAS_Path
,
105
EAS_TextPath
,
106
EAS_Handles
,
107
EAS_Handle
,
108
EAS_Brightness
,
109
EAS_Depth
,
110
EAS_Diffusion
,
111
EAS_NumberOfLineSegments
,
112
EAS_LightFace
,
113
EAS_FirstLightHarsh
,
114
EAS_SecondLightHarsh
,
115
EAS_FirstLightLevel
,
116
EAS_SecondLightLevel
,
117
EAS_FirstLightDirection
,
118
EAS_SecondLightDirection
,
119
EAS_Metal
,
120
EAS_MetalType
,
121
EAS_ShadeMode
,
122
EAS_RotateAngle
,
123
EAS_RotationCenter
,
124
EAS_Shininess
,
125
EAS_Skew
,
126
EAS_Specularity
,
127
EAS_ProjectionMode
,
128
EAS_ViewPoint
,
129
EAS_Origin
,
130
EAS_Color
,
131
EAS_Switched
,
132
EAS_Polar
,
133
EAS_RangeXMinimum
,
134
EAS_RangeXMaximum
,
135
EAS_RangeYMinimum
,
136
EAS_RangeYMaximum
,
137
EAS_RadiusRangeMinimum
,
138
EAS_RadiusRangeMaximum
,
139
EAS_Coordinates
,
140
EAS_Segments
,
141
EAS_StretchX
,
142
EAS_StretchY
,
143
EAS_TextFrames
,
144
EAS_GluePoints
,
145
EAS_GluePointLeavingDirections
,
146
EAS_GluePointType
,
147
EAS_TextPathMode
,
148
EAS_ScaleX
,
149
EAS_SameLetterHeights
,
150
EAS_Position
,
151
EAS_AdjustmentValues
,
152
EAS_SubViewSize
,
153
154
EAS_Last
,
155
EAS_NotFound
156
};
157
158
EnhancedCustomShapeTokenEnum
EASGet
(
const
OUString& );
159
EnhancedCustomShapeTokenEnum
EASGet
( sal_Int32 nToken );
160
OUString
EASGet
(
const
EnhancedCustomShapeTokenEnum
);
161
}
162
163
164
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmloff::EnhancedCustomShapeToken::EAS_extrusion_skew
Definition:
EnhancedCustomShapeToken.hxx:55
xmloff::EnhancedCustomShapeToken::EAS_glue_points
Definition:
EnhancedCustomShapeToken.hxx:66
xmloff::EnhancedCustomShapeToken::EAS_AdjustmentValues
Definition:
EnhancedCustomShapeToken.hxx:151
xmloff::EnhancedCustomShapeToken::EAS_Specularity
Definition:
EnhancedCustomShapeToken.hxx:126
xmloff::EnhancedCustomShapeToken::EAS_extrusion_second_light_direction
Definition:
EnhancedCustomShapeToken.hxx:48
xmloff::EnhancedCustomShapeToken::EAS_Last
Definition:
EnhancedCustomShapeToken.hxx:154
xmloff::EnhancedCustomShapeToken::EAS_RangeXMaximum
Definition:
EnhancedCustomShapeToken.hxx:134
xmloff::EnhancedCustomShapeToken::EASGet
EnhancedCustomShapeTokenEnum EASGet(const OUString &rShapeType)
Definition:
EnhancedCustomShapeToken.cxx:184
xmloff::EnhancedCustomShapeToken::EAS_handle_radius_range_minimum
Definition:
EnhancedCustomShapeToken.hxx:86
xmloff::EnhancedCustomShapeToken::EAS_LightFace
Definition:
EnhancedCustomShapeToken.hxx:112
xmloff::EnhancedCustomShapeToken::EAS_FirstLightDirection
Definition:
EnhancedCustomShapeToken.hxx:117
xmloff::EnhancedCustomShapeToken::EAS_modifiers
Definition:
EnhancedCustomShapeToken.hxx:73
xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum
EnhancedCustomShapeTokenEnum
Definition:
EnhancedCustomShapeToken.hxx:26
xmloff::EnhancedCustomShapeToken::EAS_extrusion_depth
Definition:
EnhancedCustomShapeToken.hxx:39
xmloff::EnhancedCustomShapeToken::EAS_mirror_vertical
Definition:
EnhancedCustomShapeToken.hxx:31
xmloff::EnhancedCustomShapeToken::EAS_extrusion_color
Definition:
EnhancedCustomShapeToken.hxx:61
xmloff::EnhancedCustomShapeToken::EAS_extrusion_shininess
Definition:
EnhancedCustomShapeToken.hxx:54
xmloff::EnhancedCustomShapeToken::EAS_Handles
Definition:
EnhancedCustomShapeToken.hxx:106
xmloff::EnhancedCustomShapeToken::EAS_extrusion_light_face
Definition:
EnhancedCustomShapeToken.hxx:42
xmloff::EnhancedCustomShapeToken::EAS_TextPathMode
Definition:
EnhancedCustomShapeToken.hxx:147
xmloff::EnhancedCustomShapeToken::EAS_SecondLightLevel
Definition:
EnhancedCustomShapeToken.hxx:116
xmloff::EnhancedCustomShapeToken::EAS_Switched
Definition:
EnhancedCustomShapeToken.hxx:131
xmloff::EnhancedCustomShapeToken::EAS_Path
Definition:
EnhancedCustomShapeToken.hxx:104
xmloff::EnhancedCustomShapeToken::EAS_ViewBox
Definition:
EnhancedCustomShapeToken.hxx:95
xmloff::EnhancedCustomShapeToken::EAS_text_path_scale
Definition:
EnhancedCustomShapeToken.hxx:71
xmloff::EnhancedCustomShapeToken::EAS_text_path_same_letter_heights
Definition:
EnhancedCustomShapeToken.hxx:72
xmloff::EnhancedCustomShapeToken::EAS_equation
Definition:
EnhancedCustomShapeToken.hxx:74
xmloff::EnhancedCustomShapeToken::EAS_Skew
Definition:
EnhancedCustomShapeToken.hxx:125
xmloff::EnhancedCustomShapeToken::EAS_path_stretchpoint_x
Definition:
EnhancedCustomShapeToken.hxx:63
xmloff::EnhancedCustomShapeToken::EAS_extrusion_viewpoint
Definition:
EnhancedCustomShapeToken.hxx:59
xmloff::EnhancedCustomShapeToken::EAS_Brightness
Definition:
EnhancedCustomShapeToken.hxx:108
xmloff::EnhancedCustomShapeToken::EAS_Extrusion
Definition:
EnhancedCustomShapeToken.hxx:101
xmloff::EnhancedCustomShapeToken::EAS_MirroredY
Definition:
EnhancedCustomShapeToken.hxx:94
xmloff::EnhancedCustomShapeToken::EAS_extrusion_first_light_level
Definition:
EnhancedCustomShapeToken.hxx:45
xmloff::EnhancedCustomShapeToken::EAS_extrusion_rotation_angle
Definition:
EnhancedCustomShapeToken.hxx:52
xmloff::EnhancedCustomShapeToken::EAS_text_path
Definition:
EnhancedCustomShapeToken.hxx:69
xmloff::EnhancedCustomShapeToken::EAS_GluePoints
Definition:
EnhancedCustomShapeToken.hxx:144
xmloff::EnhancedCustomShapeToken::EAS_handle_range_y_maximum
Definition:
EnhancedCustomShapeToken.hxx:84
xmloff::EnhancedCustomShapeToken::EAS_Equation
Definition:
EnhancedCustomShapeToken.hxx:103
xmloff::EnhancedCustomShapeToken::EAS_mirror_horizontal
Definition:
EnhancedCustomShapeToken.hxx:30
xmloff::EnhancedCustomShapeToken::EAS_Type
Definition:
EnhancedCustomShapeToken.hxx:92
xmloff::EnhancedCustomShapeToken::EAS_TextPreRotateAngle
Definition:
EnhancedCustomShapeToken.hxx:97
xmloff::EnhancedCustomShapeToken::EAS_StretchY
Definition:
EnhancedCustomShapeToken.hxx:142
xmloff::EnhancedCustomShapeToken::EAS_Polar
Definition:
EnhancedCustomShapeToken.hxx:132
xmloff::EnhancedCustomShapeToken::EAS_NotFound
Definition:
EnhancedCustomShapeToken.hxx:155
xmloff::EnhancedCustomShapeToken::EAS_extrusion_number_of_line_segments
Definition:
EnhancedCustomShapeToken.hxx:41
xmloff::EnhancedCustomShapeToken::EAS_RadiusRangeMaximum
Definition:
EnhancedCustomShapeToken.hxx:138
xmloff::EnhancedCustomShapeToken::EAS_handle_position
Definition:
EnhancedCustomShapeToken.hxx:80
xmloff::EnhancedCustomShapeToken::EAS_handle_range_x_maximum
Definition:
EnhancedCustomShapeToken.hxx:82
xmloff::EnhancedCustomShapeToken::EAS_TextPathAllowed
Definition:
EnhancedCustomShapeToken.hxx:100
xmloff::EnhancedCustomShapeToken::EAS_enhanced_path
Definition:
EnhancedCustomShapeToken.hxx:62
xmloff::EnhancedCustomShapeToken::EAS_Equations
Definition:
EnhancedCustomShapeToken.hxx:102
xmloff::EnhancedCustomShapeToken::EAS_handle_range_y_minimum
Definition:
EnhancedCustomShapeToken.hxx:83
xmloff::EnhancedCustomShapeToken::EAS_handle_mirror_horizontal
Definition:
EnhancedCustomShapeToken.hxx:77
xmloff::EnhancedCustomShapeToken::EAS_extrusion_first_light_harsh
Definition:
EnhancedCustomShapeToken.hxx:43
xmloff::EnhancedCustomShapeToken::EAS_ShadeMode
Definition:
EnhancedCustomShapeToken.hxx:121
xmloff::EnhancedCustomShapeToken::EAS_extrusion_rotation_center
Definition:
EnhancedCustomShapeToken.hxx:53
xmloff::EnhancedCustomShapeToken::EAS_glue_point_type
Definition:
EnhancedCustomShapeToken.hxx:67
xmloff::EnhancedCustomShapeToken::EAS_handle_polar
Definition:
EnhancedCustomShapeToken.hxx:85
xmloff::EnhancedCustomShapeToken::EAS_extrusion_allowed
Definition:
EnhancedCustomShapeToken.hxx:34
xmloff::EnhancedCustomShapeToken::EAS_GluePointType
Definition:
EnhancedCustomShapeToken.hxx:146
xmloff::EnhancedCustomShapeToken::EAS_type
Definition:
EnhancedCustomShapeToken.hxx:28
xmloff::EnhancedCustomShapeToken::EAS_glue_point_leaving_directions
Definition:
EnhancedCustomShapeToken.hxx:68
xmloff::EnhancedCustomShapeToken::EAS_NumberOfLineSegments
Definition:
EnhancedCustomShapeToken.hxx:111
xmloff::EnhancedCustomShapeToken::EAS_handle
Definition:
EnhancedCustomShapeToken.hxx:76
xmloff::EnhancedCustomShapeToken::EAS_RangeYMaximum
Definition:
EnhancedCustomShapeToken.hxx:136
xmloff::EnhancedCustomShapeToken::EAS_ViewPoint
Definition:
EnhancedCustomShapeToken.hxx:128
xmloff::EnhancedCustomShapeToken::EAS_CustomShapeEngine
Definition:
EnhancedCustomShapeToken.hxx:90
xmloff::EnhancedCustomShapeToken::EAS_SameLetterHeights
Definition:
EnhancedCustomShapeToken.hxx:149
xmloff::EnhancedCustomShapeToken::EAS_Depth
Definition:
EnhancedCustomShapeToken.hxx:109
xmloff::EnhancedCustomShapeToken::EAS_text_path_allowed
Definition:
EnhancedCustomShapeToken.hxx:35
xmloff::EnhancedCustomShapeToken::EAS_extrusion_specularity
Definition:
EnhancedCustomShapeToken.hxx:56
xmloff::EnhancedCustomShapeToken::EAS_ConcentricGradientFillAllowed
Definition:
EnhancedCustomShapeToken.hxx:99
xmloff::EnhancedCustomShapeToken::EAS_name
Definition:
EnhancedCustomShapeToken.hxx:29
xmloff::EnhancedCustomShapeToken::EAS_SubViewSize
Definition:
EnhancedCustomShapeToken.hxx:152
xmloff::EnhancedCustomShapeToken::EAS_RotateAngle
Definition:
EnhancedCustomShapeToken.hxx:122
xmloff::EnhancedCustomShapeToken::EAS_formula
Definition:
EnhancedCustomShapeToken.hxx:75
xmloff::EnhancedCustomShapeToken::EAS_Origin
Definition:
EnhancedCustomShapeToken.hxx:129
xmloff::EnhancedCustomShapeToken::EAS_handle_range_x_minimum
Definition:
EnhancedCustomShapeToken.hxx:81
xmloff::EnhancedCustomShapeToken::EAS_SecondLightDirection
Definition:
EnhancedCustomShapeToken.hxx:118
xmloff::EnhancedCustomShapeToken::EAS_shade_mode
Definition:
EnhancedCustomShapeToken.hxx:51
xmloff::EnhancedCustomShapeToken::EAS_extrusion
Definition:
EnhancedCustomShapeToken.hxx:37
xmloff::EnhancedCustomShapeToken::EAS_TextRotateAngle
Definition:
EnhancedCustomShapeToken.hxx:96
xmloff::EnhancedCustomShapeToken::EAS_Handle
Definition:
EnhancedCustomShapeToken.hxx:107
xmloff::EnhancedCustomShapeToken
Definition:
EnhancedCustomShapeToken.cxx:25
xmloff::EnhancedCustomShapeToken::EAS_RangeXMinimum
Definition:
EnhancedCustomShapeToken.hxx:133
xmloff::EnhancedCustomShapeToken::EAS_extrusion_metal
Definition:
EnhancedCustomShapeToken.hxx:49
xmloff::EnhancedCustomShapeToken::EAS_FirstLightHarsh
Definition:
EnhancedCustomShapeToken.hxx:113
xmloff::EnhancedCustomShapeToken::EAS_GluePointLeavingDirections
Definition:
EnhancedCustomShapeToken.hxx:145
xmloff::EnhancedCustomShapeToken::EAS_extrusion_diffusion
Definition:
EnhancedCustomShapeToken.hxx:40
xmloff::EnhancedCustomShapeToken::EAS_CustomShapeData
Definition:
EnhancedCustomShapeToken.hxx:91
xmloff::EnhancedCustomShapeToken::EAS_Diffusion
Definition:
EnhancedCustomShapeToken.hxx:110
xmloff::EnhancedCustomShapeToken::EAS_MirroredX
Definition:
EnhancedCustomShapeToken.hxx:93
xmloff::EnhancedCustomShapeToken::EAS_extrusion_origin
Definition:
EnhancedCustomShapeToken.hxx:60
xmloff::EnhancedCustomShapeToken::EAS_StretchX
Definition:
EnhancedCustomShapeToken.hxx:141
xmloff::EnhancedCustomShapeToken::EAS_text_areas
Definition:
EnhancedCustomShapeToken.hxx:65
xmloff::EnhancedCustomShapeToken::EAS_viewBox
Definition:
EnhancedCustomShapeToken.hxx:32
xmloff::EnhancedCustomShapeToken::EAS_extrusion_specularity_loext
Definition:
EnhancedCustomShapeToken.hxx:57
xmloff::EnhancedCustomShapeToken::EAS_text_rotate_angle
Definition:
EnhancedCustomShapeToken.hxx:33
xmloff::EnhancedCustomShapeToken::EAS_extrusion_second_light_level
Definition:
EnhancedCustomShapeToken.hxx:46
xmloff::EnhancedCustomShapeToken::EAS_Shininess
Definition:
EnhancedCustomShapeToken.hxx:124
xmloff::EnhancedCustomShapeToken::EAS_SecondLightHarsh
Definition:
EnhancedCustomShapeToken.hxx:114
xmloff::EnhancedCustomShapeToken::EAS_projection
Definition:
EnhancedCustomShapeToken.hxx:58
xmloff::EnhancedCustomShapeToken::EAS_RadiusRangeMinimum
Definition:
EnhancedCustomShapeToken.hxx:137
xmloff::EnhancedCustomShapeToken::EAS_path_stretchpoint_y
Definition:
EnhancedCustomShapeToken.hxx:64
xmloff::EnhancedCustomShapeToken::EAS_extrusion_metal_type
Definition:
EnhancedCustomShapeToken.hxx:50
xmloff::EnhancedCustomShapeToken::EAS_text_path_mode
Definition:
EnhancedCustomShapeToken.hxx:70
xmloff::EnhancedCustomShapeToken::EAS_extrusion_first_light_direction
Definition:
EnhancedCustomShapeToken.hxx:47
xmloff::EnhancedCustomShapeToken::EAS_extrusion_second_light_harsh
Definition:
EnhancedCustomShapeToken.hxx:44
xmloff::EnhancedCustomShapeToken::EAS_ProjectionMode
Definition:
EnhancedCustomShapeToken.hxx:127
xmloff::EnhancedCustomShapeToken::EAS_MetalType
Definition:
EnhancedCustomShapeToken.hxx:120
xmloff::EnhancedCustomShapeToken::EAS_Color
Definition:
EnhancedCustomShapeToken.hxx:130
xmloff::EnhancedCustomShapeToken::EAS_Position
Definition:
EnhancedCustomShapeToken.hxx:150
xmloff::EnhancedCustomShapeToken::EAS_Metal
Definition:
EnhancedCustomShapeToken.hxx:119
xmloff::EnhancedCustomShapeToken::EAS_RotationCenter
Definition:
EnhancedCustomShapeToken.hxx:123
xmloff::EnhancedCustomShapeToken::EAS_RangeYMinimum
Definition:
EnhancedCustomShapeToken.hxx:135
xmloff::EnhancedCustomShapeToken::EAS_TextPath
Definition:
EnhancedCustomShapeToken.hxx:105
xmloff::EnhancedCustomShapeToken::EAS_handle_mirror_vertical
Definition:
EnhancedCustomShapeToken.hxx:78
xmloff::EnhancedCustomShapeToken::EAS_handle_switched
Definition:
EnhancedCustomShapeToken.hxx:79
xmloff::EnhancedCustomShapeToken::EAS_handle_radius_range_maximum
Definition:
EnhancedCustomShapeToken.hxx:87
xmloff::EnhancedCustomShapeToken::EAS_ExtrusionAllowed
Definition:
EnhancedCustomShapeToken.hxx:98
xmloff::EnhancedCustomShapeToken::EAS_concentric_gradient_fill_allowed
Definition:
EnhancedCustomShapeToken.hxx:36
xmloff::EnhancedCustomShapeToken::EAS_TextFrames
Definition:
EnhancedCustomShapeToken.hxx:143
xmloff::EnhancedCustomShapeToken::EAS_FirstLightLevel
Definition:
EnhancedCustomShapeToken.hxx:115
xmloff::EnhancedCustomShapeToken::EAS_extrusion_brightness
Definition:
EnhancedCustomShapeToken.hxx:38
xmloff::EnhancedCustomShapeToken::EAS_sub_view_size
Definition:
EnhancedCustomShapeToken.hxx:88
xmloff::EnhancedCustomShapeToken::EAS_Segments
Definition:
EnhancedCustomShapeToken.hxx:140
xmloff::EnhancedCustomShapeToken::EAS_Coordinates
Definition:
EnhancedCustomShapeToken.hxx:139
xmloff::EnhancedCustomShapeToken::EAS_ScaleX
Definition:
EnhancedCustomShapeToken.hxx:148
Generated on Tue May 24 2022 12:42:08 for LibreOffice Module xmloff (master) by
1.8.10