summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoobjw.cxx
AgeCommit message (Expand)Author
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-10-24Make this SAL_INFO less elaborateStephan Bergmann
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2019-10-01loplugin:refcounting (clang-cl)Stephan Bergmann
2019-10-01loplugin:sallogareas (clang-cl)Stephan Bergmann
2019-08-22More hacks for quit requests from an OLE Automation clientTor Lillqvist
2019-08-22Add some more SAL_INFOsTor Lillqvist
2019-07-24Add FIXMETor Lillqvist
2019-06-11Veto process exit while an OLE client is connectedTor Lillqvist
2019-05-25Fix typoAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-03-27loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-03-07Generate more specific names for unknown members than just "Unknown"Tor Lillqvist
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-23Fix typosAndrea Gelmini
2018-06-26Fix typoAndrea Gelmini
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov
2018-06-25Add a FIXMETor Lillqvist
2018-06-12Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist
2018-06-11Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist
2018-06-11Fix typoAndrea Gelmini
2018-06-10Start of work on supporting named argumentsTor Lillqvist
2018-06-08Fix glitch in SAL_INFO loggingTor Lillqvist
2018-06-08Log all the names being looked up in GetIDsOfNames()Tor Lillqvist
2018-06-07Fix off-by-one error: The XCollection loop index is one-basedTor Lillqvist
2018-06-07Improve logging in CXEnumVariantTor Lillqvist
2018-06-06tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist
2018-06-04Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann
2018-06-01Fix typosAndrea Gelmini
2018-06-01Fix typosAndrea Gelmini
2018-05-31Add a SAL_INFOTor Lillqvist
2018-05-31Enter AutomationInvokedZone appropriatelyTor Lillqvist
2018-05-31Make convertDispparamsArgs() handle mismatch in number of parameters sanelyTor Lillqvist
2018-05-31Implement EnumConnections, and fix handling of mismatched parameter numberTor Lillqvist
2018-05-31Make SAL_INFO logging style more usefulTor Lillqvist
2018-05-31Use correct index for incoming Arguments sequenceTor Lillqvist
2018-05-31Initialise mxMSF in all casesTor Lillqvist
2018-05-31Add informative commentTor Lillqvist
2018-05-31First attempt at passing arguments, also in and inout, to Automation callbacksTor Lillqvist
2018-05-31A few SAL_INFO tweaksTor Lillqvist
2018-05-31First attempt at implementing CXTypeInfo::GetFuncDesc() and ReleaseFuncDesc()Tor Lillqvist
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist