summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/fmgridcl.cxx
AgeCommit message (Expand)Author
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-16boost->stdCaolán McNamara
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-04-29convert CTF_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09Double dispose protection.Michael Meeks
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-19initializeControlModel needs parent to be setLionel Elie Mamane
2015-01-18Typo: sDatasouce->sDatasourceJulien Nabet
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-12-18fix buildCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-10Typo: delet=>deleteJulien Nabet
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-13loplugin:staticcallStephan Bergmann