Bump version to 6.4-15
[LibreOffice.git] / svx / source / inc / fmservs.hxx
blob28443a6a8519f059808b0dcbb788b77a86268120
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 { namespace sun { namespace star { namespace lang {
28 class XMultiServiceFactory;
29 } } } }
31 #define FM_COMPONENT_EDIT "stardiv.one.form.component.Edit"
32 #define FM_COMPONENT_TEXTFIELD "stardiv.one.form.component.TextField"
33 #define FM_COMPONENT_LISTBOX "stardiv.one.form.component.ListBox"
34 #define FM_COMPONENT_COMBOBOX "stardiv.one.form.component.ComboBox"
35 #define FM_COMPONENT_RADIOBUTTON "stardiv.one.form.component.RadioButton"
36 #define FM_COMPONENT_GROUPBOX "stardiv.one.form.component.GroupBox"
37 #define FM_COMPONENT_FIXEDTEXT "stardiv.one.form.component.FixedText"
38 #define FM_COMPONENT_COMMANDBUTTON "stardiv.one.form.component.CommandButton"
39 #define FM_COMPONENT_CHECKBOX "stardiv.one.form.component.CheckBox"
40 #define FM_COMPONENT_GRID "stardiv.one.form.component.Grid"
41 #define FM_COMPONENT_GRIDCONTROL "stardiv.one.form.component.GridControl"
42 #define FM_COMPONENT_IMAGEBUTTON "stardiv.one.form.component.ImageButton"
43 #define FM_COMPONENT_FILECONTROL "stardiv.one.form.component.FileControl"
44 #define FM_COMPONENT_TIMEFIELD "stardiv.one.form.component.TimeField"
45 #define FM_COMPONENT_DATEFIELD "stardiv.one.form.component.DateField"
46 #define FM_COMPONENT_NUMERICFIELD "stardiv.one.form.component.NumericField"
47 #define FM_COMPONENT_CURRENCYFIELD "stardiv.one.form.component.CurrencyField"
48 #define FM_COMPONENT_PATTERNFIELD "stardiv.one.form.component.PatternField"
49 #define FM_COMPONENT_FORMATTEDFIELD "stardiv.one.form.component.FormattedField"
50 #define FM_COMPONENT_HIDDEN "stardiv.one.form.component.Hidden"
51 #define FM_COMPONENT_HIDDENCONTROL "stardiv.one.form.component.HiddenControl"
52 #define FM_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl"
53 #define FM_CONTROL_GRID "stardiv.one.form.control.Grid"
54 #define FM_CONTROL_GRIDCONTROL "stardiv.one.form.control.GridControl"
55 #define SRV_SDB_CONNECTION "com.sun.star.sdb.Connection"
56 #define FM_SUN_COMPONENT_FORM "com.sun.star.form.component.Form"
57 #define FM_SUN_COMPONENT_TEXTFIELD "com.sun.star.form.component.TextField"
58 #define FM_SUN_COMPONENT_LISTBOX "com.sun.star.form.component.ListBox"
59 #define FM_SUN_COMPONENT_COMBOBOX "com.sun.star.form.component.ComboBox"
60 #define FM_SUN_COMPONENT_RADIOBUTTON "com.sun.star.form.component.RadioButton"
61 #define FM_SUN_COMPONENT_GROUPBOX "com.sun.star.form.component.GroupBox"
62 #define FM_SUN_COMPONENT_FIXEDTEXT "com.sun.star.form.component.FixedText"
63 #define FM_SUN_COMPONENT_COMMANDBUTTON "com.sun.star.form.component.CommandButton"
64 #define FM_SUN_COMPONENT_CHECKBOX "com.sun.star.form.component.CheckBox"
65 #define FM_SUN_COMPONENT_GRIDCONTROL "com.sun.star.form.component.GridControl"
66 #define FM_SUN_COMPONENT_IMAGEBUTTON "com.sun.star.form.component.ImageButton"
67 #define FM_SUN_COMPONENT_FILECONTROL "com.sun.star.form.component.FileControl"
68 #define FM_SUN_COMPONENT_TIMEFIELD "com.sun.star.form.component.TimeField"
69 #define FM_SUN_COMPONENT_DATEFIELD "com.sun.star.form.component.DateField"
70 #define FM_SUN_COMPONENT_NUMERICFIELD "com.sun.star.form.component.NumericField"
71 #define FM_SUN_COMPONENT_CURRENCYFIELD "com.sun.star.form.component.CurrencyField"
72 #define FM_SUN_COMPONENT_PATTERNFIELD "com.sun.star.form.component.PatternField"
73 #define FM_SUN_COMPONENT_HIDDENCONTROL "com.sun.star.form.component.HiddenControl"
74 #define FM_SUN_COMPONENT_IMAGECONTROL "com.sun.star.form.component.DatabaseImageControl"
75 #define FM_SUN_COMPONENT_FORMATTEDFIELD "com.sun.star.form.component.FormattedField"
76 #define FM_SUN_COMPONENT_SCROLLBAR "com.sun.star.form.component.ScrollBar"
77 #define FM_SUN_COMPONENT_SPINBUTTON "com.sun.star.form.component.SpinButton"
78 #define FM_SUN_COMPONENT_NAVIGATIONBAR "com.sun.star.form.component.NavigationToolBar"
79 #define FM_SUN_CONTROL_GRIDCONTROL "com.sun.star.form.control.GridControl"
81 namespace svxform
83 SVX_DLLPUBLIC void ImplSmartRegisterUnoServices();
85 css::uno::Reference<css::uno::XInterface>
86 OAddConditionDialog_Create(
87 css::uno::Reference<css::lang::XMultiServiceFactory> const &);
89 OUString OAddConditionDialog_GetImplementationName();
91 css::uno::Sequence<OUString>
92 OAddConditionDialog_GetSupportedServiceNames();
95 /// @throws css::uno::Exception
96 css::uno::Reference<css::uno::XInterface>
97 FmXGridControl_NewInstance_Impl(
98 css::uno::Reference<css::lang::XMultiServiceFactory> const &);
100 /// @throws css::uno::Exception
101 css::uno::Reference<css::uno::XInterface>
102 FormController_NewInstance_Impl(
103 css::uno::Reference<css::lang::XMultiServiceFactory> const &);
105 /// @throws css::uno::Exception
106 css::uno::Reference<css::uno::XInterface>
107 LegacyFormController_NewInstance_Impl(
108 css::uno::Reference<css::lang::XMultiServiceFactory> const &);
110 #endif // INCLUDED_SVX_SOURCE_INC_FMSERVS_HXX
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */