summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-9/+6
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-05tdf#42949 remove unused compheler includes ..Jochen Nitschke8-6/+5
2018-06-04Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann1-226/+209
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-4/+2
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann2-6/+0
2018-06-01Fix typosAndrea Gelmini1-3/+3
2018-06-01loplugin:unoany (clang-cl)Stephan Bergmann1-1/+1
2018-06-01tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov3-7/+5
2018-06-01Fix typosAndrea Gelmini1-1/+1
2018-05-31Run soffice frpm instdir (but CustomTarget_automationtest still can't work)Tor Lillqvist2-3/+11
2018-05-31Log the call to CoRegisterClassObject()Tor Lillqvist1-0/+3
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist1-1/+2
2018-05-31Comment out CustomTarget_automationtest for now, it can't work properlyTor Lillqvist1-3/+3
2018-05-31Add a SAL_INFOTor Lillqvist1-0/+2
2018-05-31Add a unit test for the Automation client servicesTor Lillqvist3-0/+155
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist1-2/+1
2018-05-31Need to enter the AutomationInvokedZone here, tooTor Lillqvist1-0/+3
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-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist1-0/+16
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-31Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1Tor Lillqvist1-0/+3
2018-05-31Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist1-2/+4
2018-05-31We want just one SwVbaGlobals and SwVbaApplication for all Automation clientsTor Lillqvist1-2/+2
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist3-165/+1000
2018-05-30Implement InterfaceOleWrapper::GetTypeInfoCount()Tor Lillqvist1-3/+9
2018-05-30Fix typos in SAL_WARNs: The class is called CXTypeInfo, not CxTypeInfoTor Lillqvist1-18/+18
2018-05-30Handle <codecvt> deprecation issue with VS2017Tor Lillqvist1-0/+3
2018-05-30We might need to handle form controls as properties for OLE clients after allTor Lillqvist2-4/+293
2018-05-30Hack to make properties work better from Automation clientsTor Lillqvist1-12/+10
2018-05-29Provide also an ooo.vba.word.XApplication objectTor Lillqvist3-11/+39
2018-05-29Handle DISPID_NEWENUMTor Lillqvist1-0/+124
2018-05-28loplugin:useuniqueptr in GridWindowNoel Grandin1-6/+6
2018-05-28loplugin:useuniqueptr in abp::FinalPageNoel Grandin2-4/+4
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-34/+59
2018-05-25Add one line of hopefully correctly understood explanationTor Lillqvist1-0/+3
2018-05-25Bin noise part of commentTor Lillqvist1-2/+2