diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-09-20 16:44:36 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-03 20:31:15 +0200 |
commit | 3f8c722ac252de3078e0137501e8fdaecc888c91 (patch) | |
tree | 5c9af5340a63548ea0178b21b6b521e12167def6 /source | |
parent | 3e01f85525f194ed75ae25eae6e7061efd32e147 (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/02/14020000.xhp | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ <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> |