1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef INCLUDED_XMLOFF_INC_ENHANCEDCUSTOMSHAPETOKEN_HXX
21 #define INCLUDED_XMLOFF_INC_ENHANCEDCUSTOMSHAPETOKEN_HXX
23 #include <rtl/ustring.hxx>
25 namespace xmloff
{ namespace EnhancedCustomShapeToken
{
27 enum EnhancedCustomShapeTokenEnum
31 EAS_mirror_horizontal
,
34 EAS_text_rotate_angle
,
35 EAS_extrusion_allowed
,
36 EAS_text_path_allowed
,
37 EAS_concentric_gradient_fill_allowed
,
39 EAS_extrusion_brightness
,
41 EAS_extrusion_diffusion
,
42 EAS_extrusion_number_of_line_segments
,
43 EAS_extrusion_light_face
,
44 EAS_extrusion_first_light_harsh
,
45 EAS_extrusion_second_light_harsh
,
46 EAS_extrusion_first_light_level
,
47 EAS_extrusion_second_light_level
,
48 EAS_extrusion_first_light_direction
,
49 EAS_extrusion_second_light_direction
,
52 EAS_extrusion_rotation_angle
,
53 EAS_extrusion_rotation_center
,
54 EAS_extrusion_shininess
,
56 EAS_extrusion_specularity
,
58 EAS_extrusion_viewpoint
,
62 EAS_path_stretchpoint_x
,
63 EAS_path_stretchpoint_y
,
67 EAS_glue_point_leaving_directions
,
71 EAS_text_path_same_letter_heights
,
76 EAS_handle_mirror_horizontal
,
77 EAS_handle_mirror_vertical
,
80 EAS_handle_range_x_minimum
,
81 EAS_handle_range_x_maximum
,
82 EAS_handle_range_y_minimum
,
83 EAS_handle_range_y_maximum
,
85 EAS_handle_radius_range_minimum
,
86 EAS_handle_radius_range_maximum
,
89 EAS_CustomShapeEngine
,
97 EAS_ConcentricGradientFillAllowed
,
109 EAS_NumberOfLineSegments
,
112 EAS_SecondLightHarsh
,
114 EAS_SecondLightLevel
,
115 EAS_FirstLightDirection
,
116 EAS_SecondLightDirection
,
134 EAS_RadiusRangeMinimum
,
135 EAS_RadiusRangeMaximum
,
142 EAS_GluePointLeavingDirections
,
146 EAS_SameLetterHeights
,
148 EAS_AdjustmentValues
,
155 EnhancedCustomShapeTokenEnum
EASGet( const OUString
& );
156 OUString
EASGet( const EnhancedCustomShapeTokenEnum
);
162 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */