# -*- 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_UITest_UITest,calc_tests6)) $(eval $(call gb_UITest_add_modules,calc_tests6,$(SRCDIR)/sc/qa/uitest,\ calc_tests6/ \ )) $(eval $(call gb_UITest_set_defs,calc_tests6, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: rm method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)Author
2023-12-29tdf#158803 Remove unused imports from odkBogdan B
2023-12-21tdf#143123 Port SDraw Java SDK example to PythonRicardo Donino
2023-11-21Cleanup make files for Java/C++ SDK examplesHossein
2023-11-21tdf#143122 Port FirstLoadComponent example to C++Hossein
2023-11-20Separate folders for DevelopersGuide/FirstStepsHossein
2023-11-06Make CustomTarget_odk/build-examples_java more robust against localized envsStephan Bergmann
2023-11-04Fix typoAndrea Gelmini
2023-11-03Fix typoAndrea Gelmini
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-10-27Explicitly build the ODK examples against C++03Stephan Bergmann