summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoobjw.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann1-1/+0
2022-01-04Drop also commented-out obfuscated SAL_DEBUG callsTor Lillqvist1-3/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-4/+5
2021-10-07drop 'using namespace std' in extensions(ole)Julien Nabet1-2/+1
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): extensionsStephan Bergmann1-2/+2
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner1-68/+0
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-1/+1
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann1-2/+1
2020-12-09loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-15/+5
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-2/+3
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+16
2019-10-24Make this SAL_INFO less elaborateStephan Bergmann1-7/+3
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-5/+4
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann1-12/+12
2019-10-01loplugin:refcounting (clang-cl)Stephan Bergmann1-2/+3
2019-10-01loplugin:sallogareas (clang-cl)Stephan Bergmann1-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-07-24Add FIXMETor Lillqvist1-0/+1
2019-06-11Veto process exit while an OLE client is connectedTor Lillqvist1-0/+59
2019-05-25Fix typoAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-4/+4
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-10/+10
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 Bergmann1-6/+6
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist1-0/+4
2018-11-11Removed repeated semicolonAndrea Gelmini1-1/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-8/+4
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-26Fix typoAndrea Gelmini1-1/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-2/+1
2018-06-25Add a FIXMETor Lillqvist1-0/+4
2018-06-12Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist1-6/+91
2018-06-11Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist1-1/+15
2018-06-11Fix typoAndrea Gelmini1-1/+1
2018-06-10Start of work on supporting named argumentsTor Lillqvist1-11/+50
2018-06-08Fix glitch in SAL_INFO loggingTor Lillqvist1-3/+4
2018-06-08Log all the names being looked up in GetIDsOfNames()Tor Lillqvist1-3/+11
2018-06-07Fix off-by-one error: The XCollection loop index is one-basedTor Lillqvist1-2/+2
2018-06-07Improve logging in CXEnumVariantTor Lillqvist1-5/+26
2018-06-06tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist1-13/+20
2018-06-04Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann1-226/+209