diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-01-22 13:59:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-01-22 14:39:50 +0200 |
commit | 099ef7cfd7d9a482a7aa7a9307f55aa35ec2cbf5 (patch) | |
tree | 3b76aec0fc185d31c7acc2df91b218d9be642c6d /oovbaapi | |
parent | 8d92dca462aa54144e90dee92c7b6ec33b99977a (diff) |
Found documentation for WordBasic.ToolsOptionsView()
Change-Id: Ic049f78fddcaabafbe6be18b92a87b56352c1a4c
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/word/XWordBasic.idl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/word/XWordBasic.idl b/oovbaapi/ooo/vba/word/XWordBasic.idl index 24f4853024c9..d704b92b122c 100644 --- a/oovbaapi/ooo/vba/word/XWordBasic.idl +++ b/oovbaapi/ooo/vba/word/XWordBasic.idl @@ -18,14 +18,7 @@ interface XWordBasic void FileOpen( [in] string Name, [in] any ConfirmConversions, [in] any ReadOnly, [in] any AddToMru, [in] any PasswordDoc, [in] any PasswordDot, [in] any Revert, [in] any WritePasswordDoc, [in] any WritePasswordDot ); void FileSave(); - // There is no documentation for ToolsOptionsView, but all examples seem to pass it only named - // parameters, so the order of parameters in the definition doesn't matter, I hope. Define some - // (named) parameters found in sample code on the net. And ones found in customer code as - // necessary later. - // - // If it turns out that ToolsOptionsView is actually called with both named and positional parameters in customer code - // we might be in trouble. - void ToolsOptionsView( [in] any FieldCodes, [in] any ShowAll, [in] any Whatever3, [in] any Whatever4, [in] any Whatever5, [in] any Whatever6, [in] any Whatever7, [in] any Whatever8, [in] any Whatever9, [in] any Whatever10, [in] any Whatever11, [in] any Whatever12, [in] any Whatever13, [in] any Whatever14, [in] any Whatever15, [in] any Whatever16, [in] any Whatever17, [in] any Whatever18, [in] any Whatever19, [in] any Whatever20 ); + void ToolsOptionsView( [in] any DraftFont, [in] any WrapToWindow, [in] any PicturePlaceHolders, [in] any FieldCodes, [in] any BookMarks, [in] any FieldShading, [in] any StatusBar, [in] any HScroll, [in] any VScroll, [in] any StyleAreaWidth, [in] any Tabs, [in] any Spaces, [in] any Paras, [in] any Hyphens, [in] any Hidden, [in] any ShowAll, [in] any Drawings, [in] any Anchors, [in] any TextBoundaries, [in] any VRuler, [in] any Highlight ); string WindowName(); boolean ExistingBookmark( [in] string Name ); void MailMergeOpenDataSource( [in] string Name, |