summaryrefslogtreecommitdiff
path: root/svx/source/toolbars/extrusionbar.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-10/+10
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-27loplugin:constparams in svxNoel Grandin1-11/+11
2017-07-26convert SfxGroupId to scoped enumNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-27/+28
2017-06-27loplugin:oncevar in svxNoel Grandin1-2/+1
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin1-1/+1
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M1-2/+2
2017-03-31use actual UNO enums in svxNoel Grandin1-1/+1
2017-03-28remove enum slot code from sfx2Noel Grandin1-1/+1
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0
2017-03-22create SfxDisableFlags enumNoel Grandin1-1/+1
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-8/+8
2016-12-12Mark as constTakeshi Abe1-1/+1
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-1/+1
2016-10-31loplugin:oncevar in svl..svxNoel Grandin1-61/+29
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-11/+22
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-01-28loplugin:fpcomparison in svx/Noel Grandin1-4/+4
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09new loplugin: oncevarNoel Grandin1-5/+2
2015-10-31com::sun::star->css in svxNoel Grandin1-18/+18
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-9/+9
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-3/+3
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-23remove SFX_SLOTMAP macroNoel Grandin1-1/+1
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-1/+1
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-39/+39
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-20loplugin: cstylecastNoel Grandin1-35/+35
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-27/+27
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-18/+18
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-23/+5
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-16WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1