Searched refs:eTextPathMode (Results 1 – 4 of 4) sorted by relevance
1092 …com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode( com::sun::star::drawing::E… in StartElement() local1094 eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH; in StartElement()1096 eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE; in StartElement()1100 aProp.Value <<= eTextPathMode; in StartElement()
828 com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in ImpExportEnhancedGeometry() local829 if ( rProp.Value >>= eTextPathMode ) in ImpExportEnhancedGeometry()831 switch ( eTextPathMode ) in ImpExportEnhancedGeometry()
3437 com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in CreateCustomShapeProperties() local3438 if ( rrProp.Value >>= eTextPathMode ) in CreateCustomShapeProperties()3442 if ( eTextPathMode == com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH ) in CreateCustomShapeProperties()3444 else if ( eTextPathMode == com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE ) in CreateCustomShapeProperties()
2557 EnhancedCustomShapeTextPathMode eTextPathMode( EnhancedCustomShapeTextPathMode_NORMAL ); in ApplyCustomShapeGeometryAttributes() local2559 eTextPathMode = EnhancedCustomShapeTextPathMode_SHAPE; in ApplyCustomShapeGeometryAttributes()2561 eTextPathMode = EnhancedCustomShapeTextPathMode_PATH; in ApplyCustomShapeGeometryAttributes()2563 aProp.Value <<= eTextPathMode; in ApplyCustomShapeGeometryAttributes()
Completed in 80 milliseconds