summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/BluetoothServer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-24sd: remote: disentangle class RemoteServerMichael Stahl1-3/+17
2022-02-21Recheck modules sd* with IWYUGabor Kelemen1-1/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann1-5/+6
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14New loplugin:consttoboolStephan Bergmann1-2/+2
2019-10-17Remove some memset callsMike Kaganski1-4/+2
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen1-2/+2
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-5/+4
2019-01-08use unique_ptr in sd::BluetoothServer::ImplNoel Grandin1-7/+4
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen1-0/+1
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov1-3/+2
2018-10-17Turn sd::BluetoothServer::Impl into scoped enumStephan Bergmann1-5/+5
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-12loplugin:useuniqueptr in sd::BluetoothServerNoel Grandin1-16/+12
2018-08-24loplugin:useuniqueptr in sd::CommunicatorNoel Grandin1-4/+5
2018-08-12Resolves: tdf#112343 remove last dbus-glib mentionsArkadiy Illarionov1-1/+1
2018-02-26Fixing initialization code for Bluetooth and IP Server for Impress.Rostislav Kondratenko1-6/+3
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-1/+1
2018-01-02Fix typosAndrea Gelmini1-1/+1
2017-11-13MACOSX_SDK_VERSION is always at least 1090Tor Lillqvist1-8/+4
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-0/+5
2017-08-07loplugin:casttovoidStephan Bergmann1-11/+6
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-4/+4
2017-07-02loplugin:casttovoid: sdStephan Bergmann1-3/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-26loplugin:oncevar in sdNoel Grandin1-2/+1
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe1-1/+1
2017-03-29loplugin:singlevalfieldsNoel Grandin1-4/+2
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-5/+0
2017-01-11Some loplugin:conststringvar/stringconstant improvements: sdStephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: sdStephan Bergmann1-1/+1
2016-10-16clang-cl loplugin: sdStephan Bergmann1-3/+3
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-2/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-09-25sd/source/ui/tools boost->stdCaolán McNamara1-2/+2
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-2/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+4
2015-09-17boost->stdCaolán McNamara1-4/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-28Fix tdf#90911 wrong parameter size on getsocknameJuergen Funk1-1/+1
2015-03-28loplugin:cstylecastStephan Bergmann1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-05sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETWMichael Stahl1-4/+4