Searched refs:eTextPathMode (Results 1 – 4 of 4) sorted by relevance
1049 …com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode( com::sun::star::drawing::E… in StartElement() local1051 eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH; in StartElement()1053 eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE; in StartElement()1057 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()
3426 com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in CreateCustomShapeProperties() local3427 if ( rrProp.Value >>= eTextPathMode ) in CreateCustomShapeProperties()3431 if ( eTextPathMode == com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH ) in CreateCustomShapeProperties()3433 else if ( eTextPathMode == com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE ) in CreateCustomShapeProperties()
2554 EnhancedCustomShapeTextPathMode eTextPathMode( EnhancedCustomShapeTextPathMode_NORMAL ); in ApplyCustomShapeGeometryAttributes() local2556 eTextPathMode = EnhancedCustomShapeTextPathMode_SHAPE; in ApplyCustomShapeGeometryAttributes()2558 eTextPathMode = EnhancedCustomShapeTextPathMode_PATH; in ApplyCustomShapeGeometryAttributes()2560 aProp.Value <<= eTextPathMode; in ApplyCustomShapeGeometryAttributes()
Completed in 144 milliseconds