source/text/swriter/02/14020000.xhp |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 3f8c722ac252de3078e0137501e8fdaecc888c91
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Tue Sep 20 16:44:36 2022 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Oct 3 20:31:15 2022 +0200

    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 <olivier.hal...@libreoffice.org>

diff --git a/source/text/swriter/02/14020000.xhp 
b/source/text/swriter/02/14020000.xhp
index b72bb1d76..bcc1927fb 100644
--- a/source/text/swriter/02/14020000.xhp
+++ b/source/text/swriter/02/14020000.xhp
@@ -27,6 +27,7 @@
 <section id="formula">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3149687">
 <bookmark_value>formulas; in text documents</bookmark_value>
+<bookmark_value>table formulas; in text documents</bookmark_value>
 <bookmark_value>operators; in table formulas</bookmark_value>
 <bookmark_value>statistical functions in tables</bookmark_value>
 <bookmark_value>mathematical functions in tables</bookmark_value>
@@ -43,8 +44,9 @@
 </section>
 <paragraph role="paragraph" id="par_id3149096" xml-lang="en-US">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 
<emph>Apply</emph> to confirm your entry. You can also enter the formula 
directly if you know the appropriate syntax. This is necessary, for example, in 
the <link href="text/swriter/01/04090000.xhp" name="Insert Fields"><emph>Insert 
Fields</emph></link> and <emph>Edit Fields</emph> dialogs.</paragraph>
 <section id="howtoget">
-    <paragraph role="paragraph" id="par_id621599564033048">With the cursor in 
a table, press <keycode>F2</keycode></paragraph>
-<paragraph role="paragraph" id="par_id101599562003431">In the Table toolbar, 
press the <emph>Formula</emph> icon.</paragraph>
+  <paragraph role="paragraph" id="par_id301663685328962">Go to <menuitem>Table 
- Edit Formula</menuitem>.</paragraph>
+  <paragraph role="paragraph" id="par_id101599562003431">In the Table toolbar, 
press the <emph>Insert or Edit Formula</emph> icon.</paragraph>
+  <paragraph role="paragraph" id="par_id621599564033048">In a text document, 
press <keycode>F2</keycode>.</paragraph>
 <section id="syformula">
 <table id="tbl_id3153634">
 <tablerow>

Reply via email to