# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_AllLangResTarget_AllLangResTarget,solver)) $(eval $(call gb_AllLangResTarget_add_srs,solver,solver/res)) $(eval $(call gb_SrsTarget_SrsTarget,solver/res)) $(eval $(call gb_SrsTarget_set_include,solver/res,\ $$(INCLUDE) \ -I$(SRCDIR)/sccomp/source/solver \ )) $(eval $(call gb_SrsTarget_add_files,solver/res,\ sccomp/source/solver/solver.src \ )) # vim: set noet sw=4 ts=4: ice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann
2016-11-02upgrade to ICU 58Eike Rathke
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann
2016-09-20Remove redundant default ctor definitionStephan Bergmann
2016-05-11convert MappingType to scoped enumNoel Grandin
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-12-19coverity#1343620 Unchecked return valueCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05related tdf#73691 - prevent AltX creating control charactersJustin Luth
2015-10-28tdf#95354 - pad AltX to 4 charactersJustin Luth
2015-10-20com::sun::star->css in i18nutilNoel Grandin
2015-09-29Updated URLAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
2015-08-12tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth
2015-08-11loplugin: defaultparamsNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-12-27coverity#984097 Uninitialized pointer fieldCaolán McNamara
2014-12-19upgrade to icu 54Caolán McNamara
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-12i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann
2014-05-28Avoid undefined left shift of negative valueStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-02-18i18nutil: sal_Bool -> boolStephan Bergmann
2014-01-22CLDR Version 24 doesn't know about es and sl using space before %Caolán McNamara
2014-01-21use a narrow no-break space instead of (normal) no-break space for deCaolán McNamara
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Related: #i56998# provide a way to format % per-locale rulesCaolán McNamara
2014-01-09Set PAPER_SCREEN_4_3 values back and use it as it wasZolnai Tamás
2014-01-09Startcenter: use SCREEN_4_3 as default paper for presentationsZolnai Tamás
2013-12-20typo fixesAndras Timar
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara
2013-11-14-Werror,-Wshift-sign-overflowStephan Bergmann
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-10-21Exempler->ExemplarCaolán McNamara
2013-10-21i18nutil: Add new enumeration values from ICU 52Thomas Arnhold
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-11Mark as constTakeshi Abe
2013-08-09Mark as const/staticTakeshi Abe
2013-07-29Mark as constTakeshi Abe