summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-29tdf#90292: Crash in pivot table when dragging field into Rows fieldsJulien Nabet1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann13-52/+52
2015-03-27convert ProminentEntry to enum classNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann17-44/+44
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant2-34/+19
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet1-2/+2
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin17-267/+26
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin9-221/+224
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-33/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-9/+9
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl5-15/+5
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl12-62/+32
2015-03-10tabbar: remove useless whitespace, rearrange constructorTomaž Vajngerl1-164/+12
2015-03-10tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl1-96/+109
2015-03-10tabbar: move TabBarList to implTomaž Vajngerl1-90/+94
2015-03-10tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl1-105/+106
2015-03-10tabbar: use symbol "plus" instead of image for adding tabsTomaž Vajngerl1-12/+5
2015-03-07tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet1-1/+2
2015-03-06Idle: Changed to new enum nameTobias Madl7-13/+13
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl7-13/+13