summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Windows compilation fixes.Michael Meeks
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-16More protection for SvTreeListBox.Michael Meeks
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks
2015-04-14More missing lifecycle pieces.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10vcl cleanup post re-base.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-10protect more printer code-paths.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.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-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10mend misc. lifecycle breakage.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-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
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-09dbaccess: protection against double disposes.Michael Meeks
2015-04-09vcl: more double dispose protection.Michael Meeks
2015-04-09more double dispose protection.Michael Meeks
2015-04-09vclref: protect vs. double disposes.Michael Meeks
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09protect against double dispose.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09some cleanup in treelistboxTomaž Vajngerl
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-06Resolves: #i81637# Replace column header "Title" by "Name"Ariel Constenla-Haile
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31tdf#89873 UI: some dialog windows not being paintedJuergen Funk