Searched refs:nListCount (Results 1 – 13 of 13) sorted by relevance
274 sal_uLong nListCount = Count(); in Find() local309 sal_uLong nListCount = Count(); in Intersects() local320 sal_uLong nListCount = Count(); in In() local332 sal_uLong nListCount = Count(); in GetCellCount() local529 while ( nPos < nListCount ) in DeleteOnTab()537 nListCount = Count(); in DeleteOnTab()547 sal_uLong nListCount = Count(); in Find() local560 sal_uLong nListCount = Count(); in Find() local574 sal_uLong nListCount = Count(); in Clone() local672 nListCount = Count(); in CreateNameSortedArray()[all …]
73 int nListCount; in testAddSymbolFromCatalog() local82 nListCount = mathEditSymbolsDlgSymbol.getItemCount(); in testAddSymbolFromCatalog()83 for (int i = 0; i < nListCount; i++) { in testAddSymbolFromCatalog()97 nListCount = mathEditSymbolsDlgSymbol.getItemCount(); in testAddSymbolFromCatalog()98 for (int i = 0; i < nListCount; i++) { in testAddSymbolFromCatalog()
164 sal_uInt32 nListCount; in operator <<() local165 rStream >> nListCount; in operator <<()166 for ( sal_uInt16 i = 0; i < nListCount; i++ ) { in operator <<()176 sal_uInt32 nListCount = Count(); in operator >>() local177 rStream << nListCount; in operator >>()
100 sal_uIntPtr nListCount = ConList.Count(); in Paint() local102 for ( i=0 ; i < nListCount ; i++ ) in Paint()115 sal_uIntPtr nListCount = ConList.Count(); in DrawOutput() local117 for ( i=0 ; i < nListCount ; i++ ) in DrawOutput()
1046 sal_uInt16 nListCount = (sal_uInt16) rList.Count(); in Insert() local1050 if ( !nListCount ) in Insert()1052 else if ( nListCount == 1 ) in Insert()1057 sal_uInt16 nHigh = nListCount - 1; in Insert()1062 DBG_ASSERT( nMid < nListCount, "bsearch ist buggy" ); in Insert()1084 DBG_ASSERT( nPos <= nListCount, in Insert()1086 DBG_ASSERT( nPos == nListCount || nId <= in Insert()1092 DBG_ASSERT( nPos+1 >= nListCount || nId < in Insert()
178 sal_Int32 nListCount = 0; in DoImport() local184 nListCount = aSelection.getLength(); in DoImport()185 if ( nListCount > 0 ) in DoImport()338 if (nListPos < nListCount) in DoImport()
706 sal_uInt16 nListCount = pListData->GetSubCount(); in FillAuto() local713 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()724 if (nListIndex >= nListCount) nListIndex = 0; in FillAuto()728 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()986 sal_uInt16 nListCount = pListData->GetSubCount(); in GetAutoFillPreview() local987 if ( nListCount ) in GetAutoFillPreview()991 nIndex += nListCount; in GetAutoFillPreview()992 sal_uLong nPos = ( nListIndex + nIndex - nSub ) % nListCount; in GetAutoFillPreview()
488 sal_uLong nListCount = pLst->GetObjCount(); in MarkListHasChanged() local489 if ( nListCount == 0 ) in MarkListHasChanged()496 for ( sal_uInt16 j = 0; j < nListCount; ++j ) in MarkListHasChanged()
1177 sal_uInt16 nListCount; in WW8ListManager() local1178 rSt >> nListCount; in WW8ListManager()1179 bool bOk = 0 < nListCount; in WW8ListManager()1186 for (sal_uInt16 nList=0; nList < nListCount; ++nList) in WW8ListManager()
1522 sal_uLong nListCount = pFuncList->GetCount(); in FillFunctions() local1526 for (sal_uLong j=0; j<nListCount; j++) in FillFunctions()
659 sal_uLong nListCount = pFuncList->GetCount(); in GetFormulaData() local665 for (sal_uLong j=0; j<nListCount; j++) in GetFormulaData()680 for(sal_uLong i=0;i<nListCount;i++) in GetFormulaData()
1364 std::vector< ::boost::shared_ptr<OTableRow> >::size_type nListCount( in GetFieldDescr() local1366 if( (nRow<0) || (sal::static_int_cast< unsigned long >(nRow)>=nListCount) ) in GetFieldDescr()
334 sal_uInt16 nListCount = (sal_uInt16)Count(); in SearchItem() local340 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()362 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
Completed in 457 milliseconds