# -*- 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,pageFormat)) $(eval $(call gb_UITest_add_modules,pageFormat,$(SRCDIR)/sc/qa/uitest,\ pageFormat/ \ )) $(eval $(call gb_UITest_set_defs,pageFormat, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: ='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/source/helper/form.cxx
AgeCommit message (Expand)Author
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-03-30tdf#45904 Move XFormLayerAccess Java tests to C++Jens Carl
2019-03-29Move UNO Api helper form to include/Jens Carl
2019-03-28Be consistent with namespaces and parameter order for UNO Api helpersJens Carl
2018-12-05Make helper to create XControlShape.Jens Carl