# -*- 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,sw_fodfexport)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_fodfexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_fodfexport, \ sw/qa/extras/fodfexport/fodfexport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_fodfexport, \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ subsequenttest \ sw \ swqahelper \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_fodfexport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_fodfexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_fodfexport,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_fodfexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_fodfexport)) $(eval $(call gb_CppunitTest_use_rdb,sw_fodfexport,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_fodfexport,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_fodfexport)) # vim: set noet sw=4 ts=4: ='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/nbdtmg.cxx
AgeCommit message (Expand)Author
2024-05-21tdf#69724 Allow to change default bullet symbols in UITibor Nagy
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-05-11loplugin:ostr in svxNoel Grandin
2024-04-25Remove unused fieldsSamuel Mehrbrodt
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen
2024-02-26tdf#108697 Allow modifying default bullet selectionSamuel Mehrbrodt
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)
2023-12-19cid#1545222 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-01-16cid#1519046 Uninitialized scalar variableCaolán McNamara
2023-01-11svx typo: RelplaceNumRule -> ReplaceNumRuleJustin Luth
2023-01-06tdf#56258: allow i18npool to define SvxAdjust for outlineJustin Luth
2023-01-04tdf#56258 svx: use last defined locale-outline for remaining levelsJustin Luth
2022-12-16check SfxObjectShell::Current()Caolán McNamara