summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna
2020-07-15svl/fsstorage: create instances with uno constructorsNoel Grandin
2020-07-14svl/passwordcontainer: create instances with uno constructorsNoel Grandin
2020-07-12update pchesCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-09cid#1465237 silence Dereference after null checkCaolán McNamara
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-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-07-01Fix typosAndrea Gelmini
2020-07-01tdf#132454 some more improvementsNoel Grandin
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák
2020-06-25optimize SvtBroadcaster::Normalize() a bit more (tdf#132454)Luboš Luňák
2020-06-24optimize SvtBroadcaster::Normalize() (tdf#132454)Luboš Luňák
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-11Drop configurability of libnumbertext useTor Lillqvist
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann
2020-06-03fix ubsan in SharedStringPoolNoel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
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