# -*- 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_CppunitTest_CppunitTest,tools_test)) $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \ tools/qa/cppunit/test_bigint \ tools/qa/cppunit/test_fract \ tools/qa/cppunit/test_inetmime \ tools/qa/cppunit/test_pathutils \ tools/qa/cppunit/test_reversemap \ tools/qa/cppunit/test_stream \ tools/qa/cppunit/test_urlobj \ tools/qa/cppunit/test_color \ tools/qa/cppunit/test_rectangle \ )) $(eval $(call gb_CppunitTest_use_api,tools_test, \ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_libraries,tools_test, \ sal \ tl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \ ooopathutils \ )) $(eval $(call gb_CppunitTest_set_include,tools_test,\ $$(INCLUDE) \ -I$(SRCDIR)/tools/inc \ )) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/docmodel/source
AgeCommit message (Expand)Author
2024-03-04cool#8327 use tools::JsonWriter for theme colorsNoel Grandin
2023-09-23tdf#146619 Recheck include/d* with IWYUGabor Kelemen
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-06-09fix wrong transform type, error handling when JSON parsingTomaž Vajngerl
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl
2023-05-12change ComplexColor to show more useful propertiesTomaž 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-05-08XComplexColor and UnoComplexColor - a wrapper for model:ComplexColorTomaž Vajngerl
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl
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
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl