summaryrefslogtreecommitdiff
path: root/svl/source/svdde
AgeCommit message (Expand)AuthorFilesLines
2017-10-16svl: Drop unnecessary abstraction of DdeItemImpTakeshi Abe1-19/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski3-7/+10
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski4-48/+42
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann1-4/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-11Clean up uses of SAL_U/SAL_W: svlStephan Bergmann2-9/+1
2017-04-19loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-5/+5
2017-04-05loplugin:constantparam part2Noel Grandin1-2/+2
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-2/+2
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder1-1/+1
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara1-2/+13
2017-01-02use std::unique_ptrCaolán McNamara3-46/+43
2016-10-15clang-cl loplugin: svlStephan Bergmann5-86/+89
2016-10-14DdeInternal::InfCallback is unusedStephan Bergmann2-35/+0
2016-10-08svl: convert DBG_ASSERTs to assertMichael Stahl2-16/+14
2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl2-24/+35
2016-10-07Revert "More blind fix for --enable-pch Windows builds"Michael Stahl1-4/+4
2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann1-4/+4
2016-10-07Make _WIN32-only DDE code use proper HCONVStephan Bergmann3-27/+8
2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann4-12/+12
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann2-4/+4
2016-07-04remove comphelper::string::removeNoel Grandin1-2/+1
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-22/+0
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-3/+7
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-06remove some dead bits of DDENoel Grandin1-37/+5
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-4/+0
2015-08-31rename _Disconnect to DisconnectCaolán McNamara1-2/+2
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara1-11/+0
2015-08-31warning C4100: 'nId' : unreferenced formal parameterCaolán McNamara1-2/+2
2015-08-31aDisconnectLink is never called, so remove itNoel Grandin1-1/+0
2015-08-31aConnectLink is never set, so remove itNoel Grandin1-1/+0
2015-08-14fix windows build, 'unreferenced formal parameter'Noel Grandin1-3/+3
2015-08-14fix windows build, partial revert of my commitNoel Grandin1-0/+10
2015-08-14make Link<> instances typedNoel Grandin2-25/+5
2015-07-07Replace GetAppData(SHL_SVDDE) with a static pointer varStephan Bergmann2-13/+16
2015-07-07SHL_SHL2 is unusedStephan Bergmann1-4/+0
2015-06-08typoStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-18more cast hellCaolán McNamara2-16/+12
2015-03-18another round of build fixingCaolán McNamara3-18/+12
2015-03-18some more blind fixing towards a windows buildCaolán McNamara2-6/+6
2015-03-18CF_TEXT and SotClipboardFormatId::STRING are both 1Caolán McNamara1-2/+2
2015-03-18fix windows DdePoke signatureCaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-7/+7
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+0