summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#120750: Revert "tdf#96248 delete SfxPoolItems with Which Id >= 4000"Xisco Fauli2019-01-171-2/+9
* ofz#10879 stay inside sSecStr boundsCaolán McNamara2018-10-201-2/+2
* Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann2018-08-292-6/+7
* Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke2018-08-231-2/+9
* Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke2018-06-112-12/+41
* Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke2018-06-011-6/+25
* lokdialog: Use only one of the installed langpacks when setting locale.Jan Holesovsky2018-03-201-2/+6
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2018-03-201-2/+1
* lokit: add .uno:DocumentRepair commandHenry Castro2018-03-191-0/+39
* Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke2018-03-193-0/+27
* Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke2018-02-211-1/+3
* ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2018-02-162-8/+8
* svl: clear temporary copies of passwords in SvlPasswordHelperMichael Stahl2018-02-151-0/+4
* tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl2018-02-151-7/+45
* ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara2018-01-261-2/+4
* Determine possibly localized keywords early and onceEike Rathke2017-12-131-62/+69
* Resolves: tdf#114185 force KeywordLocalization::LocaleLegacyEike Rathke2017-12-131-0/+4
* Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke2017-12-132-93/+130
* Make SvNumberFormatter public methods threadsafeDennis Francis2017-11-281-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
* Resolution of tdf#33689 Update commentLaurent BP2017-10-221-2/+2
* tdf#33689 Accept English syntax keywords in format stringsLaurent BP2017-10-191-69/+196
* Replace lists by vectors in svlJulien Nabet2017-10-183-70/+52
* Add to nPos once instead of in each iterationEike Rathke2017-10-171-5/+3