Age | Commit message (Expand) | Author |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-05 | remove unused SvLockBytesStatFlag enum | Noel Grandin |
2018-11-26 | drop some unnecessary includes | Caolán McNamara |
2018-11-22 | --enable-dbgutil --disable-assert-always-abort fixes | Stephan Bergmann |
2018-11-21 | improve function-local statics in forms..reportdesign | Noel Grandin |
2018-11-21 | loplugin:redundantfcast improvements | Noel Grandin |
2018-11-21 | tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* | Gabor Kelemen |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
2018-11-10 | Replace deprecated boost::optional::reset(val) with operator = | Mike Kaganski |
2018-11-07 | move SvTreeListBox to vcl | Caolán McNamara |
2018-11-06 | tdf#121188 form controls should have InputRequired false by default | Lionel Elie Mamane |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-26 | use unique_ptr when Clone()'ing PoolItems | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in editeng..i18npool | Noel Grandin |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-17 | tdf#42949 Fix IWYU warnings in include/tools/* | Gabor Kelemen |
2018-10-17 | loplugin:staticvar in editeng..framework | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-15 | add SvStream::TellEnd | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-08 | tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* | Gabor Kelemen |
2018-10-06 | weld ImpSWFDialog | Caolán McNamara |
2018-09-24 | tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* | Gabor Kelemen |
2018-09-20 | Replace SAL_OVERRIDE with override in internal code | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-12 | loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncoded | Noel Grandin |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-09-08 | loplugin:simplifyconstruct in filter..framework | Noel Grandin |
2018-09-08 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-30 | no need to allocate a new string in parseDuration | Noel Grandin |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-29 | new loplugin:oustringbuffer | Noel Grandin |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-08-13 | loplugin:returnconstant in forms..fpicker | Noel Grandin |
2018-08-02 | loplugin:stringloop in various | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-20 | Fix typos | Andrea Gelmini |
2018-07-10 | pass SvStream around by std::unique_ptr | Noel Grandin |
2018-06-29 | Improved loplugin:redundantcast (const-qualified typedefs): forms | Stephan Bergmann |
2018-06-21 | Fix typo | Andrea Gelmini |
2018-06-21 | loplugin:useuniqueptr in OClickableImageBaseModel | Noel Grandin |
2018-06-21 | loplugin:useuniqueptr in frm::ODatabaseForm | Noel Grandin |
2018-06-21 | loplugin:useuniqueptr in PropertySetBase | Noel Grandin |
2018-06-21 | loplugin:useuniqueptr in StandardFormatsSupplier | Noel Grandin |
2018-06-21 | loplugin:useuniqueptr in frm::AttributeState | Noel Grandin |
2018-06-11 | new loplugin:shouldreturnbool | Noel Grandin |
2018-06-08 | look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW | Noel Grandin |
2018-06-05 | forms - move the Bitmap accessing code inside BitmapEx | Noel Grandin |