Home
last modified time | relevance | path

Searched refs:eTextPathMode (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1049 …com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode( com::sun::star::drawing::E… in StartElement() local
1051 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()
H A Dshapeexport4.cxx828 com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in ImpExportEnhancedGeometry() local
829 if ( rProp.Value >>= eTextPathMode ) in ImpExportEnhancedGeometry()
831 switch ( eTextPathMode ) in ImpExportEnhancedGeometry()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3426 com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in CreateCustomShapeProperties() local
3427 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()
H A Dmsdffimp.cxx2554 EnhancedCustomShapeTextPathMode eTextPathMode( EnhancedCustomShapeTextPathMode_NORMAL ); in ApplyCustomShapeGeometryAttributes() local
2556 eTextPathMode = EnhancedCustomShapeTextPathMode_SHAPE; in ApplyCustomShapeGeometryAttributes()
2558 eTextPathMode = EnhancedCustomShapeTextPathMode_PATH; in ApplyCustomShapeGeometryAttributes()
2560 aProp.Value <<= eTextPathMode; in ApplyCustomShapeGeometryAttributes()

Completed in 91 milliseconds