Searched refs:nBlockSize (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/tools/source/memtools/ |
H A D | contnr.cxx | 535 nBlockSize = pCont2->nBlockSize; in ImpCopyContainer() 594 nBlockSize = 4; in Container() 598 nBlockSize = _nBlockSize; in Container() 605 nReSize = nBlockSize; in Container() 614 if ( nBlockSize % nReSize ) in Container() 615 nBlockSize -= nReSize - (nBlockSize % nReSize); in Container() 624 nInitSize = nBlockSize; in Container() 672 if ( nSize <= nBlockSize ) in Container() 684 nSize -= nBlockSize; in Container() 692 nSize -= nBlockSize; in Container() [all …]
|
/aoo4110/main/oox/source/xls/ |
H A D | biffoutputstream.cxx | 140 sal_uInt16 nBlockSize = prepareWriteBlock( nBytesLeft, nAtomSize ); in writeMemory() local 141 maRecBuffer.write( pnBuffer, nBlockSize ); in writeMemory() 142 pnBuffer += nBlockSize; in writeMemory() 143 nBytesLeft -= nBlockSize; in writeMemory() 153 sal_uInt16 nBlockSize = prepareWriteBlock( nBytesLeft, nAtomSize ); in fill() local 154 maRecBuffer.fill( nValue, nBlockSize ); in fill() 155 nBytesLeft -= nBlockSize; in fill()
|
/aoo4110/main/tools/source/fsys/ |
H A D | filecopy.cxx | 74 nBlockSize ( 4096 ), in FileCopier() 88 nBlockSize ( 4096 ), in FileCopier() 103 nBlockSize ( 4096 ), in FileCopier() 141 nBlockSize = rCopier.nBlockSize; in operator =() 367 if ( nBlockSize > nAllocSize ) in DoCopy_Impl() 370 nAllocSize = nBlockSize; in DoCopy_Impl() 375 nSize = aSrc.Read( pBuf, nBlockSize ); in DoCopy_Impl()
|
/aoo4110/main/oox/source/helper/ |
H A D | binarystreambase.cxx | 50 void BinaryStreamBase::alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos ) in alignToBlock() argument 54 if( mbSeekable && (0 <= nAnchorPos) && (nAnchorPos != nStrmPos) && (nBlockSize > 1) ) in alignToBlock() 58 (nBlockSize - ((nStrmPos - nAnchorPos - 1) % nBlockSize) - 1) : in alignToBlock() 59 ((nAnchorPos - nStrmPos) % nBlockSize); in alignToBlock()
|
/aoo4110/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 1039 sal_Int32 nBlockSize = ::std::min( nSize, static_cast< sal_Int32 >( 32000 ) ); in getCRC() local 1043 aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nSize; in getCRC() 1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC() 1060 sal_Int32 nBlockSize = ::std::min( nCompressedSize, static_cast< sal_Int32 >( 32000 ) ); in getSizeAndCRC() local 1064 …!aInflaterLocal.finished() && aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nCom… in getSizeAndCRC() 1067 Sequence < sal_Int8 > aData( nBlockSize ); in getSizeAndCRC() 1074 nLastInflated = aInflaterLocal.doInflateSegment( aData, 0, nBlockSize ); in getSizeAndCRC()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 65 sal_uInt32 nBlockSize = nBLOCKSIZE) in AppendPS() argument 70 if (nBlockSize == 0) in AppendPS() 71 nBlockSize = nBLOCKSIZE; in AppendPS() 73 pBuffer = (sal_uChar*)alloca (nBlockSize); in AppendPS() 81 pSrc->read (pBuffer, nBlockSize, nIn); in AppendPS()
|
/aoo4110/main/tools/inc/tools/ |
H A D | contnr.hxx | 50 sal_uInt16 nBlockSize; member in Container 70 Container( sal_uInt16 nBlockSize,
|
H A D | fsys.hxx | 389 sal_uInt16 nBlockSize; member in FileCopier 410 void SetBlockSize( sal_uInt16 nBytes ) { nBlockSize = nBytes; } in SetBlockSize() 411 sal_uInt16 GetBlockSize() const { return nBlockSize; } in GetBlockSize()
|
/aoo4110/main/oox/source/ole/ |
H A D | axbinaryreader.cxx | 264 sal_uInt16 nBlockSize = maInStrm.readValue< sal_uInt16 >(); in AxBinaryPropertyReader() local 265 mnPropsEnd = maInStrm.tell() + nBlockSize; in AxBinaryPropertyReader()
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | binarystreambase.hxx | 111 void alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos = 0 );
|
Completed in 62 milliseconds