summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
AgeCommit message (Expand)Author
2019-01-15use unique_ptr in swNoel Grandin
2019-01-14use unique_ptr in SwProgressNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-18tdf#122164: inform user that Base is needed for MailMergeMike Kaganski
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07tdf#121606: displaying Mail Merge toolbar shouldn't activate connectionMike Kaganski
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-12-05use unique_ptr in SwModuleNoel Grandin
2018-12-04weld OfaAutoCorrDlgCaolán McNamara
2018-12-04remove unused enum SfxObjectShellFlagsNoel Grandin
2018-12-02can pass window directly to CreateTemplateDialog nowCaolán McNamara
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara
2018-11-22tdf#121607 defer other requests until password dialog is dismissedCaolán McNamara
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-11-15loplugin:staticmethods in sfx2Noel Grandin
2018-11-15sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl
2018-11-10Avoid temporary (that introduces downcast)Matteo Casalin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara
2018-10-29tdf#121013 External tool opens it's own dialog to update input fieldsIlhan Yesil
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-10-25sw: fix some IWYU warningsMiklos Vajna
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18weld SwMMResultEmailDialogCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-11loplugin:simplifyboolTor Lillqvist
2018-10-11Don't use GetDBManager() without checking it for nullnessTor Lillqvist
2018-10-09add some more pluralized form examplesCaolán McNamara
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-23coverity#1401334 Uncaught exceptionCaolán McNamara
2018-09-18loplugin:useuniqueptr in SwDocShell::StartConvertFromNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-09-09weld SvxGridTabPageCaolán McNamara
2018-09-09weld SfxNewStyleDlgCaolán McNamara
2018-08-30tdf#117823 Save mail merge config item in new viewIlhan Yesil
2018-08-30add SfxStyleDialogControllerCaolán McNamara
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin