# -*- 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_Executable_Executable,uno)) $(eval $(call gb_Executable_use_internal_comprehensive_api,uno,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,uno,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,uno,\ libxml2 \ )) $(eval $(call gb_Executable_add_exception_objects,uno,\ cpputools/source/unoexe/unoexe \ )) # vim:set noet sw=4 ts=4: 601b690c43bcd4991c86dd1217'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/CellColorHandler.hxx
AgeCommit message (Expand)Author
2023-06-18ooxml: import and export background and fill theme colors props.Tomaž Vajngerl
2020-10-18tdf#124176: Use pragma once instead of include guardsmariamfahmy
2020-07-20compact namespace: writerfilterNoel Grandin
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen
2019-09-28loplugin:constmethod in writerfilterNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2018-09-05tdf#90906 writerfilter: Allow COL_AUTO to override non-autoJustin Luth
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-06-27tdf#96099 Remove *HandlerPtr typedefs in writerfilterArkadiy Illarionov
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-15tdf#97090 writerfilter - don't fill_SOLID with auto colorJustin Luth
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann