Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx70 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
246 readMemory( &ornValue, static_cast< sal_Int32 >( sizeof( Type ) ), sizeof( Type ) ); in readValue()
257 nRet = readMemory( opnArray, nReadSize, sizeof( Type ) ) / sizeof( Type ); in readArray()
319 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
360 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
425 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx195 sal_Int32 BinaryXInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() function in oox::BinaryXInputStream
251 sal_Int32 SequenceInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() function in oox::SequenceInputStream
327 sal_Int32 RelativeInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() function in oox::RelativeInputStream
333 nReadBytes = mpInStrm->readMemory( opMem, nMaxBytes, nAtomSize ); in readMemory()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx85 nRet = readMemory( orData.getArray(), nBytes, nAtomSize ); in readData()
93 sal_Int32 VbaInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() function in oox::ole::VbaInputStream
193 mpInStrm->readMemory( &maChunk.front(), nChunkLen ); in updateChunk()
H A Daxbinaryreader.cxx90 sal_Int32 AxAlignedInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() function in oox::ole::AxAlignedInputStream
95 nReadSize = mpInStrm->readMemory( opMem, nBytes, nAtomSize ); in readMemory()
/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx290 rStrm.readMemory( pnSalt, 16 ); in lclReadFilePass_RCF()
291 rStrm.readMemory( pnVerifier, 16 ); in lclReadFilePass_RCF()
292 rStrm.readMemory( pnVerifierHash, 16 ); in lclReadFilePass_RCF()
H A Dbiffinputstream.cxx147 mrInStrm.readMemory( &maOriginalData.front(), static_cast< sal_Int32 >( mnRecSize ) ); in updateBuffer()
303 nRet = readMemory( orData.getArray(), nBytes, nAtomSize ); in readData()
308 sal_Int32 BiffInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() function in oox::xls::BiffInputStream
/trunk/main/oox/source/core/
H A Dencryption.cxx123 rStrm.readMemory( mpnSalt, 16 ); in StandardEncryptionInfo()
124 rStrm.readMemory( mpnEncrVerifier, 16 ); in StandardEncryptionInfo()
126 rStrm.readMemory( mpnEncrVerifierHash, 32 ); in StandardEncryptionInfo()
307 while( (nInLen = aEncryptedPackage.readMemory( pnInBuffer, sizeof( pnInBuffer ) )) > 0 ) in decryptStream()
935 bytesIn = aEncryptedPackage.readMemory( inputBuffer, sizeof( inputBuffer ) ); in decryptStream()
H A Drecordparser.cxx178 return rStrm.readMemory( &ornByte, 1 ) == 1; in lclReadByte()
/trunk/main/oox/inc/oox/ole/
H A Dvbainputstream.hxx55 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
H A Daxbinaryreader.hxx66 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx262 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2560 sal_Int32 nReadSize = mxStrm->readMemory( pnLineData, nLineSize ); in dumpRawBinary()
2636 mxStrm->readMemory( pnData, nDumpSize ); in dumpArray()
2669 sal_Int32 nCharsRead = mxStrm->readMemory( &aBuffer.front(), nLen ); in dumpCharArray()
H A Dbiffdumper.cxx582 mxBiffStrm->readMemory( pnResult, 8 ); in dumpFormulaResult()

Completed in 117 milliseconds