summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22sc: avoid checking for time formats in case of SvNumFormatType::NUMBERSerge Krot
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-22loplugin:singlevalfields look for fields that can be boolNoel Grandin
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin
2018-10-21tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski
2018-10-20result of DdeQueryStringW unusedCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-12SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke
2018-10-10ofz#10879 stay inside sSecStr boundsCaolán McNamara
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-08loplugin:constfields in svlNoel Grandin
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin
2018-10-06Unit test for de-* Januar/Jänner, tdf#114927Eike Rathke
2018-10-05OUString::fromUtf8() instead of createFromAscii()Eike Rathke
2018-10-05Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke
2018-10-05fix iterator invalidation assertNoel Grandin
2018-10-02fix bug in SvtListener copy constructorNoel Grandin
2018-10-02SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin
2018-10-02minor optimisation to SvtBroadcaster::AddNoel Grandin
2018-10-02fix bug in SvtBroadcaster copy constructorNoel Grandin
2018-10-01Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin
2018-10-01scatter some asserts in SvtBroadcasterNoel Grandin
2018-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-19svl: fix SfxItemIter on empty item setMichael Stahl
2018-09-19flatten SfxUndoArrayNoel Grandin
2018-09-19Bin more binfilter cruftEike Rathke
2018-09-18Bin binfilter cruftEike Rathke
2018-09-18Use !startsWith() instead of indexOf()!=0Eike Rathke
2018-09-17adapt to commit 1476d95b6ed3afa35ccchimajin100000
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-11loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-31Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke
2018-08-30Use INPUTSTRING_PRECISION to enable input of fraction of secondEike Rathke
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-27svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe
2018-08-23Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann