# -*- 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,oox_drawingml)) $(eval $(call gb_CppunitTest_use_externals,oox_drawingml,\ boost_headers \ )) $(eval $(call gb_CppunitTest_add_exception_objects,oox_drawingml, \ oox/qa/unit/drawingml \ )) $(eval $(call gb_CppunitTest_use_libraries,oox_drawingml, \ comphelper \ cppu \ cppuhelper \ docmodel \ oox \ sal \ subsequenttest \ test \ tl \ unotest \ utl \ basegfx \ )) $(eval $(call gb_CppunitTest_use_sdk_api,oox_drawingml)) $(eval $(call gb_CppunitTest_use_ure,oox_drawingml)) $(eval $(call gb_CppunitTest_use_vcl,oox_drawingml)) $(eval $(call gb_CppunitTest_use_rdb,oox_drawingml,services)) $(eval $(call gb_CppunitTest_use_custom_headers,oox_drawingml,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,oox_drawingml)) $(eval $(call gb_CppunitTest_use_uiconfigs,oox_drawingml, \ modules/simpress \ sfx \ svt \ )) $(eval $(call gb_CppunitTest_add_arguments,oox_drawingml, \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) $(call gb_CppunitTest_get_target,oox_drawingml): $(call gb_Package_get_target,oox_customshapes) # vim: set noet sw=4 ts=4: -0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/table/XMLTableExport.cxx
AgeCommit message (Expand)Author
2024-05-15loplugin:ostr in xmloffNoel Grandin
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-12-09Fix sd encoded table style name handlingMaxim Monastirsky
2022-11-21Export modified table stylesMaxim Monastirsky
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin
2022-10-31tdf#72238 xmloff,sd: Import of <style:table-cell-properties>Maxim Monastirsky
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-17loplugin:referencecasting in xmloffNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-06loplugin:flatten in xmloffNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-19tdf#106780 xmloff: ODF export: only write invalid text:style-name...Michael Stahl
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-02-27tdf#101710 Fix invalid style:data-style-name attributeMaxim Monastirsky
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin