LibreOffice Module svx (master) 1
|
#include <fmdmod.hxx>
Public Member Functions | |
SvxFmMSFactory () | |
virtual | ~SvxFmMSFactory () |
virtual ::com::sun::star::uno::Reference<::com::sun::star::uno::XInterface > SAL_CALL | createInstance (const OUString &ServiceSpecifier) override |
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
Public Member Functions inherited from SvxUnoDrawMSFactory | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from SvxUnoDrawMSFactory | |
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 inherited from SvxUnoDrawMSFactory | |
virtual SdrModel & | getSdrModelFromUnoModel () const =0 |
abstract SdrModel provider More... | |
~SvxUnoDrawMSFactory () | |
Definition at line 25 of file fmdmod.hxx.
|
inline |
Definition at line 28 of file fmdmod.hxx.
|
inlinevirtual |
Definition at line 30 of file fmdmod.hxx.
|
overridevirtual |
Reimplemented from SvxUnoDrawMSFactory.
Reimplemented in SvxUnoDrawingModel.
Definition at line 34 of file fmdmod.cxx.
References SvxUnoDrawMSFactory::createInstance(), comphelper::getProcessComponentContext(), and SvxUnoDrawMSFactory::getSdrModelFromUnoModel().
Referenced by SvxUnoDrawingModel::createInstance().
|
overridevirtual |
Reimplemented from SvxUnoDrawMSFactory.
Reimplemented in SvxUnoDrawingModel.
Definition at line 59 of file fmdmod.cxx.
References aSeq, comphelper::concatSequences(), FM_SUN_COMPONENT_CHECKBOX, FM_SUN_COMPONENT_COMBOBOX, FM_SUN_COMPONENT_COMMANDBUTTON, FM_SUN_COMPONENT_CURRENCYFIELD, FM_SUN_COMPONENT_DATEFIELD, FM_SUN_COMPONENT_FILECONTROL, FM_SUN_COMPONENT_FIXEDTEXT, FM_SUN_COMPONENT_FORM, FM_SUN_COMPONENT_GRIDCONTROL, FM_SUN_COMPONENT_GROUPBOX, FM_SUN_COMPONENT_HIDDENCONTROL, FM_SUN_COMPONENT_IMAGEBUTTON, FM_SUN_COMPONENT_IMAGECONTROL, FM_SUN_COMPONENT_LISTBOX, FM_SUN_COMPONENT_NUMERICFIELD, FM_SUN_COMPONENT_PATTERNFIELD, FM_SUN_COMPONENT_RADIOBUTTON, FM_SUN_COMPONENT_TEXTFIELD, FM_SUN_COMPONENT_TIMEFIELD, SvxUnoDrawMSFactory::getAvailableServiceNames(), and SAL_N_ELEMENTS.
Referenced by SvxUnoDrawingModel::getAvailableServiceNames().