summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* More tests for time and date+time fractions of seconds, tdf#112933 relatedEike Rathke2017-10-171-0/+19
* Unit test for tdf#112933Eike Rathke2017-10-161-0/+5
* Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke2017-10-161-22/+16
* svl: Drop unnecessary abstraction of DdeItemImpTakeshi Abe2017-10-161-19/+1
* tdf#100726 improved readability of OUString/Ostring concatenationTjipke van der Heide2017-10-131-2/+2
* svl: Drop dead constantsTakeshi Abe2017-10-101-2/+0
* use rtl::Reference in svl,sfx2Noel Grandin2017-10-062-30/+26
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-054-9/+13
* Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke2017-10-052-9/+99
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+1
* svl: Remove unnecessary abstraction of SfxImpStringListTakeshi Abe2017-10-041-32/+23
* new loplugin:blockblockNoel Grandin2017-10-031-8/+6
* Add unit tests for ISO 8601 date+time inputEike Rathke2017-10-021-1/+10
* Number scanner: accept fractional seconds in ISO 8601 also for ',' commaEike Rathke2017-10-021-0/+8
* Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke2017-10-022-0/+17
* Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke2017-09-301-2/+3