summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-12/+6
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-051-27/+12
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-2/+0
* tdf#120703 PVS: V547 Expression is always falseMike Kaganski2018-11-032-79/+19
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-4/+4
* use unique_ptr in markForDeletionNoel Grandin2018-11-011-29/+19
* rename RemoveX->Remove in SfxUndoArrayNoel Grandin2018-11-011-12/+12
* loplugin:useuniqueptr in SfxItemPoolCache::ApplyToNoel Grandin2018-10-311-3/+3
* loplugin:useuniqueptr in MarkedUndoActionNoel Grandin2018-10-301-45/+32
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-263-0/+5
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-261-2/+2
* return std::unique_ptr from CloneSetWhichNoel Grandin2018-10-251-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-16/+14
* sc: avoid checking for time formats in case of SvNumFormatType::NUMBERSerge Krot2018-10-221-0/+3
* pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2018-10-222-7/+12
* loplugin:singlevalfields look for fields that can be boolNoel Grandin2018-10-222-27/+27
* loplugin:staticvar in soltools..svxNoel Grandin2018-10-222-3/+3
* tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski2018-10-211-7/+4
* result of DdeQueryStringW unusedCaolán McNamara2018-10-201-19/+4
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-182-18/+3
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-6/+5
* SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke2018-10-121-1/+1
* ofz#10879 stay inside sSecStr boundsCaolán McNamara2018-10-101-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-094-9/+9
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-3/+4
* loplugin:constfields in svlNoel Grandin2018-10-087-15/+15
* try to fix SvtBroadcaster on macOSNoel Grandin2018-10-061-42/+32
* Unit test for de-* Januar/Jänner, tdf#114927Eike Rathke2018-10-061-0/+30
* OUString::fromUtf8() instead of createFromAscii()Eike Rathke2018-10-051-2/+2
* Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke2018-10-051-0/+40
* fix iterator invalidation assertNoel Grandin2018-10-051-6/+8
* fix bug in SvtListener copy constructorNoel Grandin2018-10-021-2/+1
* SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin2018-10-021-32/+40
* minor optimisation to SvtBroadcaster::AddNoel Grandin2018-10-021-6/+8
* fix bug in SvtBroadcaster copy constructorNoel Grandin2018-10-021-22/+10
* Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke2018-10-011-4/+4
* fix bug in SvtListener::CopyAllBroadcastersNoel Grandin2018-10-011-0/+1
* SvtBroadcaster no need to uniqueNoel Grandin2018-10-011-4/+0
* scatter some asserts in SvtBroadcasterNoel Grandin2018-10-011-0/+7
* don't call back into the SvtBroadcaster when dyingNoel Grandin2018-10-012-5/+15
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-271-4/+0
* svl: fix SfxItemIter on empty item setMichael Stahl2018-09-191-1/+1
* flatten SfxUndoArrayNoel Grandin2018-09-191-151/+90
* Bin more binfilter cruftEike Rathke2018-09-191-69/+31
* Bin binfilter cruftEike Rathke2018-09-181-2/+0
* Use !startsWith() instead of indexOf()!=0Eike Rathke2018-09-181-4/+4
* adapt to commit 1476d95b6ed3afa35ccchimajin1000002018-09-171-2/+1
* New loplugin:externalStephan Bergmann2018-09-174-5/+5
* loplugin:simplifyconstruct in stoc..svlNoel Grandin2018-09-1212-23/+3