From 1658fb55defb5a08d3adbd7637745f8a62c58f89 Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Fri, 7 Jun 2024 17:31:35 +0200 Subject: Update Basic/Python TOC with Calc samples Change-Id: I1ce9b023b0e90dae868cc323af3e9d0296a66bdc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168534 Tested-by: Jean-Pierre Ledure Reviewed-by: Alain Romedenne Tested-by: Jenkins --- source/auxiliary/sbasic.tree | 4 ++++ source/text/sbasic/python/python_examples.xhp | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 4ae26d4b4b..295f3ab27f 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -354,6 +354,10 @@ Base service Basic service Calc service + Reading and Writing values to Ranges + Formatting Borders in Calc with Macros + Chart service Database service Dataset service diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp index 6085266cd5..7f05ff127b 100644 --- a/source/text/sbasic/python/python_examples.xhp +++ b/source/text/sbasic/python/python_examples.xhp @@ -28,13 +28,20 @@ + + + +

Event Handling, Listeners

- - -
+ +

Calc examples

+ + + +
-- cgit