LibreOffice Module svx (master) 1
Classes | Macros | Functions
unomod.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/ServiceNotRegisteredException.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <vcl/svapp.hxx>
#include <svl/itempool.hxx>
#include <svtools/unoevent.hxx>
#include <comphelper/sequence.hxx>
#include <o3tl/string_view.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/implbase.hxx>
#include <svx/unofill.hxx>
#include <editeng/unonrule.hxx>
#include <svtools/unoimap.hxx>
#include <sfx2/event.hxx>
#include <svx/fmdpage.hxx>
#include <svx/fmmodel.hxx>
#include <svx/fmpage.hxx>
#include <svx/unoapi.hxx>
#include <svx/svdmodel.hxx>
#include <svx/unoprov.hxx>
#include <svx/unopage.hxx>
#include <editeng/unofield.hxx>
#include <svx/unomod.hxx>
#include <svx/unomodel.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdpage.hxx>
#include <svx/SvxXTextColumns.hxx>
#include <svx/unoshape.hxx>
#include <svx/xmlgrhlp.hxx>
#include <com/sun/star/text/textfield/Type.hpp>
Include dependency graph for unomod.cxx:

Go to the source code of this file.

Classes

class  SvxUnoDrawPagesAccess
 

Macros

#define QUERYINT(xint)
 

Functions

static const SvEventDescriptionImplGetSupportedMacroItems ()
 
css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule (SdrModel *pModel)
 

Macro Definition Documentation

◆ QUERYINT

#define QUERYINT (   xint)
Value:
if( rType == cppu::UnoType<xint>::get() ) \
aAny <<= uno::Reference< xint >(this)

Definition at line 63 of file unomod.cxx.

Function Documentation

◆ ImplGetSupportedMacroItems()

static const SvEventDescription * ImplGetSupportedMacroItems ( )
static

Definition at line 96 of file unomod.cxx.

Referenced by SvxUnoDrawingModel::createInstance().

◆ SvxCreateNumRule()

css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule ( SdrModel pModel)