summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* make CreateItemWindow return a VclPtr<>.Michael Meeks2015-04-163-7/+6
* make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2015-04-162-3/+3
* Unregister sidebar ControllerItems at the right time.Michael Meeks2015-04-152-3/+14
* Properly dispose old sidebar Panels when we switch panel.Michael Meeks2015-04-153-15/+24
* More missing lifecycle pieces.Michael Meeks2015-04-141-2/+7
* Remove debugging snafu.Michael Meeks2015-04-141-1/+0
* Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks2015-04-148-25/+31
* Re-work sidebar factory to use VclPtr.Michael Meeks2015-04-131-1/+1
* Explicit disposeOnce instead of transient wrappers.Michael Meeks2015-04-131-1/+1
* More lifecycle correction.Michael Meeks2015-04-137-48/+17
* disposeAndClear in place of DELETEZ.Michael Meeks2015-04-112-5/+5
* Fix more misc. lifecycle mistakes.Michael Meeks2015-04-112-2/+2
* Lots more small re-basing issues fixed.Michael Meeks2015-04-106-29/+27
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-1025-53/+52
* second half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-109-23/+23
* vclwidget: some small fixesNoel Grandin2015-04-102-2/+8
* protect more printer code-paths.Michael Meeks2015-04-101-5/+4
* re-insert erroneously converted delete calls.Michael Meeks2015-04-104-2/+11
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1023-56/+56
* Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks2015-04-101-2/+2
* Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2015-04-102-11/+11
* more lifecycle cleanup & fixing.Michael Meeks2015-04-101-1/+0
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-106-10/+11
* lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks2015-04-104-20/+15
* clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-101-3/+3
* fix explicit delete.Michael Meeks2015-04-101-2/+2
* add missing disposeAndClear pieces for VclMEditMichael Meeks2015-04-101-1/+2
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-104-11/+11
* ensure valid iterator even with empty content.Michael Meeks2015-04-101-0/+1
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-102-15/+15
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-109-29/+36
* accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-102-4/+4
* toolkit: first cut at switching to VclPtr.Michael Meeks2015-04-101-1/+1
* convert a problematic array to VclPtr.Michael Meeks2015-04-102-7/+6
* vclwidget: only call dispose() onceNoel Grandin2015-04-1040-65/+65
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-1010-14/+24
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1067-340/+664
* prophylactic double dispose audit.Michael Meeks2015-04-091-3/+2
* more double dispose protection.Michael Meeks2015-04-091-0/+2
* vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2015-04-093-0/+6
* vcl lifecycle: delete children in dispose.Michael Meeks2015-04-092-0/+7
* vcl:fixes towards unit test happinessNoel Grandin2015-04-091-1/+1
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0923-133/+133
* vcl: VclPtr conversion in sfx2Noel Grandin2015-04-0965-558/+793
* Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara2015-04-091-0/+2
* Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta2015-04-091-0/+17
* Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta2015-04-092-0/+21
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+2
* convert SFX_SHELL constants to scoped enumNoel Grandin2015-04-094-13/+13
* convert SFX_LOAD constants to scoped enumNoel Grandin2015-04-091-17/+16