diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-03 15:25:22 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-07 21:28:32 +0200 |
commit | 7f942a62c3e173d25ec8e3d7ee786b2087d49e42 (patch) | |
tree | 0f85c6038da852bcedb00e6eb298f5b8bee8b702 /source/auxiliary | |
parent | 82e70eb6efa88c3d21606292a042cd6978385480 (diff) |
Create a guide on Calc macros on reading and writing cell values
This patch also creates a new entry in the Calc tree menu to store all pages about Calc macros. Currently there are only two, but in future patches new pages will be added.
Change-Id: Iac55c87d1159f4163ba3150e83160b4156d0d0f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122936
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 1 | ||||
-rw-r--r-- | source/auxiliary/scalc.tree | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 73969aca11..5202b90877 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -377,7 +377,6 @@ <topic id="sbasic/text/sbasic/shared/01040000.xhp">Event-Driven Macros</topic> <topic id="sbasic/text/sbasic/guide/basic_examples.xhp">%PRODUCTNAME Basic Programming Examples</topic> <topic id="sbasic/text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</topic> - <topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic> <topic id="sbasic/text/sbasic/guide/access2base.xhp">Access2Base, the API for Base users</topic> </node> </node> diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index 4705fdff0b..10af79f095 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -189,6 +189,10 @@ <topic id="scalc/text/scalc/guide/cell_protect.xhp">Protecting Cells from Changes</topic> <topic id="scalc/text/scalc/guide/cell_unprotect.xhp">Unprotecting Cells</topic> </node> + <node id="0815" title="Writing Calc Macros"> +<topic id="sbasic/text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</topic> +<topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic> + </node> <node id="0815" title="Miscellaneous"> <topic id="scalc/text/scalc/guide/auto_off.xhp">Deactivating Automatic Changes</topic> <topic id="scalc/text/scalc/guide/consolidate.xhp">Consolidating Data</topic> |