Resolves: tdf#151441 queries don't show any content
[LibreOffice.git] / chart2 / Library_chartcontroller.mk
blob05f0314152136602117cef95d0f807520985b864
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
10 $(eval $(call gb_Library_Library,chartcontroller))
12 $(eval $(call gb_Library_set_include,chartcontroller,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/chart2/source/controller/inc \
15 -I$(SRCDIR)/chart2/source/inc \
16 -I$(SRCDIR)/chart2/inc \
19 $(eval $(call gb_Library_set_precompiled_header,chartcontroller,chart2/inc/pch/precompiled_chartcontroller))
21 $(eval $(call gb_Library_use_external,chartcontroller,boost_headers))
23 $(eval $(call gb_Library_use_sdk_api,chartcontroller))
25 $(eval $(call gb_Library_use_custom_headers,chartcontroller,\
26 officecfg/registry \
29 $(eval $(call gb_Library_use_libraries,chartcontroller,\
30 basegfx \
31 chartcore \
32 comphelper \
33 cppu \
34 cppuhelper \
35 drawinglayer \
36 editeng \
37 sal \
38 salhelper \
39 i18nlangtag \
40 sfx \
41 sot \
42 svl \
43 svt \
44 svxcore \
45 svx \
46 tk \
47 tl \
48 ucbhelper \
49 utl \
50 vcl \
53 $(eval $(call gb_Library_set_componentfile,chartcontroller,chart2/source/controller/chartcontroller))
55 $(eval $(call gb_Library_add_exception_objects,chartcontroller,\
56 chart2/source/controller/accessibility/AccessibleBase \
57 chart2/source/controller/accessibility/AccessibleChartElement \
58 chart2/source/controller/accessibility/AccessibleChartShape \
59 chart2/source/controller/accessibility/AccessibleChartView \
60 chart2/source/controller/accessibility/AccessibleTextHelper \
61 chart2/source/controller/accessibility/AccessibleViewForwarder \
62 chart2/source/controller/accessibility/ChartElementFactory \
63 chart2/source/controller/chartapiwrapper/AreaWrapper \
64 chart2/source/controller/chartapiwrapper/AxisWrapper \
65 chart2/source/controller/chartapiwrapper/Chart2ModelContact \
66 chart2/source/controller/chartapiwrapper/ChartDataWrapper \
67 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper \
68 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper \
69 chart2/source/controller/chartapiwrapper/DiagramWrapper \
70 chart2/source/controller/chartapiwrapper/GridWrapper \
71 chart2/source/controller/chartapiwrapper/LegendWrapper \
72 chart2/source/controller/chartapiwrapper/MinMaxLineWrapper \
73 chart2/source/controller/chartapiwrapper/TitleWrapper \
74 chart2/source/controller/chartapiwrapper/UpDownBarWrapper \
75 chart2/source/controller/chartapiwrapper/WallFloorWrapper \
76 chart2/source/controller/chartapiwrapper/WrappedAddInProperty \
77 chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties \
78 chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties \
79 chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty \
80 chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties \
81 chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty \
82 chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty \
83 chart2/source/controller/chartapiwrapper/WrappedScaleProperty \
84 chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties \
85 chart2/source/controller/chartapiwrapper/WrappedSceneProperty \
86 chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty \
87 chart2/source/controller/chartapiwrapper/WrappedSplineProperties \
88 chart2/source/controller/chartapiwrapper/WrappedStatisticProperties \
89 chart2/source/controller/chartapiwrapper/WrappedStockProperties \
90 chart2/source/controller/chartapiwrapper/WrappedSymbolProperties \
91 chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty \
92 chart2/source/controller/dialogs/ChangingResource \
93 chart2/source/controller/dialogs/ChartResourceGroupDlgs \
94 chart2/source/controller/dialogs/ChartResourceGroups \
95 chart2/source/controller/dialogs/ChartTypeDialogController \
96 chart2/source/controller/dialogs/DataBrowser \
97 chart2/source/controller/dialogs/DataBrowserModel \
98 chart2/source/controller/dialogs/DialogModel \
99 chart2/source/controller/dialogs/dlg_ChartType \
100 chart2/source/controller/dialogs/dlg_ChartType_UNO \
101 chart2/source/controller/dialogs/dlg_CreationWizard \
102 chart2/source/controller/dialogs/dlg_CreationWizard_UNO \
103 chart2/source/controller/dialogs/dlg_DataEditor \
104 chart2/source/controller/dialogs/dlg_DataSource \
105 chart2/source/controller/dialogs/dlg_InsertAxis_Grid \
106 chart2/source/controller/dialogs/dlg_InsertDataLabel \
107 chart2/source/controller/dialogs/dlg_InsertErrorBars \
108 chart2/source/controller/dialogs/dlg_InsertLegend \
109 chart2/source/controller/dialogs/dlg_InsertTitle \
110 chart2/source/controller/dialogs/dlg_NumberFormat \
111 chart2/source/controller/dialogs/dlg_ObjectProperties \
112 chart2/source/controller/dialogs/dlg_ShapeFont \
113 chart2/source/controller/dialogs/dlg_ShapeParagraph \
114 chart2/source/controller/dialogs/dlg_View3D \
115 chart2/source/controller/dialogs/ObjectNameProvider \
116 chart2/source/controller/dialogs/RangeSelectionHelper \
117 chart2/source/controller/dialogs/RangeSelectionListener \
118 chart2/source/controller/dialogs/res_BarGeometry \
119 chart2/source/controller/dialogs/res_DataLabel \
120 chart2/source/controller/dialogs/res_ErrorBar \
121 chart2/source/controller/dialogs/res_LegendPosition \
122 chart2/source/controller/dialogs/res_Titles \
123 chart2/source/controller/dialogs/res_Trendline \
124 chart2/source/controller/dialogs/TextDirectionListBox \
125 chart2/source/controller/dialogs/TimerTriggeredControllerLock \
126 chart2/source/controller/dialogs/TitleDialogData \
127 chart2/source/controller/dialogs/tp_3D_SceneAppearance \
128 chart2/source/controller/dialogs/tp_3D_SceneGeometry \
129 chart2/source/controller/dialogs/tp_3D_SceneIllumination \
130 chart2/source/controller/dialogs/tp_AxisLabel \
131 chart2/source/controller/dialogs/tp_AxisPositions \
132 chart2/source/controller/dialogs/tp_ChartType \
133 chart2/source/controller/dialogs/tp_DataLabel \
134 chart2/source/controller/dialogs/tp_DataPointOption \
135 chart2/source/controller/dialogs/tp_DataSource \
136 chart2/source/controller/dialogs/tp_ErrorBars \
137 chart2/source/controller/dialogs/tp_LegendPosition \
138 chart2/source/controller/dialogs/tp_PointGeometry \
139 chart2/source/controller/dialogs/tp_PolarOptions \
140 chart2/source/controller/dialogs/tp_RangeChooser \
141 chart2/source/controller/dialogs/tp_Scale \
142 chart2/source/controller/dialogs/tp_SeriesToAxis \
143 chart2/source/controller/dialogs/tp_TitleRotation \
144 chart2/source/controller/dialogs/tp_Trendline \
145 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects \
146 chart2/source/controller/drawinglayer/DrawViewWrapper \
147 chart2/source/controller/drawinglayer/ViewElementListProvider \
148 chart2/source/controller/itemsetwrapper/AxisItemConverter \
149 chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter \
150 chart2/source/controller/itemsetwrapper/DataPointItemConverter \
151 chart2/source/controller/itemsetwrapper/ErrorBarItemConverter \
152 chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter \
153 chart2/source/controller/itemsetwrapper/ItemConverter \
154 chart2/source/controller/itemsetwrapper/LegendItemConverter \
155 chart2/source/controller/itemsetwrapper/MultipleChartConverters \
156 chart2/source/controller/itemsetwrapper/MultipleItemConverter \
157 chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter \
158 chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter \
159 chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter \
160 chart2/source/controller/itemsetwrapper/StatisticsItemConverter \
161 chart2/source/controller/itemsetwrapper/TextLabelItemConverter \
162 chart2/source/controller/itemsetwrapper/TitleItemConverter \
163 chart2/source/controller/main/ChartController \
164 chart2/source/controller/main/ChartController_EditData \
165 chart2/source/controller/main/ChartController_Insert \
166 chart2/source/controller/main/ChartController_Position \
167 chart2/source/controller/main/ChartController_Properties \
168 chart2/source/controller/main/ChartController_TextEdit \
169 chart2/source/controller/main/ChartController_Tools \
170 chart2/source/controller/main/ChartController_Window \
171 chart2/source/controller/main/ChartDropTargetHelper \
172 chart2/source/controller/main/ChartFrameloader \
173 chart2/source/controller/main/ChartModelClone \
174 chart2/source/controller/main/ChartTransferable \
175 chart2/source/controller/main/ChartWindow \
176 chart2/source/controller/main/CommandDispatchContainer \
177 chart2/source/controller/main/CommandDispatch \
178 chart2/source/controller/main/ConfigurationAccess \
179 chart2/source/controller/main/ControllerCommandDispatch \
180 chart2/source/controller/main/DragMethod_Base \
181 chart2/source/controller/main/DragMethod_PieSegment \
182 chart2/source/controller/main/DragMethod_RotateDiagram \
183 chart2/source/controller/main/DrawCommandDispatch \
184 chart2/source/controller/main/ElementSelector \
185 chart2/source/controller/main/FeatureCommandDispatchBase \
186 chart2/source/controller/main/ObjectHierarchy \
187 chart2/source/controller/main/PositionAndSizeHelper \
188 chart2/source/controller/main/SelectionHelper \
189 chart2/source/controller/main/ShapeController \
190 chart2/source/controller/main/StatusBarCommandDispatch \
191 chart2/source/controller/main/ToolbarController \
192 chart2/source/controller/main/UndoActions \
193 chart2/source/controller/main/UndoCommandDispatch \
194 chart2/source/controller/main/UndoGuard \
195 chart2/source/controller/sidebar/Chart2PanelFactory \
196 chart2/source/controller/sidebar/ChartAreaPanel \
197 chart2/source/controller/sidebar/ChartAxisPanel \
198 chart2/source/controller/sidebar/ChartColorWrapper \
199 chart2/source/controller/sidebar/ChartElementsPanel \
200 chart2/source/controller/sidebar/ChartErrorBarPanel \
201 chart2/source/controller/sidebar/ChartLinePanel \
202 chart2/source/controller/sidebar/ChartSeriesPanel \
203 chart2/source/controller/sidebar/ChartSidebarModifyListener \
204 chart2/source/controller/sidebar/ChartSidebarSelectionListener \
205 chart2/source/controller/sidebar/ChartTypePanel \
206 chart2/source/controller/uitest/uiobject \
209 # vim: set noet sw=4 ts=4: