Lines Matching refs:size

63 		rIndex = list.size();  in lcl_Search()
66 SCROW nHi = list.size() - 1; in lcl_Search()
393 size_t nMembersCount = GetDimMemberValues( i ).size(); in operator ==()
394 if ( GetDimMemberValues( i ).size() == r. GetDimMemberValues( i ).size() ) in operator ==()
439 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in ~ScDPTableDataCache()
442 for ( nCol =0; nCol < mrLabelNames.size(); nCol++ ) in ~ScDPTableDataCache()
462 if ( !mrLabelNames.size() ) in AddRow()
535 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDoc()
573 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDataBase()
627 if ( mpTableDataValues[nDim].size()==0 ) in GetDimNumType()
875 …mpGlobalOrder[nDim].insert( mpGlobalOrder[nDim].begin()+nIndex, mpTableDataValues[nDim].size()-1 … in AddData()
876 …DBG_ASSERT( (size_t) mpGlobalOrder[nDim][nIndex] == mpTableDataValues[nDim].size()-1 ,"ScDPTableDa… in AddData()
877 mpSourceData[nDim].push_back( mpTableDataValues[nDim].size()-1 ); in AddData()
883 size_t nCurRow = mpSourceData[nDim].size() -1 ; in AddData()
885 while ( mbEmptyRow.size() <= nCurRow ) in AddData()
899 …DBG_ASSERT( /* nColumn>=0 && */ nColumn < mrLabelNames.size()-1 , "ScDPTableDataCache::GetDimensio… in GetDimensionName()
900 …DBG_ASSERT( mrLabelNames.size() == static_cast <sal_uInt16> (mnColumnCount+1), "ScDPTableDataCache… in GetDimensionName()
901 if ( static_cast<size_t>(nColumn+1) < mrLabelNames.size() ) in GetDimensionName()
914 if ( mrLabelNames.size() == 0 ) in AddLabel()
928 for ( long i= mrLabelNames.size()-1; i>=0; i-- ) in AddLabel()
966 if ( (size_t)nId >= mpTableDataValues[nDim].size() || nDim >= mnColumnCount || nId < 0 ) in GetItemDataById()
975 return mpSourceData[0].size(); in GetRowCount()
990 …DBG_ASSERT( nOrder >= 0 && (size_t) nOrder < mpGlobalOrder[nDim].size(), "nOrder < mpGlobalOrder[n… in GetSortedItemDataId()
1010 size_t nSize = mpTableDataValues[nDim].size(); in GetNumberFormat()
1023 else if ( mpTableDataValues[nDim].size()==0 ) in IsDateDimension()
1033 return mpTableDataValues[nDim].size(); in GetDimMemberCount()
1044 for ( size_t n = 1; n < mrLabelNames.size(); n ++ ) //defects, label name map wrong in GetDimensionIndex()
1056 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData()
1071 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData()
1097 if ( mpIndexOrder[nDim].size() != mpGlobalOrder[nDim].size() ) in GetOrder()
1100 mpIndexOrder[nDim].resize( mpGlobalOrder[nDim].size(), 0 ); in GetOrder()
1101 for ( size_t n = 0 ; n< mpGlobalOrder[nDim].size(); n++ ) in GetOrder()
1108 …DBG_ASSERT( nIndex>=0 && (size_t)nIndex < mpIndexOrder[nDim].size() , "ScDPTableDataCache::GetOrde… in GetOrder()