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