INTEGRATION: CWS sj12 (1.3.4); FILE MERGED

2004/11/11 01:27:26 sj 1.3.4.3: #i36002# file format change, splittet StretchPoint into two single properties
2004/11/02 17:40:57 sj 1.3.4.2: #i36003,i36002# file format changes for custom shapes
2004/10/22 13:46:06 sj 1.3.4.1: #i36002# file format changes for custom shapes
This commit is contained in:
Rüdiger Timm 2004-11-26 13:08:42 +00:00
parent 37f44d8ebd
commit 7207a6adfb

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: EnhancedCustomShapeToken.hxx,v $ * $RCSfile: EnhancedCustomShapeToken.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: hr $ $Date: 2004-10-12 13:04:18 $ * last change: $Author: rt $ $Date: 2004-11-26 14:08:42 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -68,7 +68,8 @@ namespace xmloff { namespace EnhancedCustomShapeToken {
enum EnhancedCustomShapeTokenEnum enum EnhancedCustomShapeTokenEnum
{ {
EAS_predefined_type, EAS_type,
EAS_name,
EAS_mirror_horizontal, EAS_mirror_horizontal,
EAS_mirror_vertical, EAS_mirror_vertical,
EAS_viewBox, EAS_viewBox,
@ -102,7 +103,7 @@ namespace xmloff { namespace EnhancedCustomShapeToken {
EAS_enhanced_path, EAS_enhanced_path,
EAS_path_stretchpoint_x, EAS_path_stretchpoint_x,
EAS_path_stretchpoint_y, EAS_path_stretchpoint_y,
EAS_text_frames, EAS_text_areas,
EAS_glue_points, EAS_glue_points,
EAS_glue_point_type, EAS_glue_point_type,
EAS_glue_point_leaving_directions, EAS_glue_point_leaving_directions,
@ -110,7 +111,7 @@ namespace xmloff { namespace EnhancedCustomShapeToken {
EAS_text_path_mode, EAS_text_path_mode,
EAS_text_path_scale_x, EAS_text_path_scale_x,
EAS_text_path_same_letter_heights, EAS_text_path_same_letter_heights,
EAS_adjustments, EAS_modifiers,
EAS_equation, EAS_equation,
EAS_formula, EAS_formula,
EAS_handle, EAS_handle,
@ -128,7 +129,7 @@ namespace xmloff { namespace EnhancedCustomShapeToken {
EAS_CustomShapeEngine, EAS_CustomShapeEngine,
EAS_CustomShapeData, EAS_CustomShapeData,
EAS_PredefinedType, EAS_Type,
EAS_MirroredX, EAS_MirroredX,
EAS_MirroredY, EAS_MirroredY,
EAS_ViewBox, EAS_ViewBox,
@ -175,7 +176,8 @@ namespace xmloff { namespace EnhancedCustomShapeToken {
EAS_RadiusRangeMaximum, EAS_RadiusRangeMaximum,
EAS_Coordinates, EAS_Coordinates,
EAS_Segments, EAS_Segments,
EAS_StretchPoint, EAS_StretchX,
EAS_StretchY,
EAS_TextFrames, EAS_TextFrames,
EAS_GluePoints, EAS_GluePoints,
EAS_GluePointLeavingDirections, EAS_GluePointLeavingDirections,