Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx236 if ( maPath2DList.size() ) in pushToPropSet()
239 if ( maPath2DList[ 0 ].w ) in pushToPropSet()
240 aViewBox.Width = static_cast< sal_Int32 >( maPath2DList[ 0 ].w ); in pushToPropSet()
241 if ( maPath2DList[ 0 ].h ) in pushToPropSet()
242 aViewBox.Height = static_cast< sal_Int32 >( maPath2DList[ 0 ].h ); in pushToPropSet()
267 for ( i = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()
268 nParameterPairs += maPath2DList[ i ].parameter.size(); in pushToPropSet()
270 for ( i = 0, k = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()
271 for ( j = 0; j < maPath2DList[ i ].parameter.size(); j++ ) in pushToPropSet()
272 aParameterPairs[ k++ ] = maPath2DList[ i ].parameter[ j ]; in pushToPropSet()
/AOO41X/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx128 std::vector< Path2D >& getPath2DList(){ return maPath2DList; }; in getPath2DList()
148 std::vector< Path2D > maPath2DList; member in oox::drawingml::CustomShapeProperties