summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/macroass.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: cuiStephan Bergmann1-5/+5
2017-07-31loplugin:constparams in cuiNoel Grandin1-2/+2
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-4/+4
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin1-5/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-06-20loplugin:oncevar in cuiNoel Grandin1-6/+2
2017-06-05Improved loplugin:cstylecast to reference types: cuiStephan Bergmann1-1/+1
2017-05-14tdf#107847 Make sure m_xContext is not emptyMaxim Monastirsky1-1/+1
2017-03-29tdf#39468 Translate German commentsJens Carl1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-6/+6
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-11-10loplugin:expandablemethods in cuiNoel Grandin1-10/+5
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-1/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-7/+2
2016-08-04tdf#89329: use unique_ptr for mpImpl in macroassArnold Dumas1-2/+2
2016-06-10loplugin:mergeclasses SfxMacroTabPageNoel Grandin1-52/+48
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-36/+36
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-09-14sal_uInt16 to sal_Int32Matteo Casalin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin1-5/+10
2015-09-08convert Link<> to typedNoel Grandin1-7/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+7
2015-07-29com::sun::star->css in cuiNoel Grandin1-2/+2
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-10SfxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann1-12/+9
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-4/+4
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-18/+18
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-5/+5
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+10
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-2/+0
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+1