summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2014-02-28bool clean-up fixupStephan Bergmann
Change-Id: I0a302d7f91ef07992f95a8ccd48efec862519ab1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
Change-Id: I3431d256bde60a2b3fa8de9a0ef43d1a0f1dc3df
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
Change-Id: I8094180c898c89351caa4805e395c3f3f2b0a946
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
Hack to avoid false positive from loplugin. Change-Id: I2b25f06299e40ea0cb155a6b748f38e1cb1ffc0d
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
Change-Id: If0d7ca02e8ecbc15eabc7807a71554ce11d92552
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
Change-Id: Ifaeeb0f01dbcd0225ee50c15d0b2417f99b1bd0e
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: I826f7649a1e9ed8aad06848aa1f2ed5a5827f3ab
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: I70eb7c04d12fad8f46f549bf5d43e1d1ffb724a1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
Change-Id: I065858bdacf88f87eabe6cec516f6357acc11152
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'Tor Lillqvist
Change-Id: If6c41795a4015eb6bdd6bf785dd5ea6f7069e76b
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
Change-Id: I75d079a34355454a6e6b741f029c5ec37c149b17
2014-02-28More EndDialog() cleanupTor Lillqvist
Change-Id: I2e79190936d1eb7f55b521d2ce558fba45bf5f28
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
The bIncludeUntil parameter is used as a bool, so make it a bool. It is passed bool values anyway. Change-Id: If477419e8d94af69ad2bd5b452819e83a5a8149f
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uLong'Tor Lillqvist
Change-Id: I5089279745c4247ec0006f2273f6ec3d40d7c2a2
2014-02-28WaE: implicit conversion from bool to 'boolean' (aka 'int')Tor Lillqvist
'boolean' is from the JPEG library, typedeffed as int, yay. Change-Id: I6d35c3616e50127f1e00b47c25cf962fdc92c3db
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
These two functions should surely be of type bool.
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
Use the proper RET_OK amd RET_CANCEL parameters to EndDialog(). Change-Id: I2500e5e9793ee98c8cf38fc094d9f984576b67db
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
Presumably RET_OK is what is meant here (that is how the code has worked, anyway, as RET_OK == 1 == sal_True). Change-Id: Ib6afffc606c6bc36b5ef4cf04991207c8c109973
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
Conflicts: include/vcl/settings.hxx svtools/source/table/tablecontrol_impl.cxx sw/source/core/frmedt/fecopy.cxx vcl/inc/canvasbitmap.hxx vcl/inc/headless/svpframe.hxx vcl/inc/unx/salframe.h vcl/inc/win/salframe.h vcl/inc/win/salprn.h vcl/inc/win/salvd.h vcl/osx/DragSource.cxx vcl/osx/DragSource.hxx vcl/osx/DropTarget.cxx vcl/osx/DropTarget.hxx vcl/osx/OSXTransferable.cxx vcl/osx/OSXTransferable.hxx vcl/osx/clipboard.cxx vcl/osx/clipboard.hxx vcl/osx/salprn.cxx vcl/qa/cppunit/canvasbitmaptest.cxx vcl/source/components/fontident.cxx vcl/source/control/edit.cxx vcl/source/control/spinfld.cxx vcl/source/gdi/gdimtf.cxx vcl/source/gdi/virdev.cxx vcl/source/helper/canvasbitmap.cxx vcl/source/window/dockwin.cxx vcl/unx/generic/dtrans/X11_selection.hxx vcl/unx/kde/UnxFilePicker.cxx vcl/unx/kde/UnxFilePicker.hxx vcl/unx/kde4/KDE4FilePicker.cxx vcl/unx/kde4/KDE4FilePicker.hxx vcl/unx/kde4/KDESalFrame.hxx Change-Id: I9866d985da86dea2a56feff23f91c1467a1636b0 Reviewed-on: https://gerrit.libreoffice.org/8219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-28constructor only used on WNT in FontSelectPatternAttributesNoel Grandin
Change-Id: Iffbd9702f5a81e4bfe3baa3952824f4c6ba3bca3
2014-02-28remove unused code in vcl/ImplRegionBandNoel Grandin
ImplRegionBand::IsInside(long, long) ImplRegionBand::IsOver(long, long) Change-Id: I607c589d62a0c9178a32df5cf48fcbe279878030
2014-02-28fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItemNoel Grandin
Change-Id: I89a61aeffeebc69e06da6c1130436fb25528f1c7
2014-02-28remove unused code Menu::GetHighlightItem()Noel Grandin
Change-Id: I9b538bacbb98705b0345c3f6dc38fb554ce25bcf
2014-02-28debug only code SalDisplay::PrintInfo()Noel Grandin
Change-Id: I9ead37ff69dc7198faae6758a346111ed1d029e3
2014-02-27images: Skip comments in links.txt.Jan Holesovsky
Change-Id: I446dec8447fb9b0b4fa37bf6343e130539211b50
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
(cherry picked from commit 9956ed1303545cd61901e33b110698c4e5e224c4) Conflicts: filter/source/msfilter/escherex.cxx include/vcl/gfxlink.hxx svx/source/xml/xmlgrhlp.cxx sw/source/ui/docvw/romenu.cxx vcl/source/filter/graphicfilter.cxx Change-Id: Ibcbb69b9c57cd8a438788e9a9c95744e99b6fcdd
2014-02-27normalize values of USE_XINERAMAMichael Stahl
Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
2014-02-27-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ib207ea292a2ea389005510bad0ae931df91424f0
2014-02-27badCaolán McNamara
Change-Id: Ife660e5738d862e28260abe412817fb06272f4e8
2014-02-27coverity#1187685 Dereference null return valueCaolán McNamara
Change-Id: I7f34eae7eedfa067f0f8a360aa6ae8dc5b0381bd
2014-02-27coverity#1187675 Dereference null return valueCaolán McNamara
Change-Id: I313772d7382c303990f7333990e340803678be79
2014-02-27coverity#1187674 Dereference null return valueCaolán McNamara
Change-Id: I4fdf0e324463285d086c1503214e2aee0c0537e8
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara
Change-Id: I41a05e34c9b1dd312602f2c499793a4568473394
2014-02-27coverity#1187659 Dereference after null checkCaolán McNamara
Change-Id: I31b1a55a72be7fac80cd7bbac52b723d7e33a13a
2014-02-27coverity#1187658 Dereference after null checkCaolán McNamara
Change-Id: I4924903f1763c6afc975efb45e43223ee3829951
2014-02-27coverity#1187640 this code has no effectCaolán McNamara
Change-Id: I526e636fe80001f4cd5c94f0ba1df27134895d83
2014-02-27GetContextMenuDown is always trueCaolán McNamara
Change-Id: Ib2ce1dd91cc7bfaf38feca7b056874a2508869e6
2014-02-27callcatcher: update unused codeCaolán McNamara
Change-Id: I560471a3c2ac9d8ccf759fca1d8c30ae00d73484
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
Change-Id: I190b57bb476a35ede1b6050f3c1edabd0ab00397 Reviewed-on: https://gerrit.libreoffice.org/8374 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26sal_Bool -> bool fixupStephan Bergmann
Change-Id: I1104fc57f9f82944d258208f70993da1b00f1843
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
Conflicts: vcl/headless/svpgdi.cxx vcl/source/app/dbggui.cxx vcl/source/app/help.cxx vcl/source/app/idlemgr.cxx vcl/source/app/settings.cxx vcl/source/app/stdtext.cxx vcl/source/app/svdata.cxx vcl/source/app/svmain.cxx vcl/source/control/fixed.cxx vcl/source/control/ilstbox.cxx vcl/source/control/spinbtn.cxx vcl/source/filter/sgfbram.cxx vcl/source/filter/sgvmain.cxx vcl/source/filter/sgvtext.cxx vcl/source/filter/wmf/emfwr.hxx vcl/source/filter/wmf/winmtf.hxx vcl/source/filter/wmf/wmfwr.hxx vcl/source/fontsubset/cff.cxx vcl/source/fontsubset/fontsubset.cxx vcl/source/fontsubset/xlat.cxx Change-Id: Ifc4fa21e552a8b031645eb883bdc23563eebb602 Reviewed-on: https://gerrit.libreoffice.org/8357 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr
in CTLayout::FillDXArry() Change-Id: I8ee83068d71275874e4af364df253251dfb41c8c
2014-02-26Use SAL_OVERRIDE consistently in CTLayoutTor Lillqvist
When adding SAL_OVERRIDE to the member functions marked virtual, I found one that was not an override of anything, and actually not used at all: GetGlyphOutlines(). Change-Id: I3e56caa6262b2f21f7f47e3851ab0e07bbc4b642
2014-02-26Restore jpgCaolán McNamara
This reverts the jpg part of d9f0af83b7f0abe7119eefca62cbbca7eff818ef. Change-Id: Idcba2e16cc3f2fce9c04a225a5754841b4f39380 Reviewed-on: https://gerrit.libreoffice.org/8358 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26Remove visual noise from vclAlexander Wilms
Conflicts: vcl/source/app/settings.cxx vcl/source/window/dockmgr.cxx vcl/source/window/dockwin.cxx vcl/source/window/floatwin.cxx vcl/source/window/toolbox2.cxx Change-Id: Ie67681549a76e77064b09d4b5bf80fe4c6010341 Reviewed-on: https://gerrit.libreoffice.org/8339 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxxChristian M. Heller
Conflicts: vcl/source/window/toolbox2.cxx Change-Id: Ifcb3a31733d8122d228596e8ec1253990f979471 Reviewed-on: https://gerrit.libreoffice.org/8174 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxxChristian M. Heller
Conflicts: vcl/source/window/floatwin.cxx Change-Id: I5cf91515e088f7f7bb766089c0812b023ecb3bdd Reviewed-on: https://gerrit.libreoffice.org/8172 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxxChristian M. Heller
(BTW: There seems to be some duplication between dockwin and dockmgr) Conflicts: vcl/source/window/dockwin.cxx Change-Id: Icaf421620f87de7512a461b778958f6e141946db Reviewed-on: https://gerrit.libreoffice.org/8171 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26Remove implementation details from vcl/settings.hxxTobias Lippert
This reduces the number of files which need to be recompiled after a change to the internal details. Also: Remove explicit assignment operators since they are no longer needed. Change-Id: Ieb18a8437fbcd39c6003b50c656ce010f5002d9a Reviewed-on: https://gerrit.libreoffice.org/8161 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>