summaryrefslogtreecommitdiffstats
path: root/oovbaapi
Commit message (Expand)AuthorAgeFilesLines
* Add ooo.vba.word.XDocument.SavePreviewPngAs() and implementTor Lillqvist2019-05-231-1/+2
* Add XWordBasic.FileSaveAs() and implementTor Lillqvist2019-04-191-0/+1
* Change XWordBasic methods to return anyTor Lillqvist2019-04-191-5/+5
* Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist2019-04-011-0/+1
* Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist2019-03-261-0/+3
* The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist2019-02-071-1/+1
* The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist2019-02-071-1/+1
* Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist2019-02-061-0/+1
* Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist2019-02-061-0/+1
* Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist2019-02-061-0/+1
* Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist2019-02-061-0/+2
* Add WordBasic.FileClose()Tor Lillqvist2019-01-241-0/+1
* Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist2019-01-221-8/+1
* Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist2019-01-211-1/+8
* Add a (dummy) WordBasic.FileSave()Tor Lillqvist2019-01-211-0/+1
* Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist2019-01-211-0/+1
* Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist2019-01-212-0/+3
* oovbaapi: hack Excel / OptionButton compatibility into Button for now.Michael Meeks2018-09-171-4/+6
* Add a MailMerge class and object to the Writer VBA APITor Lillqvist2018-06-134-0/+60
* Add ExistingBookmark() to WordBasicTor Lillqvist2018-06-121-0/+1
* Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist2018-06-121-0/+1
* Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist2018-06-121-0/+1
* Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist2018-06-071-0/+10
* Add WordBasic property and its FileOpen "command"Tor Lillqvist2018-05-313-0/+26
* Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist2018-05-311-0/+1
* Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist2018-05-311-0/+1
* Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist2018-05-311-10/+0
* Initial steps to make also Calc usable from Automation clientsTor Lillqvist2018-05-312-0/+4
* Add ooo.vba.excel.XApplicationOutgoingTor Lillqvist2018-05-312-0/+35
* Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist2018-05-311-11/+0
* Add window geometry attributes, too, to ooo.vba.word.XApplicationTor Lillqvist2018-05-311-0/+4
* Add Move() to ooo.vba.word.XApplicationTor Lillqvist2018-05-311-0/+1
* Add Resize() method to ooo.vba.word.XApplicationTor Lillqvist2018-05-311-0/+1
* Add a WindowState attribute to ooo.vba.word.XApplication, tooTor Lillqvist2018-05-311-0/+1
* Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist2018-05-311-8/+3
* Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist2018-05-311-1/+3
* Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist2018-05-311-5/+3
* Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callbackTor Lillqvist2018-05-311-0/+1
* Prepare to handle out (and inout) parameters to event callbacksTor Lillqvist2018-05-312-2/+2
* Add Document.Close event generationTor Lillqvist2018-05-311-1/+4
* Add ooo.vba.word.XDocumentOutgoingTor Lillqvist2018-05-313-1/+37
* Work in progress related to invoking events in Automation clientsTor Lillqvist2018-05-309-1/+245
* Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist2018-05-301-0/+1
* Add Caption property to ooo::vba::XApplicationBaseTor Lillqvist2018-05-301-0/+1
* Whitespace fixTor Lillqvist2018-05-301-6/+2
* Fix typosAndrea Gelmini2018-04-121-1/+1
* Fix typosAndrea Gelmini2018-02-121-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* oovbaapi: create XOval and XLine shape typesTamas Bunth2017-09-083-0/+84
* Fix typosAndrea Gelmini2017-08-171-1/+1