# -*- 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_Library_Library,io)) $(eval $(call gb_Library_use_external,io,boost_headers)) $(eval $(call gb_Library_use_udk_api,io)) $(eval $(call gb_Library_use_libraries,io,\ cppu \ cppuhelper \ sal \ tl \ )) $(eval $(call gb_Library_set_componentfile,io,io/source/io)) $(eval $(call gb_Library_set_include,io,\ -I$(SRCDIR)/io/source \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_exception_objects,io,\ io/source/acceptor/acc_pipe \ io/source/acceptor/acc_socket \ io/source/acceptor/acceptor \ io/source/connector/connector \ io/source/connector/ctr_pipe \ io/source/connector/ctr_socket \ io/source/stm/odata \ io/source/stm/omark \ io/source/stm/opipe \ io/source/stm/opump \ io/source/stm/streamhelper \ io/source/TextInputStream/TextInputStream \ io/source/TextOutputStream/TextOutputStream \ )) # vim:set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/localedata.cxx
AgeCommit message (Expand)Author
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-08-20Resolves: tdf#127011 add English (Nigeria) [en-NG] locale dataEike Rathke
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-15loplugin:sequenceloop in forms..ooxNoel Grandin
2019-08-01Resolves: tdf#126282 add English (Sri Lanka) [en-LK] locale dataEike Rathke
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-06-01Resolves: tdf#125590 add Silesian [szl-PL] locale dataEike Rathke
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-05-04Related: tdf#123948 add English (Zambia) [en-ZM] locale dataEike Rathke
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2018-12-13loplugin:useuniqueptr in i18npoolNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-03Resolves: tdf#116868 add Hausa (Nigeria) [ha-Latn-NG] locale dataEike Rathke
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-26loplugin:useuniqueptr in lcl_LookupTableHelperNoel Grandin
2018-08-21loplugin:useuniqueptr in OutlineNumberingNoel Grandin
2018-05-18Resolves: tdf#117655 Add Iloko [ilo-PH] locale dataEike Rathke
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2017-12-20loplugin:unusedindexMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-27Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671Eike Rathke
2017-10-23loplugin:includeform: i18npoolStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert i18npool from OSL_ASSERT to assertChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2017-01-16tdf#104950 add English (Malaysia) [en-MY] locale dataEike Rathke