summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks265-834/+785
2015-04-17sfx2: convert new to ::Create.Noel Grandin45-110/+110
2015-04-17svtools: convert new to ::Create.Noel Grandin36-90/+92
2015-04-17svx: convert new to ::Create.Noel Grandin59-203/+207
2015-04-17svx: convert new to ::Create.Noel Grandin59-123/+127
2015-04-17sw: convert new to ::Create.Noel Grandin43-187/+177
2015-04-17sw: convert new to ::Create.Noel Grandin25-51/+46
2015-04-17sw: convert new to ::Create.Noel Grandin26-47/+47
2015-04-17restore these extern methods, they are used by VclBuilderNoel Grandin2-0/+25
2015-04-17filter: convert new to ::Create.Michael Meeks6-15/+15
2015-04-17sw: convert new to ::Create.Noel Grandin17-78/+67
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks44-100/+88
2015-04-17desktop: convert new to ::Create.Michael Meeks8-18/+16
2015-04-17workaround ErrorContextImpl in vclwidget clang pluginNoel Grandin1-7/+10
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks14-45/+52
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks14-94/+96
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks16-33/+32
2015-04-16tools: leave ErrorContext with a vcl::Window * for now.Michael Meeks1-5/+4
2015-04-16formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks5-8/+9
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks28-86/+83
2015-04-16avmedia: convert new to ::Create to get initial ref-counting right.Michael Meeks4-12/+12
2015-04-16slideshow: convert new to ::Create to get initial ref-counting right.Michael Meeks1-3/+3
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks14-31/+36
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks8-20/+20
2015-04-16SwGlobalTree timer dispose.Michael Meeks1-1/+4
2015-04-16Improve the VclPtr documentation.Michael Meeks1-0/+44
2015-04-16Another malingering timer.Michael Meeks1-0/+4
2015-04-16Stop timers, and guard against emission on disposed navigator.Michael Meeks1-2/+8
2015-04-16Make ListBox handier post dispose.Michael Meeks1-2/+8
2015-04-16More protection for SvTreeListBox.Michael Meeks1-3/+5
2015-04-16fix live children left behind at destroyNoel Grandin2-2/+2
2015-04-16fix crash in CppunitTest_sw_uiwriterNoel Grandin1-1/+1
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks15-3/+120
2015-04-15Properly dispose old sidebar Panels when we switch panel.Michael Meeks3-15/+24
2015-04-15loplugin:cstylecastNoel Grandin1-2/+2
2015-04-14Fix redline dialog lifecycle foo.Michael Meeks1-1/+2
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks2-6/+5
2015-04-14wrap field in VclPtrNoel Grandin2-2/+14
2015-04-14loplugin:cstylecastNoel Grandin1-1/+1
2015-04-14wrap dialog subclass in ScopedVclPtrInstanceNoel Grandin1-3/+1
2015-04-14calling static member function through member call syntaxNoel Grandin1-1/+1
2015-04-14More missing lifecycle pieces.Michael Meeks3-9/+16
2015-04-14Allow a common op. on a disposed toolbox.Michael Meeks1-0/+3
2015-04-14Remove debugging snafu.Michael Meeks1-1/+0
2015-04-14Unwind lifecycle mistake in VclBuilder.Michael Meeks1-1/+1
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks12-31/+38
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks3-22/+23
2015-04-14Make leaked child debugging more helpful wrt. the hierarchy.Michael Meeks1-15/+16
2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks19-86/+73
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks18-58/+71