Age | Commit message (Expand) | Author |
2018-05-31 | Run soffice frpm instdir (but CustomTarget_automationtest still can't work) | Tor Lillqvist |
2018-05-31 | Log the call to CoRegisterClassObject() | Tor Lillqvist |
2018-05-31 | chmod -x | Tor Lillqvist |
2018-05-31 | focus rect for value set | Caolán McNamara |
2018-05-31 | Revert "Simplify: Use AutomationInvokedZone::isActive()" | Tor Lillqvist |
2018-05-31 | Comment out CustomTarget_automationtest for now, it can't work properly | Tor Lillqvist |
2018-05-31 | tdf#117884: intersect border with paint area of upper frame. | Mark Hung |
2018-05-31 | SOSAW080: Cleanup of SdrModel | Armin Le Grand |
2018-05-31 | Implement NewWorkbook and WorkbookOpen Automation callbacks in Calc | Tor Lillqvist |
2018-05-31 | Add a SAL_INFO | Tor Lillqvist |
2018-05-31 | Add a unit test for the Automation client services | Tor Lillqvist |
2018-05-31 | Must catch Exception here, not the more specific UnknownPropertyException | Tor Lillqvist |
2018-05-31 | Simplify: Use AutomationInvokedZone::isActive() | Tor Lillqvist |
2018-05-31 | Need to enter the AutomationInvokedZone here, too | Tor Lillqvist |
2018-05-31 | Add Author property to ooo::vba::excel::XWorkbook and implement it | Tor Lillqvist |
2018-05-31 | Can simplify, our IDL compiler is more clever nowadays | Tor Lillqvist |
2018-05-31 | Avoid a SolarMutex assertion failure in some use cases from Automation | Tor Lillqvist |
2018-05-31 | comphelper: fix an IWYU warning | Miklos Vajna |
2018-05-31 | Enter AutomationInvokedZone appropriately | Tor Lillqvist |
2018-05-31 | Introduce comphelper::Automation::AutomationInvokedZone | Tor Lillqvist |
2018-05-31 | Do same trick in setValue() as earlier in getValue() for Automation clients | Tor Lillqvist |
2018-05-31 | Decrease fragility in odd use cases with no current document (yet) | Tor Lillqvist |
2018-05-31 | Make convertDispparamsArgs() handle mismatch in number of parameters sanely | Tor Lillqvist |
2018-05-31 | Implement EnumConnections, and fix handling of mismatched parameter number | Tor Lillqvist |
2018-05-31 | Make SAL_INFO logging style more useful | Tor Lillqvist |
2018-05-31 | Initial steps to make also Calc usable from Automation clients | Tor Lillqvist |
2018-05-31 | Avoid crash if pDocShell is null | Tor Lillqvist |
2018-05-31 | Add ooo.vba.excel.XApplicationOutgoing | Tor Lillqvist |
2018-05-31 | drop Graphic::GetBitmap | Noel Grandin |
2018-05-31 | Add entries for Calc.Applcation | Tor Lillqvist |
2018-05-31 | Move two functions to perhaps less confusing locations | Tor Lillqvist |
2018-05-31 | Can simplify, our IDL compiler is more clever nowadays | Tor Lillqvist |
2018-05-31 | Add window geometry attributes, too, to ooo.vba.word.XApplication | Tor Lillqvist |
2018-05-31 | Add Move() to ooo.vba.word.XApplication | Tor Lillqvist |
2018-05-31 | Add Resize() method to ooo.vba.word.XApplication | Tor Lillqvist |
2018-05-31 | Add a WindowState attribute to ooo.vba.word.XApplication, too | Tor Lillqvist |
2018-05-31 | Can simplify, our IDL compiler is more clever nowadays | Tor Lillqvist |
2018-05-31 | If a DocumentBeforeClose event handler says no, don't then | Tor Lillqvist |
2018-05-31 | Use correct index for incoming Arguments sequence | Tor Lillqvist |
2018-05-31 | Add DocumentOpen and NewDocument to XApplicationOutgoing and emit such | Tor Lillqvist |
2018-05-31 | Emit DocumentChange events less eagerly (to Automation clients) | Tor Lillqvist |
2018-05-31 | Initialise mxMSF in all cases | Tor Lillqvist |
2018-05-31 | Add informative comment | Tor Lillqvist |
2018-05-31 | Add ooo::vba::word::XDocuments::OpenNoRepairDialog() | Tor Lillqvist |
2018-05-31 | Fire the DocumentBeforeClose event (call the callback) | Tor Lillqvist |
2018-05-31 | Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callback | Tor Lillqvist |
2018-05-31 | We need to keep an ooo::vba::word::XDocument ref in the SwDocShell for... | Tor Lillqvist |
2018-05-31 | First attempt at passing arguments, also in and inout, to Automation callbacks | Tor Lillqvist |
2018-05-31 | A few SAL_INFO tweaks | Tor Lillqvist |
2018-05-31 | First attempt at implementing CXTypeInfo::GetFuncDesc() and ReleaseFuncDesc() | Tor Lillqvist |