summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-09tdf#126589: only consider text to the left of cursor as AutoText short nameMike Kaganski1-2/+3
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-4/+4
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-23coverity#1412991 Resource leakCaolán McNamara1-0/+3
2017-06-21convert ErrCode to strong typedefNoel Grandin1-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+1
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-02-24no need to take address of front()Caolán McNamara1-6/+6
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin1-1/+1
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-17/+15
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-4/+4
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-06-14the __RSC hack is only needed in src files and things included from src filesCaolán McNamara1-2/+0
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-2/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-01-13sw: -Werror=unused-but-set-variableMichael Stahl1-3/+1
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-4/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl1-8/+4
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-0/+3
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-08-21loplugin: defaultparamsNoel Grandin1-5/+5
2015-08-03sw: inline use-once typedefsNoel Grandin1-2/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-21/+21
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-03-23loplugin:constantfunction: swNoel Grandin1-11/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara1-1/+1
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-03PutGroupDoc(foo) is just delete fooCaolán McNamara1-23/+18
2014-10-03coverity#1242498 Resource leakCaolán McNamara1-1/+4
2014-10-03coverity#1242499 Resource leakCaolán McNamara1-1/+1