summaryrefslogtreecommitdiff
path: root/unoxml/JunitTest_unoxml_complex.mk
blob: 4b98f2fd2d51166205d17e813eaa52f05aaa5b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_JunitTest_JunitTest,unoxml_complex))

$(eval $(call gb_JunitTest_set_defs,unoxml_complex,\
    $$(DEFS) \
    -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \
))

$(eval $(call gb_JunitTest_use_unoapi_jars,unoxml_complex))

$(eval $(call gb_JunitTest_add_sourcefiles,unoxml_complex,\
    unoxml/qa/complex/unoxml/DOMTest \
    unoxml/qa/complex/unoxml/TestDocument \
))

$(eval $(call gb_JunitTest_add_classes,unoxml_complex,\
    complex.unoxml.DOMTest \
))

# vim: set noet sw=4 ts=4:
e/cib_contract49d&id=477d2ba662cbd716588519419eece2b4f06d8610'>delete colordata.hxxNoel Grandin 2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin 2018-02-25accessibility: cleanup constructors and destructorsArnaud Versini 2018-02-25accessibility : remove useless Impl patternArnaud Versini 2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann 2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini 2017-12-11tdf#63154 removed some solar.h referencesekuiitr 2017-11-13Fix typosAndrea Gelmini 2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini 2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini 2017-11-10loplugin:finalclasses in accessibilityNoel Grandin 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski 2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt 2017-09-22Fresh run of bin/update_pch.shMike Kaganski 2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt 2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini 2017-08-07Revert "accessibility: remove useless calls to getAccessibleActionCount."Markus Mohrhard 2017-08-05accessibility: remove useless calls to getAccessibleActionCount.Arnaud Versini 2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-20loplugin:constparams in accessibilityNoel Grandin 2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand 2017-07-08accessbility: Don't double lock mutexes in VCLXAccessibleEdit.Arnaud Versini 2017-06-27Document::retrieveDefaultAttributesImpl did nothingStephan Bergmann 2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin 2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini 2017-05-24loplugin:unusedfieldsNoel Grandin 2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini 2017-05-13accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini 2017-05-12loplugin:constantparamNoel Grandin 2017-04-30untranslated strings are just stringsCaolán McNamara 2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-20loplugin:unusedmethodsNoel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna