LibreOffice Module svx (master) 1
|
#include <config_features.h>
#include <config_fuzzers.h>
#include <comphelper/diagnose_ex.hxx>
#include <svx/svdobj.hxx>
#include <svx/fmtools.hxx>
#include <fmservs.hxx>
#include <svx/fmobjfac.hxx>
#include <svx/svdobjkind.hxx>
#include <fmobj.hxx>
#include <svx/fmshell.hxx>
#include <svx/svxids.hrc>
#include <tbxform.hxx>
#include <tabwin.hxx>
#include <fmexpl.hxx>
#include <filtnav.hxx>
#include <fmprop.hxx>
#include <fmPropBrw.hxx>
#include <datanavi.hxx>
Go to the source code of this file.
Functions | |
IMPL_STATIC_LINK (FmFormObjFactory, MakeObject, SdrObjCreatorParams, aParams, rtl::Reference< SdrObject >) | |
Variables | |
static bool | bInit = false |
IMPL_STATIC_LINK | ( | FmFormObjFactory | , |
MakeObject | , | ||
SdrObjCreatorParams | , | ||
aParams | , | ||
rtl::Reference< SdrObject > | |||
) |
Definition at line 103 of file fmobjfac.cxx.
References Any, FM_COMPONENT_CHECKBOX, FM_COMPONENT_COMBOBOX, FM_COMPONENT_COMMANDBUTTON, FM_COMPONENT_CURRENCYFIELD, FM_COMPONENT_DATEFIELD, FM_COMPONENT_EDIT, FM_COMPONENT_FILECONTROL, FM_COMPONENT_FIXEDTEXT, FM_COMPONENT_FORMATTEDFIELD, FM_COMPONENT_GRID, FM_COMPONENT_GROUPBOX, FM_COMPONENT_HIDDEN, FM_COMPONENT_IMAGEBUTTON, FM_COMPONENT_IMAGECONTROL, FM_COMPONENT_LISTBOX, FM_COMPONENT_NUMERICFIELD, FM_COMPONENT_PATTERNFIELD, FM_COMPONENT_RADIOBUTTON, FM_COMPONENT_TIMEFIELD, FM_PROP_BORDER, FM_PROP_TIMEMAX, FM_SUN_COMPONENT_NAVIGATIONBAR, FM_SUN_COMPONENT_SCROLLBAR, FM_SUN_COMPONENT_SPINBUTTON, FmForm, FormButton, FormCheckbox, FormCombobox, FormCurrencyField, FormDateField, FormEdit, FormFileControl, FormFixedText, FormFormattedField, FormGrid, FormGroupBox, FormHidden, FormImageButton, FormImageControl, FormListbox, FormNavigationBar, FormNumericField, FormPatternField, FormRadioButton, FormScrollbar, FormSpinButton, and FormTimeField.
|
static |
Definition at line 51 of file fmobjfac.cxx.
Referenced by FmFormObjFactory::FmFormObjFactory().