|
LibreOffice Module ucb (master) 1
|
#include <gio_outputstream.hxx>
Public Member Functions | |
| OutputStream (GFileOutputStream *pStream) | |
| virtual | ~OutputStream () override |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &type) override |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual void SAL_CALL | writeBytes (const css::uno::Sequence< sal_Int8 > &aData) override |
| virtual void SAL_CALL | flush () override |
| virtual void SAL_CALL | closeOutput () override |
Public Member Functions inherited from gio::Seekable | |
| Seekable (GSeekable *pStream) | |
| virtual | ~Seekable () override |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &type) override |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual void SAL_CALL | seek (sal_Int64 location) override |
| virtual sal_Int64 SAL_CALL | getPosition () override |
| virtual sal_Int64 SAL_CALL | getLength () override |
| virtual void SAL_CALL | truncate () override |
Public Member Functions inherited from cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
| GFileOutputStream * | mpStream |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakObject | |
| virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
| void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Definition at line 35 of file gio_outputstream.hxx.
|
explicit |
Definition at line 31 of file gio_outputstream.cxx.
References mpStream.
|
overridevirtual |
Definition at line 37 of file gio_outputstream.cxx.
References closeOutput().
|
inlineoverridevirtualnoexcept |
Reimplemented from gio::Seekable.
Definition at line 48 of file gio_outputstream.hxx.
|
overridevirtual |
Definition at line 62 of file gio_outputstream.cxx.
References mpStream.
Referenced by ~OutputStream().
|
overridevirtual |
Definition at line 52 of file gio_outputstream.cxx.
References gio::convertToIOException(), and mpStream.
|
overridevirtual |
Reimplemented from gio::Seekable.
Definition at line 68 of file gio_outputstream.cxx.
References gio::Seekable::queryInterface(), and type.
|
inlineoverridevirtualnoexcept |
Reimplemented from gio::Seekable.
Definition at line 49 of file gio_outputstream.hxx.
|
overridevirtual |
Definition at line 42 of file gio_outputstream.cxx.
References gio::convertToIOException(), and mpStream.
|
private |
Definition at line 40 of file gio_outputstream.hxx.
Referenced by closeOutput(), flush(), OutputStream(), and writeBytes().