diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-20 22:18:40 +0200 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2022-07-01 11:15:28 +0200 |
commit | c26855d7e0c70a7667dfa2798c66c253d6c634e2 (patch) | |
tree | 97373e5b853a2105395f3fb40725952bf27f9bda | |
parent | b2caf339c405a8d2fc143a0ba945a9166e782d1f (diff) |
Document ExportFilters / ImportFilters in SF_Document
This patch is being cherry-picked because it documents new features of the ScriptForge library available in LibreOffice 7.4.
Change-Id: I63469ce9a6ea479f31f98612b0919bbca034e3a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136168
Tested-by: Jenkins
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
(cherry picked from commit d0868a21f3789d2a73bfbcd4830b3b8ae4648087)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136698
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
-rw-r--r-- | source/text/sbasic/shared/03/sf_document.xhp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03/sf_document.xhp b/source/text/sbasic/shared/03/sf_document.xhp index 382d288b8b..f0c0ee7c58 100644 --- a/source/text/sbasic/shared/03/sf_document.xhp +++ b/source/text/sbasic/shared/03/sf_document.xhp @@ -177,6 +177,34 @@ </tablerow> <tablerow> <tablecell> + <paragraph id="par_id881589194572136" role="tablecontent" xml-lang="en-US" localize="false">ExportFilters</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id201589194571699" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951589194571391" role="tablecontent" xml-lang="en-US" localize="false">String array</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id941589194571327" role="tablecontent" xml-lang="en-US">Returns a list with the export filter names applicable to the current document as a zero-based array of strings. Filters used for both import/export are also returned.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id881589194573253" role="tablecontent" xml-lang="en-US" localize="false">ImportFilters</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id201589194571067" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951589194571292" role="tablecontent" xml-lang="en-US" localize="false">String array</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id941589194571922" role="tablecontent" xml-lang="en-US">Returns a list with the import filter names applicable to the current document as a zero-based array of strings. Filters used for both import/export are also returned.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> <paragraph id="par_id241589194633142" role="tablecontent" xml-lang="en-US" localize="false">IsBase<br />IsCalc<br />IsDraw<br />IsImpress<br />IsMath<br />IsWriter</paragraph> </tablecell> <tablecell> |