summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Windows compilation fixes.Michael Meeks1-1/+1
2015-04-17svtools: convert new to ::Create.Noel Grandin32-86/+88
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks3-9/+9
2015-04-16More protection for SvTreeListBox.Michael Meeks1-3/+5
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks1-3/+2
2015-04-14More missing lifecycle pieces.Michael Meeks1-5/+7
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks2-2/+2
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks4-8/+9
2015-04-10vcl cleanup post re-base.Michael Meeks2-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks6-10/+10
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10protect more printer code-paths.Michael Meeks1-4/+6
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks5-6/+4
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks1-0/+6
2015-04-10re-insert erroneously converted delete calls.Michael Meeks2-18/+8
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-7/+7
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin14-161/+159
2015-04-10mend misc. lifecycle breakage.Michael Meeks1-9/+5
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin3-7/+3
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-15/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-16/+16
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks11-150/+139
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin4-18/+13
2015-04-10vclwidget: only call dispose() onceNoel Grandin40-50/+50
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks9-24/+24
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin51-206/+325
2015-04-09prophylactic double dispose audit.Michael Meeks2-8/+6
2015-04-09dbaccess: protection against double disposes.Michael Meeks1-19/+33
2015-04-09vcl: more double dispose protection.Michael Meeks1-3/+3
2015-04-09more double dispose protection.Michael Meeks2-2/+2
2015-04-09vclref: protect vs. double disposes.Michael Meeks1-0/+5
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-4/+12
2015-04-09protect against double dispose.Michael Meeks1-2/+6
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-19/+19
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin2-0/+11
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-0/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin52-434/+663
2015-04-09loplugin:staticmethodsNoel Grandin26-86/+85
2015-04-09some cleanup in treelistboxTomaž Vajngerl1-7/+3
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin3-34/+28
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-04-06Resolves: #i81637# Replace column header "Title" by "Name"Ariel Constenla-Haile1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann11-38/+38
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann11-38/+38
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin4-9/+9
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-18/+18
2015-03-31tdf#89873 UI: some dialog windows not being paintedJuergen Funk1-0/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-10/+10