Searched refs:nBlocks (Results 1 – 8 of 8) sorted by relevance
59 (nSource+1) < aSet.nBlocks; in operator <<()73 if ( nTarget < aSet.nBlocks ) in operator <<()79 aSet.nBlocks = nTarget; in operator <<()103 nBlocks = rSet.nBlocks; in CopyFrom()104 if ( rSet.nBlocks ) in CopyFrom()107 pBitmap = new sal_uIntPtr[nBlocks]; in CopyFrom()108 memcpy( pBitmap, rSet.pBitmap, 4 * nBlocks ); in CopyFrom()122 nBlocks = 0; in BitSet()154 nBlocks = nMax / 32 + 1; in BitSet()155 pBitmap = new sal_uIntPtr[nBlocks]; in BitSet()[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()