summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Collapse)AuthorFilesLines
2014-04-19Remove gcc3 workaround here tooThomas Arnhold1-30/+15
Change-Id: I5626c31ebc2c2a1a3946e88f30c64b5442284842
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold5-14/+14
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist28-28/+333
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist1-81/+27
Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist1-0/+4
Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky1-3/+8
When using the tiled rendering, LibreOffice provides only the content, so no need to instantiate accessibility. Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14correct indentationThomas Arnhold1-11/+9
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold2-10/+0
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann5-29/+14
Change-Id: Ia7fdd39b700c597a85280b39550e5de2bf193756
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
...and rather live with macro calls not terminated by semicolons until those macros are gone for good anyway. Completely remove unused DECLARE_UNO3_XCOMPONENT_DEFAULTS. Change-Id: I0d4eb5a91736004b0da2b09fce860e57f6d1ddbd
2014-04-06Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist1-3/+0
Change-Id: I759a981c68a899ba314f5b77efa450aa57528433
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin22-59/+59
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin2-4/+4
- remove unused PFilterDlgCall typedef - remove bool parameter from PFilterCall typedef - it was always being called with false, and nothing was reading it Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-6/+6
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann6-134/+0
Change-Id: Ia6219ebd5fb2d2644135ec20a986158b68b771fc
2014-03-28coverity#736157 Dereference null return valueCaolán McNamara1-2/+2
Change-Id: Ibc6e17e4d916ae9e1664e8c9149a978072dae0ac
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann18-430/+430
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-25coverity#736158 Dereference null return valueCaolán McNamara1-5/+3
Change-Id: Ia3afc3989d1c9a5d9c70b167186fd81a263550fb
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
(and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f
2014-03-13Remove unused VCLXWindowImpl partsStephan Bergmann1-24/+3
Change-Id: I6b26243e9669c791fdf1bd68193675ca780d41ee
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-1/+1
Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann4-75/+4
Change-Id: Ibe481aebad026f8c182052f1327bed8a1054cf7a
2014-03-10coverity#708535 Uninitialized scalar fieldCaolán McNamara1-0/+1
Change-Id: Ife2acd5dd5193edd0ca34d85370885ee6865fadd
2014-03-10coverity#708534 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: Id2e70f46b4ae249403ca68f3a45c86b13fa1ca16
2014-03-10coverity#708531 Uninitialized pointer fieldCaolán McNamara1-2/+3
Change-Id: I4519cf5b3ecf53c678621a4b8f6267dd4a41fcad
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann2-142/+0
Unused since 265043a935781633f204b1ddfede5f454b8555fe "tabcontrol: #i113362# impl tabcontrol in awt" and not even built since 0a966b904bd6fd570d2fb09825810aceed4e00e8 "tabcontrol: fix some compile errors." Change-Id: Ida6fde85207288a0b4e09cee767bd004f9384d99
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann55-2064/+2064
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from toolkitAlexander Wilms56-444/+444
Change-Id: I1704d6ac497f2e47a813813640ead14c5fa480d9 Reviewed-on: https://gerrit.libreoffice.org/8326 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
Change-Id: I773524536c0ed7bc34eb08cd35cfc77e83f722ba
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-7/+3
Works for libmerged too, so we can get rid of LIBO_MERGELIBS. And remove few more #defines in vcl. It's generated by gbuild, so probably abusing config_host directory. Open to improvements. Change-Id: I87ab109bf109e42751766011daf076e9cdf8f5ee
2014-02-24error: enumeral and non-enumeral type in conditional expressionStephan Bergmann1-1/+1
Change-Id: I30293ac22fb26e0f7c9bfd335ccaa9a2d263d02f
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2-12/+12
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann38-414/+414
Change-Id: I5153c4413004d1b50cc503b3e70657bc831a5793
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-2/+1
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-23Remove unneccessary commentsAlexander Wilms35-667/+667
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#705963 Dereference before null checkCaolán McNamara1-13/+10
Change-Id: I6371ef5e838d1e66ea9aeba75f554eea93426139
2014-02-21coverity#708532 Uninitialized scalar fieldCaolán McNamara1-2/+3
Change-Id: I9de7a5b3f42f1810639663c25965b196a8959f3e
2014-02-21vcl: sal_Bool -> boolStephan Bergmann5-31/+31
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert6-0/+6
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18coverity#738917 Uninitialized scalar fieldCaolán McNamara1-0/+3
Change-Id: I6d1b6e201f3ec57c727e93ff69a212c8138998d6
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I133012cf88020e38eb0fc0932979347b996943fe
2014-02-13coverity#707416 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: Ib2f8dee2214bc3f53edae5c7c20c4924f1fec568
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-06typo fixes in commentsAndras Timar2-2/+2
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
as preparation for converting the SvStream::operator>> methods on primitive types Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9 Reviewed-on: https://gerrit.libreoffice.org/7798 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>