summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
AgeCommit message (Expand)Author
2017-02-24no need to take address of front()Caolán McNamara
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-14the __RSC hack is only needed in src files and things included from src filesCaolán McNamara
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-09loplugin:constantparam in swNoel Grandin
2016-01-13sw: -Werror=unused-but-set-variableMichael Stahl
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-09-17boost->stdCaolán McNamara
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-03PutGroupDoc(foo) is just delete fooCaolán McNamara
2014-10-03coverity#1242498 Resource leakCaolán McNamara
2014-10-03coverity#1242499 Resource leakCaolán McNamara
2014-10-03coverity#1242502 Resource leakCaolán McNamara
2014-08-18fix buildThomas Arnhold
2014-08-18fix string resourceThomas Arnhold
2014-08-18InfoBox MSG_ERR_INSERT_GLOS to StringThomas Arnhold
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-26Defer OUString computation and make some OUString constMatteo Casalin
2014-07-26Avoid unnecessary offsetMatteo Casalin
2014-07-26sal_uInt16 to size_tMatteo Casalin
2014-07-22sal_uInt16 to size_tMatteo Casalin
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05Avoid possible memory leaks in case of exceptionsTakeshi Abe