summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-173-4/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1513-45/+45
* tdf#90024: Don't set compare handler in constructorKatarina Behrens2015-04-141-1/+3
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-132-2/+2
* 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
* Timer: Reversed some Idles to TimerTobias Madl2015-03-062-4/+4
* use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl2015-03-061-29/+3
* tabbar: scroll tabs with wheelTomaž Vajngerl2015-03-061-1/+25
* add margin before/after button handles in tabbarTomaž Vajngerl2015-03-051-1/+8
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* coverity#1272391 Dereference null return valueCaolán McNamara2015-03-021-0/+1
* convert GFF_ constants to enum classNoel Grandin2015-03-021-27/+27
* in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl2015-03-021-1/+0
* tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl2015-03-021-11/+33