Lines Matching refs:OleOutputStream
64 class OleOutputStream : public OleOutputStreamBase class
67 explicit OleOutputStream(
71 virtual ~OleOutputStream();
95 OleOutputStream::OleOutputStream( const Reference< XComponentContext >& rxContext, in OleOutputStream() function in oox::ole::__anon7cfb4c810111::OleOutputStream
112 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()
134 void SAL_CALL OleOutputStream::writeBytes( const Sequence< sal_Int8 >& rData ) throw( NotConnectedE… in writeBytes()
140 void SAL_CALL OleOutputStream::flush() throw( NotConnectedException, BufferSizeExceededException, I… in flush()
146 void SAL_CALL OleOutputStream::closeOutput() throw( NotConnectedException, BufferSizeExceededExcept… in closeOutput()
164 void OleOutputStream::ensureSeekable() const throw( IOException ) in ensureSeekable()
170 void OleOutputStream::ensureConnected() const throw( NotConnectedException ) in ensureConnected()
375 xOutStream.set( new OleOutputStream( mxContext, mxStorage, rElementName ) ); in implOpenOutputStream()