Searched refs:RelativeInputStream (Results 1 – 4 of 4) sorted by relevance
277 RelativeInputStream::RelativeInputStream( BinaryInputStream& rInStrm, sal_Int64 nSize ) : in RelativeInputStream() function in oox::RelativeInputStream288 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()
390 class RelativeInputStream : public BinaryInputStream class399 explicit RelativeInputStream(433 … inline RelativeInputStream& operator>>( Type& ornValue ) { readValue( ornValue ); return *this; } in operator >>()
1971 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, aIt->mnLength ) ); in implDump()
165 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, mnLength ) ); in implDump()
Completed in 48 milliseconds