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_UIConfig_UIConfig
,modules
/sdraw
))
12 $(eval
$(call gb_UIConfig_add_menubarfiles
,modules
/sdraw
,\
13 sd
/uiconfig
/sdraw
/menubar
/menubar \
16 $(eval
$(call gb_UIConfig_add_statusbarfiles
,modules
/sdraw
,\
17 sd
/uiconfig
/sdraw
/statusbar
/statusbar \
20 $(eval
$(call gb_UIConfig_add_toolbarfiles
,modules
/sdraw
,\
21 sd
/uiconfig
/sdraw
/toolbar
/3dobjectsbar \
22 sd
/uiconfig
/sdraw
/toolbar
/alignmentbar \
23 sd
/uiconfig
/sdraw
/toolbar
/arrowsbar \
24 sd
/uiconfig
/sdraw
/toolbar
/arrowshapes \
25 sd
/uiconfig
/sdraw
/toolbar
/basicshapes \
26 sd
/uiconfig
/sdraw
/toolbar
/bezierobjectbar \
27 sd
/uiconfig
/sdraw
/toolbar
/calloutshapes \
28 sd
/uiconfig
/sdraw
/toolbar
/choosemodebar \
29 sd
/uiconfig
/sdraw
/toolbar
/colorbar \
30 sd
/uiconfig
/sdraw
/toolbar
/commentsbar \
31 sd
/uiconfig
/sdraw
/toolbar
/connectorsbar \
32 sd
/uiconfig
/sdraw
/toolbar
/drawingobjectbar \
33 sd
/uiconfig
/sdraw
/toolbar
/ellipsesbar \
34 sd
/uiconfig
/sdraw
/toolbar
/extrusionobjectbar \
35 sd
/uiconfig
/sdraw
/toolbar
/findbar \
36 sd
/uiconfig
/sdraw
/toolbar
/flowchartshapes \
37 sd
/uiconfig
/sdraw
/toolbar
/fontworkobjectbar \
38 sd
/uiconfig
/sdraw
/toolbar
/fontworkshapetype \
39 sd
/uiconfig
/sdraw
/toolbar
/formcontrols \
40 sd
/uiconfig
/sdraw
/toolbar
/formdesign \
41 sd
/uiconfig
/sdraw
/toolbar
/formsfilterbar \
42 sd
/uiconfig
/sdraw
/toolbar
/formsnavigationbar \
43 sd
/uiconfig
/sdraw
/toolbar
/formtextobjectbar \
44 sd
/uiconfig
/sdraw
/toolbar
/fullscreenbar \
45 sd
/uiconfig
/sdraw
/toolbar
/gluepointsobjectbar \
46 sd
/uiconfig
/sdraw
/toolbar
/graffilterbar \
47 sd
/uiconfig
/sdraw
/toolbar
/graphicobjectbar \
48 sd
/uiconfig
/sdraw
/toolbar
/insertbar \
49 sd
/uiconfig
/sdraw
/toolbar
/linesbar \
50 sd
/uiconfig
/sdraw
/toolbar
/masterviewtoolbar \
51 sd
/uiconfig
/sdraw
/toolbar
/mediaobjectbar \
52 sd
/uiconfig
/sdraw
/toolbar
/moreformcontrols \
53 sd
/uiconfig
/sdraw
/toolbar
/optimizetablebar \
54 sd
/uiconfig
/sdraw
/toolbar
/optionsbar \
55 sd
/uiconfig
/sdraw
/toolbar
/positionbar \
56 sd
/uiconfig
/sdraw
/toolbar
/rectanglesbar \
57 sd
/uiconfig
/sdraw
/toolbar
/standardbar \
58 sd
/uiconfig
/sdraw
/toolbar
/starshapes \
59 sd
/uiconfig
/sdraw
/toolbar
/symbolshapes \
60 sd
/uiconfig
/sdraw
/toolbar
/tableobjectbar \
61 sd
/uiconfig
/sdraw
/toolbar
/textbar \
62 sd
/uiconfig
/sdraw
/toolbar
/textobjectbar \
63 sd
/uiconfig
/sdraw
/toolbar
/toolbar \
64 sd
/uiconfig
/sdraw
/toolbar
/viewerbar \
65 sd
/uiconfig
/sdraw
/toolbar
/zoombar \
68 $(eval
$(call gb_UIConfig_add_uifiles
,modules
/sdraw
,\
69 sd
/uiconfig
/sdraw
/ui
/breakdialog \
70 sd
/uiconfig
/sdraw
/ui
/bulletsandnumbering \
71 sd
/uiconfig
/sdraw
/ui
/crossfadedialog \
72 sd
/uiconfig
/sdraw
/ui
/dlgsnap \
73 sd
/uiconfig
/sdraw
/ui
/copydlg \
74 sd
/uiconfig
/sdraw
/ui
/drawchardialog \
75 sd
/uiconfig
/sdraw
/ui
/drawparadialog \
76 sd
/uiconfig
/sdraw
/ui
/drawpagedialog \
77 sd
/uiconfig
/sdraw
/ui
/drawprtldialog \
78 sd
/uiconfig
/sdraw
/ui
/insertlayer \
79 sd
/uiconfig
/sdraw
/ui
/insertslidesdialog \
80 sd
/uiconfig
/sdraw
/ui
/namedesign \
81 sd
/uiconfig
/sdraw
/ui
/paranumberingtab \
82 sd
/uiconfig
/sdraw
/ui
/printeroptions \
83 sd
/uiconfig
/sdraw
/ui
/queryunlinkimagedialog \
84 sd
/uiconfig
/sdraw
/ui
/tabledesigndialog \
85 sd
/uiconfig
/sdraw
/ui
/vectorize \
88 # vim: set noet sw=4 ts=4: