bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / inc / fmservs.hxx
blob4719360bab20e0ac00eb0d4cd0b326578d5b18a4
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 _SVX_FMSERVS_HXX
20 #define _SVX_FMSERVS_HXX
22 #include <svx/svxdllapi.h>
24 #define FM_COMPONENT_EDIT OUString( "stardiv.one.form.component.Edit" )
25 #define FM_COMPONENT_TEXTFIELD OUString( "stardiv.one.form.component.TextField" )
26 #define FM_COMPONENT_LISTBOX OUString( "stardiv.one.form.component.ListBox" )
27 #define FM_COMPONENT_COMBOBOX OUString( "stardiv.one.form.component.ComboBox" )
28 #define FM_COMPONENT_RADIOBUTTON OUString( "stardiv.one.form.component.RadioButton" )
29 #define FM_COMPONENT_GROUPBOX OUString( "stardiv.one.form.component.GroupBox" )
30 #define FM_COMPONENT_FIXEDTEXT OUString( "stardiv.one.form.component.FixedText" )
31 #define FM_COMPONENT_COMMANDBUTTON OUString( "stardiv.one.form.component.CommandButton" )
32 #define FM_COMPONENT_CHECKBOX OUString( "stardiv.one.form.component.CheckBox" )
33 #define FM_COMPONENT_GRID OUString( "stardiv.one.form.component.Grid" )
34 #define FM_COMPONENT_GRIDCONTROL OUString( "stardiv.one.form.component.GridControl" )
35 #define FM_COMPONENT_IMAGEBUTTON OUString( "stardiv.one.form.component.ImageButton" )
36 #define FM_COMPONENT_FILECONTROL OUString( "stardiv.one.form.component.FileControl" )
37 #define FM_COMPONENT_TIMEFIELD OUString( "stardiv.one.form.component.TimeField" )
38 #define FM_COMPONENT_DATEFIELD OUString( "stardiv.one.form.component.DateField" )
39 #define FM_COMPONENT_NUMERICFIELD OUString( "stardiv.one.form.component.NumericField" )
40 #define FM_COMPONENT_CURRENCYFIELD OUString( "stardiv.one.form.component.CurrencyField" )
41 #define FM_COMPONENT_PATTERNFIELD OUString( "stardiv.one.form.component.PatternField" )
42 #define FM_COMPONENT_FORMATTEDFIELD OUString( "stardiv.one.form.component.FormattedField" )
43 #define FM_COMPONENT_HIDDEN OUString( "stardiv.one.form.component.Hidden" )
44 #define FM_COMPONENT_HIDDENCONTROL OUString( "stardiv.one.form.component.HiddenControl" )
45 #define FM_COMPONENT_IMAGECONTROL OUString( "stardiv.one.form.component.ImageControl" )
46 #define FM_CONTROL_GRID OUString( "stardiv.one.form.control.Grid" )
47 #define FM_CONTROL_GRIDCONTROL OUString( "stardiv.one.form.control.GridControl" )
48 #define SRV_SDB_CONNECTION OUString( "com.sun.star.sdb.Connection" )
49 #define FM_SUN_COMPONENT_FORM OUString( "com.sun.star.form.component.Form" )
50 #define FM_SUN_COMPONENT_TEXTFIELD OUString( "com.sun.star.form.component.TextField" )
51 #define FM_SUN_COMPONENT_LISTBOX OUString( "com.sun.star.form.component.ListBox" )
52 #define FM_SUN_COMPONENT_COMBOBOX OUString( "com.sun.star.form.component.ComboBox" )
53 #define FM_SUN_COMPONENT_RADIOBUTTON OUString( "com.sun.star.form.component.RadioButton" )
54 #define FM_SUN_COMPONENT_GROUPBOX OUString( "com.sun.star.form.component.GroupBox" )
55 #define FM_SUN_COMPONENT_FIXEDTEXT OUString( "com.sun.star.form.component.FixedText" )
56 #define FM_SUN_COMPONENT_COMMANDBUTTON OUString( "com.sun.star.form.component.CommandButton" )
57 #define FM_SUN_COMPONENT_CHECKBOX OUString( "com.sun.star.form.component.CheckBox" )
58 #define FM_SUN_COMPONENT_GRIDCONTROL OUString( "com.sun.star.form.component.GridControl" )
59 #define FM_SUN_COMPONENT_IMAGEBUTTON OUString( "com.sun.star.form.component.ImageButton" )
60 #define FM_SUN_COMPONENT_FILECONTROL OUString( "com.sun.star.form.component.FileControl" )
61 #define FM_SUN_COMPONENT_TIMEFIELD OUString( "com.sun.star.form.component.TimeField" )
62 #define FM_SUN_COMPONENT_DATEFIELD OUString( "com.sun.star.form.component.DateField" )
63 #define FM_SUN_COMPONENT_NUMERICFIELD OUString( "com.sun.star.form.component.NumericField" )
64 #define FM_SUN_COMPONENT_CURRENCYFIELD OUString( "com.sun.star.form.component.CurrencyField" )
65 #define FM_SUN_COMPONENT_PATTERNFIELD OUString( "com.sun.star.form.component.PatternField" )
66 #define FM_SUN_COMPONENT_HIDDENCONTROL OUString( "com.sun.star.form.component.HiddenControl" )
67 #define FM_SUN_COMPONENT_IMAGECONTROL OUString( "com.sun.star.form.component.DatabaseImageControl" )
68 #define FM_SUN_COMPONENT_FORMATTEDFIELD OUString( "com.sun.star.form.component.FormattedField" )
69 #define FM_SUN_COMPONENT_SCROLLBAR OUString( "com.sun.star.form.component.ScrollBar" )
70 #define FM_SUN_COMPONENT_SPINBUTTON OUString( "com.sun.star.form.component.SpinButton" )
71 #define FM_SUN_COMPONENT_NAVIGATIONBAR OUString( "com.sun.star.form.component.NavigationToolBar" )
72 #define FM_SUN_CONTROL_GRIDCONTROL OUString( "com.sun.star.form.control.GridControl" )
74 namespace svxform
76 SVX_DLLPUBLIC void ImplSmartRegisterUnoServices();
77 } // namespace svxform
79 #endif // _SVX_FMSERVS_HXX
81 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */