LibreOffice Module sw (master) 1
|
#include <unomod.hxx>
Public Member Functions | |
SwXModule () | |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getViewSettings () override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getPrintSettings () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Member Functions | |
virtual | ~SwXModule () override |
Private Attributes | |
css::uno::Reference< css::beans::XPropertySet > | mxViewSettings |
css::uno::Reference< css::beans::XPropertySet > | mxPrintSettings |
Definition at line 38 of file unomod.hxx.
|
overrideprivatevirtual |
Definition at line 214 of file unomod.cxx.
SwXModule::SwXModule | ( | ) |
Definition at line 210 of file unomod.cxx.
|
overridevirtual |
Definition at line 240 of file unomod.cxx.
|
overridevirtual |
Definition at line 229 of file unomod.cxx.
References Module, and mxPrintSettings.
|
overridevirtual |
Definition at line 250 of file unomod.cxx.
|
overridevirtual |
Definition at line 218 of file unomod.cxx.
References mxViewSettings.
|
overridevirtual |
Definition at line 245 of file unomod.cxx.
References cppu::supportsService().
|
private |
Definition at line 47 of file unomod.hxx.
Referenced by getPrintSettings().
|
private |
Definition at line 46 of file unomod.hxx.
Referenced by getViewSettings().