Home
last modified time | relevance | path

Searched refs:nBlocks (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sfx2/source/bastyp/
H A Dbitset.cxx59 (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 …]
/AOO41X/main/editeng/source/misc/
H A DSvXMLAutoCorrectExport.cxx60 sal_uInt16 nBlocks= pAutocorr_List->Count(); in exportDoc() local
61 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()
102 sal_uInt16 nBlocks= rList.Count(); in exportDoc() local
103 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()
/AOO41X/main/oox/source/xls/
H A Dunitconverter.cxx67 sal_Int32 nBlocks = ::std::min< sal_Int32 >( ornDays / nDaysInBlock, nMaxBlocks ); in lclSkipYearBlock() local
68 ornYear = static_cast< sal_uInt16 >( ornYear + nYearsPerBlock * nBlocks ); in lclSkipYearBlock()
69 ornDays -= nBlocks * nDaysInBlock; in lclSkipYearBlock()
/AOO41X/main/sw/source/core/swg/
H A DSwXMLBlockExport.cxx61 sal_uInt16 nBlocks= rBlockList.GetCount(); in exportDoc() local
62 for ( sal_uInt16 i = 0; i < nBlocks; i++) in exportDoc()
/AOO41X/main/sot/source/sdstor/
H A Dstgstrms.cxx530 sal_uInt16 nBlocks = nOff / nMasterCount; in GetPage() local
537 for( sal_uInt16 nCount = 0; nCount <= nBlocks; nCount++ ) in GetPage()
606 sal_uInt16 nBlocks = nOff / nMasterCount; in SetPage() local
612 for( sal_uInt16 nCount = 0; nCount <= nBlocks; nCount++ ) in SetPage()
/AOO41X/main/sc/source/ui/unoobj/
H A Dscdetect.cxx229 sal_uInt16 nBlocks = (nHeaderLen - 1) / nHeaderBlockSize; in lcl_MayBeDBase() local
231 while ( nBlocks > 1 && nEndFlag != 0x0d ) { in lcl_MayBeDBase()
232 rStream.Seek( nBlocks-- * nHeaderBlockSize ); in lcl_MayBeDBase()
/AOO41X/main/sfx2/inc/
H A Dbitset.hxx34 sal_uInt16 nBlocks; member in BitSet
/AOO41X/main/sc/source/core/data/
H A Dglobal.cxx1230 const sal_uInt16 nBlocks = sizeof(nDescBlock) / sizeof(sal_uInt16); in ScFunctionList() local
1234 for ( sal_uInt16 k = 0; k < nBlocks; k++ ) in ScFunctionList()