Age | Commit message (Expand) | Author |
2019-02-22 | loplugin:unusedfields in svl | Noel Grandin |
2019-02-13 | Use indexed getToken() | Matteo Casalin |
2019-02-11 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2019-02-10 | loplugin:indentation in soltools..svl | Noel Grandin |
2019-02-05 | Move dubious file: -> smb: conversion from INetURLObject to file UCP | Stephan Bergmann |
2019-01-28 | Resolves: tdf#122991 do not truncate time duration [] format values | Eike Rathke |
2019-01-28 | o3tl::make_unique -> std::make_unique in sax...svtools (except sc) | Gabor Kelemen |
2019-01-21 | Avoid -Werror=format-{overflow,truncation}= | Stephan Bergmann |
2019-01-16 | Related: tdf#122509 prevent access of not existing base format | Eike Rathke |
2019-01-14 | ofz#12507 micro opt | Caolán McNamara |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-03 | Avoid getTokenCount | Matteo Casalin |
2018-12-14 | tdf#120750: Revert "tdf#96248 delete SfxPoolItems with Which Id >= 4000" | Xisco Fauli |
2018-12-10 | simplify some copy construction | Noel Grandin |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-07 | remove unused ConfigItemMode::DelayedUpdate | Noel Grandin |
2018-12-07 | Revert "Blind fix for pre-C++14 std::equal, for now" | Stephan Bergmann |
2018-12-06 | Drop juh.jar dependency from Java UNO tests | Jan-Marek Glogowski |
2018-12-05 | loplugin:singlevalfields in svl | Noel Grandin |
2018-12-05 | remove unused SvLockBytesStatFlag enum | Noel Grandin |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
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 |