LibreOffice Module svx (master) 1
|
#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>
Go to the source code of this file.
Classes | |
class | SvxUnoDrawPagesAccess |
Macros | |
#define | QUERYINT(xint) |
Functions | |
static const SvEventDescription * | ImplGetSupportedMacroItems () |
css::uno::Reference< css::container::XIndexReplace > | SvxCreateNumRule (SdrModel *pModel) |
#define QUERYINT | ( | xint | ) |
Definition at line 63 of file unomod.cxx.
|
static |
Definition at line 96 of file unomod.cxx.
Referenced by SvxUnoDrawingModel::createInstance().
css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule | ( | SdrModel * | pModel | ) |
Definition at line 644 of file unomod.cxx.
References EE_PARA_NUMBULLET(), SdrModel::GetItemPool(), SvxNumBulletItem::GetNumRule(), SfxItemPool::GetPoolDefaultItem(), SfxItemPool::GetSecondaryPool(), and SvxCreateNumRule().
Referenced by SvxUnoDrawingModel::createInstance(), and SvxCreateNumRule().