summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2021-04-07 16:22:46 +0200
committerJean-Pierre Ledure <jp@ledure.be>2021-04-08 15:12:35 +0200
commit33ec919b6302a3e768488cb9e86a2b2c475cb177 (patch)
tree9c37cd421960494c5686bd3cd4fa13b3dee9023e /wizards/source/sfdocuments
parenta804a0a548dc976a1e9063ad2c34b6ce7542542e (diff)
ScriptForge - (scriptforge.py) Base and Form classes
Completion of the SFDocuments.SF_Base and addition of the SFDocuments.SF_Form classes Config of properties and methods Some methods require an hardcoded processing in _PythonDispatcher() - SF_PythonHelper.xba because they potentially may return arrays (cfr. bug #138155) Addition of SF_String etc shortcuts in Python for compatibility with Basic Change-Id: Id9852c214618e863b2fdf60aa5f80e36b3547a36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113739 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards/source/sfdocuments')
-rw-r--r--wizards/source/sfdocuments/SF_Form.xba1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/source/sfdocuments/SF_Form.xba b/wizards/source/sfdocuments/SF_Form.xba
index 2fc8f6d60038..197aad194a28 100644
--- a/wizards/source/sfdocuments/SF_Form.xba
+++ b/wizards/source/sfdocuments/SF_Form.xba
@@ -958,6 +958,7 @@ Public Function Properties() As Variant
&quot;AllowDeletes&quot; _
, &quot;AllowInserts&quot; _
, &quot;AllowUpdates&quot; _
+ , &quot;BaseForm&quot; _
, &quot;Bookmark&quot; _
, &quot;CurrentRecord&quot; _
, &quot;Filter&quot; _