summaryrefslogtreecommitdiff
path: root/docmodel/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
+0200'>2020-09-01Fix typo in codeAndrea Gelmini 2019-11-26Fix typoAndrea Gelmini 2019-11-26Add ooo.vba.word.XDocument.Close() method and implementTor Lillqvist 2019-11-26Add 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-04-01Add Rows() method to ooo.vba.excel.XApplicationTor 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