Searched refs:OslOutputStreamWrapper (Results 1 – 1 of 1) sorted by relevance
68 class OslOutputStreamWrapper : public OslOutputStreamWrapper_Base class73 OslOutputStreamWrapper(const OUString& sFileName) : mrFile(sFileName) in OslOutputStreamWrapper() function in swf::OslOutputStreamWrapper85 void SAL_CALL OslOutputStreamWrapper::writeBytes( const ::com::sun::star::uno::Sequence< sal_Int8 >… in writeBytes()119 void SAL_CALL OslOutputStreamWrapper::flush( ) throw (::com::sun::star::io::NotConnectedException,… in flush()123 void SAL_CALL OslOutputStreamWrapper::closeOutput( ) throw (::com::sun::star::io::NotConnectedExce… in closeOutput()196 Reference<XOutputStream> xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); in exportBackground()367 Reference<XOutputStream> xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); in ExportAsMultipleFiles()399 Reference<XOutputStream> xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); in ExportAsMultipleFiles()
Completed in 5 milliseconds