summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks7-26/+15
2015-04-17sfx2: convert new to ::Create.Noel Grandin34-93/+93
2015-04-17svx: convert new to ::Create.Noel Grandin1-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks3-7/+6
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2-3/+3
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks2-3/+14
2015-04-15Properly dispose old sidebar Panels when we switch panel.Michael Meeks3-15/+24
2015-04-14More missing lifecycle pieces.Michael Meeks1-2/+7
2015-04-14Remove debugging snafu.Michael Meeks1-1/+0
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks8-25/+31
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks1-1/+1
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-13More lifecycle correction.Michael Meeks7-48/+17
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks2-5/+5
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks2-2/+2
2015-04-10Lots more small re-basing issues fixed.Michael Meeks6-29/+27
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks25-53/+52
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks9-23/+23
2015-04-10vclwidget: some small fixesNoel Grandin2-2/+8
2015-04-10protect more printer code-paths.Michael Meeks1-5/+4
2015-04-10re-insert erroneously converted delete calls.Michael Meeks4-2/+11
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin23-56/+56
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks1-2/+2
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2-11/+11
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-1/+0
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin6-10/+11
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks4-20/+15
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-3/+3
2015-04-10fix explicit delete.Michael Meeks1-2/+2
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks1-1/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin4-11/+11
2015-04-10ensure valid iterator even with empty content.Michael Meeks1-0/+1
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks2-15/+15
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin9-29/+36
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks2-4/+4
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks1-1/+1
2015-04-10convert a problematic array to VclPtr.Michael Meeks2-7/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin40-65/+65
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks10-14/+24
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin67-340/+664
2015-04-09prophylactic double dispose audit.Michael Meeks1-3/+2
2015-04-09more double dispose protection.Michael Meeks1-0/+2
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks3-0/+6
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks2-0/+7
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin23-133/+133
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin65-558/+793
2015-04-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara1-0/+2
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta1-0/+17