summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2021-01-06Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad..Eike Rathke
2020-10-02tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli
2020-09-28Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-03Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-01tdf#132454 some more improvementsNoel Grandin
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák
2020-06-26optimize SvtBroadcaster::Normalize() a bit more (tdf#132454)Luboš Luňák
2020-06-24optimize SvtBroadcaster::Normalize() (tdf#132454)Luboš Luňák
2020-06-16tdf#103414 Add/Delete decimal for 100th secondLaurent BP
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-04fix ubsan in SharedStringPoolNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2020-05-26Fix typoAndrea Gelmini
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara
2020-05-25tdf#133342 Add user defined percent stringLaurent BP
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-15Handle conversion of locale modifiers not of the same originating localeEike Rathke
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09fix leak in svl unit testNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05we want to invalidate the current iteratorCaolán McNamara
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-23Fix typosAndrea Gelmini
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-03-12comparison operators should be constNoel Grandin
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski
2020-02-16tdf#129878: replace error string for number format errors in CalcMohamed Sameh
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-02-04show Korean Dangi Calendar format tdf#125446DaeHyun Sung
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin