LibreOffice Module sw (master) 1
|
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/view/DocumentZoomType.hpp>
#include <comphelper/ChainablePropertySetInfo.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <svl/itemprop.hxx>
#include <tools/urlobj.hxx>
#include <tools/UnitConversion.hxx>
#include <vcl/svapp.hxx>
#include <unomod.hxx>
#include <usrpref.hxx>
#include <prtopt.hxx>
#include <swmodule.hxx>
#include <view.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <viewopt.hxx>
#include <doc.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <edtwin.hxx>
Go to the source code of this file.
Functions | |
static rtl::Reference< ChainablePropertySetInfo > | lcl_createViewSettingsInfo () |
static rtl::Reference< ChainablePropertySetInfo > | lcl_createPrintSettingsInfo () |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | SwXModule_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
|
static |
Definition at line 183 of file unomod.cxx.
References cppu::UnoType< typename T >::get(), and PROPERTY_NONE.
|
static |
Definition at line 126 of file unomod.cxx.
References cppu::UnoType< typename T >::get(), and PROPERTY_NONE.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SwXModule_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 970 of file unomod.cxx.