summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word
AgeCommit message (Expand)Author
2019-12-05Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist
2019-12-05Add note that SwVbaDocuments::Close() does nothingTor Lillqvist
2019-05-23Add ooo.vba.word.XDocument.SavePreviewPngAs() and implementTor Lillqvist
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist
2019-04-19Change XWordBasic methods to return anyTor Lillqvist
2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist
2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist
2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist
2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist
2019-01-24Add WordBasic.FileClose()Tor Lillqvist
2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist
2019-01-21Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist
2019-01-21Add a (dummy) WordBasic.FileSave()Tor Lillqvist
2019-01-21Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist
2019-01-21Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist
2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist
2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist
2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist
2018-06-12Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist
2018-06-07Add ooo.vba.word.Application.StatusBar property for debug output from clientTor Lillqvist
2018-05-31Add WordBasic property and its FileOpen "command"Tor 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-31Add DocumentOpen and NewDocument to XApplicationOutgoing and emit suchTor Lillqvist
2018-05-31Add ooo::vba::word::XDocuments::OpenNoRepairDialog()Tor Lillqvist
2018-05-31Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callbackTor Lillqvist
2018-05-31Add Document.Close event generationTor Lillqvist
2018-05-31Add ooo.vba.word.XDocumentOutgoingTor Lillqvist
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist
2018-05-30Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementationTor Lillqvist
2014-09-02coverity#707382 Uncaught exceptionCaolán McNamara
2014-09-02coverity#707409 Uncaught exceptionCaolán McNamara
2014-07-14coverity#707036 Uncaught exceptionCaolán McNamara
2014-07-10coverity#1224987 Uncaught exceptionCaolán McNamara
2014-07-10coverity#707401 Uncaught exceptionCaolán McNamara
2014-06-13coverity#707393 Uncaught exceptionCaolán McNamara
2014-05-24coverity#738462 Uncaught exceptionCaolán McNamara
2014-04-23coverity#707379 Uncaught exceptionCaolán McNamara
2014-04-23coverity#707371 Uncaught exceptionCaolán McNamara
2014-04-17coverity#707375 Uncaught exceptionCaolán McNamara
2014-04-05coverity#707400 Uncaught exceptionCaolán McNamara
2014-02-26Remove visual noise from oovbaapiAlexander Wilms
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks