summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* simplify calls to *DialogFactory::Create methodsNoel Grandin2018-06-123-4/+0
* 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
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-9/+6
* 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
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-058-6/+5
* Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann2018-06-041-226/+209
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-031-4/+2
* Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann2018-06-012-6/+0
* Fix typosAndrea Gelmini2018-06-011-3/+3
* loplugin:unoany (clang-cl)Stephan Bergmann2018-06-011-1/+1
* tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov2018-06-013-7/+5
* Fix typosAndrea Gelmini2018-06-011-1/+1
* Run soffice frpm instdir (but CustomTarget_automationtest still can't work)Tor Lillqvist2018-05-312-3/+11
* Log the call to CoRegisterClassObject()Tor Lillqvist2018-05-311-0/+3
* Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist2018-05-311-1/+2
* Comment out CustomTarget_automationtest for now, it can't work properlyTor Lillqvist2018-05-311-3/+3
* Add a SAL_INFOTor Lillqvist2018-05-311-0/+2
* Add a unit test for the Automation client servicesTor Lillqvist2018-05-313-0/+155
* Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist2018-05-311-2/+1
* Need to enter the AutomationInvokedZone here, tooTor Lillqvist2018-05-311-0/+3
* 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
* Initial steps to make also Calc usable from Automation clientsTor Lillqvist2018-05-311-0/+16
* 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
* Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1Tor Lillqvist2018-05-311-0/+3
* Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist2018-05-311-2/+4
* We want just one SwVbaGlobals and SwVbaApplication for all Automation clientsTor Lillqvist2018-05-311-2/+2
* Work in progress related to invoking events in Automation clientsTor Lillqvist2018-05-303-165/+1000
* 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-302-4/+293
* Hack to make properties work better from Automation clientsTor Lillqvist2018-05-301-12/+10
* Provide also an ooo.vba.word.XApplication objectTor Lillqvist2018-05-293-11/+39
* Handle DISPID_NEWENUMTor Lillqvist2018-05-291-0/+124