1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: EnhancedCustomShapeToken.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _ENHANCED_CUSTOMSHAPE_TOKEN_HXX
32 #define _ENHANCED_CUSTOMSHAPE_TOKEN_HXX
34 #include <rtl/ustring.hxx>
36 namespace xmloff
{ namespace EnhancedCustomShapeToken
{
38 enum EnhancedCustomShapeTokenEnum
42 EAS_mirror_horizontal
,
45 EAS_text_rotate_angle
,
46 EAS_extrusion_allowed
,
47 EAS_text_path_allowed
,
48 EAS_concentric_gradient_fill_allowed
,
50 EAS_extrusion_brightness
,
52 EAS_extrusion_diffusion
,
53 EAS_extrusion_number_of_line_segments
,
54 EAS_extrusion_light_face
,
55 EAS_extrusion_first_light_harsh
,
56 EAS_extrusion_second_light_harsh
,
57 EAS_extrusion_first_light_level
,
58 EAS_extrusion_second_light_level
,
59 EAS_extrusion_first_light_direction
,
60 EAS_extrusion_second_light_direction
,
63 EAS_extrusion_rotation_angle
,
64 EAS_extrusion_rotation_center
,
65 EAS_extrusion_shininess
,
67 EAS_extrusion_specularity
,
69 EAS_extrusion_viewpoint
,
73 EAS_path_stretchpoint_x
,
74 EAS_path_stretchpoint_y
,
78 EAS_glue_point_leaving_directions
,
82 EAS_text_path_same_letter_heights
,
87 EAS_handle_mirror_horizontal
,
88 EAS_handle_mirror_vertical
,
91 EAS_handle_range_x_minimum
,
92 EAS_handle_range_x_maximum
,
93 EAS_handle_range_y_minimum
,
94 EAS_handle_range_y_maximum
,
96 EAS_handle_radius_range_minimum
,
97 EAS_handle_radius_range_maximum
,
99 EAS_CustomShapeEngine
,
106 EAS_ExtrusionAllowed
,
107 EAS_ConcentricGradientFillAllowed
,
119 EAS_NumberOfLineSegments
,
122 EAS_SecondLightHarsh
,
124 EAS_SecondLightLevel
,
125 EAS_FirstLightDirection
,
126 EAS_SecondLightDirection
,
144 EAS_RadiusRangeMinimum
,
145 EAS_RadiusRangeMaximum
,
152 EAS_GluePointLeavingDirections
,
156 EAS_SameLetterHeights
,
158 EAS_AdjustmentValues
,
164 EnhancedCustomShapeTokenEnum
EASGet( const rtl::OUString
& );
165 rtl::OUString
EASGet( const EnhancedCustomShapeTokenEnum
);