summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-06idle includes and enum useJennifer Liebel5-4/+6
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl4-9/+10
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-4/+4
2015-03-06use DrawHandle for drawing of tab sizer in tabbarTomaž Vajngerl1-29/+3
2015-03-06tabbar: scroll tabs with wheelTomaž Vajngerl1-1/+25
2015-03-05add margin before/after button handles in tabbarTomaž Vajngerl1-1/+8
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-02coverity#1272391 Dereference null return valueCaolán McNamara1-0/+1
2015-03-02convert GFF_ constants to enum classNoel Grandin1-27/+27
2015-03-02in tabbar - don't show tab background on tab add (plus icon)Tomaž Vajngerl1-1/+0
2015-03-02tabbar buttons next/previous act as last/first if MOD1 is pressedTomaž Vajngerl1-11/+33
2015-03-02make tabbar buttons flat by defaultTomaž Vajngerl1-1/+1
2015-03-02cleanup TabBar's ImplTabButtonTomaž Vajngerl1-22/+23
2015-03-01variable is assigned the same value twiceMarkus Mohrhard1-1/+0
2015-03-01fix self-assignmentDavid Tardon1-6/+4
2015-02-28Typo: excute->executeJulien Nabet1-1/+1
2015-02-27Avoid unnecessary bad downcastStephan Bergmann1-2/+2
2015-02-26TyposJulien Nabet1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-4/+4
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-02-23Missing disposeStephan Bergmann1-0/+2
2015-02-22Simplify erase iterator management (calendar.cxx)Julien Nabet1-2/+2
2015-02-22Test for tdf#88935Zolnai Tamás1-0/+66
2015-02-22More improvements of graphic cache size handlingZolnai Tamás4-42/+8
2015-02-18fix JunitTest_toolkit_complexCaolán McNamara1-5/+2
2015-02-18boost->stdCaolán McNamara2-55/+55
2015-02-17callcatcher: update unused codeCaolán McNamara1-39/+0