source/text/swriter/guide/calculate.xhp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
New commits: commit c5d2f69fb2c49a6b8e83419965a86d36d4b7ec36 Author: Olivier Hallot <[email protected]> AuthorDate: Sat Mar 7 20:44:12 2026 +0100 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Mar 11 14:22:21 2026 +0100 Typo Change-Id: Id62b5307883f0df5947a43bbef2e969929d28c49 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/201198 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/swriter/guide/calculate.xhp b/source/text/swriter/guide/calculate.xhp index f80f5f8bf9..15f0279dad 100644 --- a/source/text/swriter/guide/calculate.xhp +++ b/source/text/swriter/guide/calculate.xhp @@ -20,35 +20,35 @@ <meta> <topic id="textswriterguidecalculatexml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">Calculating in Text Documents</title> + <title id="tit">Calculating in Text Documents</title> <filename>/text/swriter/guide/calculate.xhp</filename> </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="index" id="bm_id3149909"> +<bookmark branch="index" id="bm_id3149909"> <bookmark_value>calculating; in text</bookmark_value> <bookmark_value>formulas; calculating in text</bookmark_value> <bookmark_value>references;in Writer tables</bookmark_value> - <bookmark_value>=;in Writer tables</bookmark_value> + <bookmark_value>calculating;in Writer tables</bookmark_value> <bookmark_value>tables;starting cell with =</bookmark_value> </bookmark> <comment>mw deleted "formula bar in text"</comment> -<h1 id="hd_id3149909" xml-lang="en-US"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp">Calculating in Text Documents</link></variable></h1> -<paragraph id="par_id3149949" role="paragraph" xml-lang="en-US">You can insert a calculation directly into a text document or into a text table.</paragraph> +<h1 id="hd_id3149909"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp">Calculating in Text Documents</link></variable></h1> +<paragraph id="par_id3149949" role="paragraph">You can insert a calculation directly into a text document or into a text table.</paragraph> <list type="ordered"> <listitem> - <paragraph id="par_id3149972" role="listitem" xml-lang="en-US">Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =.</paragraph> + <paragraph id="par_id3149972" role="listitem">Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =.</paragraph> </listitem> <listitem> - <paragraph id="par_id3155547" role="listitem" xml-lang="en-US">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> + <paragraph id="par_id3155547" role="listitem">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> </listitem> </list> -<paragraph id="par_id3155565" role="paragraph" xml-lang="en-US">You can also click the <item type="menuitem">Formula</item> icon on the <item type="menuitem">Formula Bar</item>, and then choose a function for your formula.</paragraph> -<note id="par_id8316904" xml-lang="en-US">To reference cells in a Writer text table, enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 from another cell, enter =<A1> into the cell.</note> +<paragraph id="par_id3155565" role="paragraph">You can also click the <item type="menuitem">Formula</item> icon on the <item type="menuitem">Formula Bar</item>, and then choose a function for your formula.</paragraph> +<note id="par_id8316904">To reference cells in a Writer text table, enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 from another cell, enter =<A1> into the cell.</note> <h2 id="hd_id971605353826552">Cell Entries that Start with Equal Sign (<keycode>=</keycode>)</h2> <paragraph role="paragraph" id="par_id981605353389582">To make a table cell entry that starts with <keycode>=</keycode> sign, first enter a space, then the <keycode>=</keycode> sign, and then delete the space.</paragraph>
