summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-04-24sd: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
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 Bergmann1-1/+1
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-17sd: prefer passing OUString by referenceNoel Grandin1-2/+2
Change-Id: Ide21e1f51284fb2d4c7aaaa358417c6080b2fdde
2013-10-23fixincludeguards.sh: sdThomas Arnhold1-3/+3
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-0/+2
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
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-02-19improve bluetooth discoverability toggling API.Michael Meeks1-2/+4
Change-Id: I289d43fcb173b64b01183a41f780bc74d2ba0abe
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-3/+0
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-11-27sdremote: make it possible to have only bluetooth enabledMiklos Vajna1-2/+2
Previously bluetooth didn't work without a running TCP server. Now the TCP server isn't listening (unless experimental features are enabled), and yet bluetooth can be used once the remote control setting is enabled. Change-Id: I44248642d7e12ded2d4c731d0105bcab88c7fd5a
2012-09-18Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt1-0/+3
Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt1-13/+1
Change-Id: I64102536f12875b9834ce99763925f1544a87e8f
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt1-4/+6
Change-Id: I542e563df68d38691f7c95cebf66aeb32071bd66
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt1-12/+30
Change-Id: Ia31e33fca6dca47faa1fad1a5879c3902df05835
2012-08-10RemoteServer: ClientInfo is stored in STL vector, must be AssignableMichael Stahl1-3/+3
Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt1-0/+18
Change-Id: Ifd69df9ccfb5b6a78044b002b6ec5bf1f12b6faa
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt1-0/+1
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt1-0/+62
Change-Id: Ia935a97fe57eb1259c3426f0414bec7362f2e8cf