Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx976 Path2D& mrPath2D; member in oox::drawingml::Path2DContext
983 , mrPath2D( rPath2D ) in Path2DContext()
1000 if ( mrPath2D.fill == XML_none ) in ~Path2DContext()
1033 mrPath2D.parameter.push_back( aAdjPoint2D ); in createFastChildContext()
1034 … xContext = new Path2DMoveToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext()
1050 mrPath2D.parameter.push_back( aAdjPoint2D ); in createFastChildContext()
1051 … xContext = new Path2DLineToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext()
1074 mrPath2D.parameter.push_back( aPt1 ); in createFastChildContext()
1075 mrPath2D.parameter.push_back( aPt2 ); in createFastChildContext()
1076 mrPath2D.parameter.push_back( aPt3 ); in createFastChildContext()
[all …]