/aoo42x/main/sfx2/source/bastyp/ |
H A D | bitset.cxx | 51 for ( sal_uInt16 nBlock = 0; nBlock < nBlockDiff; ++nBlock ) in operator <<() local 162 sal_uInt16 nBlock = n / 32; in BitSet() local 246 if ( nBlock >= nBlocks ) in operator -=() 283 for ( sal_uInt16 nBlock = 0; nBlock < nMax; ++nBlock ) in operator |=() local 286 sal_uIntPtr nDiff = ~*(pBitmap+nBlock) & *(rSet.pBitmap+nBlock); in operator |=() 289 *(pBitmap+nBlock) |= *(rSet.pBitmap+nBlock); in operator |=() 305 if ( nBlock >= nBlocks ) in operator |=() 316 nBlocks = nBlock+1; in operator |=() 338 if ( nBlock >= nBlocks ) in Contains() 354 while ( nBlock-- > 0 ) in operator ==() [all …]
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 66 nBlock = nCur = 0; in BigPtrArray() 76 if( nBlock ) in ~BigPtrArray() 170 if( nCur < ( nBlock - 1 ) ) in Index2Block() 211 while( ++pos < nBlock ) in UpdIndex() 228 if( nBlock == nMaxBlock ) in InsBlock() 237 if( pos != nBlock ) in InsBlock() 240 ++nBlock; in InsBlock() 257 nBlock = nBlock - nDel; in BlockDel() 283 cur = nBlock - 1; in Insert() 423 if( ( nBlk1del + nBlkdel ) < nBlock ) in Remove() [all …]
|
/aoo42x/main/svl/source/misc/ |
H A D | strmadpt.cxx | 860 m_pReadPage->m_pRead += nBlock; in read() 861 m_pReadBuffer += nBlock; in read() 862 m_nReadBufferSize -= nBlock; in read() 864 nRemain -= nBlock; in read() 920 if (nBlock > 0) in write() 923 nBlock); in write() 925 nRemain -= nBlock; in write() 927 nPosition += nBlock; in write() 939 sal_uInt32 nBlock in write() local 945 pBuffer += nBlock; in write() [all …]
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmconfigitem.cxx | 666 for(sal_uInt32 nBlock = 0; nBlock < aAddressBlocks.size(); nBlock++) in GetAddressBlocks() local 668 pRet[nBlock] = aAddressBlocks[nBlock]; in GetAddressBlocks() 670 lcl_ConvertToNumbers(pRet[nBlock], m_AddressHeaderSA); in GetAddressBlocks() 682 for(sal_Int32 nBlock = 0; nBlock < rBlocks.getLength(); nBlock++) in SetAddressBlocks() local 684 OUString sBlock = rBlocks[nBlock]; in SetAddressBlocks()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 383 sal_uInt16 nBlock = nId / 100; in IMPL_LINK() local 387 String sGroup = pGlossaryList->GetGroupName(nBlock - 1, sal_False); in IMPL_LINK() 388 String sLongName(pGlossaryList->GetBlockName(nBlock - 1, nId - (100 * nBlock) - 1, sShortName)); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 281 String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName) in GetBlockName() argument 287 rShortName = pGroup->sShortNames.GetToken(nBlock, STRING_DELIM); in GetBlockName() 288 return pGroup->sLongNames.GetToken(nBlock, STRING_DELIM); in GetBlockName()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdmark.hxx | 51 SdrUShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize) in SdrUShortCont() argument 52 : maArray(nBlock, nInit, nResize), in SdrUShortCont()
|
H A D | svdetc.hxx | 130 UShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize): aArr(nBlock,nInit,nResize) {} in UShortCont() argument
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | gloslst.hxx | 70 String GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName);
|
/aoo42x/main/sw/inc/ |
H A D | bparr.hxx | 75 sal_uInt16 nBlock; // Anzahl Bloecke member in BigPtrArray
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2908 sal_Int32 nBlock = 0; in ScBahtText() local 2909 lclSplitBlock( fBaht, nBlock, fBaht, 1.0e6 ); in ScBahtText() 2910 if( nBlock > 0 ) in ScBahtText() 2911 lclAppendBlock( aBlock, nBlock ); in ScBahtText()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3072 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in EncryptRC4() local 3076 rCtx.InitCipher(nBlock); in EncryptRC4()
|
H A D | ww8par.cxx | 4853 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in DecryptRC4() local 4857 rCtx.InitCipher(nBlock); in DecryptRC4()
|