summaryrefslogtreecommitdiff
path: root/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-21NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh1-17/+4
2018-06-11tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh1-2/+3
2018-06-11tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-8/+11
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski1-42/+24
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh1-0/+47
2018-03-13tdf#114622 Add Numbering in Arabic-Indic numeralsSuhail Alkowaileet1-0/+30
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin1-3/+4
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-5/+5
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-2/+2
2017-06-29improve refcounting lopluginNoel Grandin1-1/+1
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-1/+1
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+4
2017-05-07tdf#43157: convert i18npool from OSL_ASSERT to assertChris Sherlock1-4/+2
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-04-28loplugin:salunicodeliteral: i18npoolStephan Bergmann1-5/+5
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-1/+0
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-4/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann1-0/+3
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-2/+1
2016-12-13tdf#66212 - Add Hebrew NATNUM1 to numbering-format menus.Yossi Zahn1-0/+10
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-7/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (i18npool)Stephan Bergmann1-6/+6
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18check API call argument valueEike Rathke1-0/+3
2016-04-18remove old commented out codeEike Rathke1-1/+0
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-31/+31
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-10/+10
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-06-27coverity#1308466 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann1-1/+1
2014-04-23i18npool: sal_Bool->boolNoel Grandin1-19/+19
2014-03-28coverity#705185 Missing break in switchCaolán McNamara1-2/+5