summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2018-01-25Simplify logic in cjkoptionsJulien Nabet
2018-01-25ofz: out-of-memoryCaolán McNamara
2018-01-25loplugin:flatten in svlNoel Grandin
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann
2018-01-24loplugin:constparamsNoel Grandin
2018-01-23Assume this wants to SAL_WARN for the sal_uInt16 range, actuallyStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-22ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-13loplugin:useuniqueptr in svlNoel Grandin
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin
2018-01-04GetTrueSlotId is deadNoel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-22request installation of langpack via packagekitCaolán McNamara
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-20Fix typosAndrea Gelmini
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe
2017-12-16Move init of keywords around, preset with English, localized case by caseEike Rathke
2017-12-14Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke
2017-12-14Naming nitpicks, r... for referenceEike Rathke
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-14Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-13Blind fix for ambiguous CPPUNIT_ASSERT_EQUALStephan Bergmann
2017-12-13Unit test testUserDefinedNumberFormats()Eike Rathke
2017-12-13German super cow colors, conversion doesn't need a locale switchEike Rathke
2017-12-12use a mutex per instance for SvNumberFormatterNoel Grandin
2017-12-12Determine possibly localized keywords early and onceEike Rathke
2017-12-12Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke
2017-12-12Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08SvNumberFormatter::GetType() constEike Rathke
2017-12-08use std::unique_ptr in SvNumberFormatterNoel Grandin
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-27Make SvNumberFormatter public methods threadsafeDennis Francis
2017-11-24Clarify commentTor Lillqvist
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-21Introduce ScInterpreterContextTor Lillqvist