summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Receiver.hxx
AgeCommit message (Collapse)Author
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
Change-Id: Ic439140d9ecdcdee9272185bd3c2d11e11288f07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112051 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0d9cee1cd17e168522f6161c515a325e5edf1496 Reviewed-on: https://gerrit.libreoffice.org/65234 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke
Change-Id: Iafd106d431869d80f664bd540092bee4f10e14b5 Reviewed-on: https://gerrit.libreoffice.org/37862 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-01-11loplugin:privatebase: Make derivation from Timer explicitly privateStephan Bergmann
Change-Id: I5c3bcd19bb63f78c8d06961d39b0932220cb3762
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d Reviewed-on: https://gerrit.libreoffice.org/19589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
Change-Id: I7714a4638b03d020820b276028c0819ef054fa26
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
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-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2013-10-23fixincludeguards.sh: sdThomas Arnhold
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks
Process incoming commands in the main thread in a Timeout, build thumbnail / previews there too - to avoid the deadlocks mentioned in the bug. Change-Id: I5f5e8d6fbc2e059d4194f72f3e086e1aa87ab2cc
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-08-06Fixed thumbnail control. Changed thumbnail activity to fragment.Andrzej J.R. Hunt
Change-Id: I4e8a9d37f3b418728404b7fab4f7b6e3c3b5e5b9
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt
Change-Id: I09b0c2d1521939af058526d1727d0c4d34ad0452
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt
Change-Id: I3983b28443584f33a879ba9fab52f11a0ab7fad5
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt
Change-Id: I I I6e66d197a18d9707b85804e98a9f690f7dda5087
2012-08-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt
Change-Id: I Idcf6cf33b75dde2f921bec6c64e394e91994aba0
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt
Change-Id: I60e5acac2d47aefec5dd195a5eca599eb1cb8586
2012-08-06namespacing / compile fixingMichael Meeks
Change-Id: Iead86be0a7b08213ae83870707bbcf3333a8bf10
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt
Change-Id: Ibbc7ac02c5946a49c1cd777abc2853fe7e158009
2012-08-06Fixed remote control code to work correctly.Andrzej J. R. Hunt
Change-Id: I Ia600ed456fba135056f7a00398030b7c9e873329
2012-08-06Replaced Unix with osl sockets. Added slideshow controller.Andrzej J. R. Hunt
Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be
2012-08-06cleanup trailing whitespaceMichael Meeks
Change-Id: I788513e8cb7d8e1fd9efca4ff4150381df9b199a
2012-08-06Initial checkin of remote control.Andrzej J. R. Hunt
Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695