# -*- 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,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_cell,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_cell, \ sc/qa/extras/sceditfieldobj-cell \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_cell, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_editfieldobj_cell,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_ure,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_vcl,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_cell,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_cell)) # vim: set noet sw=4 ts=4: e-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest/libreoffice
AgeCommit message (Expand)Author
2017-03-27uitest: add method to get the row object from a calc documentMarkus Mohrhard
2017-03-18uitest: add method to get the column object from a spreadsheet docMarkus Mohrhard
2017-02-27uitest: increase the shutdown timeoutMarkus Mohrhard
2017-02-27uitest: document methods and pep8 fixesMarkus Mohrhard
2017-02-27uitest: remove old test methodsMarkus Mohrhard
2017-01-25uitest: some pep8 fixesMarkus Mohrhard
2017-01-25uitest: document more UNO helper methodsMarkus Mohrhard
2016-12-22uitest: add helper method to get XCell from UNOMarkus Mohrhard
2016-12-21uitest: add an optional way to print all received event namesMarkus Mohrhard
2016-12-19make sure we are not leaving soffice around if python process crashesMarkus Mohrhard
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-10-11avoid infinite loop if the instance stopped alreadyMarkus Mohrhard
2016-09-29add helper methods to deal with Calc UNOMarkus Mohrhard
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard
2016-07-13uitest: remove print statementMarkus Mohrhard
2016-07-10uitest: support starting the LibO with gdbMarkus Mohrhard
2016-07-09uitest: kill the LibreOffice instance if it ignores terminate requestMarkus Mohrhard
2016-06-26uitest: move the EventListener to an own file in the new dir structureMarkus Mohrhard
2016-06-26uitest: bring some order into the file messMarkus Mohrhard