summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann6-18/+18
Change-Id: I8d8b48b297fa3ce0bb9a81dd396cbdb253b84a80
2015-01-19fixup previous commit:Lionel Elie Mamane1-1/+6
OSL_ENSURE does not execute in non-debug builds (and is deprecated). Do not try to seek back if paint did not seek. This happens in particular when there is no data source attached (and thus trying to seek fails). Change-Id: I3f4908c4dcae2bb120bf58c1218e3386c40d5721
2015-01-19Ruler ticks spacing consistent with lowDPI monitors. Draw ticks with widthdbeurle1-13/+16
Change-Id: Id636fa87ac7fd4a8c33d65bd72822768bc94b592 Reviewed-on: https://gerrit.libreoffice.org/13987 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-01-16fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane1-0/+2
Change-Id: I0deee2c3cfdb111b178c4254d7b0544c4ce5c966
2015-01-16remove unnecessary parenthesesNoel Grandin3-3/+3
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2-2/+2
Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
when you want to find the uses of it Change-Id: I580c194f0fd200505d3df99089afc0872921a67b
2015-01-14HiDPI changes to ruler to respect screen DPIdbeurle1-64/+104
Change-Id: I4cbb303b395ad60d4935bff55fbaea08f13334a0 Reviewed-on: https://gerrit.libreoffice.org/13867 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-13eliminate unnecessary macroEike Rathke1-4/+1
Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin2-7/+2
add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin18-19/+19
and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin20-43/+44
and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn10-43/+28
This addresses some cppcheck warnings. Change-Id: I46b9293eed0cba2ebca119cc1fb0a6334ea66308 Reviewed-on: https://gerrit.libreoffice.org/13844 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-1/+1
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-3/+3
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin9-24/+24
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin7-28/+28
Change-Id: I1451180d258315a310a048b27510b4b58fa9145c
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-8/+8
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-04A bit of cleanup.Jan Holesovsky2-2/+2
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
2015-01-02Fix simple typos.Andrea Gelmini1-2/+2
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599 Reviewed-on: https://gerrit.libreoffice.org/13719 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-7/+6
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-3/+2
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2014-12-28Rework TabBar D&D tab move triangles and make them HiDPI awareTomaž Vajngerl1-10/+27
Change-Id: Ia4165880b0b08b5ca26fe7004f961cd17b3d3e27
2014-12-28HiDPI: TabBar resizer changes size depending on DPI scale factorTomaž Vajngerl1-2/+3
Change-Id: I36a6d22f87b0d96cdbdadd683cd3abeb12e28c77
2014-12-27Cleanup and simplify TabDrawer & remove maPolyTomaž Vajngerl1-67/+47
Change-Id: Ib11a610bafcc54516b873304f778ee92603d5c31
2014-12-25fdo#87596 Draw tab fill color when selected on the tab bottomTomaž Vajngerl1-0/+17
Change-Id: I02bcdf88063d272cb9eb9e89cbee61d30f4f01d6
2014-12-24callcatcher: update unusedcodeCaolán McNamara1-13/+0
Change-Id: I0b75dabfcb4a53dbbe361a34a6d9661a5b4aedd2
2014-12-22WaE: unused variable 's_sIsSystemFont'Tor Lillqvist1-1/+0
Change-Id: Icec2ad962bea3f46b5508c2612cc69d525d08391
2014-12-22callcatcher: update unused codeCaolán McNamara1-54/+0
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-22fdo#56970 Show insert tab at the correct position when RTL is onTomaž Vajngerl1-4/+7
Change-Id: I1e7e751123fa3c3f365e5342211a0b75395a1711
2014-12-20TyposJulien Nabet1-1/+1
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-7/+8
Change-Id: Ic2175faf247d7c05717d397b8afdb9d90087f1d3
2014-12-18Build fix for gcc 4.7.Kohei Yoshida1-4/+4
Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann19-45/+42
Change-Id: Ifa7ea9bf840cacb701dd4b5fb0904870bc3cf407
2014-12-16Tab bar: multiply the size of the plus icon if HiDPI is detectedTomaž Vajngerl1-7/+16
Change-Id: I6efaac9bd21ab986af77fed1a949d3d2b380e922
2014-12-15OneDrive binding settingsMihai Varga1-1/+5
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
2014-12-14fdo#39468 translate German commentsMichael Weghorn1-1/+1
Change-Id: I90deb0877940167c9d5e3ba630528e575af6dd66 Reviewed-on: https://gerrit.libreoffice.org/13459 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann5-17/+14
Change-Id: I8799033322d345b2f146c3577d3d264448252816
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky3-3/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-10fdo#76776 crashes after paste a table from WriterCaolán McNamara1-0/+2
Change-Id: If859352a7d8d409e5c3c651e0ffea0b3687007db
2014-12-09changed timers to idlesJennifer Liebel2-4/+4
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
2014-12-09changed timers to idlesTobias Madl2-10/+10
Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0
2014-12-09changed timers to idleJennifer Liebel2-9/+9
Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
2014-12-09changed Timer tp idleTobias Madl1-9/+9
Change-Id: Ia3e76239ba98530547e057bebfda767ad684730b
2014-12-09changed timers to idleJennifer Liebel3-15/+15
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl2-5/+5
Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab
2014-12-09changed timers to idleJennifer Liebel2-4/+4
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c