summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_indexenumeration_sheetcellrangesenumeration.mk
blob: 220926e90017625bb36050faced4f2ac84fc93eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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 sc_unoapi_common,indexenumeration_sheetcellrangesenumeration))

# vim: set noet sw=4 ts=4:
ef='/cgit/lo/core/commit/javaunohelper/test/com?id=b2196c1426af30855e7ff124351d4026ae33367c'>java: remove some unnecessary castsNoel Grandin 2014-10-16java: always use braces for while loopsNoel Grandin 2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch 2014-10-07java: no need to check for null before calling instanceofNoel Grandin 2014-10-02javaunohelper: More robust way to wait for finalizationRobert Antoni Buj i Gelonch 2014-10-02More robust way to wait for finalizationStephan Bergmann 2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-24javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnitRobert Antoni Buj i Gelonch 2014-09-24javaunohelper: migrate InterfaceContainer_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-23javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-22javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch 2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch 2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch 2014-08-20java: remove unnecessary constructor declarationsNoel Grandin 2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin 2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin 2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin 2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-14java: remove useless instanceof testsNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-12javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj 2014-08-10javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove redundant null checksNoel Grandin 2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin 2014-08-08java: remove unused variablesNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-05java: remove various unused variablesNoel Grandin 2014-02-26Remove visual noise from javaunohelperAlexander Wilms 2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin 2013-04-15fdo#60724 successfull -> successfulThomas Arnhold 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-22s/the the/the/Tor Lillqvist 2013-02-22s/whith/with/Tor Lillqvist 2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-20Java5 updates - convert to genericsNoel Grandin 2012-08-20Remove dead java code, fields and local variablesNoel Grandin 2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet