summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfg.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-12/+12
2016-09-07tdf#82840 Add 'Add Separator' button to toolbar customizationMuhammet Kara1-0/+3
2016-09-05tdf#82840 Add 'Reset' button to toolbar customizationMuhammet Kara1-1/+3
2016-08-23tdf#82840 Add 'delete' button to toolbar customizationMuhammet Kara1-0/+4
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-26Resolves: tdf#100619 vclptr assert with menu set to menubuttonCaolán McNamara1-0/+3
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin1-9/+9
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in cuiNoel Grandin1-2/+1
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin1-4/+2
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-5/+5
2015-12-23loplugin:unusedfields in cuiNoel Grandin1-5/+0
2015-11-20loplugin:unusedfields in cuiNoel Grandin1-2/+0
2015-11-11tdf#93837 Support nice UI names for context menusMaxim Monastirsky1-0/+2
2015-11-11tdf#93837 Make customization actually workMaxim Monastirsky1-9/+36
2015-11-11tdf#93837 Add context menu customization UIMaxim Monastirsky1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-49/+49
2015-10-12convert Link<> to typedNoel Grandin1-3/+3
2015-09-25convert Link<> to typedNoel Grandin1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-9/+9
2015-08-11loplugin:constantfunctionNoel Grandin1-2/+0
2015-07-29com::sun::star->css in cuiNoel Grandin1-102/+75
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-24/+3
2015-07-08loplugin:staticmethodsStephan Bergmann1-1/+1
2015-07-08cui: typed Link<>Noel Grandin1-15/+0
2015-05-26loplugin:unnecessarysuperclass, merge ImageProvider with SaveInDataNoel Grandin1-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-33/+44
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-3/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2014-10-28rename class field pEntries to mpEntriesNoel Grandin1-12/+12
2014-09-23fdo#82577: Handle WindowNoel Grandin1-12/+12
2014-07-10Convert MD_ICONSELECTOR and MD_ICONCHANGE to .uiPalenik Mihály1-13/+14
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-9/+9
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-41/+41
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1