summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_textsearch.mk
blob: f48c93227f2bb7fdd5e1409b9c52b2d808511177 (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/.
#

$(eval $(call gb_CppunitTest_CppunitTest,i18npool_test_textsearch))

$(eval $(call gb_CppunitTest_use_sdk_api,i18npool_test_textsearch))

$(eval $(call gb_CppunitTest_use_ure,i18npool_test_textsearch))

$(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_textsearch,\
	i18npool/qa/cppunit/test_textsearch \
))

$(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\
	i18npool/source/search/i18nsearch \
	i18npool/util/i18npool \
))

$(eval $(call gb_CppunitTest_use_externals,i18npool_test_textsearch,\
	icui18n \
	icuuc \
	icu_headers \
))

$(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\
	cppu \
	cppuhelper \
	sal \
	unotest \
))

# vim: set noet sw=4 ts=4:
bff11d579dce8e2bb4f35f9218003bb28cf5a01'>loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-02-12tdf#95857 Sort out German plurals ...danielt998 2016-02-09Remove excess newlinesChris Sherlock 2015-12-23loplugin:unusedfields in eventattacherNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin 2015-10-18cppcheck:noExplicitConstructorNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01com::sun::star->css in extensions/Noel Grandin 2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet 2014-04-22eventattacher: sal_Bool->boolNoel Grandin 2014-04-14Remove dead function declarationStephan Bergmann 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann 2014-02-27eventattacher: fix out of bounds string accessMiklos Vajna 2014-02-26Remove visual noise from eventattacherAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza