Lines Matching refs:size
59 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
64 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
74 for( ; nIndex < static_cast< sal_Int32 >( rGuideList.size() ); nIndex++ ) in GetCustomShapeGuideValue()
79 if ( nIndex == static_cast< sal_Int32 >( rGuideList.size() ) ) in GetCustomShapeGuideValue()
169 if ( maAdjustmentGuideList.size() ) in pushToPropSet()
245 if ( maPath2DList.size() ) in pushToPropSet()
255 Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() ); in pushToPropSet()
256 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()
265 Sequence< rtl::OUString > aEquations( maGuideList.size() ); in pushToPropSet()
266 for ( i = 0; i < maGuideList.size(); i++ ) in pushToPropSet()
271 Sequence< EnhancedCustomShapeSegment > aSegments( maSegments.size() ); in pushToPropSet()
272 for ( i = 0; i < maSegments.size(); i++ ) 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()
286 Sequence< PropertyValues > aHandles( maAdjustHandleList.size() ); in pushToPropSet()
287 for ( i = 0; i < maAdjustHandleList.size(); i++ ) in pushToPropSet()
351 if ( nIndex < rGuideList.size() ) in getValue()