summaryrefslogtreecommitdiff
path: root/extensions/source/ole/unoobjw.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Add some more SAL_INFOsTor Lillqvist1-0/+4
2019-06-11It is not a good idea to allocate a UNO object staticallyTor Lillqvist1-4/+12
2019-06-10Veto process exit while an OLE client is connectedTor Lillqvist1-0/+51
2019-04-02Fix typoTor Lillqvist1-1/+1
2019-03-07Add FIXMETor Lillqvist1-0/+1
2019-03-07Generate more specific names for unknown members than just "Unknown"Tor Lillqvist1-1/+1
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist1-0/+4
2018-06-30Start of work on supporting named argumentsTor Lillqvist1-11/+50
2018-06-30Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist1-1/+15
2018-06-30Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist1-6/+91
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-08Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann1-226/+209
2018-06-07The XCollection loop index is one-basedTor Lillqvist1-2/+2
2018-06-07Improve logging in CXEnumVariantTor Lillqvist1-5/+26
2018-06-07tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist1-13/+20
2018-05-31Add a SAL_INFOTor Lillqvist1-0/+2
2018-05-31Enter AutomationInvokedZone appropriatelyTor Lillqvist1-0/+46
2018-05-31Make convertDispparamsArgs() handle mismatch in number of parameters sanelyTor Lillqvist1-13/+53
2018-05-31Implement EnumConnections, and fix handling of mismatched parameter numberTor Lillqvist1-36/+159
2018-05-31Make SAL_INFO logging style more usefulTor Lillqvist1-51/+51
2018-05-31Use correct index for incoming Arguments sequenceTor Lillqvist1-4/+4
2018-05-31Initialise mxMSF in all casesTor Lillqvist1-3/+6
2018-05-31Add informative commentTor Lillqvist1-0/+10
2018-05-31First attempt at passing arguments, also in and inout, to Automation callbacksTor Lillqvist1-6/+120
2018-05-31A few SAL_INFO tweaksTor Lillqvist1-1/+2
2018-05-31First attempt at implementing CXTypeInfo::GetFuncDesc() and ReleaseFuncDesc()Tor Lillqvist1-6/+98
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist1-2/+2
2018-05-31Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist1-2/+4
2018-05-31Work in progress related to invoking events in Automation clientsTor Lillqvist1-156/+975
2018-05-31Implement InterfaceOleWrapper::GetTypeInfoCount()Tor Lillqvist1-3/+9
2018-05-31Fix typos in SAL_WARNs: The class is called CXTypeInfo, not CxTypeInfoTor Lillqvist1-18/+18
2018-05-31Handle <codecvt> deprecation issue with VS2017Tor Lillqvist1-0/+3
2018-05-31We might need to handle form controls as properties for OLE clients after allTor Lillqvist1-4/+287
2018-05-31Handle DISPID_NEWENUMTor Lillqvist1-0/+124
2018-05-31We only support MSVC anyway for our Windows-specific codeTor Lillqvist1-4/+0
2018-05-31Drop _Impl class name suffix where pointlessTor Lillqvist1-61/+61
2018-03-25Pass missing (hopefully optional) parameters as Any()Tor Lillqvist1-0/+11
2018-03-25Get rid of ole_adapter namespace levelTor Lillqvist1-4/+0
2018-03-25Whitespace (alignment) fixTor Lillqvist1-2/+2
2018-03-25Get rid of a few unused or once-used typedefsTor Lillqvist1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-7/+8
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-9/+8
2017-08-31loplugin:constparams: extensions (clang-cl)Stephan Bergmann1-2/+2
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-07-03loplugin:oncevar (clang-cl): extensionsStephan Bergmann1-24/+8
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock1-4/+4