summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)AuthorFilesLines
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2-23/+22
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski1-5/+0
2019-04-01IShellLinkA -> IShellLinkWMike Kaganski1-7/+5
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski3-6/+5
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann7-53/+53
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov3-65/+38
2019-02-10Win64 fixes for dtrans.Damjan Jovanovic2-9/+9
2019-02-05Cleanup event properly; handle error from MsgWaitForMultipleObjectsMike Kaganski1-0/+10
2019-02-05tdf#122435: reimplement fix for tdf#109085Mike Kaganski2-13/+90
2019-01-30loplugin:redundantfcast (clang-cl)Stephan Bergmann1-1/+1
2019-01-30-Werror,-Wunused-const-variable (clang-cl)Stephan Bergmann1-1/+0
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann3-7/+1
2018-11-16Fix typosAndrea Gelmini2-2/+2
2018-11-05Win: implement Clipboard Format Listener instead of obsolete ViewerMike Kaganski2-61/+10
2018-11-05tdf#109085: don't assume MtaOleReq window is still valid at shutdownMike Kaganski1-95/+5
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-28tdf#119235 svx,sd: fix drag&drop from ColorBarMichael Stahl1-1/+1
2018-10-12Remove unnecessary mutexStephan Bergmann2-7/+0
2018-10-12Remove undefined member function declarationsStephan Bergmann1-12/+0
2018-10-11tdf#120158: Base CMimeContentType on INetMIME::scanContentTypeStephan Bergmann3-255/+19
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-4/+0
2018-10-10Properly check HRESULTMike Kaganski1-1/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann5-13/+13
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen5-0/+5
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski1-1/+1
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+1
2018-07-29loplugin:stringloop in variousNoel Grandin1-9/+10
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-5/+4
2018-04-27Fix typosAndrea Gelmini2-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-03-11Use for-range loops in drawinglayer and dtransJulien Nabet2-13/+7
2018-02-01dtrans: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski20-123/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-2/+2
2018-01-19inline some definesNoel Grandin1-2/+1
2017-12-19Fix typosAndrea Gelmini3-3/+3
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann16-68/+68
2017-12-11loplugin:salcall fix functionsNoel Grandin2-3/+3
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann19-131/+131
2017-12-11loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-24/+24
2017-11-27loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2017-10-27loplugin:includeform: dtrans (Windows)Stephan Bergmann8-9/+9
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski3-7/+10
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-1/+1
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-10-01loplugin:flatten (clang-cl, dtrans)Stephan Bergmann1-11/+8
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski5-25/+21
2017-09-27loplugin:unnecessarycatchthrow (clang-cl)Stephan Bergmann1-8/+2