summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Fix variable name bAcceptEnmptyAndrea Gelmini1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin2-20/+20
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-3/+3
2020-08-12expand out DELETEZNoel Grandin1-2/+4
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-2/+2
2020-08-11loplugin:flattenNoel Grandin1-13/+13
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke1-4/+9
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-29replace and drop MiscCfgCaolán McNamara1-3/+2
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna1-3/+3
2020-07-15svl/fsstorage: create instances with uno constructorsNoel Grandin3-58/+13
2020-07-14svl/passwordcontainer: create instances with uno constructorsNoel Grandin3-68/+11
2020-07-12update pchesCaolán McNamara1-1/+3
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-09cid#1465237 silence Dereference after null checkCaolán McNamara1-0/+1
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-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke4-13/+21
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann5-9/+9
2020-07-01Fix typosAndrea Gelmini1-1/+1
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-25optimize 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-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP2-2/+49
2020-06-12fix ASAN in SharedStringPoolNoel Grandin2-41/+58
2020-06-11Drop configurability of libnumbertext useTor Lillqvist2-7/+2
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann4-22/+12
2020-06-03fix ubsan in SharedStringPoolNoel Grandin2-3/+8
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin2-21/+54
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin4-6/+6
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-3/+3
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