Searched refs:mrCustomShapeGeometry (Results 1 – 2 of 2) sorted by relevance
/trunk/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 72 mrCustomShapeGeometry( rCustomShapeGeometry ) in XMLEnhancedCustomShapeContext() 847 GetString( mrCustomShapeGeometry, rValue, EAS_Type ); in StartElement() 850 GetBool( mrCustomShapeGeometry, rValue, EAS_MirroredX ); in StartElement() 853 GetBool( mrCustomShapeGeometry, rValue, EAS_MirroredY ); in StartElement() 903 mrCustomShapeGeometry.push_back( aProp ); in StartElement() 907 GetDouble( mrCustomShapeGeometry, rValue, EAS_TextRotateAngle ); in StartElement() 1117 GetAdjustmentValues( mrCustomShapeGeometry, rValue ); in StartElement() 1335 SdXMLCustomShapePropertyMerge( mrCustomShapeGeometry, maExtrusion, EASGet( EAS_Extrusion ) ); in EndElement() 1336 SdXMLCustomShapePropertyMerge( mrCustomShapeGeometry, maPath, EASGet( EAS_Path ) ); in EndElement() 1337 SdXMLCustomShapePropertyMerge( mrCustomShapeGeometry, maTextPath, EASGet( EAS_TextPath ) ); in EndElement() [all …]
|
H A D | ximpcustomshape.hxx | 50 std::vector< com::sun::star::beans::PropertyValue >& mrCustomShapeGeometry; member in XMLEnhancedCustomShapeContext
|
Completed in 12 milliseconds