summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* 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-1051-206/+325
* 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-0952-434/+663
* 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-2813-52/+52
* 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
* tabbar: move TabBarList to implTomaž Vajngerl2015-03-101-90/+94
* tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl2015-03-101-105/+106
* tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl2015-03-101-12/+5
* tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet2015-03-071-1/+2
* Idle: Changed to new enum nameTobias Madl2015-03-067-13/+13
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-067-13/+13
* idle includes and enum useJennifer Liebel2015-03-065-4/+6
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-064-9/+10