summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke1-4/+9
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke2-9/+35
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke1-6/+5
2020-07-03Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke4-13/+21
2020-07-01tdf#132454 some more improvementsNoel Grandin1-9/+84
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák1-33/+43
2020-06-26optimize SvtBroadcaster::Normalize() a bit more (tdf#132454)Luboš Luňák1-4/+11
2020-06-24optimize SvtBroadcaster::Normalize() (tdf#132454)Luboš Luňák1-2/+19
2020-06-16tdf#103414 Add/Delete decimal for 100th secondLaurent BP2-2/+49
2020-06-12fix ASAN in SharedStringPoolNoel Grandin2-41/+58
2020-06-04fix ubsan in SharedStringPoolNoel Grandin2-3/+8
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin2-21/+54
2020-05-26Fix typoAndrea Gelmini1-1/+1
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung2-21/+21
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara2-76/+111
2020-05-25tdf#133342 Add user defined percent stringLaurent BP2-1/+35
2020-05-24inline some use-once typedefsNoel Grandin1-3/+2
2020-05-15Handle conversion of locale modifiers not of the same originating localeEike Rathke2-0/+17
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+1
2020-05-09fix leak in svl unit testNoel Grandin1-0/+2
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-11/+2
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara1-2/+2
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-6/+1
2020-05-05we want to invalidate the current iteratorCaolán McNamara1-0/+5
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara1-3/+4
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-5/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-15/+11
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-10/+0
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+1
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke1-0/+74
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin3-13/+38
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-03-23Fix typosAndrea Gelmini1-1/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-4/+4
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin7-15/+15
2020-03-12comparison operators should be constNoel Grandin2-2/+2
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski2-25/+24
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-0/+10
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke2-10/+34
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-16tdf#129878: replace error string for number format errors in CalcMohamed Sameh1-1/+1
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann2-4/+19
2020-02-04show Korean Dangi Calendar format tdf#125446DaeHyun Sung1-1/+7
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+4
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin4-11/+7
2020-01-29cid#1458019 silence Out-of-bounds writeCaolán McNamara1-2/+1
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara1-7/+8
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann3-4/+6