# -*- 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/. # #************************************************************************* # template for export tests define sd_export_test $(eval $(call gb_CppunitTest_CppunitTest,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_externals,sd_export_tests$(1),\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests$(1), \ sd/qa/unit/export-tests$(1) \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_export_tests$(1), \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_export_tests$(1),\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_ure,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_vcl,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_rdb,sd_export_tests$(1),services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_export_tests$(1),\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_arguments,sd_export_tests$(1),\ -env:SVG_DISABLE_FONT_EMBEDDING= \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) endef # vim: set noet sw=4 ts=4: 1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sysui/CustomTarget_deb.mk
t/lo/core/commit/include/docmodel?id=033aaeec9ee6d7ab78690054ebf1ad8af5e3eff3'>use more UNLESS_MERGELIBS
AgeCommit message (Expand)Author
2020-11-14Remove obsolete GNOME 2 MIME types filesChris Mayo
Noel Grandin
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (include part)Julien Nabet
2023-09-23tdf#146619 Recheck include/d* with IWYUGabor Kelemen
2023-09-01various theme and complex color related fixesTomaž Vajngerl
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-08-05Rename setRGB to createRGB to make it less misleadingMike Kaganski
2023-08-04docmodel: Fix comment at end of namespaceMichael Weghorn
2023-08-04Rename ComplexColor::RGB to setRGB, to avoid conflict with Windows defineMike Kaganski
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2023-07-04sc: OOXML export of theme colors for text and backgroundTomaž Vajngerl
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl
2023-06-08sw: remove char color GrabBag and fix export, fix tint/shade calc.Tomaž Vajngerl
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl
2023-05-27xmloff: add color-type attribute to complex colorTomaž Vajngerl
2023-05-20docmodel: add hash to ComplexColor and Transformation classesTomaž 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-05-01docmodel: extract ColorDefinition into own file and renameTomaž Vajngerl
2023-05-01docmodel: extract Transformation from ThemeColor into own fileTomaž Vajngerl
2023-04-25svx: rework the theme dialog to allow editing theme colorsTomaž Vajngerl
2023-04-25oox: add support for theme import and export of blip effectsTomaž Vajngerl
2023-04-24oox: extend ThemeExport to export font and format scheme of a themeTomaž Vajngerl
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
2023-04-12oox: add model::EffectStyle and import effect style elements of a themeTomaž Vajngerl
2023-04-12oox: add model::LineStyle and import line style elements of a themeTomaž Vajngerl
2023-04-12oox: add model::BlipFilll and import blip (graphic) fill elementsTomaž Vajngerl
2023-04-12oox: add model::PatternFill and import pattern fill elementsTomaž Vajngerl
2023-04-08oox: add FormatScheme test case and make sure FillStyle is imortedTomaž Vajngerl
2023-04-08use shared_ptr for model::Theme instead of unique_ptrTomaž Vajngerl
2023-03-23oox: import gradient fill to model::FormatSchemeTomaž Vajngerl
2023-03-22oox: introduce FormatScheme - use in Theme importTomaž Vajngerl
2023-03-06oox: import font scheme structure directly into model::FontSchemeTomaž 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-13Fix typosAndrea Gelmini
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl