summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/unoobjw.cxx
Commit message (Expand)AuthorAgeFilesLines
* warning C4100: 'Source': unreferenced formal parameterMike Kaganski2019-10-081-1/+1
* More hacks for quit requests from an OLE Automation clientTor Lillqvist2019-09-201-2/+4
* Add some more SAL_INFOsTor Lillqvist2019-09-201-0/+4
* It is not a good idea to allocate a UNO object staticallyTor Lillqvist2019-09-201-4/+12
* Veto process exit while an OLE client is connectedTor Lillqvist2019-09-201-0/+51
* Add FIXMETor Lillqvist2019-09-201-0/+1
* Generate more specific names for unknown members than just "Unknown"Tor Lillqvist2019-09-201-1/+1
* SAL_INFO also for parameter names that are not foundTor Lillqvist2019-09-191-0/+4
* Removed repeated semicolonAndrea Gelmini2018-11-111-1/+1
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-201-8/+4
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typoAndrea Gelmini2018-06-261-1/+1
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-261-2/+1
* Add a FIXMETor Lillqvist2018-06-251-0/+4
* Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist2018-06-121-6/+91
* Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist2018-06-111-1/+15
* Fix typoAndrea Gelmini2018-06-111-1/+1
* Start of work on supporting named argumentsTor Lillqvist2018-06-101-11/+50
* Fix glitch in SAL_INFO loggingTor Lillqvist2018-06-081-3/+4
* Log all the names being looked up in GetIDsOfNames()Tor Lillqvist2018-06-081-3/+11
* Fix off-by-one error: The XCollection loop index is one-basedTor Lillqvist2018-06-071-2/+2
* Improve logging in CXEnumVariantTor Lillqvist2018-06-071-5/+26
* tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist2018-06-061-13/+20
* Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann2018-06-041-226/+209
* Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann2018-06-011-3/+0
* Fix typosAndrea Gelmini2018-06-011-3/+3
* Fix typosAndrea Gelmini2018-06-011-1/+1
* Add a SAL_INFOTor Lillqvist2018-05-311-0/+2
* Enter AutomationInvokedZone appropriatelyTor Lillqvist2018-05-311-0/+46
* Make convertDispparamsArgs() handle mismatch in number of parameters sanelyTor Lillqvist2018-05-311-13/+53
* Implement EnumConnections, and fix handling of mismatched parameter numberTor Lillqvist2018-05-311-36/+159
* Make SAL_INFO logging style more usefulTor Lillqvist2018-05-311-51/+51
* Use correct index for incoming Arguments sequenceTor Lillqvist2018-05-311-4/+4
* Initialise mxMSF in all casesTor Lillqvist2018-05-311-3/+6
* Add informative commentTor Lillqvist2018-05-311-0/+10
* First attempt at passing arguments, also in and inout, to Automation callbacksTor Lillqvist2018-05-311-6/+120
* A few SAL_INFO tweaksTor Lillqvist2018-05-311-1/+2
* First attempt at implementing CXTypeInfo::GetFuncDesc() and ReleaseFuncDesc()Tor Lillqvist2018-05-311-6/+98
* Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist2018-05-311-2/+2
* Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist2018-05-311-2/+4
* Work in progress related to invoking events in Automation clientsTor Lillqvist2018-05-301-156/+975
* Implement InterfaceOleWrapper::GetTypeInfoCount()Tor Lillqvist2018-05-301-3/+9
* Fix typos in SAL_WARNs: The class is called CXTypeInfo, not CxTypeInfoTor Lillqvist2018-05-301-18/+18
* Handle <codecvt> deprecation issue with VS2017Tor Lillqvist2018-05-301-0/+3
* We might need to handle form controls as properties for OLE clients after allTor Lillqvist2018-05-301-4/+287
* Handle DISPID_NEWENUMTor Lillqvist2018-05-291-0/+124
* We only support MSVC anyway for our Windows-specific codeTor Lillqvist2018-05-171-4/+0
* Drop _Impl class name suffix where pointlessTor Lillqvist2018-05-161-61/+61
* loplugin:cstylecast (clang-cl)Stephan Bergmann2018-03-081-1/+1