2012-05-01 05:12:17 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-05-01 05:12:17 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# 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/.
|
2012-05-01 05:12:17 -05:00
|
|
|
#
|
|
|
|
|
2013-02-10 07:26:14 -06:00
|
|
|
$(eval $(call gb_Module_Module,cross_toolset))
|
2012-05-01 05:12:17 -05:00
|
|
|
|
2013-02-10 07:26:14 -06:00
|
|
|
$(eval $(call gb_Module_add_moduledirs,cross_toolset,\
|
2012-05-29 02:52:42 -05:00
|
|
|
basegfx \
|
2012-05-29 03:02:35 -05:00
|
|
|
binaryurp \
|
2012-07-29 05:21:38 -05:00
|
|
|
bridges \
|
|
|
|
cli_ure \
|
2013-02-14 02:17:56 -06:00
|
|
|
codemaker \
|
2012-07-29 05:21:38 -05:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
2013-02-10 07:26:14 -06:00
|
|
|
external \
|
2013-04-05 11:40:39 -05:00
|
|
|
i18nlangtag \
|
2012-05-29 02:57:11 -05:00
|
|
|
i18nutil \
|
2013-04-05 12:42:13 -05:00
|
|
|
i18npool \
|
2014-09-17 08:26:47 -05:00
|
|
|
instsetoo_native \
|
2012-05-01 05:12:17 -05:00
|
|
|
idl \
|
2012-05-29 03:22:16 -05:00
|
|
|
io \
|
2012-05-29 03:03:43 -05:00
|
|
|
javaunohelper \
|
2012-07-29 05:21:38 -05:00
|
|
|
jurt \
|
|
|
|
jvmaccess \
|
|
|
|
jvmfwk \
|
2013-02-18 06:48:50 -06:00
|
|
|
l10ntools \
|
2024-05-30 03:58:57 -05:00
|
|
|
net_ure \
|
2012-05-29 02:52:42 -05:00
|
|
|
o3tl \
|
2012-07-29 05:21:38 -05:00
|
|
|
offapi \
|
|
|
|
officecfg \
|
2012-05-01 05:12:17 -05:00
|
|
|
oovbaapi \
|
2020-10-30 01:51:38 -05:00
|
|
|
pch \
|
2012-07-29 05:21:38 -05:00
|
|
|
registry \
|
2012-05-29 03:23:08 -05:00
|
|
|
remotebridges \
|
2012-07-29 05:21:38 -05:00
|
|
|
ridljar \
|
2012-10-25 23:24:15 -05:00
|
|
|
sal \
|
2012-07-29 05:21:38 -05:00
|
|
|
salhelper \
|
2012-05-29 02:59:44 -05:00
|
|
|
sax \
|
2013-02-10 17:22:07 -06:00
|
|
|
setup_native \
|
2012-05-24 03:02:27 -05:00
|
|
|
shell \
|
2013-02-26 06:18:21 -06:00
|
|
|
solenv \
|
2013-02-10 07:26:14 -06:00
|
|
|
soltools \
|
2024-01-21 07:50:15 -06:00
|
|
|
$(if $(filter EMSCRIPTEN,$(BUILD_TYPE_FOR_HOST)),static) \
|
2012-07-29 05:21:38 -05:00
|
|
|
stoc \
|
|
|
|
store \
|
2012-05-29 02:50:57 -05:00
|
|
|
tools \
|
2012-07-29 05:21:38 -05:00
|
|
|
ucbhelper \
|
|
|
|
udkapi \
|
2013-02-25 08:31:05 -06:00
|
|
|
unoidl \
|
2012-05-29 03:14:22 -05:00
|
|
|
unoil \
|
2012-05-29 02:55:49 -05:00
|
|
|
unotest \
|
2012-05-01 05:12:17 -05:00
|
|
|
unotools \
|
2012-05-29 03:01:32 -05:00
|
|
|
ure \
|
2012-07-29 05:21:38 -05:00
|
|
|
xmlreader \
|
2020-12-21 09:28:29 -06:00
|
|
|
$(if $(WITH_GALLERY_BUILD), \
|
|
|
|
avmedia \
|
|
|
|
basic \
|
|
|
|
canvas \
|
|
|
|
configmgr \
|
|
|
|
connectivity \
|
|
|
|
cppcanvas \
|
introduce docmodel comp., model::ThemeColor, use it in SvxColorItem
Added a new component docmodel, that has the document model types,
which only depend on other basic components. This is needed so the
types can be used in every relevant component - xmloff, oox, svx,
editeng,...
Introduces model::ThemeColor, which is a class used to store the
theme color data, including transformations (svx::Transformation).
For UNO use XThemeColor is added, and the implementation UnoThemeColor
which wraps svx::ThemeColor, so it can be tranported around.
Reactor all the code and tests to accomodate for this change.
Change-Id: I7ce6752cdfaf5e4d3b8e4d90314afa469dd65cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144847
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-12-27 18:43:46 -06:00
|
|
|
docmodel \
|
2020-12-21 09:28:29 -06:00
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
|
|
|
emfio \
|
|
|
|
filter \
|
|
|
|
framework \
|
|
|
|
linguistic \
|
|
|
|
officecfg \
|
2022-12-14 11:04:08 -06:00
|
|
|
oox \
|
2020-12-21 09:28:29 -06:00
|
|
|
package \
|
|
|
|
postprocess \
|
|
|
|
sfx2 \
|
|
|
|
shell \
|
|
|
|
sot \
|
|
|
|
svgio \
|
|
|
|
svl \
|
|
|
|
svtools \
|
|
|
|
svx \
|
|
|
|
toolkit \
|
|
|
|
ucb \
|
|
|
|
unoxml \
|
|
|
|
uui \
|
|
|
|
vcl \
|
|
|
|
xmloff \
|
|
|
|
xmlscript \
|
|
|
|
) \
|
2021-05-24 07:12:18 -05:00
|
|
|
$(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \
|
|
|
|
$(call gb_Helper_optional,XMLHELP,xmlhelp) \
|
2013-02-14 02:17:56 -06:00
|
|
|
$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
|
2012-05-01 05:12:17 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|