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/scalc.tree | |
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/scalc.tree')
-rw-r--r-- | source/auxiliary/scalc.tree | 4 |
1 files changed, 4 insertions, 0 deletions
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> |