summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-31Avoid a SolarMutex assertion failure in some use cases from AutomationTor Lillqvist
2018-05-31comphelper: fix an IWYU warningMiklos Vajna
2018-05-31Enter AutomationInvokedZone appropriatelyTor Lillqvist
2018-05-31Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist
2018-05-31Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist
2018-05-31Decrease fragility in odd use cases with no current document (yet)Tor 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-31Avoid crash if pDocShell is nullTor Lillqvist
2018-05-31Add ooo.vba.excel.XApplicationOutgoingTor Lillqvist
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-05-31Add entries for Calc.ApplcationTor Lillqvist
2018-05-31Move two functions to perhaps less confusing locationsTor Lillqvist
2018-05-31Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist
2018-05-31Add window geometry attributes, too, to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add Move() to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist
2018-05-31Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist
2018-05-31Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist
2018-05-31If a DocumentBeforeClose event handler says no, don't thenTor Lillqvist
2018-05-31Use correct index for incoming Arguments sequenceTor Lillqvist
2018-05-31Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist
2018-05-31Emit DocumentChange events less eagerly (to Automation clients)Tor Lillqvist
2018-05-31Initialise mxMSF in all casesTor Lillqvist
2018-05-31Add informative commentTor Lillqvist
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist
2018-05-31Fire the DocumentBeforeClose event (call the callback)Tor Lillqvist
2018-05-31Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callbackTor Lillqvist
2018-05-31We need to keep an ooo::vba::word::XDocument ref in the SwDocShell for...Tor 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-31ofz#8644 oss build brokenCaolán McNamara
2018-05-31Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist
2018-05-31Add Document.Close event generationTor Lillqvist
2018-05-31Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1Tor Lillqvist
2018-05-31drop last use of TransferableHelper::GetSystemClipboardCaolán McNamara
2018-05-31tdf#117864 TransferableHelper::GetSystemClipboard requires a focus windowCaolán McNamara
2018-05-31RTL support for custom widgetsCaolán McNamara
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-05-31libnumbertext: update to 1.0 beta 3László Németh
2018-05-31move some CanvasHelper::implDrawBitmap inside vclNoel Grandin
2018-05-31Remove leftover hardcoded check for SwVbaApplicationTor Lillqvist
2018-05-31Add ooo.vba.word.XDocumentOutgoingTor Lillqvist
2018-05-31Bin leftover misleading commentTor Lillqvist
2018-05-31Updated coreOlivier Hallot
2018-05-31Updated coreOlivier Hallot
2018-05-31We want just one SwVbaGlobals and SwVbaApplication for all Automation clientsTor Lillqvist