summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-01Use std::unique_ptr moreMike Kaganski1-86/+65
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin3-15/+4
2017-10-28TSCP: store and retrieve signature timestampAshod Nakashian1-1/+49
2017-10-28clang-tidy modernize-use-equals-default in svlJochen Nitschke12-68/+2
2017-10-27Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke2-2/+26
2017-10-26loplugin:constmethod in svlNoel Grandin11-56/+56
2017-10-25Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke1-5/+0
2017-10-24loplugin:finalclasses in sfx2..svlNoel Grandin1-5/+3
2017-10-23loplugin:includeform: svlStephan Bergmann12-25/+25
2017-10-23tdf#33689 Add QA unit testLaurent BP1-0/+50
2017-10-23Follow-up of resolution of tdf#33689 for FinnishLaurent BP1-1/+10
2017-10-23tdf#33689 QA Check integrity of sEnglishKeywordLaurent BP1-0/+68
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP3-4/+16
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-12/+2
2017-10-22Resolution of tdf#33689 Update commentLaurent BP1-2/+2
2017-10-19tdf#33689 Accept English syntax keywords in format stringsLaurent BP1-69/+196
2017-10-18Replace lists by vectors in svlJulien Nabet3-70/+52
2017-10-17Add to nPos once instead of in each iterationEike Rathke1-5/+3
2017-10-17More tests for time and date+time fractions of seconds, tdf#112933 relatedEike Rathke1-0/+19
2017-10-16Unit test for tdf#112933Eike Rathke1-0/+5
2017-10-16Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke1-22/+16
2017-10-16svl: Drop unnecessary abstraction of DdeItemImpTakeshi Abe1-19/+1
2017-10-13tdf#100726 improved readability of OUString/Ostring concatenationTjipke van der Heide1-2/+2
2017-10-10svl: Drop dead constantsTakeshi Abe1-2/+0
2017-10-06use rtl::Reference in svl,sfx2Noel Grandin2-30/+26
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski4-9/+13
2017-10-05Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke2-9/+99
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+1
2017-10-04svl: Remove unnecessary abstraction of SfxImpStringListTakeshi Abe1-32/+23
2017-10-03new loplugin:blockblockNoel Grandin1-8/+6
2017-10-02Add unit tests for ISO 8601 date+time inputEike Rathke1-1/+10
2017-10-02Number scanner: accept fractional seconds in ISO 8601 also for ',' commaEike Rathke1-0/+8
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke2-0/+17
2017-09-30Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke1-2/+3
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-6/+5
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke1-7/+0
2017-09-23loplugin:flatten in svl..svxNoel Grandin2-360/+300