Home
last modified time | relevance | path

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

/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.cxx2557 EnhancedCustomShapeTextPathMode eTextPathMode( EnhancedCustomShapeTextPathMode_NORMAL ); in ApplyCustomShapeGeometryAttributes() local
2559 eTextPathMode = EnhancedCustomShapeTextPathMode_SHAPE; in ApplyCustomShapeGeometryAttributes()
2561 eTextPathMode = EnhancedCustomShapeTextPathMode_PATH; in ApplyCustomShapeGeometryAttributes()
2563 aProp.Value <<= eTextPathMode; in ApplyCustomShapeGeometryAttributes()
/trunk/main/xmloff/source/draw/
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()
H A Dximpcustomshape.cxx1092 …com::sun::star::drawing::EnhancedCustomShapeTextPathMode eTextPathMode( com::sun::star::drawing::E… in StartElement() local
1094 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()

Completed in 119 milliseconds