summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2019-04-18tdf#122172 set textContent to nil in OOoContentDataProviderTomaž Vajngerl
2019-04-15Turn an incoming VT_NULL when a STRING is wanted into an empty BSTRTor Lillqvist
2019-04-02Fix typoTor Lillqvist
2019-03-07Add FIXMETor Lillqvist
2019-03-07Generate more specific names for unknown members than just "Unknown"Tor Lillqvist
2019-02-06Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-21SAL_INFO also for parameter names that are not foundTor Lillqvist
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-06-30Start of work on supporting named argumentsTor Lillqvist
2018-06-30Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist
2018-06-30Support named arguments in InterfaceOleWrapper::Invoke()Tor 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-08Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann
2018-06-07The XCollection loop index is one-basedTor Lillqvist
2018-06-07Improve logging in CXEnumVariantTor Lillqvist
2018-06-07tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist
2018-05-31Log the call to CoRegisterClassObject()Tor Lillqvist
2018-05-31Add a SAL_INFOTor Lillqvist
2018-05-31Need to enter the AutomationInvokedZone here, tooTor 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-31Initial steps to make also Calc usable from Automation clientsTor 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
2018-05-31Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1Tor Lillqvist
2018-05-31Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist
2018-05-31We want just one SwVbaGlobals and SwVbaApplication for all Automation clientsTor Lillqvist
2018-05-31Work in progress related to invoking events in Automation clientsTor Lillqvist
2018-05-31Implement InterfaceOleWrapper::GetTypeInfoCount()Tor Lillqvist
2018-05-31Fix typos in SAL_WARNs: The class is called CXTypeInfo, not CxTypeInfoTor Lillqvist
2018-05-31Handle <codecvt> deprecation issue with VS2017Tor Lillqvist
2018-05-31We might need to handle form controls as properties for OLE clients after allTor Lillqvist
2018-05-31Hack to make properties work better from Automation clientsTor Lillqvist
2018-05-31Provide also an ooo.vba.word.XApplication objectTor Lillqvist
2018-05-31Handle DISPID_NEWENUMTor Lillqvist
2018-05-31Add one line of hopefully correctly understood explanationTor Lillqvist
2018-05-31Bin noise part of commentTor Lillqvist
2018-05-31IClassFactoryWrapper can go away nowTor Lillqvist
2018-05-31Bin dead codeTor Lillqvist
2018-05-31In fact it's simpler to not have m_guid fields in these two classes at allTor Lillqvist
2018-05-31These fields can be constTor Lillqvist
2018-05-31There is nothing called o2u_anyToVariantTor Lillqvist