Home
last modified time | relevance | path

Searched refs:opMem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx195 sal_Int32 BinaryXInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() argument
201 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory()
251 sal_Int32 SequenceInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() argument
258 memcpy( opMem, mpData->getConstArray() + mnPos, static_cast< size_t >( nReadBytes ) ); in readMemory()
327 sal_Int32 RelativeInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() argument
333 nReadBytes = mpInStrm->readMemory( opMem, nMaxBytes, nAtomSize ); in readMemory()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx70 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
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/xls/
H A Dbiffinputstream.cxx308 sal_Int32 BiffInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() argument
311 if( !mbEof && opMem && (nBytes > 0) ) in readMemory()
313 sal_uInt8* pnBuffer = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx93 sal_Int32 VbaInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() argument
96 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory()
H A Daxbinaryreader.cxx90 sal_Int32 AxAlignedInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() argument
95 nReadSize = mpInStrm->readMemory( opMem, nBytes, nAtomSize ); in readMemory()
/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 );

Completed in 35 milliseconds