Home
last modified time | relevance | path

Searched refs:nBlock (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sfx2/source/bastyp/
H A Dbitset.cxx51 for ( sal_uInt16 nBlock = 0; nBlock < nBlockDiff; ++nBlock ) in operator <<() local
52 aSet.nCount = aSet.nCount - CountBits( *(aSet.pBitmap+nBlock) ); in operator <<()
162 sal_uInt16 nBlock = n / 32; in BitSet() local
166 if ( ( *(pBitmap+nBlock) & nBitVal ) == 0 ) in BitSet()
168 *(pBitmap+nBlock) |= nBitVal; in BitSet()
243 sal_uInt16 nBlock = nBit / 32; in operator -=() local
246 if ( nBlock >= nBlocks ) in operator -=()
249 if ( (*(pBitmap+nBlock) & nBitVal) ) in operator -=()
251 *(pBitmap+nBlock) &= ~nBitVal; in operator -=()
283 for ( sal_uInt16 nBlock = 0; nBlock < nMax; ++nBlock ) in operator |=() local
[all …]
/AOO41X/main/sw/source/core/bastyp/
H A Dbparr.cxx45 void CheckIdx( BlockInfo** ppInf, sal_uInt16 nBlock, sal_uLong nSize, sal_uInt16 nCur ) in CheckIdx() argument
47 DBG_ASSERT( !nSize || nCur < nBlock, "BigPtrArray: CurIndex steht falsch" ); in CheckIdx()
50 for( sal_uInt16 nCnt = 0; nCnt < nBlock; ++nCnt, ++ppInf ) in CheckIdx()
66 nBlock = nCur = 0; in BigPtrArray()
76 if( nBlock ) in ~BigPtrArray()
79 for( sal_uInt16 n = 0; n < nBlock; ++n, ++pp ) in ~BigPtrArray()
170 if( nCur < ( nBlock - 1 ) ) in Index2Block()
185 sal_uInt16 lower = 0, upper = nBlock - 1; in Index2Block()
211 while( ++pos < nBlock ) in UpdIndex()
228 if( nBlock == nMaxBlock ) in InsBlock()
[all …]
/AOO41X/main/svl/source/misc/
H A Dstrmadpt.cxx856 sal_uInt32 nBlock = std::min(sal_uInt32(m_pReadPage->m_pEnd in read() local
859 rtl_copyMemory(m_pReadBuffer, m_pReadPage->m_pRead, nBlock); in read()
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()
908 sal_uInt32 nBlock = std::min(nRemain, in write() local
915 nBlock = *m_aMarks.begin() > nPosition ? in write()
916 std::min(nBlock, sal_uInt32(*m_aMarks.begin() in write()
920 if (nBlock > 0) in write()
[all …]
/AOO41X/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx666 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()
/AOO41X/main/sw/source/ui/utlui/
H A Dgloslst.cxx281 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()
/AOO41X/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx383 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()
/AOO41X/main/svx/inc/svx/
H A Dsvdmark.hxx51 SdrUShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize) in SdrUShortCont() argument
52 : maArray(nBlock, nInit, nResize), in SdrUShortCont()
H A Dsvdetc.hxx130 … UShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize): aArr(nBlock,nInit,nResize) {} in UShortCont() argument
/AOO41X/main/sw/source/ui/inc/
H A Dgloslst.hxx70 String GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName);
/AOO41X/main/sw/inc/
H A Dbparr.hxx75 sal_uInt16 nBlock; // Anzahl Bloecke member in BigPtrArray
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx2907 sal_Int32 nBlock = 0; in ScBahtText() local
2908 lclSplitBlock( fBaht, nBlock, fBaht, 1.0e6 ); in ScBahtText()
2909 if( nBlock > 0 ) in ScBahtText()
2910 lclAppendBlock( aBlock, nBlock ); in ScBahtText()
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3086 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in EncryptRC4() local
3090 rCtx.InitCipher(nBlock); in EncryptRC4()
H A Dww8par.cxx4852 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in DecryptRC4() local
4856 rCtx.InitCipher(nBlock); in DecryptRC4()