Lines Matching refs:size
58 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
63 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
73 for( ; nIndex < static_cast< sal_Int32 >( rGuideList.size() ); nIndex++ ) in GetCustomShapeGuideValue()
78 if ( nIndex == static_cast< sal_Int32 >( rGuideList.size() ) ) in GetCustomShapeGuideValue()
168 if ( maAdjustmentGuideList.size() ) in pushToPropSet()
236 if ( maPath2DList.size() ) in pushToPropSet()
246 Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() ); in pushToPropSet()
247 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()
256 Sequence< rtl::OUString > aEquations( maGuideList.size() ); in pushToPropSet()
257 for ( i = 0; i < maGuideList.size(); i++ ) in pushToPropSet()
262 Sequence< EnhancedCustomShapeSegment > aSegments( maSegments.size() ); in pushToPropSet()
263 for ( i = 0; i < maSegments.size(); i++ ) 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()
277 Sequence< PropertyValues > aHandles( maAdjustHandleList.size() ); in pushToPropSet()
278 for ( i = 0; i < maAdjustHandleList.size(); i++ ) in pushToPropSet()
342 if ( nIndex < rGuideList.size() ) in getValue()