office-gobmx/sw/UIConfig_swform.mk
David Tardon bec67a2e7f deliver all uiconfig files by UIConfig
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02
Reviewed-on: https://gerrit.libreoffice.org/3229
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11 03:39:16 +00:00

60 lines
2.3 KiB
Makefile

# -*- 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: