Searched refs:maPath2DList (Results 1 – 2 of 2) sorted by relevance
245 if ( maPath2DList.size() ) in pushToPropSet()248 if ( maPath2DList[ 0 ].w ) in pushToPropSet()249 aViewBox.Width = static_cast< sal_Int32 >( maPath2DList[ 0 ].w ); in pushToPropSet()250 if ( maPath2DList[ 0 ].h ) in pushToPropSet()251 aViewBox.Height = static_cast< sal_Int32 >( maPath2DList[ 0 ].h ); in pushToPropSet()276 for ( i = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()277 nParameterPairs += maPath2DList[ i ].parameter.size(); in pushToPropSet()279 for ( i = 0, k = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()280 for ( j = 0; j < maPath2DList[ i ].parameter.size(); j++ ) in pushToPropSet()281 aParameterPairs[ k++ ] = maPath2DList[ i ].parameter[ j ]; in pushToPropSet()
128 std::vector< Path2D >& getPath2DList(){ return maPath2DList; }; in getPath2DList()148 std::vector< Path2D > maPath2DList; member in oox::drawingml::CustomShapeProperties
Completed in 20 milliseconds