Searched refs:OleOutputStream (Results 1 – 1 of 1) sorted by relevance
64 class OleOutputStream : public OleOutputStreamBase class67 explicit OleOutputStream(71 virtual ~OleOutputStream();95 OleOutputStream::OleOutputStream( const Reference< XComponentContext >& rxContext, in OleOutputStream() function in oox::ole::__anon7cfb4c810111::OleOutputStream112 OleOutputStream::~OleOutputStream() in ~OleOutputStream()116 void SAL_CALL OleOutputStream::seek( sal_Int64 nPos ) throw( IllegalArgumentException, IOException,… in seek()122 sal_Int64 SAL_CALL OleOutputStream::getPosition() throw( IOException, RuntimeException ) in getPosition()128 sal_Int64 SAL_CALL OleOutputStream::getLength() throw( IOException, RuntimeException ) in getLength()164 void OleOutputStream::ensureSeekable() const throw( IOException ) in ensureSeekable()170 void OleOutputStream::ensureConnected() const throw( NotConnectedException ) in ensureConnected()[all …]
Completed in 6 milliseconds