# -*- 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,embeddedobj_msole)) $(eval $(call gb_CppunitTest_use_externals,embeddedobj_msole,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,embeddedobj_msole, \ embeddedobj/qa/cppunit/msole \ )) $(eval $(call gb_CppunitTest_use_libraries,embeddedobj_msole, \ comphelper \ cppu \ embobj \ sal \ subsequenttest \ test \ unotest \ utl \ vcl \ tl \ )) $(eval $(call gb_CppunitTest_use_system_win32_libs,embeddedobj_msole,\ ole32 \ )) $(eval $(call gb_CppunitTest_use_sdk_api,embeddedobj_msole)) $(eval $(call gb_CppunitTest_use_ure,embeddedobj_msole)) $(eval $(call gb_CppunitTest_use_vcl,embeddedobj_msole)) $(eval $(call gb_CppunitTest_use_rdb,embeddedobj_msole,services)) $(eval $(call gb_CppunitTest_use_custom_headers,embeddedobj_msole,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,embeddedobj_msole)) # vim: set noet sw=4 ts=4: alue='distro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)Author
2024-09-17cid#1557158 Unguarded readCaolán McNamara
2024-09-16cid#1557316 Unguarded readCaolán McNamara
2024-07-08cid#1606535 PA: Public AttributeCaolán McNamara
2024-06-19Fix typoAndrea Gelmini
2024-06-19Fix typoAndrea Gelmini
2024-03-08tdf#45904 Remove old SwXFootnoteText Java testLuv Sharma
2024-03-06remove deprecated IsGermanPreReform propertyNoel Grandin
2024-03-04finish removing IsSpellCapitalisation propertyNoel Grandin
2024-02-25tdf#45904 Remove old SwXFootnote Java testLuv Sharma
2024-02-18tdf#45904 Remove old SwXFootnoteProperties Java testLuv Sharma
2024-02-13tdf#45904 Remove old SwXTextTable Java testLuv Sharma
2024-02-04tdf#45904 Remove old SwXBodyText Java testLuv Sharma
2023-12-18[API CHANGE] tdf#158041 Remove unused reverse printing option from swSamuel Mehrbrodt
2023-12-18[API CHANGE] tdf#158041 Remove unused table printing option from swSamuel Mehrbrodt
2023-11-14Dispose some test componentsStephan Bergmann
2023-11-09tdf#146386 curl,ucb: remove FTP UCPMichael Stahl
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-11-02'new Character' is deprecated in JavaNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-09-25tdf#146150 Use dispatch cmd for the corresponding SIDapurvapriyadarshi
2023-09-12starmath: Keep focus on math widget when inline editing is enabledKhaled Hosny