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
/sglobal
))
12 $(eval
$(call gb_UIConfig_add_menubarfiles
,modules
/sglobal
,\
13 sw
/uiconfig
/sglobal
/menubar
/menubar \
16 $(eval
$(call gb_UIConfig_add_statusbarfiles
,modules
/sglobal
,\
17 sw
/uiconfig
/sglobal
/statusbar
/statusbar \
20 $(eval
$(call gb_UIConfig_add_toolbarfiles
,modules
/sglobal
,\
21 sw
/uiconfig
/sglobal
/toolbar
/alignmentbar \
22 sw
/uiconfig
/sglobal
/toolbar
/arrowshapes \
23 sw
/uiconfig
/sglobal
/toolbar
/basicshapes \
24 sw
/uiconfig
/sglobal
/toolbar
/bezierobjectbar \
25 sw
/uiconfig
/sglobal
/toolbar
/calloutshapes \
26 sw
/uiconfig
/sglobal
/toolbar
/colorbar \
27 sw
/uiconfig
/sglobal
/toolbar
/drawbar \
28 sw
/uiconfig
/sglobal
/toolbar
/drawingobjectbar \
29 sw
/uiconfig
/sglobal
/toolbar
/drawtextobjectbar \
30 sw
/uiconfig
/sglobal
/toolbar
/extrusionobjectbar \
31 sw
/uiconfig
/sglobal
/toolbar
/findbar \
32 sw
/uiconfig
/sglobal
/toolbar
/flowchartshapes \
33 sw
/uiconfig
/sglobal
/toolbar
/fontworkobjectbar \
34 sw
/uiconfig
/sglobal
/toolbar
/fontworkshapetype \
35 sw
/uiconfig
/sglobal
/toolbar
/formcontrols \
36 sw
/uiconfig
/sglobal
/toolbar
/formdesign \
37 sw
/uiconfig
/sglobal
/toolbar
/formsfilterbar \
38 sw
/uiconfig
/sglobal
/toolbar
/formsnavigationbar \
39 sw
/uiconfig
/sglobal
/toolbar
/formtextobjectbar \
40 sw
/uiconfig
/sglobal
/toolbar
/frameobjectbar \
41 sw
/uiconfig
/sglobal
/toolbar
/fullscreenbar \
42 sw
/uiconfig
/sglobal
/toolbar
/graffilterbar \
43 sw
/uiconfig
/sglobal
/toolbar
/graphicobjectbar \
44 sw
/uiconfig
/sglobal
/toolbar
/insertbar \
45 sw
/uiconfig
/sglobal
/toolbar
/insertobjectbar \
46 sw
/uiconfig
/sglobal
/toolbar
/mediaobjectbar \
47 sw
/uiconfig
/sglobal
/toolbar
/moreformcontrols \
48 sw
/uiconfig
/sglobal
/toolbar
/numobjectbar \
49 sw
/uiconfig
/sglobal
/toolbar
/oleobjectbar \
50 sw
/uiconfig
/sglobal
/toolbar
/optimizetablebar \
51 sw
/uiconfig
/sglobal
/toolbar
/previewobjectbar \
52 sw
/uiconfig
/sglobal
/toolbar
/standardbar \
53 sw
/uiconfig
/sglobal
/toolbar
/starshapes \
54 sw
/uiconfig
/sglobal
/toolbar
/symbolshapes \
55 sw
/uiconfig
/sglobal
/toolbar
/tableobjectbar \
56 sw
/uiconfig
/sglobal
/toolbar
/textobjectbar \
57 sw
/uiconfig
/sglobal
/toolbar
/toolbar \
58 sw
/uiconfig
/sglobal
/toolbar
/viewerbar \
61 # vim: set noet sw=4 ts=4: