Home
last modified time | relevance | path

Searched refs:RelativeInputStream (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx277 RelativeInputStream::RelativeInputStream( BinaryInputStream& rInStrm, sal_Int64 nSize ) : in RelativeInputStream() function in oox::RelativeInputStream
288 sal_Int64 RelativeInputStream::size() const in size()
293 sal_Int64 RelativeInputStream::tell() const in tell()
298 void RelativeInputStream::seek( sal_Int64 nPos ) in seek()
308 void RelativeInputStream::close() in close()
314 sal_Int32 RelativeInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtom… in readData()
327 sal_Int32 RelativeInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory()
340 void RelativeInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx390 class RelativeInputStream : public BinaryInputStream class
399 explicit RelativeInputStream(
433 … inline RelativeInputStream& operator>>( Type& ornValue ) { readValue( ornValue ); return *this; } in operator >>()
/trunk/main/oox/source/dump/
H A Doledumper.cxx1971 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, aIt->mnLength ) ); in implDump()
H A Dbiffdumper.cxx165 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, mnLength ) ); in implDump()

Completed in 41 milliseconds