19 #ifndef INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
20 #define INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
24 #include <com/sun/star/uno/Reference.hxx>
29 #define FM_COMPONENT_EDIT "stardiv.one.form.component.Edit"
30 #define FM_COMPONENT_TEXTFIELD "stardiv.one.form.component.TextField"
31 #define FM_COMPONENT_LISTBOX "stardiv.one.form.component.ListBox"
32 #define FM_COMPONENT_COMBOBOX "stardiv.one.form.component.ComboBox"
33 #define FM_COMPONENT_RADIOBUTTON "stardiv.one.form.component.RadioButton"
34 #define FM_COMPONENT_GROUPBOX "stardiv.one.form.component.GroupBox"
35 #define FM_COMPONENT_FIXEDTEXT "stardiv.one.form.component.FixedText"
36 #define FM_COMPONENT_COMMANDBUTTON "stardiv.one.form.component.CommandButton"
37 #define FM_COMPONENT_CHECKBOX "stardiv.one.form.component.CheckBox"
38 #define FM_COMPONENT_GRID "stardiv.one.form.component.Grid"
39 #define FM_COMPONENT_GRIDCONTROL "stardiv.one.form.component.GridControl"
40 #define FM_COMPONENT_IMAGEBUTTON "stardiv.one.form.component.ImageButton"
41 #define FM_COMPONENT_FILECONTROL "stardiv.one.form.component.FileControl"
42 #define FM_COMPONENT_TIMEFIELD "stardiv.one.form.component.TimeField"
43 #define FM_COMPONENT_DATEFIELD "stardiv.one.form.component.DateField"
44 #define FM_COMPONENT_NUMERICFIELD "stardiv.one.form.component.NumericField"
45 #define FM_COMPONENT_CURRENCYFIELD "stardiv.one.form.component.CurrencyField"
46 #define FM_COMPONENT_PATTERNFIELD "stardiv.one.form.component.PatternField"
47 #define FM_COMPONENT_FORMATTEDFIELD "stardiv.one.form.component.FormattedField"
48 #define FM_COMPONENT_HIDDEN "stardiv.one.form.component.Hidden"
49 #define FM_COMPONENT_HIDDENCONTROL "stardiv.one.form.component.HiddenControl"
50 #define FM_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl"
51 #define FM_CONTROL_GRID "stardiv.one.form.control.Grid"
52 #define FM_CONTROL_GRIDCONTROL "stardiv.one.form.control.GridControl"
53 #define SRV_SDB_CONNECTION "com.sun.star.sdb.Connection"
54 #define FM_SUN_COMPONENT_FORM "com.sun.star.form.component.Form"
55 #define FM_SUN_COMPONENT_TEXTFIELD "com.sun.star.form.component.TextField"
56 #define FM_SUN_COMPONENT_LISTBOX "com.sun.star.form.component.ListBox"
57 #define FM_SUN_COMPONENT_COMBOBOX "com.sun.star.form.component.ComboBox"
58 #define FM_SUN_COMPONENT_RADIOBUTTON "com.sun.star.form.component.RadioButton"
59 #define FM_SUN_COMPONENT_GROUPBOX "com.sun.star.form.component.GroupBox"
60 #define FM_SUN_COMPONENT_FIXEDTEXT "com.sun.star.form.component.FixedText"
61 #define FM_SUN_COMPONENT_COMMANDBUTTON "com.sun.star.form.component.CommandButton"
62 #define FM_SUN_COMPONENT_CHECKBOX "com.sun.star.form.component.CheckBox"
63 #define FM_SUN_COMPONENT_GRIDCONTROL "com.sun.star.form.component.GridControl"
64 #define FM_SUN_COMPONENT_IMAGEBUTTON "com.sun.star.form.component.ImageButton"
65 #define FM_SUN_COMPONENT_FILECONTROL "com.sun.star.form.component.FileControl"
66 #define FM_SUN_COMPONENT_TIMEFIELD "com.sun.star.form.component.TimeField"
67 #define FM_SUN_COMPONENT_DATEFIELD "com.sun.star.form.component.DateField"
68 #define FM_SUN_COMPONENT_NUMERICFIELD "com.sun.star.form.component.NumericField"
69 #define FM_SUN_COMPONENT_CURRENCYFIELD "com.sun.star.form.component.CurrencyField"
70 #define FM_SUN_COMPONENT_PATTERNFIELD "com.sun.star.form.component.PatternField"
71 #define FM_SUN_COMPONENT_HIDDENCONTROL "com.sun.star.form.component.HiddenControl"
72 #define FM_SUN_COMPONENT_IMAGECONTROL "com.sun.star.form.component.DatabaseImageControl"
73 #define FM_SUN_COMPONENT_FORMATTEDFIELD "com.sun.star.form.component.FormattedField"
74 #define FM_SUN_COMPONENT_SCROLLBAR "com.sun.star.form.component.ScrollBar"
75 #define FM_SUN_COMPONENT_SPINBUTTON "com.sun.star.form.component.SpinButton"
76 #define FM_SUN_COMPONENT_NAVIGATIONBAR "com.sun.star.form.component.NavigationToolBar"
77 #define FM_SUN_CONTROL_GRIDCONTROL "com.sun.star.form.control.GridControl"
83 css::uno::Reference<css::uno::XInterface>
85 css::uno::Reference<css::lang::XMultiServiceFactory>
const &);
89 css::uno::Sequence<OUString>
94 css::uno::Reference<css::uno::XInterface>
96 css::uno::Reference<css::lang::XMultiServiceFactory>
const &);
99 css::uno::Reference<css::uno::XInterface>
101 css::uno::Reference<css::lang::XMultiServiceFactory>
const &);
104 css::uno::Reference<css::uno::XInterface>
106 css::uno::Reference<css::lang::XMultiServiceFactory>
const &);
108 #endif // INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
css::uno::Reference< css::uno::XInterface > LegacyFormController_NewInstance_Impl(css::uno::Reference< css::lang::XMultiServiceFactory > const &)
css::uno::Reference< css::uno::XInterface > FormController_NewInstance_Impl(css::uno::Reference< css::lang::XMultiServiceFactory > const &)
css::uno::Reference< css::uno::XInterface > FmXGridControl_NewInstance_Impl(css::uno::Reference< css::lang::XMultiServiceFactory > const &)
#define SVXCORE_DLLPUBLIC