# -*- 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_Module_Module,oox)) $(eval $(call gb_Module_add_targets,oox,\ CustomTarget_generated \ )) ifeq ($(gb_Side),host) $(eval $(call gb_Module_add_targets,oox,\ Library_oox \ Package_customshapes \ Package_generated \ )) $(eval $(call gb_Module_add_l10n_targets,oox,\ AllLangMoTarget_oox \ )) $(eval $(call gb_Module_add_check_targets,oox,\ CppunitTest_oox_tokenmap \ CppunitTest_oox_vba_compression \ CppunitTest_oox_vba_encryption \ CppunitTest_oox_crypto \ CppunitTest_oox_mathml \ CppunitTest_oox_drawingml \ CppunitTest_oox_vml \ CppunitTest_oox_shape \ CppunitTest_oox_export \ CppunitTest_oox_mcgr \ CppunitTest_oox_testscene3d \ CppunitTest_oox_wpc_drawing_canvas \ )) endif # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-27tdf#45904: Move _Footnote Java tests to C++anfanite396
2023-08-26tdf#45904: Move _XFootnote Java tests to C++anfanite396
2023-08-26tdf#45904: Move _DocumentIndexMark Java tests to C++anfanite396
2023-08-25tdf#45904: Move _XTextRangeCompare Java tests to C++anfanite396
2023-08-25tdf#45904: Move _XAutoTextContainer Java tests to C++anfanite396
2023-08-25tdf#45904: Move _BaseIndexMark Java tests to C++anfanite396
2023-08-25tdf#45904 Move _NumberingRules Java tests to C++anfanite396
2023-08-02a11y: Don't always append window type to a11y name in debug buildsMichael Weghorn
2023-07-27vcl gtk3: Introduce AT-SPI2 tests for the GTK3 accessibility layerColomban Wendling
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-21sc: add CharComplexColor and CellBackgroundComplexColor propertiesTomaž Vajngerl
2023-05-31SwModelTestBase: get rid of mustValidateXisco Fauli
2023-05-23Don't even bother to introduce unused variablesStephan Bergmann