diff options
Diffstat (limited to 'source/text/swriter/guide/calculate.xhp')
-rw-r--r-- | source/text/swriter/guide/calculate.xhp | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/source/text/swriter/guide/calculate.xhp b/source/text/swriter/guide/calculate.xhp new file mode 100644 index 0000000000..661cb0edc1 --- /dev/null +++ b/source/text/swriter/guide/calculate.xhp @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + +<!-- +*********************************************************************** + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************ + --> + + +<meta> + <topic id="textswriterguidecalculatexml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" 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_value>calculating; in text</bookmark_value> + <bookmark_value>formulas; calculating in text</bookmark_value> + <bookmark_value>references;in Writer tables</bookmark_value> +</bookmark><comment>mw deleted "formula bar in text"</comment> +<paragraph xml-lang="en-US" id="hd_id3149909" role="heading" level="1" l10n="U" oldref="1"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp" name="Calculating in Text Documents">Calculating in Text Documents</link> +</variable></paragraph> + <paragraph xml-lang="en-US" id="par_id3149949" role="paragraph" l10n="U" oldref="2">You can insert a calculation directly into a text document or into a text table.</paragraph> + <list type="ordered"> + <listitem> + <paragraph xml-lang="en-US" id="par_id3149972" role="listitem" l10n="U" oldref="3">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 xml-lang="en-US" id="par_id3155547" role="listitem" l10n="U" oldref="10">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> + </listitem> + </list> + <paragraph xml-lang="en-US" id="par_id3155565" role="paragraph" l10n="U" oldref="11">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> + <paragraph xml-lang="en-US" id="par_id8316904" role="note" l10n="NEW">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.</paragraph> + <embed href="text/shared/00/00000004.xhp#related"/> + <embed href="text/swriter/main0214.xhp#releistename"/> + <embed href="text/swriter/guide/calculate_intext.xhp#calculate_intext"/> + <embed href="text/swriter/guide/calculate_clipboard.xhp#calculate_clipboard"/> + <embed href="text/swriter/guide/calculate_intable.xhp#calculate_intable"/> + <embed href="text/swriter/guide/calculate_multitable.xhp#calculate_multitable"/> + </body> +</helpdocument>
\ No newline at end of file |