summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin3-47/+43
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in store..svtoolsNoel2-6/+3
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+1
2020-10-02Use the new single-instance="true" attribute in svlStephan Bergmann2-5/+3
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-8/+4
2020-09-26Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara1-3/+2
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann1-2/+10
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann1-1/+2
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann6-12/+17
2020-09-10Remove some DBG_UTIL debug codeStephan Bergmann1-72/+2
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin1-4/+8
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2-3/+3
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-1/+4
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski6-28/+27
2020-09-03Simplify standard color initializationMike Kaganski2-50/+30
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann4-22/+22
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+1
2020-08-27expand out StringSet typedefNoel Grandin2-6/+4
2020-08-19update pchesCaolán McNamara1-3/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
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