summaryrefslogtreecommitdiff
path: root/sw/UIConfig_swform.mk
blob: 359a35a31a30f9db282ca6cde8b8de14a82b958d (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# 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/.
#

$(eval $(call gb_UIConfig_UIConfig,modules/swform))

$(eval $(call gb_UIConfig_add_menubarfiles,modules/swform,\
	sw/uiconfig/swform/menubar/menubar \
))

$(eval $(call gb_UIConfig_add_statusbarfiles,modules/swform,\
	sw/uiconfig/swform/statusbar/statusbar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/swform,\
	sw/uiconfig/swform/toolbar/alignmentbar \
	sw/uiconfig/swform/toolbar/arrowshapes \
	sw/uiconfig/swform/toolbar/basicshapes \
	sw/uiconfig/swform/toolbar/bezierobjectbar \
	sw/uiconfig/swform/toolbar/calloutshapes \
	sw/uiconfig/swform/toolbar/colorbar \
	sw/uiconfig/swform/toolbar/drawbar \
	sw/uiconfig/swform/toolbar/drawingobjectbar \
	sw/uiconfig/swform/toolbar/drawtextobjectbar \
	sw/uiconfig/swform/toolbar/extrusionobjectbar \
	sw/uiconfig/swform/toolbar/flowchartshapes \
	sw/uiconfig/swform/toolbar/fontworkobjectbar \
	sw/uiconfig/swform/toolbar/fontworkshapetype \
	sw/uiconfig/swform/toolbar/formcontrols \
	sw/uiconfig/swform/toolbar/formdesign \
	sw/uiconfig/swform/toolbar/formsfilterbar \
	sw/uiconfig/swform/toolbar/formsnavigationbar \
	sw/uiconfig/swform/toolbar/formtextobjectbar \
	sw/uiconfig/swform/toolbar/frameobjectbar \
	sw/uiconfig/swform/toolbar/fullscreenbar \
	sw/uiconfig/swform/toolbar/graffilterbar \
	sw/uiconfig/swform/toolbar/graphicobjectbar \
	sw/uiconfig/swform/toolbar/insertbar \
	sw/uiconfig/swform/toolbar/insertobjectbar \
	sw/uiconfig/swform/toolbar/mediaobjectbar \
	sw/uiconfig/swform/toolbar/moreformcontrols \
	sw/uiconfig/swform/toolbar/numobjectbar \
	sw/uiconfig/swform/toolbar/oleobjectbar \
	sw/uiconfig/swform/toolbar/optimizetablebar \
	sw/uiconfig/swform/toolbar/previewobjectbar \
	sw/uiconfig/swform/toolbar/standardbar \
	sw/uiconfig/swform/toolbar/starshapes \
	sw/uiconfig/swform/toolbar/symbolshapes \
	sw/uiconfig/swform/toolbar/tableobjectbar \
	sw/uiconfig/swform/toolbar/textobjectbar \
	sw/uiconfig/swform/toolbar/toolbar \
	sw/uiconfig/swform/toolbar/viewerbar \
))

# vim: set noet sw=4 ts=4: