summaryrefslogtreecommitdiff
path: root/svl/source/svdde
AgeCommit message (Expand)AuthorFilesLines
2024-03-11tdf#114441 use sal_uInt32 instead of sal_uLongKeldin Maldonado (KNM)1-1/+1
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir2-12/+22
2023-11-23c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl 2)Julien Nabet1-3/+2
2023-11-23c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl)Julien Nabet1-2/+1
2022-10-08Simplify this code a bitMike Kaganski1-85/+44
2020-12-14warning C4189: 'pInst': local variable is initialized but not referencedStephan Bergmann1-2/+0
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu1-1/+1
2020-11-25DdeInitializeW, DdeGetLastError, etc. use UINT as status return typeStephan Bergmann1-1/+1
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann2-15/+12
2020-11-19svl/source/svdde/ddedata.cxx is only compiled on Windows anywayStephan Bergmann1-4/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-8/+8
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2-3/+3
2020-03-12comparison operators should be constNoel Grandin2-2/+2
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet1-3/+2
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-08-24loplugin:returnconstval in svlNoel Grandin1-2/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22loplugin:constmethod in svlNoel Grandin2-4/+4
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov1-102/+66
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
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-24loplugin:emptyif (clang-cl)Stephan Bergmann1-5/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-11/+11
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe2-21/+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 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