Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/misc/
H A Dimageresourceaccess.cxx58 class StreamSupplier : public StreamSupplier_Base class
66StreamSupplier( const Reference< XInputStream >& _rxInput, const Reference< XOutputStream >& _rxOu…
80StreamSupplier::StreamSupplier( const Reference< XInputStream >& _rxInput, const Reference< XOutpu… in StreamSupplier() function in svt::StreamSupplier
91 Reference< XInputStream > SAL_CALL StreamSupplier::getInputStream( ) throw (RuntimeException) in getInputStream()
97 Reference< XOutputStream > SAL_CALL StreamSupplier::getOutputStream( ) throw (RuntimeException) in getOutputStream()
103 …void SAL_CALL StreamSupplier::seek( ::sal_Int64 location ) throw (IllegalArgumentException, IOExce… in seek()
112 ::sal_Int64 SAL_CALL StreamSupplier::getPosition( ) throw (IOException, RuntimeException) in getPosition()
121 ::sal_Int64 SAL_CALL StreamSupplier::getLength( ) throw (IOException, RuntimeException) in getLength()
172 Reference< XStream > xBufferAccess = new StreamSupplier( in getImageStream()

Completed in 18 milliseconds