/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #ifndef INCLUDED_LINGUISTIC_LNGPROPS_HXX #define INCLUDED_LINGUISTIC_LNGPROPS_HXX #include // maximal number of suggestions to be returned in spelling context-menu // (may not include results added by looking up user dictionaries) #define UPN_MAX_NUMBER_OF_SUGGESTIONS "MaxNumberOfSuggestions" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)Author
2018-06-23sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-02-28swarm: don't assert the result in testUnconstrainedTomaž Vajngerl
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASANMichael Stahl
2017-11-30Weaken SwarmSolverTest::testUnconstrained even further for nowStephan Bergmann
2017-11-25Ridiculously large delta for SwarmSolverTest::testUnconstrained for nowStephan Bergmann
2017-11-21clang-format fixesMiklos Vajna
2017-11-21CppunitTest_swarm_solver_test also consistently fails for UBSan buildStephan Bergmann
2017-11-20Make CppunitTest name consistent with file nameStephan Bergmann
2017-11-20WaE: -Werror=unused-functionCaolán McNamara
2017-11-19Fix typosAndrea Gelmini
2017-11-19iOS reactivated swarmsolverjan Iversen
2017-11-19Remove include config_lgpl.h from SwarmSolver, license is MPLv2Tomaž Vajngerl
2017-11-18we now get a solver lib even without lpsolve or coinmpCaolán McNamara
2017-11-18iOS, swarmsolver workaroundjan Iversen
2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl
2017-10-23loplugin:includeform: sccompStephan Bergmann