# -*- 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_Module_Module,clucene)) # do we need the Android check below? Shouldn't it be already covered by # gb_Helper_optional in Module_external.mk? ifneq ($(OS),ANDROID) $(eval $(call gb_Module_add_targets,clucene,\ Library_clucene \ UnpackedTarball_clucene \ )) endif # vim: set noet sw=4 ts=4: ethod='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel.cxx
AgeCommit message (Expand)Author
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-07-26coverity#704702 Dereference after null checkCaolán McNamara
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-15coverity#705838 Dereference before null checkCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms
2014-03-02coverity#704702 Dereference after null checkCaolán McNamara
2014-03-02coverity#704701 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2013-10-12Bin pointless commentsTor Lillqvist
2013-10-08convert sc/source/ui/drawfunc/*.cxx from String to OUStringNoel Grandin
2013-08-15convert include/svtools/imap*.hxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold