build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / include / toolkit / helper / servicenames.hxx
blob048eed48e84ad02b8df1bb6757b41a5bf5f6b2bb
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 .
20 #ifndef INCLUDED_TOOLKIT_HELPER_SERVICENAMES_HXX
21 #define INCLUDED_TOOLKIT_HELPER_SERVICENAMES_HXX
23 #include <sal/types.h>
25 extern const sal_Char szServiceName_Toolkit[], szServiceName2_Toolkit[];
26 extern const sal_Char szServiceName_MVCIntrospection[], szServiceName2_MVCIntrospection[];
27 extern const sal_Char szServiceName_PopupMenu[], szServiceName2_PopupMenu[];
28 extern const sal_Char szServiceName_MenuBar[], szServiceName2_MenuBar[];
29 extern const sal_Char szServiceName_Pointer[], szServiceName2_Pointer[];
30 extern const sal_Char szServiceName_UnoControlContainer[];
31 extern const sal_Char szServiceName_UnoControlContainerModel[];
32 extern const sal_Char szServiceName2_UnoMultiPageControl[];
33 extern const sal_Char szServiceName2_UnoMultiPageModel[];
34 extern const sal_Char szServiceName2_UnoPageControl[];
35 extern const sal_Char szServiceName2_UnoPageModel[];
36 extern const sal_Char szServiceName2_UnoFrameControl[];
37 extern const sal_Char szServiceName2_UnoFrameModel[];
38 extern const sal_Char szServiceName_TabController[], szServiceName2_TabController[];
39 extern const sal_Char szServiceName_TabControllerModel[], szServiceName2_TabControllerModel[];
40 extern const sal_Char szServiceName_UnoControlDialog[], szServiceName2_UnoControlDialog[];
41 extern const sal_Char szServiceName_UnoControlDialogModel[], szServiceName2_UnoControlDialogModel[];
42 extern const sal_Char szServiceName_UnoControlEdit[], szServiceName2_UnoControlEdit[];
43 extern const sal_Char szServiceName_UnoControlEditModel[];
44 extern const sal_Char szServiceName_UnoControlFileControl[];
45 extern const sal_Char szServiceName_UnoControlFileControlModel[];
46 extern const sal_Char szServiceName_UnoControlButton[];
47 extern const sal_Char szServiceName_UnoControlButtonModel[];
48 extern const sal_Char szServiceName_UnoControlImageButton[], szServiceName2_UnoControlImageButton[];
49 extern const sal_Char szServiceName_UnoControlImageButtonModel[], szServiceName2_UnoControlImageButtonModel[];
50 extern const sal_Char szServiceName_UnoControlImageControl[];
51 extern const sal_Char szServiceName_UnoControlImageControlModel[];
52 extern const sal_Char szServiceName_UnoControlRadioButton[];
53 extern const sal_Char szServiceName_UnoControlRadioButtonModel[];
54 extern const sal_Char szServiceName_UnoControlCheckBox[];
55 extern const sal_Char szServiceName_UnoControlCheckBoxModel[];
56 extern const sal_Char szServiceName_UnoControlListBox[];
57 extern const sal_Char szServiceName_UnoControlListBoxModel[];
58 extern const sal_Char szServiceName_UnoControlComboBox[];
59 extern const sal_Char szServiceName_UnoControlComboBoxModel[];
60 extern const sal_Char szServiceName_UnoControlFixedText[];
61 extern const sal_Char szServiceName_UnoControlGroupBox[];
62 extern const sal_Char szServiceName_UnoControlGroupBoxModel[];
63 extern const sal_Char szServiceName_UnoControlDateField[];
64 extern const sal_Char szServiceName_UnoControlDateFieldModel[];
65 extern const sal_Char szServiceName_UnoControlTimeField[];
66 extern const sal_Char szServiceName_UnoControlTimeFieldModel[];
67 extern const sal_Char szServiceName_UnoControlNumericField[];
68 extern const sal_Char szServiceName_UnoControlNumericFieldModel[];
69 extern const sal_Char szServiceName_UnoControlCurrencyField[];
70 extern const sal_Char szServiceName_UnoControlCurrencyFieldModel[];
71 extern const sal_Char szServiceName_UnoControlPatternField[];
72 extern const sal_Char szServiceName_UnoControlPatternFieldModel[];
73 extern const sal_Char szServiceName_UnoControlFormattedField[];
74 extern const sal_Char szServiceName_UnoControlFormattedFieldModel[];
75 extern const sal_Char szServiceName_UnoControlProgressBar[];
76 extern const sal_Char szServiceName_UnoControlProgressBarModel[];
77 extern const sal_Char szServiceName_UnoControlScrollBar[];
78 extern const sal_Char szServiceName_UnoControlScrollBarModel[];
79 extern const sal_Char szServiceName_UnoControlFixedLine[];
80 extern const sal_Char szServiceName_UnoControlFixedLineModel[];
81 extern const sal_Char szServiceName_PrinterServer[], szServiceName2_PrinterServer[];
82 extern const sal_Char szServiceName_UnoControlRoadmap[];
83 extern const sal_Char szServiceName_UnoControlRoadmapModel[];
85 extern const sal_Char szServiceName_UnoSpinButtonControl[], szServiceName_UnoSpinButtonModel[];
87 extern const sal_Char szServiceName_GridControl[];
88 extern const sal_Char szServiceName_DefaultGridDataModel[];
89 extern const sal_Char szServiceName_DefaultGridColumnModel[];
90 extern const sal_Char szServiceName_GridColumn[];
91 extern const sal_Char szServiceName_SortableGridDataModel[];
93 extern const sal_Char szServiceName_AnimatedImagesControl[];
94 extern const sal_Char szServiceName_AnimatedImagesControlModel[];
95 extern const sal_Char szServiceName_SpinningProgressControlModel[];
97 extern const sal_Char szServiceName_UnoControlTabPageModel[], szServiceName2_UnoControlTabPageModel[];
98 extern const sal_Char szServiceName_UnoControlTabPage[];
99 extern const sal_Char szServiceName_UnoControlTabPageContainerModel[];
100 extern const sal_Char szServiceName_UnoControlTabPageContainer[];
102 // ExtUnoWrapper:
103 extern const char szServiceName_ImageProducer[], szServiceName2_ImageProducer[];
104 #endif // INCLUDED_TOOLKIT_HELPER_SERVICENAMES_HXX
106 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */