Lines Matching refs:size

76     sal_Int32 nNumRows( static_cast< sal_Int32 >( rTable.aData.size()));  in lcl_getCategoriesFromTable()
77 OSL_ENSURE( static_cast< size_t >( nNumRows ) == rTable.aData.size(), "Table too big" ); in lcl_getCategoriesFromTable()
198 const size_t nTableRowCount( rTable.aData.size()); in lcl_fillRangeMapping()
202 const size_t nTableColCount( rRow.size()); in lcl_fillRangeMapping()
407 const size_t nPermSize = aPermutation.size(); in EndElement()
409 const size_t nRowSize = aRowIt->size(); in EndElement()
421 aModifiedRow.reserve( aRowIt->size()); in EndElement()
425 OSL_ASSERT( nDestinationIndex < aModifiedRow.size()); in EndElement()
443 const size_t nPermSize = aPermutation.size(); in EndElement()
445 const size_t nTableRowCount = mrTable.aData.size(); in EndElement()
458 aDestination.reserve( mrTable.aData.size()); in EndElement()
462 OSL_ASSERT( nDestinationIndex < aDestination.size()); in EndElement()
665 while( mrTable.aData.size() <= (unsigned long)mrTable.nRowIndex ) in SchXMLTableRowContext()
878 sal_Int32 nNumRows( static_cast< sal_Int32 >( rTable.aData.size())); in applyTableToInternalDataProvider()
906 …d::min< sal_Int32 >( nColumnLabelsSize, static_cast< sal_Int32 >( rFirstRow.size()) - nColOffset ); in applyTableToInternalDataProvider()
1144 if( static_cast<sal_Int32>(aRemainingSeries.size()) != aSeriesSeq.getLength() ) in switchRangesFromOuterToInternalIfNecessary()
1147 … Sequence< Reference< chart2::XDataSeries > > aRemainingSeriesSeq( aRemainingSeries.size()); in switchRangesFromOuterToInternalIfNecessary()