Searched refs:nArrCnt (Results 1 – 3 of 3) sorted by relevance
564 sal_uInt16 nArrCnt; in Delete() local570 for ( nArrCnt = GetSize_Impl(); in Delete()571 nArrCnt; in Delete()607 for ( nArrCnt = GetSize_Impl(); in Delete()608 nArrCnt; in Delete()648 sal_uInt16 nArrCnt; in Cleanup() local653 for ( nArrCnt = GetSize_Impl(); in Cleanup()654 nArrCnt; in Cleanup()674 for ( nArrCnt = GetSize_Impl(); in Cleanup()675 nArrCnt; in Cleanup()[all …]
346 for( sal_uInt16 nArrCnt = GetSize_Impl(); nArrCnt; --nArrCnt, ++ppItemArr ) in LoadCompleted() local494 for( size_t nArrCnt = GetSize_Impl(); nArrCnt; --nArrCnt, ++ppItemArr ) in Load() local
1097 sal_uInt16 nArrCnt = 1, nRCId = 0; in GetFmtFromPool() local1127 nArrCnt = 2; in GetFmtFromPool()1148 while( nArrCnt-- ) in GetFmtFromPool()1149 for( sal_uInt16 n = 0; n < (*pArray[nArrCnt]).Count(); ++n ) in GetFmtFromPool()1150 if( nId == ( pNewFmt = (SwFmt*)(*pArray[ nArrCnt ] )[ n ] )-> in GetFmtFromPool()1398 sal_uInt16 nArrCnt = 1; in IsPoolFmtUsed() local1409 nArrCnt = 2; in IsPoolFmtUsed()1420 while( nArrCnt-- && !bFnd ) in IsPoolFmtUsed()1421 for( sal_uInt16 n = 0; !bFnd && n < (*pArray[nArrCnt]).Count(); ++n ) in IsPoolFmtUsed()1422 if( nId == ( pNewFmt = (SwFmt*)(*pArray[ nArrCnt ] )[ n ] )-> in IsPoolFmtUsed()
Completed in 37 milliseconds