summaryrefslogtreecommitdiffstats
path: root/svtools/source
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-1014-161/+159
* mend misc. lifecycle breakage.Michael Meeks2015-04-101-9/+5
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-103-7/+3
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-102-15/+1
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-16/+16
* svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-1011-150/+139
* vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-104-18/+13
* vclwidget: only call dispose() onceNoel Grandin2015-04-1040-50/+50
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-109-24/+24
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1049-204/+322
* prophylactic double dispose audit.Michael Meeks2015-04-092-8/+6
* dbaccess: protection against double disposes.Michael Meeks2015-04-091-19/+33
* vcl: more double dispose protection.Michael Meeks2015-04-091-3/+3
* more double dispose protection.Michael Meeks2015-04-092-2/+2
* vclref: protect vs. double disposes.Michael Meeks2015-04-091-0/+5
* vcl: more double-dispose protection, and survival after dispose.Michael Meeks2015-04-091-4/+12
* protect against double dispose.Michael Meeks2015-04-091-2/+6
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-092-19/+19
* vcl: some VclPtr fixes found by the new plugin codeNoel Grandin2015-04-092-0/+11
* loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin2015-04-091-0/+1
* svtools: apply vcl::window refcounting changesNoel Grandin2015-04-0950-434/+661
* loplugin:staticmethodsNoel Grandin2015-04-0926-86/+85
* some cleanup in treelistboxTomaž Vajngerl2015-04-091-7/+3
* convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin2015-04-083-34/+28
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-2/+2
* Resolves: #i81637# Replace column header "Title" by "Name"Ariel Constenla-Haile2015-04-061-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-0211-38/+38
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-0211-38/+38
* Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann2015-04-021-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-024-9/+9
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0111-18/+18
* tdf#89873 UI: some dialog windows not being paintedJuergen Funk2015-03-311-0/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-10/+10
* tdf#90292: Crash in pivot table when dragging field into Rows fieldsJulien Nabet2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2812-51/+51
* convert ProminentEntry to enum classNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-2617-44/+44
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-202-34/+19
* Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet2015-03-201-2/+2
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-1917-267/+26
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-182-3/+3
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-189-221/+224
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos2015-03-161-33/+1
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-9/+9
* do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl2015-03-115-15/+5
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-1112-62/+32
* tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl2015-03-101-164/+12
* tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl2015-03-101-96/+109