summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-09-11weld SvxBitmapPickTabPageCaolán McNamara
2018-09-11loplugin:unusedfieldsNoel Grandin
2018-09-11loplugin:constantparamNoel Grandin
2018-09-11loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin
2018-09-10weld SvxBulletPickTabPageCaolán McNamara
2018-09-10weld SvxCaptionTabDialogCaolán McNamara
2018-09-10correct doxygen syntaxKorrawit Pruegsanusak
2018-09-10Mark some exception classes as SAL_WARN_UNUSEDStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-10tdf#45904 Move _XMergeable Java Tests to C++Rahul Gurung
2018-09-10tdf#45904 Move _XChild Java tests to C++Rahul Gurung
2018-09-09weld SvxAreaTabDialogCaolán McNamara
2018-09-09weld SvxShadowTabPageCaolán McNamara
2018-09-09weld SvxGridTabPageCaolán McNamara
2018-09-09unused typedefCaolán McNamara
2018-09-09weld SfxNewStyleDlgCaolán McNamara
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-09-08weld FontFeaturesDialogCaolán McNamara
2018-09-07BitmapFilter::execute can be constStephan Bergmann
2018-09-07Drop workaround for old MSVC that no longer appears necessary with MSVC 2017Stephan Bergmann
2018-09-07just edit Entry to readonly, instead of a shadow ro widgetCaolán McNamara
2018-09-07weld SvxCharEffectsPageCaolán McNamara
2018-09-07sw: less vcl text layout calls in SwFont::GetTextBreak()Miklos Vajna
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara
2018-09-07Cppcheck: WNT -> _WIN32Mike Kaganski
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-09-06svtools: less text layout calls in RulerMiklos Vajna
2018-09-06rename back now originals are fully replacedCaolán McNamara
2018-09-06weld SwColumnPage and SwColumnDialogCaolán McNamara
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin
2018-09-06tdf#45904 Move _XColumnRowRange Java tests to C++Rahul Gurung
2018-09-05vcl: less text layout calls in MenuMiklos Vajna
2018-09-05weld SvxBorderTabPageCaolán McNamara
2018-09-05default focus colorset on popover gaining focusCaolán McNamara
2018-09-05loplugin:useuniqueptr in ViewObjectContactOfPageObjNoel Grandin
2018-09-05loplugin:useuniqueptr in sfx2Noel Grandin
2018-09-05tdf#45904 Move _XCell Java tests to C++Rahul Gurung
2018-09-04reformat current value on initial weldCaolán McNamara
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn
2018-09-03weld SvxAreaTabPageCaolán McNamara
2018-09-03return by std::unique_ptr from GetErrorInfoNoel Grandin
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-09-02tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky
2018-09-02Fix typoAndrea Gelmini
2018-09-01Removed execution flag on source filesAndrea Gelmini
2018-09-01Fix typosAndrea Gelmini
2018-08-31coverity#1438473 silence Logically dead codeCaolán McNamara
2018-08-31Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke