diff options
author | Uwe Fischer <ufi@openoffice.org> | 2009-10-16 08:59:46 +0000 |
---|---|---|
committer | Uwe Fischer <ufi@openoffice.org> | 2009-10-16 08:59:46 +0000 |
commit | f93153f617a109f1249802a49ce747b64faaeab4 (patch) | |
tree | 3af5a25aa24bbaefd895db2fcab112d7507ab2f4 /helpcontent2/source/text/scalc/01 | |
parent | 62b032f16a72f9c8f24f4ad81324839464e3337d (diff) |
Zwischenstand
Diffstat (limited to 'helpcontent2/source/text/scalc/01')
-rw-r--r-- | helpcontent2/source/text/scalc/01/04060106.xhp | 8 | ||||
-rw-r--r-- | helpcontent2/source/text/scalc/01/04060109.xhp | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060106.xhp b/helpcontent2/source/text/scalc/01/04060106.xhp index 0774564c79..d8bcbea6f3 100644 --- a/helpcontent2/source/text/scalc/01/04060106.xhp +++ b/helpcontent2/source/text/scalc/01/04060106.xhp @@ -740,14 +740,14 @@ oldref="640">Example</paragraph> <bookmark xml-lang="en-US" branch="hid/HID_FUNC_POTENZ" id="bm_id3155728" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3155717" role="heading" level="2" l10n="U" oldref="350">POWER</paragraph> -<paragraph xml-lang="en-US" id="par_id3159495" role="paragraph" l10n="CHG" oldref="351"><ahelp hid="HID_FUNC_POTENZ">Returns a number raised to a power.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3159495" role="paragraph" l10n="CHG" oldref="351"><ahelp hid="HID_FUNC_POTENZ">Returns a number raised to another number.</ahelp></paragraph> <paragraph xml-lang="en-US" id="hd_id3159513" role="heading" level="3" l10n="U" oldref="352">Syntax</paragraph> -<paragraph xml-lang="en-US" id="par_id3159526" role="code" l10n="U" oldref="353">POWER(Base; Power)</paragraph> -<paragraph xml-lang="en-US" id="par_id3159540" role="paragraph" l10n="CHG" oldref="354">Returns <emph>Base</emph> raised to the power of <emph>Power</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3159526" role="code" l10n="U" oldref="353">POWER(Base; Exponent)</paragraph> +<paragraph xml-lang="en-US" id="par_id3159540" role="paragraph" l10n="CHG" oldref="354">Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>.</paragraph> <paragraph xml-lang="en-US" id="par_id5081637" role="paragraph" l10n="NEW">The same result may be achieved by using the exponentiation operator ^:</paragraph> <paragraph xml-lang="en-US" id="par_id9759514" role="code" l10n="NEW"> -<item type="literal">Base^Power</item> +<item type="literal">Base^Exponent</item> </paragraph> <paragraph xml-lang="en-US" id="hd_id3159580" role="heading" level="3" l10n="U" oldref="356">Example</paragraph> diff --git a/helpcontent2/source/text/scalc/01/04060109.xhp b/helpcontent2/source/text/scalc/01/04060109.xhp index ab90880518..7f75839ecb 100644 --- a/helpcontent2/source/text/scalc/01/04060109.xhp +++ b/helpcontent2/source/text/scalc/01/04060109.xhp @@ -243,7 +243,6 @@ <paragraph xml-lang="en-US" id="par_id1027200802470312" role="paragraph" l10n="NEW"> <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used.</paragraph> <paragraph xml-lang="en-US" id="par_idN10CAE" role="note" l10n="NEW">If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT("filename!sheetname"&B1) is not converted into the Calc address in INDIRECT("filename.sheetname"&B1).<comment>UFI: for #i34465#</comment></paragraph> - <paragraph xml-lang="en-US" id="par_id7687917" role="note" l10n="NEW">INDIRECT cannot resolve range names as in INDIRECT("RangeName").<comment>i83070</comment></paragraph> <paragraph xml-lang="en-US" id="hd_id3150389" role="heading" level="3" l10n="U" oldref="67">Example</paragraph> <paragraph xml-lang="en-US" id="par_id3150608" role="paragraph" l10n="U" oldref="68"> |