# -*- 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,sc_sparkline_test)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_sparkline_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_sparkline_test, \ sc/qa/unit/SparklineImportExportTest \ )) $(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test, \ boost_headers \ mdds_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_sparkline_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ docmodel \ sal \ salhelper \ sax \ sc \ scqahelper \ sfx \ subsequenttest \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test,\ boost_headers \ )) $(eval $(call gb_CppunitTest_set_include,sc_sparkline_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_sparkline_test,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_sparkline_test)) $(eval $(call gb_CppunitTest_use_ure,sc_sparkline_test)) $(eval $(call gb_CppunitTest_use_vcl,sc_sparkline_test)) $(eval $(call gb_CppunitTest_use_rdb,sc_sparkline_test,services)) $(eval $(call gb_CppunitTest_use_components,sc_sparkline_test)) $(eval $(call gb_CppunitTest_use_configuration,sc_sparkline_test)) $(eval $(call gb_CppunitTest_add_arguments,sc_sparkline_test, \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) # vim: set noet sw=4 ts=4: lue='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl/README
3b7f782ba7586'>move ColorSet class to own file inside docmodel
AgeCommit message (Expand)Author
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2014-10-08We should know what our name isTor Lillqvist
2014-10-06It is "template library", not "tools"Tor Lillqvist
2014-10-06Add guess at what o3tl meansTor Lillqvist
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
Tomaž Vajngerl
2023-01-01oox: add support for importing font scheme into a svx::ThemeTomaž Vajngerl
2022-12-26oox: set svx::Theme directly to a SdrPage when importingTomaž Vajngerl
2022-09-28use more string_view in ooxNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-11-22PPTX: implement native handling of <a:clrScheme> childrenMiklos Vajna
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna
2021-11-18import pptx color schemes as color setsSarper Akdemir
2021-11-15Avoid some -Werror,-Wdeprecated-copy-with-user-provided-dtorStephan Bergmann
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan
2014-06-25remove whitespacesMarkus Mohrhard
2014-02-28DOCX import: handle font theme references in group shape textMiklos Vajna
2014-02-26Remove visual noise from ooxAlexander Wilms