summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
AgeCommit message (Expand)Author
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin
2019-04-09drop some unneeded includesCaolán McNamara
2019-04-02drop some unneeded includesCaolán McNamara
2019-03-03weld SvxMacroAssignDlgCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-09tdf#106681 Styles category for the Add Commands dialogMaxim Monastirsky
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-07convert events config page to .uiCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida
2014-01-28bool improvementsStephan Bergmann
2014-01-23convert macro assign page to .uiCaolán McNamara
2014-01-22rename _HeaderTabListBox to MacroEventListBoxCaolán McNamara
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-10-04re-base on ALv2 code. Includes:Michael Meeks