Lines Matching refs:maPath
867 GetBool( maPath, rValue, EAS_ExtrusionAllowed ); in StartElement()
870 GetBool( maPath, rValue, EAS_TextPathAllowed ); in StartElement()
873 GetBool( maPath, rValue, EAS_ConcentricGradientFillAllowed ); in StartElement()
1003 GetEnhancedPath( maPath, rValue ); in StartElement()
1012 maPath.push_back( aProp ); in StartElement()
1023 maPath.push_back( aProp ); in StartElement()
1028 GetEnhancedRectangleSequence( maPath, rValue, EAS_TextFrames ); in StartElement()
1032 sal_Int32 i, nPairs = GetEnhancedParameterPairSequence( maPath, rValue, EAS_GluePoints ); in StartElement()
1039 GetEnum( maPath, rValue, EAS_GluePointType, *aXML_GluePointEnumMap ); in StartElement()
1042 GetDoubleSequence( maPath, rValue, EAS_GluePointLeavingDirections ); in StartElement()
1214 std::vector< beans::PropertyValue >::iterator aPathIter = maPath.begin(); in EndElement()
1215 std::vector< beans::PropertyValue >::iterator aPathEnd = maPath.end(); in EndElement()
1293 SdXMLCustomShapePropertyMerge( mrCustomShapeGeometry, maPath, EASGet( EAS_Path ) ); in EndElement()