diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-19 17:25:55 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-20 21:14:40 +0200 |
commit | 9c5eb82a113db0fe3be363d5260b48da932b2b20 (patch) | |
tree | b427df407d4d4b49e7f40e53dfccf92b46510320 | |
parent | 5688744142df9c9059b84e4ce8a092d60dcae9f9 (diff) |
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 <jp@ledure.be>
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
-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> |