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()
89 uno::Any SAL_CALL OFSInputStreamContainer::queryInterface( const uno::Type& rType ) in queryInterface()
112 void SAL_CALL OFSInputStreamContainer::acquire() in acquire()
119 void SAL_CALL OFSInputStreamContainer::release() in release()
126 sal_Int32 SAL_CALL OFSInputStreamContainer::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 … in readBytes()
140 sal_Int32 SAL_CALL OFSInputStreamContainer::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_In… in readSomeBytes()
154 void SAL_CALL OFSInputStreamContainer::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
168 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.cxx508 xResult = static_cast< io::XStream* >( new OFSInputStreamContainer( xInStream ) ); in openStreamElement()
1400 xResult = static_cast< io::XStream* >( new OFSInputStreamContainer( xInStream ) ); in openStreamElementByHierarchicalName()