Lines Matching refs:OInputCompStream

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()
90 uno::Any SAL_CALL OInputCompStream::queryInterface( const uno::Type& rType ) in queryInterface()
121 sal_Int32 SAL_CALL OInputCompStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesT… in readBytes()
144 sal_Int32 SAL_CALL OInputCompStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nMa… in readSomeBytes()
168 void SAL_CALL OInputCompStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
192 sal_Int32 SAL_CALL OInputCompStream::available( ) in available()
215 void SAL_CALL OInputCompStream::closeInput( ) in closeInput()
224 uno::Reference< io::XInputStream > SAL_CALL OInputCompStream::getInputStream() in getInputStream()
241 uno::Reference< io::XOutputStream > SAL_CALL OInputCompStream::getOutputStream() in getOutputStream()
255 void OInputCompStream::InternalDispose() in InternalDispose()
284 void SAL_CALL OInputCompStream::dispose( ) in dispose()
312 void SAL_CALL OInputCompStream::addEventListener( const uno::Reference< lang::XEventListener >& xLi… in addEventListener()
329 void SAL_CALL OInputCompStream::removeEventListener( const uno::Reference< lang::XEventListener >& … in removeEventListener()
344 sal_Bool SAL_CALL OInputCompStream::hasByID( const ::rtl::OUString& sID ) in hasByID()
371 ::rtl::OUString SAL_CALL OInputCompStream::getTargetByID( const ::rtl::OUString& sID ) in getTargetByID()
396 ::rtl::OUString SAL_CALL OInputCompStream::getTypeByID( const ::rtl::OUString& sID ) in getTypeByID()
421 uno::Sequence< beans::StringPair > SAL_CALL OInputCompStream::getRelationshipByID( const ::rtl::OU… in getRelationshipByID()
452 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OInputCompStream::getRelationshipsByTy… in getRelationshipsByType()
488 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OInputCompStream::getAllRelationships() in getAllRelationships()
517 void SAL_CALL OInputCompStream::insertRelationshipByID( const ::rtl::OUString& /*sID*/, const uno:… in insertRelationshipByID()
537 void SAL_CALL OInputCompStream::removeRelationshipByID( const ::rtl::OUString& /*sID*/ ) in removeRelationshipByID()
557 void SAL_CALL OInputCompStream::insertRelationships( const uno::Sequence< uno::Sequence< beans::St… in insertRelationships()
577 void SAL_CALL OInputCompStream::clearRelationships() in clearRelationships()
596 uno::Reference< beans::XPropertySetInfo > SAL_CALL OInputCompStream::getPropertySetInfo() in getPropertySetInfo()
612 void SAL_CALL OInputCompStream::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::… in setPropertyValue()
641 uno::Any SAL_CALL OInputCompStream::getPropertyValue( const ::rtl::OUString& aProp ) in getPropertyValue()
677 void SAL_CALL OInputCompStream::addPropertyChangeListener( in addPropertyChangeListener()
697 void SAL_CALL OInputCompStream::removePropertyChangeListener( in removePropertyChangeListener()
717 void SAL_CALL OInputCompStream::addVetoableChangeListener( in addVetoableChangeListener()
737 void SAL_CALL OInputCompStream::removeVetoableChangeListener( in removeVetoableChangeListener()