LibreOffice Module svx (master) 1
|
#include <unomod.hxx>
Public Member Functions | |
SvxUnoDrawMSFactory () noexcept | |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstance (const OUString &aServiceSpecifier) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstanceWithArguments (const OUString &ServiceSpecifier, const css::uno::Sequence< css::uno::Any > &Arguments) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
Static Public Member Functions | |
static css::uno::Reference< css::uno::XInterface > | createTextField (std::u16string_view aServiceSpecifier) |
static bool | createEvent (const SdrModel *pDoc, const SdrHint *pSdrHint, css::document::EventObject &aEvent) |
fills the given EventObject from the given SdrHint. More... | |
Protected Member Functions | |
virtual SdrModel & | getSdrModelFromUnoModel () const =0 |
abstract SdrModel provider More... | |
~SvxUnoDrawMSFactory () | |
Definition at line 37 of file unomod.hxx.
|
inlinenoexcept |
Definition at line 48 of file unomod.hxx.
|
inlineprotected |
Definition at line 66 of file unomod.hxx.
|
static |
fills the given EventObject from the given SdrHint.
Definition at line 115 of file unomod.cxx.
References aEvent, SdrHint::GetKind(), SdrHint::GetObject(), SdrHint::GetPage(), ObjectChange, ObjectInserted, ObjectRemoved, and PageOrderChange.
|
overridevirtual |
Reimplemented in SvxUnoDrawingModel, and SvxFmMSFactory.
Definition at line 197 of file unomod.cxx.
References create().
Referenced by SvxFmMSFactory::createInstance().
|
overridevirtual |
Definition at line 207 of file unomod.cxx.
References create().
|
static |
css::uno::Exception | |
css::uno::RuntimeException |
Definition at line 202 of file unomod.cxx.
References SvxUnoTextCreateTextField().
|
overridevirtual |
Reimplemented in SvxFmMSFactory, and SvxUnoDrawingModel.
Definition at line 219 of file unomod.cxx.
References UHashMap::getServiceNames().
Referenced by SvxFmMSFactory::getAvailableServiceNames().
|
protectedpure virtual |
abstract SdrModel provider
Implemented in SvxUnoDrawingModel.
Referenced by SvxFmMSFactory::createInstance().