From d0868a21f3789d2a73bfbcd4830b3b8ae4648087 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Mon, 20 Jun 2022 22:18:40 +0200 Subject: Document ExportFilters / ImportFilters in SF_Document Change-Id: I63469ce9a6ea479f31f98612b0919bbca034e3a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136168 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure Reviewed-by: Alain Romedenne --- source/text/sbasic/shared/03/sf_document.xhp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03/sf_document.xhp b/source/text/sbasic/shared/03/sf_document.xhp index e90658f570..e933113020 100644 --- a/source/text/sbasic/shared/03/sf_document.xhp +++ b/source/text/sbasic/shared/03/sf_document.xhp @@ -175,6 +175,34 @@ String value with the document type ("Base", "Calc", "Writer", etc) + + + ExportFilters + + + Yes + + + String array + + + 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. + + + + + ImportFilters + + + Yes + + + String array + + + 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. + + IsBase
IsCalc
IsDraw
IsImpress
IsMath
IsWriter
-- cgit