From 3f8c722ac252de3078e0137501e8fdaecc888c91 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Tue, 20 Sep 2022 16:44:36 +0200 Subject: tdf#150857 Better x-ref Table Formulas in Help As requested in the bug report, this patch adds a bookmark so that searching for "table formulas" will be easier to find in the Help. This patch also fixes inconsistencies as to how this feature is accessed in Writer. It is not necessary to have the cursor inside a table to be able to insert formulas in text documents. Change-Id: Icb94193d2a274ff4e19255cb46c5fdad5cc3b2b3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/140170 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/swriter/02/14020000.xhp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/swriter/02/14020000.xhp b/source/text/swriter/02/14020000.xhp index b72bb1d763..bcc1927fb2 100644 --- a/source/text/swriter/02/14020000.xhp +++ b/source/text/swriter/02/14020000.xhp @@ -27,6 +27,7 @@
formulas; in text documents +table formulas; in text documents operators; in table formulas statistical functions in tables mathematical functions in tables @@ -43,8 +44,9 @@
The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click Apply to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the Insert Fields and Edit Fields dialogs.
- With the cursor in a table, press F2 -In the Table toolbar, press the Formula icon. + Go to Table - Edit Formula. + In the Table toolbar, press the Insert or Edit Formula icon. + In a text document, press F2.
-- cgit