source/text/sbasic/shared/03/sf_platform.xhp | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
New commits: commit 9c5eb82a113db0fe3be363d5260b48da932b2b20 Author: Rafael Lima <[email protected]> AuthorDate: Sun Jun 19 17:25:55 2022 +0200 Commit: Rafael Lima <[email protected]> CommitDate: Mon Jun 20 21:14:40 2022 +0200 Document new FilterNames property of the Platform service Change-Id: Icf5093e394b06deebd66b2577af8443e109efea7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136119 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Alain Romedenne <[email protected]> diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp index f98a1f0c6..c9283925b 100644 --- a/source/text/sbasic/shared/03/sf_platform.xhp +++ b/source/text/sbasic/shared/03/sf_platform.xhp @@ -165,6 +165,20 @@ <paragraph id="par_id831633021749125" role="tablecontent">Returns a zero-based array of strings containing the internal IDs of all installed extensions.</paragraph> </tablecell> </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>
