summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddesvr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann1-13/+10
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-2/+2
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-08-24loplugin:returnconstval in svlNoel Grandin1-2/+2
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov1-102/+66
2018-10-21tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski1-7/+4
2018-10-20result of DdeQueryStringW unusedCaolán McNamara1-19/+4
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-5/+5
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe1-19/+10
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-10-16svl: Drop unnecessary abstraction of DdeItemImpTakeshi Abe1-19/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-4/+5
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-32/+31
2017-04-19loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-5/+5
2017-01-02use std::unique_ptrCaolán McNamara1-8/+8
2016-10-15clang-cl loplugin: svlStephan Bergmann1-49/+50
2016-10-08svl: convert DBG_ASSERTs to assertMichael Stahl1-12/+11
2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl1-24/+32
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 Bergmann1-20/+8
2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann1-8/+8
2016-07-04remove comphelper::string::removeNoel Grandin1-2/+1
2016-04-06remove some dead bits of DDENoel Grandin1-37/+5
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 Grandin1-22/+3
2015-06-08typoStephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-18more cast hellCaolán McNamara1-7/+7
2015-03-18another round of build fixingCaolán McNamara1-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+0
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+17
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante1-106/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-20/+13
2013-11-10clean up #ifdef ICC codeMichael Stahl1-6/+0
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-18some GetTokens hidden in windows only codeCaolán McNamara1-5/+5
2013-10-02bWeiter -> bContinuePhilipp Riemer1-10/+10