LibreOffice Module sw (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/view/XPrintSettingsSupplier.hpp>
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/ChainablePropertySet.hxx>
#include <tools/fldunit.hxx>
Go to the source code of this file.
Classes | |
class | SwXModule |
class | SwXPrintSettings |
class | SwXViewSettings |
Implements com.sun.star.text.ViewSettings: UNO access to per-view settings (e.g. More... | |
Enumerations | |
enum class | SwXPrintSettingsType { Module , Document } |
Functions | |
css::uno::Reference< css::uno::XInterface > SAL_CALL | SwXModule_CreateInstance (const css::uno::Reference< css::lang::XMultiServiceFactory > &) |
|
strong |
Enumerator | |
---|---|
Module | |
Document |
Definition at line 65 of file unomod.hxx.
css::uno::Reference< css::uno::XInterface > SAL_CALL SwXModule_CreateInstance | ( | const css::uno::Reference< css::lang::XMultiServiceFactory > & | ) |