summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2018-11-26inline FindPositionsByName in a couple of placesNoel Grandin1-13/+17
2018-11-26add dumpAsXml methods to more pool itemsMarkus Mohrhard1-0/+16
2018-11-25seems we need to include algorithm hereNoel Grandin1-0/+1
2018-11-25Blind fix for pre-C++14 std::equal, for nowStephan Bergmann1-9/+10
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov13-325/+197
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-9/+9
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin2-5/+17
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen13-0/+22
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-6/+2
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-12/+6
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-27/+12
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-2/+0
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski2-79/+19
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-4/+4
2018-11-01use unique_ptr in markForDeletionNoel Grandin1-29/+19
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin1-12/+12
2018-10-31loplugin:useuniqueptr in SfxItemPoolCache::ApplyToNoel Grandin1-3/+3
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin1-45/+32
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen3-0/+5
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+2
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin1-2/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-16/+14
2018-10-22sc: avoid checking for time formats in case of SvNumFormatType::NUMBERSerge Krot1-0/+3
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2-7/+12
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin2-27/+27
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin2-3/+3
2018-10-21tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski1-7/+4
2018-10-20result of DdeQueryStringW unusedCaolán McNamara1-19/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin2-18/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-6/+5
2018-10-12SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke1-1/+1
2018-10-10ofz#10879 stay inside sSecStr boundsCaolán McNamara1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann4-9/+9
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+4
2018-10-08loplugin:constfields in svlNoel Grandin7-15/+15
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin1-42/+32
2018-10-06Unit test for de-* Januar/Jänner, tdf#114927Eike Rathke1-0/+30
2018-10-05OUString::fromUtf8() instead of createFromAscii()Eike Rathke1-2/+2
2018-10-05Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke1-0/+40
2018-10-05fix iterator invalidation assertNoel Grandin1-6/+8
2018-10-02fix bug in SvtListener copy constructorNoel Grandin1-2/+1
2018-10-02SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin1-32/+40
2018-10-02minor optimisation to SvtBroadcaster::AddNoel Grandin1-6/+8
2018-10-02fix bug in SvtBroadcaster copy constructorNoel Grandin1-22/+10
2018-10-01Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke1-4/+4
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin1-0/+1
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin1-4/+0