Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 25 of 149) sorted by relevance

123456

/AOO41X/main/oox/source/helper/
H A Dbinaryinputstream.cxx127 void BinaryInputStream::copyToStream( BinaryOutputStream& rOutStrm, sal_Int64 nBytes, sal_Int32 nAt… in copyToStream() argument
129 if( nBytes > 0 ) in copyToStream()
132 …sal_Int32 nBufferSize = getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, (INPUTSTREAM_BUFFERSIZ… in copyToStream()
134 while( nBytes > 0 ) in copyToStream()
136 sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, nBufferSize ); in copyToStream()
140 nBytes -= nReadSize; in copyToStream()
142 nBytes = 0; in copyToStream()
180 sal_Int32 BinaryXInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t /*nAto… in readData() argument
183 if( !mbEof && (nBytes > 0) ) try in readData()
185 nRet = mxInStrm->readBytes( orData, nBytes ); in readData()
[all …]
H A Dbinaryoutputstream.cxx91 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() argument
93 if( mxOutStrm.is() && (nBytes > 0) ) in writeMemory()
95 …sal_Int32 nBufferSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, (OUTPUTSTREAM_BUFFERSI… in writeMemory()
97 while( nBytes > 0 ) in writeMemory()
99 … sal_Int32 nWriteSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, nBufferSize ); in writeMemory()
104 nBytes -= nWriteSize; in writeMemory()
123 void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in writeMemory() argument
125 if( mpData && (nBytes > 0) ) in writeMemory()
127 if( mpData->getLength() - mnPos < nBytes ) in writeMemory()
128 const_cast< StreamDataSequence* >( mpData )->realloc( mnPos + nBytes ); in writeMemory()
[all …]
/AOO41X/main/sot/source/sdstor/
H A Dstgstrms.cxx409 sal_Bool StgStrm::Copy( sal_Int32 nFrom, sal_Int32 nBytes ) in Copy() argument
415 sal_Int32 nPgs = ( nBytes + nPageSize - 1 ) / nPageSize; in Copy()
438 sal_Bool StgStrm::SetSize( sal_Int32 nBytes ) in SetSize() argument
440 if ( nBytes < 0 || !pFat ) in SetSize()
445 sal_Int32 nNew = ( ( nBytes + nPageSize - 1 ) / nPageSize ) * nPageSize; in SetSize()
458 sal_Bool bAll = sal_Bool( nBytes == 0 ); in SetSize()
459 if( !Pos2Page( nBytes ) || !pFat->FreePages( nPage, bAll ) ) in SetSize()
467 if( !nSize || !nBytes ) in SetSize()
469 pEntry->aEntry.SetSize( nBytes ); in SetSize()
472 nSize = nBytes; in SetSize()
[all …]
/AOO41X/main/automation/source/simplecm/
H A Dpackethandler.cxx53 unsigned char PacketHandler::CalcCheckByte( comm_UINT32 nBytes ) in CalcCheckByte() argument
56 nRes += HIBYTE( HIWORD( nBytes ) ) ^ 0xf0; in CalcCheckByte()
57 nRes += LOBYTE( HIWORD( nBytes ) ) ^ 0x0f; in CalcCheckByte()
58 nRes += HIBYTE( LOWORD( nBytes ) ) ^ 0xf0; in CalcCheckByte()
59 nRes += LOBYTE( LOWORD( nBytes ) ) ^ 0x0f; in CalcCheckByte()
88 comm_UINT32 nBytes = 0; in ReceiveData() local
92 READ_SOCKET( &nBytes, sizeof(nBytes) ) in ReceiveData()
96 …if ( 0xFFFFFFFF == nBytes ) // Expliziter Request f�r dieses Datenpaket auf MultiChannel umzus… in ReceiveData()
98 READ_SOCKET( &nBytes, sizeof(nBytes) ) in ReceiveData()
104 nBytes = NETDWORD( nBytes ); in ReceiveData()
[all …]
/AOO41X/main/oox/source/xls/
H A Dbiffinputstream.cxx123 void BiffInputRecordBuffer::read( void* opData, sal_uInt16 nBytes ) in read() argument
126 OSL_ENSURE( nBytes > 0, "BiffInputRecordBuffer::read - nothing to read" ); in read()
127 OSL_ENSURE( nBytes <= getRecLeft(), "BiffInputRecordBuffer::read - buffer overflow" ); in read()
128 memcpy( opData, &(*mpCurrentData)[ mnRecPos ], nBytes ); in read()
129 mnRecPos = mnRecPos + nBytes; in read()
132 void BiffInputRecordBuffer::skip( sal_uInt16 nBytes ) in skip() argument
134 OSL_ENSURE( nBytes > 0, "BiffInputRecordBuffer::skip - nothing to skip" ); in skip()
135 OSL_ENSURE( nBytes <= getRecLeft(), "BiffInputRecordBuffer::skip - buffer overflow" ); in skip()
136 mnRecPos = mnRecPos + nBytes; in skip()
296 sal_Int32 BiffInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize… in readData() argument
[all …]
H A Dbiffoutputstream.cxx62 void BiffOutputRecordBuffer::write( const void* pData, sal_uInt16 nBytes ) in write() argument
65 OSL_ENSURE( nBytes > 0, "BiffOutputRecordBuffer::write - nothing to write" ); in write()
66 OSL_ENSURE( nBytes <= getRecLeft(), "BiffOutputRecordBuffer::write - buffer overflow" ); in write()
67 maData.resize( maData.size() + nBytes ); in write()
68 memcpy( &*(maData.end() - nBytes), pData, nBytes ); in write()
71 void BiffOutputRecordBuffer::fill( sal_uInt8 nValue, sal_uInt16 nBytes ) in fill() argument
74 OSL_ENSURE( nBytes > 0, "BiffOutputRecordBuffer::write - nothing to write" ); in fill()
75 OSL_ENSURE( nBytes <= getRecLeft(), "BiffOutputRecordBuffer::write - buffer overflow" ); in fill()
76 maData.resize( maData.size() + nBytes, nValue ); in fill()
132 void BiffOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() argument
[all …]
H A Dbiffhelper.cxx108 void lclImportImgDataDib( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, sal_Int32 nBytes, … in lclImportImgDataDib() argument
147 orDataSeq.realloc( BITMAPFILEHEADER_SIZE + nBytes ); in lclImportImgDataDib()
151 sal_Int32 nBmpSize = BITMAPFILEHEADER_SIZE + nBytes; in lclImportImgDataDib()
157 nBytes -= nDibHdrSize; in lclImportImgDataDib()
170 nBytes -= 3; in lclImportImgDataDib()
179 rStrm.copyToStream( aOutStrm, nBytes ); in lclImportImgDataDib()
181 rStrm.seek( nInStrmPos + nBytes ); in lclImportImgDataDib()
309 sal_Int32 nBytes; in importImgData() local
310 rStrm >> nFormat >> nEnv >> nBytes; in importImgData()
311 OSL_ENSURE( nBytes > 0, "BiffHelper::importImgData - invalid data size" ); in importImgData()
[all …]
/AOO41X/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx58 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 )…
70 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
79 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
231 …void copyToStream( BinaryOutputStream& rOutStrm, sal_Int64 nBytes = SAL_MAX_INT64, …
315 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 );
319 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
323 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
356 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 );
360 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
364 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
[all …]
/AOO41X/main/store/source/
H A Dlockbyte.cxx87 storeError ILockBytes::readAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt() argument
94 sal_uInt8 * dst_hi = dst_lo + nBytes; in readAt()
102 sal_uInt64 const src_size = nOffset + nBytes; in readAt()
109 storeError ILockBytes::writeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt() argument
116 sal_uInt8 const * src_hi = src_lo + nBytes; in writeAt()
124 sal_uInt64 const dst_size = nOffset + nBytes; in writeAt()
306 virtual storeError readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
307 virtual storeError writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
413 storeError FileLockBytes::readAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in readAt_Impl() argument
416 oslFileError result = osl_readFileAt (m_hFile, nOffset, pBuffer, nBytes, &nDone); in readAt_Impl()
[all …]
H A Dstorlckb.cxx146 sal_uInt32 nBytes, in readAt() argument
156 if (!nBytes) in readAt()
166 if ((nOffset + nBytes) > nDataLen) in readAt()
167 nBytes = nDataLen - nOffset; in readAt()
172 while ((0 < nBytes) && (nOffset < nDataLen)) in readAt()
183 nLength = SAL_MIN(nLength, nBytes); in readAt()
193 nBytes -= nLength; in readAt()
202 nLength = SAL_MIN(nLength, nBytes); in readAt()
227 nBytes -= nLength; in readAt()
241 sal_uInt32 nBytes, in writeAt() argument
[all …]
/AOO41X/main/oox/source/ole/
H A Dvbainputstream.cxx77 sal_Int32 VbaInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize ) in readData() argument
82 orData.realloc( ::std::max< sal_Int32 >( nBytes, 0 ) ); in readData()
83 if( nBytes > 0 ) in readData()
85 nRet = readMemory( orData.getArray(), nBytes, nAtomSize ); in readData()
86 if( nRet < nBytes ) in readData()
93 sal_Int32 VbaInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() argument
97 while( (nBytes > 0) && updateChunk() ) in readMemory()
100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory()
104 nBytes -= nReadBytes; in readMemory()
110 void VbaInputStream::skip( sal_Int32 nBytes, size_t /*nAtomSize*/ ) in skip() argument
[all …]
H A Dolehelper.cxx222 sal_Int32 nBytes; in importStdPic() local
223 rInStrm >> nStdPicId >> nBytes; in importStdPic()
225 …sEof() && (nStdPicId == OLE_STDPIC_ID) && (nBytes > 0) && (rInStrm.readData( orGraphicData, nBytes in importStdPic()
270 sal_Int32 nBytes = rInStrm.readInt32(); in importStdHlink() local
271 if( nBytes > 0 ) in importStdHlink()
273 sal_Int64 nEndPos = rInStrm.tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in importStdHlink()
286 sal_Int32 nBytes = rInStrm.readInt32(); in importStdHlink() local
287 sal_Int64 nEndPos = rInStrm.tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in importStdHlink()
/AOO41X/main/sc/source/filter/excel/
H A Dxistream.cxx101 sal_uInt16 XclImpDecrypter::Read( SvStream& rStrm, void* pData, sal_uInt16 nBytes ) in Read() argument
104 if( pData && nBytes ) in Read()
109 nRet = OnRead( rStrm, reinterpret_cast< sal_uInt8* >( pData ), nBytes ); in Read()
113 nRet = static_cast< sal_uInt16 >( rStrm.Read( pData, nBytes ) ); in Read()
202 sal_uInt16 XclImpBiff5Decrypter::OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes ) in OnRead() argument
204 sal_uInt16 nRet = static_cast< sal_uInt16 >( rStrm.Read( pnData, nBytes ) ); in OnRead()
298 sal_uInt16 XclImpBiff8Decrypter::OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes ) in OnRead() argument
303 sal_uInt16 nBytesLeft = nBytes; in OnRead()
798 sal_Size XclImpStream::Read( void* pData, sal_Size nBytes ) in Read() argument
801 if( mbValid && pData && (nBytes > 0) ) in Read()
[all …]
/AOO41X/main/xmloff/source/style/
H A Dxmlbahdl.cxx38 void lcl_xmloff_setAny( Any& rValue, sal_Int32 nValue, sal_Int8 nBytes ) in lcl_xmloff_setAny() argument
40 switch( nBytes ) in lcl_xmloff_setAny()
63 sal_Int8 nBytes ) in lcl_xmloff_getAny() argument
67 switch( nBytes ) in lcl_xmloff_getAny()
107 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
118 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
135 nBytes( nB ) in XMLNumberNonePropHdl()
141 nBytes( nB ) in XMLNumberNonePropHdl()
163 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
173 if( lcl_xmloff_getAny( rValue, nValue, nBytes ) ) in exportXML()
[all …]
H A Dxmlbahdl.hxx37 sal_Int8 nBytes; member in XMLNumberPropHdl
40 XMLNumberPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLNumberPropHdl()
53 sal_Int8 nBytes; member in XMLNumberNonePropHdl
68 sal_Int8 nBytes; member in XMLMeasurePropHdl
70 XMLMeasurePropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLMeasurePropHdl()
82 sal_Int8 nBytes; member in XMLPercentPropHdl
84 XMLPercentPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLPercentPropHdl()
106 sal_Int8 nBytes; member in XMLNegPercentPropHdl
108 XMLNegPercentPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLNegPercentPropHdl()
120 sal_Int8 nBytes; member in XMLMeasurePxPropHdl
[all …]
/AOO41X/main/sal/osl/unx/
H A Dfile.cxx143 size_t nBytes);
353 ssize_t nBytes = ::pread (m_fd, pBuffer, nBytesRequested, nOffset); in readAt() local
354 if ((-1 == nBytes) && (EOVERFLOW == errno)) in readAt()
360 nBytes = 0; in readAt()
362 if (-1 == nBytes) in readAt()
374 ssize_t nBytes = ::read (m_fd, pBuffer, nBytesRequested); in readAt() local
375 if (-1 == nBytes) in readAt()
377 m_offset += nBytes; in readAt()
381 OSL_FILE_TRACE("FileHandle_Impl::readAt(%d, %lld, %ld)", m_fd, nOffset, nBytes); in readAt()
382 *pBytesRead = nBytes; in readAt()
[all …]
/AOO41X/main/sal/osl/w32/
H A Dpipe.c472 DWORD nBytes; in osl_receivePipe() local
485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe()
487 ! GetOverlappedResult(pPipe->m_File, &os, &nBytes, TRUE))) in osl_receivePipe()
492 nBytes = BytesToRead; in osl_receivePipe()
496 nBytes = 0; in osl_receivePipe()
498 nBytes = (DWORD) -1; in osl_receivePipe()
506 BOOL fSuccess = ReadSimplePipe( pPipe->m_File, pBuffer, BytesToRead, &nBytes, TRUE ); in osl_receivePipe()
510 nBytes = 0; in osl_receivePipe()
516 return (nBytes); in osl_receivePipe()
526 DWORD nBytes; in osl_sendPipe() local
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dminarray.hxx114 size_t nBytes = nInitSize * sizeof(T); \
115 pData = (T*) new char[ nBytes ]; \
116 memset( pData, 0, nBytes ); \
130 size_t nBytes = (nUsed + nUnused) * sizeof(T); \
131 pData = (T*) new char [ nBytes ]; \
132 memset( pData, 0, nBytes ); \
159 size_t nBytes = (nUsed + nUnused) * sizeof(T); \
160 pData = (T*) new char[ nBytes ]; \
161 memset( pData, 0, nBytes ); \
176 size_t nBytes = nNewSize * sizeof(T); \
[all …]
/AOO41X/main/store/workben/
H A Dt_page.cxx833 storeError peekAt (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) in peekAt() argument
840 sal_uInt8 * dst_hi = dst_lo + nBytes; in peekAt()
844 sal_uInt64 const dst_size = nOffset + nBytes; in peekAt()
851 storeError pokeAt (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in pokeAt() argument
858 sal_uInt8 const * src_hi = src_lo + nBytes; in pokeAt()
862 sal_uInt64 const dst_size = nOffset + nBytes; in pokeAt()
884 virtual storeError peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes) = 0;
885 … virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) = 0;
1036 virtual storeError peekAt_Impl (sal_uInt32 nOffset, void * pBuffer, sal_uInt32 nBytes);
1037 virtual storeError pokeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
[all …]
/AOO41X/main/sal/textenc/
H A Dconvertiso2022cn.c595 sal_uInt32 nBytes = 0; in ImplConvertUnicodeToIso2022Cn() local
601 nBytes = ImplIso2022CnTranslateTo2312(pGb2312Data, nChar); in ImplConvertUnicodeToIso2022Cn()
602 if (nBytes != 0) in ImplConvertUnicodeToIso2022Cn()
608 nBytes = ImplIso2022CnTranslateTo116431( in ImplConvertUnicodeToIso2022Cn()
613 if (nBytes != 0) in ImplConvertUnicodeToIso2022Cn()
622 nBytes = ImplIso2022CnTranslateTo2312(pGb2312Data, nChar); in ImplConvertUnicodeToIso2022Cn()
623 if (nBytes != 0) in ImplConvertUnicodeToIso2022Cn()
629 nBytes = ImplIso2022CnTranslateTo116431( in ImplConvertUnicodeToIso2022Cn()
634 if (nBytes != 0) in ImplConvertUnicodeToIso2022Cn()
643 nBytes = ImplIso2022CnTranslateTo116431( in ImplConvertUnicodeToIso2022Cn()
[all …]
H A Dconvertbig5hkscs.c338 sal_uInt32 nBytes = 0; in ImplConvertUnicodeToBig5Hkscs() local
353 nBytes in ImplConvertUnicodeToBig5Hkscs()
358 if (nBytes == 0) in ImplConvertUnicodeToBig5Hkscs()
367 nBytes = pBig5Data[nIndex1]. in ImplConvertUnicodeToBig5Hkscs()
371 if (nBytes == 0) in ImplConvertUnicodeToBig5Hkscs()
387 nBytes = (p->mnLeadStart + nLeadOff) << 8; in ImplConvertUnicodeToBig5Hkscs()
391 nBytes |= p->mnTrail1Start + nTrailOff; in ImplConvertUnicodeToBig5Hkscs()
398 nBytes |= p->mnTrail2Start + nTrailOff; in ImplConvertUnicodeToBig5Hkscs()
402 nBytes |= p->mnTrail3Start + nTrailOff; in ImplConvertUnicodeToBig5Hkscs()
408 if (nBytes == 0) in ImplConvertUnicodeToBig5Hkscs()
[all …]
/AOO41X/main/sdext/source/pdfimport/
H A Dfilterdet.cxx399 sal_uInt64 nBytes = 0; in detect() local
400 nBytes = xInput->readBytes( aBuf, nHeaderSize ); in detect()
401 if( nBytes > 5 ) in detect()
404 for( unsigned int i = 0; i < nBytes-5; i++ ) in detect()
435 osl_writeFile( aFile, aBuf.getConstArray(), nBytes, &nWritten ); in detect()
437 OSL_ENSURE( nWritten == nBytes, "writing of header bytes failed" ); in detect()
439 if( nWritten == nBytes ) in detect()
446 nBytes = xInput->readBytes( aBuf, nBufSize ); in detect()
447 if( nBytes > 0 ) in detect()
449 osl_writeFile( aFile, aBuf.getConstArray(), nBytes, &nWritten ); in detect()
[all …]
/AOO41X/main/crashrep/source/win32/
H A Dbase64.cpp36 size_t nBytes = 0; in base64_encode() local
43 nBytes = fread( in_buffer, 1, sizeof(in_buffer), fin ); in base64_encode()
44 nBytesRead += nBytes; in base64_encode()
46 if ( nBytes ) in base64_encode()
60 if ( nBytes > 1 ) in base64_encode()
63 if ( nBytes > 2 ) in base64_encode()
76 } while ( nBytes ); in base64_encode()
/AOO41X/main/sc/source/filter/inc/
H A Dxistream.hxx71 sal_uInt16 Read( SvStream& rStrm, void* pData, sal_uInt16 nBytes );
89 virtual sal_uInt16 OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes ) = 0;
118 virtual sal_uInt16 OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes );
149 virtual sal_uInt16 OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes );
363 sal_Size Read( void* pData, sal_Size nBytes );
366 sal_Size CopyToStream( SvStream& rOutStrm, sal_Size nBytes );
376 void Ignore( sal_Size nBytes );
490 bool EnsureRawReadSize( sal_uInt16 nBytes );
492 sal_uInt16 GetMaxRawReadSize( sal_Size nBytes ) const;
496 sal_uInt16 ReadRawData( void* pData, sal_uInt16 nBytes );
/AOO41X/main/oox/source/core/
H A Dbinarycodec.cxx222 bool BinaryCodec_XOR::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int32 nBytes ) in decode() argument
228 const sal_uInt8* pnSrcDataEnd = pnSrcData + nBytes; in decode()
257 return skip( nBytes ); in decode()
260 bool BinaryCodec_XOR::skip( sal_Int32 nBytes ) in skip() argument
262 mnOffset = static_cast< sal_Int32 >( (mnOffset + nBytes) & 0x0F ); in skip()
397 bool BinaryCodec_RCF::decode( sal_uInt8* pnDestData, const sal_uInt8* pnSrcData, sal_Int32 nBytes ) in decode() argument
400 pnSrcData, static_cast< sal_Size >( nBytes ), in decode()
401 pnDestData, static_cast< sal_Size >( nBytes ) ); in decode()
405 bool BinaryCodec_RCF::skip( sal_Int32 nBytes ) in skip() argument
409 sal_Int32 nBytesLeft = nBytes; in skip()

123456