source/text/sbasic/shared/03/sf_datasheet.xhp | 14 ++++++++++++++ source/text/sbasic/shared/03/sf_document.xhp | 14 ++++++++++++++ 2 files changed, 28 insertions(+)
New commits: commit ffc9c70d5f272b13aa73e8cce096d0144573260a Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Thu Dec 11 17:40:51 2025 +0100 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Thu Dec 11 17:44:17 2025 +0100 ScriptForge new MenuHeaders property in the SF_Document and SF_Datasheet services sf_document.xhp and sf_datasheet.xhp are updated according: https://gerrit.libreoffice.org/c/core/+/181065 Change-Id: I2b8e9abc4607c72ca2bc30b757c34a8e5403b3e5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/195482 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <[email protected]> diff --git a/source/text/sbasic/shared/03/sf_datasheet.xhp b/source/text/sbasic/shared/03/sf_datasheet.xhp index c503d35a4b..8f8bd55f94 100644 --- a/source/text/sbasic/shared/03/sf_datasheet.xhp +++ b/source/text/sbasic/shared/03/sf_datasheet.xhp @@ -174,6 +174,20 @@ <paragraph id="par_id21600788076541" role="tablecontent">Returns the number of rows in the datasheet.</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id881589491573253" role="tablecontent" localize="false">MenuHeaders</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id258019194571067" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951589197145292" role="tablecontent" xml-lang="en-US" localize="false">String array</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id941589194572219" role="tablecontent" xml-lang="en-US">Returns a list with the menu names present in the menubar.</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph id="par_id41600788076936" role="tablecontent" localize="false">OrderBy</paragraph> diff --git a/source/text/sbasic/shared/03/sf_document.xhp b/source/text/sbasic/shared/03/sf_document.xhp index 36bd4d36ab..c0c83f5cd0 100644 --- a/source/text/sbasic/shared/03/sf_document.xhp +++ b/source/text/sbasic/shared/03/sf_document.xhp @@ -272,6 +272,20 @@ <paragraph id="par_id311589194910190" role="tablecontent" xml-lang="en-US">Gives access to the Keywords property of the document. Represented as a comma-separated list of keywords</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id881589491573253" role="tablecontent" localize="false">MenuHeaders</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id258019194571067" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951589197145292" role="tablecontent" xml-lang="en-US" localize="false">String array</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id941589194572219" role="tablecontent" xml-lang="en-US">Returns a list with the menu names present in the menubar.</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph id="par_id911589638614922" role="tablecontent" xml-lang="en-US" localize="false">Readonly (*)</paragraph>
