source/text/sbasic/shared/03/sf_document.xhp |   28 +++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

New commits:
commit c26855d7e0c70a7667dfa2798c66c253d6c634e2
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Mon Jun 20 22:18:40 2022 +0200
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Fri Jul 1 11:15:28 2022 +0200

    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 <j...@ledure.be>
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>
    (cherry picked from commit d0868a21f3789d2a73bfbcd4830b3b8ae4648087)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136698
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

diff --git a/source/text/sbasic/shared/03/sf_document.xhp 
b/source/text/sbasic/shared/03/sf_document.xhp
index 382d288b8..f0c0ee7c5 100644
--- a/source/text/sbasic/shared/03/sf_document.xhp
+++ b/source/text/sbasic/shared/03/sf_document.xhp
@@ -175,6 +175,34 @@
             <paragraph id="par_id941589194571801" role="tablecontent" 
xml-lang="en-US" >String value with the document type ("Base", "Calc", 
"Writer", etc)</paragraph>
         </tablecell>
     </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>

Reply via email to