Searched refs:OInputCompStream (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/package/source/xstor/ |
H A D | ocompinstream.cxx | 38 OInputCompStream::OInputCompStream( OWriteStream_Impl& aImpl, in OInputCompStream() function in OInputCompStream 58 OInputCompStream::OInputCompStream( uno::Reference < io::XInputStream > xStream, in OInputCompStream() function in OInputCompStream 73 OInputCompStream::~OInputCompStream() in ~OInputCompStream() 192 sal_Int32 SAL_CALL OInputCompStream::available( ) in available() 215 void SAL_CALL OInputCompStream::closeInput( ) in closeInput() 255 void OInputCompStream::InternalDispose() in InternalDispose() 284 void SAL_CALL OInputCompStream::dispose( ) in dispose() 577 void SAL_CALL OInputCompStream::clearRelationships() in clearRelationships() 677 void SAL_CALL OInputCompStream::addPropertyChangeListener( in addPropertyChangeListener() 697 void SAL_CALL OInputCompStream::removePropertyChangeListener( in removePropertyChangeListener() [all …]
|
H A D | oseekinstream.cxx | 39 : OInputCompStream( pImpl, xStream, aProps, nStorageType ) in OInputSeekStream() 51 : OInputCompStream( xStream, aProps, nStorageType ) in OInputSeekStream() 77 OInputCompStream::getTypes() ); in getTypes() 100 return OInputCompStream::queryInterface( rType ) ; in queryInterface() 106 OInputCompStream::acquire(); in acquire() 112 OInputCompStream::release(); in release()
|
H A D | ocompinstream.hxx | 41 class OInputCompStream : public cppu::WeakImplHelper4 < ::com::sun::star::io::XInputStream class 62 OInputCompStream( OWriteStream_Impl& pImpl, 67 OInputCompStream( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xStream, 71 virtual ~OInputCompStream();
|
H A D | owriteablestream.hxx | 95 typedef ::std::list< OInputCompStream* > InputStreamsList_Impl; 104 friend class OInputCompStream; 244 void InputStreamDisposed( OInputCompStream* pStream );
|
H A D | oseekinstream.hxx | 31 class OInputSeekStream : public OInputCompStream
|
H A D | owriteablestream.cxx | 1400 …OInputCompStream* pStream = new OInputCompStream( *this, xInStream, InsertOwnProps( m_aProps, m_bU… in GetStream_Impl() 1539 void OWriteStream_Impl::InputStreamDisposed( OInputCompStream* pStream ) in InputStreamDisposed()
|
Completed in 76 milliseconds