# -*- 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,signatureLine)) $(eval $(call gb_UITest_add_modules,signatureLine,$(SRCDIR)/sc/qa/uitest,\ signatureLine/ \ )) $(eval $(call gb_UITest_set_defs,signatureLine, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: toolsStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-15Fix typosAndrea Gelmini
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-09-15long->sal_Int32 in FractionNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-03use sal_Int32 in tools::DateNoel Grandin
2017-06-28loplugin:oncevar in test..toolsNoel Grandin
2017-05-05Fix typosAndrea Gelmini
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-02Add more unit tests for Date::Normalize()Eike Rathke
2017-05-02Test that empty date is not a valid dateEike Rathke
2017-04-28use std container for ParameterListJochen Nitschke
2017-04-28Add unit tests for Date::Normalize()Eike Rathke
2017-04-28loplugin:cppunitassertequals: toolsStephan Bergmann
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-24Clarify some INetURLObject::setExtension behaviorStephan Bergmann