# -*- 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_indexenumeration_tableconditionalentryenumeration)) $(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tableconditionalentryenumeration,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tableconditionalentryenumeration, \ sc/qa/extras/scindexenumeration_tableconditionalentryenumeration \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_indexenumeration_tableconditionalentryenumeration, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_indexenumeration_tableconditionalentryenumeration,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_indexenumeration_tableconditionalentryenumeration)) $(eval $(call gb_CppunitTest_use_ure,sc_indexenumeration_tableconditionalentryenumeration)) $(eval $(call gb_CppunitTest_use_vcl,sc_indexenumeration_tableconditionalentryenumeration)) $(eval $(call gb_CppunitTest_use_components,sc_indexenumeration_tableconditionalentryenumeration,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_indexenumeration_tableconditionalentryenumeration)) # vim: set noet sw=4 ts=4: fice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/qa
AgeCommit message (Expand)Author
2015-05-29split toolkit unoapi test for performanceBjoern Michaelsen
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-02toolkit: fix javadoc errorsrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20use correct loop index variableNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-17catch UnknownPropertyExceptionCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-02-26Remove visual noise from toolkitAlexander Wilms
2013-07-05Related: #i121514# Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
2012-11-29toolkit: s/EventEvent/Event/ in a11y complex testMichael Stahl
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-03fs34b: integrated complex test cases into GNUMake's subsequentcheck targetFrank Schoenheit [fs]
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-20Remove dead java codeNoel Grandin
2012-06-29Java5 update - convert to use generics and new Collections classesNoel Grandin