2012-09-10 10:59:55 -05:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2013-04-06 06:10:54 -05:00
|
|
|
$(eval $(call gb_UIConfig_UIConfig,modules/smath))
|
2012-09-10 10:59:55 -05:00
|
|
|
|
2013-04-06 08:34:43 -05:00
|
|
|
$(eval $(call gb_UIConfig_add_menubarfiles,modules/smath,\
|
|
|
|
starmath/uiconfig/smath/menubar/menubar \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_UIConfig_add_statusbarfiles,modules/smath,\
|
|
|
|
starmath/uiconfig/smath/statusbar/statusbar \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_UIConfig_add_toolbarfiles,modules/smath,\
|
|
|
|
starmath/uiconfig/smath/toolbar/toolbar \
|
|
|
|
starmath/uiconfig/smath/toolbar/standardbar \
|
|
|
|
starmath/uiconfig/smath/toolbar/fullscreenbar \
|
|
|
|
))
|
|
|
|
|
2013-04-06 06:10:54 -05:00
|
|
|
$(eval $(call gb_UIConfig_add_uifiles,modules/smath,\
|
2013-05-22 05:27:10 -05:00
|
|
|
starmath/uiconfig/smath/ui/alignmentdialog \
|
2013-05-22 06:07:21 -05:00
|
|
|
starmath/uiconfig/smath/ui/catalogdialog \
|
2013-11-01 07:45:29 -05:00
|
|
|
starmath/uiconfig/smath/ui/fontdialog \
|
2013-06-16 23:38:40 -05:00
|
|
|
starmath/uiconfig/smath/ui/fontsizedialog \
|
2013-07-03 05:20:16 -05:00
|
|
|
starmath/uiconfig/smath/ui/fonttypedialog \
|
2012-09-10 10:59:55 -05:00
|
|
|
starmath/uiconfig/smath/ui/printeroptions \
|
2013-05-29 10:13:49 -05:00
|
|
|
starmath/uiconfig/smath/ui/savedefaultsdialog \
|
2013-06-18 07:26:00 -05:00
|
|
|
starmath/uiconfig/smath/ui/smathsettings \
|
2013-05-22 05:03:42 -05:00
|
|
|
starmath/uiconfig/smath/ui/spacingdialog \
|
2014-04-01 05:38:21 -05:00
|
|
|
starmath/uiconfig/smath/ui/symdefinedialog \
|
2012-09-10 10:59:55 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|