summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
AgeCommit message (Expand)Author
2015-09-08convert Link<> to typedNoel Grandin
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-11loplugin:constantfunctionNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-08loplugin:staticmethodsStephan Bergmann
2015-07-08cui: typed Link<>Noel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26loplugin:unnecessarysuperclass, merge ImageProvider with SaveInDataNoel Grandin
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-07tdf#90935 - fix dispose ordering for tools->customize dialog.Michael Meeks
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10Manual cleanup of misc. issues.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02ival is the intended source hereCaolán McNamara
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin