summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* make tabbar buttons flat by defaultTomaž Vajngerl2015-03-021-1/+1
* cleanup TabBar's ImplTabButtonTomaž Vajngerl2015-03-021-22/+23
* variable is assigned the same value twiceMarkus Mohrhard2015-03-011-1/+0
* fix self-assignmentDavid Tardon2015-03-011-6/+4
* Typo: excute->executeJulien Nabet2015-02-281-1/+1
* Avoid unnecessary bad downcastStephan Bergmann2015-02-271-2/+2
* TyposJulien Nabet2015-02-261-1/+1
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-4/+4
* Typo: curently->currentlyJulien Nabet2015-02-241-1/+1
* Missing disposeStephan Bergmann2015-02-231-0/+2
* Simplify erase iterator management (calendar.cxx)Julien Nabet2015-02-221-2/+2
* Test for tdf#88935Zolnai Tamás2015-02-221-0/+66
* More improvements of graphic cache size handlingZolnai Tamás2015-02-224-42/+8
* fix JunitTest_toolkit_complexCaolán McNamara2015-02-181-5/+2
* boost->stdCaolán McNamara2015-02-182-55/+55
* callcatcher: update unused codeCaolán McNamara2015-02-171-39/+0
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-166-58/+58
* tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl2015-02-111-3/+10
* Use "!=" instead of "<" to compare current it with end itJulien Nabet2015-02-101-3/+3
* svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer2015-02-091-2/+3