Home
last modified time | relevance | path

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

/aoo41x/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()
114 void SAL_CALL OFSInputStreamContainer::acquire() in acquire()
121 void SAL_CALL OFSInputStreamContainer::release() in release()
182 sal_Int32 SAL_CALL OFSInputStreamContainer::available( ) in available()
199 void SAL_CALL OFSInputStreamContainer::closeInput( ) in closeInput()
243 void SAL_CALL OFSInputStreamContainer::seek( sal_Int64 location ) in seek()
260 sal_Int64 SAL_CALL OFSInputStreamContainer::getPosition() in getPosition()
276 sal_Int64 SAL_CALL OFSInputStreamContainer::getLength() in getLength()
[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()

Completed in 26 milliseconds