1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
20 #define INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
22 #include <sal/config.h>
24 #include <com/sun/star/uno/Reference.hxx>
25 #include <svx/svxdllapi.h>
27 namespace com::sun::star::lang
{ class XMultiServiceFactory
; }
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"
81 SVXCORE_DLLPUBLIC
void ImplSmartRegisterUnoServices();
83 css::uno::Reference
<css::uno::XInterface
>
84 OAddConditionDialog_Create(
85 css::uno::Reference
<css::lang::XMultiServiceFactory
> const &);
87 OUString
OAddConditionDialog_GetImplementationName();
89 css::uno::Sequence
<OUString
>
90 OAddConditionDialog_GetSupportedServiceNames();
93 /// @throws css::uno::Exception
94 css::uno::Reference
<css::uno::XInterface
>
95 FmXGridControl_NewInstance_Impl(
96 css::uno::Reference
<css::lang::XMultiServiceFactory
> const &);
98 /// @throws css::uno::Exception
99 css::uno::Reference
<css::uno::XInterface
>
100 FormController_NewInstance_Impl(
101 css::uno::Reference
<css::lang::XMultiServiceFactory
> const &);
103 /// @throws css::uno::Exception
104 css::uno::Reference
<css::uno::XInterface
>
105 LegacyFormController_NewInstance_Impl(
106 css::uno::Reference
<css::lang::XMultiServiceFactory
> const &);
108 #endif // INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
110 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */