Searched refs:nBlocks (Results 1 – 8 of 8) sorted by relevance
103 nBlocks = rSet.nBlocks; in CopyFrom()104 if ( rSet.nBlocks ) in CopyFrom()122 nBlocks = 0; in BitSet()176 nBlocks = 0; in BitSet()229 memset( pBitmap + nBlocks, 0, 4 * nBlocks ); in operator =()265 sal_uInt16 nMax = Min(nBlocks, rSet.nBlocks); in operator |=()268 if ( nBlocks < rSet.nBlocks ) in operator |=()271 memset( pNewMap + nBlocks, 0, 4 * (rSet.nBlocks - nBlocks) ); in operator |=()279 nBlocks = rSet.nBlocks; in operator |=()308 memset( pNewMap + nBlocks, 0, 4 * (nBlock - nBlocks + 1) ); in operator |=()[all …]
60 sal_uInt16 nBlocks= pAutocorr_List->Count(); in exportDoc() local61 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()102 sal_uInt16 nBlocks= rList.Count(); in exportDoc() local103 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()
67 sal_Int32 nBlocks = ::std::min< sal_Int32 >( ornDays / nDaysInBlock, nMaxBlocks ); in lclSkipYearBlock() local68 ornYear = static_cast< sal_uInt16 >( ornYear + nYearsPerBlock * nBlocks ); in lclSkipYearBlock()69 ornDays -= nBlocks * nDaysInBlock; in lclSkipYearBlock()
61 sal_uInt16 nBlocks= rBlockList.GetCount(); in exportDoc() local62 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()
530 sal_uInt16 nBlocks = nOff / nMasterCount; in GetPage() local537 for( sal_uInt16 nCount = 0; nCount <= nBlocks; nCount++ ) in GetPage()606 sal_uInt16 nBlocks = nOff / nMasterCount; in SetPage() local612 for( sal_uInt16 nCount = 0; nCount <= nBlocks; nCount++ ) in SetPage()
229 sal_uInt16 nBlocks = (nHeaderLen - 1) / nHeaderBlockSize; in lcl_MayBeDBase() local231 while ( nBlocks > 1 && nEndFlag != 0x0d ) { in lcl_MayBeDBase()232 rStream.Seek( nBlocks-- * nHeaderBlockSize ); in lcl_MayBeDBase()
34 sal_uInt16 nBlocks; member in BitSet
1230 const sal_uInt16 nBlocks = sizeof(nDescBlock) / sizeof(sal_uInt16); in ScFunctionList() local1234 for ( sal_uInt16 k = 0; k < nBlocks; k++ ) in ScFunctionList()
Completed in 81 milliseconds