Home
last modified time | relevance | path

Searched refs:OInputSeekStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/xstor/
H A Doseekinstream.cxx35 OInputSeekStream::OInputSeekStream( OWriteStream_Impl& pImpl, in OInputSeekStream() function in OInputSeekStream
48 OInputSeekStream::OInputSeekStream( uno::Reference < io::XInputStream > xStream, in OInputSeekStream() function in OInputSeekStream
60 OInputSeekStream::~OInputSeekStream() in ~OInputSeekStream()
64 uno::Sequence< uno::Type > SAL_CALL OInputSeekStream::getTypes() in getTypes()
86 uno::Any SAL_CALL OInputSeekStream::queryInterface( const uno::Type& rType ) in queryInterface()
103 void SAL_CALL OInputSeekStream::acquire() in acquire()
109 void SAL_CALL OInputSeekStream::release() in release()
116 void SAL_CALL OInputSeekStream::seek( sal_Int64 location ) in seek()
137 sal_Int64 SAL_CALL OInputSeekStream::getPosition() in getPosition()
157 sal_Int64 SAL_CALL OInputSeekStream::getLength() in getLength()
H A Doseekinstream.hxx31 class OInputSeekStream : public OInputCompStream class
38 OInputSeekStream( OWriteStream_Impl& pImpl,
43 OInputSeekStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream,
47 virtual ~OInputSeekStream();
H A Dowriteablestream.cxx1425OInputSeekStream* pStream = new OInputSeekStream( *this, xInStream, InsertOwnProps( m_aProps, m_bU… in GetStream_Impl()
1578 …new OInputSeekStream( xInStream, InsertOwnProps( aProps, m_bUseCommonEncryption ), m_nStorageType … in CreateReadonlyCopyBasedOnData()

Completed in 30 milliseconds