Age | Commit message (Expand) | Author |
2018-11-26 | inline FindPositionsByName in a couple of places | Noel Grandin |
2018-11-26 | add dumpAsXml methods to more pool items | Markus Mohrhard |
2018-11-25 | seems we need to include algorithm here | Noel Grandin |
2018-11-25 | Blind fix for pre-C++14 std::equal, for now | Stephan Bergmann |
2018-11-25 | Simplify containers iterations in svgio, svl, svtools | Arkadiy Illarionov |
2018-11-22 | improve function-local statics in scripting..svtools | Noel Grandin |
2018-11-21 | tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* | Gabor Kelemen |
2018-11-19 | Fix typos | Andrea Gelmini |
2018-11-16 | loplugin:buriedassign in sd..writerfilter | Noel Grandin |
2018-11-14 | tdf#42949 Fix IWYU warnings in include/svl/* | Gabor Kelemen |
2018-11-09 | Fix many Java subsequentcheck test by using JUH | Jan-Marek Glogowski |
2018-11-07 | loplugin:collapseif in sdext..svx | Noel Grandin |
2018-11-05 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-03 | tdf#120703 PVS: V547 Expression is always false | Mike Kaganski |
2018-11-01 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings | Tamás Zolnai |
2018-11-01 | use unique_ptr in markForDeletion | Noel Grandin |
2018-11-01 | rename RemoveX->Remove in SfxUndoArray | Noel Grandin |
2018-10-31 | loplugin:useuniqueptr in SfxItemPoolCache::ApplyTo | Noel Grandin |
2018-10-30 | loplugin:useuniqueptr in MarkedUndoAction | Noel Grandin |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-26 | use unique_ptr when Clone()'ing PoolItems | Noel Grandin |
2018-10-25 | return std::unique_ptr from CloneSetWhich | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-22 | sc: avoid checking for time formats in case of SvNumFormatType::NUMBER | Serge Krot |
2018-10-22 | pvs-studio: V794 The assignment operator should be protected | Caolán McNamara |
2018-10-22 | loplugin:singlevalfields look for fields that can be bool | Noel Grandin |
2018-10-22 | loplugin:staticvar in soltools..svx | Noel Grandin |
2018-10-21 | tdf#120703 (PVS): redundant nullptr check; loop index size | Mike Kaganski |
2018-10-20 | result of DdeQueryStringW unused | Caolán McNamara |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-12 | SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEM | Eike Rathke |
2018-10-10 | ofz#10879 stay inside sSecStr bounds | Caolán McNamara |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-09 | use unique_ptr in SfxUndoManager::AddUndoAction | Noel Grandin |
2018-10-08 | loplugin:constfields in svl | Noel Grandin |
2018-10-06 | try to fix SvtBroadcaster on macOS | Noel Grandin |
2018-10-06 | Unit test for de-* Januar/Jänner, tdf#114927 | Eike Rathke |
2018-10-05 | OUString::fromUtf8() instead of createFromAscii() | Eike Rathke |
2018-10-05 | Resolves: tdf#114927 recognize both Januar and Jänner in de-* German locales | Eike Rathke |
2018-10-05 | fix iterator invalidation assert | Noel Grandin |
2018-10-02 | fix bug in SvtListener copy constructor | Noel Grandin |
2018-10-02 | SvtBroadcaster unify the normal and PrepareForDestruction paths | Noel Grandin |
2018-10-02 | minor optimisation to SvtBroadcaster::Add | Noel Grandin |
2018-10-02 | fix bug in SvtBroadcaster copy constructor | Noel Grandin |
2018-10-01 | Resolves: tdf#119613 [*-ZA] default to ISO 8601 date format | Eike Rathke |
2018-10-01 | fix bug in SvtListener::CopyAllBroadcasters | Noel Grandin |
2018-10-01 | SvtBroadcaster no need to unique | Noel Grandin |