summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
ModeNameSize
-rw-r--r--elements.hxx10861logplain
-rw-r--r--fwkutil.hxx2943logplain
-rw-r--r--vendorbase.hxx6187logplain
-rw-r--r--vendorplugin.hxx13742logplain
nd have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist Factor out the setFilterPropsFromFormat() also used by SwVbaDocument::SaveAs2000() to a header file of its own. Change-Id: I4bc9e1e420719a115036beb7e82a4ac3feac05f0 Reviewed-on: https://gerrit.libreoffice.org/70980 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> 2019-04-19Change XWordBasic methods to return anyTor Lillqvist Possibly this is more in line with what callers expect. Change-Id: Ie84b05a0bdb5ef1cb3e1f9fb7df6772831ff4980 Reviewed-on: https://gerrit.libreoffice.org/70975 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> 2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist Change-Id: I52d75427fe30945293f347e3f49d21bc2016edae 2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist Change-Id: I134101d1be5922051e34352331a49f5706030ff2 2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist Change-Id: Ia9e78c331d2cb711653ee3e64597ebf2824e0eeb 2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist Change-Id: I14379c5732c1921b8f52293045d01acf99e0b840 2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist Change-Id: I972f9446560cc8ac51031dbc36fc05d438d150e7 2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist Change-Id: I4606e5a3717c3717d105dd2e63c9fd7d2e1abf83 2019-01-24Add WordBasic.FileClose()Tor Lillqvist Change-Id: Ifc48e5fbcc212f0e80cf6877e2781910e38e5e54 2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist Change-Id: Ic049f78fddcaabafbe6be18b92a87b56352c1a4c 2019-01-21Add a couple of known parameters to WordBasic.ToolsOptionsViewTor Lillqvist Change-Id: Ifd472f4ca79ab97a1d6d5c5007537375121f6f58 2019-01-21Add a (dummy) WordBasic.FileSave()Tor Lillqvist Change-Id: I021d63c9d57f1e0435bcc5f97abc57bc39fece01 2019-01-21Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist Does nothing. Needed for customer application to proceed. Once we are further along in getting it to work, we can investigate what the parameters passed to this ToolsOptionsView method actually are. (This WordBasic thing is something that has been deprecated since last century, I suspect, so no wonder it is hard to find authoritative documentation on it.) Change-Id: I62a6d6d9abb9364afca110570fa341a2375a77a6 2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist Just a dummy implementation so far. Needed because customer Automation client software seems to access it (through the very obsolete WordBasic API, even). It remains to be seen whether any actual mail merge functionality is needed. Change-Id: I40419da544f61173e4bcf759b887997c7f233b02 Reviewed-on: https://gerrit.libreoffice.org/55727 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> 2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist Change-Id: I8f433b1ae5cc23aaa08935e87fca7674064ce881 Reviewed-on: https://gerrit.libreoffice.org/55706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> 2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist Change-Id: I0ff24c3bc331d55212855d79060eaa6f8f3dc013 Reviewed-on: https://gerrit.libreoffice.org/55705 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> 2018-05-31Add WordBasic property and its FileOpen "command"Tor Lillqvist Change-Id: I74aca823bb871040b15f35b92f961dfe48807843 Reviewed-on: https://gerrit.libreoffice.org/55136 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>