Home
last modified time | relevance | path

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

/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx33 OFSInputStreamContainer::OFSInputStreamContainer( const uno::Reference< io::XInputStream >& xStream… in OFSInputStreamContainer() function in OFSInputStreamContainer
44 OFSInputStreamContainer::~OFSInputStreamContainer() in ~OFSInputStreamContainer()
54 uno::Sequence< uno::Type > SAL_CALL OFSInputStreamContainer::getTypes() in getTypes()
90 uno::Any SAL_CALL OFSInputStreamContainer::queryInterface( const uno::Type& rType ) in queryInterface()
114 void SAL_CALL OFSInputStreamContainer::acquire() in acquire()
121 void SAL_CALL OFSInputStreamContainer::release() in release()
128 sal_Int32 SAL_CALL OFSInputStreamContainer::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 … in readBytes()
146 sal_Int32 SAL_CALL OFSInputStreamContainer::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_In… in readSomeBytes()
164 void SAL_CALL OFSInputStreamContainer::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
182 sal_Int32 SAL_CALL OFSInputStreamContainer::available( ) in available()
[all …]
H A Doinputstreamcontainer.hxx37 class OFSInputStreamContainer : public cppu::WeakImplHelper2 < ::com::sun::star::io::XInputStream class
54OFSInputStreamContainer( const ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStre…
56 virtual ~OFSInputStreamContainer();
H A Dfsstorage.cxx522 xResult = static_cast< io::XStream* >( new OFSInputStreamContainer( xInStream ) ); in openStreamElement()
1521 xResult = static_cast< io::XStream* >( new OFSInputStreamContainer( xInStream ) ); in openStreamElementByHierarchicalName()