Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1092 …com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode( com::sun::star::drawing::E… in StartElement() local
1094eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_PATH; in StartElement()
1096eTextPathMode = com::sun::star::drawing::EnhancedCustomShapeTextPathMode_SHAPE; in StartElement()
1100 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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3437 … com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode; in CreateCustomShapeProperties() local
3438 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()
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()