Searched refs:Seekable (Results 1 – 6 of 6) sorted by relevance
37 Seekable::Seekable(GSeekable *pStream) : mpStream(pStream) in Seekable() function in gio::Seekable43 Seekable::~Seekable( void ) in ~Seekable()47 void SAL_CALL Seekable::truncate( void ) in truncate()62 void SAL_CALL Seekable::seek( sal_Int64 location ) in seek()77 sal_Int64 SAL_CALL Seekable::getPosition() throw( io::IOException, uno::RuntimeException ) in getPosition()85 sal_Int64 SAL_CALL Seekable::getLength() throw( io::IOException, uno::RuntimeException ) in getLength()125 uno::Any Seekable::queryInterface( const uno::Type &type ) throw( uno::RuntimeException ) in queryInterface()
39 class Seekable : public ::com::sun::star::io::XTruncate, class46 Seekable( GSeekable *pStream );47 virtual ~Seekable();
37 OutputStream::OutputStream(GFileOutputStream *pStream) : Seekable(G_SEEKABLE(pStream)), mpStream(pS… in OutputStream()85 return aRet.hasValue() ? aRet : Seekable::queryInterface( type ); in queryInterface()
37 InputStream::InputStream(GFileInputStream *pStream) : Seekable(G_SEEKABLE(pStream)), mpStream(pStre… in InputStream()113 return aRet.hasValue() ? aRet : Seekable::queryInterface( type ); in queryInterface()
42 public Seekable
Completed in 35 milliseconds