diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-19 17:25:55 +0200 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2022-07-01 11:11:44 +0200 |
commit | b59ed4a21d9251f8b3def8a42f6d7981aefe7631 (patch) | |
tree | 30c9f2292c4996f62d961a51b07bca275a9e14c1 | |
parent | 77f9892a3021a41f30748094508c72fd12d3c637 (diff) |
Document new FilterNames property of the Platform service
This patch is being cherry-picked because it documents new features of the ScriptForge library available in LibreOffice 7.4.
Change-Id: Icf5093e394b06deebd66b2577af8443e109efea7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136119
Tested-by: Jenkins
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
(cherry picked from commit 9c5eb82a113db0fe3be363d5260b48da932b2b20)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136697
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
-rw-r--r-- | source/text/sbasic/shared/03/sf_platform.xhp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp index f98a1f0c60..c9283925b6 100644 --- a/source/text/sbasic/shared/03/sf_platform.xhp +++ b/source/text/sbasic/shared/03/sf_platform.xhp @@ -167,6 +167,20 @@ </tablerow> <tablerow> <tablecell> + <paragraph id="par_id831633021716585" localize="false" role="tablecontent">FilterNames</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id561633021747209" role="tablecontent">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id201633021748322" role="tablecontent">String array</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id831633021749118" role="tablecontent">Returns a zero-based unsorted array of strings containing the available document import and export filter names.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> <paragraph id="par_id831633021719135" localize="false" role="tablecontent">Fonts</paragraph> </tablecell> <tablecell> |