summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2018-01-13loplugin:useuniqueptr in svlNoel Grandin8-37/+16
2018-01-12More loplugin:cstylecast: svlStephan Bergmann16-90/+90
2018-01-11loplugin:useuniqueptr in svlNoel Grandin11-150/+111
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-2/+2
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-0/+15
2018-01-04GetTrueSlotId is deadNoel Grandin1-15/+0
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+0
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin2-4/+4
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-22request installation of langpack via packagekitCaolán McNamara1-33/+0
2017-12-21new loplugin: convertlongNoel Grandin2-2/+2
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin8-420/+425
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe3-22/+14
2017-12-16Move init of keywords around, preset with English, localized case by caseEike Rathke1-98/+45
2017-12-14Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke4-7/+7
2017-12-14Naming nitpicks, r... for referenceEike Rathke1-67/+67
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann4-8/+8
2017-12-14Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke4-30/+35
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13Blind fix for ambiguous CPPUNIT_ASSERT_EQUALStephan Bergmann1-1/+1
2017-12-13Unit test testUserDefinedNumberFormats()Eike Rathke1-0/+37
2017-12-13German super cow colors, conversion doesn't need a locale switchEike Rathke2-39/+80
2017-12-12use a mutex per instance for SvNumberFormatterNoel Grandin1-81/+75
2017-12-12Determine possibly localized keywords early and onceEike Rathke1-62/+69
2017-12-12Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke1-0/+4
2017-12-12Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke2-93/+130
2017-12-11loplugin:salcall fix functionsNoel Grandin5-5/+5
2017-12-08SvNumberFormatter::GetType() constEike Rathke1-2/+2
2017-12-08use std::unique_ptr in SvNumberFormatterNoel Grandin1-51/+32
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-0/+39
2017-12-07loplugin:salcall handle static methodsNoel Grandin2-2/+2
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-0/+2
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-27Make SvNumberFormatter public methods threadsafeDennis Francis1-0/+67
2017-11-24Clarify commentTor Lillqvist1-1/+2
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin3-4/+4
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-0/+2
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-2/+2
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke3-5/+12
2017-11-14Translate German variable namesJohnny_M1-8/+8
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin2-2/+2
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-11-01passwordcontainer.hxx is only included from svl/source/passwordcontainerStephan Bergmann2-5/+5
2017-11-01QA test of StandardColorLaurent BP3-0/+39
2017-11-01Make StandardColor and sErrStr staticLaurent BP3-21/+34