/trunk/main/oox/inc/oox/helper/ |
H A D | binaryinputstream.hxx | 70 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 D | binaryinputstream.cxx | 195 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 D | vbainputstream.cxx | 85 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 D | axbinaryreader.cxx | 90 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 D | biffcodec.cxx | 290 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 D | biffinputstream.cxx | 147 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 D | encryption.cxx | 123 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 D | recordparser.cxx | 178 return rStrm.readMemory( &ornByte, 1 ) == 1; in lclReadByte()
|
/trunk/main/oox/inc/oox/ole/ |
H A D | vbainputstream.hxx | 55 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
|
H A D | axbinaryreader.hxx | 66 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
|
/trunk/main/oox/inc/oox/xls/ |
H A D | biffinputstream.hxx | 262 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
|
/trunk/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2560 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 D | biffdumper.cxx | 582 mxBiffStrm->readMemory( pnResult, 8 ); in dumpFormulaResult()
|