summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Expand)AuthorFilesLines
2020-05-20use for-range on Sequence in e*Noel Grandin1-4/+4
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara1-3/+2
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-2/+3
2019-12-19sal_Char->char in extensionsNoel Grandin1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann2-0/+19
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann1-5/+5
2019-10-24Make this SAL_INFO less elaborateStephan Bergmann1-7/+3
2019-10-23loplugin:bufferadd (clang-cl)Stephan Bergmann1-11/+6
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann2-7/+6
2019-10-17Remove some memset callsMike Kaganski1-1/+1
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann4-38/+38
2019-10-01loplugin:refcounting (clang-cl)Stephan Bergmann1-2/+3
2019-10-01loplugin:sallogareas (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-2/+2
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-22More hacks for quit requests from an OLE Automation clientTor Lillqvist1-2/+4
2019-08-22Add some more SAL_INFOsTor Lillqvist1-0/+4
2019-08-21Fix typoAndrea Gelmini1-2/+2
2019-08-20Fix typosAndrea Gelmini1-4/+4
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-07-25Turn an incoming VT_NULL when a STRING is wanted into an empty BSTRTor Lillqvist1-0/+2
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-07-24Add FIXMETor Lillqvist1-0/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-06-11Veto process exit while an OLE client is connectedTor Lillqvist1-0/+59
2019-05-25Fix typosAndrea Gelmini1-2/+2
2019-05-25Fix typoAndrea Gelmini1-2/+2
2019-05-25Fix typoAndrea Gelmini1-1/+1
2019-05-25Fix typoAndrea Gelmini1-1/+1
2019-05-16Fix typoAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara6-15/+15
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann4-23/+23
2019-03-27loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-03-07Generate more specific names for unknown members than just "Unknown"Tor Lillqvist1-1/+1
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann5-26/+26
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist1-0/+4
2018-12-12"functionor" to "function or", and added missing quotehimajin1000001-2/+2
2018-11-11Removed repeated semicolonAndrea Gelmini1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+0
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-8/+4
2018-08-04Fix typosAndrea Gelmini1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-07-23Fix typosAndrea Gelmini2-2/+2
2018-06-26Fix typoAndrea Gelmini1-1/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2-4/+2
2018-06-25Add a FIXMETor Lillqvist1-0/+4
2018-06-12Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist1-6/+91