Home
last modified time | relevance | path

Searched refs:nBlockSize (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx65 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()
/trunk/main/tools/source/memtools/
H A Dcontnr.cxx535 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 …]
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx74 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()
/trunk/main/tools/inc/tools/
H A Dfsys.hxx389 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()
H A Dcontnr.hxx50 sal_uInt16 nBlockSize; member in Container
70 Container( sal_uInt16 nBlockSize,
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx1039 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()
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx140 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()
/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx50 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()
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx264 sal_uInt16 nBlockSize = maInStrm.readValue< sal_uInt16 >(); in AxBinaryPropertyReader() local
265 mnPropsEnd = maInStrm.tell() + nBlockSize; in AxBinaryPropertyReader()
/trunk/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx111 void alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos = 0 );

Completed in 62 milliseconds