summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks68-198/+200
2015-04-17sfx2: convert new to ::Create.Noel Grandin2-2/+2
2015-04-17svx: convert new to ::Create.Noel Grandin6-10/+10
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 Grandin16-29/+29
2015-04-17restore these extern methods, they are used by VclBuilderNoel Grandin2-0/+25
2015-04-17sw: convert new to ::Create.Noel Grandin16-77/+56
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks2-4/+4
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks5-13/+16
2015-04-16SwGlobalTree timer dispose.Michael Meeks1-1/+4
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-15Unregister sidebar ControllerItems at the right time.Michael Meeks2-0/+19
2015-04-14Fix redline dialog lifecycle foo.Michael Meeks1-1/+2
2015-04-14wrap field in VclPtrNoel Grandin2-2/+14
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks3-4/+4
2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks5-16/+20
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks2-4/+2
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks4-6/+8
2015-04-11VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks1-1/+2
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin4-6/+6
2015-04-10Manual cleanup of misc. issues.Michael Meeks3-6/+6
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks32-50/+52
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks15-44/+40
2015-04-10correct debugging assertions.Michael Meeks1-3/+3
2015-04-10vclwidget: some small fixesNoel Grandin1-2/+2
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks2-1/+9
2015-04-10protect more printer code-paths.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks8-1/+29
2015-04-10wrap more stuff in VclPtrNoel Grandin13-75/+74
2015-04-10wrap more stuff in VclPtrNoel Grandin7-10/+10
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks14-18/+18
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin26-51/+51
2015-04-10vclptr: misc. bug fixing.Michael Meeks3-8/+8
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks6-33/+33
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-14/+14
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin4-23/+21
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin20-31/+31
2015-04-10more toolkit API adaptations.Michael Meeks2-3/+2
2015-04-10sw, sd: more toolkit API cleanup.Michael Meeks2-10/+11
2015-04-10vclwidget: only call dispose() onceNoel Grandin112-169/+188
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks18-41/+42
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin221-1730/+3889
2015-04-09prophylactic double dispose audit.Michael Meeks2-2/+2
2015-04-09Double dispose protection.Michael Meeks1-1/+1
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2-0/+10
2015-04-09sw: more double dispose work.Michael Meeks5-2/+29
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin26-167/+369