summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
AgeCommit message (Expand)Author
2017-03-31use actual UNO enums in svxNoel Grandin
2017-03-28remove enum slot code from sfx2Noel Grandin
2017-03-23remove unused helpid in SfxShellNoel Grandin
2017-03-22create SfxDisableFlags enumNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2016-12-12Mark as constTakeshi Abe
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-31loplugin:oncevar in svl..svxNoel Grandin
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-28loplugin:fpcomparison in svx/Noel Grandin
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-10Manual cleanup of misc. issues.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23remove SFX_SLOTMAP macroNoel Grandin
2015-03-08svx: nAnz -> nCountMiklos Vajna
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
2014-04-16WaE: -Werror=maybe-uninitializedCaolán McNamara
2014-04-15WaE: 'bOn' may be used uninitialized in this functionTor Lillqvist
2014-04-15WaE: 'bHarsh2' may be used uninitialized in this functionTor Lillqvist
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-19coverity#704838 Dereference after null checkCaolán McNamara
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin
2014-01-25coverity#704343 Dead default in switchCaolán McNamara