office-gobmx/wizards/Package_sfdocuments.mk
Jean-Pierre Ledure ef08207a29 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>
2021-08-02 10:45:37 +02:00

36 lines
1.3 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed
# with this work for additional information regarding copyright
# ownership. The ASF licenses this file to you under the Apache
# License, Version 2.0 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
$(eval $(call gb_Package_Package,wizards_basicsrvsfdocuments,$(SRCDIR)/wizards/source/sfdocuments))
$(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 \
SF_Register.xba \
SF_Writer.xba \
__License.xba \
dialog.xlb \
script.xlb \
))
# vim: set noet sw=4 ts=4: