summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* svl: Fix possible memleak at deleting DdeServiceTakeshi Abe2017-12-193-22/+14
* Move init of keywords around, preset with English, localized case by caseEike Rathke2017-12-161-98/+45
* Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke2017-12-144-7/+7
* Naming nitpicks, r... for referenceEike Rathke2017-12-141-67/+67
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-144-8/+8
* Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke2017-12-144-30/+35
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* Blind fix for ambiguous CPPUNIT_ASSERT_EQUALStephan Bergmann2017-12-131-1/+1
* Unit test testUserDefinedNumberFormats()Eike Rathke2017-12-131-0/+37
* German super cow colors, conversion doesn't need a locale switchEike Rathke2017-12-132-39/+80
* use a mutex per instance for SvNumberFormatterNoel Grandin2017-12-121-81/+75
* Determine possibly localized keywords early and onceEike Rathke2017-12-121-62/+69
* Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke2017-12-121-0/+4
* Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke2017-12-122-93/+130
* loplugin:salcall fix functionsNoel Grandin2017-12-115-5/+5
* SvNumberFormatter::GetType() constEike Rathke2017-12-081-2/+2
* use std::unique_ptr in SvNumberFormatterNoel Grandin2017-12-081-51/+32
* lokit: add .uno:DocumentRepair commandHenry Castro2017-12-071-0/+39
* loplugin:salcall handle static methodsNoel Grandin2017-12-072-2/+2
* Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke2017-12-021-0/+2
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-291-1/+1
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-1/+1
* Make SvNumberFormatter public methods threadsafeDennis Francis2017-11-271-0/+67
* Clarify commentTor Lillqvist2017-11-241-1/+2
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-233-4/+4
* Introduce ScInterpreterContextTor Lillqvist2017-11-211-0/+2
* cosmetics: Drop duplicate semicolonTakeshi Abe2017-11-201-2/+2
* Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke2017-11-173-5/+12
* Translate German variable namesJohnny_M2017-11-141-8/+8
* rename AvoidConfig to FuzzingCaolán McNamara2017-11-091-1/+1
* loplugin:constparam in vcl,svtoolsNoel Grandin2017-11-032-2/+2
* improve constparam lopluginNoel Grandin2017-11-021-1/+1
* passwordcontainer.hxx is only included from svl/source/passwordcontainerStephan Bergmann2017-11-012-5/+5
* QA test of StandardColorLaurent BP2017-11-013-0/+39
* Make StandardColor and sErrStr staticLaurent BP2017-11-013-21/+34
* Use std::unique_ptr moreMike Kaganski2017-11-011-86/+65
* loplugin:constantparam in svl,svtoolsNoel Grandin2017-10-313-15/+4
* TSCP: store and retrieve signature timestampAshod Nakashian2017-10-281-1/+49
* clang-tidy modernize-use-equals-default in svlJochen Nitschke2017-10-2812-68/+2
* Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke2017-10-272-2/+26
* loplugin:constmethod in svlNoel Grandin2017-10-2611-56/+56
* Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke2017-10-251-5/+0
* loplugin:finalclasses in sfx2..svlNoel Grandin2017-10-241-5/+3
* loplugin:includeform: svlStephan Bergmann2017-10-2312-25/+25
* tdf#33689 Add QA unit testLaurent BP2017-10-231-0/+50
* Follow-up of resolution of tdf#33689 for FinnishLaurent BP2017-10-231-1/+10
* tdf#33689 QA Check integrity of sEnglishKeywordLaurent BP2017-10-231-0/+68
* tdf#33689 Make sEnglishKeyword static memberLaurent BP2017-10-233-4/+16
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-12/+2