# -*- 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_Library_Library,passive_native)) $(eval $(call gb_Library_add_exception_objects,passive_native, \ desktop/test/deployment/passive/passive_native \ )) $(eval $(call gb_Library_set_componentfile,passive_native,desktop/test/deployment/passive/passive_native)) $(eval $(call gb_Library_set_external_code,passive_native)) $(eval $(call gb_Library_use_externals,passive_native, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,passive_native, \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_sdk_api,passive_native)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/docmodel/source/theme
AgeCommit message (Expand)Author
2024-05-20loplugin:ostr in variousNoel Grandin
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-09change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl
2023-05-08svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-03-01send theme info when changing color (in the picker) via UNO commandTomaž Vajngerl
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl
2023-01-28introduce XTheme and UnoTheme implementationTomaž Vajngerl
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl