# -*- 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,odk_checkapi)) $(eval $(call gb_CppunitTest_use_custom_headers,odk_checkapi,\ odk/allheaders \ )) $(eval $(call gb_CppunitTest_add_exception_objects,odk_checkapi,\ odk/qa/checkapi/strings \ )) $(eval $(call gb_CppunitTest_use_external,odk_checkapi,boost_headers)) $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,odk_checkapi,\ udkapi \ )) $(eval $(call gb_CppunitTest_use_libraries,odk_checkapi,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: ion value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest/math_tests
AgeCommit message (Expand)Author
2023-09-18tdf#111705: Add Arabic math symbols to the symbols catalogueKhaled Hosny
2023-09-18starmath: Show editing window by default againKhaled Hosny
2023-09-13starmath: Hide editing window by default and add a menu item to showKhaled Hosny
2023-09-05starmath: Always insert using SmCursor when inline editing is enabledKhaled Hosny
2023-02-21tdf#152850: Fix bad scoping of MathML frac commandDowwdyJ
2022-10-17tdf#132293 remove unused imports and variablesRakielle
2022-08-26tdf#150489: Drop Elements docking windowMike Kaganski
2022-06-02Use IconView in SmElementsControlMike Kaganski
2022-03-14tdf#128610: math: add UItestXisco Fauli
2022-03-10tdf#140386: math: Add UItestXisco Fauli
2022-03-10uitest: math: at least execute the test on linuxXisco Fauli
2022-03-07tdf#147755: math: Add UItestXisco Fauli
2021-12-01uitest: fix license headersXisco Fauli
2021-06-30uitest: combine create_doc_in_start_center methodsXisco Fauli
2021-06-30uitest: guard the remaining create_doc_in_start_centerXisco Fauli
2021-06-24Revert "uitest: guard create_doc_in_start_center"Xisco Fauli
2021-06-22uitest: guard create_doc_in_start_centerXisco Fauli
2021-03-11tdf#132293 remove unused imports from uitestVictor Kukshiev
2016-12-24uitest: write a helper method for selecting based on positionMarkus Mohrhard
2016-12-24uitest: add a helper method for typing textMarkus Mohrhard
2016-12-20uitest: disable the one unreliable math test for nowMarkus Mohrhard
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-07-17uitest: add a complex math testMarkus Mohrhard
2016-07-17uitest: add demo for new element selector math wrapperMarkus Mohrhard
2016-07-17uitest: add initial demo for math edit windowMarkus Mohrhard
2016-07-17uitest: add some initial math ui testsMarkus Mohrhard