summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks9-17/+18
2015-04-17sfx2: convert new to ::Create.Noel Grandin5-11/+11
2015-04-17svtools: convert new to ::Create.Noel Grandin4-4/+4
2015-04-17svx: convert new to ::Create.Noel Grandin4-9/+5
2015-04-17svx: convert new to ::Create.Noel Grandin13-18/+19
2015-04-17sw: convert new to ::Create.Noel Grandin2-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+11
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks1-1/+1
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks6-10/+10
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks1-2/+2
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks2-0/+4
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks1-3/+3
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks1-2/+3
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks1-3/+4
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks2-1/+2
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks1-3/+19
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks1-2/+0
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks1-1/+1
2015-04-10Make ErrorContext includers happier.Michael Meeks1-5/+6
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks2-4/+4
2015-04-10Lots more small re-basing issues fixed.Michael Meeks2-2/+2
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-1/+1
2015-04-10vcl cleanup post re-base.Michael Meeks1-2/+0
2015-04-10Fixup toolkit's printer code.Michael Meeks1-1/+1
2015-04-10loplugin:vclwidgets workaroundNoel Grandin1-1/+1
2015-04-10Cleanup layout and window merge.Michael Meeks1-2/+2
2015-04-10Fix NotifyEvent and IntroWindow bits.Michael Meeks1-17/+0
2015-04-10loplugin:redundantcastNoel Grandin1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-5/+6
2015-04-10Revert part of "Unwind mpDialogParent oddness."Michael Meeks2-2/+2
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks2-3/+55
2015-04-10Unwind mpDialogParent oddness.Michael Meeks2-2/+2
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks1-6/+2
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks1-5/+6
2015-04-10Nothing really that wrong with acquiring a disposed reference, for now.Michael Meeks1-1/+0
2015-04-10vclwidget: some small fixesNoel Grandin2-1/+2
2015-04-10vclwidget: add some safety net assertsNoel Grandin2-0/+3
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks1-0/+1
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks1-6/+16
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks1-1/+1
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks4-7/+7
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks1-1/+2
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks3-6/+7
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin16-31/+34
2015-04-10add ScopedVclPtrNoel Grandin1-0/+48
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-2/+2
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+1
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin2-1/+2
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-0/+1