summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/servicenames.hxx
blob: 73e0a3260f51d28e797c5aee864c56dfe6924185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#pragma once

#include <sal/types.h>

extern const char szServiceName_Toolkit[], szServiceName2_Toolkit[];
extern const char szServiceName_MVCIntrospection[], szServiceName2_MVCIntrospection[];
extern const char szServiceName_PopupMenu[], szServiceName2_PopupMenu[];
extern const char szServiceName_MenuBar[], szServiceName2_MenuBar[];
extern const char szServiceName_Pointer[], szServiceName2_Pointer[];
extern const char szServiceName_UnoControlContainer[];
extern const char szServiceName_UnoControlContainerModel[];
extern const char szServiceName2_UnoMultiPageControl[];
extern const char szServiceName2_UnoMultiPageModel[];
extern const char szServiceName2_UnoPageControl[];
extern const char szServiceName2_UnoPageModel[];
extern const char szServiceName2_UnoFrameControl[];
extern const char szServiceName2_UnoFrameModel[];
extern const char szServiceName_TabController[], szServiceName2_TabController[];
extern const char szServiceName_TabControllerModel[], szServiceName2_TabControllerModel[];
extern const char szServiceName_UnoControlDialog[], szServiceName2_UnoControlDialog[];
extern const char szServiceName_UnoControlDialogModel[], szServiceName2_UnoControlDialogModel[];
extern const char szServiceName_UnoControlEdit[], szServiceName2_UnoControlEdit[];
extern const char szServiceName_UnoControlEditModel[];
extern const char szServiceName_UnoControlFileControl[];
extern const char szServiceName_UnoControlFileControlModel[];
extern const char szServiceName_UnoControlButton[];
extern const char szServiceName_UnoControlButtonModel[];
extern const char szServiceName_UnoControlImageButton[], szServiceName2_UnoControlImageButton[];
extern const char szServiceName_UnoControlImageButtonModel[], szServiceName2_UnoControlImageButtonModel[];
extern const char szServiceName_UnoControlImageControl[];
extern const char szServiceName_UnoControlImageControlModel[];
extern const char szServiceName_UnoControlRadioButton[];
extern const char szServiceName_UnoControlRadioButtonModel[];
extern const char szServiceName_UnoControlCheckBox[];
extern const char szServiceName_UnoControlCheckBoxModel[];
extern const char szServiceName_UnoControlListBox[];
extern const char szServiceName_UnoControlListBoxModel[];
extern const char szServiceName_UnoControlComboBox[];
extern const char szServiceName_UnoControlComboBoxModel[];
extern const char szServiceName_UnoControlFixedText[];
extern const char szServiceName_UnoControlGroupBox[];
extern const char szServiceName_UnoControlGroupBoxModel[];
extern const char szServiceName_UnoControlDateField[];
extern const char szServiceName_UnoControlDateFieldModel[];
extern const char szServiceName_UnoControlTimeField[];
extern const char szServiceName_UnoControlTimeFieldModel[];
extern const char szServiceName_UnoControlNumericField[];
extern const char szServiceName_UnoControlNumericFieldModel[];
extern const char szServiceName_UnoControlCurrencyField[];
extern const char szServiceName_UnoControlCurrencyFieldModel[];
extern const char szServiceName_UnoControlPatternField[];
extern const char szServiceName_UnoControlPatternFieldModel[];
extern const char szServiceName_UnoControlFormattedField[];
extern const char szServiceName_UnoControlFormattedFieldModel[];
extern const char szServiceName_UnoControlProgressBar[];
extern const char szServiceName_UnoControlProgressBarModel[];
extern const char szServiceName_UnoControlScrollBar[];
extern const char szServiceName_UnoControlScrollBarModel[];
extern const char szServiceName_UnoControlFixedLine[];
extern const char szServiceName_UnoControlFixedLineModel[];
extern const char szServiceName_PrinterServer[], szServiceName2_PrinterServer[];
extern const char szServiceName_UnoControlRoadmap[];
extern const char szServiceName_UnoControlRoadmapModel[];

extern const char szServiceName_UnoSpinButtonControl[], szServiceName_UnoSpinButtonModel[];

extern const char szServiceName_GridControl[];
extern const char szServiceName_DefaultGridDataModel[];
extern const char szServiceName_DefaultGridColumnModel[];
extern const char szServiceName_GridColumn[];
extern const char szServiceName_SortableGridDataModel[];

extern const char szServiceName_AnimatedImagesControl[];
extern const char szServiceName_AnimatedImagesControlModel[];
extern const char szServiceName_SpinningProgressControlModel[];

extern const char szServiceName_UnoControlTabPageModel[], szServiceName2_UnoControlTabPageModel[];
extern const char szServiceName_UnoControlTabPage[];
extern const char szServiceName_UnoControlTabPageContainerModel[];
extern const char szServiceName_UnoControlTabPageContainer[];

// ExtUnoWrapper:
extern const char szServiceName_ImageProducer[], szServiceName2_ImageProducer[];

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */