Home
last modified time | relevance | path

Searched refs:Seekable (Results 1 – 6 of 6) sorted by relevance

/trunk/main/ucb/source/ucp/gio/
H A Dgio_seekable.cxx37 Seekable::Seekable(GSeekable *pStream) : mpStream(pStream) in Seekable() function in gio::Seekable
43 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()
H A Dgio_seekable.hxx39 class Seekable : public ::com::sun::star::io::XTruncate, class
46 Seekable( GSeekable *pStream );
47 virtual ~Seekable();
H A Dgio_outputstream.cxx37 OutputStream::OutputStream(GFileOutputStream *pStream) : Seekable(G_SEEKABLE(pStream)), mpStream(pS… in OutputStream()
85 return aRet.hasValue() ? aRet : Seekable::queryInterface( type ); in queryInterface()
H A Dgio_inputstream.cxx37 InputStream::InputStream(GFileInputStream *pStream) : Seekable(G_SEEKABLE(pStream)), mpStream(pStre… in InputStream()
113 return aRet.hasValue() ? aRet : Seekable::queryInterface( type ); in queryInterface()
H A Dgio_outputstream.hxx42 public Seekable
H A Dgio_inputstream.hxx42 public Seekable

Completed in 29 milliseconds