Lines Matching refs:maPath
910 GetBool( maPath, rValue, EAS_ExtrusionAllowed ); in StartElement()
913 GetBool( maPath, rValue, EAS_TextPathAllowed ); in StartElement()
916 GetBool( maPath, rValue, EAS_ConcentricGradientFillAllowed ); in StartElement()
1046 GetEnhancedPath( maPath, rValue ); in StartElement()
1055 maPath.push_back( aProp ); in StartElement()
1066 maPath.push_back( aProp ); in StartElement()
1071 GetEnhancedRectangleSequence( maPath, rValue, EAS_TextFrames ); in StartElement()
1075 sal_Int32 i, nPairs = GetEnhancedParameterPairSequence( maPath, rValue, EAS_GluePoints ); in StartElement()
1082 GetEnum( maPath, rValue, EAS_GluePointType, *aXML_GluePointEnumMap ); in StartElement()
1085 GetDoubleSequence( maPath, rValue, EAS_GluePointLeavingDirections ); in StartElement()
1257 std::vector< beans::PropertyValue >::iterator aPathIter = maPath.begin(); in EndElement()
1258 std::vector< beans::PropertyValue >::iterator aPathEnd = maPath.end(); in EndElement()
1336 SdXMLCustomShapePropertyMerge( mrCustomShapeGeometry, maPath, EASGet( EAS_Path ) ); in EndElement()