summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2015-01-14GetData is a hopelessly generic nameCaolán McNamara
when you want to find the uses of it Change-Id: I580c194f0fd200505d3df99089afc0872921a67b
2015-01-14HiDPI changes to ruler to respect screen DPIdbeurle
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 Rathke
Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
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 Grandin
and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
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 Grandin
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
Change-Id: I1451180d258315a310a048b27510b4b58fa9145c
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
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 Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-04A bit of cleanup.Jan Holesovsky
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
2015-01-02Fix simple typos.Andrea Gelmini
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 McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2014-12-28Rework TabBar D&D tab move triangles and make them HiDPI awareTomaž Vajngerl
Change-Id: Ia4165880b0b08b5ca26fe7004f961cd17b3d3e27
2014-12-28HiDPI: TabBar resizer changes size depending on DPI scale factorTomaž Vajngerl
Change-Id: I36a6d22f87b0d96cdbdadd683cd3abeb12e28c77
2014-12-27Cleanup and simplify TabDrawer & remove maPolyTomaž Vajngerl
Change-Id: Ib11a610bafcc54516b873304f778ee92603d5c31
2014-12-25fdo#87596 Draw tab fill color when selected on the tab bottomTomaž Vajngerl
Change-Id: I02bcdf88063d272cb9eb9e89cbee61d30f4f01d6
2014-12-24callcatcher: update unusedcodeCaolán McNamara
Change-Id: I0b75dabfcb4a53dbbe361a34a6d9661a5b4aedd2
2014-12-22WaE: unused variable 's_sIsSystemFont'Tor Lillqvist
Change-Id: Icec2ad962bea3f46b5508c2612cc69d525d08391
2014-12-22callcatcher: update unused codeCaolán McNamara
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-22fdo#56970 Show insert tab at the correct position when RTL is onTomaž Vajngerl
Change-Id: I1e7e751123fa3c3f365e5342211a0b75395a1711
2014-12-20TyposJulien Nabet
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara
Change-Id: Ic2175faf247d7c05717d397b8afdb9d90087f1d3
2014-12-18Build fix for gcc 4.7.Kohei Yoshida
Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ifa7ea9bf840cacb701dd4b5fb0904870bc3cf407
2014-12-16Tab bar: multiply the size of the plus icon if HiDPI is detectedTomaž Vajngerl
Change-Id: I6efaac9bd21ab986af77fed1a949d3d2b380e922
2014-12-15OneDrive binding settingsMihai Varga
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
2014-12-14fdo#39468 translate German commentsMichael Weghorn
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 Bergmann
Change-Id: I8799033322d345b2f146c3577d3d264448252816
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky
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 McNamara
Change-Id: If859352a7d8d409e5c3c651e0ffea0b3687007db
2014-12-09changed timers to idlesJennifer Liebel
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
2014-12-09changed timers to idlesTobias Madl
Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
2014-12-09changed Timer tp idleTobias Madl
Change-Id: Ia3e76239ba98530547e057bebfda767ad684730b
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl
Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c
2014-12-09Changed timer to idleTobias Madl
Change-Id: Id1de5f1ee73fbef9ddebd6642ab8c9b558be4d71
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
2014-12-09changed timers to idlesJennifer Liebel
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
2014-12-09changed timer to idleJennifer Liebel
Change-Id: I321ddf0411bf66ffce648f6d27e1669194bf80db
2014-12-09Changed Idle Timers. into IdleTobias Madl
Change-Id: I44e33e9e04893237578eb685516fa5ffe43e397f
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Iffdb3d72b24b44cb895f1729aadbbae1802e80bc