Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/ole/ !
H A Dolestorage.cxx64 class OleOutputStream : public OleOutputStreamBase class
67 explicit OleOutputStream(
71 virtual ~OleOutputStream();
95 OleOutputStream::OleOutputStream( const Reference< XComponentContext >& rxContext, in OleOutputStream() function in oox::ole::__anon74114b480111::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()
[all …]