summaryrefslogtreecommitdiff
path: root/sw
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-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-17sw: convert new to ::Create.Noel Grandin
2015-04-17restore these extern methods, they are used by VclBuilderNoel Grandin
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-16SwGlobalTree timer dispose.Michael Meeks
2015-04-16Another malingering timer.Michael Meeks
2015-04-16Stop timers, and guard against emission on disposed navigator.Michael Meeks
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks
2015-04-14Fix redline dialog lifecycle foo.Michael Meeks
2015-04-14wrap field in VclPtrNoel Grandin
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks
2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks
2015-04-11VclPtr: unfortunate includes needed for inlining ref/unref.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-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10correct debugging assertions.Michael Meeks
2015-04-10vclwidget: some small fixesNoel Grandin
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: misc. bug fixing.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks
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: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10more toolkit API adaptations.Michael Meeks
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09Double dispose protection.Michael Meeks
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09sw: more double dispose work.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin