summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* coverity#1266460 Argument cannot be negativeCaolán McNamara2015-02-021-3/+7
* coverity#1267678 this is surely backwards (gold)Caolán McNamara2015-02-011-2/+2
* coverity#1267679 Dereference before null checkCaolán McNamara2015-01-301-7/+4
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-2912-173/+4
* UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann2015-01-271-6/+15
* Make sure _nEventId gets reset after calling RemoveUserEventStephan Bergmann2015-01-261-7/+1
* coverity#1266460 Argument cannot be negativeCaolán McNamara2015-01-261-3/+3
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-5/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2610-18/+14
* fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály2015-01-252-11/+14
* coverity#440858 Argument cannot be negativeCaolán McNamara2015-01-251-2/+3
* Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane2015-01-221-7/+0
* Some more loplugin:cstylecast: svtoolsStephan Bergmann2015-01-206-18/+18
* fixup previous commit:Lionel Elie Mamane2015-01-191-1/+6
* Ruler ticks spacing consistent with lowDPI monitors. Draw ticks with widthdbeurle2015-01-191-13/+16
* fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane2015-01-161-0/+2
* remove unnecessary parenthesesNoel Grandin2015-01-163-3/+3
* do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2015-01-142-2/+2
* GetData is a hopelessly generic nameCaolán McNamara2015-01-141-1/+1
* HiDPI changes to ruler to respect screen DPIdbeurle2015-01-141-64/+104
* eliminate unnecessary macroEike Rathke2015-01-131-4/+1
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-132-7/+2
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-1218-19/+19
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-1220-43/+44
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-1210-43/+28
* fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2015-01-091-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-3/+3
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-079-24/+24
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-067-28/+28
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-8/+8
* A bit of cleanup.Jan Holesovsky2015-01-042-2/+2
* Fix simple typos.Andrea Gelmini2015-01-021-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-7/+6
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-022-3/+2
* Rework TabBar D&D tab move triangles and make them HiDPI awareTomaž Vajngerl2014-12-281-10/+27
* HiDPI: TabBar resizer changes size depending on DPI scale factorTomaž Vajngerl2014-12-281-2/+3
* Cleanup and simplify TabDrawer & remove maPolyTomaž Vajngerl2014-12-271-67/+47
* fdo#87596 Draw tab fill color when selected on the tab bottomTomaž Vajngerl2014-12-251-0/+17
* callcatcher: update unusedcodeCaolán McNamara2014-12-241-13/+0
* WaE: unused variable 's_sIsSystemFont'Tor Lillqvist2014-12-221-1/+0
* callcatcher: update unused codeCaolán McNamara2014-12-221-54/+0
* fdo#56970 Show insert tab at the correct position when RTL is onTomaž Vajngerl2014-12-221-4/+7
* TyposJulien Nabet2014-12-201-1/+1
* provide a route to load ToolbarMenu things via .uiCaolán McNamara2014-12-191-7/+8
* Build fix for gcc 4.7.Kohei Yoshida2014-12-181-4/+4
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1819-45/+42
* Tab bar: multiply the size of the plus icon if HiDPI is detectedTomaž Vajngerl2014-12-161-7/+16