summaryrefslogtreecommitdiff
path: root/wizards/Package_sfdocuments.mk
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2021-08-01 17:36:03 +0200
committerJean-Pierre Ledure <jp@ledure.be>2021-08-02 10:45:37 +0200
commitef08207a290c0dc537c698ec3389779a27085c04 (patch)
tree5291f723f9e96086595f968305d60da5c5701164 /wizards/Package_sfdocuments.mk
parent5f74a9c6b50b5689996ff93c95701eb4fc45b50f (diff)
ScriptForge - (SF_Chart) new service to manage Calc charts
New methods in the SF_Calc service: Charts(), to list charts or to instantiate a chart service CreateChart, to create a new chart in a given Calc sheet The SF_Chart service has next properties to parameter the type and the characteristics of the (new or pre-existing) chart ChartType, Deep, Dim3d, Exploded, Filled, Legend, Percent, Stacked, Title, XTitle, YTitle Next methods are available: Resize, to move and resize the chart shape ExportToFile, to export the chart as a graphical object Supported: gif, jpeg, png, svg and tiff New error messages in SF_Root and SF_Exception. Corresponding labels are integrated in the POT file Full support under Basic and Python Review of make file of the SFDocuments library Change-Id: Id8db3098ff24fbf2efcbdd9c6dcd4f02ff5972af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119824 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards/Package_sfdocuments.mk')
-rw-r--r--wizards/Package_sfdocuments.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/Package_sfdocuments.mk b/wizards/Package_sfdocuments.mk
index 39211afa88cf..bec0d11f5a9a 100644
--- a/wizards/Package_sfdocuments.mk
+++ b/wizards/Package_sfdocuments.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_Package_Package,wizards_basicsrvsfdocuments,$(SRCDIR)/wizards/s
$(eval $(call gb_Package_add_files,wizards_basicsrvsfdocuments,$(LIBO_SHARE_FOLDER)/basic/SFDocuments,\
SF_Base.xba \
SF_Calc.xba \
+ SF_Chart.xba \
SF_Document.xba \
SF_Form.xba \
SF_FormControl.xba \