#!/bin/bash # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # This script prints lines from .ui files, where the translatable="yes" attribute # was not set -- presumably by mistake. It prints a few false positives though. for i in `git ls-files *.ui`; do for j in "label" "title" "text" "format" "copyright" "comments" "preview_text" "tooltip" "message" ; do grep -s "\.*[A-Za-z].*<"; if [ "$?" -eq 0 ] ; then echo "Source: $i^"; fi done grep -s ".*[A-Za-z].*<"; if [ "$?" -eq 0 ] ; then echo "Source: $i^"; fi done e-6-4 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/lb
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-20 21:17:23 +0100
committerAndras Timar <atimar@suse.com>2013-01-20 22:23:11 +0100
commit15bb868bbc35ef3de6919317bec0e70883fafeea (patch)
tree23d61bab9190807f3e41b47ce46e7d95a13d3fc7 /source/lb
parent389f427b27685f21b7a2d6f27f69e3a57576e5ae (diff)
remove empty ur, ta sid and lb help translations
Change-Id: I010cfc8cfe4494b3c8e9c863b8d230e749ae8795
Diffstat (limited to 'source/lb')
-rw-r--r--source/lb/helpcontent2/source/auxiliary.po831
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/guide.po722
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared.po37300
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared/01.po614
-rw-r--r--source/lb/helpcontent2/source/text/sbasic/shared/02.po1757
-rw-r--r--source/lb/helpcontent2/source/text/scalc.po1620
-rw-r--r--source/lb/helpcontent2/source/text/scalc/00.po1776
-rw-r--r--source/lb/helpcontent2/source/text/scalc/01.po58710
-rw-r--r--source/lb/helpcontent2/source/text/scalc/02.po1076
-rw-r--r--source/lb/helpcontent2/source/text/scalc/04.po1680
-rw-r--r--source/lb/helpcontent2/source/text/scalc/05.po1084
-rw-r--r--source/lb/helpcontent2/source/text/scalc/guide.po12235
-rw-r--r--source/lb/helpcontent2/source/text/schart.po794
-rw-r--r--source/lb/helpcontent2/source/text/schart/00.po558
-rw-r--r--source/lb/helpcontent2/source/text/schart/01.po7676
-rw-r--r--source/lb/helpcontent2/source/text/schart/02.po230
-rw-r--r--source/lb/helpcontent2/source/text/schart/04.po302
-rw-r--r--source/lb/helpcontent2/source/text/sdraw.po1159
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/00.po33
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/01.po42
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/04.po932
-rw-r--r--source/lb/helpcontent2/source/text/sdraw/guide.po2444
-rw-r--r--source/lb/helpcontent2/source/text/shared.po2141
-rw-r--r--source/lb/helpcontent2/source/text/shared/00.po13866
-rw-r--r--source/lb/helpcontent2/source/text/shared/01.po46930
-rw-r--r--source/lb/helpcontent2/source/text/shared/02.po19119
-rw-r--r--source/lb/helpcontent2/source/text/shared/04.po2778
-rw-r--r--source/lb/helpcontent2/source/text/shared/05.po1265
-rw-r--r--source/lb/helpcontent2/source/text/shared/07.po78
-rw-r--r--source/lb/helpcontent2/source/text/shared/autokorr.po436
-rw-r--r--source/lb/helpcontent2/source/text/shared/autopi.po9976
-rw-r--r--source/lb/helpcontent2/source/text/shared/explorer/database.po15252
-rw-r--r--source/lb/helpcontent2/source/text/shared/guide.po21067
-rw-r--r--source/lb/helpcontent2/source/text/shared/optionen.po16060
-rw-r--r--source/lb/helpcontent2/source/text/simpress.po2049
-rw-r--r--source/lb/helpcontent2/source/text/simpress/00.po1441
-rw-r--r--source/lb/helpcontent2/source/text/simpress/01.po9375
-rw-r--r--source/lb/helpcontent2/source/text/simpress/02.po5797
-rw-r--r--source/lb/helpcontent2/source/text/simpress/04.po1804
-rw-r--r--source/lb/helpcontent2/source/text/simpress/guide.po5600
-rw-r--r--source/lb/helpcontent2/source/text/smath.po615
-rw-r--r--source/lb/helpcontent2/source/text/smath/00.po746
-rw-r--r--source/lb/helpcontent2/source/text/smath/01.po13435
-rw-r--r--source/lb/helpcontent2/source/text/smath/02.po68
-rw-r--r--source/lb/helpcontent2/source/text/smath/04.po248
-rw-r--r--source/lb/helpcontent2/source/text/smath/guide.po896
-rw-r--r--source/lb/helpcontent2/source/text/swriter.po2184
-rw-r--r--source/lb/helpcontent2/source/text/swriter/00.po2688
-rw-r--r--source/lb/helpcontent2/source/text/swriter/01.po28980
-rw-r--r--source/lb/helpcontent2/source/text/swriter/02.po4076
-rw-r--r--source/lb/helpcontent2/source/text/swriter/04.po2304
-rw-r--r--source/lb/helpcontent2/source/text/swriter/guide.po18582
-rw-r--r--source/lb/helpcontent2/source/text/swriter/librelogo.po2456
53 files changed, 0 insertions, 385887 deletions
diff --git a/source/lb/helpcontent2/source/auxiliary.po b/source/lb/helpcontent2/source/auxiliary.po
deleted file mode 100644
index d4fbf16dab7..00000000000
--- a/source/lb/helpcontent2/source/auxiliary.po
+++ /dev/null
@@ -1,831 +0,0 @@
-#. extracted from helpcontent2/source/auxiliary
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:43+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"07\n"
-"help_section.text"
-msgid "Macros and Programming"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0701\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0702\n"
-"node.text"
-msgid "Command Reference"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"070202\n"
-"node.text"
-msgid "Run-Time Functions, Statements, and Operators"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"070201\n"
-"node.text"
-msgid "Alphabetic List of Functions, Statements, and Operators"
-msgstr ""
-
-#: sbasic.tree
-msgctxt ""
-"sbasic.tree\n"
-"0703\n"
-"node.text"
-msgid "Guides"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04\n"
-"help_section.text"
-msgid "Presentations and Drawings"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0401\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0402\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"040201\n"
-"node.text"
-msgid "Presentations (%PRODUCTNAME Impress)"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020101\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020102\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"040202\n"
-"node.text"
-msgid "Drawings (%PRODUCTNAME Draw)"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"04020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0403\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0404\n"
-"node.text"
-msgid "Formatting"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0405\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0406\n"
-"node.text"
-msgid "Effects"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0407\n"
-"node.text"
-msgid "Objects, Graphics, and Bitmaps"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0408\n"
-"node.text"
-msgid "Groups and Layers"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0409\n"
-"node.text"
-msgid "Text in Presentations and Drawings"
-msgstr ""
-
-#: simpress.tree
-msgctxt ""
-"simpress.tree\n"
-"0410\n"
-"node.text"
-msgid "Viewing"
-msgstr ""
-
-#: schart.tree
-msgctxt ""
-"schart.tree\n"
-"05\n"
-"help_section.text"
-msgid "Charts and Diagrams"
-msgstr ""
-
-#: schart.tree
-msgctxt ""
-"schart.tree\n"
-"0501\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"02\n"
-"help_section.text"
-msgid "Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0201\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0202\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0203\n"
-"node.text"
-msgid "Creating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0204\n"
-"node.text"
-msgid "Graphics in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0205\n"
-"node.text"
-msgid "Tables in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0206\n"
-"node.text"
-msgid "Objects in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0207\n"
-"node.text"
-msgid "Sections and Frames in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0208\n"
-"node.text"
-msgid "Tables of Contents and Indexes"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0209\n"
-"node.text"
-msgid "Fields in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0210\n"
-"node.text"
-msgid "Navigating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0211\n"
-"node.text"
-msgid "Calculating in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0212\n"
-"node.text"
-msgid "Formatting Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"021201\n"
-"node.text"
-msgid "Templates and Styles"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0213\n"
-"node.text"
-msgid "Special Text Elements"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0214\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0215\n"
-"node.text"
-msgid "Numbering and Lists"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0216\n"
-"node.text"
-msgid "Spellchecking, Thesaurus, and Languages"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0218\n"
-"node.text"
-msgid "Troubleshooting Tips"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0219\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0220\n"
-"node.text"
-msgid "Master Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0221\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0222\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0223\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"06\n"
-"help_section.text"
-msgid "HTML Documents"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"03\n"
-"help_section.text"
-msgid "Formulas"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0301\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0302\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0303\n"
-"node.text"
-msgid "Working with Formulas"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"01\n"
-"help_section.text"
-msgid "Installation"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"10\n"
-"help_section.text"
-msgid "Common Help Topics"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1001\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1002\n"
-"node.text"
-msgid "%PRODUCTNAME and Microsoft Office"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1004\n"
-"node.text"
-msgid "%PRODUCTNAME Options"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1005\n"
-"node.text"
-msgid "Wizards"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100501\n"
-"node.text"
-msgid "Letter Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100502\n"
-"node.text"
-msgid "Fax Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100504\n"
-"node.text"
-msgid "Agenda Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100505\n"
-"node.text"
-msgid "Presentation Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100506\n"
-"node.text"
-msgid "HTML Export Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"100510\n"
-"node.text"
-msgid "Document Converter Wizard"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1006\n"
-"node.text"
-msgid "Configuring %PRODUCTNAME"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1007\n"
-"node.text"
-msgid "Working with the User Interface"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1008\n"
-"node.text"
-msgid "Printing, Faxing, Sending"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1009\n"
-"node.text"
-msgid "Drag & Drop"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1010\n"
-"node.text"
-msgid "Copy and Paste"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1012\n"
-"node.text"
-msgid "Charts and Diagrams"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1013\n"
-"node.text"
-msgid "Load, Save, Import, Export"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1014\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1015\n"
-"node.text"
-msgid "Document Version Tracking"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1016\n"
-"node.text"
-msgid "Labels and Business Cards"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1018\n"
-"node.text"
-msgid "Inserting External Data"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1019\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1020\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"1021\n"
-"node.text"
-msgid "Guides"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"09\n"
-"help_section.text"
-msgid "Database Functionality"
-msgstr ""
-
-#: shared.tree
-msgctxt ""
-"shared.tree\n"
-"0901\n"
-"node.text"
-msgid "General Information"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"08\n"
-"help_section.text"
-msgid "Spreadsheets"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0801\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0802\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"080201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"080202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0803\n"
-"node.text"
-msgid "Functions Types and Operators"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0804\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0805\n"
-"node.text"
-msgid "Formatting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0806\n"
-"node.text"
-msgid "Filtering and Sorting"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0807\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0808\n"
-"node.text"
-msgid "Data Ranges"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0809\n"
-"node.text"
-msgid "Pivot Table"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0810\n"
-"node.text"
-msgid "Scenarios"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0811\n"
-"node.text"
-msgid "References"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0812\n"
-"node.text"
-msgid "Viewing, Selecting, Copying"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0813\n"
-"node.text"
-msgid "Formulas and Calculations"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0814\n"
-"node.text"
-msgid "Protection"
-msgstr ""
-
-#: scalc.tree
-msgctxt ""
-"scalc.tree\n"
-"0815\n"
-"node.text"
-msgid "Miscellaneous"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/sbasic/guide.po b/source/lb/helpcontent2/source/text/sbasic/guide.po
deleted file mode 100644
index e8c3bd117fc..00000000000
--- a/source/lb/helpcontent2/source/text/sbasic/guide.po
+++ /dev/null
@@ -1,722 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/guide
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 15:21+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Creating a Basic Dialog"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Creating a Basic Dialog\">Creating a Basic Dialog</link></variable>"
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3163802\n"
-"3\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3150447\n"
-"11\n"
-"help.text"
-msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_idN1065F\n"
-"help.text"
-msgid "Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3153726\n"
-"6\n"
-"help.text"
-msgid "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
-msgstr ""
-
-#: create_dialog.xhp
-msgctxt ""
-"create_dialog.xhp\n"
-"par_id3148455\n"
-"12\n"
-"help.text"
-msgid "Click a tool and then drag in the dialog to create the control."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"tit\n"
-"help.text"
-msgid "Creating Controls in the Dialog Editor"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"bm_id3149182\n"
-"help.text"
-msgid "<bookmark_value>controls; creating in the dialog editor</bookmark_value><bookmark_value>dialog editor;creating controls</bookmark_value>"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"hd_id3149182\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\" name=\"Creating Controls in the Dialog Editor\">Creating Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3146797\n"
-"2\n"
-"help.text"
-msgid "Use the tools on the <emph>Toolbox </emph>of the BASIC dialog editor to add controls to your dialog."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3150276\n"
-"7\n"
-"help.text"
-msgid "To open the <emph>Toolbox</emph>, click the arrow next to the <emph>Insert Controls</emph> icon on the <emph>Macro</emph> toolbar."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3145068\n"
-"3\n"
-"help.text"
-msgid "Click a tool on the toolbar, for example, <emph>Button</emph>."
-msgstr ""
-
-#: insert_control.xhp
-msgctxt ""
-"insert_control.xhp\n"
-"par_id3153360\n"
-"4\n"
-"help.text"
-msgid "On the dialog, drag the button to the size you want."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"tit\n"
-"help.text"
-msgid "Programming Examples for Controls in the Dialog Editor"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"bm_id3155338\n"
-"help.text"
-msgid "<bookmark_value>programming examples for controls</bookmark_value><bookmark_value>dialogs;loading (example)</bookmark_value><bookmark_value>dialogs;displaying (example)</bookmark_value><bookmark_value>controls;reading or editing properties (example)</bookmark_value><bookmark_value>list boxes;removing entries from (example)</bookmark_value><bookmark_value>list boxes;adding entries to (example)</bookmark_value><bookmark_value>examples; programming controls</bookmark_value><bookmark_value>dialog editor;programming examples for controls</bookmark_value>"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3155338\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">Programming Examples for Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3153031\n"
-"2\n"
-"help.text"
-msgid "The following examples are for a new <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog\">dialog</link> called \"Dialog1\". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called \"CheckBox1\", a <emph>Label Field</emph> called \"Label1\", a <emph>Button</emph> called \"CommandButton1\", and a <emph>List Box</emph> called \"ListBox1\"."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154141\n"
-"3\n"
-"help.text"
-msgid "Be consistent with uppercase and lowercase letter when you attach a control to an object variable."
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3154909\n"
-"4\n"
-"help.text"
-msgid "Global Function for Loading Dialogs"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3149412\n"
-"18\n"
-"help.text"
-msgid "Displaying a Dialog"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3145801\n"
-"help.text"
-msgid "REM global definition of variables"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3150042\n"
-"27\n"
-"help.text"
-msgid "Read or Edit Properties of Controls in the Program"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3145232\n"
-"help.text"
-msgid "REM get dialog model"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154021\n"
-"help.text"
-msgid "REM display text of Label1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3151277\n"
-"help.text"
-msgid "REM set new text for control Label1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3154119\n"
-"help.text"
-msgid "oLabel1.Text = \"New Files\""
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3155115\n"
-"help.text"
-msgid "REM display model properties for the control CheckBox1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3149817\n"
-"help.text"
-msgid "REM set new state for CheckBox1 for model of control"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3159102\n"
-"help.text"
-msgid "REM display model properties for control CommandButton1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3150368\n"
-"help.text"
-msgid "REM display properties of control CommandButton1"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3150201\n"
-"help.text"
-msgid "REM execute dialog"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3146115\n"
-"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3145387\n"
-"55\n"
-"help.text"
-msgid "Add an Entry to a ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3148700\n"
-"help.text"
-msgid "REM adds a new entry to the ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3144504\n"
-"help.text"
-msgid "oListbox.additem(\"New Item\" & iCount,0)"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"hd_id3147071\n"
-"64\n"
-"help.text"
-msgid "Remove an Entry from a ListBox"
-msgstr ""
-
-#: sample_code.xhp
-msgctxt ""
-"sample_code.xhp\n"
-"par_id3153247\n"
-"help.text"
-msgid "REM remove the first entry from the ListBox"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"tit\n"
-"help.text"
-msgid "Changing the Properties of Controls in the Dialog Editor"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"bm_id3145786\n"
-"help.text"
-msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"hd_id3145786\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"par_id3147317\n"
-"2\n"
-"help.text"
-msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
-msgstr ""
-
-#: control_properties.xhp
-msgctxt ""
-"control_properties.xhp\n"
-"par_id3145749\n"
-"3\n"
-"help.text"
-msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"tit\n"
-"help.text"
-msgid "Translation of Controls in the Dialog Editor"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"bm_id8915372\n"
-"help.text"
-msgid "<bookmark_value>dialogs;translating</bookmark_value><bookmark_value>localizing dialogs</bookmark_value><bookmark_value>translating dialogs</bookmark_value>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id3574896\n"
-"help.text"
-msgid "<variable id=\"translation\"><link href=\"text/sbasic/guide/translation.xhp\">Translation of Controls in the Dialog Editor</link></variable>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4601940\n"
-"help.text"
-msgid "<ahelp hid=\".\">The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id9538560\n"
-"help.text"
-msgid "By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6998809\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id71413\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2924283\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can add a language to the list.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5781731\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6942045\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a language in the list and click Default to set the language as default language.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4721823\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The default language will be used as a source for all other language strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5806756\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Add UI languages for your dialog strings.</ahelp>"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id6596881\n"
-"help.text"
-msgid "To enable localizable dialogs"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8750572\n"
-"help.text"
-msgid "In the Basic IDE dialog editor, open the Language toolbar choosing <item type=\"menuitem\">View - Toolbars - Language</item>."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2224494\n"
-"help.text"
-msgid "If the current library already contains a localizable dialog, the Language toolbar is shown automatically."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id7359233\n"
-"help.text"
-msgid "Click the <emph>Manage Languages</emph> icon <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6549272\n"
-"help.text"
-msgid "You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id6529740\n"
-"help.text"
-msgid "Click Add in the dialog to add a language entry."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id7811822\n"
-"help.text"
-msgid "This step enables all new dialogs to contain localizable string resources."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id9121982\n"
-"help.text"
-msgid "The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3640247\n"
-"help.text"
-msgid "You can also change the default language in the Manage User Interface Language dialog."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3808404\n"
-"help.text"
-msgid "Select a language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id4585100\n"
-"help.text"
-msgid "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2394482\n"
-"help.text"
-msgid "Close the dialog or add additional languages."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"hd_id631733\n"
-"help.text"
-msgid "To edit localizable controls in your dialog"
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2334665\n"
-"help.text"
-msgid "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8956572\n"
-"help.text"
-msgid "Switch the Current Language listbox to display the default language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id500808\n"
-"help.text"
-msgid "Insert any number of controls to your dialog and enter all strings you want."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id8366649\n"
-"help.text"
-msgid "Select another language in the Current Language listbox."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id476393\n"
-"help.text"
-msgid "Using the control's property dialogs, edit all strings to the other language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id2655720\n"
-"help.text"
-msgid "Repeat for all languages that you added."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3682058\n"
-"help.text"
-msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id5977965\n"
-"help.text"
-msgid "If no language matches the user's version, the user will see the default language strings."
-msgstr ""
-
-#: translation.xhp
-msgctxt ""
-"translation.xhp\n"
-"par_id3050325\n"
-"help.text"
-msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening a Dialog With Program Code"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"bm_id3154140\n"
-"help.text"
-msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"hd_id3154140\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153968\n"
-"6\n"
-"help.text"
-msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "Without using \"LoadDialog\" you can call the code as follows:"
-msgstr ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153157\n"
-"16\n"
-"help.text"
-msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/sbasic/shared.po b/source/lb/helpcontent2/source/text/sbasic/shared.po
deleted file mode 100644
index fb5af8f25d0..00000000000
--- a/source/lb/helpcontent2/source/text/sbasic/shared.po
+++ /dev/null
@@ -1,37300 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/shared
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-12 07:43+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"tit\n"
-"help.text"
-msgid "General"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147436\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155855\n"
-"2\n"
-"help.text"
-msgid "Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148647\n"
-"11\n"
-"help.text"
-msgid "Alignment"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147318\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153189\n"
-"76\n"
-"help.text"
-msgid "AutoFill"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152460\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155307\n"
-"3\n"
-"help.text"
-msgid "Background color"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145251\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151076\n"
-"263\n"
-"help.text"
-msgid "Large change"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148457\n"
-"262\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153876\n"
-"139\n"
-"help.text"
-msgid "Border"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154017\n"
-"140\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150749\n"
-"23\n"
-"help.text"
-msgid "Button type"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155064\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149019\n"
-"5\n"
-"help.text"
-msgid "Character set"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148406\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147341\n"
-"149\n"
-"help.text"
-msgid "Currency symbol"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146315\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7936643\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2293771\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153965\n"
-"82\n"
-"help.text"
-msgid "Date format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155334\n"
-"83\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154663\n"
-"121\n"
-"help.text"
-msgid "Date max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148485\n"
-"122\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152778\n"
-"131\n"
-"help.text"
-msgid "Date min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154120\n"
-"132\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154573\n"
-"137\n"
-"help.text"
-msgid "Decimal accuracy"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3166426\n"
-"138\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159091\n"
-"144\n"
-"help.text"
-msgid "Default button"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154200\n"
-"145\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN108BA\n"
-"help.text"
-msgid "Delay"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN108D0\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151278\n"
-"19\n"
-"help.text"
-msgid "Dropdown"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155113\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3151216\n"
-"13\n"
-"help.text"
-msgid "Enabled"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150517\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155379\n"
-"91\n"
-"help.text"
-msgid "Edit mask"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155509\n"
-"92\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154485\n"
-"184\n"
-"help.text"
-msgid "You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155809\n"
-"93\n"
-"help.text"
-msgid "Character"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148702\n"
-"94\n"
-"help.text"
-msgid "Meaning"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156199\n"
-"95\n"
-"help.text"
-msgid "L"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148869\n"
-"96\n"
-"help.text"
-msgid "A text constant. This character cannot be modified by the user."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156016\n"
-"97\n"
-"help.text"
-msgid "a"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157983\n"
-"98\n"
-"help.text"
-msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148607\n"
-"99\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159204\n"
-"100\n"
-"help.text"
-msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149126\n"
-"101\n"
-"help.text"
-msgid "c"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3151304\n"
-"102\n"
-"help.text"
-msgid "The characters a-z and 0-9 can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152870\n"
-"103\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155071\n"
-"104\n"
-"help.text"
-msgid "The characters a-z and 0-9 can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159230\n"
-"105\n"
-"help.text"
-msgid "N"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154650\n"
-"106\n"
-"help.text"
-msgid "Only the characters 0-9 can be entered."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149383\n"
-"107\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153489\n"
-"108\n"
-"help.text"
-msgid "All printable characters can be entered."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146967\n"
-"109\n"
-"help.text"
-msgid "X"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154707\n"
-"110\n"
-"help.text"
-msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id2128971\n"
-"help.text"
-msgid "Editable"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6519974\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4591814\n"
-"help.text"
-msgid "The default value is FALSE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149317\n"
-"114\n"
-"help.text"
-msgid "Graphics"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147546\n"
-"115\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154627\n"
-"258\n"
-"help.text"
-msgid "Height"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155754\n"
-"257\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153072\n"
-"208\n"
-"help.text"
-msgid "Help text"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147502\n"
-"209\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154400\n"
-"212\n"
-"help.text"
-msgid "Help URL"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150431\n"
-"213\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4171269\n"
-"help.text"
-msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159260\n"
-"85\n"
-"help.text"
-msgid "Incr./decrement value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145233\n"
-"86\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id539262\n"
-"help.text"
-msgid "Invokes stop mode editing"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id234382\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6591082\n"
-"help.text"
-msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id9298074\n"
-"help.text"
-msgid "The default value is FALSE."
-msgstr ""
-
-#: 01170101.xhp
-#, fuzzy
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150536\n"
-"7\n"
-"help.text"
-msgid "Label"
-msgstr "Bezeechnung"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146324\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146816\n"
-"223\n"
-"help.text"
-msgid "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150457\n"
-"74\n"
-"help.text"
-msgid "Line Count"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149143\n"
-"75\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled. </ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7468489\n"
-"help.text"
-msgid "Scrollbar"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7706228\n"
-"help.text"
-msgid "Adds the scrollbar type that you specify to a text box."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153121\n"
-"256\n"
-"help.text"
-msgid "Small change"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157875\n"
-"255\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3145221\n"
-"73\n"
-"help.text"
-msgid "List entries"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154580\n"
-"120\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the entries for a list control. One line takes one list entry. Press <emph>Shift+Enter</emph> to insert a new line.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149723\n"
-"159\n"
-"help.text"
-msgid "Literal mask"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150656\n"
-"160\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149015\n"
-"116\n"
-"help.text"
-msgid "Manual line break"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149893\n"
-"117\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150463\n"
-"123\n"
-"help.text"
-msgid "Max. text length"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150745\n"
-"124\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154675\n"
-"21\n"
-"help.text"
-msgid "Multiline Input"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3144741\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154848\n"
-"129\n"
-"help.text"
-msgid "Multiselection"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3151235\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148887\n"
-"9\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154548\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148739\n"
-"44\n"
-"help.text"
-msgid "Order"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149252\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog.</ahelp> On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the <emph>Tab</emph> key the successively focusses the other controls as specified by their order number."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155259\n"
-"46\n"
-"help.text"
-msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149511\n"
-"247\n"
-"help.text"
-msgid "Orientation"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153780\n"
-"246\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154374\n"
-"239\n"
-"help.text"
-msgid "Page (step)"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154109\n"
-"238\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit.</ahelp> If a dialog has only one page set its <emph>Page (Step)</emph> value to <emph>0</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148580\n"
-"236\n"
-"help.text"
-msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146144\n"
-"235\n"
-"help.text"
-msgid "To switch between dialog pages at run time, you need to create a macro that changes the value of <emph>Page (Step)</emph>."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154558\n"
-"156\n"
-"help.text"
-msgid "Password characters"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152787\n"
-"157\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148750\n"
-"245\n"
-"help.text"
-msgid "PositionX"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154517\n"
-"244\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152767\n"
-"243\n"
-"help.text"
-msgid "PositionY"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159082\n"
-"242\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159213\n"
-"221\n"
-"help.text"
-msgid "Prefix symbol"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149688\n"
-"222\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149728\n"
-"89\n"
-"help.text"
-msgid "Print"
-msgstr "Drécken"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150001\n"
-"90\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154671\n"
-"261\n"
-"help.text"
-msgid "Progress value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146849\n"
-"260\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153112\n"
-"254\n"
-"help.text"
-msgid "Progress value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145167\n"
-"253\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153569\n"
-"249\n"
-"help.text"
-msgid "Progress value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154506\n"
-"248\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150134\n"
-"42\n"
-"help.text"
-msgid "Read-only"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155930\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN11112\n"
-"help.text"
-msgid "Repeat"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN11128\n"
-"help.text"
-msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id9579149\n"
-"help.text"
-msgid "Root displayed"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7126987\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id9174779\n"
-"help.text"
-msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id594195\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7534409\n"
-"help.text"
-msgid "Row height"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id6471755\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2909329\n"
-"help.text"
-msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4601580\n"
-"help.text"
-msgid "The default value is 0."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148761\n"
-"264\n"
-"help.text"
-msgid "Scale"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159134\n"
-"265\n"
-"help.text"
-msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id7597277\n"
-"help.text"
-msgid "Scrollbar"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id986968\n"
-"help.text"
-msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3147370\n"
-"241\n"
-"help.text"
-msgid "Scroll value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159622\n"
-"240\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155440\n"
-"252\n"
-"help.text"
-msgid "Scroll value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148877\n"
-"251\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN111E4\n"
-"help.text"
-msgid "Scroll value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN111E8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id543534\n"
-"help.text"
-msgid "Show handles"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id5060884\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id4974822\n"
-"help.text"
-msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id7687307\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id4062013\n"
-"help.text"
-msgid "Show root handles"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3314004\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id2396313\n"
-"help.text"
-msgid "The default value is TRUE."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10EC2\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10ED8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the sequence of the selected items, where \"0\" corresponds to the first item. To select more than one item, Multiselection must be enabled.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10EEB\n"
-"help.text"
-msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_idN10F0A\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id5026093\n"
-"help.text"
-msgid "Selection type"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id1134067\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154193\n"
-"87\n"
-"help.text"
-msgid "Spin Button"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145298\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3156267\n"
-"232\n"
-"help.text"
-msgid "State"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150928\n"
-"231\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148396\n"
-"112\n"
-"help.text"
-msgid "Strict format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153042\n"
-"113\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149538\n"
-"48\n"
-"help.text"
-msgid "Tabstop"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148543\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148776\n"
-"178\n"
-"help.text"
-msgid "Default"
-msgstr "Standard"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153547\n"
-"179\n"
-"help.text"
-msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154632\n"
-"52\n"
-"help.text"
-msgid "No"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150475\n"
-"53\n"
-"help.text"
-msgid "When using the tab key focusing skips the control."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3150690\n"
-"50\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159106\n"
-"51\n"
-"help.text"
-msgid "The control can be selected with the Tab key."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3145152\n"
-"147\n"
-"help.text"
-msgid "Thousands Separator"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155085\n"
-"148\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152816\n"
-"168\n"
-"help.text"
-msgid "Time Format"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145263\n"
-"169\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153920\n"
-"127\n"
-"help.text"
-msgid "Time max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155401\n"
-"128\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3163818\n"
-"135\n"
-"help.text"
-msgid "Time min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156262\n"
-"136\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3148638\n"
-"266\n"
-"help.text"
-msgid "Title"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3147169\n"
-"267\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153716\n"
-"55\n"
-"help.text"
-msgid "<emph>Titles</emph> are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their <emph>Name</emph> property."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152594\n"
-"173\n"
-"help.text"
-msgid "Tristate"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149825\n"
-"174\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3150614\n"
-"268\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3154315\n"
-"269\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152480\n"
-"125\n"
-"help.text"
-msgid "Value max."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3163823\n"
-"126\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149276\n"
-"133\n"
-"help.text"
-msgid "Value min."
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3145088\n"
-"134\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3149712\n"
-"234\n"
-"help.text"
-msgid "Visible size"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149445\n"
-"233\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3152472\n"
-"142\n"
-"help.text"
-msgid "Width"
-msgstr ""
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3157963\n"
-"143\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Blue Function [Runtime]"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"bm_id3149180\n"
-"help.text"
-msgid "<bookmark_value>Blue function</bookmark_value>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149180\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3156343\n"
-"2\n"
-"help.text"
-msgid "Returns the blue component of the specified color code."
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149670\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3149457\n"
-"4\n"
-"help.text"
-msgid "Blue (Color As Long)"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149656\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3154365\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3156423\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3150448\n"
-"8\n"
-"help.text"
-msgid "<emph>Color value</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the blue component."
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3153091\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3154012\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3148645\n"
-"14\n"
-"help.text"
-msgid "\"red= \" & Red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3159155\n"
-"15\n"
-"help.text"
-msgid "\"green= \" & Green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"par_id3147319\n"
-"16\n"
-"help.text"
-msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Comparison Operators [Runtime]"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3156042\n"
-"2\n"
-"help.text"
-msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3147291\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3149177\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3145316\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3147573\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3148686\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3147531\n"
-"8\n"
-"help.text"
-msgid "Comparison operators"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3147265\n"
-"9\n"
-"help.text"
-msgid "= : Equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3154924\n"
-"10\n"
-"help.text"
-msgid "< : Less than"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3146795\n"
-"11\n"
-"help.text"
-msgid "> : Greater than"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3150541\n"
-"12\n"
-"help.text"
-msgid "<= : Less than or equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3150400\n"
-"13\n"
-"help.text"
-msgid ">= : Greater than or equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3148797\n"
-"14\n"
-"help.text"
-msgid "<> : Not equal to"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"hd_id3154686\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3154909\n"
-"18\n"
-"help.text"
-msgid "Dim sRoot As String ' Root directory for file in and output"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Timer Function [Runtime]"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>Timer function</bookmark_value>"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156023\n"
-"2\n"
-"help.text"
-msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156212\n"
-"3\n"
-"help.text"
-msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3153768\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3161831\n"
-"5\n"
-"help.text"
-msgid "Timer"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3146975\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3146984\n"
-"7\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"hd_id3156442\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3145748\n"
-"12\n"
-"help.text"
-msgid "MsgBox lSec,0,\"Seconds since midnight\""
-msgstr ""
-
-#: 03030303.xhp
-msgctxt ""
-"03030303.xhp\n"
-"par_id3156283\n"
-"17\n"
-"help.text"
-msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"tit\n"
-"help.text"
-msgid "Dir Function [Runtime]"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"bm_id3154347\n"
-"help.text"
-msgid "<bookmark_value>Dir function</bookmark_value>"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154347\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153381\n"
-"2\n"
-"help.text"
-msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154365\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3156282\n"
-"4\n"
-"help.text"
-msgid "Dir [(Text As String) [, Attrib As Integer]]"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3156424\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153193\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3153770\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3161831\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3146974\n"
-"9\n"
-"help.text"
-msgid "<emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3149666\n"
-"11\n"
-"help.text"
-msgid "0 : Normal files."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3147427\n"
-"15\n"
-"help.text"
-msgid "16 : Returns the name of the directory only."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153952\n"
-"16\n"
-"help.text"
-msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3159156\n"
-"17\n"
-"help.text"
-msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3154012\n"
-"18\n"
-"help.text"
-msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3147348\n"
-"19\n"
-"help.text"
-msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"hd_id3154942\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3148455\n"
-"22\n"
-"help.text"
-msgid "' Displays all files and directories"
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3153416\n"
-"27\n"
-"help.text"
-msgid "sDir=\"Directories:\""
-msgstr ""
-
-#: 03020404.xhp
-msgctxt ""
-"03020404.xhp\n"
-"par_id3154253\n"
-"34\n"
-"help.text"
-msgid "' Get the directories"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"^\" Operator [Runtime]"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"bm_id3145315\n"
-"help.text"
-msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3145315\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3149670\n"
-"2\n"
-"help.text"
-msgid "Raises a number to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3149656\n"
-"4\n"
-"help.text"
-msgid "Result = Expression ^ Exponent"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3151211\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3153192\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3156422\n"
-"8\n"
-"help.text"
-msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"hd_id3147287\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070500.xhp
-msgctxt ""
-"03070500.xhp\n"
-"par_id3146984\n"
-"12\n"
-"help.text"
-msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sgn Function [Runtime]"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"bm_id3148474\n"
-"help.text"
-msgid "<bookmark_value>Sgn function</bookmark_value>"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3148474\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3148686\n"
-"2\n"
-"help.text"
-msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3156023\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3153897\n"
-"4\n"
-"help.text"
-msgid "Sgn (Number)"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3145069\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150359\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3150543\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154365\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150767\n"
-"9\n"
-"help.text"
-msgid "NumExpression"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3150441\n"
-"10\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3161833\n"
-"11\n"
-"help.text"
-msgid "negative"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3155306\n"
-"12\n"
-"help.text"
-msgid "Sgn returns -1."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3145271\n"
-"13\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "Sgn returns 0."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3153139\n"
-"15\n"
-"help.text"
-msgid "positive"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154319\n"
-"16\n"
-"help.text"
-msgid "Sgn returns 1."
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"hd_id3152576\n"
-"17\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3155416\n"
-"19\n"
-"help.text"
-msgid "Print sgn(-10) ' returns -1"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3154096\n"
-"20\n"
-"help.text"
-msgid "Print sgn(0) ' returns 0"
-msgstr ""
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
-"par_id3148457\n"
-"21\n"
-"help.text"
-msgid "Print sgn(10) ' returns 1"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Further Statements"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"hd_id3145316\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
-msgstr ""
-
-#: 03090400.xhp
-msgctxt ""
-"03090400.xhp\n"
-"par_id3154923\n"
-"2\n"
-"help.text"
-msgid "Statements that do not belong to any of the other runtime categories are described here."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"tit\n"
-"help.text"
-msgid "LBound Function [Runtime]"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>LBound function</bookmark_value>"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "Returns the lower boundary of an array."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3150503\n"
-"4\n"
-"help.text"
-msgid "LBound (ArrayName [, Dimension])"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3153126\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3144500\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3145069\n"
-"8\n"
-"help.text"
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the array dimension."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3149457\n"
-"9\n"
-"help.text"
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"hd_id3145171\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3145365\n"
-"18\n"
-"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3150486\n"
-"19\n"
-"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3149665\n"
-"20\n"
-"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
-msgstr ""
-
-#: 03102900.xhp
-msgctxt ""
-"03102900.xhp\n"
-"par_id3159154\n"
-"21\n"
-"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"tit\n"
-"help.text"
-msgid "UBound Function [Runtime]"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"bm_id3148538\n"
-"help.text"
-msgid "<bookmark_value>UBound function</bookmark_value>"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3148538\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3147573\n"
-"2\n"
-"help.text"
-msgid "Returns the upper boundary of an array."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3150984\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149415\n"
-"4\n"
-"help.text"
-msgid "UBound (ArrayName [, Dimension])"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153897\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3154347\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3153381\n"
-"8\n"
-"help.text"
-msgid "<emph>ArrayName:</emph> Name of the array for which you want to determine the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3148797\n"
-"9\n"
-"help.text"
-msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3153138\n"
-"19\n"
-"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3149665\n"
-"20\n"
-"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
-msgstr ""
-
-#: 03103000.xhp
-msgctxt ""
-"03103000.xhp\n"
-"par_id3147214\n"
-"21\n"
-"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Public Statement [Runtime]"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>Public statement</bookmark_value>"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"par_id3150669\n"
-"2\n"
-"help.text"
-msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules."
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3150772\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03103400.xhp
-msgctxt ""
-"03103400.xhp\n"
-"hd_id3145315\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoValue Function [Runtime]"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3147291\n"
-"2\n"
-"help.text"
-msgid "Returns an object that represents a strictly typed value referring to the Uno type system."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3143267\n"
-"3\n"
-"help.text"
-msgid "This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3153626\n"
-"4\n"
-"help.text"
-msgid "The $[officename] API frequently uses the Any type. It is the counterpart of the Variant type known from other environments. The Any type holds one arbitrary Uno type and is used in generic Uno interfaces."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"hd_id3147560\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3154760\n"
-"6\n"
-"help.text"
-msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3150541\n"
-"7\n"
-"help.text"
-msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3153524\n"
-"8\n"
-"help.text"
-msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3154366\n"
-"9\n"
-"help.text"
-msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type."
-msgstr ""
-
-#: 03132300.xhp
-msgctxt ""
-"03132300.xhp\n"
-"par_id3150769\n"
-"10\n"
-"help.text"
-msgid "You can also use this function to pass non-Any values, but this is not recommend. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Left Function [Runtime]"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>Left function</bookmark_value>"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3147242\n"
-"2\n"
-"help.text"
-msgid "Returns the number of leftmost characters that you specify of a string expression."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3156153\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150771\n"
-"4\n"
-"help.text"
-msgid "Left (Text As String, n As Long)"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3153824\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3147530\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3148946\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3148552\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3149456\n"
-"9\n"
-"help.text"
-msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150791\n"
-"10\n"
-"help.text"
-msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3125863\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"par_id3150448\n"
-"15\n"
-"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"tit\n"
-"help.text"
-msgid "Name Statement [Runtime]"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"bm_id3143268\n"
-"help.text"
-msgid "<bookmark_value>Name statement</bookmark_value>"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3154346\n"
-"2\n"
-"help.text"
-msgid "Renames an existing file or directory."
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3156344\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3153381\n"
-"4\n"
-"help.text"
-msgid "Name OldName As String As NewName As String"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3153362\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3151210\n"
-"6\n"
-"help.text"
-msgid "<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"hd_id3125863\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020412.xhp
-msgctxt ""
-"03020412.xhp\n"
-"par_id3152462\n"
-"16\n"
-"help.text"
-msgid "MsgBox \"File already exists\""
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"tit\n"
-"help.text"
-msgid "EqualUnoObjects Function [Runtime]"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3145090\n"
-"2\n"
-"help.text"
-msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "EqualUnoObjects( oObj1, oObj2 )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154285\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3145315\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3156024\n"
-"8\n"
-"help.text"
-msgid "// Copy of objects -> same instance"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154923\n"
-"9\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3147559\n"
-"10\n"
-"help.text"
-msgid "oIntro2 = oIntrospection"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150541\n"
-"11\n"
-"help.text"
-msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3153525\n"
-"12\n"
-"help.text"
-msgid "// Copy of structs as value -> new instance"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154366\n"
-"13\n"
-"help.text"
-msgid "Dim Struct1 as new com.sun.star.beans.Property"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154348\n"
-"14\n"
-"help.text"
-msgid "Struct2 = Struct1"
-msgstr ""
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154125\n"
-"15\n"
-"help.text"
-msgid "print EqualUnoObjects( Struct1, Struct2 )"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileAttr-Function [Runtime]"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"bm_id3153380\n"
-"help.text"
-msgid "<bookmark_value>FileAttr function</bookmark_value>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3153380\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154366\n"
-"2\n"
-"help.text"
-msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3153364\n"
-"3\n"
-"help.text"
-msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3163713\n"
-"4\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3151116\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154012\n"
-"6\n"
-"help.text"
-msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3147349\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3146974\n"
-"8\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3153728\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3151074\n"
-"10\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3144766\n"
-"11\n"
-"help.text"
-msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3147396\n"
-"12\n"
-"help.text"
-msgid "1: The FileAttr-Function indicates the access mode of the file."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149959\n"
-"13\n"
-"help.text"
-msgid "2: The FileAttr-Function returns the file access number of the operating system."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154018\n"
-"14\n"
-"help.text"
-msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149124\n"
-"15\n"
-"help.text"
-msgid "1 - INPUT (file open for input)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3156275\n"
-"16\n"
-"help.text"
-msgid "2 - OUTPUT (file open for output)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3155066\n"
-"17\n"
-"help.text"
-msgid "4 - RANDOM (file open for random access)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3148406\n"
-"18\n"
-"help.text"
-msgid "8 - APPEND (file open for appending)"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3154757\n"
-"19\n"
-"help.text"
-msgid "32 - BINARY (file open in binary mode)."
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"hd_id3147339\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3155607\n"
-"29\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3150361\n"
-"30\n"
-"help.text"
-msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
-msgstr ""
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"par_id3149817\n"
-"31\n"
-"help.text"
-msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Randomize Statement [Runtime]"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Randomize statement</bookmark_value>"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3145090\n"
-"2\n"
-"help.text"
-msgid "Initializes the random-number generator."
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3147573\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3145315\n"
-"4\n"
-"help.text"
-msgid "Randomize [Number]"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3152456\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"hd_id3149655\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3147288\n"
-"14\n"
-"help.text"
-msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
-msgstr ""
-
-#: 03080301.xhp
-msgctxt ""
-"03080301.xhp\n"
-"par_id3148617\n"
-"22\n"
-"help.text"
-msgid "MsgBox sText,0,\"Spectral Distribution\""
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"tit\n"
-"help.text"
-msgid "DimArray Function [Runtime]"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>DimArray function</bookmark_value>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3153527\n"
-"2\n"
-"help.text"
-msgid "Returns a Variant array."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3149762\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3148473\n"
-"4\n"
-"help.text"
-msgid "DimArray ( Argument list)"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3154142\n"
-"5\n"
-"help.text"
-msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3156023\n"
-"6\n"
-"help.text"
-msgid "If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3150358\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"par_id3154939\n"
-"10\n"
-"help.text"
-msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"tit\n"
-"help.text"
-msgid "TypeName Function; VarType Function[Runtime]"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"bm_id3143267\n"
-"help.text"
-msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3143267\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3159157\n"
-"2\n"
-"help.text"
-msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3153825\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "TypeName (Variable)VarType (Variable)"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3145610\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148947\n"
-"6\n"
-"help.text"
-msgid "String; Integer"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3146795\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148664\n"
-"8\n"
-"help.text"
-msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145171\n"
-"9\n"
-"help.text"
-msgid "key word"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3156212\n"
-"10\n"
-"help.text"
-msgid "VarType"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154684\n"
-"11\n"
-"help.text"
-msgid "Variable type"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151041\n"
-"12\n"
-"help.text"
-msgid "Boolean"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153367\n"
-"13\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148645\n"
-"14\n"
-"help.text"
-msgid "Boolean variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153138\n"
-"15\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3153363\n"
-"16\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155411\n"
-"17\n"
-"help.text"
-msgid "Date variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146975\n"
-"18\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3150486\n"
-"19\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148616\n"
-"20\n"
-"help.text"
-msgid "Double floating point variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148457\n"
-"21\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145647\n"
-"22\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154490\n"
-"23\n"
-"help.text"
-msgid "Integer variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3149960\n"
-"24\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154513\n"
-"25\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151318\n"
-"26\n"
-"help.text"
-msgid "Long integer variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146972\n"
-"27\n"
-"help.text"
-msgid "Object"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154482\n"
-"28\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3150323\n"
-"29\n"
-"help.text"
-msgid "Object variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148405\n"
-"30\n"
-"help.text"
-msgid "Single"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3149020\n"
-"31\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3147341\n"
-"32\n"
-"help.text"
-msgid "Single floating-point variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155901\n"
-"33\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3155960\n"
-"34\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3146313\n"
-"35\n"
-"help.text"
-msgid "String variable"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145149\n"
-"36\n"
-"help.text"
-msgid "Variant"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154021\n"
-"37\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145789\n"
-"38\n"
-"help.text"
-msgid "Variant variable (can contain all types specified by the definition)"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148630\n"
-"39\n"
-"help.text"
-msgid "Empty"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3152584\n"
-"40\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3151278\n"
-"41\n"
-"help.text"
-msgid "Variable is not initialized"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3154576\n"
-"42\n"
-"help.text"
-msgid "Null"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3166424\n"
-"43\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3145131\n"
-"44\n"
-"help.text"
-msgid "No valid data"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"hd_id3149338\n"
-"45\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
-"par_id3148817\n"
-"58\n"
-"help.text"
-msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hour Function [Runtime]"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"bm_id3156042\n"
-"help.text"
-msgid "<bookmark_value>Hour function</bookmark_value>"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3156042\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3149346\n"
-"2\n"
-"help.text"
-msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3147574\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3147264\n"
-"4\n"
-"help.text"
-msgid "Hour (Number)"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3145069\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3150359\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3154366\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3154909\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>TimeSerial</emph> function. It returns an integer value that represents the hour from a time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3163798\n"
-"10\n"
-"help.text"
-msgid "Print Hour(TimeSerial(12,30,41))"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3155132\n"
-"11\n"
-"help.text"
-msgid "returns the value 12."
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"hd_id3147348\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3146985\n"
-"13\n"
-"help.text"
-msgid "Sub ExampleHour"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3156441\n"
-"14\n"
-"help.text"
-msgid "Print \"The current hour is \" & Hour( Now )"
-msgstr ""
-
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3153145\n"
-"15\n"
-"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"tit\n"
-"help.text"
-msgid "End Statement [Runtime]"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"bm_id3150771\n"
-"help.text"
-msgid "<bookmark_value>End statement</bookmark_value>"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3150771\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3153126\n"
-"2\n"
-"help.text"
-msgid "Ends a procedure or block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148552\n"
-"4\n"
-"help.text"
-msgid "End, End Function, End If, End Select, End Sub"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3149456\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3150398\n"
-"6\n"
-"help.text"
-msgid "Use the End statement as follows:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3154366\n"
-"7\n"
-"help.text"
-msgid "Statement"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3151043\n"
-"8\n"
-"help.text"
-msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3145171\n"
-"9\n"
-"help.text"
-msgid "End Function: Ends a <emph>Function</emph> statement."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3153192\n"
-"10\n"
-"help.text"
-msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148451\n"
-"11\n"
-"help.text"
-msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3155131\n"
-"12\n"
-"help.text"
-msgid "End Sub: Ends a <emph>Sub</emph> statement."
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"hd_id3146120\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3152887\n"
-"19\n"
-"help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3148618\n"
-"21\n"
-"help.text"
-msgid "Print \"Number from 6 to 8\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3147436\n"
-"23\n"
-"help.text"
-msgid "Print \"Greater than 8\""
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"par_id3150418\n"
-"25\n"
-"help.text"
-msgid "Print \"Outside range 1 to 10\""
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"tit\n"
-"help.text"
-msgid "HasUnoInterfaces Function [Runtime]"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"bm_id3149987\n"
-"help.text"
-msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3149987\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3151262\n"
-"2\n"
-"help.text"
-msgid "Tests if a Basic Uno object supports certain Uno interfaces."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3154232\n"
-"3\n"
-"help.text"
-msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3150040\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3155555\n"
-"5\n"
-"help.text"
-msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3153345\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3148538\n"
-"7\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3159157\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3155419\n"
-"9\n"
-"help.text"
-msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3149236\n"
-"10\n"
-"help.text"
-msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3147574\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3149580\n"
-"12\n"
-"help.text"
-msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Choose Function [Runtime]"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"bm_id3143271\n"
-"help.text"
-msgid "<bookmark_value>Choose function</bookmark_value>"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3143271\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3149234\n"
-"2\n"
-"help.text"
-msgid "Returns a selected value from a list of arguments."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3148943\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3147560\n"
-"4\n"
-"help.text"
-msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3154346\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3148664\n"
-"6\n"
-"help.text"
-msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3150791\n"
-"7\n"
-"help.text"
-msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3151043\n"
-"8\n"
-"help.text"
-msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3153192\n"
-"9\n"
-"help.text"
-msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3156281\n"
-"10\n"
-"help.text"
-msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"hd_id3150439\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"par_id3156443\n"
-"20\n"
-"help.text"
-msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"tit\n"
-"help.text"
-msgid "Line Input # Statement [Runtime]"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"bm_id3153361\n"
-"help.text"
-msgid "<bookmark_value>Line Input statement</bookmark_value>"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3153361\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3156280\n"
-"2\n"
-"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"4\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3161832\n"
-"6\n"
-"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3151119\n"
-"7\n"
-"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3150010\n"
-"8\n"
-"help.text"
-msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"18\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"19\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Xor-Operator [Runtime]"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3159414\n"
-"2\n"
-"help.text"
-msgid "Performs a logical Exclusive-Or combination of two expressions."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153381\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150400\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 Xor Expression2"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153968\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150448\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3125864\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3150439\n"
-"8\n"
-"help.text"
-msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153770\n"
-"9\n"
-"help.text"
-msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"hd_id3153366\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3156442\n"
-"15\n"
-"help.text"
-msgid "vOut = vA > vB Xor vB > vC ' returns 0"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153191\n"
-"16\n"
-"help.text"
-msgid "vOut = vB > vA Xor vB > vC ' returns -1"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3153144\n"
-"17\n"
-"help.text"
-msgid "vOut = vA > vB Xor vB > vD ' returns -1"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3154944\n"
-"18\n"
-"help.text"
-msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
-msgstr ""
-
-#: 03060600.xhp
-msgctxt ""
-"03060600.xhp\n"
-"par_id3148455\n"
-"19\n"
-"help.text"
-msgid "vOut = vB Xor vA ' returns 2"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Absolute Values"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"hd_id3146958\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
-msgstr ""
-
-#: 03080600.xhp
-msgctxt ""
-"03080600.xhp\n"
-"par_id3150771\n"
-"2\n"
-"help.text"
-msgid "This function returns absolute values."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefLng Statement [Runtime]"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"bm_id3148538\n"
-"help.text"
-msgid "<bookmark_value>DefLng statement</bookmark_value>"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3148538\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3149514\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3150504\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145609\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145069\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3150791\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3148798\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3154686\n"
-"9\n"
-"help.text"
-msgid "<emph>DefLng:</emph> Long"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3154124\n"
-"12\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145273\n"
-"22\n"
-"help.text"
-msgid "lCount=123456789 ' lCount is an implicit long integer variable"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154346\n"
-"3\n"
-"help.text"
-msgid "The following describes the basic use of variables in $[officename] Basic."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153361\n"
-"4\n"
-"help.text"
-msgid "Naming Conventions for Variable Identifiers"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3148797\n"
-"5\n"
-"help.text"
-msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156422\n"
-"6\n"
-"help.text"
-msgid "Examples for variable identifiers:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156441\n"
-"126\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149664\n"
-"127\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3146119\n"
-"128\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153876\n"
-"11\n"
-"help.text"
-msgid "Not valid, variable with space must be enclosed in square brackets"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154510\n"
-"15\n"
-"help.text"
-msgid "Correct"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150330\n"
-"129\n"
-"help.text"
-msgid "Not valid, special characters are not allowed"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154254\n"
-"130\n"
-"help.text"
-msgid "Not valid, variable may not begin with a number"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149256\n"
-"131\n"
-"help.text"
-msgid "Not valid, punctuation marks are not allowed"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3146317\n"
-"17\n"
-"help.text"
-msgid "Declaring Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150299\n"
-"18\n"
-"help.text"
-msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154118\n"
-"140\n"
-"help.text"
-msgid "Examples for variable declarations:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150982\n"
-"132\n"
-"help.text"
-msgid "Declares the variable \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150343\n"
-"133\n"
-"help.text"
-msgid "Declares the variable \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155507\n"
-"22\n"
-"help.text"
-msgid "Declares one variable as a String and one as an Integer"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_idN10859\n"
-"help.text"
-msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150519\n"
-"23\n"
-"help.text"
-msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154527\n"
-"134\n"
-"help.text"
-msgid "Declares \"a\" as a String"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153064\n"
-"135\n"
-"help.text"
-msgid "Type-declaration missing: \"a$=\""
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3144770\n"
-"26\n"
-"help.text"
-msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149331\n"
-"27\n"
-"help.text"
-msgid "Forcing Variable Declarations"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149443\n"
-"28\n"
-"help.text"
-msgid "To force declaration of variables, use the following command:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155072\n"
-"30\n"
-"help.text"
-msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3154614\n"
-"34\n"
-"help.text"
-msgid "Variable Types"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3155383\n"
-"35\n"
-"help.text"
-msgid "$[officename] Basic supports four variable classes:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153972\n"
-"36\n"
-"help.text"
-msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3159226\n"
-"37\n"
-"help.text"
-msgid "<emph>String</emph> variables contain character strings."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3145217\n"
-"38\n"
-"help.text"
-msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154762\n"
-"39\n"
-"help.text"
-msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153805\n"
-"40\n"
-"help.text"
-msgid "Integer Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3146966\n"
-"41\n"
-"help.text"
-msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3147546\n"
-"45\n"
-"help.text"
-msgid "Long Integer Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3151193\n"
-"46\n"
-"help.text"
-msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id7596972\n"
-"help.text"
-msgid "Decimal Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id2649311\n"
-"help.text"
-msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id7617114\n"
-"help.text"
-msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id1593676\n"
-"help.text"
-msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3147500\n"
-"50\n"
-"help.text"
-msgid "Single Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153070\n"
-"51\n"
-"help.text"
-msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3155753\n"
-"54\n"
-"help.text"
-msgid "Double Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150953\n"
-"55\n"
-"help.text"
-msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3155747\n"
-"95\n"
-"help.text"
-msgid "Currency Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153337\n"
-"96\n"
-"help.text"
-msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3148742\n"
-"58\n"
-"help.text"
-msgid "String Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3151393\n"
-"59\n"
-"help.text"
-msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3150534\n"
-"62\n"
-"help.text"
-msgid "Boolean Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3145632\n"
-"63\n"
-"help.text"
-msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3149722\n"
-"65\n"
-"help.text"
-msgid "Date Variables"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3159116\n"
-"66\n"
-"help.text"
-msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3148732\n"
-"68\n"
-"help.text"
-msgid "Initial Variable Values"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154549\n"
-"69\n"
-"help.text"
-msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3143222\n"
-"70\n"
-"help.text"
-msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3150693\n"
-"71\n"
-"help.text"
-msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154807\n"
-"72\n"
-"help.text"
-msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3153936\n"
-"83\n"
-"help.text"
-msgid "Arrays"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3148736\n"
-"84\n"
-"help.text"
-msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149546\n"
-"85\n"
-"help.text"
-msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154567\n"
-"136\n"
-"help.text"
-msgid "21 elements numbered from 0 to 20"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3154397\n"
-"137\n"
-"help.text"
-msgid "30 elements (a matrix of 6 x 5 elements)"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3149690\n"
-"138\n"
-"help.text"
-msgid "21 elements numbered from 5 to 25"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153113\n"
-"89\n"
-"help.text"
-msgid "21 elements (including 0), numbered from -15 to 5"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3153005\n"
-"90\n"
-"help.text"
-msgid "The index range can include positive as well as negative numbers."
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"hd_id3154507\n"
-"91\n"
-"help.text"
-msgid "Constants"
-msgstr ""
-
-#: 01020100.xhp
-msgctxt ""
-"01020100.xhp\n"
-"par_id3156357\n"
-"92\n"
-"help.text"
-msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefObj Statement [Runtime]"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"bm_id3149811\n"
-"help.text"
-msgid "<bookmark_value>DefObj statement</bookmark_value>"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3149811\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3147573\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3150504\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3147530\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3153896\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3148552\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3150358\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3148798\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3150769\n"
-"9\n"
-"help.text"
-msgid "<emph>DefObj:</emph> Object"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3156212\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3153969\n"
-"12\n"
-"help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3156424\n"
-"13\n"
-"help.text"
-msgid "DefBool b"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3159254\n"
-"14\n"
-"help.text"
-msgid "DefDate t"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3150440\n"
-"15\n"
-"help.text"
-msgid "DefDbL d"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3161832\n"
-"16\n"
-"help.text"
-msgid "DefInt i"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3145365\n"
-"17\n"
-"help.text"
-msgid "DefLng l"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3149481\n"
-"18\n"
-"help.text"
-msgid "DefObj o"
-msgstr ""
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3152886\n"
-"19\n"
-"help.text"
-msgid "DefVar v"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Let Statement [Runtime]"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"bm_id3147242\n"
-"help.text"
-msgid "<bookmark_value>Let statement</bookmark_value>"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"hd_id3147242\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"par_id3149233\n"
-"2\n"
-"help.text"
-msgid "Assigns a value to a variable."
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"hd_id3153127\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"par_id3154285\n"
-"4\n"
-"help.text"
-msgid "[Let] VarName=Expression"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"hd_id3148944\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"par_id3148451\n"
-"7\n"
-"help.text"
-msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"hd_id3145785\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103100.xhp
-msgctxt ""
-"03103100.xhp\n"
-"par_id3152939\n"
-"12\n"
-"help.text"
-msgid "MsgBox Len(sText) ' returns 9"
-msgstr ""
-
-#: 03010000.xhp
-msgctxt ""
-"03010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Screen I/O Functions"
-msgstr ""
-
-#: 03010000.xhp
-msgctxt ""
-"03010000.xhp\n"
-"hd_id3156280\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
-msgstr ""
-
-#: 03010000.xhp
-msgctxt ""
-"03010000.xhp\n"
-"par_id3153770\n"
-"2\n"
-"help.text"
-msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoService Function [Runtime]"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_id3152924\n"
-"2\n"
-"help.text"
-msgid "Instantiates a Uno service with the ProcessServiceManager."
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"hd_id3152801\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_id3153346\n"
-"4\n"
-"help.text"
-msgid "oService = CreateUnoService( Uno service name )"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_idN1060F\n"
-"help.text"
-msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"hd_id3151111\n"
-"5\n"
-"help.text"
-msgid "Examples:"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_id3154046\n"
-"6\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"bm_id8334604\n"
-"help.text"
-msgid "<bookmark_value>filepicker;API service</bookmark_value>"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_idN10625\n"
-"help.text"
-msgid "The following code uses a service to open a file open dialog:"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_idN1062B\n"
-"help.text"
-msgid "fName = FileOpenDialog (\"Please select a file\")"
-msgstr ""
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_idN10630\n"
-"help.text"
-msgid "Print \"file chosen: \"+fName"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Month Function [Runtime]"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"bm_id3153127\n"
-"help.text"
-msgid "<bookmark_value>Month function</bookmark_value>"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"hd_id3153127\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"hd_id3145068\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3150398\n"
-"4\n"
-"help.text"
-msgid "Month (Number)"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"hd_id3154366\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3154125\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"hd_id3150768\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3156423\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3153770\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>DateSerial </emph>function. It returns the month in the year that corresponds to the serial date that is generated by <emph>DateSerial</emph> or <emph>DateValue</emph>. For example, the expression"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3145366\n"
-"11\n"
-"help.text"
-msgid "returns the value 12."
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"hd_id3146923\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030104.xhp
-msgctxt ""
-"03030104.xhp\n"
-"par_id3149664\n"
-"14\n"
-"help.text"
-msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"tit\n"
-"help.text"
-msgid "GoSub...Return Statement [Runtime]"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"bm_id3147242\n"
-"help.text"
-msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"hd_id3147242\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3145316\n"
-"2\n"
-"help.text"
-msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"hd_id3145609\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3145069\n"
-"4\n"
-"help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"hd_id3147265\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3148664\n"
-"6\n"
-"help.text"
-msgid "Sub/Function"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3150400\n"
-"7\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090301.xhp
-#, fuzzy
-msgctxt ""
-"03090301.xhp\n"
-"par_id3154140\n"
-"8\n"
-"help.text"
-msgid "Label"
-msgstr "Bezeechnung"
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3150869\n"
-"9\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3154909\n"
-"10\n"
-"help.text"
-msgid "GoSub Label"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3153969\n"
-"11\n"
-"help.text"
-msgid "Exit Sub/Function"
-msgstr ""
-
-#: 03090301.xhp
-#, fuzzy
-msgctxt ""
-"03090301.xhp\n"
-"par_id3154685\n"
-"12\n"
-"help.text"
-msgid "Label:"
-msgstr "Bezeechnung"
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3145786\n"
-"13\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3159252\n"
-"14\n"
-"help.text"
-msgid "Return"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3154321\n"
-"15\n"
-"help.text"
-msgid "End Sub/Function"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3147318\n"
-"16\n"
-"help.text"
-msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3153190\n"
-"17\n"
-"help.text"
-msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3145799\n"
-"19\n"
-"help.text"
-msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"hd_id3156284\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3146970\n"
-"25\n"
-"help.text"
-msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3150329\n"
-"26\n"
-"help.text"
-msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3154756\n"
-"29\n"
-"help.text"
-msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
-msgstr ""
-
-#: 03090301.xhp
-msgctxt ""
-"03090301.xhp\n"
-"par_id3147340\n"
-"32\n"
-"help.text"
-msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"tit\n"
-"help.text"
-msgid "Stop Statement [Runtime]"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>Stop statement</bookmark_value>"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"par_id3154142\n"
-"2\n"
-"help.text"
-msgid "Stops the execution of the Basic program."
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"hd_id3153126\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"par_id3156023\n"
-"4\n"
-"help.text"
-msgid "Stop"
-msgstr ""
-
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"hd_id3156344\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"tit\n"
-"help.text"
-msgid "RGB Function [Runtime]"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"hd_id3150792\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3150447\n"
-"2\n"
-"help.text"
-msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"hd_id3147229\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3155132\n"
-"4\n"
-"help.text"
-msgid "RGB (Red, Green, Blue)"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"hd_id3156442\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3159153\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"hd_id3154013\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3152597\n"
-"8\n"
-"help.text"
-msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3146974\n"
-"9\n"
-"help.text"
-msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3151113\n"
-"10\n"
-"help.text"
-msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"hd_id3147435\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3145647\n"
-"15\n"
-"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3154491\n"
-"16\n"
-"help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3149401\n"
-"17\n"
-"help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010305.xhp
-msgctxt ""
-"03010305.xhp\n"
-"par_id3150716\n"
-"18\n"
-"help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsNull Function [Runtime]"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"bm_id3155555\n"
-"help.text"
-msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"hd_id3155555\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"par_id3146957\n"
-"2\n"
-"help.text"
-msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"hd_id3150670\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"par_id3150984\n"
-"4\n"
-"help.text"
-msgid "IsNull (Var)"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"hd_id3149514\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"par_id3145609\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"hd_id3149669\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"par_idN1062A\n"
-"help.text"
-msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
-msgstr ""
-
-#: 03102600.xhp
-msgctxt ""
-"03102600.xhp\n"
-"hd_id3153381\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"+\" Operator [Runtime]"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"bm_id3145316\n"
-"help.text"
-msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"hd_id3145316\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "Adds or combines two expressions."
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"hd_id3144500\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"par_id3150358\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 + Expression2"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"hd_id3150400\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"par_id3154123\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"par_id3150870\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
-msgstr ""
-
-#: 03070300.xhp
-msgctxt ""
-"03070300.xhp\n"
-"hd_id3153969\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trim Function [Runtime]"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Trim function</bookmark_value>"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"par_id3149177\n"
-"2\n"
-"help.text"
-msgid "Removes all leading and trailing spaces from a string expression."
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3159157\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "Trim( Text As String )"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3155388\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"par_id3143228\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3145609\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr ""
-
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3148663\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03000000.xhp
-msgctxt ""
-"03000000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Run-Time Functions"
-msgstr ""
-
-#: 03000000.xhp
-msgctxt ""
-"03000000.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
-msgstr ""
-
-#: 03000000.xhp
-msgctxt ""
-"03000000.xhp\n"
-"par_id3148983\n"
-"2\n"
-"help.text"
-msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Open Statement[Runtime]"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"bm_id3150791\n"
-"help.text"
-msgid "<bookmark_value>Open statement</bookmark_value>"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3150791\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3150769\n"
-"2\n"
-"help.text"
-msgid "Opens a data channel."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3147230\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154124\n"
-"4\n"
-"help.text"
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3156280\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3155132\n"
-"6\n"
-"help.text"
-msgid "<emph>FileName: </emph>Name and path of the file that you wan to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3149262\n"
-"7\n"
-"help.text"
-msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154014\n"
-"8\n"
-"help.text"
-msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3150011\n"
-"9\n"
-"help.text"
-msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3153190\n"
-"10\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3151115\n"
-"11\n"
-"help.text"
-msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3153418\n"
-"12\n"
-"help.text"
-msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"hd_id3149123\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3154705\n"
-"22\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03020103.xhp
-msgctxt ""
-"03020103.xhp\n"
-"par_id3146916\n"
-"23\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"*\" Operator [Runtime]"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"bm_id3147573\n"
-"help.text"
-msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"hd_id3147573\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"par_id3154347\n"
-"2\n"
-"help.text"
-msgid "Multiplies two values."
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"hd_id3148946\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"par_id3150358\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 * Expression2"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"hd_id3150400\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"par_id3154365\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"par_id3154685\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
-msgstr ""
-
-#: 03070200.xhp
-msgctxt ""
-"03070200.xhp\n"
-"hd_id3153968\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020000.xhp
-msgctxt ""
-"03020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "File I/O Functions"
-msgstr ""
-
-#: 03020000.xhp
-msgctxt ""
-"03020000.xhp\n"
-"hd_id3156344\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
-msgstr ""
-
-#: 03020000.xhp
-msgctxt ""
-"03020000.xhp\n"
-"par_id3153360\n"
-"2\n"
-"help.text"
-msgid "Use File I/O functions to create and manage user-defined (data) files."
-msgstr ""
-
-#: 03020000.xhp
-msgctxt ""
-"03020000.xhp\n"
-"par_id3150398\n"
-"3\n"
-"help.text"
-msgid "You can use these functions to support the creation of \"relative\" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"tit\n"
-"help.text"
-msgid "CStr Function [Runtime]"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"bm_id3146958\n"
-"help.text"
-msgid "<bookmark_value>CStr function</bookmark_value>"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3146958\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3147574\n"
-"2\n"
-"help.text"
-msgid "Converts any numeric expression to a string expression."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3148473\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3145315\n"
-"4\n"
-"help.text"
-msgid "CStr (Expression)"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3153062\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3153897\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3149457\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3150358\n"
-"9\n"
-"help.text"
-msgid "Expression Types and Conversion Returns"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3153192\n"
-"10\n"
-"help.text"
-msgid "Boolean :"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3156422\n"
-"11\n"
-"help.text"
-msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3147287\n"
-"12\n"
-"help.text"
-msgid "Date :"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3155411\n"
-"13\n"
-"help.text"
-msgid "String that contains the date and time."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3147428\n"
-"14\n"
-"help.text"
-msgid "Null :"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3150486\n"
-"15\n"
-"help.text"
-msgid "Run-time error."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3153953\n"
-"16\n"
-"help.text"
-msgid "Empty :"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3155306\n"
-"17\n"
-"help.text"
-msgid "String without any characters."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3149260\n"
-"18\n"
-"help.text"
-msgid "Any :"
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3152938\n"
-"19\n"
-"help.text"
-msgid "Corresponding number as string."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"par_id3155738\n"
-"20\n"
-"help.text"
-msgid "Zeros at the end of a floating-point number are not included in the returned string."
-msgstr ""
-
-#: 03101000.xhp
-msgctxt ""
-"03101000.xhp\n"
-"hd_id3154729\n"
-"21\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Close Statement [Runtime]"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"bm_id3157896\n"
-"help.text"
-msgid "<bookmark_value>Close statement</bookmark_value>"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3157896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3147573\n"
-"2\n"
-"help.text"
-msgid "Closes a specified file that was opened with the Open statement."
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3156344\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3147265\n"
-"4\n"
-"help.text"
-msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3153379\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3150791\n"
-"6\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3153192\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3153727\n"
-"16\n"
-"help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3147350\n"
-"17\n"
-"help.text"
-msgid "Print #iNumber, \"Another line of text\""
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsObject Function [Runtime]"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>IsObject function</bookmark_value>"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"par_id3148538\n"
-"2\n"
-"help.text"
-msgid "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"hd_id3149234\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"par_id3154285\n"
-"4\n"
-"help.text"
-msgid "IsObject (ObjectVar)"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"hd_id3148685\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"par_id3156024\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"hd_id3148947\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102800.xhp
-msgctxt ""
-"03102800.xhp\n"
-"par_id3148552\n"
-"8\n"
-"help.text"
-msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
-msgstr ""
-
-#: 03132500.xhp
-msgctxt ""
-"03132500.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetDefaultContext Function [Runtime]"
-msgstr ""
-
-#: 03132500.xhp
-msgctxt ""
-"03132500.xhp\n"
-"bm_id4761192\n"
-"help.text"
-msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
-msgstr ""
-
-#: 03132500.xhp
-msgctxt ""
-"03132500.xhp\n"
-"par_idN10580\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
-msgstr ""
-
-#: 03132500.xhp
-msgctxt ""
-"03132500.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "Returns the default context of the process service factory, if existent, else returns a null reference."
-msgstr ""
-
-#: 03132500.xhp
-msgctxt ""
-"03132500.xhp\n"
-"par_idN10593\n"
-"help.text"
-msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Atn Function [Runtime]"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Atn function</bookmark_value>"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3149346\n"
-"2\n"
-"help.text"
-msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3143271\n"
-"3\n"
-"help.text"
-msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3145315\n"
-"4\n"
-"help.text"
-msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"hd_id3149669\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3148947\n"
-"6\n"
-"help.text"
-msgid "Atn (Number)"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"hd_id3148664\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3150359\n"
-"8\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"hd_id3148798\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3156212\n"
-"10\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3153192\n"
-"11\n"
-"help.text"
-msgid "To convert radians to degrees, multiply radians by 180/pi."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3147230\n"
-"12\n"
-"help.text"
-msgid "degree=(radian*180)/pi"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3125864\n"
-"13\n"
-"help.text"
-msgid "radian=(degree*pi)/180"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3159252\n"
-"14\n"
-"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"hd_id3153142\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3146985\n"
-"16\n"
-"help.text"
-msgid "' The following example calculates for a right-angled triangle"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3145750\n"
-"17\n"
-"help.text"
-msgid "' the angle Alpha from the tangent of the angle Alpha:"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3151112\n"
-"19\n"
-"help.text"
-msgid "' rounded Pi = 3.14159 Is a predefined constant"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3149262\n"
-"22\n"
-"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3149482\n"
-"23\n"
-"help.text"
-msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
-msgstr ""
-
-#: 03080101.xhp
-msgctxt ""
-"03080101.xhp\n"
-"par_id3155415\n"
-"24\n"
-"help.text"
-msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rnd Function [Runtime]"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"bm_id3148685\n"
-"help.text"
-msgid "<bookmark_value>Rnd function</bookmark_value>"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"hd_id3148685\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3149669\n"
-"2\n"
-"help.text"
-msgid "Returns a random number between 0 and 1."
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"hd_id3153897\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3150543\n"
-"4\n"
-"help.text"
-msgid "Rnd [(Expression)]"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"hd_id3149655\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3154365\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"hd_id3154909\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3125864\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression."
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3155306\n"
-"12\n"
-"help.text"
-msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3147318\n"
-"14\n"
-"help.text"
-msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"hd_id3151118\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3147124\n"
-"21\n"
-"help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3154943\n"
-"23\n"
-"help.text"
-msgid "Print \"Number from 6 to 8\""
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3151074\n"
-"25\n"
-"help.text"
-msgid "Print \"Greater than 8\""
-msgstr ""
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3155602\n"
-"27\n"
-"help.text"
-msgid "Print \"Outside range 1 to 10\""
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Str Function [Runtime]"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"bm_id3143272\n"
-"help.text"
-msgid "<bookmark_value>Str function</bookmark_value>"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3143272\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3155100\n"
-"2\n"
-"help.text"
-msgid "Converts a numeric expression into a string."
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3109850\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3149497\n"
-"4\n"
-"help.text"
-msgid "Str (Expression)"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3150040\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3146117\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3155805\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3149178\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression: </emph>Any numeric expression."
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3146958\n"
-"9\n"
-"help.text"
-msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
-msgstr ""
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3155419\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030300.xhp
-msgctxt ""
-"03030300.xhp\n"
-"tit\n"
-"help.text"
-msgid "System Date and Time"
-msgstr ""
-
-#: 03030300.xhp
-msgctxt ""
-"03030300.xhp\n"
-"hd_id3154923\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
-msgstr ""
-
-#: 03030300.xhp
-msgctxt ""
-"03030300.xhp\n"
-"par_id3149457\n"
-"2\n"
-"help.text"
-msgid "The following functions and statements set or return the system date and time."
-msgstr ""
-
-#: 03090200.xhp
-msgctxt ""
-"03090200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loops"
-msgstr ""
-
-#: 03090200.xhp
-msgctxt ""
-"03090200.xhp\n"
-"hd_id3153990\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
-msgstr ""
-
-#: 03090200.xhp
-msgctxt ""
-"03090200.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "The following statements execute loops."
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Mathematical Operators"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"hd_id3149234\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "The following mathematical operators are supported in $[officename] Basic."
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3148552\n"
-"3\n"
-"help.text"
-msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Do...Loop Statement [Runtime]"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"bm_id3156116\n"
-"help.text"
-msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3156116\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3109850\n"
-"2\n"
-"help.text"
-msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3149119\n"
-"3\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155150\n"
-"4\n"
-"help.text"
-msgid "Do [{While | Until} condition = True]"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154422\n"
-"5\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150789\n"
-"6\n"
-"help.text"
-msgid "[Exit Do]"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155805\n"
-"7\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145090\n"
-"8\n"
-"help.text"
-msgid "Loop"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154749\n"
-"9\n"
-"help.text"
-msgid "or"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150503\n"
-"10\n"
-"help.text"
-msgid "Do"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149762\n"
-"11\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150984\n"
-"12\n"
-"help.text"
-msgid "[Exit Do]"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3143228\n"
-"13\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149235\n"
-"14\n"
-"help.text"
-msgid "Loop [{While | Until} condition = True]"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3156024\n"
-"15\n"
-"help.text"
-msgid "Parameters/Elements"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3156344\n"
-"16\n"
-"help.text"
-msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149669\n"
-"17\n"
-"help.text"
-msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150791\n"
-"18\n"
-"help.text"
-msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3154366\n"
-"19\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145171\n"
-"20\n"
-"help.text"
-msgid "Do While condition = True"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149203\n"
-"21\n"
-"help.text"
-msgid "...statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3125864\n"
-"22\n"
-"help.text"
-msgid "Loop"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154124\n"
-"24\n"
-"help.text"
-msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153968\n"
-"25\n"
-"help.text"
-msgid "Do Until condition = True"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154909\n"
-"26\n"
-"help.text"
-msgid "...statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3159151\n"
-"27\n"
-"help.text"
-msgid "Loop"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150440\n"
-"29\n"
-"help.text"
-msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153952\n"
-"30\n"
-"help.text"
-msgid "Do"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3147349\n"
-"31\n"
-"help.text"
-msgid "...statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3159153\n"
-"32\n"
-"help.text"
-msgid "Loop While condition = True"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3146985\n"
-"34\n"
-"help.text"
-msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150488\n"
-"35\n"
-"help.text"
-msgid "Do"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153189\n"
-"36\n"
-"help.text"
-msgid "...statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155411\n"
-"37\n"
-"help.text"
-msgid "Loop Until condition = True"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3151117\n"
-"39\n"
-"help.text"
-msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149484\n"
-"41\n"
-"help.text"
-msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149262\n"
-"42\n"
-"help.text"
-msgid "Do..."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149298\n"
-"43\n"
-"help.text"
-msgid "statements"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145646\n"
-"44\n"
-"help.text"
-msgid "If condition = True Then Exit Do"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154490\n"
-"45\n"
-"help.text"
-msgid "statements"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153159\n"
-"46\n"
-"help.text"
-msgid "Loop..."
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3147396\n"
-"47\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"tit\n"
-"help.text"
-msgid "Oct Function [Runtime]"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"bm_id3155420\n"
-"help.text"
-msgid "<bookmark_value>Oct function</bookmark_value>"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"hd_id3155420\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"par_id3154924\n"
-"2\n"
-"help.text"
-msgid "Returns the octal value of a number."
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"hd_id3148947\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"par_id3150543\n"
-"4\n"
-"help.text"
-msgid "Oct (Number)"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"hd_id3153360\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"par_id3154138\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"hd_id3156422\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"par_id3150768\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
-msgstr ""
-
-#: 03080802.xhp
-msgctxt ""
-"03080802.xhp\n"
-"hd_id3148672\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080400.xhp
-msgctxt ""
-"03080400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Square Root Calculation"
-msgstr ""
-
-#: 03080400.xhp
-msgctxt ""
-"03080400.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
-msgstr ""
-
-#: 03080400.xhp
-msgctxt ""
-"03080400.xhp\n"
-"par_id3159414\n"
-"2\n"
-"help.text"
-msgid "Use this function to calculate square roots."
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDateFromIso Function [Runtime]"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"bm_id3153127\n"
-"help.text"
-msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"hd_id3153127\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "Returns the internal date number from a string that contains a date in ISO format."
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"hd_id3148947\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3150400\n"
-"4\n"
-"help.text"
-msgid "CDateFromIso(String)"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"hd_id3154367\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3156212\n"
-"6\n"
-"help.text"
-msgid "Internal date number"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"hd_id3125864\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3154685\n"
-"8\n"
-"help.text"
-msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"hd_id3150439\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3147318\n"
-"10\n"
-"help.text"
-msgid "dateval = CDateFromIso(\"20021231\")"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3146921\n"
-"11\n"
-"help.text"
-msgid "returns 12/31/2002 in the date format of your system"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"tit\n"
-"help.text"
-msgid "CCur Function [Runtime]"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"bm_id8926053\n"
-"help.text"
-msgid "<bookmark_value>CCur function</bookmark_value>"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN10541\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN10545\n"
-"help.text"
-msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN10548\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105E8\n"
-"help.text"
-msgid "CCur(Expression)"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105EF\n"
-"help.text"
-msgid "Currency"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105F2\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105F6\n"
-"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tan Function [Runtime]"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"bm_id3148550\n"
-"help.text"
-msgid "<bookmark_value>Tan function</bookmark_value>"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3148550\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3148663\n"
-"2\n"
-"help.text"
-msgid "Determines the tangent of an angle. The angle is specified in radians."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3153379\n"
-"3\n"
-"help.text"
-msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3154366\n"
-"4\n"
-"help.text"
-msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3145174\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3151042\n"
-"6\n"
-"help.text"
-msgid "Tan (Number)"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3156214\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3156281\n"
-"8\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3145786\n"
-"10\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3153728\n"
-"11\n"
-"help.text"
-msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3155414\n"
-"12\n"
-"help.text"
-msgid "degrees=(radiant*180)/Pi"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3146975\n"
-"13\n"
-"help.text"
-msgid "radiant=(degrees*Pi)/180"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3147434\n"
-"14\n"
-"help.text"
-msgid "Pi is approximately 3.141593."
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"hd_id3149483\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3148646\n"
-"16\n"
-"help.text"
-msgid "' In this example, the following entry is possible for a right-angled triangle:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3150012\n"
-"17\n"
-"help.text"
-msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3153158\n"
-"19\n"
-"help.text"
-msgid "' Pi = 3.1415926 is a pre-defined variable"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3145252\n"
-"22\n"
-"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3149582\n"
-"23\n"
-"help.text"
-msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
-msgstr ""
-
-#: 03080104.xhp
-msgctxt ""
-"03080104.xhp\n"
-"par_id3154016\n"
-"24\n"
-"help.text"
-msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDate Function [Runtime]"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"bm_id3150772\n"
-"help.text"
-msgid "<bookmark_value>CDate function</bookmark_value>"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3150772\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3150986\n"
-"2\n"
-"help.text"
-msgid "Converts any string or numeric expression to a date value."
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3148944\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3148947\n"
-"4\n"
-"help.text"
-msgid "CDate (Expression)"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3148552\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3159414\n"
-"6\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3153525\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3150359\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3125864\n"
-"9\n"
-"help.text"
-msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
-msgstr ""
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"hd_id3156422\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Events"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3155506\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3146114\n"
-"2\n"
-"help.text"
-msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected."
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3145387\n"
-"16\n"
-"help.text"
-msgid "When receiving focus"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3155090\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3152892\n"
-"18\n"
-"help.text"
-msgid "When losing focus"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3153305\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3152896\n"
-"20\n"
-"help.text"
-msgid "Key pressed"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3148837\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3146869\n"
-"43\n"
-"help.text"
-msgid "Key released"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3155267\n"
-"44\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3159096\n"
-"41\n"
-"help.text"
-msgid "Modified"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3156019\n"
-"42\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_CHANGED\">This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3144508\n"
-"10\n"
-"help.text"
-msgid "Text modified"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3148608\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3159207\n"
-"8\n"
-"help.text"
-msgid "Item status changed"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3155097\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3151304\n"
-"26\n"
-"help.text"
-msgid "Mouse inside"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3152871\n"
-"27\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3146778\n"
-"30\n"
-"help.text"
-msgid "Mouse moved while key pressed"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3150403\n"
-"31\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3150210\n"
-"32\n"
-"help.text"
-msgid "Mouse moved"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3149697\n"
-"33\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3145216\n"
-"22\n"
-"help.text"
-msgid "Mouse button pressed"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3155914\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3148899\n"
-"24\n"
-"help.text"
-msgid "Mouse button released"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3153812\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3153556\n"
-"28\n"
-"help.text"
-msgid "Mouse outside"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3153013\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"hd_id3155759\n"
-"45\n"
-"help.text"
-msgid "While adjusting"
-msgstr ""
-
-#: 01170103.xhp
-msgctxt ""
-"01170103.xhp\n"
-"par_id3156364\n"
-"46\n"
-"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
-msgstr ""
-
-#: 01050200.xhp
-msgctxt ""
-"01050200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Call Stack Window (Calls)"
-msgstr ""
-
-#: 01050200.xhp
-msgctxt ""
-"01050200.xhp\n"
-"hd_id3146794\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
-msgstr ""
-
-#: 01050200.xhp
-msgctxt ""
-"01050200.xhp\n"
-"par_id3150400\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\" visibility=\"hidden\">Displays the sequence of procedures and functions during the execution of a program.</ahelp> The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list."
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"tit\n"
-"help.text"
-msgid "TwipsPerPixelY Function [Runtime]"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"bm_id3150040\n"
-"help.text"
-msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"hd_id3150040\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"par_id3154186\n"
-"2\n"
-"help.text"
-msgid "Returns the number of twips that represent the height of a pixel."
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"hd_id3145090\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"par_id3153681\n"
-"4\n"
-"help.text"
-msgid "n = TwipsPerPixelY"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"hd_id3148473\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"par_id3154306\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"hd_id3149235\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"par_id3154142\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
-msgstr ""
-
-#: 03120100.xhp
-msgctxt ""
-"03120100.xhp\n"
-"tit\n"
-"help.text"
-msgid "ASCII/ANSI Conversion in Strings"
-msgstr ""
-
-#: 03120100.xhp
-msgctxt ""
-"03120100.xhp\n"
-"hd_id3147443\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
-msgstr ""
-
-#: 03120100.xhp
-msgctxt ""
-"03120100.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "The following functions convert strings to and from ASCII or ANSI code."
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"tit\n"
-"help.text"
-msgid "With Statement [Runtime]"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>With statement</bookmark_value>"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"par_id3159158\n"
-"2\n"
-"help.text"
-msgid "Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached."
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"hd_id3156153\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"par_id3145609\n"
-"4\n"
-"help.text"
-msgid "With Object Statement block End With"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"hd_id3154924\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090411.xhp
-msgctxt ""
-"03090411.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"tit\n"
-"help.text"
-msgid "DatePart Function [Runtime]"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"bm_id249946\n"
-"help.text"
-msgid "<bookmark_value>DatePart function</bookmark_value>"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10542\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10546\n"
-"help.text"
-msgid "The DatePart function returns a specified part of a date."
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10549\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105E8\n"
-"help.text"
-msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105EF\n"
-"help.text"
-msgid "A Variant containing a date."
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105F2\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105F6\n"
-"help.text"
-msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10604\n"
-"help.text"
-msgid "<emph>Date</emph> - The date from which the result is calculated."
-msgstr ""
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10611\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefSng Statement [Runtime]"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"bm_id2445142\n"
-"help.text"
-msgid "<bookmark_value>DefSng statement</bookmark_value>"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10577\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10587\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10595\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN1059C\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105A3\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105AA\n"
-"help.text"
-msgid "<emph>DefSng:</emph> Single"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105D3\n"
-"help.text"
-msgid "sSng=Single ' sSng is an implicit single variable"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"tit\n"
-"help.text"
-msgid "LTrim Function [Runtime]"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"bm_id3147574\n"
-"help.text"
-msgid "<bookmark_value>LTrim function</bookmark_value>"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3147574\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3145316\n"
-"2\n"
-"help.text"
-msgid "Removes all leading spaces at the start of a string expression."
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3154924\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3148552\n"
-"4\n"
-"help.text"
-msgid "LTrim (Text As String)"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3156344\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3151056\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3150543\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3150792\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3125863\n"
-"9\n"
-"help.text"
-msgid "Use this function to remove spaces at the beginning of a string expression."
-msgstr ""
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3145419\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Print Statement [Runtime]"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"bm_id3147230\n"
-"help.text"
-msgid "<bookmark_value>Print statement</bookmark_value>"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"hd_id3147230\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3156281\n"
-"2\n"
-"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"hd_id3145785\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3153188\n"
-"4\n"
-"help.text"
-msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"hd_id3147348\n"
-"5\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id2508621\n"
-"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3163712\n"
-"6\n"
-"help.text"
-msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3153092\n"
-"7\n"
-"help.text"
-msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3145364\n"
-"8\n"
-"help.text"
-msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3154319\n"
-"9\n"
-"help.text"
-msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3145272\n"
-"10\n"
-"help.text"
-msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3154011\n"
-"11\n"
-"help.text"
-msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"par_id3146969\n"
-"12\n"
-"help.text"
-msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
-msgstr ""
-
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"hd_id3146912\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Control and Dialog Properties"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"bm_id3153379\n"
-"help.text"
-msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"hd_id3153379\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3156280\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command."
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"hd_id3151043\n"
-"20\n"
-"help.text"
-msgid "Entering Data in the Properties Dialog"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3153771\n"
-"3\n"
-"help.text"
-msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3150010\n"
-"18\n"
-"help.text"
-msgid "Keys"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3147317\n"
-"19\n"
-"help.text"
-msgid "Effects"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3146121\n"
-"4\n"
-"help.text"
-msgid "Alt+Down Arrow"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3149581\n"
-"5\n"
-"help.text"
-msgid "Opens a combo box"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3147394\n"
-"6\n"
-"help.text"
-msgid "Alt+Up Arrow"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3148455\n"
-"7\n"
-"help.text"
-msgid "Closes a combo box"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3154511\n"
-"8\n"
-"help.text"
-msgid "Shift+Enter"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3146971\n"
-"9\n"
-"help.text"
-msgid "Inserts a line break in multiline fields."
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3146914\n"
-"10\n"
-"help.text"
-msgid "(UpArrow)"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3153714\n"
-"11\n"
-"help.text"
-msgid "Goes to the previous line."
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3159266\n"
-"12\n"
-"help.text"
-msgid "(DownArrow)"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3146314\n"
-"13\n"
-"help.text"
-msgid "Goes to the next line."
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3149255\n"
-"14\n"
-"help.text"
-msgid "Enter"
-msgstr ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3149566\n"
-"15\n"
-"help.text"
-msgid "Applies the changes made to a field and places the cursor into the next field."
-msgstr ""
-
-#: 03080100.xhp
-msgctxt ""
-"03080100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trigonometric Functions"
-msgstr ""
-
-#: 03080100.xhp
-msgctxt ""
-"03080100.xhp\n"
-"hd_id3159201\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
-msgstr ""
-
-#: 03080100.xhp
-msgctxt ""
-"03080100.xhp\n"
-"par_id3149180\n"
-"2\n"
-"help.text"
-msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"tit\n"
-"help.text"
-msgid "CVErr Function [Runtime]"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"bm_id531022\n"
-"help.text"
-msgid "<bookmark_value>CVErr function</bookmark_value>"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN1054B\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN1055B\n"
-"help.text"
-msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN1055E\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN10562\n"
-"help.text"
-msgid "CVErr(Expression)"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN10565\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN10569\n"
-"help.text"
-msgid "Variant."
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN1056C\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100080.xhp
-msgctxt ""
-"03100080.xhp\n"
-"par_idN10570\n"
-"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fix Function [Runtime]"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"bm_id3159201\n"
-"help.text"
-msgid "<bookmark_value>Fix function</bookmark_value>"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"hd_id3159201\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3149346\n"
-"2\n"
-"help.text"
-msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"hd_id3155419\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3156152\n"
-"4\n"
-"help.text"
-msgid "Fix (Expression)"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"hd_id3154923\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3148947\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3149457\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"hd_id3150447\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3156214\n"
-"11\n"
-"help.text"
-msgid "Print Fix(3.14159) ' returns 3."
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3154217\n"
-"12\n"
-"help.text"
-msgid "Print Fix(0) ' returns 0."
-msgstr ""
-
-#: 03080501.xhp
-msgctxt ""
-"03080501.xhp\n"
-"par_id3145786\n"
-"13\n"
-"help.text"
-msgid "Print Fix(-3.14159) ' returns -3."
-msgstr ""
-
-#: 03090300.xhp
-msgctxt ""
-"03090300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Jumps"
-msgstr ""
-
-#: 03090300.xhp
-msgctxt ""
-"03090300.xhp\n"
-"hd_id3151262\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
-msgstr ""
-
-#: 03090300.xhp
-msgctxt ""
-"03090300.xhp\n"
-"par_id3148983\n"
-"2\n"
-"help.text"
-msgid "The following statements execute jumps."
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoStruct Function [Runtime]"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"bm_id3150499\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"hd_id3150499\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3150713\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3147226\n"
-"3\n"
-"help.text"
-msgid "Use the following structure for your statement:"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3149177\n"
-"4\n"
-"help.text"
-msgid "Dim oStruct as new com.sun.star.beans.Property"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"hd_id3156153\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3155341\n"
-"6\n"
-"help.text"
-msgid "oStruct = CreateUnoStruct( Uno type name )"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"hd_id3145316\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3149762\n"
-"8\n"
-"help.text"
-msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"tit\n"
-"help.text"
-msgid "Time Statement [Runtime]"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"bm_id3145090\n"
-"help.text"
-msgid "<bookmark_value>Time statement</bookmark_value>"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3145090\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"par_id3150984\n"
-"2\n"
-"help.text"
-msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3154346\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"par_id3149670\n"
-"4\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3150792\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"par_id3149656\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3145173\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"par_id3150870\n"
-"9\n"
-"help.text"
-msgid "MsgBox Time,0,\"The time is\""
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoDialog Function [Runtime]"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"bm_id3150040\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"hd_id3150040\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3154186\n"
-"2\n"
-"help.text"
-msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3153750\n"
-"3\n"
-"help.text"
-msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3153681\n"
-"4\n"
-"help.text"
-msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"hd_id3154286\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3159176\n"
-"6\n"
-"help.text"
-msgid "CreateUnoDialog( oDlgDesc )"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"hd_id3143270\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3159157\n"
-"8\n"
-"help.text"
-msgid "' Get dialog description from the dialog library"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3149234\n"
-"9\n"
-"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3154923\n"
-"10\n"
-"help.text"
-msgid "' generate \"live\" dialog"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3149670\n"
-"11\n"
-"help.text"
-msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3148550\n"
-"12\n"
-"help.text"
-msgid "' display \"live\" dialog"
-msgstr ""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3154072\n"
-"13\n"
-"help.text"
-msgid "oDlgControl.execute"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsEmpty Function [Runtime]"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"bm_id3153394\n"
-"help.text"
-msgid "<bookmark_value>IsEmpty function</bookmark_value>"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3153394\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3163045\n"
-"2\n"
-"help.text"
-msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3159158\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3153126\n"
-"4\n"
-"help.text"
-msgid "IsEmpty (Var)"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3148685\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3156344\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3148947\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3154347\n"
-"8\n"
-"help.text"
-msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3154138\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3154863\n"
-"13\n"
-"help.text"
-msgid "Print IsEmpty(sVar) ' Returns True"
-msgstr ""
-
-#: 03030200.xhp
-msgctxt ""
-"03030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Time Values"
-msgstr ""
-
-#: 03030200.xhp
-msgctxt ""
-"03030200.xhp\n"
-"hd_id3147226\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
-msgstr ""
-
-#: 03030200.xhp
-msgctxt ""
-"03030200.xhp\n"
-"par_id3149415\n"
-"2\n"
-"help.text"
-msgid "The following functions convert time values to calculable numbers."
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"tit\n"
-"help.text"
-msgid "CLng Function [Runtime]"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>CLng function</bookmark_value>"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"par_id3148686\n"
-"2\n"
-"help.text"
-msgid "Converts any string or numeric expression to a long integer."
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3145315\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"par_id3147573\n"
-"4\n"
-"help.text"
-msgid "CLng (Expression)"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3145610\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"par_id3153897\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"par_id3150358\n"
-"9\n"
-"help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
-msgstr ""
-
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3154216\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: main0211.xhp
-msgctxt ""
-"main0211.xhp\n"
-"tit\n"
-"help.text"
-msgid "Macro Toolbar"
-msgstr ""
-
-#: main0211.xhp
-msgctxt ""
-"main0211.xhp\n"
-"bm_id3150543\n"
-"help.text"
-msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
-msgstr ""
-
-#: main0211.xhp
-msgctxt ""
-"main0211.xhp\n"
-"hd_id3150543\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
-msgstr ""
-
-#: main0211.xhp
-msgctxt ""
-"main0211.xhp\n"
-"par_id3147288\n"
-"2\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"-\" Operator [Runtime]"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"bm_id3156042\n"
-"help.text"
-msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"hd_id3156042\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"par_id3153345\n"
-"2\n"
-"help.text"
-msgid "Subtracts two values."
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"hd_id3149416\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"par_id3156023\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 - Expression2"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"par_id3150398\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"hd_id3154366\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"tit\n"
-"help.text"
-msgid "TimeSerial Function [Runtime]"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"bm_id3143271\n"
-"help.text"
-msgid "<bookmark_value>TimeSerial function</bookmark_value>"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"hd_id3143271\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3156344\n"
-"2\n"
-"help.text"
-msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"hd_id3146794\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3150792\n"
-"5\n"
-"help.text"
-msgid "TimeSerial (hour, minute, second)"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"hd_id3148797\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3154908\n"
-"7\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"hd_id3154124\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3153193\n"
-"9\n"
-"help.text"
-msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3159252\n"
-"10\n"
-"help.text"
-msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3161831\n"
-"11\n"
-"help.text"
-msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3155854\n"
-"12\n"
-"help.text"
-msgid "<emph>Examples:</emph>"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3153952\n"
-"13\n"
-"help.text"
-msgid "12, -5, 45 corresponds to 11, 55, 45"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3147349\n"
-"14\n"
-"help.text"
-msgid "12, 61, 45 corresponds to 13, 2, 45"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3147426\n"
-"15\n"
-"help.text"
-msgid "12, 20, -2 corresponds to 12, 19, 58"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3153365\n"
-"16\n"
-"help.text"
-msgid "12, 20, 63 corresponds to 12, 21, 4"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3146985\n"
-"17\n"
-"help.text"
-msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3155308\n"
-"18\n"
-"help.text"
-msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3149482\n"
-"19\n"
-"help.text"
-msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"hd_id3154790\n"
-"20\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3155600\n"
-"25\n"
-"help.text"
-msgid "MsgBox dDate,64,\"Time as a number\""
-msgstr ""
-
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3153417\n"
-"26\n"
-"help.text"
-msgid "MsgBox sDate,64,\"Formatted time\""
-msgstr ""
-
-#: 03110000.xhp
-msgctxt ""
-"03110000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Comparison Operators"
-msgstr ""
-
-#: 03110000.xhp
-msgctxt ""
-"03110000.xhp\n"
-"hd_id3155555\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
-msgstr ""
-
-#: 03110000.xhp
-msgctxt ""
-"03110000.xhp\n"
-"par_id3153528\n"
-"2\n"
-"help.text"
-msgid "The available comparison operators are described here."
-msgstr ""
-
-#: 03090100.xhp
-msgctxt ""
-"03090100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Condition Statements"
-msgstr ""
-
-#: 03090100.xhp
-msgctxt ""
-"03090100.xhp\n"
-"hd_id3154422\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
-msgstr ""
-
-#: 03090100.xhp
-msgctxt ""
-"03090100.xhp\n"
-"par_id3153750\n"
-"2\n"
-"help.text"
-msgid "The following statements are based on conditions."
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"tit\n"
-"help.text"
-msgid "CByte Function [Runtime]"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>CByte function</bookmark_value>"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"par_id3143267\n"
-"2\n"
-"help.text"
-msgid "Converts a string or a numeric expression to the type Byte."
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"hd_id3149811\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"par_id3147573\n"
-"4\n"
-"help.text"
-msgid "Cbyte( expression )"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"hd_id3145315\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"par_id3148473\n"
-"6\n"
-"help.text"
-msgid "Byte"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"hd_id3147530\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120105.xhp
-msgctxt ""
-"03120105.xhp\n"
-"par_id3145068\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> A string or a numeric expression."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"tit\n"
-"help.text"
-msgid "InputBox Function [Runtime]"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"bm_id3148932\n"
-"help.text"
-msgid "<bookmark_value>InputBox function</bookmark_value>"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"hd_id3148932\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3151262\n"
-"2\n"
-"help.text"
-msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3151100\n"
-"3\n"
-"help.text"
-msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"hd_id3152347\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3159201\n"
-"5\n"
-"help.text"
-msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"hd_id3150713\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3145090\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"hd_id3149346\n"
-"8\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3153311\n"
-"9\n"
-"help.text"
-msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3145315\n"
-"10\n"
-"help.text"
-msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3154307\n"
-"11\n"
-"help.text"
-msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3147573\n"
-"12\n"
-"help.text"
-msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3156024\n"
-"13\n"
-"help.text"
-msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3153897\n"
-"14\n"
-"help.text"
-msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"hd_id3149456\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3154367\n"
-"18\n"
-"help.text"
-msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
-msgstr ""
-
-#: 03010201.xhp
-msgctxt ""
-"03010201.xhp\n"
-"par_id3151042\n"
-"19\n"
-"help.text"
-msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"tit\n"
-"help.text"
-msgid "AND Operator [Runtime]"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"bm_id3146117\n"
-"help.text"
-msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"hd_id3146117\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3143268\n"
-"2\n"
-"help.text"
-msgid "Logically combines two expressions."
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"hd_id3147574\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3156344\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 And Expression2"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"hd_id3148946\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3149457\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3150541\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3156215\n"
-"8\n"
-"help.text"
-msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3150870\n"
-"9\n"
-"help.text"
-msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3153768\n"
-"10\n"
-"help.text"
-msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"hd_id3153727\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3146984\n"
-"16\n"
-"help.text"
-msgid "vVarOut = A > B And B > C ' returns -1"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3154014\n"
-"17\n"
-"help.text"
-msgid "vVarOut = B > A And B > C ' returns 0"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3149262\n"
-"18\n"
-"help.text"
-msgid "vVarOut = A > B And B > D ' returns 0"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3145751\n"
-"19\n"
-"help.text"
-msgid "vVarOut = (B > D And B > A) ' returns 0"
-msgstr ""
-
-#: 03060100.xhp
-msgctxt ""
-"03060100.xhp\n"
-"par_id3147394\n"
-"20\n"
-"help.text"
-msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
-msgstr ""
-
-#: 01000000.xhp
-msgctxt ""
-"01000000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Programming with $[officename] Basic"
-msgstr ""
-
-#: 01000000.xhp
-msgctxt ""
-"01000000.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
-msgstr ""
-
-#: 01000000.xhp
-msgctxt ""
-"01000000.xhp\n"
-"par_id3153708\n"
-"2\n"
-"help.text"
-msgid "This is where you find general information about working with macros and $[officename] Basic."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"tit\n"
-"help.text"
-msgid "Declare Statement [Runtime]"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"bm_id3148473\n"
-"help.text"
-msgid "<bookmark_value>Declare statement</bookmark_value>"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"hd_id3148473\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"bm_id3145316\n"
-"help.text"
-msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3145316\n"
-"2\n"
-"help.text"
-msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3146795\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"hd_id3156344\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3148664\n"
-"5\n"
-"help.text"
-msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"hd_id3153360\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3154140\n"
-"8\n"
-"help.text"
-msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3150870\n"
-"9\n"
-"help.text"
-msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3154684\n"
-"10\n"
-"help.text"
-msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3148452\n"
-"11\n"
-"help.text"
-msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3147289\n"
-"12\n"
-"help.text"
-msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"par_id3146922\n"
-"13\n"
-"help.text"
-msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
-msgstr ""
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"hd_id3153951\n"
-"14\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120400.xhp
-msgctxt ""
-"03120400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Editing String Length"
-msgstr ""
-
-#: 03120400.xhp
-msgctxt ""
-"03120400.xhp\n"
-"hd_id3155150\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
-msgstr ""
-
-#: 03120400.xhp
-msgctxt ""
-"03120400.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "The following functions determine string lengths and compare strings."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Or-Operator [Runtime]"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"bm_id3150986\n"
-"help.text"
-msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"hd_id3150986\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3148552\n"
-"2\n"
-"help.text"
-msgid "Performs a logical OR disjunction on two expressions."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"hd_id3148664\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3150358\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 Or Expression2"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"hd_id3151211\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3153192\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3147229\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3154684\n"
-"8\n"
-"help.text"
-msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"par_id3153768\n"
-"9\n"
-"help.text"
-msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
-msgstr ""
-
-#: 03060500.xhp
-msgctxt ""
-"03060500.xhp\n"
-"hd_id3161831\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format Function [Runtime]"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"bm_id3153539\n"
-"help.text"
-msgid "<bookmark_value>Format function</bookmark_value>"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3153539\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3156042\n"
-"2\n"
-"help.text"
-msgid "Converts a number to a string, and then formats it according to the format that you specify."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3145090\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153527\n"
-"5\n"
-"help.text"
-msgid "Format (Number [, Format As String])"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3149178\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3148474\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3159176\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3149415\n"
-"9\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3147531\n"
-"10\n"
-"help.text"
-msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3147561\n"
-"47\n"
-"help.text"
-msgid "Formatting Codes"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3147265\n"
-"11\n"
-"help.text"
-msgid "The following list describes the codes that you can use for formatting a number:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153380\n"
-"12\n"
-"help.text"
-msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3151210\n"
-"13\n"
-"help.text"
-msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3151176\n"
-"14\n"
-"help.text"
-msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3154123\n"
-"15\n"
-"help.text"
-msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3148452\n"
-"16\n"
-"help.text"
-msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3159150\n"
-"17\n"
-"help.text"
-msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3159252\n"
-"18\n"
-"help.text"
-msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153368\n"
-"19\n"
-"help.text"
-msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3149481\n"
-"20\n"
-"help.text"
-msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3149262\n"
-"21\n"
-"help.text"
-msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3148617\n"
-"23\n"
-"help.text"
-msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3163713\n"
-"29\n"
-"help.text"
-msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3152887\n"
-"24\n"
-"help.text"
-msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3148576\n"
-"25\n"
-"help.text"
-msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153139\n"
-"26\n"
-"help.text"
-msgid "\\ : The backslash displays the next character in the format code."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153366\n"
-"27\n"
-"help.text"
-msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3155411\n"
-"28\n"
-"help.text"
-msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3145749\n"
-"30\n"
-"help.text"
-msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3150113\n"
-"31\n"
-"help.text"
-msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3149377\n"
-"32\n"
-"help.text"
-msgid "Predefined format"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3154730\n"
-"33\n"
-"help.text"
-msgid "<emph>General Number:</emph> Numbers are displayed as entered."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153158\n"
-"34\n"
-"help.text"
-msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3154490\n"
-"35\n"
-"help.text"
-msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153415\n"
-"36\n"
-"help.text"
-msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3150715\n"
-"37\n"
-"help.text"
-msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153836\n"
-"38\n"
-"help.text"
-msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3153707\n"
-"39\n"
-"help.text"
-msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3149019\n"
-"40\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_idN107A2\n"
-"help.text"
-msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code."
-msgstr ""
-
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"par_id3147339\n"
-"46\n"
-"help.text"
-msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "$[officename] Basic IDE"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3154422\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3153142\n"
-"2\n"
-"help.text"
-msgid "This section describes the structure of the Basic IDE."
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_idN105C9\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3153188\n"
-"5\n"
-"help.text"
-msgid "Commands From the Context menu of the Module Tabs"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3154731\n"
-"6\n"
-"help.text"
-msgid "Insert"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3151074\n"
-"8\n"
-"help.text"
-msgid "Module"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3149581\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3147397\n"
-"10\n"
-"help.text"
-msgid "Dialog"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3144335\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3155602\n"
-"12\n"
-"help.text"
-msgid "Delete"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3155064\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3149018\n"
-"14\n"
-"help.text"
-msgid "Rename"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3154754\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3150043\n"
-"16\n"
-"help.text"
-msgid "Hide"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3145147\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3163805\n"
-"18\n"
-"help.text"
-msgid "Modules"
-msgstr ""
-
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3153965\n"
-"19\n"
-"help.text"
-msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"tit\n"
-"help.text"
-msgid "DateDiff Function [Runtime]"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"bm_id6134830\n"
-"help.text"
-msgid "<bookmark_value>DateDiff function</bookmark_value>"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10542\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10546\n"
-"help.text"
-msgid "Returns the number of date intervals between two given date values."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10549\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10648\n"
-"help.text"
-msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1064B\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1064F\n"
-"help.text"
-msgid "A number."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10652\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10656\n"
-"help.text"
-msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10664\n"
-"help.text"
-msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1066A\n"
-"help.text"
-msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1067A\n"
-"help.text"
-msgid "Week_start value"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10680\n"
-"help.text"
-msgid "Explanation"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10687\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1068D\n"
-"help.text"
-msgid "Use system default value"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10694\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1069A\n"
-"help.text"
-msgid "Sunday (default)"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106A1\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106A7\n"
-"help.text"
-msgid "Monday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106AE\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106B4\n"
-"help.text"
-msgid "Tuesday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106BB\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106C1\n"
-"help.text"
-msgid "Wednesday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106C8\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106CE\n"
-"help.text"
-msgid "Thursday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106D5\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106DB\n"
-"help.text"
-msgid "Friday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106E2\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106E8\n"
-"help.text"
-msgid "Saturday"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106EB\n"
-"help.text"
-msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106FB\n"
-"help.text"
-msgid "Year_start value"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10701\n"
-"help.text"
-msgid "Explanation"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10708\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1070E\n"
-"help.text"
-msgid "Use system default value"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10715\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1071B\n"
-"help.text"
-msgid "Week 1 is the week with January, 1st (default)"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10722\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10728\n"
-"help.text"
-msgid "Week 1 is the first week containing four or more days of that year"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1072F\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10735\n"
-"help.text"
-msgid "Week 1 is the first week containing only days of the new year"
-msgstr ""
-
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN10738\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"tit\n"
-"help.text"
-msgid "While...Wend Statement[Runtime]"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"bm_id3150400\n"
-"help.text"
-msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"hd_id3150400\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3151211\n"
-"2\n"
-"help.text"
-msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again."
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3151041\n"
-"3\n"
-"help.text"
-msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3145172\n"
-"4\n"
-"help.text"
-msgid "A Do...Loop is more flexible than a While...Wend."
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"hd_id3155133\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3147288\n"
-"6\n"
-"help.text"
-msgid "While Condition [Statement] Wend"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"hd_id3153139\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3159153\n"
-"8\n"
-"help.text"
-msgid "Sub ExampleWhileWend"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3151114\n"
-"9\n"
-"help.text"
-msgid "Dim stext As String"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3153143\n"
-"10\n"
-"help.text"
-msgid "Dim iRun As Integer"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3155306\n"
-"11\n"
-"help.text"
-msgid "sText =\"This Is a short text\""
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3154011\n"
-"12\n"
-"help.text"
-msgid "iRun = 1"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3147215\n"
-"13\n"
-"help.text"
-msgid "While iRun < Len(sText)"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3147427\n"
-"14\n"
-"help.text"
-msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3149665\n"
-"15\n"
-"help.text"
-msgid "iRun = iRun + 1"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3152939\n"
-"16\n"
-"help.text"
-msgid "Wend"
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3153189\n"
-"17\n"
-"help.text"
-msgid "MsgBox sText,0,\"Text encoded\""
-msgstr ""
-
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3145251\n"
-"18\n"
-"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"tit\n"
-"help.text"
-msgid "Global Statement [Runtime]"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"bm_id3159201\n"
-"help.text"
-msgid "<bookmark_value>Global statement</bookmark_value>"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"hd_id3159201\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"par_id3149177\n"
-"2\n"
-"help.text"
-msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"hd_id3143270\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"par_id3150771\n"
-"4\n"
-"help.text"
-msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"hd_id3156152\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Const Statement [Runtime]"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"bm_id3146958\n"
-"help.text"
-msgid "<bookmark_value>Const statement</bookmark_value>"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"hd_id3146958\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3154143\n"
-"2\n"
-"help.text"
-msgid "Defines a string as a constant."
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"hd_id3150670\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3150984\n"
-"4\n"
-"help.text"
-msgid "Const Text = Expression"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"hd_id3147530\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3153897\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3147264\n"
-"7\n"
-"help.text"
-msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3150542\n"
-"8\n"
-"help.text"
-msgid "CONST ConstName=Expression"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3150400\n"
-"9\n"
-"help.text"
-msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"hd_id3154366\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03100700.xhp
-msgctxt ""
-"03100700.xhp\n"
-"par_id3153969\n"
-"14\n"
-"help.text"
-msgid "Const sVar = \"Program\", dVar As Double = 1.00"
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using Objects"
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"hd_id3145645\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"par_id3153707\n"
-"76\n"
-"help.text"
-msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"par_id3147346\n"
-"78\n"
-"help.text"
-msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalog."
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"par_id3155114\n"
-"79\n"
-"help.text"
-msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"par_id3150786\n"
-"83\n"
-"help.text"
-msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, select the corresponding entry and click the <emph>Show</emph> icon <image id=\"img_id3149527\" src=\"basctl/res/im01.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149527\">Icon</alt></image>."
-msgstr ""
-
-#: 01020200.xhp
-msgctxt ""
-"01020200.xhp\n"
-"par_id3153266\n"
-"81\n"
-"help.text"
-msgid "Click the (X) icon in the title bar to close the object catalog."
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"tit\n"
-"help.text"
-msgid "FreeLibrary Function [Runtime]"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"bm_id3143270\n"
-"help.text"
-msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"hd_id3143270\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"par_id3147559\n"
-"2\n"
-"help.text"
-msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"hd_id3148550\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"par_id3153361\n"
-"4\n"
-"help.text"
-msgid "FreeLibrary (LibName As String)"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"hd_id3153380\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"par_id3154138\n"
-"6\n"
-"help.text"
-msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"par_id3146923\n"
-"7\n"
-"help.text"
-msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
-msgstr ""
-
-#: 03090405.xhp
-msgctxt ""
-"03090405.xhp\n"
-"hd_id3153363\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Static Statement [Runtime]"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"bm_id3149798\n"
-"help.text"
-msgid "<bookmark_value>Static statement</bookmark_value>"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"hd_id3149798\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id3153311\n"
-"2\n"
-"help.text"
-msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id3147264\n"
-"3\n"
-"help.text"
-msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"hd_id3149657\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id3150400\n"
-"5\n"
-"help.text"
-msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"hd_id3148452\n"
-"6\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id3150870\n"
-"11\n"
-"help.text"
-msgid "MsgBox iResult,0,\"The answer is\""
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id3151115\n"
-"15\n"
-"help.text"
-msgid "' Function for initialization of the static variable"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id1057161\n"
-"help.text"
-msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"par_id580462\n"
-"help.text"
-msgid "If iInit = 0 Then ' check if initialized"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"tit\n"
-"help.text"
-msgid "For...Next Statement [Runtime]"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3143267\n"
-"2\n"
-"help.text"
-msgid "Repeats the statements between the For...Next block a specified number of times."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"hd_id3156153\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3148473\n"
-"4\n"
-"help.text"
-msgid "For counter=start To end [Step step]"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3156024\n"
-"5\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3146796\n"
-"6\n"
-"help.text"
-msgid "[Exit For]"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3159414\n"
-"7\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3153897\n"
-"8\n"
-"help.text"
-msgid "Next [counter]"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"hd_id3150400\n"
-"9\n"
-"help.text"
-msgid "Variables:"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3150358\n"
-"10\n"
-"help.text"
-msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3152455\n"
-"11\n"
-"help.text"
-msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3151043\n"
-"12\n"
-"help.text"
-msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3156281\n"
-"13\n"
-"help.text"
-msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3154684\n"
-"14\n"
-"help.text"
-msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3147287\n"
-"15\n"
-"help.text"
-msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3159154\n"
-"16\n"
-"help.text"
-msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3155306\n"
-"17\n"
-"help.text"
-msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3155854\n"
-"18\n"
-"help.text"
-msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3145273\n"
-"19\n"
-"help.text"
-msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3153190\n"
-"20\n"
-"help.text"
-msgid "For..."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3149482\n"
-"21\n"
-"help.text"
-msgid "statements"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3147124\n"
-"22\n"
-"help.text"
-msgid "If condition = True Then Exit For"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3153159\n"
-"23\n"
-"help.text"
-msgid "statements"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3154096\n"
-"24\n"
-"help.text"
-msgid "Next"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3156286\n"
-"25\n"
-"help.text"
-msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"hd_id3148457\n"
-"26\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3151074\n"
-"27\n"
-"help.text"
-msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3155767\n"
-"42\n"
-"help.text"
-msgid "sEntry(0) = \"Jerry\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3153711\n"
-"33\n"
-"help.text"
-msgid "sEntry(1) = \"Patty\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3148993\n"
-"34\n"
-"help.text"
-msgid "sEntry(2) = \"Kurt\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3156382\n"
-"35\n"
-"help.text"
-msgid "sEntry(3) = \"Thomas\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3155174\n"
-"36\n"
-"help.text"
-msgid "sEntry(4) = \"Michael\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3166448\n"
-"37\n"
-"help.text"
-msgid "sEntry(5) = \"David\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3149255\n"
-"38\n"
-"help.text"
-msgid "sEntry(6) = \"Cathy\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3149565\n"
-"39\n"
-"help.text"
-msgid "sEntry(7) = \"Susie\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3145148\n"
-"40\n"
-"help.text"
-msgid "sEntry(8) = \"Edward\""
-msgstr ""
-
-#: 03090202.xhp
-msgctxt ""
-"03090202.xhp\n"
-"par_id3145229\n"
-"41\n"
-"help.text"
-msgid "sEntry(9) = \"Christine\""
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"tit\n"
-"help.text"
-msgid "ChDir Statement [Runtime]"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"bm_id3150178\n"
-"help.text"
-msgid "<bookmark_value>ChDir statement</bookmark_value>"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"hd_id3150178\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"par_id3153126\n"
-"2\n"
-"help.text"
-msgid "Changes the current directory or drive."
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"par_id9783013\n"
-"help.text"
-msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"hd_id3154347\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"par_id3153897\n"
-"4\n"
-"help.text"
-msgid "ChDir Text As String"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"hd_id3148664\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"par_id3150543\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"par_id3152598\n"
-"7\n"
-"help.text"
-msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
-msgstr ""
-
-#: 03020401.xhp
-msgctxt ""
-"03020401.xhp\n"
-"hd_id3151116\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130000.xhp
-msgctxt ""
-"03130000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Other Commands"
-msgstr ""
-
-#: 03130000.xhp
-msgctxt ""
-"03130000.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
-msgstr ""
-
-#: 03130000.xhp
-msgctxt ""
-"03130000.xhp\n"
-"par_id3153312\n"
-"2\n"
-"help.text"
-msgid "This is a list of the functions and the statements that are not included in the other categories."
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Date Statement [Runtime]"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>Date statement</bookmark_value>"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3147291\n"
-"2\n"
-"help.text"
-msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3148686\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3146794\n"
-"4\n"
-"help.text"
-msgid "Date ; Date = Text As String"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3154347\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3145069\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3150793\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3156424\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"The date is \" & Date"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"tit\n"
-"help.text"
-msgid "LSet Statement [Runtime]"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"bm_id3143268\n"
-"help.text"
-msgid "<bookmark_value>LSet statement</bookmark_value>"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3155419\n"
-"2\n"
-"help.text"
-msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3145317\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3150984\n"
-"4\n"
-"help.text"
-msgid "LSet Var As String = Text or LSet Var1 = Var2"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3143271\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3145610\n"
-"6\n"
-"help.text"
-msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3154346\n"
-"7\n"
-"help.text"
-msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3151054\n"
-"8\n"
-"help.text"
-msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3153361\n"
-"9\n"
-"help.text"
-msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3154686\n"
-"10\n"
-"help.text"
-msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type."
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3156282\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3152940\n"
-"18\n"
-"help.text"
-msgid "' Align \"SBX\" within the 40-character reference string"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3148647\n"
-"19\n"
-"help.text"
-msgid "' Replace asterisks with spaces"
-msgstr ""
-
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"par_id3151075\n"
-"30\n"
-"help.text"
-msgid "' Left-align \"SBX\" within the 40-character reference string"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDateToIso Function [Runtime]"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"bm_id3150620\n"
-"help.text"
-msgid "<bookmark_value>CdateToIso function</bookmark_value>"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"hd_id3150620\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"par_id3151097\n"
-"2\n"
-"help.text"
-msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"hd_id3159224\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"par_id3149497\n"
-"4\n"
-"help.text"
-msgid "CDateToIso(Number)"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"hd_id3152347\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"par_id3154422\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"hd_id3147303\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"par_id3145136\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Integer that contains the serial date number."
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"hd_id3147243\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030107.xhp
-msgctxt ""
-"03030107.xhp\n"
-"par_id3153126\n"
-"11\n"
-"help.text"
-msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Shell Function [Runtime]"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"bm_id3150040\n"
-"help.text"
-msgid "<bookmark_value>Shell function</bookmark_value>"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3150040\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Starts another application and defines the respective window style, if necessary."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3153345\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3147576\n"
-"5\n"
-"help.text"
-msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3149235\n"
-"6\n"
-"help.text"
-msgid "Parameter"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3154306\n"
-"23\n"
-"help.text"
-msgid "Pathname"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3155419\n"
-"7\n"
-"help.text"
-msgid "Complete path and program name of the program that you want to start."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3150771\n"
-"24\n"
-"help.text"
-msgid "Windowstyle"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3145609\n"
-"8\n"
-"help.text"
-msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3148663\n"
-"25\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3153360\n"
-"10\n"
-"help.text"
-msgid "The focus is on the hidden program window."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3154123\n"
-"26\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3144760\n"
-"11\n"
-"help.text"
-msgid "The focus is on the program window in standard size."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3156422\n"
-"27\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3148451\n"
-"12\n"
-"help.text"
-msgid "The focus is on the minimized program window."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3149561\n"
-"28\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3146921\n"
-"13\n"
-"help.text"
-msgid "focus is on the maximized program window."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3149481\n"
-"29\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3155854\n"
-"14\n"
-"help.text"
-msgid "Standard size program window, without focus."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3145271\n"
-"30\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3152938\n"
-"15\n"
-"help.text"
-msgid "Minimized program window, focus remains on the active window."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3146119\n"
-"31\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3151112\n"
-"16\n"
-"help.text"
-msgid "Full-screen display."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3150419\n"
-"33\n"
-"help.text"
-msgid "Param"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3149412\n"
-"17\n"
-"help.text"
-msgid "Any string expression that specifies the command line that want to pass."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3148456\n"
-"32\n"
-"help.text"
-msgid "bSync"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3154096\n"
-"18\n"
-"help.text"
-msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3154270\n"
-"19\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"tit\n"
-"help.text"
-msgid "TwipsPerPixelX Function [Runtime]"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"bm_id3153539\n"
-"help.text"
-msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3153539\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Returns the number of twips that represent the width of a pixel."
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3153527\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3151110\n"
-"4\n"
-"help.text"
-msgid "n = TwipsPerPixelX"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3150669\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3150503\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3159176\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3153061\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"tit\n"
-"help.text"
-msgid "CInt Function [Runtime]"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>CInt function</bookmark_value>"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3155419\n"
-"2\n"
-"help.text"
-msgid "Converts any string or numeric expression to an integer."
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3147573\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3154142\n"
-"4\n"
-"help.text"
-msgid "CInt (Expression)"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3147531\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3145069\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3159414\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3150358\n"
-"9\n"
-"help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3145419\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"tit\n"
-"help.text"
-msgid "DateAdd Function [Runtime]"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"bm_id6269417\n"
-"help.text"
-msgid "<bookmark_value>DateAdd function</bookmark_value>"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10548\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10558\n"
-"help.text"
-msgid "Adds a date interval to a given date a number of times and returns the resulting date."
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1055B\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1055F\n"
-"help.text"
-msgid "DateAdd (Add, Count, Date)"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1061E\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10622\n"
-"help.text"
-msgid "A Variant containing a date."
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10625\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10629\n"
-"help.text"
-msgid "Add - A string expression from the following table, specifying the date interval."
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10636\n"
-"help.text"
-msgid "Add (string value)"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1063C\n"
-"help.text"
-msgid "Explanation"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10643\n"
-"help.text"
-msgid "yyyy"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10649\n"
-"help.text"
-msgid "Year"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10650\n"
-"help.text"
-msgid "q"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10656\n"
-"help.text"
-msgid "Quarter"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1065D\n"
-"help.text"
-msgid "m"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10663\n"
-"help.text"
-msgid "Month"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1066A\n"
-"help.text"
-msgid "y"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10670\n"
-"help.text"
-msgid "Day of year"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10677\n"
-"help.text"
-msgid "w"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1067D\n"
-"help.text"
-msgid "Weekday"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10684\n"
-"help.text"
-msgid "ww"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1068A\n"
-"help.text"
-msgid "Week of year"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10691\n"
-"help.text"
-msgid "d"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN10697\n"
-"help.text"
-msgid "Day"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN1069E\n"
-"help.text"
-msgid "h"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106A4\n"
-"help.text"
-msgid "Hour"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106AB\n"
-"help.text"
-msgid "n"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106B1\n"
-"help.text"
-msgid "Minute"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106B8\n"
-"help.text"
-msgid "s"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106BE\n"
-"help.text"
-msgid "Second"
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106C1\n"
-"help.text"
-msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106C4\n"
-"help.text"
-msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
-msgstr ""
-
-#: 03030110.xhp
-msgctxt ""
-"03030110.xhp\n"
-"par_idN106C7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefBool Statement [Runtime]"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"bm_id3145759\n"
-"help.text"
-msgid "<bookmark_value>DefBool statement</bookmark_value>"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"hd_id3145759\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3153089\n"
-"2\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"hd_id3149495\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3150682\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"hd_id3159201\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3147226\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149178\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3150669\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149233\n"
-"9\n"
-"help.text"
-msgid "<emph>DefBool:</emph> Boolean"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"hd_id3149762\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3156152\n"
-"12\n"
-"help.text"
-msgid "' Prefix definition for variable types:"
-msgstr ""
-
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3151381\n"
-"22\n"
-"help.text"
-msgid "bOK=TRUE ' bOK is an implicit boolean variable"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"tit\n"
-"help.text"
-msgid "SetAttr Statement [Runtime]"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"bm_id3147559\n"
-"help.text"
-msgid "<bookmark_value>SetAttr statement</bookmark_value>"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"hd_id3147559\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "Sets the attribute information for a specified file."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"hd_id3150359\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3154365\n"
-"4\n"
-"help.text"
-msgid "SetAttr FileName As String, Attribute As Integer"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"hd_id3125863\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3154909\n"
-"6\n"
-"help.text"
-msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3153192\n"
-"7\n"
-"help.text"
-msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3145786\n"
-"8\n"
-"help.text"
-msgid "<emph>Value</emph>"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3152596\n"
-"9\n"
-"help.text"
-msgid "0 : Normal files."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3149262\n"
-"10\n"
-"help.text"
-msgid "1 : Read-only files."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3152576\n"
-"13\n"
-"help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3153093\n"
-"14\n"
-"help.text"
-msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"hd_id3147434\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020414.xhp
-msgctxt ""
-"03020414.xhp\n"
-"par_id3148645\n"
-"17\n"
-"help.text"
-msgid "On Error GoTo ErrorHandler ' Define target for error handler"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"tit\n"
-"help.text"
-msgid "GoTo Statement [Runtime]"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"bm_id3159413\n"
-"help.text"
-msgid "<bookmark_value>GoTo statement</bookmark_value>"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"hd_id3159413\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3153379\n"
-"2\n"
-"help.text"
-msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"hd_id3149656\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3154367\n"
-"4\n"
-"help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"hd_id3150870\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3156214\n"
-"6\n"
-"help.text"
-msgid "Sub/Function"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3156424\n"
-"7\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090302.xhp
-#, fuzzy
-msgctxt ""
-"03090302.xhp\n"
-"par_id3154685\n"
-"8\n"
-"help.text"
-msgid "Label1"
-msgstr "Bezeechnung"
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3145786\n"
-"9\n"
-"help.text"
-msgid "<emph>Label2:</emph>"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3161832\n"
-"10\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3146120\n"
-"11\n"
-"help.text"
-msgid "Exit Sub"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3150010\n"
-"12\n"
-"help.text"
-msgid "<emph>Label1:</emph>"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3152462\n"
-"13\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3149664\n"
-"14\n"
-"help.text"
-msgid "GoTo Label2"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3152886\n"
-"15\n"
-"help.text"
-msgid "End Sub/Function"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3152596\n"
-"16\n"
-"help.text"
-msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id3155416\n"
-"17\n"
-"help.text"
-msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"hd_id3154731\n"
-"19\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
-"par_id6967035\n"
-"help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03080700.xhp
-msgctxt ""
-"03080700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Expression Signs"
-msgstr ""
-
-#: 03080700.xhp
-msgctxt ""
-"03080700.xhp\n"
-"hd_id3150702\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
-msgstr ""
-
-#: 03080700.xhp
-msgctxt ""
-"03080700.xhp\n"
-"par_id3148668\n"
-"2\n"
-"help.text"
-msgid "This function returns the algebraic sign of a numeric expression."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"tit\n"
-"help.text"
-msgid "RSet Statement [Runtime]"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"bm_id3153345\n"
-"help.text"
-msgid "<bookmark_value>RSet statement</bookmark_value>"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3153345\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3150503\n"
-"2\n"
-"help.text"
-msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3149234\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3156024\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3148552\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string variable."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3154924\n"
-"7\n"
-"help.text"
-msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3149456\n"
-"8\n"
-"help.text"
-msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3153381\n"
-"9\n"
-"help.text"
-msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3154140\n"
-"10\n"
-"help.text"
-msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3149202\n"
-"11\n"
-"help.text"
-msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3151042\n"
-"12\n"
-"help.text"
-msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3154909\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3155856\n"
-"20\n"
-"help.text"
-msgid "' Right-align \"SBX\" in a 40-character string"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3152577\n"
-"21\n"
-"help.text"
-msgid "' Replace asterisks with spaces"
-msgstr ""
-
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"par_id3145801\n"
-"32\n"
-"help.text"
-msgid "' Left-align \"SBX\" in a 40-character string"
-msgstr ""
-
-#: 03080200.xhp
-msgctxt ""
-"03080200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Exponential and Logarithmic Functions"
-msgstr ""
-
-#: 03080200.xhp
-msgctxt ""
-"03080200.xhp\n"
-"hd_id3154758\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
-msgstr ""
-
-#: 03080200.xhp
-msgctxt ""
-"03080200.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "$[officename] Basic supports the following exponential and logarithmic functions."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "The Basic Editor"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"bm_id3148647\n"
-"help.text"
-msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3145069\n"
-"3\n"
-"help.text"
-msgid "The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3154686\n"
-"31\n"
-"help.text"
-msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3151042\n"
-"32\n"
-"help.text"
-msgid "If you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, program execution starts at the first line of the Basic editor. The program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id59816\n"
-"help.text"
-msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3125863\n"
-"4\n"
-"help.text"
-msgid "Navigating in a Project"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3145785\n"
-"6\n"
-"help.text"
-msgid "The Library List"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3146120\n"
-"7\n"
-"help.text"
-msgid "Select a library from the <emph>Library</emph> list at the left of the toolbar to load the library in the editor. The first module of the selected library will be displayed."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3153190\n"
-"8\n"
-"help.text"
-msgid "The Object Catalog"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3148647\n"
-"15\n"
-"help.text"
-msgid "Saving and Loading Basic Source Code"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3154320\n"
-"16\n"
-"help.text"
-msgid "You can save Basic code in a text file for saving and importing in other programming systems."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3149959\n"
-"25\n"
-"help.text"
-msgid "You cannot save Basic dialogs to a text file."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3149403\n"
-"17\n"
-"help.text"
-msgid "Saving Source Code to a Text File"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3150327\n"
-"18\n"
-"help.text"
-msgid "Select the module that you want to export as text from the object catalog."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3150752\n"
-"19\n"
-"help.text"
-msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3154754\n"
-"20\n"
-"help.text"
-msgid "Select a file name and click <emph>OK</emph> to save the file."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"hd_id3159264\n"
-"21\n"
-"help.text"
-msgid "Loading Source Code From a Text File"
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3147343\n"
-"22\n"
-"help.text"
-msgid "Select the module where you want to import the source code from the object catalog."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3145230\n"
-"23\n"
-"help.text"
-msgid "Position the cursor where you want to insert the program code."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3149565\n"
-"24\n"
-"help.text"
-msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3154020\n"
-"33\n"
-"help.text"
-msgid "Select the text file containing the source code and click <emph>OK</emph>."
-msgstr ""
-
-#: 01030200.xhp
-msgctxt ""
-"01030200.xhp\n"
-"par_id3153198\n"
-"29\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefVar Statement [Runtime]"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"bm_id3143267\n"
-"help.text"
-msgid "<bookmark_value>DefVar statement</bookmark_value>"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3143267\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3153825\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3154143\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3149514\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3156024\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3148552\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3153524\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3150767\n"
-"9\n"
-"help.text"
-msgid "<emph>DefVar:</emph> Variant"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3151041\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3156214\n"
-"11\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3154012\n"
-"21\n"
-"help.text"
-msgid "vDiv=99 ' vDiv is an implicit variant"
-msgstr ""
-
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3146121\n"
-"22\n"
-"help.text"
-msgid "vDiv=\"Hello world\""
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"tit\n"
-"help.text"
-msgid "Information"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"hd_id3148550\n"
-"1\n"
-"help.text"
-msgid "Information"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153381\n"
-"102\n"
-"help.text"
-msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150870\n"
-"103\n"
-"help.text"
-msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3156424\n"
-"2\n"
-"help.text"
-msgid "The color values of the 16 basic colors are as follows:"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153091\n"
-"3\n"
-"help.text"
-msgid "<emph>Color Value</emph>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154319\n"
-"4\n"
-"help.text"
-msgid "<emph>Color Name</emph>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3151112\n"
-"5\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3155854\n"
-"6\n"
-"help.text"
-msgid "Black"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154942\n"
-"7\n"
-"help.text"
-msgid "128"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154731\n"
-"8\n"
-"help.text"
-msgid "Blue"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145645\n"
-"9\n"
-"help.text"
-msgid "32768"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149400\n"
-"10\n"
-"help.text"
-msgid "Green"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150753\n"
-"11\n"
-"help.text"
-msgid "32896"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153765\n"
-"12\n"
-"help.text"
-msgid "Cyan"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154756\n"
-"13\n"
-"help.text"
-msgid "8388608"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3159266\n"
-"14\n"
-"help.text"
-msgid "Red"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3163807\n"
-"15\n"
-"help.text"
-msgid "8388736"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145150\n"
-"16\n"
-"help.text"
-msgid "Magenta"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147002\n"
-"17\n"
-"help.text"
-msgid "8421376"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3152778\n"
-"18\n"
-"help.text"
-msgid "Yellow"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150088\n"
-"19\n"
-"help.text"
-msgid "8421504"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3159239\n"
-"20\n"
-"help.text"
-msgid "White"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150206\n"
-"21\n"
-"help.text"
-msgid "12632256"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149817\n"
-"22\n"
-"help.text"
-msgid "Gray"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150363\n"
-"23\n"
-"help.text"
-msgid "255"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154576\n"
-"24\n"
-"help.text"
-msgid "Light blue"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150367\n"
-"25\n"
-"help.text"
-msgid "65280"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150202\n"
-"26\n"
-"help.text"
-msgid "Light green"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154487\n"
-"27\n"
-"help.text"
-msgid "65535"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3151332\n"
-"28\n"
-"help.text"
-msgid "Light cyan"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148702\n"
-"29\n"
-"help.text"
-msgid "16711680"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153067\n"
-"30\n"
-"help.text"
-msgid "Light red"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153912\n"
-"31\n"
-"help.text"
-msgid "16711935"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3159097\n"
-"32\n"
-"help.text"
-msgid "Light magenta"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3155266\n"
-"33\n"
-"help.text"
-msgid "16776960"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3157978\n"
-"34\n"
-"help.text"
-msgid "Light yellow"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153286\n"
-"35\n"
-"help.text"
-msgid "16777215"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3151302\n"
-"36\n"
-"help.text"
-msgid "Transparent white"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"hd_id3152869\n"
-"37\n"
-"help.text"
-msgid "<variable id=\"errorcode\">Error Codes</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id315509599\n"
-"help.text"
-msgid "<variable id=\"err1\">1 An exception occurred</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3155095\n"
-"38\n"
-"help.text"
-msgid "<variable id=\"err2\">2 Syntax error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149126\n"
-"39\n"
-"help.text"
-msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153976\n"
-"40\n"
-"help.text"
-msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150891\n"
-"41\n"
-"help.text"
-msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3159227\n"
-"42\n"
-"help.text"
-msgid "<variable id=\"err6\">6 Overflow</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154649\n"
-"43\n"
-"help.text"
-msgid "<variable id=\"err7\">7 Not enough memory</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150050\n"
-"44\n"
-"help.text"
-msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148900\n"
-"45\n"
-"help.text"
-msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153806\n"
-"46\n"
-"help.text"
-msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146963\n"
-"47\n"
-"help.text"
-msgid "<variable id=\"err11\">11 Division by zero</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153013\n"
-"48\n"
-"help.text"
-msgid "<variable id=\"err12\">12 Variable not defined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3155593\n"
-"49\n"
-"help.text"
-msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3151197\n"
-"50\n"
-"help.text"
-msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154710\n"
-"51\n"
-"help.text"
-msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147504\n"
-"52\n"
-"help.text"
-msgid "<variable id=\"err20\">20 Resume without error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145319\n"
-"53\n"
-"help.text"
-msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146110\n"
-"54\n"
-"help.text"
-msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147246\n"
-"55\n"
-"help.text"
-msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146101\n"
-"56\n"
-"help.text"
-msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153957\n"
-"57\n"
-"help.text"
-msgid "<variable id=\"err51\">51 Internal error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154404\n"
-"58\n"
-"help.text"
-msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3151338\n"
-"59\n"
-"help.text"
-msgid "<variable id=\"err53\">53 File not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147298\n"
-"60\n"
-"help.text"
-msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148747\n"
-"61\n"
-"help.text"
-msgid "<variable id=\"err55\">55 File already open</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145233\n"
-"62\n"
-"help.text"
-msgid "<variable id=\"err57\">57 Device I/O error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3156399\n"
-"63\n"
-"help.text"
-msgid "<variable id=\"err58\">58 File already exists</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149324\n"
-"64\n"
-"help.text"
-msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147409\n"
-"65\n"
-"help.text"
-msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149146\n"
-"66\n"
-"help.text"
-msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150456\n"
-"67\n"
-"help.text"
-msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146883\n"
-"68\n"
-"help.text"
-msgid "<variable id=\"err67\">67 Too many files</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146818\n"
-"69\n"
-"help.text"
-msgid "<variable id=\"err68\">68 Device not available</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145225\n"
-"70\n"
-"help.text"
-msgid "<variable id=\"err70\">70 Access denied</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150372\n"
-"71\n"
-"help.text"
-msgid "<variable id=\"err71\">71 Disk not ready</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148894\n"
-"72\n"
-"help.text"
-msgid "<variable id=\"err73\">73 Not implemented</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3152981\n"
-"73\n"
-"help.text"
-msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149355\n"
-"74\n"
-"help.text"
-msgid "<variable id=\"err75\">75 Path/file access error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150477\n"
-"75\n"
-"help.text"
-msgid "<variable id=\"err76\">76 Path not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154678\n"
-"76\n"
-"help.text"
-msgid "<variable id=\"err91\">91 Object variable not set</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149890\n"
-"77\n"
-"help.text"
-msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146942\n"
-"78\n"
-"help.text"
-msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469429\n"
-"help.text"
-msgid "<variable id=\"err250\">250 DDE Error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469428\n"
-"help.text"
-msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469427\n"
-"help.text"
-msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469426\n"
-"help.text"
-msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469425\n"
-"help.text"
-msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469424\n"
-"help.text"
-msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469423\n"
-"help.text"
-msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469422\n"
-"help.text"
-msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469421\n"
-"help.text"
-msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469420\n"
-"help.text"
-msgid "<variable id=\"err288\">288 External application busy</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469419\n"
-"help.text"
-msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469418\n"
-"help.text"
-msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469417\n"
-"help.text"
-msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469416\n"
-"help.text"
-msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469415\n"
-"help.text"
-msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469414\n"
-"help.text"
-msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469413\n"
-"help.text"
-msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469412\n"
-"help.text"
-msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469411\n"
-"help.text"
-msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31469410\n"
-"help.text"
-msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150028\n"
-"79\n"
-"help.text"
-msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148434\n"
-"80\n"
-"help.text"
-msgid "<variable id=\"err341\">341 Invalid object index</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3143219\n"
-"81\n"
-"help.text"
-msgid "<variable id=\"err366\">366 Object is not available</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3144744\n"
-"82\n"
-"help.text"
-msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147420\n"
-"83\n"
-"help.text"
-msgid "<variable id=\"err382\">382 This property is read-only</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3147472\n"
-"84\n"
-"help.text"
-msgid "<variable id=\"err394\">394 This property is write-only</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148583\n"
-"85\n"
-"help.text"
-msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153329\n"
-"86\n"
-"help.text"
-msgid "<variable id=\"err423\">423 Property or method not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3148738\n"
-"87\n"
-"help.text"
-msgid "<variable id=\"err424\">424 Object required</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3159084\n"
-"88\n"
-"help.text"
-msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146806\n"
-"89\n"
-"help.text"
-msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146130\n"
-"90\n"
-"help.text"
-msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154374\n"
-"91\n"
-"help.text"
-msgid "<variable id=\"err440\">440 OLE automation error</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149685\n"
-"92\n"
-"help.text"
-msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150282\n"
-"93\n"
-"help.text"
-msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3150142\n"
-"94\n"
-"help.text"
-msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3152771\n"
-"95\n"
-"help.text"
-msgid "<variable id=\"err448\">448 Named argument not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145145\n"
-"96\n"
-"help.text"
-msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154399\n"
-"97\n"
-"help.text"
-msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3146137\n"
-"98\n"
-"help.text"
-msgid "<variable id=\"err451\">451 Object is not a list</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3149507\n"
-"99\n"
-"help.text"
-msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3154566\n"
-"100\n"
-"help.text"
-msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3145595\n"
-"101\n"
-"help.text"
-msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455951\n"
-"help.text"
-msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455952\n"
-"help.text"
-msgid "<variable id=\"err952\">952 Expected:</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455953\n"
-"help.text"
-msgid "<variable id=\"err953\">953 Symbol expected</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455954\n"
-"help.text"
-msgid "<variable id=\"err954\">954 Variable expected</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455955\n"
-"help.text"
-msgid "<variable id=\"err955\">955 Label expected</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455956\n"
-"help.text"
-msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455957\n"
-"help.text"
-msgid "<variable id=\"err957\">957 Variable already defined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455958\n"
-"help.text"
-msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455959\n"
-"help.text"
-msgid "<variable id=\"err959\">959 Label already defined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455960\n"
-"help.text"
-msgid "<variable id=\"err960\">960 Variable not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455961\n"
-"help.text"
-msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455962\n"
-"help.text"
-msgid "<variable id=\"err962\">962 Procedure not found</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455963\n"
-"help.text"
-msgid "<variable id=\"err963\">963 Label undefined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455964\n"
-"help.text"
-msgid "<variable id=\"err964\">964 Unknown data type</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455965\n"
-"help.text"
-msgid "<variable id=\"err965\">965 Exit expected</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455966\n"
-"help.text"
-msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455967\n"
-"help.text"
-msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455968\n"
-"help.text"
-msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455969\n"
-"help.text"
-msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455970\n"
-"help.text"
-msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455971\n"
-"help.text"
-msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455972\n"
-"help.text"
-msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455973\n"
-"help.text"
-msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455974\n"
-"help.text"
-msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455975\n"
-"help.text"
-msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455976\n"
-"help.text"
-msgid "<variable id=\"err976\">976 Unknown option:</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455977\n"
-"help.text"
-msgid "<variable id=\"err977\">977 Constant redefined</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455978\n"
-"help.text"
-msgid "<variable id=\"err978\">978 Program too large</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455979\n"
-"help.text"
-msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455980\n"
-"help.text"
-msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455981\n"
-"help.text"
-msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455982\n"
-"help.text"
-msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455983\n"
-"help.text"
-msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455984\n"
-"help.text"
-msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455985\n"
-"help.text"
-msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id31455986\n"
-"help.text"
-msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"tit\n"
-"help.text"
-msgid "Mid Function, Mid Statement [Runtime]"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"bm_id3143268\n"
-"help.text"
-msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3148473\n"
-"2\n"
-"help.text"
-msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3154285\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3147530\n"
-"4\n"
-"help.text"
-msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3145068\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3149295\n"
-"6\n"
-"help.text"
-msgid "String (only by Function)"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3154347\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3148664\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to modify."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3150359\n"
-"9\n"
-"help.text"
-msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3148451\n"
-"10\n"
-"help.text"
-msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3125864\n"
-"11\n"
-"help.text"
-msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3144762\n"
-"12\n"
-"help.text"
-msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3150769\n"
-"13\n"
-"help.text"
-msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3149560\n"
-"14\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"par_id3153189\n"
-"18\n"
-"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Year Function [Runtime]"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"bm_id3148664\n"
-"help.text"
-msgid "<bookmark_value>Year function</bookmark_value>"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"hd_id3148664\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3149655\n"
-"2\n"
-"help.text"
-msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"hd_id3154125\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3147229\n"
-"4\n"
-"help.text"
-msgid "Year (Number)"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"hd_id3154685\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3153970\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"hd_id3150440\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3163712\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3152596\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3149483\n"
-"11\n"
-"help.text"
-msgid "returns the value 1994."
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"hd_id3146985\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030106.xhp
-msgctxt ""
-"03030106.xhp\n"
-"par_id3153363\n"
-"14\n"
-"help.text"
-msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"tit\n"
-"help.text"
-msgid "Abs Function [Runtime]"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"bm_id3159201\n"
-"help.text"
-msgid "<bookmark_value>Abs function</bookmark_value>"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"hd_id3159201\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Returns the absolute value of a numeric expression."
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"hd_id3149233\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3147573\n"
-"4\n"
-"help.text"
-msgid "Abs (Number)"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"hd_id3156152\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"hd_id3154924\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3154347\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3153381\n"
-"9\n"
-"help.text"
-msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"hd_id3148451\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3145786\n"
-"14\n"
-"help.text"
-msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3149561\n"
-"15\n"
-"help.text"
-msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
-msgstr ""
-
-#: 03080601.xhp
-msgctxt ""
-"03080601.xhp\n"
-"par_id3145750\n"
-"16\n"
-"help.text"
-msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsMissing function [Runtime]"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"bm_id3153527\n"
-"help.text"
-msgid "<bookmark_value>IsMissing function</bookmark_value>"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"hd_id3153527\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3153825\n"
-"2\n"
-"help.text"
-msgid "Tests if a function is called with an optional parameter."
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3150669\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"hd_id3145611\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3154924\n"
-"5\n"
-"help.text"
-msgid "IsMissing( ArgumentName )"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"hd_id3145069\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3149457\n"
-"7\n"
-"help.text"
-msgid "<emph>ArgumentName:</emph> the name of an optional argument."
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3150398\n"
-"8\n"
-"help.text"
-msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
-msgstr ""
-
-#: 03104000.xhp
-msgctxt ""
-"03104000.xhp\n"
-"par_id3148798\n"
-"9\n"
-"help.text"
-msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"tit\n"
-"help.text"
-msgid "$[officename] Basic Help"
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"hd_id3154232\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"par_id3153894\n"
-"4\n"
-"help.text"
-msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"par_id3147226\n"
-"10\n"
-"help.text"
-msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"hd_id3146957\n"
-"9\n"
-"help.text"
-msgid "Working with %PRODUCTNAME Basic"
-msgstr ""
-
-#: main0601.xhp
-msgctxt ""
-"main0601.xhp\n"
-"hd_id3148473\n"
-"7\n"
-"help.text"
-msgid "Help about the Help"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rem Statement [Runtime]"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"bm_id3154347\n"
-"help.text"
-msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"hd_id3154347\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id3153525\n"
-"2\n"
-"help.text"
-msgid "Specifies that a program line is a comment."
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"hd_id3153360\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id3154141\n"
-"4\n"
-"help.text"
-msgid "Rem Text"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"hd_id3151042\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id3150869\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any text that serves as a comment."
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id3147318\n"
-"7\n"
-"help.text"
-msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id6187017\n"
-"help.text"
-msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"hd_id3150012\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090407.xhp
-msgctxt ""
-"03090407.xhp\n"
-"par_id3153140\n"
-"13\n"
-"help.text"
-msgid "' Nothing occurs here"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefStr Statement [Runtime]"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"bm_id6161381\n"
-"help.text"
-msgid "<bookmark_value>DefStr statement</bookmark_value>"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10577\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10587\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10595\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN1059C\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105A3\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105AA\n"
-"help.text"
-msgid "<emph>DefStr:</emph> String"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105D3\n"
-"help.text"
-msgid "sStr=String ' sStr is an implicit string variable"
-msgstr ""
-
-#: 03060000.xhp
-msgctxt ""
-"03060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Logical Operators"
-msgstr ""
-
-#: 03060000.xhp
-msgctxt ""
-"03060000.xhp\n"
-"hd_id3147559\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
-msgstr ""
-
-#: 03060000.xhp
-msgctxt ""
-"03060000.xhp\n"
-"par_id3153379\n"
-"2\n"
-"help.text"
-msgid "The following logical operators are supported by $[officename] Basic."
-msgstr ""
-
-#: 03060000.xhp
-msgctxt ""
-"03060000.xhp\n"
-"par_id3154138\n"
-"3\n"
-"help.text"
-msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"tit\n"
-"help.text"
-msgid "GlobalScope [Runtime]"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"hd_id3150682\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3153345\n"
-"2\n"
-"help.text"
-msgid "Basic source code and dialogs are organized in a library system."
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3145315\n"
-"3\n"
-"help.text"
-msgid "The LibraryContainer contains libraries"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3149514\n"
-"4\n"
-"help.text"
-msgid "Libraries can contain modules and dialogs"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"hd_id3143271\n"
-"5\n"
-"help.text"
-msgid "In Basic:"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3153061\n"
-"6\n"
-"help.text"
-msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"hd_id3154346\n"
-"7\n"
-"help.text"
-msgid "In dialogs:"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3148663\n"
-"8\n"
-"help.text"
-msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3150543\n"
-"9\n"
-"help.text"
-msgid "Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>."
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"hd_id3148920\n"
-"10\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3149203\n"
-"11\n"
-"help.text"
-msgid "GlobalScope"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"hd_id3154685\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3154124\n"
-"13\n"
-"help.text"
-msgid "Example in the document Basic"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3158408\n"
-"14\n"
-"help.text"
-msgid "' calling Dialog1 in the document library Standard"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3125865\n"
-"15\n"
-"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3154910\n"
-"16\n"
-"help.text"
-msgid "' calling Dialog2 in the application library Library1"
-msgstr ""
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3156424\n"
-"17\n"
-"help.text"
-msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"tit\n"
-"help.text"
-msgid "Now Function [Runtime]"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"bm_id3149416\n"
-"help.text"
-msgid "<bookmark_value>Now function</bookmark_value>"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"hd_id3149416\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"par_id3149670\n"
-"2\n"
-"help.text"
-msgid "Returns the current system date and time as a <emph>Date</emph> value."
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"hd_id3149456\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"par_id3149655\n"
-"4\n"
-"help.text"
-msgid "Now"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"hd_id3154366\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"par_id3154909\n"
-"6\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"hd_id3147229\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030203.xhp
-msgctxt ""
-"03030203.xhp\n"
-"par_id3150870\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"It is now \" & Now"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Variables"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"hd_id3149669\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"par_id3147265\n"
-"2\n"
-"help.text"
-msgid "The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sin Function [Runtime]"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"bm_id3153896\n"
-"help.text"
-msgid "<bookmark_value>Sin function</bookmark_value>"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3153896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3153379\n"
-"3\n"
-"help.text"
-msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3148798\n"
-"4\n"
-"help.text"
-msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3147230\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3154909\n"
-"6\n"
-"help.text"
-msgid "Sin (Number)"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3156214\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3150870\n"
-"8\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3145786\n"
-"10\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3155413\n"
-"11\n"
-"help.text"
-msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3149664\n"
-"12\n"
-"help.text"
-msgid "grad=(radiant*180)/pi"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3153143\n"
-"13\n"
-"help.text"
-msgid "radiant=(grad*pi)/180"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3151112\n"
-"14\n"
-"help.text"
-msgid "Pi is approximately 3.141593."
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"hd_id3163712\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3149482\n"
-"16\n"
-"help.text"
-msgid "' In this example, the following entry is possible for a right-angled triangle:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3148577\n"
-"17\n"
-"help.text"
-msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3150011\n"
-"19\n"
-"help.text"
-msgid "' Pi = 3.1415926 is a predefined variable"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3145251\n"
-"22\n"
-"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3148456\n"
-"23\n"
-"help.text"
-msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
-msgstr ""
-
-#: 03080103.xhp
-msgctxt ""
-"03080103.xhp\n"
-"par_id3153877\n"
-"24\n"
-"help.text"
-msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
-msgstr ""
-
-#: 03050000.xhp
-msgctxt ""
-"03050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Error-Handling Functions"
-msgstr ""
-
-#: 03050000.xhp
-msgctxt ""
-"03050000.xhp\n"
-"hd_id3143271\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
-msgstr ""
-
-#: 03050000.xhp
-msgctxt ""
-"03050000.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
-msgstr ""
-
-#: 03050000.xhp
-msgctxt ""
-"03050000.xhp\n"
-"par_id3148946\n"
-"3\n"
-"help.text"
-msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Dim Statement [Runtime]"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"bm_id3149812\n"
-"help.text"
-msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"hd_id3149812\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3143271\n"
-"2\n"
-"help.text"
-msgid "Declares a variable or an array."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154686\n"
-"3\n"
-"help.text"
-msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3152576\n"
-"7\n"
-"help.text"
-msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"hd_id3156443\n"
-"8\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3149412\n"
-"9\n"
-"help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"hd_id3147397\n"
-"10\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154730\n"
-"11\n"
-"help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3147125\n"
-"12\n"
-"help.text"
-msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3153877\n"
-"13\n"
-"help.text"
-msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3153510\n"
-"14\n"
-"help.text"
-msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154015\n"
-"15\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Variable type"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3153949\n"
-"16\n"
-"help.text"
-msgid "<emph>Bool:</emph> Boolean variable (True, False)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3156275\n"
-"17\n"
-"help.text"
-msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3156057\n"
-"18\n"
-"help.text"
-msgid "<emph>Date:</emph> Date variable"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3148405\n"
-"19\n"
-"help.text"
-msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3148916\n"
-"20\n"
-"help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3150045\n"
-"21\n"
-"help.text"
-msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3149255\n"
-"22\n"
-"help.text"
-msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3155937\n"
-"23\n"
-"help.text"
-msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3151251\n"
-"24\n"
-"help.text"
-msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154704\n"
-"25\n"
-"help.text"
-msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3146316\n"
-"26\n"
-"help.text"
-msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3149924\n"
-"27\n"
-"help.text"
-msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3148488\n"
-"28\n"
-"help.text"
-msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154662\n"
-"29\n"
-"help.text"
-msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3155604\n"
-"30\n"
-"help.text"
-msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3151274\n"
-"31\n"
-"help.text"
-msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3152774\n"
-"32\n"
-"help.text"
-msgid "REM numbered from -15 to 5"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3150829\n"
-"33\n"
-"help.text"
-msgid "Two-dimensional data field"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3149529\n"
-"34\n"
-"help.text"
-msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3159239\n"
-"35\n"
-"help.text"
-msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"hd_id3150344\n"
-"36\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3154657\n"
-"40\n"
-"help.text"
-msgid "sVar = \"Office\""
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3149036\n"
-"44\n"
-"help.text"
-msgid "' Two-dimensional data field"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3153782\n"
-"46\n"
-"help.text"
-msgid "Const sDim As String = \" Dimension:\""
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"tit\n"
-"help.text"
-msgid "FreeFile Function[Runtime]"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"bm_id3150400\n"
-"help.text"
-msgid "<bookmark_value>FreeFile function</bookmark_value>"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"hd_id3150400\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"par_id3154366\n"
-"2\n"
-"help.text"
-msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"hd_id3150769\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"hd_id3151042\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"par_id3150440\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"hd_id3148576\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"par_id3155854\n"
-"8\n"
-"help.text"
-msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"hd_id3159153\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"par_id3155416\n"
-"18\n"
-"help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"par_id3153416\n"
-"19\n"
-"help.text"
-msgid "Print #iNumber, \"Another line of text\""
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"tit\n"
-"help.text"
-msgid "ConvertToURL Function [Runtime]"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"bm_id3152801\n"
-"help.text"
-msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3152801\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3148538\n"
-"2\n"
-"help.text"
-msgid "Converts a system file name to a file URL."
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3150669\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3154285\n"
-"4\n"
-"help.text"
-msgid "ConvertToURL(filename)"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3147530\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3148550\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3148947\n"
-"8\n"
-"help.text"
-msgid "<emph>Filename:</emph> A file name as string."
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3153361\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3150792\n"
-"10\n"
-"help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3154365\n"
-"11\n"
-"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3151042\n"
-"12\n"
-"help.text"
-msgid "print url$"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3154909\n"
-"13\n"
-"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
-msgstr ""
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3144762\n"
-"14\n"
-"help.text"
-msgid "print systemFileAgain$"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Set Statement[Runtime]"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"bm_id3154422\n"
-"help.text"
-msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154422\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_id3159149\n"
-"2\n"
-"help.text"
-msgid "Sets an object reference on a variable or a Property."
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_id3154217\n"
-"4\n"
-"help.text"
-msgid "Set ObjectVar = Object"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_id3156281\n"
-"6\n"
-"help.text"
-msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_id3159252\n"
-"7\n"
-"help.text"
-msgid "<emph>Object:</emph> Object that the variable or the property refers to."
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_idN10623\n"
-"help.text"
-msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefDate Statement [Runtime]"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"bm_id3150504\n"
-"help.text"
-msgid "<bookmark_value>DefDate statement</bookmark_value>"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"hd_id3150504\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3145069\n"
-"2\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"hd_id3154758\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3148664\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"hd_id3150541\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3156709\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3150869\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3145171\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3150767\n"
-"9\n"
-"help.text"
-msgid "<emph>DefDate:</emph> Date"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"hd_id3153768\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3145785\n"
-"12\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3152462\n"
-"22\n"
-"help.text"
-msgid "tDate=Date ' tDate is an implicit date variable"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Libraries, Modules and Dialogs"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"hd_id3147317\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3147427\n"
-"2\n"
-"help.text"
-msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3146120\n"
-"3\n"
-"help.text"
-msgid "$[officename] Basic provides tools to help you structuring your projects. It supports various \"units\" which enable you to group individual SUBS and FUNCTIONS in a Basic project."
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"hd_id3148575\n"
-"5\n"
-"help.text"
-msgid "Libraries"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3150011\n"
-"6\n"
-"help.text"
-msgid "Libraries serve as a tool for organizing modules, and can either be attached to a document or a template. When the document or a template is saved, all modules contained in the library are automatically saved as well."
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3151112\n"
-"7\n"
-"help.text"
-msgid "A library can contain up to 16,000 modules."
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"hd_id3149262\n"
-"8\n"
-"help.text"
-msgid "Modules"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3156441\n"
-"9\n"
-"help.text"
-msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library."
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"hd_id3152577\n"
-"11\n"
-"help.text"
-msgid "Dialog Modules"
-msgstr ""
-
-#: 01020500.xhp
-msgctxt ""
-"01020500.xhp\n"
-"par_id3149377\n"
-"12\n"
-"help.text"
-msgid "Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as \"dialogs\"."
-msgstr ""
-
-#: 03030000.xhp
-msgctxt ""
-"03030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Date and Time Functions"
-msgstr ""
-
-#: 03030000.xhp
-msgctxt ""
-"03030000.xhp\n"
-"hd_id3150502\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
-msgstr ""
-
-#: 03030000.xhp
-msgctxt ""
-"03030000.xhp\n"
-"par_id3153255\n"
-"2\n"
-"help.text"
-msgid "Use the statements and functions described here to perform date and time calculations."
-msgstr ""
-
-#: 03030000.xhp
-msgctxt ""
-"03030000.xhp\n"
-"par_id3152363\n"
-"3\n"
-"help.text"
-msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
-msgstr ""
-
-#: 03030000.xhp
-msgctxt ""
-"03030000.xhp\n"
-"par_id3151054\n"
-"4\n"
-"help.text"
-msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Controlling Program Execution"
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"hd_id3145136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"par_id3143268\n"
-"2\n"
-"help.text"
-msgid "The following statements control the execution of a program."
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"par_id3156152\n"
-"3\n"
-"help.text"
-msgid "A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements."
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Numeric Functions"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"hd_id3153127\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"tit\n"
-"help.text"
-msgid "UCase Function [Runtime]"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"bm_id3153527\n"
-"help.text"
-msgid "<bookmark_value>UCase function</bookmark_value>"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"hd_id3153527\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3155420\n"
-"2\n"
-"help.text"
-msgid "Converts lowercase characters in a string to uppercase."
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3150771\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3149233\n"
-"4\n"
-"help.text"
-msgid "<emph>Syntax</emph>:"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3153061\n"
-"5\n"
-"help.text"
-msgid "UCase (Text As String)"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3159414\n"
-"6\n"
-"help.text"
-msgid "<emph>Return value</emph>:"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3146795\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"hd_id3149457\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3150791\n"
-"9\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"hd_id3154125\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3149204\n"
-"14\n"
-"help.text"
-msgid "Print LCase(sVar) ' returns \"las vegas\""
-msgstr ""
-
-#: 03120310.xhp
-msgctxt ""
-"03120310.xhp\n"
-"par_id3156280\n"
-"15\n"
-"help.text"
-msgid "Print UCase(sVar) ' returns \"LAS VEGAS\""
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDec Function [Runtime]"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"bm_id863979\n"
-"help.text"
-msgid "<bookmark_value>CDec function</bookmark_value>"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN10548\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN10558\n"
-"help.text"
-msgid "Converts a string expression or numeric expression to a decimal expression."
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN1055B\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105EA\n"
-"help.text"
-msgid "CDec(Expression)"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105ED\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105F1\n"
-"help.text"
-msgid "Decimal number."
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105F4\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105F8\n"
-"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Event-Driven Macros"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"bm_id3154581\n"
-"help.text"
-msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"hd_id3147348\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146120\n"
-"2\n"
-"help.text"
-msgid "This section describes how to assign Basic programs to program events."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149263\n"
-"4\n"
-"help.text"
-msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3148455\n"
-"5\n"
-"help.text"
-msgid "Event"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3145799\n"
-"6\n"
-"help.text"
-msgid "An assigned macro is executed..."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149379\n"
-"7\n"
-"help.text"
-msgid "Program Start"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150715\n"
-"8\n"
-"help.text"
-msgid "... after a $[officename] application is started."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146914\n"
-"9\n"
-"help.text"
-msgid "Program End"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3153765\n"
-"10\n"
-"help.text"
-msgid "...before a $[officename] application is terminated."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3145150\n"
-"11\n"
-"help.text"
-msgid "Create Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3163808\n"
-"12\n"
-"help.text"
-msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3145790\n"
-"13\n"
-"help.text"
-msgid "Open Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3154572\n"
-"14\n"
-"help.text"
-msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3153266\n"
-"15\n"
-"help.text"
-msgid "Save Document As"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150208\n"
-"16\n"
-"help.text"
-msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3158215\n"
-"43\n"
-"help.text"
-msgid "Document has been saved as"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150980\n"
-"44\n"
-"help.text"
-msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150519\n"
-"17\n"
-"help.text"
-msgid "Save Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3155529\n"
-"18\n"
-"help.text"
-msgid "...before a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149404\n"
-"45\n"
-"help.text"
-msgid "Document has been saved"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3151332\n"
-"46\n"
-"help.text"
-msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3159171\n"
-"19\n"
-"help.text"
-msgid "Document is closing"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146868\n"
-"20\n"
-"help.text"
-msgid "...before a document is closed."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3159097\n"
-"47\n"
-"help.text"
-msgid "Document closed"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3148606\n"
-"48\n"
-"help.text"
-msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3144772\n"
-"21\n"
-"help.text"
-msgid "Activate Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149442\n"
-"22\n"
-"help.text"
-msgid "...after a document is brought to the foreground."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150888\n"
-"23\n"
-"help.text"
-msgid "Deactivate Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3154060\n"
-"24\n"
-"help.text"
-msgid "...after another document is brought to the foreground."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3152384\n"
-"25\n"
-"help.text"
-msgid "Print Document"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3152873\n"
-"26\n"
-"help.text"
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3159227\n"
-"49\n"
-"help.text"
-msgid "JavaScript run-time error"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3145362\n"
-"50\n"
-"help.text"
-msgid "...when a JavaScript run-time error occurs."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3154767\n"
-"27\n"
-"help.text"
-msgid "Print Mail Merge"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3153555\n"
-"28\n"
-"help.text"
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3156366\n"
-"51\n"
-"help.text"
-msgid "Change of the page count"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3154627\n"
-"52\n"
-"help.text"
-msgid "...when the page count changes."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3154737\n"
-"53\n"
-"help.text"
-msgid "Message received"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150952\n"
-"54\n"
-"help.text"
-msgid "...if a message was received."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"hd_id3153299\n"
-"30\n"
-"help.text"
-msgid "Assigning a Macro to an Event"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3147244\n"
-"31\n"
-"help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146098\n"
-"55\n"
-"help.text"
-msgid "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3150431\n"
-"32\n"
-"help.text"
-msgid "Select the event from the <emph>Event</emph> list."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3148742\n"
-"33\n"
-"help.text"
-msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146321\n"
-"35\n"
-"help.text"
-msgid "Click <emph>OK</emph> to assign the macro."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3147414\n"
-"56\n"
-"help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"hd_id3154581\n"
-"36\n"
-"help.text"
-msgid "Removing the Assignment of a Macro to an Event"
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3146883\n"
-"57\n"
-"help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3155909\n"
-"58\n"
-"help.text"
-msgid "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3159129\n"
-"59\n"
-"help.text"
-msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149143\n"
-"37\n"
-"help.text"
-msgid "Click <emph>Remove</emph>."
-msgstr ""
-
-#: 01040000.xhp
-msgctxt ""
-"01040000.xhp\n"
-"par_id3149351\n"
-"60\n"
-"help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Debugging a Basic Program"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"bm_id3153344\n"
-"help.text"
-msgid "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3153344\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3159224\n"
-"4\n"
-"help.text"
-msgid "Breakpoints and Single Step Execution"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3150682\n"
-"5\n"
-"help.text"
-msgid "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3147303\n"
-"7\n"
-"help.text"
-msgid "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3155805\n"
-"8\n"
-"help.text"
-msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3151110\n"
-"25\n"
-"help.text"
-msgid "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3153825\n"
-"9\n"
-"help.text"
-msgid "Properties of a Breakpoint"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3147574\n"
-"26\n"
-"help.text"
-msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3148473\n"
-"10\n"
-"help.text"
-msgid "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3159413\n"
-"27\n"
-"help.text"
-msgid "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3156280\n"
-"11\n"
-"help.text"
-msgid "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3158407\n"
-"12\n"
-"help.text"
-msgid "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3153968\n"
-"13\n"
-"help.text"
-msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3150439\n"
-"14\n"
-"help.text"
-msgid "Observing the Value of Variables"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3153368\n"
-"15\n"
-"help.text"
-msgid "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3146986\n"
-"16\n"
-"help.text"
-msgid "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3145272\n"
-"17\n"
-"help.text"
-msgid "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3145749\n"
-"19\n"
-"help.text"
-msgid "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3148618\n"
-"20\n"
-"help.text"
-msgid "The Call Stack Window"
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"par_id3154491\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
-msgstr ""
-
-#: 01030300.xhp
-msgctxt ""
-"01030300.xhp\n"
-"hd_id3150594\n"
-"24\n"
-"help.text"
-msgid "List of Run-Time Errors"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"tit\n"
-"help.text"
-msgid "Keyboard Shortcuts in the Basic IDE"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"bm_id3154760\n"
-"help.text"
-msgid "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"hd_id3154760\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">Keyboard Shortcuts in the Basic IDE</link>"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3149655\n"
-"2\n"
-"help.text"
-msgid "In the Basic IDE you can use the following keyboard shortcuts:"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3154908\n"
-"3\n"
-"help.text"
-msgid "Action"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3153192\n"
-"4\n"
-"help.text"
-msgid "Keyboard shortcut"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3159254\n"
-"5\n"
-"help.text"
-msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3163712\n"
-"6\n"
-"help.text"
-msgid "F5"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3150010\n"
-"7\n"
-"help.text"
-msgid "Stop"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3154319\n"
-"8\n"
-"help.text"
-msgid "Shift+F5"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3151073\n"
-"11\n"
-"help.text"
-msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3154731\n"
-"12\n"
-"help.text"
-msgid "F7"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3148455\n"
-"13\n"
-"help.text"
-msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3150716\n"
-"14\n"
-"help.text"
-msgid "F8"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3156275\n"
-"15\n"
-"help.text"
-msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3153764\n"
-"16\n"
-"help.text"
-msgid "Shift+F8"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3150323\n"
-"17\n"
-"help.text"
-msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3147339\n"
-"18\n"
-"help.text"
-msgid "F9"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3153963\n"
-"19\n"
-"help.text"
-msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3155175\n"
-"20\n"
-"help.text"
-msgid "Shift+F9"
-msgstr ""
-
-#: keys.xhp
-msgctxt ""
-"keys.xhp\n"
-"par_id3154702\n"
-"21\n"
-"help.text"
-msgid "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8."
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsArray Function [Runtime]"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"bm_id3154346\n"
-"help.text"
-msgid "<bookmark_value>IsArray function</bookmark_value>"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"hd_id3154346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"par_id3159413\n"
-"2\n"
-"help.text"
-msgid "Determines if a variable is a data field in an array."
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"hd_id3150792\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"par_id3153379\n"
-"4\n"
-"help.text"
-msgid "IsArray (Var)"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"hd_id3154365\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"par_id3154685\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"hd_id3153969\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"par_id3145172\n"
-"8\n"
-"help.text"
-msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
-msgstr ""
-
-#: 03102200.xhp
-msgctxt ""
-"03102200.xhp\n"
-"hd_id3155131\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080300.xhp
-msgctxt ""
-"03080300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Generating Random Numbers"
-msgstr ""
-
-#: 03080300.xhp
-msgctxt ""
-"03080300.xhp\n"
-"hd_id3143270\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
-msgstr ""
-
-#: 03080300.xhp
-msgctxt ""
-"03080300.xhp\n"
-"par_id3154347\n"
-"2\n"
-"help.text"
-msgid "The following statements and functions generate random numbers."
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"tit\n"
-"help.text"
-msgid "CSng Function[Runtime]"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"bm_id3153753\n"
-"help.text"
-msgid "<bookmark_value>CSng function</bookmark_value>"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"hd_id3153753\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"par_id3149748\n"
-"2\n"
-"help.text"
-msgid "Converts any string or numeric expression to data type Single."
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"hd_id3153255\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"par_id3148983\n"
-"4\n"
-"help.text"
-msgid "CSng (Expression)"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"hd_id3152347\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"par_id3153750\n"
-"6\n"
-"help.text"
-msgid "Single"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"hd_id3146957\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"par_id3153345\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
-
-#: 03100900.xhp
-msgctxt ""
-"03100900.xhp\n"
-"hd_id3149514\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"tit\n"
-"help.text"
-msgid "Int Function [Runtime]"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"bm_id3153345\n"
-"help.text"
-msgid "<bookmark_value>Int function</bookmark_value>"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"hd_id3153345\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3155420\n"
-"2\n"
-"help.text"
-msgid "Returns the integer portion of a number."
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"hd_id3147559\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3146795\n"
-"4\n"
-"help.text"
-msgid "Int (Number)"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"hd_id3149670\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3150400\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"hd_id3149656\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3148797\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any valid numeric expression."
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"hd_id3148672\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3125864\n"
-"11\n"
-"help.text"
-msgid "Print Int(3.99) ' returns the value 3"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3145787\n"
-"12\n"
-"help.text"
-msgid "Print Int(0) ' returns the value 0"
-msgstr ""
-
-#: 03080502.xhp
-msgctxt ""
-"03080502.xhp\n"
-"par_id3153143\n"
-"13\n"
-"help.text"
-msgid "Print Int(-3.14159) ' returns the value -4"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"tit\n"
-"help.text"
-msgid "RTrim Function [Runtime]"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"bm_id3154286\n"
-"help.text"
-msgid "<bookmark_value>RTrim function</bookmark_value>"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3154286\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"par_id3153127\n"
-"2\n"
-"help.text"
-msgid "Deletes the spaces at the end of a string expression."
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"par_id3153062\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3154924\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"par_id3154347\n"
-"5\n"
-"help.text"
-msgid "RTrim (Text As String)"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3149457\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"par_id3153381\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3148798\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"par_id3151380\n"
-"9\n"
-"help.text"
-msgid "<emph>Text: </emph>Any string expression."
-msgstr ""
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3151041\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080500.xhp
-msgctxt ""
-"03080500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Integers"
-msgstr ""
-
-#: 03080500.xhp
-msgctxt ""
-"03080500.xhp\n"
-"hd_id3153345\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
-msgstr ""
-
-#: 03080500.xhp
-msgctxt ""
-"03080500.xhp\n"
-"par_id3156152\n"
-"2\n"
-"help.text"
-msgid "The following functions round values to integers."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Chr Function [Runtime]"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>Chr function</bookmark_value>"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3153311\n"
-"2\n"
-"help.text"
-msgid "Returns the character that corresponds to the specified character code."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"hd_id3149514\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "Chr(Expression As Integer)"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"hd_id3143228\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3153824\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"hd_id3148944\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3149295\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3159414\n"
-"9\n"
-"help.text"
-msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"hd_id3154366\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3154909\n"
-"12\n"
-"help.text"
-msgid "' This example inserts quotation marks (ASCII value 34) in a string."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3151380\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3145174\n"
-"14\n"
-"help.text"
-msgid "' The printout appears in the dialog as: A \"short\" trip."
-msgstr ""
-
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_idN10668\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetProcessServiceManager Function [Runtime]"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"bm_id3153255\n"
-"help.text"
-msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"hd_id3153255\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3156414\n"
-"2\n"
-"help.text"
-msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3145136\n"
-"3\n"
-"help.text"
-msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"hd_id3153681\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3151110\n"
-"5\n"
-"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"hd_id3149516\n"
-"6\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3143270\n"
-"7\n"
-"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3153825\n"
-"8\n"
-"help.text"
-msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3148473\n"
-"9\n"
-"help.text"
-msgid "this is the same as the following statement:"
-msgstr ""
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3145609\n"
-"10\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Asc Function [Runtime]"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"bm_id3150499\n"
-"help.text"
-msgid "<bookmark_value>Asc function</bookmark_value>"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3150499\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3151384\n"
-"2\n"
-"help.text"
-msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3155555\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3143267\n"
-"4\n"
-"help.text"
-msgid "Asc (Text As String)"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3147242\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3150669\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3148473\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3149415\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3145609\n"
-"9\n"
-"help.text"
-msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"hd_id3159413\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3150792\n"
-"12\n"
-"help.text"
-msgid "Print ASC(\"A\") ' returns 65"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3148797\n"
-"13\n"
-"help.text"
-msgid "Print ASC(\"Z\") ' returns 90"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_id3163800\n"
-"14\n"
-"help.text"
-msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
-msgstr ""
-
-#: 03120101.xhp
-msgctxt ""
-"03120101.xhp\n"
-"par_idN1067B\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDbl Function [Runtime]"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"bm_id3153750\n"
-"help.text"
-msgid "<bookmark_value>CDbl function</bookmark_value>"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3153750\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"par_id3149233\n"
-"2\n"
-"help.text"
-msgid "Converts any numerical expression or string expression to a double type."
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3149516\n"
-"3\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"par_id3156152\n"
-"4\n"
-"help.text"
-msgid "CDbl (Expression)"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3153061\n"
-"5\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"par_id3145068\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"par_id3153897\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr ""
-
-#: 03100400.xhp
-msgctxt ""
-"03100400.xhp\n"
-"hd_id3148797\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Cos Function [Runtime]"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"bm_id3154923\n"
-"help.text"
-msgid "<bookmark_value>Cos function</bookmark_value>"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3154923\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3159413\n"
-"2\n"
-"help.text"
-msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3150358\n"
-"3\n"
-"help.text"
-msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3154141\n"
-"4\n"
-"help.text"
-msgid "Cos(Alpha) = Adjacent/Hypotenuse"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3154125\n"
-"5\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3145172\n"
-"6\n"
-"help.text"
-msgid "Cos (Number)"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3156214\n"
-"7\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3150449\n"
-"8\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3153969\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3153770\n"
-"10\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3145749\n"
-"11\n"
-"help.text"
-msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3149664\n"
-"12\n"
-"help.text"
-msgid "degree=(radian*180)/pi"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3146985\n"
-"13\n"
-"help.text"
-msgid "radian=(degree*pi)/180"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3152885\n"
-"14\n"
-"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"hd_id3153951\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3155855\n"
-"16\n"
-"help.text"
-msgid "' The following example allows for a right-angled triangle the input of"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3149484\n"
-"17\n"
-"help.text"
-msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3150010\n"
-"19\n"
-"help.text"
-msgid "' rounded Pi = 3.14159"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3144764\n"
-"21\n"
-"help.text"
-msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3154491\n"
-"22\n"
-"help.text"
-msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
-msgstr ""
-
-#: 03080102.xhp
-msgctxt ""
-"03080102.xhp\n"
-"par_id3151074\n"
-"23\n"
-"help.text"
-msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Manage Breakpoints"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3154927\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3149670\n"
-"3\n"
-"help.text"
-msgid "Breakpoints"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3150398\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">Enter the line number for a new breakpoint, then click <emph>New</emph>.</ahelp>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3156280\n"
-"6\n"
-"help.text"
-msgid "Active"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3154910\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3144500\n"
-"8\n"
-"help.text"
-msgid "Pass Count"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3161831\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">Specify the number of loops to perform before the breakpoint takes effect.</ahelp>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3152579\n"
-"10\n"
-"help.text"
-msgid "New"
-msgstr "Nei"
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3148575\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3147319\n"
-"12\n"
-"help.text"
-msgid "Delete"
-msgstr ""
-
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"par_id3153363\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Array Function [Runtime]"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"bm_id3150499\n"
-"help.text"
-msgid "<bookmark_value>Array function</bookmark_value>"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150499\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3155555\n"
-"2\n"
-"help.text"
-msgid "Returns the type Variant with a data field."
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3153126\n"
-"4\n"
-"help.text"
-msgid "Array ( Argument list)"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3155419\n"
-"5\n"
-"help.text"
-msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3145609\n"
-"7\n"
-"help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3153897\n"
-"9\n"
-"help.text"
-msgid "Dim A As Variant"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3153525\n"
-"10\n"
-"help.text"
-msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
-msgstr ""
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3150792\n"
-"11\n"
-"help.text"
-msgid "Msgbox A(2)"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Val Function [Runtime]"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>Val function</bookmark_value>"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"par_id3153345\n"
-"2\n"
-"help.text"
-msgid "Converts a string to a numeric expression."
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"hd_id3159157\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"par_id3149514\n"
-"4\n"
-"help.text"
-msgid "Val (Text As String)"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"hd_id3150669\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"par_id3143228\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"hd_id3156024\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"par_id3154348\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> String that represents a number."
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"par_id3149670\n"
-"9\n"
-"help.text"
-msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
-msgstr ""
-
-#: 03120104.xhp
-msgctxt ""
-"03120104.xhp\n"
-"hd_id3154365\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010200.xhp
-msgctxt ""
-"03010200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Functions for Screen Input"
-msgstr ""
-
-#: 03010200.xhp
-msgctxt ""
-"03010200.xhp\n"
-"hd_id3149456\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
-msgstr ""
-
-#: 03010200.xhp
-msgctxt ""
-"03010200.xhp\n"
-"par_id3150398\n"
-"2\n"
-"help.text"
-msgid "This section describes Runtime functions used to control screen input."
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"tit\n"
-"help.text"
-msgid "MkDir Statement [Runtime]"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"bm_id3156421\n"
-"help.text"
-msgid "<bookmark_value>MkDir statement</bookmark_value>"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"hd_id3156421\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3147000\n"
-"2\n"
-"help.text"
-msgid "Creates a new directory on a data medium."
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"hd_id3148520\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3155150\n"
-"4\n"
-"help.text"
-msgid "MkDir Text As String"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"hd_id3156027\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3153750\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3153311\n"
-"7\n"
-"help.text"
-msgid "If the path is not determined, the directory is created in the current directory."
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"hd_id3155388\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3149762\n"
-"10\n"
-"help.text"
-msgid "' Example for functions of the file organization"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3149669\n"
-"13\n"
-"help.text"
-msgid "Const sSubDir1 As String =\"Test\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3148663\n"
-"14\n"
-"help.text"
-msgid "Const sFile2 As String = \"Copied.tmp\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3154071\n"
-"15\n"
-"help.text"
-msgid "Const sFile3 As String = \"Renamed.tmp\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3154217\n"
-"19\n"
-"help.text"
-msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3147228\n"
-"21\n"
-"help.text"
-msgid "MsgBox sFile,0,\"Create directory\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3153770\n"
-"26\n"
-"help.text"
-msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3159154\n"
-"27\n"
-"help.text"
-msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3149484\n"
-"28\n"
-"help.text"
-msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3152885\n"
-"29\n"
-"help.text"
-msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3153952\n"
-"31\n"
-"help.text"
-msgid "' Rename in the same directory"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3147426\n"
-"34\n"
-"help.text"
-msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3148647\n"
-"35\n"
-"help.text"
-msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3150092\n"
-"40\n"
-"help.text"
-msgid "' Converts a system path in URL"
-msgstr ""
-
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"par_id3156276\n"
-"49\n"
-"help.text"
-msgid "' the colon with DOS"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"tit\n"
-"help.text"
-msgid "On Error GoTo ... Resume Statement [Runtime]"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"bm_id3146795\n"
-"help.text"
-msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"hd_id3146795\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3150358\n"
-"2\n"
-"help.text"
-msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"hd_id3151212\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3145173\n"
-"4\n"
-"help.text"
-msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"hd_id3154125\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3150869\n"
-"7\n"
-"help.text"
-msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3150439\n"
-"8\n"
-"help.text"
-msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3149482\n"
-"9\n"
-"help.text"
-msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3149483\n"
-"9\n"
-"help.text"
-msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3148619\n"
-"10\n"
-"help.text"
-msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"hd_id3146985\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3153876\n"
-"52\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
-
-#: 03050500.xhp
-msgctxt ""
-"03050500.xhp\n"
-"par_id3146916\n"
-"67\n"
-"help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"tit\n"
-"help.text"
-msgid "$[officename] Basic Glossary"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3145068\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3150792\n"
-"2\n"
-"help.text"
-msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3155133\n"
-"7\n"
-"help.text"
-msgid "Decimal Point"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3156443\n"
-"8\n"
-"help.text"
-msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3153092\n"
-"9\n"
-"help.text"
-msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3155854\n"
-"29\n"
-"help.text"
-msgid "Colors"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3145366\n"
-"30\n"
-"help.text"
-msgid "In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB function\">RGB function</link>."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3146119\n"
-"32\n"
-"help.text"
-msgid "Measurement Units"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3154013\n"
-"33\n"
-"help.text"
-msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3145801\n"
-"help.text"
-msgid "<bookmark_value>twips; definition</bookmark_value>"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3145801\n"
-"5\n"
-"help.text"
-msgid "Twips"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3154731\n"
-"6\n"
-"help.text"
-msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3153159\n"
-"106\n"
-"help.text"
-msgid "URL Notation"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3153415\n"
-"108\n"
-"help.text"
-msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3149121\n"
-"107\n"
-"help.text"
-msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3168612\n"
-"109\n"
-"help.text"
-msgid "The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system."
-msgstr ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"par_id3150324\n"
-"110\n"
-"help.text"
-msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"tit\n"
-"help.text"
-msgid "Join Function [Runtime]"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"bm_id3149416\n"
-"help.text"
-msgid "<bookmark_value>Join function</bookmark_value>"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3149416\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"par_id3149670\n"
-"2\n"
-"help.text"
-msgid "Returns a string from a number of substrings in a string array."
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3159414\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"par_id3156344\n"
-"4\n"
-"help.text"
-msgid "Join (Text As String Array, delimiter)"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3150400\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"par_id3150359\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3148798\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"par_id3145171\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> A string array."
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"par_id3154908\n"
-"9\n"
-"help.text"
-msgid "<emph>delimiter (optional):</emph> A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator."
-msgstr ""
-
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3154218\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"tit\n"
-"help.text"
-msgid "DateValue Function [Runtime]"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"bm_id3156344\n"
-"help.text"
-msgid "<bookmark_value>DateValue function</bookmark_value>"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"hd_id3156344\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3150542\n"
-"2\n"
-"help.text"
-msgid "Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates."
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"hd_id3148799\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3154910\n"
-"4\n"
-"help.text"
-msgid "DateValue [(date)]"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"hd_id3150870\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3153194\n"
-"6\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"hd_id3153969\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3153770\n"
-"8\n"
-"help.text"
-msgid "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3153189\n"
-"22\n"
-"help.text"
-msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"par_id3146974\n"
-"23\n"
-"help.text"
-msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
-msgstr ""
-
-#: 03030102.xhp
-msgctxt ""
-"03030102.xhp\n"
-"hd_id3153142\n"
-"24\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120300.xhp
-msgctxt ""
-"03120300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Editing String Contents"
-msgstr ""
-
-#: 03120300.xhp
-msgctxt ""
-"03120300.xhp\n"
-"bm_id7499008\n"
-"help.text"
-msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
-msgstr ""
-
-#: 03120300.xhp
-msgctxt ""
-"03120300.xhp\n"
-"hd_id3153894\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
-msgstr ""
-
-#: 03120300.xhp
-msgctxt ""
-"03120300.xhp\n"
-"par_id3149178\n"
-"2\n"
-"help.text"
-msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateObject Function [Runtime]"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"bm_id659810\n"
-"help.text"
-msgid "<bookmark_value>CreateObject function</bookmark_value>"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN10580\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN1059F\n"
-"help.text"
-msgid "This method creates instances of the type that is passed as parameter."
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN105A2\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN105A6\n"
-"help.text"
-msgid "oObj = CreateObject( type )"
-msgstr ""
-
-#: 03132400.xhp
-msgctxt ""
-"03132400.xhp\n"
-"par_idN105A9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reset Statement [Runtime]"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"bm_id3154141\n"
-"help.text"
-msgid "<bookmark_value>Reset statement</bookmark_value>"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3154141\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"par_id3156423\n"
-"2\n"
-"help.text"
-msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3154124\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"par_id3148455\n"
-"47\n"
-"help.text"
-msgid "Print #iNumber, \"This is a new line of text\""
-msgstr ""
-
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"par_id3163805\n"
-"62\n"
-"help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Red Function [Runtime]"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"bm_id3148947\n"
-"help.text"
-msgid "<bookmark_value>Red function</bookmark_value>"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"hd_id3148947\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "Returns the Red component of the specified color code."
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"hd_id3148799\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3150448\n"
-"4\n"
-"help.text"
-msgid "Red (ColorNumber As Long)"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"hd_id3151042\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3145173\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"hd_id3154685\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3150440\n"
-"8\n"
-"help.text"
-msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"hd_id3148575\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3147435\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3155306\n"
-"14\n"
-"help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3149262\n"
-"15\n"
-"help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010303.xhp
-msgctxt ""
-"03010303.xhp\n"
-"par_id3147397\n"
-"16\n"
-"help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"tit\n"
-"help.text"
-msgid "Split Function [Runtime]"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>Split function</bookmark_value>"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3155805\n"
-"2\n"
-"help.text"
-msgid "Returns an array of substrings from a string expression."
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3149177\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3153824\n"
-"4\n"
-"help.text"
-msgid "Split (Text As String, delimiter, number)"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3149763\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3154285\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3145315\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3156023\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3147560\n"
-"9\n"
-"help.text"
-msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"par_id3145069\n"
-"12\n"
-"help.text"
-msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
-msgstr ""
-
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3150398\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"tit\n"
-"help.text"
-msgid "Input# Statement [Runtime]"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"bm_id3154908\n"
-"help.text"
-msgid "<bookmark_value>Input statement</bookmark_value>"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3154908\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3156424\n"
-"2\n"
-"help.text"
-msgid "Reads data from an open sequential file."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3125863\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3150440\n"
-"4\n"
-"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3145749\n"
-"6\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3150011\n"
-"7\n"
-"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3159153\n"
-"8\n"
-"help.text"
-msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3146984\n"
-"9\n"
-"help.text"
-msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3156442\n"
-"10\n"
-"help.text"
-msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id3147349\n"
-"11\n"
-"help.text"
-msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id4144765\n"
-"help.text"
-msgid "' Write data ( which we will read later with Input ) to file"
-msgstr ""
-
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"par_id4144766\n"
-"help.text"
-msgid "' Read data file using Input"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"tit\n"
-"help.text"
-msgid "ReDim Statement [Runtime]"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"bm_id3150398\n"
-"help.text"
-msgid "<bookmark_value>ReDim statement</bookmark_value>"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"hd_id3150398\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3154685\n"
-"2\n"
-"help.text"
-msgid "Declares a variable or an array."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"hd_id3154218\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3156214\n"
-"4\n"
-"help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id711996\n"
-"help.text"
-msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"hd_id3148451\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3156423\n"
-"6\n"
-"help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3149562\n"
-"7\n"
-"help.text"
-msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3155307\n"
-"8\n"
-"help.text"
-msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3153951\n"
-"9\n"
-"help.text"
-msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3147317\n"
-"10\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Variable type"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3153728\n"
-"11\n"
-"help.text"
-msgid "<emph>Bool: </emph>Boolean variable (True, False)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3146121\n"
-"12\n"
-"help.text"
-msgid "<emph>Date:</emph> Date variable"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3159156\n"
-"13\n"
-"help.text"
-msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3148616\n"
-"14\n"
-"help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3147348\n"
-"15\n"
-"help.text"
-msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3149412\n"
-"16\n"
-"help.text"
-msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3154729\n"
-"17\n"
-"help.text"
-msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3148458\n"
-"18\n"
-"help.text"
-msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3149581\n"
-"19\n"
-"help.text"
-msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3155601\n"
-"20\n"
-"help.text"
-msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3153415\n"
-"21\n"
-"help.text"
-msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3146971\n"
-"22\n"
-"help.text"
-msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3153950\n"
-"23\n"
-"help.text"
-msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3146912\n"
-"24\n"
-"help.text"
-msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3153709\n"
-"25\n"
-"help.text"
-msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3150321\n"
-"26\n"
-"help.text"
-msgid "rem numbered from -15 to 5"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3149018\n"
-"27\n"
-"help.text"
-msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"hd_id3148405\n"
-"28\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Day Function [Runtime]"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"bm_id3153345\n"
-"help.text"
-msgid "<bookmark_value>Day function</bookmark_value>"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"hd_id3153345\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3147560\n"
-"2\n"
-"help.text"
-msgid "Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>."
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"hd_id3149456\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3150358\n"
-"4\n"
-"help.text"
-msgid "Day (Number)"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"hd_id3148798\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3125865\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"hd_id3150448\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3156423\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3145786\n"
-"9\n"
-"help.text"
-msgid "This function is basically the opposite of the DateSerial function, returning the day of the month from a serial date number generated by the <emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, the expression"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3153190\n"
-"11\n"
-"help.text"
-msgid "returns the value 20."
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"hd_id3149481\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030103.xhp
-msgctxt ""
-"03030103.xhp\n"
-"par_id3149260\n"
-"14\n"
-"help.text"
-msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsUnoStruct Function [Runtime]"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"bm_id3146117\n"
-"help.text"
-msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"hd_id3146117\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_id3146957\n"
-"2\n"
-"help.text"
-msgid "Returns True if the given object is a Uno struct."
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"hd_id3148538\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_id3155341\n"
-"4\n"
-"help.text"
-msgid "IsUnoStruct( Uno type )"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"hd_id3148473\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_id3145315\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"hd_id3145609\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_id3148947\n"
-"8\n"
-"help.text"
-msgid "Uno type : A UnoObject"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"hd_id3156343\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_idN10638\n"
-"help.text"
-msgid "' Instantiate a service"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_idN10644\n"
-"help.text"
-msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_idN10649\n"
-"help.text"
-msgid "' Instantiate a Property struct"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_idN10653\n"
-"help.text"
-msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
-msgstr ""
-
-#: 03104500.xhp
-msgctxt ""
-"03104500.xhp\n"
-"par_idN1065B\n"
-"help.text"
-msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
-msgstr ""
-
-#: 03030100.xhp
-msgctxt ""
-"03030100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Date Values"
-msgstr ""
-
-#: 03030100.xhp
-msgctxt ""
-"03030100.xhp\n"
-"hd_id3147573\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
-msgstr ""
-
-#: 03030100.xhp
-msgctxt ""
-"03030100.xhp\n"
-"par_id3154760\n"
-"2\n"
-"help.text"
-msgid "The following functions convert date values to calculable numbers and back."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"tit\n"
-"help.text"
-msgid "MsgBox Function [Runtime]"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"bm_id3153379\n"
-"help.text"
-msgid "<bookmark_value>MsgBox function</bookmark_value>"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"hd_id3153379\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "Displays a dialog box containing a message and returns a value."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"hd_id3156281\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3154685\n"
-"4\n"
-"help.text"
-msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"hd_id3153771\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3146985\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"hd_id3153363\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153727\n"
-"8\n"
-"help.text"
-msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3147317\n"
-"9\n"
-"help.text"
-msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153954\n"
-"10\n"
-"help.text"
-msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3154319\n"
-"11\n"
-"help.text"
-msgid "<emph>Values</emph>"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3147397\n"
-"12\n"
-"help.text"
-msgid "0 : Display OK button only."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3145646\n"
-"13\n"
-"help.text"
-msgid "1 : Display OK and Cancel buttons."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3149410\n"
-"14\n"
-"help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3151075\n"
-"15\n"
-"help.text"
-msgid "3 : Display Yes, No, and Cancel buttons."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153878\n"
-"16\n"
-"help.text"
-msgid "4 : Display Yes and No buttons."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3155601\n"
-"17\n"
-"help.text"
-msgid "5 : Display Retry and Cancel buttons."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3150716\n"
-"18\n"
-"help.text"
-msgid "16 : Add the Stop icon to the dialog."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153837\n"
-"19\n"
-"help.text"
-msgid "32 : Add the Question icon to the dialog."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3150751\n"
-"20\n"
-"help.text"
-msgid "48 : Add the Exclamation Point icon to the dialog."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3146915\n"
-"21\n"
-"help.text"
-msgid "64 : Add the Information icon to the dialog."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3145640\n"
-"22\n"
-"help.text"
-msgid "128 : First button in the dialog as default button."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153765\n"
-"23\n"
-"help.text"
-msgid "256 : Second button in the dialog as default button."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3153715\n"
-"24\n"
-"help.text"
-msgid "512 : Third button in the dialog as default button."
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3159267\n"
-"25\n"
-"help.text"
-msgid "<emph>Return value:</emph>"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3145230\n"
-"26\n"
-"help.text"
-msgid "1 : OK"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3149567\n"
-"27\n"
-"help.text"
-msgid "2 : Cancel"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id4056825\n"
-"help.text"
-msgid "3 : Abort"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3155335\n"
-"28\n"
-"help.text"
-msgid "4 : Retry"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3146918\n"
-"29\n"
-"help.text"
-msgid "5 : Ignore"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3155961\n"
-"30\n"
-"help.text"
-msgid "6 : Yes"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3148488\n"
-"31\n"
-"help.text"
-msgid "7 : No"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"hd_id3150090\n"
-"40\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3151278\n"
-"43\n"
-"help.text"
-msgid "sVar = MsgBox(\"Las Vegas\")"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3149034\n"
-"44\n"
-"help.text"
-msgid "sVar = MsgBox(\"Las Vegas\",1)"
-msgstr ""
-
-#: 03010102.xhp
-msgctxt ""
-"03010102.xhp\n"
-"par_id3166424\n"
-"45\n"
-"help.text"
-msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"tit\n"
-"help.text"
-msgid "LCase Function [Runtime]"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"bm_id3152363\n"
-"help.text"
-msgid "<bookmark_value>LCase function</bookmark_value>"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"hd_id3152363\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3145609\n"
-"2\n"
-"help.text"
-msgid "Converts all uppercase letters in a string to lowercase."
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3154347\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"hd_id3149456\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3150791\n"
-"5\n"
-"help.text"
-msgid "LCase (Text As String)"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"hd_id3154940\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3144760\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"hd_id3151043\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3153193\n"
-"9\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"hd_id3148451\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3146121\n"
-"14\n"
-"help.text"
-msgid "Print LCase(sVar) ' Returns \"las vegas\""
-msgstr ""
-
-#: 03120302.xhp
-msgctxt ""
-"03120302.xhp\n"
-"par_id3146986\n"
-"15\n"
-"help.text"
-msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"tit\n"
-"help.text"
-msgid "ThisComponent Statement [Runtime]"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"bm_id3155342\n"
-"help.text"
-msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"hd_id3155342\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"par_id3154923\n"
-"2\n"
-"help.text"
-msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"hd_id3154346\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"par_id3151056\n"
-"4\n"
-"help.text"
-msgid "ThisComponent"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"hd_id3154940\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"par_id3154123\n"
-"7\n"
-"help.text"
-msgid "' updates the \"Table of Contents\" in a text doc"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"par_id3153194\n"
-"10\n"
-"help.text"
-msgid "index = allindexes.getByName(\"Table of Contents1\")"
-msgstr ""
-
-#: 03132200.xhp
-msgctxt ""
-"03132200.xhp\n"
-"par_id3156422\n"
-"11\n"
-"help.text"
-msgid "' use the default name for Table of Contents and a 1"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"tit\n"
-"help.text"
-msgid "Second Function [Runtime]"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"bm_id3153346\n"
-"help.text"
-msgid "<bookmark_value>Second function</bookmark_value>"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"hd_id3153346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3156023\n"
-"2\n"
-"help.text"
-msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3146795\n"
-"4\n"
-"help.text"
-msgid "Second (Number)"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"hd_id3150792\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3154140\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"hd_id3156280\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3154124\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3125864\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3153951\n"
-"10\n"
-"help.text"
-msgid "Print Second(TimeSerial(12,30,41))"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3151117\n"
-"11\n"
-"help.text"
-msgid "returns the value 41."
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"hd_id3147426\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030204.xhp
-msgctxt ""
-"03030204.xhp\n"
-"par_id3156441\n"
-"14\n"
-"help.text"
-msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsDate Function [Runtime]"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"bm_id3145090\n"
-"help.text"
-msgid "<bookmark_value>IsDate function</bookmark_value>"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"hd_id3145090\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3153311\n"
-"2\n"
-"help.text"
-msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"hd_id3153824\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3147573\n"
-"4\n"
-"help.text"
-msgid "IsDate (Expression)"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"hd_id3143270\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"hd_id3148947\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3145069\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"hd_id3150447\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3150869\n"
-"13\n"
-"help.text"
-msgid "Print IsDate(sDateVar) ' Returns True"
-msgstr ""
-
-#: 03102300.xhp
-msgctxt ""
-"03102300.xhp\n"
-"par_id3147288\n"
-"15\n"
-"help.text"
-msgid "Print IsDate(sDateVar) ' Returns False"
-msgstr ""
-
-#: 03020400.xhp
-msgctxt ""
-"03020400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Managing Files"
-msgstr ""
-
-#: 03020400.xhp
-msgctxt ""
-"03020400.xhp\n"
-"hd_id3145136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
-msgstr ""
-
-#: 03020400.xhp
-msgctxt ""
-"03020400.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "The functions and statements for managing files are described here."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"tit\n"
-"help.text"
-msgid "CBool Function [Runtime]"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>CBool function</bookmark_value>"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3145136\n"
-"2\n"
-"help.text"
-msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"hd_id3153345\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3149514\n"
-"4\n"
-"help.text"
-msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"hd_id3156152\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3155419\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"hd_id3147530\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3156344\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3149655\n"
-"9\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3145171\n"
-"10\n"
-"help.text"
-msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"hd_id3156212\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3155132\n"
-"14\n"
-"help.text"
-msgid "sText = InputBox(\"Please enter a short sentence:\")"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3155855\n"
-"15\n"
-"help.text"
-msgid "' Proof if the word »and« appears in the sentence."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3146984\n"
-"16\n"
-"help.text"
-msgid "' Instead of the command line"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3148576\n"
-"17\n"
-"help.text"
-msgid "' If Instr(Input, \"and\")<>0 Then..."
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3154014\n"
-"18\n"
-"help.text"
-msgid "' the CBool function is applied as follows:"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3155413\n"
-"19\n"
-"help.text"
-msgid "If CBool(Instr(sText, \"and\")) Then"
-msgstr ""
-
-#: 03100100.xhp
-msgctxt ""
-"03100100.xhp\n"
-"par_id3152940\n"
-"20\n"
-"help.text"
-msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Get Statement [Runtime]"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"bm_id3154927\n"
-"help.text"
-msgid "<bookmark_value>Get statement</bookmark_value>"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3154927\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3145069\n"
-"2\n"
-"help.text"
-msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3154346\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3150358\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3150792\n"
-"5\n"
-"help.text"
-msgid "Get [#] FileNumber As Integer, [Position], Variable"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3154138\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3154684\n"
-"8\n"
-"help.text"
-msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3153768\n"
-"9\n"
-"help.text"
-msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3147319\n"
-"10\n"
-"help.text"
-msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3149484\n"
-"11\n"
-"help.text"
-msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3153144\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3155307\n"
-"15\n"
-"help.text"
-msgid "Dim sText As Variant ' Must be a variant"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3149411\n"
-"21\n"
-"help.text"
-msgid "Seek #iNumber,1 ' Position at beginning"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3153158\n"
-"22\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3148457\n"
-"23\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3150715\n"
-"24\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3155938\n"
-"33\n"
-"help.text"
-msgid "Put #iNumber,,\"This is a new text\""
-msgstr ""
-
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"par_id3146916\n"
-"36\n"
-"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsNumeric Function [Runtime]"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"bm_id3145136\n"
-"help.text"
-msgid "<bookmark_value>IsNumeric function</bookmark_value>"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3145136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3149177\n"
-"2\n"
-"help.text"
-msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3149415\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3150771\n"
-"4\n"
-"help.text"
-msgid "IsNumeric (Var)"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3148685\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3148944\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3148947\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3154760\n"
-"8\n"
-"help.text"
-msgid "<emph>Var:</emph> Any expression that you want to test."
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3149656\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3147230\n"
-"13\n"
-"help.text"
-msgid "Print IsNumeric(vVar) ' Returns False"
-msgstr ""
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"par_id3154910\n"
-"15\n"
-"help.text"
-msgid "Print IsNumeric(vVar) ' Returns True"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Optional (in Function Statement) [Runtime]"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"bm_id3149205\n"
-"help.text"
-msgid "<bookmark_value>Optional function</bookmark_value>"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"hd_id3149205\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3143267\n"
-"2\n"
-"help.text"
-msgid "Allows you to define parameters that are passed to a function as optional."
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3155419\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"hd_id3153824\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3159157\n"
-"5\n"
-"help.text"
-msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"hd_id3145610\n"
-"7\n"
-"help.text"
-msgid "Examples:"
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3154347\n"
-"8\n"
-"help.text"
-msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3146795\n"
-"9\n"
-"help.text"
-msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
-msgstr ""
-
-#: 03104100.xhp
-msgctxt ""
-"03104100.xhp\n"
-"par_id3153897\n"
-"10\n"
-"help.text"
-msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"tit\n"
-"help.text"
-msgid "Function Statement [Runtime]"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"bm_id3153346\n"
-"help.text"
-msgid "<bookmark_value>Function statement</bookmark_value>"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"hd_id3153346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3159158\n"
-"2\n"
-"help.text"
-msgid "Defines a subroutine that can be used as an expression to determine a return type."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"hd_id3145316\n"
-"3\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3148944\n"
-"4\n"
-"help.text"
-msgid "see Parameter"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3156344\n"
-"6\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3149457\n"
-"7\n"
-"help.text"
-msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3153360\n"
-"8\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3148797\n"
-"9\n"
-"help.text"
-msgid "[Exit Function]"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3145419\n"
-"10\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3150449\n"
-"11\n"
-"help.text"
-msgid "End Function"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3156281\n"
-"12\n"
-"help.text"
-msgid "Parameter"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3153193\n"
-"13\n"
-"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3147229\n"
-"14\n"
-"help.text"
-msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3147287\n"
-"15\n"
-"help.text"
-msgid "<emph>Type:</emph> Type-declaration keyword."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"hd_id3163710\n"
-"16\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3152939\n"
-"21\n"
-"help.text"
-msgid "For siStep = 0 To 10 ' Fill array with test data"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3154943\n"
-"32\n"
-"help.text"
-msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3155601\n"
-"33\n"
-"help.text"
-msgid "' Return value Is the index of the entry Or 0 (Null)"
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3153707\n"
-"36\n"
-"help.text"
-msgid "Exit For ' sItem found"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using Procedures and Functions"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"bm_id3149456\n"
-"help.text"
-msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3149456\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3150767\n"
-"2\n"
-"help.text"
-msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3151215\n"
-"56\n"
-"help.text"
-msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id314756320\n"
-"help.text"
-msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3154124\n"
-"3\n"
-"help.text"
-msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3153193\n"
-"4\n"
-"help.text"
-msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3153770\n"
-"26\n"
-"help.text"
-msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3155414\n"
-"27\n"
-"help.text"
-msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3151114\n"
-"29\n"
-"help.text"
-msgid "Program code"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3152577\n"
-"31\n"
-"help.text"
-msgid "The SUB is called using the following syntax:"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3147124\n"
-"33\n"
-"help.text"
-msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3147397\n"
-"34\n"
-"help.text"
-msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3156284\n"
-"36\n"
-"help.text"
-msgid "Program code"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3145799\n"
-"37\n"
-"help.text"
-msgid "FunctionName=Result"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3153839\n"
-"39\n"
-"help.text"
-msgid "The FUNCTION is called using the following syntax:"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3146914\n"
-"40\n"
-"help.text"
-msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_idN107B3\n"
-"help.text"
-msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3156276\n"
-"45\n"
-"help.text"
-msgid "Passing Variables by Value or Reference"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3155765\n"
-"47\n"
-"help.text"
-msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3145640\n"
-"53\n"
-"help.text"
-msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3150042\n"
-"54\n"
-"help.text"
-msgid "Result = Function(<emph>ByVal</emph> Parameter)"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3149258\n"
-"55\n"
-"help.text"
-msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3150982\n"
-"57\n"
-"help.text"
-msgid "Scope of Variables"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3149814\n"
-"58\n"
-"help.text"
-msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3154186\n"
-"59\n"
-"help.text"
-msgid "Declaring Variables Outside a SUB or FUNCTION"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3150208\n"
-"111\n"
-"help.text"
-msgid "Global VarName As TYPENAME"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3145258\n"
-"112\n"
-"help.text"
-msgid "The variable is valid as long as the $[officename] session lasts."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3153198\n"
-"60\n"
-"help.text"
-msgid "Public VarName As TYPENAME"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3150088\n"
-"61\n"
-"help.text"
-msgid "The variable is valid in all modules."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3158212\n"
-"62\n"
-"help.text"
-msgid "Private VarName As TYPENAME"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3152994\n"
-"63\n"
-"help.text"
-msgid "The variable is only valid in this module."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3150368\n"
-"65\n"
-"help.text"
-msgid "The variable is only valid in this module."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id5097506\n"
-"help.text"
-msgid "Example for private variables"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id8738975\n"
-"help.text"
-msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id9475997\n"
-"help.text"
-msgid "myText = \"Hello\""
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id6933500\n"
-"help.text"
-msgid "Print \"In module1 : \", myText"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id4104129\n"
-"help.text"
-msgid "' Now returns empty string"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id7906125\n"
-"help.text"
-msgid "' (or rises error for Option Explicit)"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id8055970\n"
-"help.text"
-msgid "Print \"Now in module2 : \", myText"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3154368\n"
-"66\n"
-"help.text"
-msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3156288\n"
-"67\n"
-"help.text"
-msgid "Static VarName As TYPENAME"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3154486\n"
-"68\n"
-"help.text"
-msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"hd_id3155809\n"
-"41\n"
-"help.text"
-msgid "Specifying the Return Value Type of a FUNCTION"
-msgstr ""
-
-#: 01020300.xhp
-msgctxt ""
-"01020300.xhp\n"
-"par_id3149404\n"
-"42\n"
-"help.text"
-msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Eqv Operator [Runtime]"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"bm_id3156344\n"
-"help.text"
-msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"hd_id3156344\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "Calculates the logical equivalence of two expressions."
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"hd_id3154367\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3154910\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 Eqv Expression2"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"hd_id3151043\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3150869\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3149562\n"
-"8\n"
-"help.text"
-msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3154319\n"
-"9\n"
-"help.text"
-msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"hd_id3159154\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3152462\n"
-"15\n"
-"help.text"
-msgid "vOut = A > B Eqv B > C ' returns -1"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3153191\n"
-"16\n"
-"help.text"
-msgid "vOut = B > A Eqv B > C ' returns 0"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3145799\n"
-"17\n"
-"help.text"
-msgid "vOut = A > B Eqv B > D ' returns 0"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3149412\n"
-"18\n"
-"help.text"
-msgid "vOut = (B > D Eqv B > A) ' returns -1"
-msgstr ""
-
-#: 03060200.xhp
-msgctxt ""
-"03060200.xhp\n"
-"par_id3149959\n"
-"19\n"
-"help.text"
-msgid "vOut = B Eqv A ' returns -3"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"tit\n"
-"help.text"
-msgid "MsgBox Statement [Runtime]"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"bm_id1807916\n"
-"help.text"
-msgid "<bookmark_value>MsgBox statement</bookmark_value>"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"hd_id3154927\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3148947\n"
-"2\n"
-"help.text"
-msgid "Displays a dialog box containing a message."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"hd_id3153897\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3148664\n"
-"4\n"
-"help.text"
-msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"hd_id3153361\n"
-"5\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3148798\n"
-"6\n"
-"help.text"
-msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3150769\n"
-"7\n"
-"help.text"
-msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3147228\n"
-"8\n"
-"help.text"
-msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3161832\n"
-"9\n"
-"help.text"
-msgid "0 : Display OK button only."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3153726\n"
-"10\n"
-"help.text"
-msgid "1 : Display OK and Cancel buttons."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3149665\n"
-"11\n"
-"help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3147318\n"
-"12\n"
-"help.text"
-msgid "3 : Display Yes, No and Cancel buttons."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3155412\n"
-"13\n"
-"help.text"
-msgid "4 : Display Yes and No buttons."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "5 : Display Retry and Cancel buttons."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3159155\n"
-"15\n"
-"help.text"
-msgid "16 : Add the Stop icon to the dialog."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3145366\n"
-"16\n"
-"help.text"
-msgid "32 : Add the Question icon to the dialog."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3147350\n"
-"17\n"
-"help.text"
-msgid "48 : Add the Exclamation icon to the dialog."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3149960\n"
-"18\n"
-"help.text"
-msgid "64 : Add the Information icon to the dialog."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3154944\n"
-"19\n"
-"help.text"
-msgid "128 : First button in the dialog as default button."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3155417\n"
-"20\n"
-"help.text"
-msgid "256 : Second button in the dialog as default button."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3153878\n"
-"21\n"
-"help.text"
-msgid "512 : Third button in the dialog as default button."
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"hd_id3150715\n"
-"22\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3150327\n"
-"24\n"
-"help.text"
-msgid "Const sText1 = \"An unexpected error occurred.\""
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3146912\n"
-"25\n"
-"help.text"
-msgid "Const sText2 = \"The program execution will continue, however.\""
-msgstr ""
-
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3154757\n"
-"26\n"
-"help.text"
-msgid "Const sText3 = \"Error\""
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hex Function [Runtime]"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Hex function</bookmark_value>"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3145136\n"
-"2\n"
-"help.text"
-msgid "Returns a string that represents the hexadecimal value of a number."
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3147573\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3150771\n"
-"4\n"
-"help.text"
-msgid "Hex (Number)"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3147530\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3159414\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3156344\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3148947\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3154365\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3156214\n"
-"30\n"
-"help.text"
-msgid "' uses BasicFormulas in $[officename] Calc"
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3149262\n"
-"20\n"
-"help.text"
-msgid "' Returns a long integer from a hexadecimal value."
-msgstr ""
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3147215\n"
-"25\n"
-"help.text"
-msgid "' Calculates a hexadecimal value in integer."
-msgstr ""
-
-#: 03080800.xhp
-msgctxt ""
-"03080800.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Numbers"
-msgstr ""
-
-#: 03080800.xhp
-msgctxt ""
-"03080800.xhp\n"
-"hd_id3145315\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
-msgstr ""
-
-#: 03080800.xhp
-msgctxt ""
-"03080800.xhp\n"
-"par_id3154760\n"
-"2\n"
-"help.text"
-msgid "The following functions convert numbers from one number format to another."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"tit\n"
-"help.text"
-msgid "InStr Function [Runtime]"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"bm_id3155934\n"
-"help.text"
-msgid "<bookmark_value>InStr function</bookmark_value>"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3155934\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3153990\n"
-"2\n"
-"help.text"
-msgid "Returns the position of a string within another string."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3147303\n"
-"3\n"
-"help.text"
-msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3145090\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3146957\n"
-"5\n"
-"help.text"
-msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3148538\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3149763\n"
-"7\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3148473\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3153126\n"
-"9\n"
-"help.text"
-msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3145609\n"
-"10\n"
-"help.text"
-msgid "<emph>Text1:</emph> The string expression that you want to search."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3147559\n"
-"11\n"
-"help.text"
-msgid "<emph>Text2:</emph> The string expression that you want to search for."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3154758\n"
-"12\n"
-"help.text"
-msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3153361\n"
-"13\n"
-"help.text"
-msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3154366\n"
-"14\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3144760\n"
-"19\n"
-"help.text"
-msgid "sInput = \"Office\""
-msgstr ""
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3154125\n"
-"20\n"
-"help.text"
-msgid "iPos = Instr(sInput,\"c\")"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefDbl Statement [Runtime]"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"bm_id3147242\n"
-"help.text"
-msgid "<bookmark_value>DefDbl statement</bookmark_value>"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"hd_id3147242\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3153126\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"hd_id3155420\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3147530\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"hd_id3145069\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3150791\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3151210\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3154123\n"
-"9\n"
-"help.text"
-msgid "<emph>DefDbl:</emph> Double"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3156281\n"
-"12\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3153144\n"
-"22\n"
-"help.text"
-msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"tit\n"
-"help.text"
-msgid "Green Function [Runtime]"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"bm_id3148947\n"
-"help.text"
-msgid "<bookmark_value>Green function</bookmark_value>"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"hd_id3148947\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3153361\n"
-"2\n"
-"help.text"
-msgid "Returns the Green component of the given color code."
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"hd_id3154140\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3153969\n"
-"4\n"
-"help.text"
-msgid "Green (Color As Long)"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"hd_id3154124\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3153194\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"hd_id3154909\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3153770\n"
-"8\n"
-"help.text"
-msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"hd_id3149664\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3151117\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3153951\n"
-"14\n"
-"help.text"
-msgid "\"red = \" & red(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3152462\n"
-"15\n"
-"help.text"
-msgid "\"green = \" & green(lVar) & Chr(13)&_"
-msgstr ""
-
-#: 03010302.xhp
-msgctxt ""
-"03010302.xhp\n"
-"par_id3154730\n"
-"16\n"
-"help.text"
-msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
-
-#: 01030000.xhp
-msgctxt ""
-"01030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Integrated Development Environment (IDE)"
-msgstr ""
-
-#: 01030000.xhp
-msgctxt ""
-"01030000.xhp\n"
-"bm_id3145090\n"
-"help.text"
-msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
-msgstr ""
-
-#: 01030000.xhp
-msgctxt ""
-"01030000.xhp\n"
-"hd_id3145090\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
-msgstr ""
-
-#: 01030000.xhp
-msgctxt ""
-"01030000.xhp\n"
-"par_id3146795\n"
-"2\n"
-"help.text"
-msgid "This section describes the Integrated Development Environment for $[officename] Basic."
-msgstr ""
-
-#: 03010100.xhp
-msgctxt ""
-"03010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Display Functions"
-msgstr ""
-
-#: 03010100.xhp
-msgctxt ""
-"03010100.xhp\n"
-"hd_id3151384\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
-msgstr ""
-
-#: 03010100.xhp
-msgctxt ""
-"03010100.xhp\n"
-"par_id3149346\n"
-"2\n"
-"help.text"
-msgid "This section describes Runtime functions used to output information to the screen display."
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"tit\n"
-"help.text"
-msgid "IsError Function [Runtime]"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"bm_id4954680\n"
-"help.text"
-msgid "<bookmark_value>IsError function</bookmark_value>"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN1054E\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN1055E\n"
-"help.text"
-msgid "Tests if a variable contains an error value."
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN10561\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN10565\n"
-"help.text"
-msgid "IsError (Var)"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN10568\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN1056C\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN1056F\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03102450.xhp
-msgctxt ""
-"03102450.xhp\n"
-"par_idN10573\n"
-"help.text"
-msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetSolarVersion Function [Runtime]"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"bm_id3157898\n"
-"help.text"
-msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"hd_id3157898\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"par_id3152801\n"
-"2\n"
-"help.text"
-msgid "Returns the internal number of the current $[officename] version."
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"hd_id3153311\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"par_id3155388\n"
-"4\n"
-"help.text"
-msgid "s = GetSolarVersion"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"hd_id3149514\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"par_id3148685\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"hd_id3143270\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131000.xhp
-msgctxt ""
-"03131000.xhp\n"
-"par_id3148947\n"
-"11\n"
-"help.text"
-msgid "MsgBox sSep,64,\"Version number of the solar technology\""
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoListener Function [Runtime]"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bm_id3155150\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"hd_id3155150\n"
-"53\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3149346\n"
-"52\n"
-"help.text"
-msgid "Creates a Listener instance."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3153681\n"
-"51\n"
-"help.text"
-msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"hd_id3148685\n"
-"50\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3143228\n"
-"49\n"
-"help.text"
-msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"hd_id3147574\n"
-"48\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3154046\n"
-"47\n"
-"help.text"
-msgid "The following example is based on a Basic library object."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3149294\n"
-"44\n"
-"help.text"
-msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3149670\n"
-"43\n"
-"help.text"
-msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3154940\n"
-"41\n"
-"help.text"
-msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3150359\n"
-"40\n"
-"help.text"
-msgid "oLib.addContainerListener( oListener ) ' Register the listener"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3154138\n"
-"39\n"
-"help.text"
-msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3148922\n"
-"38\n"
-"help.text"
-msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3150768\n"
-"37\n"
-"help.text"
-msgid "In this example, the Listener-Interface uses the following methods:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3151176\n"
-"36\n"
-"help.text"
-msgid "disposing:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3145173\n"
-"35\n"
-"help.text"
-msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3156212\n"
-"34\n"
-"help.text"
-msgid "elementInserted:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3159254\n"
-"33\n"
-"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3147287\n"
-"32\n"
-"help.text"
-msgid "elementRemoved:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3146119\n"
-"31\n"
-"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3153951\n"
-"30\n"
-"help.text"
-msgid "elementReplaced:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3154013\n"
-"29\n"
-"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3147435\n"
-"28\n"
-"help.text"
-msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3155411\n"
-"27\n"
-"help.text"
-msgid "ContListener_disposing"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3146923\n"
-"26\n"
-"help.text"
-msgid "ContListener_elementInserted"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3147318\n"
-"25\n"
-"help.text"
-msgid "ContListener_elementRemoved"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3152578\n"
-"24\n"
-"help.text"
-msgid "ContListener_elementReplaced"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3150592\n"
-"23\n"
-"help.text"
-msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3153876\n"
-"21\n"
-"help.text"
-msgid "MsgBox \"disposing\""
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3154098\n"
-"17\n"
-"help.text"
-msgid "MsgBox \"elementInserted\""
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3153947\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"elementRemoved\""
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3148915\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"elementReplaced\""
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3156056\n"
-"6\n"
-"help.text"
-msgid "You do not need to include the parameter of an event object if the object is not used:"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3150042\n"
-"5\n"
-"help.text"
-msgid "' Minimal implementation of Sub disposing"
-msgstr ""
-
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"par_id3150940\n"
-"2\n"
-"help.text"
-msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"tit\n"
-"help.text"
-msgid "Write Statement [Runtime]"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"bm_id3147229\n"
-"help.text"
-msgid "<bookmark_value>Write statement</bookmark_value>"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3147229\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3154685\n"
-"2\n"
-"help.text"
-msgid "Writes data to a sequential file."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3145785\n"
-"4\n"
-"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151116\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3153728\n"
-"6\n"
-"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3146120\n"
-"7\n"
-"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3150010\n"
-"8\n"
-"help.text"
-msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3163713\n"
-"9\n"
-"help.text"
-msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id3147428\n"
-"10\n"
-"help.text"
-msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id1002838\n"
-"help.text"
-msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"par_id6618854\n"
-"help.text"
-msgid "Numbers with decimal delimiters are converted according to the locale settings."
-msgstr ""
-
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetAttr Function [Runtime]"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"bm_id3150984\n"
-"help.text"
-msgid "<bookmark_value>GetAttr function</bookmark_value>"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3150984\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3154347\n"
-"2\n"
-"help.text"
-msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3149457\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3150359\n"
-"4\n"
-"help.text"
-msgid "GetAttr (Text As String)"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3151211\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3154909\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3145172\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3151042\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3161831\n"
-"9\n"
-"help.text"
-msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3145364\n"
-"10\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3147349\n"
-"11\n"
-"help.text"
-msgid "0 : Normal files."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3147434\n"
-"12\n"
-"help.text"
-msgid "1 : Read-only files."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3159154\n"
-"15\n"
-"help.text"
-msgid "8 : Returns the name of the volume"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3145271\n"
-"16\n"
-"help.text"
-msgid "16 : Returns the name of the directory only."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3153953\n"
-"17\n"
-"help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3156444\n"
-"18\n"
-"help.text"
-msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"hd_id3153094\n"
-"19\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020409.xhp
-msgctxt ""
-"03020409.xhp\n"
-"par_id3155415\n"
-"21\n"
-"help.text"
-msgid "On Error GoTo ErrorHandler ' Define target for error handler"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select...Case Statement [Runtime]"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"bm_id3149416\n"
-"help.text"
-msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"hd_id3149416\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3153896\n"
-"2\n"
-"help.text"
-msgid "Defines one or more statement blocks depending on the value of an expression."
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"hd_id3147265\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3150400\n"
-"4\n"
-"help.text"
-msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"hd_id3150767\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3156281\n"
-"6\n"
-"help.text"
-msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"hd_id3153768\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3152597\n"
-"14\n"
-"help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3147349\n"
-"16\n"
-"help.text"
-msgid "Print \"Number from 6 to 8\""
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3152886\n"
-"18\n"
-"help.text"
-msgid "Print \"Greater than 8\""
-msgstr ""
-
-#: 03090102.xhp
-msgctxt ""
-"03090102.xhp\n"
-"par_id3146975\n"
-"20\n"
-"help.text"
-msgid "Print \"Out of range 1 to 10\""
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"tit\n"
-"help.text"
-msgid "ConvertFromURL Function [Runtime]"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"bm_id3153894\n"
-"help.text"
-msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3153894\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "Converts a file URL to a system file name."
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3143267\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3154142\n"
-"4\n"
-"help.text"
-msgid "ConvertFromURL(filename)"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3159157\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150669\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3143270\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3156023\n"
-"8\n"
-"help.text"
-msgid "<emph>Filename:</emph> A file name as a string."
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3154760\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3148664\n"
-"10\n"
-"help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150541\n"
-"11\n"
-"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150792\n"
-"12\n"
-"help.text"
-msgid "print url$"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3154367\n"
-"13\n"
-"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3153194\n"
-"14\n"
-"help.text"
-msgid "print systemFileAgain$"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileLen-Function [Runtime]"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"bm_id3153126\n"
-"help.text"
-msgid "<bookmark_value>FileLen function</bookmark_value>"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3153126\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "Returns the length of a file in bytes."
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3159414\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3149656\n"
-"4\n"
-"help.text"
-msgid "FileLen (Text As String)"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3148798\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3156282\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3150768\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3153193\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"par_id3150439\n"
-"9\n"
-"help.text"
-msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
-msgstr ""
-
-#: 03020408.xhp
-msgctxt ""
-"03020408.xhp\n"
-"hd_id3163710\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"tit\n"
-"help.text"
-msgid "ChDrive Statement [Runtime]"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"bm_id3145068\n"
-"help.text"
-msgid "<bookmark_value>ChDrive statement</bookmark_value>"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"hd_id3145068\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "Changes the current drive."
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"hd_id3154138\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3154685\n"
-"4\n"
-"help.text"
-msgid "ChDrive Text As String"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"hd_id3156423\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3145172\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3145785\n"
-"7\n"
-"help.text"
-msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"hd_id3153188\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3152576\n"
-"10\n"
-"help.text"
-msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"tit\n"
-"help.text"
-msgid "Kill Statement [Runtime]"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"bm_id3153360\n"
-"help.text"
-msgid "<bookmark_value>Kill statement</bookmark_value>"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"hd_id3153360\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"par_id3151211\n"
-"2\n"
-"help.text"
-msgid "Deletes a file from a disk."
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"hd_id3150767\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"par_id3154685\n"
-"4\n"
-"help.text"
-msgid "Kill File As String"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"hd_id3153194\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"par_id3150440\n"
-"6\n"
-"help.text"
-msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"hd_id3148645\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020410.xhp
-msgctxt ""
-"03020410.xhp\n"
-"par_id3163710\n"
-"9\n"
-"help.text"
-msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileDateTime Function [Runtime]"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"bm_id3153361\n"
-"help.text"
-msgid "<bookmark_value>FileDateTime function</bookmark_value>"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"hd_id3153361\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"par_id3156423\n"
-"2\n"
-"help.text"
-msgid "Returns a string that contains the date and the time that a file was created or last modified."
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"hd_id3154685\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"par_id3154124\n"
-"4\n"
-"help.text"
-msgid "FileDateTime (Text As String)"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"hd_id3150448\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"par_id3159153\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"par_id3155306\n"
-"7\n"
-"help.text"
-msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
-msgstr ""
-
-#: 03020407.xhp
-msgctxt ""
-"03020407.xhp\n"
-"hd_id3146119\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Option Explicit Statement [Runtime]"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"bm_id3145090\n"
-"help.text"
-msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"hd_id3145090\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"par_id3148538\n"
-"2\n"
-"help.text"
-msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"hd_id3149763\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"par_id3149514\n"
-"4\n"
-"help.text"
-msgid "Option Explicit"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"hd_id3145315\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"par_id3145172\n"
-"6\n"
-"help.text"
-msgid "This statement must be added before the executable program code in a module."
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"hd_id3125864\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103300.xhp
-msgctxt ""
-"03103300.xhp\n"
-"par_id3145787\n"
-"12\n"
-"help.text"
-msgid "For i% = 1 To 10 ' This results in a run-time error"
-msgstr ""
-
-#: 03020100.xhp
-msgctxt ""
-"03020100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening and Closing Files"
-msgstr ""
-
-#: 03020100.xhp
-msgctxt ""
-"03020100.xhp\n"
-"hd_id3152924\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"tit\n"
-"help.text"
-msgid "Right Function [Runtime]"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>Right function</bookmark_value>"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3153311\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3150984\n"
-"2\n"
-"help.text"
-msgid "Returns the rightmost \"n\" characters of a string expression."
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3149763\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3145315\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3153061\n"
-"5\n"
-"help.text"
-msgid "Right (Text As String, n As Long)"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3145068\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3156344\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3146795\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3153526\n"
-"9\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3151211\n"
-"10\n"
-"help.text"
-msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3158410\n"
-"11\n"
-"help.text"
-msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3156212\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"par_id3159252\n"
-"16\n"
-"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
-msgstr ""
-
-#: 03120200.xhp
-msgctxt ""
-"03120200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Repeating Contents"
-msgstr ""
-
-#: 03120200.xhp
-msgctxt ""
-"03120200.xhp\n"
-"hd_id3152363\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
-msgstr ""
-
-#: 03120200.xhp
-msgctxt ""
-"03120200.xhp\n"
-"par_id3150178\n"
-"2\n"
-"help.text"
-msgid "The following functions repeat the contents of strings."
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"/\" Operator [Runtime]"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"bm_id3150669\n"
-"help.text"
-msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"hd_id3150669\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"par_id3149670\n"
-"2\n"
-"help.text"
-msgid "Divides two values."
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"hd_id3148946\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"par_id3153360\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 / Expression2"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"hd_id3150359\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"par_id3154141\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"par_id3150448\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
-msgstr ""
-
-#: 03070400.xhp
-msgctxt ""
-"03070400.xhp\n"
-"hd_id3154684\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Erl Function [Runtime]"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"bm_id3157896\n"
-"help.text"
-msgid "<bookmark_value>Erl function</bookmark_value>"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3157896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Returns the line number where an error occurred during program execution."
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3147574\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3146795\n"
-"4\n"
-"help.text"
-msgid "Erl"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3147265\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3154924\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3150792\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3153771\n"
-"8\n"
-"help.text"
-msgid "The Erl function only returns a line number, and not a line label."
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3146921\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3150010\n"
-"11\n"
-"help.text"
-msgid "On Error GoTo ErrorHandler ' Set up error handler"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3153188\n"
-"14\n"
-"help.text"
-msgid "' Error caused by non-existent file"
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3155416\n"
-"21\n"
-"help.text"
-msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Erase Function [Runtime]"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"bm_id624713\n"
-"help.text"
-msgid "<bookmark_value>Erase function</bookmark_value>"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN10548\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN10558\n"
-"help.text"
-msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN105E6\n"
-"help.text"
-msgid "Erase Arraylist"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN105E9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03104700.xhp
-msgctxt ""
-"03104700.xhp\n"
-"par_idN105ED\n"
-"help.text"
-msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Exp Function [Runtime]"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>Exp function</bookmark_value>"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"hd_id3150616\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3155555\n"
-"2\n"
-"help.text"
-msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"hd_id3150984\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3145315\n"
-"4\n"
-"help.text"
-msgid "Exp (Number)"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"hd_id3154347\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3149670\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3150793\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"hd_id3156280\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3159254\n"
-"13\n"
-"help.text"
-msgid "Const b2=1.345e34"
-msgstr ""
-
-#: 03080201.xhp
-msgctxt ""
-"03080201.xhp\n"
-"par_id3161832\n"
-"15\n"
-"help.text"
-msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Macro"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"bm_id3153894\n"
-"help.text"
-msgid "<bookmark_value>events;linked to objects</bookmark_value>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3153894\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153748\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3150503\n"
-"3\n"
-"help.text"
-msgid "Event"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3149763\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_MACRO_LB_EVENT\">Lists the events that are relevant to the macros that are currently assigned to the selected object.</ahelp>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150670\n"
-"23\n"
-"help.text"
-msgid "The following table describes the macros and the events that can by linked to objects in your document:"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153360\n"
-"24\n"
-"help.text"
-msgid "Event"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154365\n"
-"25\n"
-"help.text"
-msgid "Event trigger"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3159149\n"
-"26\n"
-"help.text"
-msgid "OLE object"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3148451\n"
-"27\n"
-"help.text"
-msgid "Graphics"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3125863\n"
-"28\n"
-"help.text"
-msgid "Frame"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154216\n"
-"29\n"
-"help.text"
-msgid "AutoText"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145785\n"
-"30\n"
-"help.text"
-msgid "ImageMap area"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153138\n"
-"31\n"
-"help.text"
-msgid "Hyperlink"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155306\n"
-"32\n"
-"help.text"
-msgid "Click object"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3152460\n"
-"33\n"
-"help.text"
-msgid "Object is selected."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147348\n"
-"34\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147426\n"
-"35\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153951\n"
-"36\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150116\n"
-"37\n"
-"help.text"
-msgid "Mouse over object"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145253\n"
-"38\n"
-"help.text"
-msgid "Mouse moves over the object."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3144765\n"
-"39\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153418\n"
-"40\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153948\n"
-"41\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145652\n"
-"42\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155066\n"
-"43\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155446\n"
-"44\n"
-"help.text"
-msgid "Trigger Hyperlink"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154756\n"
-"45\n"
-"help.text"
-msgid "Hyperlink assigned to the object is clicked."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150042\n"
-"46\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3151252\n"
-"47\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147344\n"
-"48\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3146920\n"
-"49\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3159333\n"
-"50\n"
-"help.text"
-msgid "Mouse leaves object"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147003\n"
-"51\n"
-"help.text"
-msgid "Mouse moves off of the object."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3151278\n"
-"52\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145257\n"
-"53\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154122\n"
-"54\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3156139\n"
-"55\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3149036\n"
-"56\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150785\n"
-"57\n"
-"help.text"
-msgid "Graphics load successful"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153705\n"
-"58\n"
-"help.text"
-msgid "Graphics are loaded successfully."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150343\n"
-"59\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150202\n"
-"60\n"
-"help.text"
-msgid "Graphics load terminated"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145584\n"
-"61\n"
-"help.text"
-msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154259\n"
-"62\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155089\n"
-"63\n"
-"help.text"
-msgid "Graphics load faulty"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153307\n"
-"64\n"
-"help.text"
-msgid "Graphics not successfully loaded, for example, if a graphic was not found."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3148840\n"
-"65\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154533\n"
-"66\n"
-"help.text"
-msgid "Input of alpha characters"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155266\n"
-"67\n"
-"help.text"
-msgid "Text is entered from the keyboard."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3144768\n"
-"68\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3145659\n"
-"69\n"
-"help.text"
-msgid "Input of non-alpha characters"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3151131\n"
-"70\n"
-"help.text"
-msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3159206\n"
-"71\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150405\n"
-"72\n"
-"help.text"
-msgid "Resize frame"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153972\n"
-"73\n"
-"help.text"
-msgid "Frame is resized with the mouse."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3152873\n"
-"74\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3148900\n"
-"75\n"
-"help.text"
-msgid "Move frame"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154767\n"
-"76\n"
-"help.text"
-msgid "Frame is moved with the mouse."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3155914\n"
-"77\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3153010\n"
-"78\n"
-"help.text"
-msgid "Before inserting AutoText"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147515\n"
-"79\n"
-"help.text"
-msgid "Before a text block is inserted."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3151191\n"
-"80\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150956\n"
-"81\n"
-"help.text"
-msgid "After inserting AutoText"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147502\n"
-"82\n"
-"help.text"
-msgid "After a text block is inserted."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147555\n"
-"83\n"
-"help.text"
-msgid "x"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3153958\n"
-"5\n"
-"help.text"
-msgid "Macros"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3150432\n"
-"6\n"
-"help.text"
-msgid "Choose the macro that you want to execute when the selected event occurs."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147296\n"
-"84\n"
-"help.text"
-msgid "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3155587\n"
-"7\n"
-"help.text"
-msgid "Category"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3154068\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"HID_MACRO_GROUP\">Lists the open $[officename] documents and applications. Click the name of the location where you want to save the macros.</ahelp>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3149744\n"
-"9\n"
-"help.text"
-msgid "Macro name"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3151391\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_MACRO_MACROS\">Lists the available macros. Click the macro that you want to assign to the selected object.</ahelp>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3159260\n"
-"11\n"
-"help.text"
-msgid "Assign"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3147406\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\">Assigns the selected macro to the specified event.</ahelp> The assigned macro's entries are set after the event."
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3150533\n"
-"15\n"
-"help.text"
-msgid "Remove"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3166456\n"
-"16\n"
-"help.text"
-msgid "<variable id=\"aufheb\"><ahelp hid=\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\">Removes the macro that is assigned to the selected item.</ahelp></variable>"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"hd_id3159126\n"
-"85\n"
-"help.text"
-msgid "Macro selection"
-msgstr ""
-
-#: 05060700.xhp
-msgctxt ""
-"05060700.xhp\n"
-"par_id3149149\n"
-"86\n"
-"help.text"
-msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"tit\n"
-"help.text"
-msgid "Basics"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"bm_id4488967\n"
-"help.text"
-msgid "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"hd_id3154927\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3156023\n"
-"14\n"
-"help.text"
-msgid "This section provides the fundamentals for working with $[officename] Basic."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3147560\n"
-"2\n"
-"help.text"
-msgid "$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href=\"text/sbasic/shared/01020300.xhp\" name=\"Procedures and Functions\">Procedures and Functions</link>."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id314756320\n"
-"help.text"
-msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"hd_id3150398\n"
-"3\n"
-"help.text"
-msgid "What is a Sub?"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3148797\n"
-"4\n"
-"help.text"
-msgid "<emph>Sub</emph> is the short form of <emph>subroutine</emph>, that is used to handle a certain task within a program. Subs are used to split a task into individual procedures. Splitting a program into procedures and sub-procedures enhances readability and reduces the error-proneness. A sub possibly takes some arguments as parameters but does not return any values back to the calling sub or function, for example:"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3150868\n"
-"15\n"
-"help.text"
-msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"hd_id3156282\n"
-"5\n"
-"help.text"
-msgid "What is a Function?"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3156424\n"
-"6\n"
-"help.text"
-msgid "A <emph>function</emph> is essentially a sub, which returns a value. You may use a function at the right side of a variable declaration, or at other places where you normally use values, for example:"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3146985\n"
-"7\n"
-"help.text"
-msgid "MySecondValue = myFunction(MyFirstValue)"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"hd_id3153364\n"
-"8\n"
-"help.text"
-msgid "Global and local variables"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3151112\n"
-"9\n"
-"help.text"
-msgid "Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3154012\n"
-"10\n"
-"help.text"
-msgid "Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"hd_id3150010\n"
-"11\n"
-"help.text"
-msgid "Structuring"
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3153727\n"
-"12\n"
-"help.text"
-msgid "After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href=\"text/sbasic/shared/01020500.xhp\" name=\"Modules and Libraries\">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library."
-msgstr ""
-
-#: 01010210.xhp
-msgctxt ""
-"01010210.xhp\n"
-"par_id3152578\n"
-"13\n"
-"help.text"
-msgid "You can copy or move subs, functions, modules and libraries from one file to another by using the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog."
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"tit\n"
-"help.text"
-msgid "FindPropertyObject Function [Runtime]"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"bm_id3146958\n"
-"help.text"
-msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"hd_id3146958\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3154285\n"
-"2\n"
-"help.text"
-msgid "Enables objects to be addressed at run-time as a string parameter using the object name."
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3147573\n"
-"3\n"
-"help.text"
-msgid "For instance, the command:"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3145610\n"
-"4\n"
-"help.text"
-msgid "MyObj.Prop1.Command = 5"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3147265\n"
-"5\n"
-"help.text"
-msgid "corresponds to the following command block:"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3153896\n"
-"6\n"
-"help.text"
-msgid "Dim ObjVar as Object"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3148664\n"
-"7\n"
-"help.text"
-msgid "Dim ObjProp as Object"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3150792\n"
-"8\n"
-"help.text"
-msgid "ObjName As String = \"MyObj\""
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3154365\n"
-"9\n"
-"help.text"
-msgid "ObjVar = FindObject( ObjName As String )"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3148453\n"
-"10\n"
-"help.text"
-msgid "PropName As String = \"Prop1\""
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3150449\n"
-"11\n"
-"help.text"
-msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3159152\n"
-"12\n"
-"help.text"
-msgid "ObjProp.Command = 5"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3156214\n"
-"13\n"
-"help.text"
-msgid "To dynamically create Names at run-time, use:"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3154686\n"
-"14\n"
-"help.text"
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3150868\n"
-"15\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"hd_id3147287\n"
-"16\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3149560\n"
-"17\n"
-"help.text"
-msgid "FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"hd_id3150012\n"
-"18\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3109839\n"
-"19\n"
-"help.text"
-msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
-msgstr ""
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3153363\n"
-"20\n"
-"help.text"
-msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"tit\n"
-"help.text"
-msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"bm_id3153897\n"
-"help.text"
-msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"hd_id3153897\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3150359\n"
-"2\n"
-"help.text"
-msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"hd_id3148798\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3154366\n"
-"4\n"
-"help.text"
-msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3150769\n"
-"5\n"
-"help.text"
-msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"hd_id3156215\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3148673\n"
-"7\n"
-"help.text"
-msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3153194\n"
-"8\n"
-"help.text"
-msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3156442\n"
-"9\n"
-"help.text"
-msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"hd_id3148645\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3153948\n"
-"21\n"
-"help.text"
-msgid "sVar =sVar & \" From Sub 1 to\" : Return"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3153708\n"
-"23\n"
-"help.text"
-msgid "sVar =sVar & \" From Sub 2 to\" : Return"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3150321\n"
-"25\n"
-"help.text"
-msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
-msgstr ""
-
-#: 03090303.xhp
-msgctxt ""
-"03090303.xhp\n"
-"par_id3155764\n"
-"27\n"
-"help.text"
-msgid "sVar =sVar & \" Label 2\""
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"tit\n"
-"help.text"
-msgid "String Function [Runtime]"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"bm_id3147291\n"
-"help.text"
-msgid "<bookmark_value>String function</bookmark_value>"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3147291\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3147242\n"
-"2\n"
-"help.text"
-msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3149516\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3149233\n"
-"4\n"
-"help.text"
-msgid "String (n As Long, {expression As Integer | character As String})"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3143270\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3147530\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3154923\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3154347\n"
-"8\n"
-"help.text"
-msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3148664\n"
-"9\n"
-"help.text"
-msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"par_id3150359\n"
-"10\n"
-"help.text"
-msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
-msgstr ""
-
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3152920\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"tit\n"
-"help.text"
-msgid "IDE Overview"
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"hd_id3147291\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"par_id3156344\n"
-"3\n"
-"help.text"
-msgid "The <link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs."
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"par_id3151210\n"
-"4\n"
-"help.text"
-msgid "In the <link href=\"text/sbasic/shared/01030200.xhp\" name=\"Editor window\"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code."
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"par_id3154686\n"
-"5\n"
-"help.text"
-msgid "The <link href=\"text/sbasic/shared/01050100.xhp\" name=\"Watch\"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process."
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"par_id3145787\n"
-"8\n"
-"help.text"
-msgid "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
-msgstr ""
-
-#: 01030100.xhp
-msgctxt ""
-"01030100.xhp\n"
-"par_id3147434\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Watch Window"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"hd_id3149457\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3154908\n"
-"9\n"
-"help.text"
-msgid "The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href=\"text/sbasic/shared/02/11080000.xhp\">Enable Watch</link> to add the variable to the list box and to display its values."
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"hd_id3145173\n"
-"4\n"
-"help.text"
-msgid "Watch"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3155132\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"hd_id3148645\n"
-"6\n"
-"help.text"
-msgid "Remove Watch"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3148576\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3147426\n"
-"help.text"
-msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3154012\n"
-"8\n"
-"help.text"
-msgid "Remove Watch"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"hd_id3154491\n"
-"10\n"
-"help.text"
-msgid "Editing the Value of a Watched Variable"
-msgstr ""
-
-#: 01050100.xhp
-msgctxt ""
-"01050100.xhp\n"
-"par_id3156283\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_LIST\">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program."
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"tit\n"
-"help.text"
-msgid "Eof Function [Runtime]"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"bm_id3154598\n"
-"help.text"
-msgid "<bookmark_value>Eof function</bookmark_value>"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3154598\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3147182\n"
-"2\n"
-"help.text"
-msgid "Determines if the file pointer has reached the end of a file."
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3149119\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3147399\n"
-"4\n"
-"help.text"
-msgid "Eof (intexpression As Integer)"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3153539\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3156027\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3152924\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3153990\n"
-"8\n"
-"help.text"
-msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3153527\n"
-"9\n"
-"help.text"
-msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3154046\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3153360\n"
-"19\n"
-"help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3148797\n"
-"20\n"
-"help.text"
-msgid "Print #iNumber, \"Another line of text\""
-msgstr ""
-
-#: 03120000.xhp
-msgctxt ""
-"03120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Strings"
-msgstr ""
-
-#: 03120000.xhp
-msgctxt ""
-"03120000.xhp\n"
-"hd_id3156153\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
-msgstr ""
-
-#: 03120000.xhp
-msgctxt ""
-"03120000.xhp\n"
-"par_id3159176\n"
-"2\n"
-"help.text"
-msgid "The following functions and statements validate and return strings."
-msgstr ""
-
-#: 03120000.xhp
-msgctxt ""
-"03120000.xhp\n"
-"par_id3154285\n"
-"3\n"
-"help.text"
-msgid "You can use strings to edit text within $[officename] Basic programs."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Not-Operator [Runtime]"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3159414\n"
-"2\n"
-"help.text"
-msgid "Negates an expression by inverting the bit values."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"hd_id3149457\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3150360\n"
-"4\n"
-"help.text"
-msgid "Result = Not Expression"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"hd_id3151211\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3147228\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3154124\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any expression that you want to negate."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3150868\n"
-"8\n"
-"help.text"
-msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3145785\n"
-"9\n"
-"help.text"
-msgid "In a bitwise negation each individual bit is inverted."
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"hd_id3153093\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3145749\n"
-"15\n"
-"help.text"
-msgid "vOut = Not vA ' Returns -11"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3148645\n"
-"16\n"
-"help.text"
-msgid "vOut = Not(vC > vD) ' Returns -1"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3156441\n"
-"17\n"
-"help.text"
-msgid "vOut = Not(vB > vA) ' Returns -1"
-msgstr ""
-
-#: 03060400.xhp
-msgctxt ""
-"03060400.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "vOut = Not(vA > vB) ' Returns 0"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sub Statement [Runtime]"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"bm_id3147226\n"
-"help.text"
-msgid "<bookmark_value>Sub statement</bookmark_value>"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"hd_id3147226\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_id3153311\n"
-"2\n"
-"help.text"
-msgid "Defines a subroutine."
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"hd_id3149416\n"
-"3\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_id3147530\n"
-"5\n"
-"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"hd_id3153525\n"
-"9\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_id3150792\n"
-"10\n"
-"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine ."
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_id3154138\n"
-"11\n"
-"help.text"
-msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_id3154908\n"
-"12\n"
-"help.text"
-msgid "<emph>Type:</emph> Type-declaration key word."
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"hd_id3153770\n"
-"16\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090409.xhp
-msgctxt ""
-"03090409.xhp\n"
-"par_idN1063F\n"
-"help.text"
-msgid "' some statements"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150793\n"
-"2\n"
-"help.text"
-msgid "This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"tit\n"
-"help.text"
-msgid "Exit Statement [Runtime]"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"bm_id3152924\n"
-"help.text"
-msgid "<bookmark_value>Exit statement</bookmark_value>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3152924\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3149763\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3159157\n"
-"4\n"
-"help.text"
-msgid "see Parameters"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3148943\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3154760\n"
-"6\n"
-"help.text"
-msgid "<emph>Exit Do</emph>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3147559\n"
-"7\n"
-"help.text"
-msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3150398\n"
-"8\n"
-"help.text"
-msgid "<emph>Exit For</emph>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3148797\n"
-"9\n"
-"help.text"
-msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3147229\n"
-"10\n"
-"help.text"
-msgid "<emph>Exit Function</emph>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3154685\n"
-"11\n"
-"help.text"
-msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3155132\n"
-"12\n"
-"help.text"
-msgid "<emph>Exit Sub</emph>"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3149561\n"
-"13\n"
-"help.text"
-msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3153143\n"
-"14\n"
-"help.text"
-msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"hd_id3147348\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3153158\n"
-"20\n"
-"help.text"
-msgid "For siStep = 0 To 10 ' Fill array with test data"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3153764\n"
-"31\n"
-"help.text"
-msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3148995\n"
-"32\n"
-"help.text"
-msgid "' Returns the index of the entry or 0 (Null)"
-msgstr ""
-
-#: 03090412.xhp
-msgctxt ""
-"03090412.xhp\n"
-"par_id3149567\n"
-"35\n"
-"help.text"
-msgid "Exit For ' sItem found"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"tit\n"
-"help.text"
-msgid "Put Statement [Runtime]"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"bm_id3150360\n"
-"help.text"
-msgid "<bookmark_value>Put statement</bookmark_value>"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3150360\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3154909\n"
-"2\n"
-"help.text"
-msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3156281\n"
-"3\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3125863\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3155132\n"
-"5\n"
-"help.text"
-msgid "Put [#] FileNumber As Integer, [position], Variable"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3153190\n"
-"6\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3146120\n"
-"7\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3155411\n"
-"8\n"
-"help.text"
-msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3148576\n"
-"9\n"
-"help.text"
-msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3153729\n"
-"10\n"
-"help.text"
-msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3146974\n"
-"11\n"
-"help.text"
-msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3155855\n"
-"12\n"
-"help.text"
-msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records."
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3154491\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3154729\n"
-"16\n"
-"help.text"
-msgid "Dim sText As Variant ' Must be a variant type"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3156278\n"
-"22\n"
-"help.text"
-msgid "Seek #iNumber,1 ' Position To start writing"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3153711\n"
-"23\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3155446\n"
-"24\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3154255\n"
-"25\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3150940\n"
-"34\n"
-"help.text"
-msgid "Put #iNumber,,\"This is new text\""
-msgstr ""
-
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3159102\n"
-"37\n"
-"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileExists Function [Runtime]"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"bm_id3148946\n"
-"help.text"
-msgid "<bookmark_value>FileExists function</bookmark_value>"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"par_id3153361\n"
-"2\n"
-"help.text"
-msgid "Determines if a file or a directory is available on the data medium."
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"hd_id3150447\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"par_id3154685\n"
-"4\n"
-"help.text"
-msgid "FileExists(FileName As String | DirectoryName As String)"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"hd_id3154126\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"par_id3150769\n"
-"6\n"
-"help.text"
-msgid "Bool"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"hd_id3153770\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"par_id3147349\n"
-"8\n"
-"help.text"
-msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020415.xhp
-msgctxt ""
-"03020415.xhp\n"
-"hd_id3149664\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Organizing Libraries and Modules"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"bm_id3148797\n"
-"help.text"
-msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3148797\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3150868\n"
-"4\n"
-"help.text"
-msgid "Organizing Libraries"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3125864\n"
-"5\n"
-"help.text"
-msgid "Creating a New Library"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3152576\n"
-"6\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3153726\n"
-"8\n"
-"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3149664\n"
-"9\n"
-"help.text"
-msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3153365\n"
-"10\n"
-"help.text"
-msgid "Click <emph>New</emph> and insert a name to create a new library."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3147394\n"
-"48\n"
-"help.text"
-msgid "Import a Library"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3153157\n"
-"49\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3146972\n"
-"50\n"
-"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3145640\n"
-"51\n"
-"help.text"
-msgid "Select to where you want to import the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3154253\n"
-"52\n"
-"help.text"
-msgid "Click <emph>Import...</emph> and select an external library to import."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3154705\n"
-"53\n"
-"help.text"
-msgid "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3163807\n"
-"54\n"
-"help.text"
-msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3145228\n"
-"55\n"
-"help.text"
-msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147004\n"
-"56\n"
-"help.text"
-msgid "Click <emph>OK</emph> to import the library."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3159099\n"
-"17\n"
-"help.text"
-msgid "Export a Library"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147005\n"
-"70\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147006\n"
-"71\n"
-"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147007\n"
-"72\n"
-"help.text"
-msgid "In the <emph>Location</emph> list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the <emph>Standard</emph> library."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147008\n"
-"73\n"
-"help.text"
-msgid "Click <emph>Export...</emph>"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147009\n"
-"74\n"
-"help.text"
-msgid "Choose whether you want to export the library as an extension or as a basic library."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147010\n"
-"75\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147011\n"
-"76\n"
-"help.text"
-msgid "Select where you want your library exported."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147012\n"
-"77\n"
-"help.text"
-msgid "Click <emph>Save</emph> to export the library."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3159100\n"
-"17\n"
-"help.text"
-msgid "Deleting a Library"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3150086\n"
-"18\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3146808\n"
-"57\n"
-"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3158212\n"
-"58\n"
-"help.text"
-msgid "Select the library to be deleted from the list."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3150361\n"
-"20\n"
-"help.text"
-msgid "Click <emph>Delete</emph>."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3152986\n"
-"19\n"
-"help.text"
-msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3148868\n"
-"59\n"
-"help.text"
-msgid "You cannot delete the default library named \"Standard\"."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3146869\n"
-"60\n"
-"help.text"
-msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3147070\n"
-"21\n"
-"help.text"
-msgid "Organizing Modules and Dialogs"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3155265\n"
-"61\n"
-"help.text"
-msgid "Creating a New Module or Dialog"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3154537\n"
-"62\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3146781\n"
-"63\n"
-"help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3159206\n"
-"64\n"
-"help.text"
-msgid "Select the library where the module will be inserted and click <emph>New</emph>."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3152389\n"
-"65\n"
-"help.text"
-msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3152872\n"
-"25\n"
-"help.text"
-msgid "Renaming a Module or Dialog"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3159230\n"
-"66\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3150046\n"
-"67\n"
-"help.text"
-msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3153801\n"
-"27\n"
-"help.text"
-msgid "In the Basic IDE, right-click the name of the module or dialog in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3155526\n"
-"28\n"
-"help.text"
-msgid "Press Enter to confirm your changes."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3146963\n"
-"29\n"
-"help.text"
-msgid "Deleting a Module or Dialog"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147547\n"
-"68\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3150958\n"
-"69\n"
-"help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3149870\n"
-"30\n"
-"help.text"
-msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3147248\n"
-"32\n"
-"help.text"
-msgid "Click <emph>Delete</emph>."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3151339\n"
-"31\n"
-"help.text"
-msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3151392\n"
-"33\n"
-"help.text"
-msgid "Organizing Projects among Documents or Templates"
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"hd_id3156400\n"
-"36\n"
-"help.text"
-msgid "Moving or copying modules between documents, templates and the application."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3146819\n"
-"37\n"
-"help.text"
-msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3149319\n"
-"38\n"
-"help.text"
-msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
-msgstr ""
-
-#: 01030400.xhp
-msgctxt ""
-"01030400.xhp\n"
-"par_id3145637\n"
-"39\n"
-"help.text"
-msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"tit\n"
-"help.text"
-msgid "CurDir Function [Runtime]"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"bm_id3153126\n"
-"help.text"
-msgid "<bookmark_value>CurDir function</bookmark_value>"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"hd_id3153126\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3156343\n"
-"2\n"
-"help.text"
-msgid "Returns a variant string that represents the current path of the specified drive."
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"hd_id3149457\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3153381\n"
-"4\n"
-"help.text"
-msgid "CurDir [(Text As String)]"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"hd_id3154366\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3156281\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"hd_id3156423\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3153193\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3155133\n"
-"9\n"
-"help.text"
-msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"par_id3150010\n"
-"10\n"
-"help.text"
-msgid "This function is not case-sensitive."
-msgstr ""
-
-#: 03020403.xhp
-msgctxt ""
-"03020403.xhp\n"
-"hd_id3155411\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"tit\n"
-"help.text"
-msgid "Log Function [Runtime]"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"bm_id3149416\n"
-"help.text"
-msgid "<bookmark_value>Log function</bookmark_value>"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3149416\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3145066\n"
-"2\n"
-"help.text"
-msgid "Returns the natural logarithm of a number."
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3159414\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3154760\n"
-"4\n"
-"help.text"
-msgid "Log (Number)"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3149457\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3150791\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3151211\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3151041\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3150869\n"
-"9\n"
-"help.text"
-msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3153968\n"
-"10\n"
-"help.text"
-msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3145420\n"
-"11\n"
-"help.text"
-msgid "Log n(x) = Log(x) / Log(n)"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3155131\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"par_id3149262\n"
-"18\n"
-"help.text"
-msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"tit\n"
-"help.text"
-msgid "IIf Statement [Runtime]"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"bm_id3155420\n"
-"help.text"
-msgid "<bookmark_value>IIf statement</bookmark_value>"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"hd_id3155420\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"par_id3145610\n"
-"2\n"
-"help.text"
-msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"hd_id3159413\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"par_id3147560\n"
-"4\n"
-"help.text"
-msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"hd_id3150541\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"par_id3153381\n"
-"6\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
-msgstr ""
-
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"par_id3150870\n"
-"7\n"
-"help.text"
-msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"tit\n"
-"help.text"
-msgid "Switch Function [Runtime]"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"bm_id3148554\n"
-"help.text"
-msgid "<bookmark_value>Switch function</bookmark_value>"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"hd_id3148554\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3148522\n"
-"2\n"
-"help.text"
-msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"hd_id3154863\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3155934\n"
-"4\n"
-"help.text"
-msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"hd_id3149119\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3153894\n"
-"6\n"
-"help.text"
-msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3153990\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression:</emph> The expression that you want to evaluate."
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3153394\n"
-"8\n"
-"help.text"
-msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3153346\n"
-"9\n"
-"help.text"
-msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"hd_id3159157\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3149579\n"
-"13\n"
-"help.text"
-msgid "sGender = GetGenderIndex( \"John\" )"
-msgstr ""
-
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3153361\n"
-"18\n"
-"help.text"
-msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"tit\n"
-"help.text"
-msgid "QBColor Function [Runtime]"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"hd_id3149670\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3150359\n"
-"2\n"
-"help.text"
-msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"hd_id3154140\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3151042\n"
-"4\n"
-"help.text"
-msgid "QBColor (ColorNumber As Integer)"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"hd_id3145172\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3154685\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"hd_id3156560\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3161832\n"
-"8\n"
-"help.text"
-msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3147318\n"
-"9\n"
-"help.text"
-msgid "<emph>ColorNumber</emph> can be assigned the following values:"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3152576\n"
-"10\n"
-"help.text"
-msgid "0 : Black"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3146975\n"
-"11\n"
-"help.text"
-msgid "1 : Blue"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3151116\n"
-"12\n"
-"help.text"
-msgid "2 : Green"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3155412\n"
-"13\n"
-"help.text"
-msgid "3 : Cyan"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3155306\n"
-"14\n"
-"help.text"
-msgid "4 : Red"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3153364\n"
-"15\n"
-"help.text"
-msgid "5 : Magenta"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3146119\n"
-"16\n"
-"help.text"
-msgid "6 : Yellow"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3154730\n"
-"17\n"
-"help.text"
-msgid "7 : White"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3153877\n"
-"18\n"
-"help.text"
-msgid "8 : Gray"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3147124\n"
-"19\n"
-"help.text"
-msgid "9 : Light Blue"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3145646\n"
-"20\n"
-"help.text"
-msgid "10 : Light Green"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3149958\n"
-"21\n"
-"help.text"
-msgid "11 : Light Cyan"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3154943\n"
-"22\n"
-"help.text"
-msgid "12 : Light Red"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3150715\n"
-"23\n"
-"help.text"
-msgid "13 : Light Magenta"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3146970\n"
-"24\n"
-"help.text"
-msgid "14 : Light Yellow"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3150750\n"
-"25\n"
-"help.text"
-msgid "15 : Bright White"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3146914\n"
-"26\n"
-"help.text"
-msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"hd_id3148406\n"
-"27\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03010304.xhp
-msgctxt ""
-"03010304.xhp\n"
-"par_id3149566\n"
-"33\n"
-"help.text"
-msgid "MsgBox stext,0,\"Color \" & iColor"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"tit\n"
-"help.text"
-msgid "WeekDay Function [Runtime]"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"bm_id3153127\n"
-"help.text"
-msgid "<bookmark_value>WeekDay function</bookmark_value>"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"hd_id3153127\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3146795\n"
-"2\n"
-"help.text"
-msgid "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"hd_id3145068\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3149655\n"
-"4\n"
-"help.text"
-msgid "WeekDay (Number)"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"hd_id3148799\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3154125\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"hd_id3150768\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3151042\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3159254\n"
-"9\n"
-"help.text"
-msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"hd_id3148616\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3148576\n"
-"13\n"
-"help.text"
-msgid "' Return And display the day of the week"
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3151117\n"
-"16\n"
-"help.text"
-msgid "sDay=\"Sunday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3153952\n"
-"18\n"
-"help.text"
-msgid "sDay=\"Monday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3153157\n"
-"20\n"
-"help.text"
-msgid "sDay=\"Tuesday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3154942\n"
-"22\n"
-"help.text"
-msgid "sDay=\"Wednesday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3155416\n"
-"24\n"
-"help.text"
-msgid "sDay=\"Thursday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3154015\n"
-"26\n"
-"help.text"
-msgid "sDay=\"Friday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3153707\n"
-"28\n"
-"help.text"
-msgid "sDay=\"Saturday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3148993\n"
-"30\n"
-"help.text"
-msgid "MsgBox \"\" + sDay,64,\"Today Is\""
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"tit\n"
-"help.text"
-msgid "Environ Function [Runtime]"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"bm_id3155364\n"
-"help.text"
-msgid "<bookmark_value>Environ function</bookmark_value>"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"hd_id3155364\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"par_id3145090\n"
-"2\n"
-"help.text"
-msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"hd_id3150670\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"par_id3159176\n"
-"5\n"
-"help.text"
-msgid "Environ (Environment As String)"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"hd_id3159157\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"par_id3148473\n"
-"7\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"hd_id3145609\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"par_id3159414\n"
-"9\n"
-"help.text"
-msgid "Environment: Environment variable that you want to return the value for."
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"hd_id3148663\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130800.xhp
-msgctxt ""
-"03130800.xhp\n"
-"par_id3145419\n"
-"15\n"
-"help.text"
-msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
-msgstr ""
-
-#: 03020200.xhp
-msgctxt ""
-"03020200.xhp\n"
-"tit\n"
-"help.text"
-msgid "File Input/Output Functions"
-msgstr ""
-
-#: 03020200.xhp
-msgctxt ""
-"03020200.xhp\n"
-"hd_id3150791\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Error Function [Runtime]"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"bm_id3159413\n"
-"help.text"
-msgid "<bookmark_value>Error function</bookmark_value>"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"hd_id3159413\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"par_id3148663\n"
-"2\n"
-"help.text"
-msgid "Returns the error message that corresponds to a given error code."
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"hd_id3153379\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"par_id3154366\n"
-"4\n"
-"help.text"
-msgid "Error (Expression)"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"hd_id3145173\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"par_id3154125\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"hd_id3150869\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"par_id3153193\n"
-"8\n"
-"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
-msgstr ""
-
-#: 03050300.xhp
-msgctxt ""
-"03050300.xhp\n"
-"par_id3159254\n"
-"9\n"
-"help.text"
-msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"tit\n"
-"help.text"
-msgid "RmDir Statement [Runtime]"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"bm_id3148947\n"
-"help.text"
-msgid "<bookmark_value>RmDir statement</bookmark_value>"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"hd_id3148947\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"par_id3149457\n"
-"2\n"
-"help.text"
-msgid "Deletes an existing directory from a data medium."
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"hd_id3153361\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"par_id3154367\n"
-"4\n"
-"help.text"
-msgid "RmDir Text As String"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"hd_id3156281\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"par_id3151042\n"
-"6\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"par_id3153192\n"
-"7\n"
-"help.text"
-msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
-msgstr ""
-
-#: 03020413.xhp
-msgctxt ""
-"03020413.xhp\n"
-"hd_id3145271\n"
-"8\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loc Function [Runtime]"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"bm_id3148663\n"
-"help.text"
-msgid "<bookmark_value>Loc function</bookmark_value>"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"hd_id3148663\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3154138\n"
-"2\n"
-"help.text"
-msgid "Returns the current position in an open file."
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"hd_id3156422\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3150768\n"
-"4\n"
-"help.text"
-msgid "Loc(FileNumber)"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"hd_id3150440\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3152578\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"hd_id3152462\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3153363\n"
-"8\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3154320\n"
-"9\n"
-"help.text"
-msgid "If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written."
-msgstr ""
-
-#: 03020302.xhp
-msgctxt ""
-"03020302.xhp\n"
-"par_id3151115\n"
-"10\n"
-"help.text"
-msgid "For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned."
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefErr Statement [Runtime]"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"bm_id8177739\n"
-"help.text"
-msgid "<bookmark_value>DefErr statement</bookmark_value>"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN1057D\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN1058D\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN10594\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN10597\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN1059B\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105A2\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105A9\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105B0\n"
-"help.text"
-msgid "<emph>DefErr:</emph> Error"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105B7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105BB\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105D9\n"
-"help.text"
-msgid "eErr=Error ' eErr is an implicit error variable"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Imp-Operator [Runtime]"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3148947\n"
-"2\n"
-"help.text"
-msgid "Performs a logical implication on two expressions."
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"hd_id3148664\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3149656\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 Imp Expression2"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"hd_id3151212\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3154910\n"
-"6\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3156281\n"
-"7\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3150440\n"
-"8\n"
-"help.text"
-msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3163710\n"
-"9\n"
-"help.text"
-msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"hd_id3147318\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3145750\n"
-"15\n"
-"help.text"
-msgid "vOut = A > B Imp B > C ' returns -1"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3156441\n"
-"16\n"
-"help.text"
-msgid "vOut = B > A Imp B > C ' returns -1"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3152596\n"
-"17\n"
-"help.text"
-msgid "vOut = A > B Imp B > D ' returns 0"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3154942\n"
-"18\n"
-"help.text"
-msgid "vOut = (B > D Imp B > A) ' returns -1"
-msgstr ""
-
-#: 03060300.xhp
-msgctxt ""
-"03060300.xhp\n"
-"par_id3154492\n"
-"19\n"
-"help.text"
-msgid "vOut = B Imp A ' returns -1"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"tit\n"
-"help.text"
-msgid "CVar Function [Runtime]"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"bm_id2338633\n"
-"help.text"
-msgid "<bookmark_value>CVar function</bookmark_value>"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN1054B\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN1055B\n"
-"help.text"
-msgid "Converts a string expression or numeric expression to a variant expression."
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN1055E\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN10562\n"
-"help.text"
-msgid "CVar(Expression)"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN10565\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN10569\n"
-"help.text"
-msgid "Variant."
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN1056C\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03100070.xhp
-msgctxt ""
-"03100070.xhp\n"
-"par_idN10570\n"
-"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Mod-Operator [Runtime]"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"bm_id3150669\n"
-"help.text"
-msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"hd_id3150669\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3148686\n"
-"2\n"
-"help.text"
-msgid "Returns the integer remainder of a division."
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"hd_id3146795\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3147560\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 MOD Expression2"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"hd_id3149657\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3153380\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"hd_id3154365\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3145172\n"
-"8\n"
-"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3151042\n"
-"9\n"
-"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"hd_id3147287\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3161832\n"
-"12\n"
-"help.text"
-msgid "Print 10 Mod 2.5 ' returns 0"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3146922\n"
-"13\n"
-"help.text"
-msgid "Print 10 / 2.5 ' returns 4"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3145273\n"
-"14\n"
-"help.text"
-msgid "Print 10 Mod 5 ' returns 0"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3150011\n"
-"15\n"
-"help.text"
-msgid "Print 10 / 5 ' returns 2"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3149483\n"
-"16\n"
-"help.text"
-msgid "Print 5 Mod 10 ' returns 5"
-msgstr ""
-
-#: 03070600.xhp
-msgctxt ""
-"03070600.xhp\n"
-"par_id3151114\n"
-"17\n"
-"help.text"
-msgid "Print 5 / 10 ' returns 0.5"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileCopy Statement [Runtime]"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"bm_id3154840\n"
-"help.text"
-msgid "<bookmark_value>FileCopy statement</bookmark_value>"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"hd_id3154840\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"par_id3149497\n"
-"2\n"
-"help.text"
-msgid "Copies a file."
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"hd_id3147443\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"par_id3146957\n"
-"4\n"
-"help.text"
-msgid "FileCopy TextFrom As String, TextTo As String"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"hd_id3153825\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"par_id3155390\n"
-"6\n"
-"help.text"
-msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"par_id3150669\n"
-"7\n"
-"help.text"
-msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"par_id3150791\n"
-"8\n"
-"help.text"
-msgid "You can only use the FileCopy statement to copy files that are not opened."
-msgstr ""
-
-#: 03020406.xhp
-msgctxt ""
-"03020406.xhp\n"
-"hd_id3125863\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefInt Statement [Runtime]"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"bm_id3149811\n"
-"help.text"
-msgid "<bookmark_value>DefInt statement</bookmark_value>"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"hd_id3149811\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3149762\n"
-"2\n"
-"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"hd_id3148686\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3156023\n"
-"4\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"hd_id3156344\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3150398\n"
-"7\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3154365\n"
-"8\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3125863\n"
-"9\n"
-"help.text"
-msgid "<emph>DefInt:</emph> Integer"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"hd_id3154123\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3151042\n"
-"12\n"
-"help.text"
-msgid "' Prefix definitions for variable types"
-msgstr ""
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3153728\n"
-"22\n"
-"help.text"
-msgid "iCount=200 ' iCount is an implicit integer variable"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"tit\n"
-"help.text"
-msgid "Seek Function [Runtime]"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"bm_id3154367\n"
-"help.text"
-msgid "<bookmark_value>Seek function</bookmark_value>"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"hd_id3154367\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3156280\n"
-"2\n"
-"help.text"
-msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3153194\n"
-"3\n"
-"help.text"
-msgid "For random access files, the Seek function returns the number of the next record to be read."
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3161831\n"
-"4\n"
-"help.text"
-msgid "For all other files, the function returns the byte position at which the next operation is to occur."
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3155854\n"
-"5\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"hd_id3152460\n"
-"6\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3145365\n"
-"7\n"
-"help.text"
-msgid "Seek (FileNumber)"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"hd_id3148575\n"
-"8\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3159156\n"
-"9\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"hd_id3149665\n"
-"10\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020304.xhp
-msgctxt ""
-"03020304.xhp\n"
-"par_id3148645\n"
-"11\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"tit\n"
-"help.text"
-msgid "Minute Function [Runtime]"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"bm_id3155419\n"
-"help.text"
-msgid "<bookmark_value>Minute function</bookmark_value>"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3155419\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3156344\n"
-"2\n"
-"help.text"
-msgid "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3154758\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3149656\n"
-"4\n"
-"help.text"
-msgid "Minute (Number)"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3148798\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3150449\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3153193\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3153969\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3150869\n"
-"9\n"
-"help.text"
-msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the minute of the serial time value that is generated by the <emph>TimeSerial</emph> or the <emph>TimeValue </emph>function. For example, the expression:"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3149262\n"
-"10\n"
-"help.text"
-msgid "Print Minute(TimeSerial(12,30,41))"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3148576\n"
-"11\n"
-"help.text"
-msgid "returns the value 30."
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3150010\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3159154\n"
-"13\n"
-"help.text"
-msgid "Sub ExampleMinute"
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
-msgstr ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3153726\n"
-"15\n"
-"help.text"
-msgid "end sub"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Option Base Statement [Runtime]"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"bm_id3155805\n"
-"help.text"
-msgid "<bookmark_value>Option Base statement</bookmark_value>"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"hd_id3155805\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"par_id3147242\n"
-"2\n"
-"help.text"
-msgid "Defines the default lower boundary for arrays as 0 or 1."
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"hd_id3150771\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"par_id3147573\n"
-"4\n"
-"help.text"
-msgid "Option Base { 0 | 1}"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"hd_id3145315\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"par_id3147229\n"
-"6\n"
-"help.text"
-msgid "This statement must be added before the executable program code in a module."
-msgstr ""
-
-#: 03103200.xhp
-msgctxt ""
-"03103200.xhp\n"
-"hd_id3150870\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sqr Function [Runtime]"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>Sqr function</bookmark_value>"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "Calculates the square root of a numeric expression."
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3143267\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3149415\n"
-"4\n"
-"help.text"
-msgid "Sqr (Number)"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3156023\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3156343\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3147265\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3149457\n"
-"8\n"
-"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3154365\n"
-"9\n"
-"help.text"
-msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3153192\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetSystemTicks Function [Runtime]"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"bm_id3147143\n"
-"help.text"
-msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"hd_id3147143\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"par_id3153750\n"
-"2\n"
-"help.text"
-msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"hd_id3153311\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"par_id3147242\n"
-"4\n"
-"help.text"
-msgid "GetSystemTicks()"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"hd_id3149233\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"par_id3149762\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"hd_id3156152\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130700.xhp
-msgctxt ""
-"03130700.xhp\n"
-"par_id3154938\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"tit\n"
-"help.text"
-msgid "If...Then...Else Statement [Runtime]"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"bm_id3154422\n"
-"help.text"
-msgid "<bookmark_value>If statement</bookmark_value>"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"hd_id3154422\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3155555\n"
-"2\n"
-"help.text"
-msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"hd_id3146957\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3153126\n"
-"4\n"
-"help.text"
-msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3123476\n"
-"help.text"
-msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"hd_id3155419\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3153062\n"
-"6\n"
-"help.text"
-msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3153192\n"
-"7\n"
-"help.text"
-msgid "You can nest multiple <emph>If...Then</emph> statements."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3154684\n"
-"8\n"
-"help.text"
-msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3152939\n"
-"9\n"
-"help.text"
-msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3153951\n"
-"10\n"
-"help.text"
-msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"hd_id3152576\n"
-"11\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3154490\n"
-"16\n"
-"help.text"
-msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3155601\n"
-"21\n"
-"help.text"
-msgid "MsgBox \"The expiration date has passed\""
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3146912\n"
-"23\n"
-"help.text"
-msgid "MsgBox \"The expiration date has not yet passed\""
-msgstr ""
-
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"par_id3154754\n"
-"25\n"
-"help.text"
-msgid "MsgBox \"The expiration date is today\""
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"tit\n"
-"help.text"
-msgid "Space Function [Runtime]"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"bm_id3150499\n"
-"help.text"
-msgid "<bookmark_value>Space function</bookmark_value>"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3150499\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"par_id3154927\n"
-"2\n"
-"help.text"
-msgid "Returns a string that consists of a specified amount of spaces."
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3153394\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"par_id3143267\n"
-"4\n"
-"help.text"
-msgid "Space (n As Long)"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3147242\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"par_id3149233\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3156152\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"par_id3143228\n"
-"8\n"
-"help.text"
-msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3154760\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"par_id3154216\n"
-"18\n"
-"help.text"
-msgid "MsgBox sOut,0,\"Info:\""
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"tit\n"
-"help.text"
-msgid "DateSerial Function [Runtime]"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"bm_id3157896\n"
-"help.text"
-msgid "<bookmark_value>DateSerial function</bookmark_value>"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"hd_id3157896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3143267\n"
-"2\n"
-"help.text"
-msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"hd_id3147264\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3149670\n"
-"4\n"
-"help.text"
-msgid "DateSerial (year, month, day)"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"hd_id3150792\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3150398\n"
-"6\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"hd_id3154141\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3147229\n"
-"8\n"
-"help.text"
-msgid "<emph>Year:</emph> Integer expression that indicates a year. All values between 0 and 99 are interpreted as the years 1900-1999. For years that fall outside this range, you must enter all four digits."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3156280\n"
-"9\n"
-"help.text"
-msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3151043\n"
-"10\n"
-"help.text"
-msgid "<emph>Day:</emph> Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3161832\n"
-"11\n"
-"help.text"
-msgid "The <emph>DateSerial function</emph> returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3155306\n"
-"12\n"
-"help.text"
-msgid "The <emph>DateSerial function</emph> returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive)."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3152576\n"
-"13\n"
-"help.text"
-msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3149481\n"
-"14\n"
-"help.text"
-msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"hd_id3155411\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3154942\n"
-"help.text"
-msgid "MsgBox lDate ' returns 23476"
-msgstr ""
-
-#: 03030101.xhp
-msgctxt ""
-"03030101.xhp\n"
-"par_id3151074\n"
-"help.text"
-msgid "MsgBox sDate ' returns 04/09/1964"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"tit\n"
-"help.text"
-msgid "Seek Statement [Runtime]"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"bm_id3159413\n"
-"help.text"
-msgid "<bookmark_value>Seek statement</bookmark_value>"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"hd_id3159413\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id3153381\n"
-"2\n"
-"help.text"
-msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id2100589\n"
-"help.text"
-msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id5444807\n"
-"help.text"
-msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id3156280\n"
-"5\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"hd_id3145785\n"
-"6\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id3145273\n"
-"7\n"
-"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"hd_id3154321\n"
-"8\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id3153952\n"
-"9\n"
-"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr ""
-
-#: 03020305.xhp
-msgctxt ""
-"03020305.xhp\n"
-"par_id3145366\n"
-"10\n"
-"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"tit\n"
-"help.text"
-msgid "TimeValue Function [Runtime]"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"bm_id3149670\n"
-"help.text"
-msgid "<bookmark_value>TimeValue function</bookmark_value>"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"hd_id3149670\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3153361\n"
-"2\n"
-"help.text"
-msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"hd_id3154138\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3156282\n"
-"4\n"
-"help.text"
-msgid "TimeValue (Text As String)"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"hd_id3153969\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3156424\n"
-"6\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"hd_id3145172\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3145786\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3152578\n"
-"9\n"
-"help.text"
-msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3163710\n"
-"10\n"
-"help.text"
-msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3151117\n"
-"11\n"
-"help.text"
-msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3147426\n"
-"12\n"
-"help.text"
-msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"hd_id3145271\n"
-"13\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3149378\n"
-"33\n"
-"help.text"
-msgid "a1 = \"start time\""
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3145800\n"
-"34\n"
-"help.text"
-msgid "b1 = \"end time\""
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3151074\n"
-"35\n"
-"help.text"
-msgid "c1 = \"total time\""
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"tit\n"
-"help.text"
-msgid "StrComp Function [Runtime]"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>StrComp function</bookmark_value>"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3156027\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3155805\n"
-"2\n"
-"help.text"
-msgid "Compares two strings and returns an integer value that represents the result of the comparison."
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3153345\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3150503\n"
-"4\n"
-"help.text"
-msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3147574\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3156152\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3150984\n"
-"7\n"
-"help.text"
-msgid "Parameter:"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3153061\n"
-"8\n"
-"help.text"
-msgid "<emph>Text1:</emph> Any string expression"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3147560\n"
-"9\n"
-"help.text"
-msgid "<emph>Text2:</emph> Any string expression"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3146796\n"
-"10\n"
-"help.text"
-msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3154940\n"
-"13\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3150358\n"
-"27\n"
-"help.text"
-msgid "If Text1 < Text2 the function returns -1"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3151043\n"
-"28\n"
-"help.text"
-msgid "If Text1 = Text2 the function returns 0"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"par_id3158410\n"
-"29\n"
-"help.text"
-msgid "If Text1 > Text2 the function returns 1"
-msgstr ""
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"hd_id3153968\n"
-"18\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Len Function [Runtime]"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"bm_id3154136\n"
-"help.text"
-msgid "<bookmark_value>Len function</bookmark_value>"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"hd_id3154136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"par_id3147576\n"
-"2\n"
-"help.text"
-msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"hd_id3159177\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "Len (Text As String)"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"hd_id3148473\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"par_id3143270\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"hd_id3147531\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"par_id3147265\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression or a variable of another type."
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"hd_id3153360\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03120402.xhp
-msgctxt ""
-"03120402.xhp\n"
-"par_id3156214\n"
-"13\n"
-"help.text"
-msgid "MsgBox Len(sText) REM Returns 9"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Wait Statement [Runtime]"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"bm_id3154136\n"
-"help.text"
-msgid "<bookmark_value>Wait statement</bookmark_value>"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"hd_id3154136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"par_id3149236\n"
-"2\n"
-"help.text"
-msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"hd_id3143229\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "Wait millisec"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"hd_id3148943\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"par_id3154924\n"
-"6\n"
-"help.text"
-msgid "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"hd_id3150541\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130600.xhp
-msgctxt ""
-"03130600.xhp\n"
-"par_id3156214\n"
-"13\n"
-"help.text"
-msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
-msgstr ""
-
-#: 03010300.xhp
-msgctxt ""
-"03010300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Color Functions"
-msgstr ""
-
-#: 03010300.xhp
-msgctxt ""
-"03010300.xhp\n"
-"hd_id3157896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
-msgstr ""
-
-#: 03010300.xhp
-msgctxt ""
-"03010300.xhp\n"
-"par_id3155555\n"
-"2\n"
-"help.text"
-msgid "This section describes Runtime functions used to define colors."
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"tit\n"
-"help.text"
-msgid "GetGuiType Function [Runtime]"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"bm_id3147143\n"
-"help.text"
-msgid "<bookmark_value>GetGuiType function</bookmark_value>"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"hd_id3155310\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3152459\n"
-"2\n"
-"help.text"
-msgid "Returns a numerical value that specifies the graphical user interface."
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3153323\n"
-"3\n"
-"help.text"
-msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"hd_id3154894\n"
-"4\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3147143\n"
-"5\n"
-"help.text"
-msgid "GetGUIType()"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"hd_id3149346\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3153748\n"
-"7\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"hd_id3149177\n"
-"8\n"
-"help.text"
-msgid "Return values:"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3147242\n"
-"9\n"
-"help.text"
-msgid "1: Windows"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"par_id3156152\n"
-"11\n"
-"help.text"
-msgid "4: UNIX"
-msgstr ""
-
-#: 03132100.xhp
-msgctxt ""
-"03132100.xhp\n"
-"hd_id3148685\n"
-"12\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Err Function [Runtime]"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"bm_id3156343\n"
-"help.text"
-msgid "<bookmark_value>Err function</bookmark_value>"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"hd_id3156343\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3150541\n"
-"2\n"
-"help.text"
-msgid "Returns an error code that identifies the error that occurred during program execution."
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"hd_id3149656\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3154123\n"
-"4\n"
-"help.text"
-msgid "Err"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"hd_id3147229\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3150869\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"hd_id3153193\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3149561\n"
-"8\n"
-"help.text"
-msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"hd_id3147317\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3147426\n"
-"11\n"
-"help.text"
-msgid "On Error Goto ErrorHandler REM Set up error handler"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3149481\n"
-"14\n"
-"help.text"
-msgid "REM Error occurs due to non-existent file"
-msgstr ""
-
-#: 03050200.xhp
-msgctxt ""
-"03050200.xhp\n"
-"par_id3145646\n"
-"21\n"
-"help.text"
-msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"tit\n"
-"help.text"
-msgid "FindObject Function [Runtime]"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"bm_id3145136\n"
-"help.text"
-msgid "<bookmark_value>FindObject function</bookmark_value>"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"hd_id3145136\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3155341\n"
-"2\n"
-"help.text"
-msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3150669\n"
-"3\n"
-"help.text"
-msgid "For example, the following command:"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3148473\n"
-"4\n"
-"help.text"
-msgid "MyObj.Prop1.Command = 5"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3156023\n"
-"5\n"
-"help.text"
-msgid "corresponds to the command block:"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3153896\n"
-"6\n"
-"help.text"
-msgid "Dim ObjVar as Object"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3154760\n"
-"7\n"
-"help.text"
-msgid "Dim ObjProp as Object"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3145069\n"
-"8\n"
-"help.text"
-msgid "ObjName As String = \"MyObj\""
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3154939\n"
-"9\n"
-"help.text"
-msgid "ObjVar = FindObject( ObjName As String )"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3150793\n"
-"10\n"
-"help.text"
-msgid "PropName As String = \"Prop1\""
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3154141\n"
-"11\n"
-"help.text"
-msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3156424\n"
-"12\n"
-"help.text"
-msgid "ObjProp.Command = 5"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3145420\n"
-"13\n"
-"help.text"
-msgid "This allows names to be dynamically created at run-time. For example:"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3153104\n"
-"14\n"
-"help.text"
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3150767\n"
-"15\n"
-"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"hd_id3150868\n"
-"16\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3151042\n"
-"17\n"
-"help.text"
-msgid "FindObject( ObjName As String )"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"hd_id3159254\n"
-"18\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03103800.xhp
-msgctxt ""
-"03103800.xhp\n"
-"par_id3150439\n"
-"19\n"
-"help.text"
-msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"tit\n"
-"help.text"
-msgid "Lof Function [Runtime]"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>Lof function</bookmark_value>"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3146794\n"
-"2\n"
-"help.text"
-msgid "Returns the size of an open file in bytes."
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"hd_id3153380\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3150359\n"
-"4\n"
-"help.text"
-msgid "Lof (FileNumber)"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"hd_id3154141\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3147230\n"
-"6\n"
-"help.text"
-msgid "Long"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"hd_id3156281\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3150869\n"
-"8\n"
-"help.text"
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3147349\n"
-"9\n"
-"help.text"
-msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"hd_id3155415\n"
-"10\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3154730\n"
-"13\n"
-"help.text"
-msgid "Dim sText As Variant REM must be a Variant"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3156276\n"
-"19\n"
-"help.text"
-msgid "Seek #iNumber,1 REM Position at start"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3148405\n"
-"20\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3154756\n"
-"21\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3145643\n"
-"22\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3150299\n"
-"31\n"
-"help.text"
-msgid "Put #iNumber,,\"This is a new line of text\""
-msgstr ""
-
-#: 03020303.xhp
-msgctxt ""
-"03020303.xhp\n"
-"par_id3166425\n"
-"34\n"
-"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"tit\n"
-"help.text"
-msgid "Call Statement [Runtime]"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"bm_id3154422\n"
-"help.text"
-msgid "<bookmark_value>Call statement</bookmark_value>"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"hd_id3154422\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"par_id3153394\n"
-"2\n"
-"help.text"
-msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"hd_id3153345\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"par_id3150984\n"
-"4\n"
-"help.text"
-msgid "[Call] Name [Parameter]"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"hd_id3150771\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"par_id3148473\n"
-"6\n"
-"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"par_id3148946\n"
-"7\n"
-"help.text"
-msgid "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"par_id3154216\n"
-"8\n"
-"help.text"
-msgid "A keyword is optional when you call a procedure. If a function is executed as an expression, the parameters must be enclosed by brackets in the statement. If a DLL is called, it must first be specified in the <emph>Declare-Statement</emph>."
-msgstr ""
-
-#: 03090401.xhp
-msgctxt ""
-"03090401.xhp\n"
-"hd_id3125865\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Beep Statement [Runtime]"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"bm_id3143284\n"
-"help.text"
-msgid "<bookmark_value>Beep statement</bookmark_value>"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"hd_id3143284\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"hd_id3153990\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"par_id3147291\n"
-"4\n"
-"help.text"
-msgid "Beep"
-msgstr ""
-
-#: 03130100.xhp
-msgctxt ""
-"03130100.xhp\n"
-"hd_id3148538\n"
-"5\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"tit\n"
-"help.text"
-msgid "DefCur Statement [Runtime]"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"bm_id9555345\n"
-"help.text"
-msgid "<bookmark_value>DefCur statement</bookmark_value>"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN1057D\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN1058D\n"
-"help.text"
-msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN10594\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN10597\n"
-"help.text"
-msgid "Parameters:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN1059B\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105A2\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105A9\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105B0\n"
-"help.text"
-msgid "<emph>DefCur:</emph> Currency"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105B7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105BB\n"
-"help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105D9\n"
-"help.text"
-msgid "cCur=Currency REM cCur is an implicit currency variable"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/sbasic/shared/01.po b/source/lb/helpcontent2/source/text/sbasic/shared/01.po
deleted file mode 100644
index 7a6dd457cde..00000000000
--- a/source/lb/helpcontent2/source/text/sbasic/shared/01.po
+++ /dev/null
@@ -1,614 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/shared/01
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 15:21+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"bm_id3150502\n"
-"help.text"
-msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3150502\n"
-"1\n"
-"help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"par_id3154840\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3149119\n"
-"3\n"
-"help.text"
-msgid "File name:"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"par_id3147102\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_LIBSDLG_TREE\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list."
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3147291\n"
-"5\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3147226\n"
-"7\n"
-"help.text"
-msgid "Insert as reference (read-only)"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"par_id3155892\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3145071\n"
-"9\n"
-"help.text"
-msgid "Replace existing libraries"
-msgstr ""
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"par_id3149812\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3159399\n"
-"1\n"
-"help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"par_id3150276\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3154285\n"
-"3\n"
-"help.text"
-msgid "Old password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153665\n"
-"4\n"
-"help.text"
-msgid "Password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"par_id3155628\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153126\n"
-"6\n"
-"help.text"
-msgid "New password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153628\n"
-"7\n"
-"help.text"
-msgid "Password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"par_id3159413\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3148947\n"
-"9\n"
-"help.text"
-msgid "Confirm"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"par_id3149457\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Repeat the new password for the selected library.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Macro"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"bm_id3145786\n"
-"help.text"
-msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3145786\n"
-"1\n"
-"help.text"
-msgid "Macro"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3152886\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"makro\"><ahelp hid=\".\">Opens the <emph>Macro </emph>dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3154145\n"
-"3\n"
-"help.text"
-msgid "Macro name"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3151116\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3153729\n"
-"7\n"
-"help.text"
-msgid "Macro from / Save macro in"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3153190\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3146975\n"
-"11\n"
-"help.text"
-msgid "Run / Save"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3154791\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/run\">Runs or saves the current macro.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3153158\n"
-"15\n"
-"help.text"
-msgid "Assign"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3149961\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3145799\n"
-"17\n"
-"help.text"
-msgid "Edit"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3147127\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\".\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3149400\n"
-"19\n"
-"help.text"
-msgid "New/Delete"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3155602\n"
-"61\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3149124\n"
-"20\n"
-"help.text"
-msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3150749\n"
-"21\n"
-"help.text"
-msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3153764\n"
-"22\n"
-"help.text"
-msgid "Organizer"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3148405\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3166447\n"
-"29\n"
-"help.text"
-msgid "Module/Dialog"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3155959\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogs.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3149922\n"
-"31\n"
-"help.text"
-msgid "You can drag-and-drop a module or a dialog between libraries."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3159333\n"
-"33\n"
-"help.text"
-msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3147131\n"
-"34\n"
-"help.text"
-msgid "Edit"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3149816\n"
-"35\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialog for editing.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3151214\n"
-"36\n"
-"help.text"
-msgid "New"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3154202\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Creates a new module.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3153269\n"
-"40\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Creates a new dialog.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3154587\n"
-"42\n"
-"help.text"
-msgid "Libraries tab page"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3153705\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Lets you manage the macro libraries.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3145259\n"
-"44\n"
-"help.text"
-msgid "Location"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3153234\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the location containing the macro libraries that you want to organize.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3148460\n"
-"46\n"
-"help.text"
-msgid "Library"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3150828\n"
-"47\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the macro libraries in the chosen location.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3145134\n"
-"48\n"
-"help.text"
-msgid "Edit"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3150518\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3150371\n"
-"50\n"
-"help.text"
-msgid "Password"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3166430\n"
-"51\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3154372\n"
-"52\n"
-"help.text"
-msgid "New"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3145387\n"
-"53\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3154259\n"
-"56\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3156169\n"
-"57\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new module, dialog, or library.</ahelp>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3151183\n"
-"54\n"
-"help.text"
-msgid "Append"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3155126\n"
-"55\n"
-"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/sbasic/shared/02.po b/source/lb/helpcontent2/source/text/sbasic/shared/02.po
deleted file mode 100644
index ef6c4452ac3..00000000000
--- a/source/lb/helpcontent2/source/text/sbasic/shared/02.po
+++ /dev/null
@@ -1,1757 +0,0 @@
-#. extracted from helpcontent2/source/text/sbasic/shared/02
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 15:21+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 11150000.xhp
-msgctxt ""
-"11150000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Save Source As"
-msgstr ""
-
-#: 11150000.xhp
-msgctxt ""
-"11150000.xhp\n"
-"hd_id3149497\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>"
-msgstr ""
-
-#: 11150000.xhp
-msgctxt ""
-"11150000.xhp\n"
-"par_id3147261\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
-msgstr ""
-
-#: 11150000.xhp
-msgctxt ""
-"11150000.xhp\n"
-"par_id3145071\n"
-"help.text"
-msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>"
-msgstr ""
-
-#: 11150000.xhp
-msgctxt ""
-"11150000.xhp\n"
-"par_id3151110\n"
-"2\n"
-"help.text"
-msgid "Save Source As"
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Source Text"
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"hd_id3154044\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>"
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"par_id3150702\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"par_id3150445\n"
-"3\n"
-"help.text"
-msgid "Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>."
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"par_id3145136\n"
-"help.text"
-msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
-msgstr ""
-
-#: 11140000.xhp
-msgctxt ""
-"11140000.xhp\n"
-"par_id3145346\n"
-"4\n"
-"help.text"
-msgid "Insert source text"
-msgstr ""
-
-#: 11190000.xhp
-msgctxt ""
-"11190000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Export Dialog"
-msgstr ""
-
-#: 11190000.xhp
-msgctxt ""
-"11190000.xhp\n"
-"hd_id3156183\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
-msgstr ""
-
-#: 11190000.xhp
-msgctxt ""
-"11190000.xhp\n"
-"par_id3152363\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>"
-msgstr ""
-
-#: 11190000.xhp
-msgctxt ""
-"11190000.xhp\n"
-"par_id3143267\n"
-"help.text"
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
-msgstr ""
-
-#: 11190000.xhp
-msgctxt ""
-"11190000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Export Dialog"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Stop"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"bm_id3154863\n"
-"help.text"
-msgid "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"hd_id3154863\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"par_id3147226\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"par_id3146797\n"
-"help.text"
-msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>"
-msgstr ""
-
-#: 11040000.xhp
-msgctxt ""
-"11040000.xhp\n"
-"par_id3150986\n"
-"3\n"
-"help.text"
-msgid "Stop"
-msgstr ""
-
-#: 11100000.xhp
-msgctxt ""
-"11100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Macros"
-msgstr ""
-
-#: 11100000.xhp
-msgctxt ""
-"11100000.xhp\n"
-"hd_id3156183\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>"
-msgstr ""
-
-#: 11100000.xhp
-msgctxt ""
-"11100000.xhp\n"
-"par_id3147399\n"
-"2\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>"
-msgstr ""
-
-#: 11100000.xhp
-msgctxt ""
-"11100000.xhp\n"
-"par_id3148538\n"
-"help.text"
-msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>"
-msgstr ""
-
-#: 11100000.xhp
-msgctxt ""
-"11100000.xhp\n"
-"par_id3153542\n"
-"3\n"
-"help.text"
-msgid "Macros"
-msgstr ""
-
-#: 11160000.xhp
-msgctxt ""
-"11160000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Step Out"
-msgstr ""
-
-#: 11160000.xhp
-msgctxt ""
-"11160000.xhp\n"
-"hd_id3148983\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>"
-msgstr ""
-
-#: 11160000.xhp
-msgctxt ""
-"11160000.xhp\n"
-"par_id3157898\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>"
-msgstr ""
-
-#: 11160000.xhp
-msgctxt ""
-"11160000.xhp\n"
-"par_id3156410\n"
-"help.text"
-msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>"
-msgstr ""
-
-#: 11160000.xhp
-msgctxt ""
-"11160000.xhp\n"
-"par_id3158421\n"
-"3\n"
-"help.text"
-msgid "Step Out"
-msgstr ""
-
-#: 11120000.xhp
-msgctxt ""
-"11120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Find Parentheses"
-msgstr ""
-
-#: 11120000.xhp
-msgctxt ""
-"11120000.xhp\n"
-"hd_id3149497\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>"
-msgstr ""
-
-#: 11120000.xhp
-msgctxt ""
-"11120000.xhp\n"
-"par_id3155150\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:MatchGroup\" visibility=\"visible\">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp>"
-msgstr ""
-
-#: 11120000.xhp
-msgctxt ""
-"11120000.xhp\n"
-"par_id3149182\n"
-"help.text"
-msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>"
-msgstr ""
-
-#: 11120000.xhp
-msgctxt ""
-"11120000.xhp\n"
-"par_id3147276\n"
-"3\n"
-"help.text"
-msgid "Find Parentheses"
-msgstr ""
-
-#: 11110000.xhp
-msgctxt ""
-"11110000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Modules"
-msgstr ""
-
-#: 11110000.xhp
-msgctxt ""
-"11110000.xhp\n"
-"hd_id3148520\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>"
-msgstr ""
-
-#: 11110000.xhp
-msgctxt ""
-"11110000.xhp\n"
-"par_id3156414\n"
-"2\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ModuleDialog\">Click here to open the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog.</ahelp>"
-msgstr ""
-
-#: 11110000.xhp
-msgctxt ""
-"11110000.xhp\n"
-"par_id3157958\n"
-"help.text"
-msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>"
-msgstr ""
-
-#: 11110000.xhp
-msgctxt ""
-"11110000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Modules"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Procedure Step"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"hd_id3148520\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"par_id3152363\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"par_id3153394\n"
-"4\n"
-"help.text"
-msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"par_id3147576\n"
-"help.text"
-msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"par_id3154307\n"
-"3\n"
-"help.text"
-msgid "Procedure Step"
-msgstr ""
-
-#: 11060000.xhp
-msgctxt ""
-"11060000.xhp\n"
-"par_id3153562\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Object Catalog"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"hd_id3153255\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3151384\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> dialog, where you can view Basic objects.</ahelp>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3147576\n"
-"15\n"
-"help.text"
-msgid "Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Click the name of a module or dialog and then click the <emph>Show</emph> icon to load and display that module or dialog."
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3148538\n"
-"help.text"
-msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3154515\n"
-"3\n"
-"help.text"
-msgid "Object Catalog"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"hd_id3155388\n"
-"4\n"
-"help.text"
-msgid "Show"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3155630\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">Display the source text or dialog of a selected object.</ahelp>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3153126\n"
-"help.text"
-msgid "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">Icon</alt></image>"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3147560\n"
-"6\n"
-"help.text"
-msgid "Show"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"hd_id3146794\n"
-"13\n"
-"help.text"
-msgid "Window Area"
-msgstr ""
-
-#: 11090000.xhp
-msgctxt ""
-"11090000.xhp\n"
-"par_id3149655\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. To display the contents of an item in the window, double-click its name or select the name and click the <emph>Show</emph> icon.</ahelp>"
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Breakpoint"
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"hd_id3154863\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>"
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"par_id3155364\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"par_id3149346\n"
-"4\n"
-"help.text"
-msgid "The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link> mode until the error occurs. You can also use the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> icon to check the content of the relevant variables."
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"par_id3156346\n"
-"help.text"
-msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>"
-msgstr ""
-
-#: 11070000.xhp
-msgctxt ""
-"11070000.xhp\n"
-"par_id3149416\n"
-"3\n"
-"help.text"
-msgid "Breakpoint"
-msgstr ""
-
-#: 11020000.xhp
-msgctxt ""
-"11020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Compile"
-msgstr ""
-
-#: 11020000.xhp
-msgctxt ""
-"11020000.xhp\n"
-"hd_id3148983\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>"
-msgstr ""
-
-#: 11020000.xhp
-msgctxt ""
-"11020000.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:CompileBasic\" visibility=\"visible\">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps."
-msgstr ""
-
-#: 11020000.xhp
-msgctxt ""
-"11020000.xhp\n"
-"par_id3156426\n"
-"help.text"
-msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>"
-msgstr ""
-
-#: 11020000.xhp
-msgctxt ""
-"11020000.xhp\n"
-"par_id3149399\n"
-"3\n"
-"help.text"
-msgid "Compile"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Controls"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"bm_id3150402\n"
-"help.text"
-msgid "<bookmark_value>controls; in dialog editor</bookmark_value><bookmark_value>push button control in dialog editor</bookmark_value><bookmark_value>icon control</bookmark_value><bookmark_value>buttons; controls</bookmark_value><bookmark_value>image control</bookmark_value><bookmark_value>check box control</bookmark_value><bookmark_value>radio button control</bookmark_value><bookmark_value>option button control</bookmark_value><bookmark_value>fixed text control</bookmark_value><bookmark_value>label field control</bookmark_value><bookmark_value>editing; controls</bookmark_value><bookmark_value>text boxes; controls</bookmark_value><bookmark_value>list boxes; controls</bookmark_value><bookmark_value>combo box control</bookmark_value><bookmark_value>scroll bar control</bookmark_value><bookmark_value>horizontal scrollbar control</bookmark_value><bookmark_value>vertical scrollbar control</bookmark_value><bookmark_value>group box control</bookmark_value><bookmark_value>progress bar control</bookmark_value><bookmark_value>fixed line control</bookmark_value><bookmark_value>horizontal line control</bookmark_value><bookmark_value>line control</bookmark_value><bookmark_value>vertical line control</bookmark_value><bookmark_value>date field control</bookmark_value><bookmark_value>time field control</bookmark_value><bookmark_value>numerical field control</bookmark_value><bookmark_value>currency field control</bookmark_value><bookmark_value>formatted field control</bookmark_value><bookmark_value>pattern field control</bookmark_value><bookmark_value>masked field control</bookmark_value><bookmark_value>file selection control</bookmark_value><bookmark_value>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150402\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147000\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147226\n"
-"help.text"
-msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153749\n"
-"3\n"
-"help.text"
-msgid "Insert Controls"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3157958\n"
-"5\n"
-"help.text"
-msgid "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialog\">properties dialog</link>."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148538\n"
-"6\n"
-"help.text"
-msgid "In edit mode, you can also right-click a control and choose the cut, copy, and paste command."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3148473\n"
-"7\n"
-"help.text"
-msgid "Button"
-msgstr "Schaltfläch"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153824\n"
-"help.text"
-msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147530\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertPushbutton\">Adds a command button.</ahelp> You can use a command button to execute a command for a defined event, such as a mouse click."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154923\n"
-"9\n"
-"help.text"
-msgid "If you want, you can add text or a graphic to the button."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3148550\n"
-"10\n"
-"help.text"
-msgid "Image Control"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154138\n"
-"help.text"
-msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3151042\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150447\n"
-"12\n"
-"help.text"
-msgid "Check Box"
-msgstr "Kontrollfeld"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3155131\n"
-"help.text"
-msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147317\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150486\n"
-"14\n"
-"help.text"
-msgid "Option Button"
-msgstr "Optionsfeld"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3155856\n"
-"help.text"
-msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153575\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154729\n"
-"16\n"
-"help.text"
-msgid "Label Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3149300\n"
-"help.text"
-msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3156181\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertFixedText\">Adds a field for displaying text labels.</ahelp> These labels are only for displaying predefined text, and not for entering text."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3149123\n"
-"18\n"
-"help.text"
-msgid "Text Box"
-msgstr "Textfeld"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153766\n"
-"help.text"
-msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153712\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154253\n"
-"20\n"
-"help.text"
-msgid "List Box"
-msgstr "Lëschtfeld"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3155959\n"
-"help.text"
-msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3155176\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150644\n"
-"22\n"
-"help.text"
-msgid "Combo Box"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148418\n"
-"help.text"
-msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154199\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Combobox\">Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list.</ahelp> If you want, you can make the entries in the combo box \"read only\"."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154585\n"
-"24\n"
-"help.text"
-msgid "Horizontal Scrollbar"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153781\n"
-"help.text"
-msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153232\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154119\n"
-"26\n"
-"help.text"
-msgid "Vertical Scrollbar"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3150515\n"
-"help.text"
-msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3155376\n"
-"27\n"
-"help.text"
-msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150313\n"
-"28\n"
-"help.text"
-msgid "Group Box"
-msgstr "Gruppëfeld"
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3151184\n"
-"help.text"
-msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3159622\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148820\n"
-"30\n"
-"help.text"
-msgid "To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3149330\n"
-"31\n"
-"help.text"
-msgid "Progress Bar"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3159093\n"
-"help.text"
-msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3157979\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3145654\n"
-"33\n"
-"help.text"
-msgid "Horizontal Line"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3150888\n"
-"help.text"
-msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3151000\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3155095\n"
-"35\n"
-"help.text"
-msgid "Vertical Line"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154913\n"
-"help.text"
-msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3159203\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154540\n"
-"37\n"
-"help.text"
-msgid "Date Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148901\n"
-"help.text"
-msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154214\n"
-"38\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3150046\n"
-"39\n"
-"help.text"
-msgid "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3151126\n"
-"40\n"
-"help.text"
-msgid "Time Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154338\n"
-"help.text"
-msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3151191\n"
-"41\n"
-"help.text"
-msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154733\n"
-"42\n"
-"help.text"
-msgid "Numeric Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3146107\n"
-"help.text"
-msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147244\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3149870\n"
-"44\n"
-"help.text"
-msgid "Currency Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153958\n"
-"help.text"
-msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154064\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3150117\n"
-"46\n"
-"help.text"
-msgid "Formatted Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3153162\n"
-"help.text"
-msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3146320\n"
-"47\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertFormattedField\">Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3156160\n"
-"48\n"
-"help.text"
-msgid "Pattern Field"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3150379\n"
-"help.text"
-msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147382\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded."
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3146815\n"
-"50\n"
-"help.text"
-msgid "File Selection"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3149194\n"
-"help.text"
-msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3145632\n"
-"51\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3155912\n"
-"52\n"
-"help.text"
-msgid "Select"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3154903\n"
-"help.text"
-msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148465\n"
-"53\n"
-"help.text"
-msgid "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3154055\n"
-"54\n"
-"help.text"
-msgid "Properties"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3148725\n"
-"help.text"
-msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3151105\n"
-"55\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialog where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id3153746\n"
-"56\n"
-"help.text"
-msgid "Activate Test Mode"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3147417\n"
-"help.text"
-msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id3150699\n"
-"57\n"
-"help.text"
-msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id2954191\n"
-"help.text"
-msgid "Manage Language"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id2320017\n"
-"help.text"
-msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id1261940\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"hd_id11902\n"
-"help.text"
-msgid "Tree Control"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id7511520\n"
-"help.text"
-msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>"
-msgstr ""
-
-#: 20000000.xhp
-msgctxt ""
-"20000000.xhp\n"
-"par_id9961851\n"
-"help.text"
-msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>"
-msgstr ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Library"
-msgstr ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"hd_id3151100\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
-msgstr ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"par_id3154136\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:LibSelector\" visibility=\"visible\">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE."
-msgstr ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"par_id3149095\n"
-"help.text"
-msgid "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>"
-msgstr ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"par_id3147654\n"
-"3\n"
-"help.text"
-msgid "Library List Box"
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Import Dialog"
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"hd_id3156183\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>"
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id3152363\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>"
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505211\n"
-"help.text"
-msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505360\n"
-"help.text"
-msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505320\n"
-"help.text"
-msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505383\n"
-"help.text"
-msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505340\n"
-"help.text"
-msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id0929200903505367\n"
-"help.text"
-msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files."
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id3143267\n"
-"help.text"
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
-msgstr ""
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Import Dialog"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Single Step"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"hd_id3155934\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3146117\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3152801\n"
-"4\n"
-"help.text"
-msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3157958\n"
-"help.text"
-msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3147573\n"
-"3\n"
-"help.text"
-msgid "Single Step"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3149235\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>"
-msgstr ""
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Run"
-msgstr ""
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"hd_id3153255\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>"
-msgstr ""
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>"
-msgstr ""
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"par_id3156410\n"
-"help.text"
-msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>"
-msgstr ""
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"par_id3154750\n"
-"3\n"
-"help.text"
-msgid "Run"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Enable Watch"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"hd_id3154863\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3093440\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AddWatch\">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp>"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3147399\n"
-"6\n"
-"help.text"
-msgid "Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated."
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3155892\n"
-"help.text"
-msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3150276\n"
-"3\n"
-"help.text"
-msgid "Enable Watch"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3159158\n"
-"4\n"
-"help.text"
-msgid "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon."
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Manage Breakpoints"
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"hd_id3156183\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"par_id3152363\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>"
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"par_id3143267\n"
-"help.text"
-msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Manage Breakpoints"
-msgstr ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"par_id3154897\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialog\"><emph>Manage Breakpoints</emph> dialog</link>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc.po b/source/lb/helpcontent2/source/text/scalc.po
deleted file mode 100644
index 659f14fa498..00000000000
--- a/source/lb/helpcontent2/source/text/scalc.po
+++ /dev/null
@@ -1,1620 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:33+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"tit\n"
-"help.text"
-msgid "Status Bar"
-msgstr ""
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"hd_id3151385\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
-msgstr ""
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"par_id3149669\n"
-"2\n"
-"help.text"
-msgid "The <emph>Status Bar</emph> displays information about the current sheet."
-msgstr ""
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"hd_id0821200911024321\n"
-"help.text"
-msgid "Digital Signature"
-msgstr ""
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"par_id0821200911024344\n"
-"help.text"
-msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3153254\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3150400\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3125863\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3153726\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3153142\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3151073\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3145254\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id1387066\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3150717\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>"
-msgstr ""
-
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"hd_id3154754\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3150769\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"par_id3150440\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"par_id3152576\n"
-"10\n"
-"help.text"
-msgid "You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications."
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3149122\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3155768\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3154015\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr ""
-
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3150086\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"tit\n"
-"help.text"
-msgid "$[officename] Calc Features"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3154758\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3149457\n"
-"2\n"
-"help.text"
-msgid "$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3148797\n"
-"4\n"
-"help.text"
-msgid "Calculations"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3145172\n"
-"5\n"
-"help.text"
-msgid "$[officename] Calc provides you with <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3145271\n"
-"6\n"
-"help.text"
-msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3152596\n"
-"13\n"
-"help.text"
-msgid "What-If Calculations"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3156444\n"
-"14\n"
-"help.text"
-msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3148576\n"
-"7\n"
-"help.text"
-msgid "Database Functions"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3154011\n"
-"8\n"
-"help.text"
-msgid "Use spreadsheets to arrange, store, and filter your data."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3154942\n"
-"25\n"
-"help.text"
-msgid "$[officename] Calc lets you drag-and-drop tables from databases, or lets you use a spreadsheet as a data source for creating form letters in $[officename] Writer."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3145800\n"
-"9\n"
-"help.text"
-msgid "Arranging Data"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3154490\n"
-"10\n"
-"help.text"
-msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3155601\n"
-"16\n"
-"help.text"
-msgid "Dynamic Charts"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3149121\n"
-"17\n"
-"help.text"
-msgid "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes."
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3153707\n"
-"18\n"
-"help.text"
-msgid "Opening and Saving Microsoft Files"
-msgstr ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3157867\n"
-"19\n"
-"help.text"
-msgid "Use the $[officename] filters to convert Excel files, or to open and save in a variety of other <link href=\"text/shared/00/00000020.xhp\" name=\"formats\">formats</link>."
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"tit\n"
-"help.text"
-msgid "Text Formatting Bar"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3156330\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"par_id3151112\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRTEXT\">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text frame or a drawing object, contains formatting and alignment commands.</ahelp>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3148575\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3154944\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3146969\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3153711\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3147345\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3155337\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3147001\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3155115\n"
-"14\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3150202\n"
-"15\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3155531\n"
-"16\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3145387\n"
-"17\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr ""
-
-#: main0205.xhp
-msgctxt ""
-"main0205.xhp\n"
-"hd_id3153067\n"
-"18\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"tit\n"
-"help.text"
-msgid "Drawing Object Properties Bar"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"hd_id3154346\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_DRAW\">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"hd_id3145748\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"hd_id3151073\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"hd_id3153417\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
-msgstr ""
-
-#: main0203.xhp
-msgctxt ""
-"main0203.xhp\n"
-"hd_id3147338\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3157909\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"par_id3153896\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3150769\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3149260\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3153726\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3156285\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3154492\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3154511\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3145640\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3146918\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"par_id0302200904002496\n"
-"help.text"
-msgid "Inserts a chart."
-msgstr ""
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3147003\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools Bar"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_id3151112\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN10610\n"
-"help.text"
-msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"hd_id3154730\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN10690\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN106A8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN106C0\n"
-"help.text"
-msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN106D8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>"
-msgstr ""
-
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"par_idN106F0\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3149669\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FormatMenu\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3154732\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3155087\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3145748\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3154485\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3157980\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3159206\n"
-"14\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3154703\n"
-"17\n"
-"help.text"
-msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>"
-msgstr ""
-
-#: main0105.xhp
-msgctxt ""
-"main0105.xhp\n"
-"hd_id3147005\n"
-"16\n"
-"help.text"
-msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>"
-msgstr ""
-
-#: main0107.xhp
-msgctxt ""
-"main0107.xhp\n"
-"tit\n"
-"help.text"
-msgid "Window"
-msgstr ""
-
-#: main0107.xhp
-msgctxt ""
-"main0107.xhp\n"
-"hd_id3154758\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
-msgstr ""
-
-#: main0107.xhp
-msgctxt ""
-"main0107.xhp\n"
-"par_id3150398\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page Preview Bar"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"par_id3148663\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Page Preview</emph> Bar is displayed when you choose <emph>File - Page Preview</emph>.</ahelp>"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3147393\n"
-"3\n"
-"help.text"
-msgid "Full Screen"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"par_id460828\n"
-"help.text"
-msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3147394\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3147494\n"
-"3\n"
-"help.text"
-msgid "Margins"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"par_id460929\n"
-"help.text"
-msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog."
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3245494\n"
-"3\n"
-"help.text"
-msgid "Scaling Factor"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"par_id460939\n"
-"help.text"
-msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too."
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3147395\n"
-"3\n"
-"help.text"
-msgid "Close Preview"
-msgstr ""
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"par_id460829\n"
-"help.text"
-msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"tit\n"
-"help.text"
-msgid "View"
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"hd_id3151112\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105AB\n"
-"help.text"
-msgid "Normal"
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105AF\n"
-"help.text"
-msgid "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
-msgstr ""
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"hd_id3125863\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id3154758\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3146119\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3153728\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3154492\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3150715\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3149018\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3156384\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02160000.xhp\" name=\"Delete Cells\">Delete Cells</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3146919\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
-msgstr ""
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3148488\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"tit\n"
-"help.text"
-msgid "Formatting Bar"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150448\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id3153897\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3153160\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150715\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3155064\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3150042\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3154703\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3152986\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3153306\n"
-"14\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id3151240\n"
-"15\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN10843\n"
-"help.text"
-msgid "Number Format : Date"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN10847\n"
-"help.text"
-msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN1085E\n"
-"help.text"
-msgid "Number Format: Exponential"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN10862\n"
-"help.text"
-msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN10871\n"
-"help.text"
-msgid "Additional icons"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN10875\n"
-"help.text"
-msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible."
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN1088E\n"
-"help.text"
-msgid "Left-To-Right"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN1089C\n"
-"help.text"
-msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN108BA\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN108D1\n"
-"help.text"
-msgid "Right-To-Left"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN108DF\n"
-"help.text"
-msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_idN108FD\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id192266\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id1998962\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id2376476\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id349131\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Welcome to the $[officename] Calc Help"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3147338\n"
-"1\n"
-"help.text"
-msgid "Welcome to the $[officename] Calc Help"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3153965\n"
-"3\n"
-"help.text"
-msgid "How to Work With $[officename] Calc"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"par_id3147004\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3154659\n"
-"6\n"
-"help.text"
-msgid "$[officename] Calc Menus, Toolbars, and Keys"
-msgstr ""
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3150883\n"
-"4\n"
-"help.text"
-msgid "Help about the Help"
-msgstr ""
-
-#: main0100.xhp
-msgctxt ""
-"main0100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Menus"
-msgstr ""
-
-#: main0100.xhp
-msgctxt ""
-"main0100.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
-msgstr ""
-
-#: main0100.xhp
-msgctxt ""
-"main0100.xhp\n"
-"par_id3154760\n"
-"2\n"
-"help.text"
-msgid "The following menu commands are available for spreadsheets."
-msgstr ""
-
-#: main0206.xhp
-msgctxt ""
-"main0206.xhp\n"
-"tit\n"
-"help.text"
-msgid "Formula Bar"
-msgstr ""
-
-#: main0206.xhp
-msgctxt ""
-"main0206.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>"
-msgstr ""
-
-#: main0206.xhp
-msgctxt ""
-"main0206.xhp\n"
-"par_id3150400\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>"
-msgstr ""
-
-#: main0200.xhp
-msgctxt ""
-"main0200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Toolbars"
-msgstr ""
-
-#: main0200.xhp
-msgctxt ""
-"main0200.xhp\n"
-"hd_id3154758\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
-msgstr ""
-
-#: main0200.xhp
-msgctxt ""
-"main0200.xhp\n"
-"par_id3148798\n"
-"2\n"
-"help.text"
-msgid "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"tit\n"
-"help.text"
-msgid "File"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"par_id3151112\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3154684\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3147434\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3147396\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3149400\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3155445\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
-msgstr ""
-
-#: main0101.xhp
-msgctxt ""
-"main0101.xhp\n"
-"hd_id3147339\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
-msgstr ""
-
-#: main0214.xhp
-msgctxt ""
-"main0214.xhp\n"
-"tit\n"
-"help.text"
-msgid "Picture Bar"
-msgstr ""
-
-#: main0214.xhp
-msgctxt ""
-"main0214.xhp\n"
-"hd_id3153088\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
-msgstr ""
-
-#: main0214.xhp
-msgctxt ""
-"main0214.xhp\n"
-"par_id3153896\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">The <emph>Picture</emph> bar is displayed when you insert or select a picture in a sheet.</ahelp>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/00.po b/source/lb/helpcontent2/source/text/scalc/00.po
deleted file mode 100644
index b75e8dada0c..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/00.po
+++ /dev/null
@@ -1,1776 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/00
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:33+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 00000407.xhp
-msgctxt ""
-"00000407.xhp\n"
-"tit\n"
-"help.text"
-msgid "Window Menu"
-msgstr ""
-
-#: 00000407.xhp
-msgctxt ""
-"00000407.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "Window Menu"
-msgstr ""
-
-#: 00000407.xhp
-msgctxt ""
-"00000407.xhp\n"
-"par_id3147335\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
-msgstr ""
-
-#: 00000407.xhp
-msgctxt ""
-"00000407.xhp\n"
-"par_id3153663\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data Menu"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"hd_id3145136\n"
-"1\n"
-"help.text"
-msgid "Data Menu"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id8366954\n"
-"help.text"
-msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3147399\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3145345\n"
-"4\n"
-"help.text"
-msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150443\n"
-"5\n"
-"help.text"
-msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148491\n"
-"6\n"
-"help.text"
-msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3154516\n"
-"7\n"
-"help.text"
-msgid "On Standard bar, click"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148663\n"
-"help.text"
-msgid "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150767\n"
-"8\n"
-"help.text"
-msgid "Sort Ascending"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153969\n"
-"help.text"
-msgid "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3145364\n"
-"9\n"
-"help.text"
-msgid "Sort Descending"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3146984\n"
-"10\n"
-"help.text"
-msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155308\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148646\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3151113\n"
-"13\n"
-"help.text"
-msgid "On Tools bar or Table Data bar, click"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3145799\n"
-"help.text"
-msgid "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3149401\n"
-"14\n"
-"help.text"
-msgid "AutoFilter"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3156278\n"
-"17\n"
-"help.text"
-msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153764\n"
-"18\n"
-"help.text"
-msgid "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155444\n"
-"19\n"
-"help.text"
-msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3156382\n"
-"20\n"
-"help.text"
-msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155961\n"
-"48\n"
-"help.text"
-msgid "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148485\n"
-"help.text"
-msgid "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3149207\n"
-"49\n"
-"help.text"
-msgid "Remove Filter/Sort"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3152778\n"
-"21\n"
-"help.text"
-msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3166424\n"
-"22\n"
-"help.text"
-msgid "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3154574\n"
-"23\n"
-"help.text"
-msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3151277\n"
-"24\n"
-"help.text"
-msgid "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3145133\n"
-"25\n"
-"help.text"
-msgid "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3152992\n"
-"26\n"
-"help.text"
-msgid "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150367\n"
-"27\n"
-"help.text"
-msgid "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3154486\n"
-"28\n"
-"help.text"
-msgid "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3146978\n"
-"29\n"
-"help.text"
-msgid "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155809\n"
-"30\n"
-"help.text"
-msgid "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148701\n"
-"31\n"
-"help.text"
-msgid "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153815\n"
-"32\n"
-"help.text"
-msgid "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3159223\n"
-"33\n"
-"help.text"
-msgid "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3146870\n"
-"34\n"
-"help.text"
-msgid "Choose <emph>Data - Group and Outline - Group</emph>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3144507\n"
-"51\n"
-"help.text"
-msgid "F12"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3144772\n"
-"35\n"
-"help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3149438\n"
-"help.text"
-msgid "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150214\n"
-"36\n"
-"help.text"
-msgid "Group"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3146781\n"
-"37\n"
-"help.text"
-msgid "Choose <emph>Data - Group and Outline - Ungroup</emph>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150892\n"
-"52\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155097\n"
-"38\n"
-"help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150048\n"
-"help.text"
-msgid "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">Icon</alt></image>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153555\n"
-"39\n"
-"help.text"
-msgid "Ungroup"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153008\n"
-"40\n"
-"help.text"
-msgid "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3154709\n"
-"41\n"
-"help.text"
-msgid "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id1774346\n"
-"help.text"
-msgid "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables)</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155759\n"
-"42\n"
-"help.text"
-msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3154625\n"
-"43\n"
-"help.text"
-msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3147558\n"
-"53\n"
-"help.text"
-msgid "<variable id=\"dndq\">Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153297\n"
-"50\n"
-"help.text"
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3145118\n"
-"54\n"
-"help.text"
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog."
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153294\n"
-"44\n"
-"help.text"
-msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3151344\n"
-"45\n"
-"help.text"
-msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150397\n"
-"46\n"
-"help.text"
-msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
-msgstr ""
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_idN10B8F\n"
-"help.text"
-msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format Menu"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"hd_id3150769\n"
-"1\n"
-"help.text"
-msgid "Format Menu"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154685\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153194\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155854\n"
-"4\n"
-"help.text"
-msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3150012\n"
-"5\n"
-"help.text"
-msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3148645\n"
-"6\n"
-"help.text"
-msgid "Choose <emph>Format - Row - Hide</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153728\n"
-"7\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Hide</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3151114\n"
-"8\n"
-"help.text"
-msgid "Choose <emph>Format - Sheet - Hide</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3148576\n"
-"9\n"
-"help.text"
-msgid "Choose <emph>Format - Row - Show</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3156286\n"
-"10\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Show</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3145645\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"fospa\">Choose <emph>Format - Column</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3145252\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Optimal Width</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3146971\n"
-"36\n"
-"help.text"
-msgid "Double-click right column separator in column headers"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3147362\n"
-"15\n"
-"help.text"
-msgid "<variable id=\"fot\">Choose <emph>Format - Sheet</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"16\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Format - Sheet - Rename</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"17\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Format - Sheet - Show</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_idN1077A\n"
-"help.text"
-msgid "<variable id=\"foste\">Choose <emph>Format - Page</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155508\n"
-"25\n"
-"help.text"
-msgid "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab </variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3150883\n"
-"26\n"
-"help.text"
-msgid "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3156448\n"
-"27\n"
-"help.text"
-msgid "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3156290\n"
-"35\n"
-"help.text"
-msgid "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155812\n"
-"28\n"
-"help.text"
-msgid "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Remove</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153307\n"
-"29\n"
-"help.text"
-msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph></variable>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153916\n"
-"31\n"
-"help.text"
-msgid "Choose <emph>Format - AutoFormat</emph>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154532\n"
-"32\n"
-"help.text"
-msgid "On the Tools bar, click"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3149332\n"
-"help.text"
-msgid "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">Icon</alt></image>"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154060\n"
-"33\n"
-"help.text"
-msgid "AutoFormat"
-msgstr ""
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154618\n"
-"34\n"
-"help.text"
-msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Menu"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"hd_id3149346\n"
-"1\n"
-"help.text"
-msgid "Insert Menu"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149095\n"
-"36\n"
-"help.text"
-msgid "<variable id=\"eimaum\">Choose <emph>Insert - Manual Break</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149398\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"eimaumze\">Choose <emph>Insert - Manual Break - Row Break</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3150084\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"eimaumsp\">Choose <emph>Insert - Manual Break - Column Break</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149784\n"
-"4\n"
-"help.text"
-msgid "Choose <emph>Insert - Cells</emph>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3154514\n"
-"5\n"
-"help.text"
-msgid "Open <emph>Insert Cells</emph> toolbar from Tools bar:"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149656\n"
-"help.text"
-msgid "<image id=\"img_id3154365\" src=\"cmd/sc_inscellsctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154365\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3151041\n"
-"6\n"
-"help.text"
-msgid "Insert Cells"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3145273\n"
-"help.text"
-msgid "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3146985\n"
-"7\n"
-"help.text"
-msgid "Insert Cells Down"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3144766\n"
-"help.text"
-msgid "<image id=\"img_id3154942\" src=\"cmd/sc_insertcellsright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154942\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3145646\n"
-"8\n"
-"help.text"
-msgid "Insert Cells Right"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153838\n"
-"help.text"
-msgid "<image id=\"img_id3153710\" src=\"cmd/sc_insertrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3150324\n"
-"9\n"
-"help.text"
-msgid "Insert Rows"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3147363\n"
-"help.text"
-msgid "<image id=\"img_id3145232\" src=\"cmd/sc_insertcolumns.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3155334\n"
-"10\n"
-"help.text"
-msgid "Insert Columns"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3148485\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"eizei\">Choose <emph>Insert - Rows</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153200\n"
-"12\n"
-"help.text"
-msgid "<variable id=\"eispa\">Choose <emph>Insert - Columns</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"13\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <emph>Insert - Sheet</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_idN1082F\n"
-"help.text"
-msgid "<variable id=\"eitabfile\">Choose <emph>Insert - Sheet from file</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3155115\n"
-"14\n"
-"help.text"
-msgid "Choose <emph>Insert - Function</emph>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3152582\n"
-"34\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153269\n"
-"15\n"
-"help.text"
-msgid "On <emph>Formula Bar</emph>, click"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3150515\n"
-"help.text"
-msgid "<image id=\"img_id3150884\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150884\">Icon</alt></image>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3154370\n"
-"16\n"
-"help.text"
-msgid "Function Wizard"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3156288\n"
-"17\n"
-"help.text"
-msgid "<variable id=\"eikada\"><emph>Insert - Function</emph> - Category <emph>Database</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3155809\n"
-"18\n"
-"help.text"
-msgid "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date&Time</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3151334\n"
-"19\n"
-"help.text"
-msgid "<variable id=\"eikafi\"><emph>Insert - Function</emph> - Category <emph>Financial</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3159222\n"
-"20\n"
-"help.text"
-msgid "<variable id=\"eikain\"><emph>Insert - Function</emph> - Category <emph>Information</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3159173\n"
-"21\n"
-"help.text"
-msgid "<variable id=\"eikalo\"><emph>Insert - Function</emph> - Category <emph>Logical</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153914\n"
-"22\n"
-"help.text"
-msgid "<variable id=\"eikama\"><emph>Insert - Function</emph> - Category <emph>Mathematical</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3150109\n"
-"23\n"
-"help.text"
-msgid "<variable id=\"eikamatrix\"><emph>Insert - Function</emph> - Category <emph>Array</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3157978\n"
-"24\n"
-"help.text"
-msgid "<variable id=\"eikasta\"><emph>Insert - Function</emph> - Category <emph>Statistical</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3156016\n"
-"25\n"
-"help.text"
-msgid "<variable id=\"eikatext\"><emph>Insert - Function</emph> - Category <emph>Text</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3147075\n"
-"26\n"
-"help.text"
-msgid "<variable id=\"efefft\"><emph>Insert - Function</emph> - Category <emph>Spreadsheet</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3154618\n"
-"27\n"
-"help.text"
-msgid "<variable id=\"addin\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3154059\n"
-"38\n"
-"help.text"
-msgid "<variable id=\"addinana\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3155383\n"
-"33\n"
-"help.text"
-msgid "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153250\n"
-"28\n"
-"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3146776\n"
-"37\n"
-"help.text"
-msgid "<variable id=\"eiextdata\">Choose <emph>Insert - Link to External data</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3143222\n"
-"29\n"
-"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149385\n"
-"35\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3145214\n"
-"30\n"
-"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153558\n"
-"31\n"
-"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr ""
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153483\n"
-"32\n"
-"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"tit\n"
-"help.text"
-msgid "View Menu"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"hd_id3145673\n"
-"1\n"
-"help.text"
-msgid "View Menu"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3150275\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3154514\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3148947\n"
-"4\n"
-"help.text"
-msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
-msgstr ""
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3148663\n"
-"5\n"
-"help.text"
-msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools Menu"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "Tools Menu"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3150541\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3153194\n"
-"3\n"
-"help.text"
-msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3150447\n"
-"29\n"
-"help.text"
-msgid "Shift+F7"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3154123\n"
-"33\n"
-"help.text"
-msgid "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3145785\n"
-"4\n"
-"help.text"
-msgid "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3155411\n"
-"5\n"
-"help.text"
-msgid "Choose <emph>Tools - Detective - Trace Dependents</emph>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3153363\n"
-"30\n"
-"help.text"
-msgid "Shift+F5"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3146984\n"
-"6\n"
-"help.text"
-msgid "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3154014\n"
-"7\n"
-"help.text"
-msgid "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3153188\n"
-"8\n"
-"help.text"
-msgid "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3149410\n"
-"9\n"
-"help.text"
-msgid "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3156284\n"
-"10\n"
-"help.text"
-msgid "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3153159\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3147397\n"
-"32\n"
-"help.text"
-msgid "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3154018\n"
-"12\n"
-"help.text"
-msgid "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3269142\n"
-"help.text"
-msgid "<variable id=\"solver\">Choose Tools - Solver</variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id8554338\n"
-"help.text"
-msgid "<variable id=\"solver_options\">Choose Tools - Solver, Options button</variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3156277\n"
-"13\n"
-"help.text"
-msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3145640\n"
-"14\n"
-"help.text"
-msgid "<variable id=\"exdos\">Choose <emph>Tools - Protect Document</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3149020\n"
-"15\n"
-"help.text"
-msgid "<variable id=\"exdst\">Choose <emph>Tools - Protect Document - Sheet</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3154256\n"
-"16\n"
-"help.text"
-msgid "<variable id=\"exdsd\">Choose <emph>Tools - Protect Document - Document</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3147363\n"
-"17\n"
-"help.text"
-msgid "<variable id=\"zellinhalte\">Choose <emph>Tools - Cell Contents</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3146919\n"
-"18\n"
-"help.text"
-msgid "Choose <emph>Tools - Cell Contents - Recalculate</emph>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3149257\n"
-"31\n"
-"help.text"
-msgid "F9"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3150941\n"
-"19\n"
-"help.text"
-msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
-msgstr ""
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3151276\n"
-"20\n"
-"help.text"
-msgid "<variable id=\"autoeingabe\">Choose <emph>Tools - Cell Contents - AutoInput</emph></variable>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"tit\n"
-"help.text"
-msgid "To access this function..."
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"hd_id3155535\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"wie\">To access this function... </variable>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_idN1056E\n"
-"help.text"
-msgid "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_idN105AF\n"
-"help.text"
-msgid "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone. </variable>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id9751884\n"
-"help.text"
-msgid "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit Menu"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"hd_id3147303\n"
-"1\n"
-"help.text"
-msgid "Edit Menu"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155555\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159233\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150443\n"
-"4\n"
-"help.text"
-msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3143267\n"
-"5\n"
-"help.text"
-msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153880\n"
-"6\n"
-"help.text"
-msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3151245\n"
-"7\n"
-"help.text"
-msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145068\n"
-"8\n"
-"help.text"
-msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150400\n"
-"9\n"
-"help.text"
-msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154910\n"
-"10\n"
-"help.text"
-msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3154123\n"
-"11\n"
-"help.text"
-msgid "Choose <emph>Edit - Delete Contents</emph>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145785\n"
-"20\n"
-"help.text"
-msgid "Backspace"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150011\n"
-"12\n"
-"help.text"
-msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"13\n"
-"help.text"
-msgid "Choose <emph>Edit – Sheet - Delete</emph>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"18\n"
-"help.text"
-msgid "Open context menu for a sheet tab"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"19\n"
-"help.text"
-msgid "Open context menu for a sheet tab"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153093\n"
-"15\n"
-"help.text"
-msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153191\n"
-"16\n"
-"help.text"
-msgid "<variable id=\"bzeilum\">Choose <emph>Edit - Delete Manual Break - Row Break</emph></variable>"
-msgstr ""
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145645\n"
-"17\n"
-"help.text"
-msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/01.po b/source/lb/helpcontent2/source/text/scalc/01.po
deleted file mode 100644
index 12c44ff923f..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/01.po
+++ /dev/null
@@ -1,58710 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/01
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:34+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Link to External Data"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"par_id3153192\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">Locate the file containing the data you want to insert.</ahelp>"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3145785\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"par_id3149262\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertExternalDataSourc\">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp>"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3146984\n"
-"5\n"
-"help.text"
-msgid "URL of external data source."
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"par_id3145366\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCDLG_LINKAREAURL\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3145251\n"
-"7\n"
-"help.text"
-msgid "Available tables/ranges"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"par_id3147397\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES\">Select the table or the data range that you want to insert.</ahelp>"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3154492\n"
-"9\n"
-"help.text"
-msgid "Update every"
-msgstr ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"par_id3154017\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY\">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp>"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"tit\n"
-"help.text"
-msgid "MINUTE"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"bm_id3149803\n"
-"help.text"
-msgid "<bookmark_value>MINUTE function</bookmark_value>"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"hd_id3149803\n"
-"66\n"
-"help.text"
-msgid "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3148988\n"
-"67\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MINUTE\">Calculates the minute for an internal time value.</ahelp> The minute is returned as a number between 0 and 59."
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"hd_id3154343\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3148660\n"
-"69\n"
-"help.text"
-msgid "MINUTE(Number)"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3154611\n"
-"70\n"
-"help.text"
-msgid "<emph>Number</emph>, as a time value, is a decimal number where the number of the minute is to be returned."
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"hd_id3145374\n"
-"71\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3148463\n"
-"72\n"
-"help.text"
-msgid "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3149419\n"
-"73\n"
-"help.text"
-msgid "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
-msgstr ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3144755\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page Preview"
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"hd_id1918698\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id3831598\n"
-"help.text"
-msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id3145847\n"
-"help.text"
-msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id9838862\n"
-"help.text"
-msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down keys to scroll through the pages."
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id7211828\n"
-"help.text"
-msgid "You cannot edit your document while you are in the page preview."
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id460829\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr ""
-
-#: 01120000.xhp
-msgctxt ""
-"01120000.xhp\n"
-"par_id3155829\n"
-"help.text"
-msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"bm_id3147228\n"
-"help.text"
-msgid "<bookmark_value>sorting; options for database ranges</bookmark_value><bookmark_value>sorting;Asian languages</bookmark_value><bookmark_value>Asian languages;sorting</bookmark_value><bookmark_value>phonebook sorting rules</bookmark_value><bookmark_value>natural sort algorithm</bookmark_value>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3147228\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3153770\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/SortOptionsPage\"> Sets additional sorting options.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3146976\n"
-"3\n"
-"help.text"
-msgid "Case Sensitivity"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3153091\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/case\"> Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_idN10637\n"
-"help.text"
-msgid "Note for Asian languages: Check <emph>Case Sensitivity</emph> to apply multi-level collation. With multi-level collation, entries are first compared in their primitive forms with their cases and diacritics ignored. If they evaluate as the same, their diacritics are taken into account for the second-level comparison. If they still evaluate as the same, their cases, character widths, and Japanese Kana difference are considered for the third-level comparison."
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3155856\n"
-"5\n"
-"help.text"
-msgid "Range contains column/row labels"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3154014\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/header\"> Omits the first row or the first column in the selection from the sort.</ahelp> The <emph>Direction</emph> setting at the bottom of the dialog defines the name and function of this check box."
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3147436\n"
-"7\n"
-"help.text"
-msgid "Include formats"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3149377\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/formats\"> Preserves the current cell formatting.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3147438\n"
-"help.text"
-msgid "Enable natural sort"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3149378\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/naturalsort\">Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number, instead of the traditional way of sorting them as ordinary strings.</ahelp> For instance, let's assume you have a series of values such as, A1, A2, A3, A4, A5, A6, ..., A19, A20, A21. When you put these values into a range of cells and run the sort, it will become A1, A11, A12, A13, ..., A19, A2, A20, A21, A3, A4, A5, ..., A9. While this sorting behavior may make sense to those who understand the underlying sorting mechanism, to the rest of the population it seems completely bizarre, if not outright inconvenient. With the natural sort feature enabled, values such as the ones in the above example get sorted \"properly\", which improves the convenience of sorting operations in general."
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3153878\n"
-"10\n"
-"help.text"
-msgid "Copy sort results to:"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3156286\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/copyresult\"> Copies the sorted list to the cell range that you specify.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3153418\n"
-"12\n"
-"help.text"
-msgid "Sort results"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3155602\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outarealb\"> Select a named <link href=\"text/scalc/01/12010000.xhp\" name=\"cell range\"> cell range</link> where you want to display the sorted list, or enter a cell range in the input box.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3153707\n"
-"14\n"
-"help.text"
-msgid "Sort results"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3145642\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outareaed\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3155445\n"
-"16\n"
-"help.text"
-msgid "Custom sort order"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3156385\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuser\"> Click here and then select the custom sort order that you want.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3154704\n"
-"18\n"
-"help.text"
-msgid "Custom sort order"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3155962\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuserlb\"> Select the custom sort order that you want to apply. To define a custom sort order, choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060400.xhp\" name=\"%PRODUCTNAME Calc - Sort Lists\">%PRODUCTNAME Calc - Sort Lists</link> .</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3149257\n"
-"28\n"
-"help.text"
-msgid "Language"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3147004\n"
-"29\n"
-"help.text"
-msgid "Language"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3150787\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/language\"> Select the language for the sorting rules.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3150344\n"
-"30\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3155113\n"
-"33\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/algorithmlb\"> Select a sorting option for the language.</ahelp> For example, select the \"phonebook\" option for German to include the umlaut special character in the sorting."
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3152580\n"
-"20\n"
-"help.text"
-msgid "Direction"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3154201\n"
-"22\n"
-"help.text"
-msgid "Top to Bottom (Sort Rows)"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3166430\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/topdown\"> Sorts rows by the values in the active columns of the selected range.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3145588\n"
-"24\n"
-"help.text"
-msgid "Left to Right (Sort Columns)"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3154370\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/leftright\"> Sorts columns by the values in the active rows of the selected range.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3156290\n"
-"26\n"
-"help.text"
-msgid "Data area"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3156446\n"
-"27\n"
-"help.text"
-msgid "Displays the cell range that you want to sort."
-msgstr ""
-
-#: 12100000.xhp
-msgctxt ""
-"12100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Refresh Range"
-msgstr ""
-
-#: 12100000.xhp
-msgctxt ""
-"12100000.xhp\n"
-"bm_id3153662\n"
-"help.text"
-msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
-msgstr ""
-
-#: 12100000.xhp
-msgctxt ""
-"12100000.xhp\n"
-"hd_id3153662\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
-msgstr ""
-
-#: 12100000.xhp
-msgctxt ""
-"12100000.xhp\n"
-"par_id3153088\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"aktualisieren\"><ahelp hid=\".uno:DataAreaRefresh\" visibility=\"visible\">Updates a data range that was inserted from an external database. The data in the sheet is updated to match the data in the external database.</ahelp></variable>"
-msgstr ""
-
-#: 12040500.xhp
-msgctxt ""
-"12040500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hide AutoFilter"
-msgstr ""
-
-#: 12040500.xhp
-msgctxt ""
-"12040500.xhp\n"
-"bm_id3150276\n"
-"help.text"
-msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
-msgstr ""
-
-#: 12040500.xhp
-msgctxt ""
-"12040500.xhp\n"
-"hd_id3150276\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">Hide AutoFilter</link>"
-msgstr ""
-
-#: 12040500.xhp
-msgctxt ""
-"12040500.xhp\n"
-"par_id3156326\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Sheet"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"bm_id4522232\n"
-"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3155629\n"
-"1\n"
-"help.text"
-msgid "Insert Sheet"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">Defines the options to be used to insert a new sheet.</ahelp> You can create a new sheet, or insert an existing sheet from a file.</variable>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3154684\n"
-"19\n"
-"help.text"
-msgid "Position"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3156281\n"
-"20\n"
-"help.text"
-msgid "Specifies where the new sheet is to be inserted into your document."
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3154123\n"
-"21\n"
-"help.text"
-msgid "Before current sheet"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3145787\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3155414\n"
-"23\n"
-"help.text"
-msgid "After current sheet"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3145271\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3147428\n"
-"25\n"
-"help.text"
-msgid "Sheet"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3154012\n"
-"26\n"
-"help.text"
-msgid "Specifies whether a new sheet or an existing sheet is inserted into the document."
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3147350\n"
-"3\n"
-"help.text"
-msgid "New sheet"
-msgstr "Tabell afügen"
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3149262\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\">Creates a new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed characters are letters, numbers, spaces, and the underline character.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3155418\n"
-"27\n"
-"help.text"
-msgid "No. of sheets"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3148457\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3149379\n"
-"7\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3150718\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3155066\n"
-"9\n"
-"help.text"
-msgid "From File"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3153714\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3149020\n"
-"15\n"
-"help.text"
-msgid "Browse"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3159267\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3149255\n"
-"29\n"
-"help.text"
-msgid "Available Sheets"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3155336\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\">If you selected a file by using the <emph>Browse</emph> button, the sheets contained in it are displayed in the list box. The file path is displayed below this box. Select the sheet to be inserted from the list box.</ahelp>"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3145791\n"
-"17\n"
-"help.text"
-msgid "Link"
-msgstr ""
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"par_id3152580\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">Select to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Protecting Sheet"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"hd_id3153087\n"
-"1\n"
-"help.text"
-msgid "Protecting Sheet"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3148664\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">Protects the cells in the current sheet from being modified.</ahelp></variable> Choose <emph>Tools - Protect Document - Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149664\n"
-"5\n"
-"help.text"
-msgid "To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href=\"text/scalc/01/05020600.xhp\" name=\"Format - Cells - Cell Protection\"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3154490\n"
-"8\n"
-"help.text"
-msgid "Unprotected cells or cell ranges can be set up on a protected sheet by using the <emph>Tools - Protect Document - Sheet</emph> and <emph>Format - Cells - Cell Protection</emph> menus:"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149123\n"
-"16\n"
-"help.text"
-msgid "Select the cells that will be unprotected"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150329\n"
-"17\n"
-"help.text"
-msgid "Select <emph>Format - Cells - Cell Protection</emph>. Unmark the <emph>Protected</emph> box and click <emph>OK</emph>."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3156384\n"
-"18\n"
-"help.text"
-msgid "On the <emph>Tools - Protect Document - Sheet</emph> menu, activate protection for the sheet. Effective immediately, only the cell range you selected in step 1 can be edited."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149566\n"
-"9\n"
-"help.text"
-msgid "To later change an unprotected area to a protected area, select the range. Next, on the <emph>Format - Cells - Cell Protection</emph> tab page, check the <emph>Protected</emph> box. Finally, choose the <emph>Tools - Protect Document - Sheet </emph>menu. The previously editable range is now protected."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153964\n"
-"10\n"
-"help.text"
-msgid "Sheet protection also affects the context menu of the sheet tabs at the bottom of the screen. The <emph>Delete</emph> and <emph>Rename</emph> commands cannot be selected."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150301\n"
-"19\n"
-"help.text"
-msgid "If a sheet is protected, you will not be able to modify or delete any Cell Styles."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3154656\n"
-"3\n"
-"help.text"
-msgid "A protected sheet or cell range can no longer be modified until this protection is disabled. To disable the protection, choose the <emph>Tools - Protect Document - Sheet</emph> command. If no password was set, the sheet protection is immediately disabled. If the sheet was password protected, the <emph>Remove Protection</emph> dialog opens, where you must enter the password."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149815\n"
-"11\n"
-"help.text"
-msgid "Once saved, protected sheets can only be saved again by using the <emph>File - Save As</emph> command."
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"hd_id3150206\n"
-"4\n"
-"help.text"
-msgid "Password (optional)"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3152990\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Protect\">Allows you to enter a password to protect the sheet from unauthorized changes.</ahelp>"
-msgstr ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3148700\n"
-"12\n"
-"help.text"
-msgid "Complete protection of your work can be achieved by combining both options on the <emph>Tools - Protect Document</emph> menu, including password protection. To prohibit opening the document altogether, in the <emph>Save</emph> dialog mark the <emph>Save with password</emph> box before you click the <emph>Save</emph> button."
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trace Dependents"
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"bm_id3153252\n"
-"help.text"
-msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"hd_id3153252\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"par_id3156024\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowDependents\" visibility=\"visible\">Draws tracer arrows to the active cell from formulas that depend on values in the active cell.</ahelp>"
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"par_id3148948\n"
-"4\n"
-"help.text"
-msgid "The area of all cells that are used together with the active cell in a formula is highlighted by a blue frame."
-msgstr ""
-
-#: 06030300.xhp
-msgctxt ""
-"06030300.xhp\n"
-"par_id3151112\n"
-"3\n"
-"help.text"
-msgid "This function works per level. For instance, if one level of traces has already been activated to show the precedents (or dependents), then you would see the next dependency level by activating the <emph>Trace</emph> function again."
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Multiple Operations"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3153381\n"
-"1\n"
-"help.text"
-msgid "Multiple Operations"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3154140\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3152598\n"
-"5\n"
-"help.text"
-msgid "The <emph>Row</emph> or <emph>Column</emph> box must contain a reference to the first cell of the selected range."
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3154011\n"
-"16\n"
-"help.text"
-msgid "If you export a spreadsheet containing multiple operations to Microsoft Excel, the location of the cells containing the formula must be fully defined relative to the data range."
-msgstr ""
-
-#: 12060000.xhp
-#, fuzzy
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3156441\n"
-"3\n"
-"help.text"
-msgid "Defaults"
-msgstr "Standard"
-
-#: 12060000.xhp
-#, fuzzy
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3154492\n"
-"6\n"
-"help.text"
-msgid "Formulas"
-msgstr "Formel"
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3151073\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</ahelp>"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3154729\n"
-"8\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3148456\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\">Enter the input cell reference that you want to use as a variable for the rows in the data table.</ahelp>"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3150718\n"
-"14\n"
-"help.text"
-msgid "Column"
-msgstr ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"par_id3150327\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\">Enter the input cell reference that you want to use as a variable for the columns in the data table.</ahelp>"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"tit\n"
-"help.text"
-msgid "TODAY"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"bm_id3145659\n"
-"help.text"
-msgid "<bookmark_value>TODAY function</bookmark_value>"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"hd_id3145659\n"
-"29\n"
-"help.text"
-msgid "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"par_id3153759\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HEUTE\">Returns the current computer system date.</ahelp> The value is updated when you reopen the document or modify the values of the document."
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"hd_id3154051\n"
-"31\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"par_id3153154\n"
-"32\n"
-"help.text"
-msgid "TODAY()"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"par_id3154741\n"
-"33\n"
-"help.text"
-msgid "TODAY is a function without arguments."
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"hd_id3153627\n"
-"34\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"par_id3156106\n"
-"35\n"
-"help.text"
-msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Financial Functions Part One"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3143284\n"
-"help.text"
-msgid "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3143284\n"
-"1\n"
-"help.text"
-msgid "Financial Functions Part One"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149095\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3153366\n"
-"help.text"
-msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153366\n"
-"359\n"
-"help.text"
-msgid "AMORDEGRC"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147434\n"
-"360\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">Calculates the amount of depreciation for a settlement period as degressive amortization.</ahelp> Unlike AMORLINC, a depreciation coefficient that is independent of the depreciable life is used here."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155855\n"
-"361\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147427\n"
-"362\n"
-"help.text"
-msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147125\n"
-"363\n"
-"help.text"
-msgid "<emph>Cost</emph> is the acquisition costs."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151074\n"
-"364\n"
-"help.text"
-msgid "<emph>DatePurchased</emph> is the date of acquisition."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3144765\n"
-"365\n"
-"help.text"
-msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156286\n"
-"366\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153415\n"
-"367\n"
-"help.text"
-msgid "<emph>Period</emph> is the settlement period to be considered."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155064\n"
-"368\n"
-"help.text"
-msgid "<emph>Rate</emph> is the rate of depreciation."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3153765\n"
-"help.text"
-msgid "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153765\n"
-"369\n"
-"help.text"
-msgid "AMORLINC"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159264\n"
-"370\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">Calculates the amount of depreciation for a settlement period as linear amortization. If the capital asset is purchased during the settlement period, the proportional amount of depreciation is considered.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150044\n"
-"371\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147363\n"
-"372\n"
-"help.text"
-msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146920\n"
-"373\n"
-"help.text"
-msgid "<emph>Cost</emph> means the acquisition costs."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3163807\n"
-"374\n"
-"help.text"
-msgid "<emph>DatePurchased</emph> is the date of acquisition."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148488\n"
-"375\n"
-"help.text"
-msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149530\n"
-"376\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148633\n"
-"377\n"
-"help.text"
-msgid "<emph>Period</emph> is the settlement period to be considered."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150982\n"
-"378\n"
-"help.text"
-msgid "<emph>Rate</emph> is the rate of depreciation."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3145257\n"
-"help.text"
-msgid "<bookmark_value>ACCRINT function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3145257\n"
-"335\n"
-"help.text"
-msgid "ACCRINT"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3151276\n"
-"help.text"
-msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151276\n"
-"336\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINT\">Calculates the accrued interest of a security in the case of periodic payments.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3152581\n"
-"337\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159092\n"
-"338\n"
-"help.text"
-msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150519\n"
-"339\n"
-"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155376\n"
-"340\n"
-"help.text"
-msgid "<emph>FirstInterest</emph> is the first interest date of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3166431\n"
-"341\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154486\n"
-"342\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156445\n"
-"343\n"
-"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149406\n"
-"344\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3148699\n"
-"345\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148599\n"
-"346\n"
-"help.text"
-msgid "A security is issued on 2001-02-28. First interest is set for 2001-08-31. The settlement date is 2001-05-01. The Rate is 0.1 or 10% and Par is 1000 currency units. Interest is paid half-yearly (frequency is 2). The basis is the US method (0). How much interest has accrued?"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148840\n"
-"347\n"
-"help.text"
-msgid "<item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3151240\n"
-"help.text"
-msgid "<bookmark_value>ACCRINTM function</bookmark_value> <bookmark_value>accrued interests;one-off payments</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151240\n"
-"348\n"
-"help.text"
-msgid "ACCRINTM"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3157981\n"
-"349\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINTM\">Calculates the accrued interest of a security in the case of one-off payment at the settlement date.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3159097\n"
-"350\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147074\n"
-"351\n"
-"help.text"
-msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3144773\n"
-"352\n"
-"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154956\n"
-"353\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153972\n"
-"354\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159204\n"
-"355\n"
-"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155384\n"
-"356\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154541\n"
-"357\n"
-"help.text"
-msgid "A security is issued on 2001-04-01. The maturity date is set for 2001-06-15. The Rate is 0.1 or 10% and Par is 1000 currency units. The basis of the daily/annual calculation is the daily balance (3). How much interest has accrued?"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149128\n"
-"358\n"
-"help.text"
-msgid "<item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3145753\n"
-"help.text"
-msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3145753\n"
-"390\n"
-"help.text"
-msgid "RECEIVED"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150051\n"
-"391\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Calculates the amount received that is paid for a fixed-interest security at a given point in time.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149385\n"
-"392\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145362\n"
-"393\n"
-"help.text"
-msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154654\n"
-"394\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153011\n"
-"395\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155525\n"
-"396\n"
-"help.text"
-msgid "<emph>Investment</emph> is the purchase sum."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155760\n"
-"397\n"
-"help.text"
-msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154710\n"
-"398\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154735\n"
-"399\n"
-"help.text"
-msgid "Settlement date: February 15 1999, maturity date: May 15 1999, investment sum: 1000 currency units, discount: 5.75 per cent, basis: Daily balance/360 = 2."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146108\n"
-"400\n"
-"help.text"
-msgid "The amount received on the maturity date is calculated as follows:"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147246\n"
-"401\n"
-"help.text"
-msgid "<item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3147556\n"
-"help.text"
-msgid "<bookmark_value>PV function</bookmark_value> <bookmark_value>present values</bookmark_value> <bookmark_value>calculating; present values</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3147556\n"
-"3\n"
-"help.text"
-msgid "PV"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153301\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BW\">Returns the present value of an investment resulting from a series of regular payments.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146099\n"
-"5\n"
-"help.text"
-msgid "Use this function to calculate the amount of money needed to be invested at a fixed rate today, to receive a specific amount, an annuity, over a specified number of periods. You can also determine how much money is to remain after the elapse of the period. Specify as well if the amount is to be paid out at the beginning or at the end of each period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153334\n"
-"6\n"
-"help.text"
-msgid "Enter these values either as numbers, expressions or references. If, for example, interest is paid annually at 8%, but you want to use month as your period, enter 8%/12 under <emph>Rate</emph> and <item type=\"productname\">%PRODUCTNAME</item> Calc with automatically calculate the correct factor."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3147407\n"
-"7\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150395\n"
-"8\n"
-"help.text"
-msgid "PV(Rate; NPer; Pmt; FV; Type)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151341\n"
-"9\n"
-"help.text"
-msgid "<emph>Rate</emph> defines the interest rate per period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153023\n"
-"10\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146323\n"
-"11\n"
-"help.text"
-msgid "<emph>Pmt</emph> is the regular payment made per period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150536\n"
-"12\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146883\n"
-"13\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) denotes due date for payments. Type = 1 means due at the beginning of a period and Type = 0 (default) means due at the end of the period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_idN10B13\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150037\n"
-"14\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145225\n"
-"15\n"
-"help.text"
-msgid "What is the present value of an investment, if 500 currency units are paid out monthly and the annual interest rate is 8%? The payment period is 48 months and 20,000 currency units are to remain at the end of the payment period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155907\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">=PV(8%/12;48;500;20000)</item> = -35,019.37 currency units. Under the named conditions, you must deposit 35,019.37 currency units today, if you want to receive 500 currency units per month for 48 months and have 20,000 currency units left over at the end. Cross-checking shows that 48 x 500 currency units + 20,000 currency units = 44,000 currency units. The difference between this amount and the 35,000 currency units deposited represents the interest paid."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149150\n"
-"17\n"
-"help.text"
-msgid "If you enter references instead of these values into the formula, you can calculate any number of \"If-then\" scenarios. Please note: references to constants must be defined as absolute references. Examples of this type of application are found under the depreciation functions."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3152978\n"
-"help.text"
-msgid "<bookmark_value>calculating; depreciations</bookmark_value> <bookmark_value>SYD function</bookmark_value> <bookmark_value>depreciations; arithmetic declining</bookmark_value> <bookmark_value>arithmetic declining depreciations</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3152978\n"
-"19\n"
-"help.text"
-msgid "SYD"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148732\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149886\n"
-"21\n"
-"help.text"
-msgid "Use this function to calculate the depreciation amount for one period of the total depreciation span of an object. Arithmetic declining depreciation reduces the depreciation amount from period to period by a fixed sum."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149431\n"
-"22\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150483\n"
-"23\n"
-"help.text"
-msgid "SYD(Cost; Salvage; Life; Period)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146879\n"
-"24\n"
-"help.text"
-msgid "<emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147423\n"
-"25\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the value of an asset after depreciation."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151229\n"
-"26\n"
-"help.text"
-msgid "<emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147473\n"
-"27\n"
-"help.text"
-msgid "<emph>Period</emph> defines the period for which the depreciation is to be calculated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3148434\n"
-"28\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149688\n"
-"29\n"
-"help.text"
-msgid "A video system initially costing 50,000 currency units is to be depreciated annually for the next 5 years. The salvage value is to be 10,000 currency units. You want to calculate depreciation for the first year."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150900\n"
-"30\n"
-"help.text"
-msgid "<item type=\"input\">=SYD(50000;10000;5;1)</item>=13,333.33 currency units. The depreciation amount for the first year is 13,333.33 currency units."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146142\n"
-"31\n"
-"help.text"
-msgid "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulas available in <item type=\"productname\">%PRODUCTNAME</item> Calc next to each other, you can see which depreciation form is the most appropriate. Enter the table as follows:"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155258\n"
-"32\n"
-"help.text"
-msgid "<emph>A</emph>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154558\n"
-"33\n"
-"help.text"
-msgid "<emph>B</emph>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152372\n"
-"34\n"
-"help.text"
-msgid "<emph>C</emph>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149949\n"
-"35\n"
-"help.text"
-msgid "<emph>D</emph>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145123\n"
-"36\n"
-"help.text"
-msgid "<emph>E</emph>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149504\n"
-"37\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153778\n"
-"38\n"
-"help.text"
-msgid "<item type=\"input\">Initial Cost</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159083\n"
-"39\n"
-"help.text"
-msgid "<item type=\"input\">Salvage Value</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150002\n"
-"40\n"
-"help.text"
-msgid "<item type=\"input\">Useful Life</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153006\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">Time Period</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154505\n"
-"42\n"
-"help.text"
-msgid "<item type=\"input\">Deprec. SYD</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150336\n"
-"43\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155926\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">50,000 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153736\n"
-"45\n"
-"help.text"
-msgid "<item type=\"input\">10,000 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150131\n"
-"46\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148766\n"
-"47\n"
-"help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159136\n"
-"48\n"
-"help.text"
-msgid "<item type=\"input\">13,333.33 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151018\n"
-"49\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148397\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146907\n"
-"51\n"
-"help.text"
-msgid "<item type=\"input\">10,666.67 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147356\n"
-"52\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150267\n"
-"53\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145628\n"
-"54\n"
-"help.text"
-msgid "<item type=\"input\">8,000.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149004\n"
-"55\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153545\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154634\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">5,333.33 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147537\n"
-"58\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155085\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3158413\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">2,666.67 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154866\n"
-"61\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155404\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148431\n"
-"63\n"
-"help.text"
-msgid "<item type=\"input\">0.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156261\n"
-"64\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3083286\n"
-"65\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3083443\n"
-"67\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154815\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145082\n"
-"70\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156307\n"
-"71\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147564\n"
-"73\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146856\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150880\n"
-"76\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145208\n"
-"77\n"
-"help.text"
-msgid "13"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156113\n"
-"78\n"
-"help.text"
-msgid "<item type=\"input\">>0</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153625\n"
-"79\n"
-"help.text"
-msgid "<item type=\"input\">Total</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151297\n"
-"80\n"
-"help.text"
-msgid "<item type=\"input\">40,000.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149979\n"
-"81\n"
-"help.text"
-msgid "The formula in E2 is as follows:"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155849\n"
-"82\n"
-"help.text"
-msgid "<item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156124\n"
-"83\n"
-"help.text"
-msgid "This formula is duplicated in column E down to E11 (select E2, then drag down the lower right corner with the mouse)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147270\n"
-"84\n"
-"help.text"
-msgid "Cell E13 contains the formula used to check the total of the depreciation amounts. It uses the SUMIF function as the negative values in E8:E11 must not be considered. The condition >0 is contained in cell A13. The formula in E13 is as follows:"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152811\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">=SUMIF(E2:E11;A13)</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155998\n"
-"86\n"
-"help.text"
-msgid "Now view the depreciation for a 10 year period, or at a salvage value of 1 currency unit, or enter a different initial cost, and so on."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3155104\n"
-"help.text"
-msgid "<bookmark_value>DISC function</bookmark_value> <bookmark_value>allowances</bookmark_value> <bookmark_value>discounts</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155104\n"
-"379\n"
-"help.text"
-msgid "DISC"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153891\n"
-"380\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153982\n"
-"381\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149756\n"
-"382\n"
-"help.text"
-msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156014\n"
-"383\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154304\n"
-"384\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159180\n"
-"385\n"
-"help.text"
-msgid "<emph>Price</emph> is the price of the security per 100 currency units of par value."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147253\n"
-"386\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151174\n"
-"387\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155902\n"
-"388\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the maturity date is 2001-11-15. The price (purchase price) is 97, the redemption value is 100. Using daily balance calculation (basis 3) how high is the settlement (discount)?"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152797\n"
-"389\n"
-"help.text"
-msgid "<item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3154695\n"
-"help.text"
-msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154695\n"
-"402\n"
-"help.text"
-msgid "DURATION_ADD"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145768\n"
-"403\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153904\n"
-"404\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153373\n"
-"405\n"
-"help.text"
-msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155397\n"
-"406\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148558\n"
-"407\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153096\n"
-"408\n"
-"help.text"
-msgid "<emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154594\n"
-"409\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149906\n"
-"410\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3146995\n"
-"411\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148834\n"
-"412\n"
-"help.text"
-msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the duration?"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154902\n"
-"413\n"
-"help.text"
-msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3159147\n"
-"help.text"
-msgid "<bookmark_value>annual net interest rates</bookmark_value> <bookmark_value>calculating; annual net interest rates</bookmark_value> <bookmark_value>net annual interest rates</bookmark_value> <bookmark_value>EFFECTIVE function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3159147\n"
-"88\n"
-"help.text"
-msgid "EFFECTIVE"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154204\n"
-"89\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_EFFEKTIV\">Returns the net annual interest rate for a nominal interest rate.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145417\n"
-"90\n"
-"help.text"
-msgid "Nominal interest refers to the amount of interest due at the end of a calculation period. Effective interest increases with the number of payments made. In other words, interest is often paid in installments (for example, monthly or quarterly) before the end of the calculation period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150510\n"
-"91\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148805\n"
-"92\n"
-"help.text"
-msgid "EFFECTIVE(Nom; P)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149768\n"
-"93\n"
-"help.text"
-msgid "<emph>Nom</emph> is the nominal interest."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149334\n"
-"94\n"
-"help.text"
-msgid "<emph>P</emph> is the number of interest payment periods per year."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154223\n"
-"95\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3144499\n"
-"96\n"
-"help.text"
-msgid "If the annual nominal interest rate is 9.75% and four interest calculation periods are defined, what is the actual interest rate (effective rate)?"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150772\n"
-"97\n"
-"help.text"
-msgid "<item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3147241\n"
-"help.text"
-msgid "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3147241\n"
-"414\n"
-"help.text"
-msgid "EFFECT_ADD"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147524\n"
-"415\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_EFFECT\">Calculates the effective annual rate of interest on the basis of the nominal interest rate and the number of interest payments per annum.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155364\n"
-"416\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155118\n"
-"417\n"
-"help.text"
-msgid "EFFECT_ADD(NominalRate; NPerY)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148907\n"
-"418\n"
-"help.text"
-msgid "<emph>NominalRate</emph> is the annual nominal rate of interest."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154274\n"
-"419\n"
-"help.text"
-msgid "<emph>NPerY </emph>is the number of interest payments per year."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149156\n"
-"420\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3158426\n"
-"421\n"
-"help.text"
-msgid "What is the effective annual rate of interest for a 5.25% nominal rate and quarterly payment."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148927\n"
-"422\n"
-"help.text"
-msgid "<item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3149998\n"
-"help.text"
-msgid "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149998\n"
-"99\n"
-"help.text"
-msgid "DDB"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159190\n"
-"100\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GDA\">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152361\n"
-"101\n"
-"help.text"
-msgid "Use this form of depreciation if you require a higher initial depreciation value as opposed to linear depreciation. The depreciation value gets less with each period and is usually used for assets whose value loss is higher shortly after purchase (for example, vehicles, computers). Please note that the book value will never reach zero under this calculation type."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3156038\n"
-"102\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3166452\n"
-"103\n"
-"help.text"
-msgid "DDB(Cost; Salvage; Life; Period; Factor)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153237\n"
-"104\n"
-"help.text"
-msgid "<emph>Cost</emph> fixes the initial cost of an asset."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149787\n"
-"105\n"
-"help.text"
-msgid "<emph>Salvage</emph> fixes the value of an asset at the end of its life."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152945\n"
-"106\n"
-"help.text"
-msgid "<emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149736\n"
-"107\n"
-"help.text"
-msgid "<emph>Period</emph> states the period for which the value is to be calculated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150243\n"
-"108\n"
-"help.text"
-msgid "<emph>Factor</emph> (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3159274\n"
-"109\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152882\n"
-"110\n"
-"help.text"
-msgid "A computer system with an initial cost of 75,000 currency units is to be depreciated monthly over 5 years. The value at the end of the depreciation is to be 1 currency unit. The factor is 2."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154106\n"
-"111\n"
-"help.text"
-msgid "<item type=\"input\">=DDB(75000;1;60;12;2) </item>= 1,721.81 currency units. Therefore, the double-declining depreciation in the twelfth month after purchase is 1,721.81 currency units."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3149962\n"
-"help.text"
-msgid "<bookmark_value>calculating; geometric-degressive depreciations</bookmark_value> <bookmark_value>geometric-degressive depreciations</bookmark_value> <bookmark_value>depreciations;geometric-degressive</bookmark_value> <bookmark_value>DB function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149962\n"
-"113\n"
-"help.text"
-msgid "DB"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148989\n"
-"114\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the double-declining balance method.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156213\n"
-"115\n"
-"help.text"
-msgid "This form of depreciation is used if you want to get a higher depreciation value at the beginning of the depreciation (as opposed to linear depreciation). The depreciation value is reduced with every depreciation period by the depreciation already deducted from the initial cost."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149807\n"
-"116\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153349\n"
-"117\n"
-"help.text"
-msgid "DB(Cost; Salvage; Life; Period; Month)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148462\n"
-"118\n"
-"help.text"
-msgid "<emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148658\n"
-"119\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145371\n"
-"120\n"
-"help.text"
-msgid "<emph>Life</emph> defines the period over which an asset is depreciated."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154608\n"
-"121\n"
-"help.text"
-msgid "<emph>Period</emph> is the length of each period. The length must be entered in the same date unit as the depreciation period."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150829\n"
-"122\n"
-"help.text"
-msgid "<emph>Month</emph> (optional) denotes the number of months for the first year of depreciation. If an entry is not defined, 12 is used as the default."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151130\n"
-"123\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156147\n"
-"124\n"
-"help.text"
-msgid "A computer system with an initial cost of 25,000 currency units is to be depreciated over a three year period. The salvage value is to be 1,000 currency units. One period is 30 days."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149513\n"
-"125\n"
-"help.text"
-msgid "<item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159242\n"
-"126\n"
-"help.text"
-msgid "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3153948\n"
-"help.text"
-msgid "<bookmark_value>IRR function</bookmark_value> <bookmark_value>calculating;internal rates of return, regular payments</bookmark_value> <bookmark_value>internal rates of return;regular payments</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153948\n"
-"128\n"
-"help.text"
-msgid "IRR"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3143282\n"
-"129\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_IKV\">Calculates the internal rate of return for an investment.</ahelp> The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150599\n"
-"130\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155427\n"
-"131\n"
-"help.text"
-msgid "IRR(Values; Guess)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3144758\n"
-"132\n"
-"help.text"
-msgid "<emph>Values</emph> represents an array containing the values."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149233\n"
-"133\n"
-"help.text"
-msgid "<emph>Guess</emph> (optional) is the estimated value. An iterative method is used to calculate the internal rate of return. If you can provide only few values, you should provide an initial guess to enable the iteration."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151258\n"
-"134\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150630\n"
-"135\n"
-"help.text"
-msgid "Under the assumption that cell contents are A1=<item type=\"input\">-10000</item>, A2=<item type=\"input\">3500</item>, A3=<item type=\"input\">7600</item> and A4=<item type=\"input\">1000</item>, the formula <item type=\"input\">=IRR(A1:A4)</item> gives a result of 11,33%."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"bm_id3151012\n"
-"help.text"
-msgid "<bookmark_value>calculating; interests for unchanged amortization installments</bookmark_value> <bookmark_value>interests for unchanged amortization installments</bookmark_value> <bookmark_value>ISPMT function</bookmark_value>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151012\n"
-"314\n"
-"help.text"
-msgid "ISPMT"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148693\n"
-"315\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154661\n"
-"316\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146070\n"
-"317\n"
-"help.text"
-msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148672\n"
-"318\n"
-"help.text"
-msgid "<emph>Rate</emph> sets the periodic interest rate."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145777\n"
-"319\n"
-"help.text"
-msgid "<emph>Period</emph> is the number of installments for calculation of interest."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153678\n"
-"320\n"
-"help.text"
-msgid "<emph>TotalPeriods</emph> is the total number of installment periods."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159390\n"
-"321\n"
-"help.text"
-msgid "<emph>Invest</emph> is the amount of the investment."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3156162\n"
-"322\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149558\n"
-"323\n"
-"help.text"
-msgid "For a credit amount of 120,000 currency units with a two-year term and monthly installments, at a yearly interest rate of 12% the level of interest after 1.5 years is required."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150949\n"
-"324\n"
-"help.text"
-msgid "<item type=\"input\">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146812\n"
-"426\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">Financial Functions Part Two</link>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154411\n"
-"427\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Financial Functions Part Three</link>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3145074\n"
-"help.text"
-msgid "<bookmark_value>imaginary numbers in analysis functions</bookmark_value> <bookmark_value>complex numbers in analysis functions</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154659\n"
-"1\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151242\n"
-"174\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">Category Statistics</link>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148869\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">Analysis Functions Part One</link>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147072\n"
-"240\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3154959\n"
-"help.text"
-msgid "<bookmark_value>IMABS function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154959\n"
-"44\n"
-"help.text"
-msgid "IMABS"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149895\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMABS\">The result is the absolute value of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155382\n"
-"46\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151302\n"
-"47\n"
-"help.text"
-msgid "IMABS(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153974\n"
-"48\n"
-"help.text"
-msgid "<variable id=\"complex\"><emph>ComplexNumber</emph> is a complex number that is entered in the form \"x+yi\" or \"x+yj\".</variable>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149697\n"
-"49\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143222\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3145357\n"
-"help.text"
-msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145357\n"
-"51\n"
-"help.text"
-msgid "IMAGINARY"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3146965\n"
-"52\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">The result is the imaginary coefficient of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153555\n"
-"53\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155522\n"
-"54\n"
-"help.text"
-msgid "IMAGINARY(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3151193\n"
-"56\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155592\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3146106\n"
-"help.text"
-msgid "<bookmark_value>IMPOWER function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146106\n"
-"58\n"
-"help.text"
-msgid "IMPOWER"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147245\n"
-"59\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">The result is the integer power of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150954\n"
-"60\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147501\n"
-"61\n"
-"help.text"
-msgid "IMPOWER(\"ComplexNumber\"; Number)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155743\n"
-"63\n"
-"help.text"
-msgid "<emph>Number</emph> is the exponent."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149048\n"
-"64\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151393\n"
-"65\n"
-"help.text"
-msgid "<item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3148748\n"
-"help.text"
-msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148748\n"
-"66\n"
-"help.text"
-msgid "IMARGUMENT"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151341\n"
-"67\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">The result is the argument (the phi angle) of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150533\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156402\n"
-"69\n"
-"help.text"
-msgid "IMARGUMENT(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153019\n"
-"71\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3159125\n"
-"72\n"
-"help.text"
-msgid "<item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3149146\n"
-"help.text"
-msgid "<bookmark_value>IMCOS function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149146\n"
-"73\n"
-"help.text"
-msgid "IMCOS"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149725\n"
-"74\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">The result is the cosine of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3159116\n"
-"75\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147415\n"
-"76\n"
-"help.text"
-msgid "IMCOS(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3152980\n"
-"78\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3157901\n"
-"79\n"
-"help.text"
-msgid "<item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3150024\n"
-"help.text"
-msgid "<bookmark_value>IMDIV function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150024\n"
-"80\n"
-"help.text"
-msgid "IMDIV"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3145825\n"
-"81\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">The result is the division of two complex numbers.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150465\n"
-"82\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3146942\n"
-"83\n"
-"help.text"
-msgid "IMDIV(\"Numerator\"; \"Denominator\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150741\n"
-"84\n"
-"help.text"
-msgid "<emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3151229\n"
-"85\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148440\n"
-"86\n"
-"help.text"
-msgid "<item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3153039\n"
-"help.text"
-msgid "<bookmark_value>IMEXP function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153039\n"
-"87\n"
-"help.text"
-msgid "IMEXP"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3144741\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">The result is the power of e and the complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145591\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154810\n"
-"90\n"
-"help.text"
-msgid "IMEXP(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148581\n"
-"92\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149253\n"
-"93\n"
-"help.text"
-msgid "<item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3149955\n"
-"help.text"
-msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149955\n"
-"94\n"
-"help.text"
-msgid "IMCONJUGATE"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155263\n"
-"95\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">The result is the conjugated complex complement to a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148750\n"
-"96\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153082\n"
-"97\n"
-"help.text"
-msgid "IMCONJUGATE(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153326\n"
-"99\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149688\n"
-"100\n"
-"help.text"
-msgid "<item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3150898\n"
-"help.text"
-msgid "<bookmark_value>IMLN function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150898\n"
-"101\n"
-"help.text"
-msgid "IMLN"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3146853\n"
-"102\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLN\">The result is the natural logarithm (to the base e) of a complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150008\n"
-"103\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155954\n"
-"104\n"
-"help.text"
-msgid "IMLN(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153565\n"
-"106\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153736\n"
-"107\n"
-"help.text"
-msgid "<item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155929\n"
-"help.text"
-msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155929\n"
-"108\n"
-"help.text"
-msgid "IMLOG10"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149882\n"
-"109\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">The result is the common logarithm (to the base 10) of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154327\n"
-"110\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150128\n"
-"111\n"
-"help.text"
-msgid "IMLOG10(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149003\n"
-"113\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151021\n"
-"114\n"
-"help.text"
-msgid "<item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155623\n"
-"help.text"
-msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155623\n"
-"115\n"
-"help.text"
-msgid "IMLOG2"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150932\n"
-"116\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">The result is the binary logarithm of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153046\n"
-"117\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3145355\n"
-"118\n"
-"help.text"
-msgid "IMLOG2(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148768\n"
-"120\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149536\n"
-"121\n"
-"help.text"
-msgid "<item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3145626\n"
-"help.text"
-msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145626\n"
-"122\n"
-"help.text"
-msgid "IMPRODUCT"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153545\n"
-"123\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">The result is the product of up to 29 complex numbers.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149388\n"
-"124\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149027\n"
-"125\n"
-"help.text"
-msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153228\n"
-"127\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155815\n"
-"128\n"
-"help.text"
-msgid "<item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3147539\n"
-"help.text"
-msgid "<bookmark_value>IMREAL function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147539\n"
-"129\n"
-"help.text"
-msgid "IMREAL"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155372\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">The result is the real coefficient of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154951\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153927\n"
-"132\n"
-"help.text"
-msgid "IMREAL(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155409\n"
-"134\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155986\n"
-"135\n"
-"help.text"
-msgid "<item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3148431\n"
-"help.text"
-msgid "<bookmark_value>IMSIN function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148431\n"
-"136\n"
-"help.text"
-msgid "IMSIN"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152591\n"
-"137\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">The result is the sine of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149822\n"
-"138\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150387\n"
-"139\n"
-"help.text"
-msgid "IMSIN(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150613\n"
-"141\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154310\n"
-"142\n"
-"help.text"
-msgid "<item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded)."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3163826\n"
-"help.text"
-msgid "<bookmark_value>IMSUB function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3163826\n"
-"143\n"
-"help.text"
-msgid "IMSUB"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149277\n"
-"144\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">The result is the subtraction of two complex numbers.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149264\n"
-"145\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149710\n"
-"146\n"
-"help.text"
-msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155833\n"
-"148\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150963\n"
-"149\n"
-"help.text"
-msgid "<item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3156312\n"
-"help.text"
-msgid "<bookmark_value>IMSUM function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156312\n"
-"150\n"
-"help.text"
-msgid "IMSUM"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153215\n"
-"151\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">The result is the sum of up to 29 complex numbers.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156095\n"
-"152\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152930\n"
-"153\n"
-"help.text"
-msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154640\n"
-"155\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147081\n"
-"156\n"
-"help.text"
-msgid "<item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3147570\n"
-"help.text"
-msgid "<bookmark_value>IMSQRT function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147570\n"
-"167\n"
-"help.text"
-msgid "IMSQRT"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156131\n"
-"168\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">The result is the square root of a complex number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145202\n"
-"169\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150760\n"
-"170\n"
-"help.text"
-msgid "IMSQRT(\"ComplexNumber\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147268\n"
-"172\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152807\n"
-"173\n"
-"help.text"
-msgid "<item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3154054\n"
-"help.text"
-msgid "<bookmark_value>COMPLEX function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154054\n"
-"157\n"
-"help.text"
-msgid "COMPLEX"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156111\n"
-"158\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154744\n"
-"159\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155999\n"
-"160\n"
-"help.text"
-msgid "COMPLEX(RealNum; INum; Suffix)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153626\n"
-"161\n"
-"help.text"
-msgid "<emph>RealNum</emph> is the real coefficient of the complex number."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149135\n"
-"162\n"
-"help.text"
-msgid "<emph>INum</emph> is the imaginary coefficient of the complex number."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155849\n"
-"163\n"
-"help.text"
-msgid "<emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145659\n"
-"164\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143229\n"
-"165\n"
-"help.text"
-msgid "<item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155103\n"
-"help.text"
-msgid "<bookmark_value>OCT2BIN function</bookmark_value> <bookmark_value>converting;octal numbers, into binary numbers</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155103\n"
-"217\n"
-"help.text"
-msgid "OCT2BIN"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3146898\n"
-"218\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">The result is the binary number for the octal number entered.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146088\n"
-"219\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154303\n"
-"220\n"
-"help.text"
-msgid "OCT2BIN(Number; Places)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156013\n"
-"221\n"
-"help.text"
-msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153984\n"
-"222\n"
-"help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147493\n"
-"223\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147260\n"
-"224\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3152791\n"
-"help.text"
-msgid "<bookmark_value>OCT2DEC function</bookmark_value> <bookmark_value>converting;octal numbers, into decimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3152791\n"
-"225\n"
-"help.text"
-msgid "OCT2DEC"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149199\n"
-"226\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">The result is the decimal number for the octal number entered.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3159337\n"
-"227\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153902\n"
-"228\n"
-"help.text"
-msgid "OCT2DEC(Number)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155326\n"
-"229\n"
-"help.text"
-msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154698\n"
-"230\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154930\n"
-"231\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2DEC(144)</item> returns 100."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155391\n"
-"help.text"
-msgid "<bookmark_value>OCT2HEX function</bookmark_value> <bookmark_value>converting;octal numbers, into hexadecimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155391\n"
-"232\n"
-"help.text"
-msgid "OCT2HEX"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148831\n"
-"233\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> The result is the hexadecimal number for the octal number entered.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146988\n"
-"234\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150523\n"
-"235\n"
-"help.text"
-msgid "OCT2HEX(Number; Places)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3159162\n"
-"236\n"
-"help.text"
-msgid "<emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3145420\n"
-"237\n"
-"help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150504\n"
-"238\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148802\n"
-"239\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3148446\n"
-"help.text"
-msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148446\n"
-"175\n"
-"help.text"
-msgid "CONVERT_ADD"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154902\n"
-"176\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_CONVERT\">Converts a value from one unit of measure to the corresponding value in another unit of measure.</ahelp> Enter the units of measures directly as text in quotation marks or as a reference. If you enter the units of measure in cells, they must correspond exactly with the following list which is case sensitive: For example, in order to enter a lower case l (for liter) in a cell, enter the apostrophe ' immediately followed by l."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153055\n"
-"177\n"
-"help.text"
-msgid "Property"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147234\n"
-"178\n"
-"help.text"
-msgid "Units"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147512\n"
-"179\n"
-"help.text"
-msgid "Weight"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148476\n"
-"180\n"
-"help.text"
-msgid "<emph>g</emph>, sg, lbm, <emph>u</emph>, ozm, stone, ton, grain, pweight, hweight, shweight, brton"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155361\n"
-"181\n"
-"help.text"
-msgid "Length"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148925\n"
-"182\n"
-"help.text"
-msgid "<emph>m</emph>, mi, Nmi, in, ft, yd, ang, Pica, ell, <emph>parsec</emph>, <emph>lightyear</emph>, survey_mi"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3158429\n"
-"183\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150707\n"
-"184\n"
-"help.text"
-msgid "yr, day, hr, mn, <emph>sec</emph>, <emph>s</emph>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153238\n"
-"185\n"
-"help.text"
-msgid "Pressure"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3166437\n"
-"186\n"
-"help.text"
-msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152944\n"
-"187\n"
-"help.text"
-msgid "Force"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155582\n"
-"188\n"
-"help.text"
-msgid "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153686\n"
-"189\n"
-"help.text"
-msgid "Energy"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153386\n"
-"190\n"
-"help.text"
-msgid "<emph>J</emph>, <emph>e</emph>, <emph>c</emph>, <emph>cal</emph>, <emph>eV</emph>, <emph>ev</emph>, HPh, <emph>Wh</emph>, <emph>wh</emph>, flb, BTU, btu"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154100\n"
-"191\n"
-"help.text"
-msgid "Power"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149915\n"
-"192\n"
-"help.text"
-msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148988\n"
-"193\n"
-"help.text"
-msgid "Field strength"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148616\n"
-"194\n"
-"help.text"
-msgid "<emph>T</emph>, <emph>ga</emph>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151120\n"
-"195\n"
-"help.text"
-msgid "Temperature"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148659\n"
-"196\n"
-"help.text"
-msgid "C, F, <emph>K</emph>, <emph>kel</emph>, Reau, Rank"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154610\n"
-"197\n"
-"help.text"
-msgid "Volume"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149423\n"
-"198\n"
-"help.text"
-msgid "<emph>l</emph>, <emph>L</emph>, <emph>lt</emph>, tsp, tbs, oz, cup, pt, us_pt, qt, gal, <emph>m3</emph>, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149244\n"
-"199\n"
-"help.text"
-msgid "Area"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150425\n"
-"200\n"
-"help.text"
-msgid "<emph>m2</emph>, mi2, Nmi2, in2, ft2, yd2, <emph>ang2</emph>, Pica2, Morgen, <emph>ar</emph>, acre, ha"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150629\n"
-"201\n"
-"help.text"
-msgid "Speed"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3159246\n"
-"202\n"
-"help.text"
-msgid "<emph>m/s</emph>, <emph>m/sec</emph>, m/h, mph, kn, admkn"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150789\n"
-"201\n"
-"help.text"
-msgid "Information"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3159899\n"
-"202\n"
-"help.text"
-msgid "<emph>bit</emph>, <emph>byte</emph>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143277\n"
-"203\n"
-"help.text"
-msgid "Units of measure in <emph>bold</emph> can be preceded by a prefix character from the following list:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148422\n"
-"204\n"
-"help.text"
-msgid "Prefix"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148423\n"
-"help.text"
-msgid "Multiplier"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149490\n"
-"help.text"
-msgid "Y (yotta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149931\n"
-"help.text"
-msgid "10^24"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149491\n"
-"help.text"
-msgid "Z (zetta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149932\n"
-"help.text"
-msgid "10^21"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149492\n"
-"help.text"
-msgid "E (exa)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149933\n"
-"help.text"
-msgid "10^18"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149493\n"
-"help.text"
-msgid "P (peta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149934\n"
-"help.text"
-msgid "10^15"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149494\n"
-"help.text"
-msgid "T (tera)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149935\n"
-"help.text"
-msgid "10^12"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149495\n"
-"help.text"
-msgid "G (giga)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149936\n"
-"help.text"
-msgid "10^9"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149496\n"
-"help.text"
-msgid "M (mega)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149937\n"
-"help.text"
-msgid "10^6"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149497\n"
-"help.text"
-msgid "k (kilo)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149938\n"
-"help.text"
-msgid "10^3"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149498\n"
-"help.text"
-msgid "h (hecto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149939\n"
-"help.text"
-msgid "10^2"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149499\n"
-"help.text"
-msgid "e (deca)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149940\n"
-"help.text"
-msgid "10^1"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149500\n"
-"help.text"
-msgid "d (deci)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143940\n"
-"help.text"
-msgid "10^-1"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149501\n"
-"help.text"
-msgid "c (centi)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149941\n"
-"help.text"
-msgid "10^-2"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149502\n"
-"help.text"
-msgid "m (milli)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149942\n"
-"help.text"
-msgid "10^-3"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149503\n"
-"help.text"
-msgid "u (micro)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149943\n"
-"help.text"
-msgid "10^-6"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149504\n"
-"help.text"
-msgid "n (nano)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149944\n"
-"help.text"
-msgid "10^-9"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149505\n"
-"help.text"
-msgid "p (pico)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149945\n"
-"help.text"
-msgid "10^-12"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149506\n"
-"help.text"
-msgid "f (femto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "10^-15"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149507\n"
-"help.text"
-msgid "a (atto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149947\n"
-"help.text"
-msgid "10^-18"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149508\n"
-"help.text"
-msgid "z (zepto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149948\n"
-"help.text"
-msgid "10^-21"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149509\n"
-"help.text"
-msgid "y (yocto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149949\n"
-"help.text"
-msgid "10^-24"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903061174\n"
-"help.text"
-msgid "Information units \"bit\" and \"byte\" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090966\n"
-"help.text"
-msgid "ki kibi 1024"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090958\n"
-"help.text"
-msgid "Mi mebi 1048576"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090936\n"
-"help.text"
-msgid "Gi gibi 1073741824"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090975\n"
-"help.text"
-msgid "Ti tebi 1099511627776"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090930\n"
-"help.text"
-msgid "Pi pebi 1125899906842620"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091070\n"
-"help.text"
-msgid "Ei exbi 1152921504606850000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091097\n"
-"help.text"
-msgid "Zi zebi 1180591620717410000000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091010\n"
-"help.text"
-msgid "Yi yobi 1208925819614630000000000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146125\n"
-"209\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153695\n"
-"210\n"
-"help.text"
-msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147522\n"
-"211\n"
-"help.text"
-msgid "<emph>Number</emph> is the number to be converted."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154472\n"
-"212\n"
-"help.text"
-msgid "<emph>FromUnit</emph> is the unit from which conversion is taking place."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153790\n"
-"213\n"
-"help.text"
-msgid "<emph>ToUnit</emph> is the unit to which conversion is taking place. Both units must be of the same type."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156270\n"
-"214\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156336\n"
-"215\n"
-"help.text"
-msgid "<item type=\"input\">=CONVERT_ADD(10;\"HP\";\"PS\") </item>returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154834\n"
-"216\n"
-"help.text"
-msgid "<item type=\"input\">=CONVERT_ADD(10;\"km\";\"mi\") </item>returns, rounded to two decimal places, 6.21. 10 kilometers equal 6.21 miles. The k is the permitted prefix character for the factor 10^3."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3147096\n"
-"help.text"
-msgid "<bookmark_value>FACTDOUBLE function</bookmark_value> <bookmark_value>factorials;numbers with increments of two</bookmark_value>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147096\n"
-"36\n"
-"help.text"
-msgid "FACTDOUBLE"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151309\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Returns the double factorial of a number.</ahelp>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154666\n"
-"38\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155121\n"
-"39\n"
-"help.text"
-msgid "FACTDOUBLE(Number)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3158440\n"
-"40\n"
-"help.text"
-msgid "Returns <emph>Number</emph> <emph>!!</emph>, the double factorial of <emph>Number</emph>, where <emph>Number</emph> is an integer greater than or equal to zero."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2480849\n"
-"help.text"
-msgid "For even numbers FACTDOUBLE(n) returns:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id4181951\n"
-"help.text"
-msgid "2*4*6*8* ... *n"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2927335\n"
-"help.text"
-msgid "For odd numbers FACTDOUBLE(n) returns:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2107303\n"
-"help.text"
-msgid "1*3*5*7* ... *n"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id4071779\n"
-"help.text"
-msgid "FACTDOUBLE(0) returns 1 by definition."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154622\n"
-"42\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id7844477\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154116\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id6478469\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"hd_id2794274\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id6776940\n"
-"help.text"
-msgid "The Options dialog for the <link href=\"text/scalc/01/solver.xhp\">Solver</link> is used to set some options."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id393993\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a solver engine. The listbox is disabled if only one solver engine is installed. Solver engines can be installed as extensions.</ahelp>"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id5871761\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id6531266\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id3912778\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id3163853\n"
-"help.text"
-msgid "Use the Options dialog to configure the current solver engine."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id121158\n"
-"help.text"
-msgid "You can install more solver engines as extensions, if available. Open Tools - Extension Manager and browse to the Extensions web site to search for extensions."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id3806878\n"
-"help.text"
-msgid "Select the solver engine to use and to configure from the listbox. The listbox is disabled if onle one solver engine is installed."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id130619\n"
-"help.text"
-msgid "In the Settings box, check all settings that you want to use for the current goal seeking operation. If the current option offers different values, the Edit button is enabled. Click Edit to open a dialog where you can change the value."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id9999694\n"
-"help.text"
-msgid "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialog."
-msgstr ""
-
-#: 05080400.xhp
-msgctxt ""
-"05080400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 05080400.xhp
-msgctxt ""
-"05080400.xhp\n"
-"hd_id3149457\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
-msgstr ""
-
-#: 05080400.xhp
-msgctxt ""
-"05080400.xhp\n"
-"par_id3156423\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Styles and Formatting"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"bm_id3150447\n"
-"help.text"
-msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>Styles and Formatting window</bookmark_value> <bookmark_value>formats; Styles and Formatting window</bookmark_value> <bookmark_value>formatting; Styles and Formatting window</bookmark_value> <bookmark_value>paint can for applying styles</bookmark_value>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3150447\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3147434\n"
-"2\n"
-"help.text"
-msgid "Use the Styles and Formatting window to assign styles to objects and text sections. You can update Styles, modify existing Styles or create new Styles."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3149665\n"
-"30\n"
-"help.text"
-msgid "The Styles and Formatting <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3150012\n"
-"36\n"
-"help.text"
-msgid "How to apply a cell style:"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3159155\n"
-"37\n"
-"help.text"
-msgid "Select the cell or cell range."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3145749\n"
-"38\n"
-"help.text"
-msgid "Double-click the style in the Styles and Formatting window."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153877\n"
-"4\n"
-"help.text"
-msgid "Cell Styles"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3145801\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ParaStyle\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3150751\n"
-"help.text"
-msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3154255\n"
-"5\n"
-"help.text"
-msgid "Cell Styles"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153963\n"
-"7\n"
-"help.text"
-msgid "Page Styles"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3147003\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3159100\n"
-"help.text"
-msgid "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149814\">Icon</alt></image>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3150361\n"
-"8\n"
-"help.text"
-msgid "Page Styles"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3150202\n"
-"10\n"
-"help.text"
-msgid "Fill Format Mode"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3155531\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_TEMPLDLG_WATERCAN\">Turns the Fill Format mode on and off. Use the paint can to assign the Style selected in the Styles and Formatting window.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3155087\n"
-"help.text"
-msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153068\">Icon</alt></image>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3156198\n"
-"11\n"
-"help.text"
-msgid "Fill Format Mode"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3148870\n"
-"13\n"
-"help.text"
-msgid "How to apply a new style with the paint can:"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3145078\n"
-"27\n"
-"help.text"
-msgid "Select the desired style from the Styles and Formatting window."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3159098\n"
-"28\n"
-"help.text"
-msgid "Click the <emph>Fill Format Mode</emph> icon."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3148609\n"
-"15\n"
-"help.text"
-msgid "Click a cell to format it, or drag your mouse over a certain range to format the whole range. Repeat this action for other cells and ranges."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3149438\n"
-"29\n"
-"help.text"
-msgid "Click the <emph>Fill Format Mode</emph> again to exit this mode."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153975\n"
-"16\n"
-"help.text"
-msgid "New Style from Selection"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3149499\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"HID_TEMPLDLG_NEWBYEXAMPLE\">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href=\"text/shared/01/05140100.xhp\" name=\"Create Style\">Create Style</link> dialog."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3150050\n"
-"help.text"
-msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154649\">Icon</alt></image>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3146963\n"
-"17\n"
-"help.text"
-msgid "New Style from Selection"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153813\n"
-"19\n"
-"help.text"
-msgid "Update Style"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3154707\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3145118\n"
-"help.text"
-msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Icon</alt></image>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3147501\n"
-"20\n"
-"help.text"
-msgid "Update Style"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_idN109BE\n"
-"help.text"
-msgid "Style List"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_idN109C2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_TEMPLATE_FMT\">Displays the list of the styles from the selected style category.</ahelp>"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_idN109D1\n"
-"help.text"
-msgid "In the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> you can choose commands to create a new style, delete a user-defined style, or change the selected style."
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3149053\n"
-"24\n"
-"help.text"
-msgid "Style Groups"
-msgstr ""
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3147299\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Creating Names"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"bm_id3147264\n"
-"help.text"
-msgid "<bookmark_value>cell ranges;creating names automatically</bookmark_value><bookmark_value>names; for cell ranges</bookmark_value>"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "Creating Names"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3153969\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">Allows you to automatically name multiple cell ranges.</ahelp></variable>"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3156280\n"
-"13\n"
-"help.text"
-msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Insert - Names - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3151116\n"
-"3\n"
-"help.text"
-msgid "Create names from"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3152597\n"
-"4\n"
-"help.text"
-msgid "Defines which part of the spreadsheet is to be used for creating the name."
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3153729\n"
-"5\n"
-"help.text"
-msgid "Top row"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3149263\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_TOP\">Creates the range names from the header row of the selected range.</ahelp> Each column receives a separated name and cell reference."
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3146984\n"
-"7\n"
-"help.text"
-msgid "Left Column"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3153190\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_LEFT\">Creates the range names from the entries in the first column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3156284\n"
-"9\n"
-"help.text"
-msgid "Bottom row"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3147124\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM\">Creates the range names from the entries in the last row of the selected sheet range.</ahelp> Each column receives a separated name and cell reference."
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"hd_id3154731\n"
-"11\n"
-"help.text"
-msgid "Right Column"
-msgstr ""
-
-#: 04070300.xhp
-msgctxt ""
-"04070300.xhp\n"
-"par_id3153158\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_RIGHT\">Creates the range names from the entries in the last column of the selected sheet range.</ahelp> Each row receives a separated name and cell reference."
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete Sheet"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"bm_id3156424\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3156424\n"
-"1\n"
-"help.text"
-msgid "Delete Sheet"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3153193\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3145801\n"
-"7\n"
-"help.text"
-msgid "You cannot delete a sheet while <emph>Edit - Changes - Record</emph> is activated."
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"3\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"4\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"5\n"
-"help.text"
-msgid "No"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"6\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"bm_id3154758\n"
-"help.text"
-msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3154758\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3154124\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3156422\n"
-"3\n"
-"help.text"
-msgid "Page break between groups"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3147317\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\">Inserts a new page after each group of subtotaled data.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3146985\n"
-"5\n"
-"help.text"
-msgid "Case sensitive"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3153190\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\">Recalculates subtotals when you change the case of a data label.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3151119\n"
-"7\n"
-"help.text"
-msgid "Pre-sort area according to groups"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3149664\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT\">Sorts the area that you selected in the <emph>Group by</emph> box of the Group tabs according to the columns that you selected.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3153951\n"
-"9\n"
-"help.text"
-msgid "Sort"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3145252\n"
-"11\n"
-"help.text"
-msgid "Include formats"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3147125\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\">Considers formatting attributes when sorting.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3155418\n"
-"13\n"
-"help.text"
-msgid "Custom sort order"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3149400\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF\">Uses a custom sorting order that you defined in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3149121\n"
-"15\n"
-"help.text"
-msgid "Ascending"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3155068\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3155443\n"
-"17\n"
-"help.text"
-msgid "Descending"
-msgstr ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"par_id3153766\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"bm_id3151076\n"
-"help.text"
-msgid "<bookmark_value>programming; add-ins</bookmark_value><bookmark_value>shared libraries; programming</bookmark_value><bookmark_value>external DLL functions</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3151076\n"
-"1\n"
-"help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147001\n"
-"220\n"
-"help.text"
-msgid "The method of extending Calc by Add-Ins that is described in the following is outdated. The interfaces are still valid and supported, to ensure compatibility with existing Add-Ins, but for programming new Add-Ins you should use the new <link href=\"text/shared/guide/integratinguno.xhp\" name=\"API functions\">API functions</link>."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150361\n"
-"2\n"
-"help.text"
-msgid "$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149211\n"
-"3\n"
-"help.text"
-msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline> must have certain properties, as explained in the following. This information allows you to program your own Add-In for <emph>Function Wizard</emph> of $[officename] Calc."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3146981\n"
-"4\n"
-"help.text"
-msgid "The Add-In Concept"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156292\n"
-"5\n"
-"help.text"
-msgid "Each Add-In library provides several functions. Some functions are used for administrative purposes. You can choose almost any name for your own functions. However, they must also follow certain rules regarding parameter passing. The exact naming and calling conventions vary for different platforms."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3152890\n"
-"6\n"
-"help.text"
-msgid "Functions of <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148837\n"
-"7\n"
-"help.text"
-msgid "At a minimum, the administrative functions <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionCount\">GetFunctionCount</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas <link href=\"text/scalc/01/04060112.xhp\" name=\"Double Array\">Double Array</link>, <link href=\"text/scalc/01/04060112.xhp\" name=\"String Array\">String Array</link>, and <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell Array\">Cell Array</link> are supported."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148604\n"
-"8\n"
-"help.text"
-msgid "Parameters are passed using references. Therefore, a change of these values is basically possible. However, this is not supported in $[officename] Calc because it does not make sense within spreadsheets."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150112\n"
-"9\n"
-"help.text"
-msgid "Libraries can be reloaded during runtime and their contents can be analyzed by the administrative functions. For each function, information is available about count and type of parameters, internal and external function names and an administrative number."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155269\n"
-"10\n"
-"help.text"
-msgid "The functions are called synchronously and return their results immediately. Real time functions (asynchronous functions) are also possible; however, they are not explained in detail because of their complexity."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3145077\n"
-"11\n"
-"help.text"
-msgid "General information about the interface"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146776\n"
-"12\n"
-"help.text"
-msgid "The maximum number of parameters in an Add-In function attached to $[officename] Calc is 16: one return value and a maximum of 15 function input parameters."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149899\n"
-"13\n"
-"help.text"
-msgid "The data types are defined as follows:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151302\n"
-"14\n"
-"help.text"
-msgid "<emph>Data types</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3143222\n"
-"15\n"
-"help.text"
-msgid "<emph>Definition</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149384\n"
-"16\n"
-"help.text"
-msgid "CALLTYPE"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146963\n"
-"17\n"
-"help.text"
-msgid "Under Windows: FAR PASCAL (_far _pascal)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153809\n"
-"18\n"
-"help.text"
-msgid "Other: default (operating system specific default)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154734\n"
-"19\n"
-"help.text"
-msgid "USHORT"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155760\n"
-"20\n"
-"help.text"
-msgid "2 Byte unsigned Integer"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145320\n"
-"21\n"
-"help.text"
-msgid "DOUBLE"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150956\n"
-"22\n"
-"help.text"
-msgid "8 byte platform-dependent format"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146097\n"
-"23\n"
-"help.text"
-msgid "Paramtype"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150432\n"
-"24\n"
-"help.text"
-msgid "Platform-dependent like int"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153955\n"
-"25\n"
-"help.text"
-msgid "PTR_DOUBLE =0 pointer to a double"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159262\n"
-"26\n"
-"help.text"
-msgid "PTR_STRING =1 pointer to a zero-terminated string"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148747\n"
-"27\n"
-"help.text"
-msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147406\n"
-"28\n"
-"help.text"
-msgid "PTR_STRING_ARR =3 pointer to a string array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151392\n"
-"29\n"
-"help.text"
-msgid "PTR_CELL_ARR =4 pointer to a cell array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153028\n"
-"30\n"
-"help.text"
-msgid "NONE =5"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3156396\n"
-"31\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153019\n"
-"32\n"
-"help.text"
-msgid "Following you will find a description of those functions, which are called at the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>external DLL</defaultinline></switchinline>."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150038\n"
-"33\n"
-"help.text"
-msgid "For all <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3157876\n"
-"34\n"
-"help.text"
-msgid "void CALLTYPE fn(out, in1, in2, ...)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147616\n"
-"35\n"
-"help.text"
-msgid "Output: Resulting value"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159119\n"
-"36\n"
-"help.text"
-msgid "Input: Any number of types (double&, char*, double*, char**, Cell area), where the <link href=\"text/scalc/01/04060112.xhp\" name=\"Cell area\">Cell area</link> is an array of types double array, string array, or cell array."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3150653\n"
-"37\n"
-"help.text"
-msgid "GetFunctionCount()"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3152981\n"
-"38\n"
-"help.text"
-msgid "Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href=\"text/scalc/01/04060112.xhp\" name=\"GetFunctionData\">GetFunctionData</link> and <link href=\"text/scalc/01/04060112.xhp\" name=\"GetParameterDescription\">GetParameterDescription</link> functions later."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150742\n"
-"39\n"
-"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148728\n"
-"40\n"
-"help.text"
-msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154677\n"
-"41\n"
-"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146940\n"
-"42\n"
-"help.text"
-msgid "USHORT &nCount:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149893\n"
-"43\n"
-"help.text"
-msgid "Output: Reference to a variable, which is supposed to contain the number of Add-In functions. For example: If the Add-In provides 5 functions for $[officename] Calc, then nCount=5."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3147476\n"
-"44\n"
-"help.text"
-msgid "GetFunctionData()"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154841\n"
-"45\n"
-"help.text"
-msgid "Determines all the important information about an Add-In function."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148888\n"
-"46\n"
-"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148434\n"
-"47\n"
-"help.text"
-msgid "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149253\n"
-"48\n"
-"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149686\n"
-"49\n"
-"help.text"
-msgid "USHORT& nNo:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149949\n"
-"50\n"
-"help.text"
-msgid "Input: Function number between 0 and nCount-1, inclusively."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149546\n"
-"51\n"
-"help.text"
-msgid "char* pFuncName:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148579\n"
-"52\n"
-"help.text"
-msgid "Output: Function name as seen by the programmer, as it is named in the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline>. This name does not determine the name used in the <emph>Function Wizard</emph>."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153935\n"
-"53\n"
-"help.text"
-msgid "USHORT& nParamCount:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150142\n"
-"54\n"
-"help.text"
-msgid "Output: Number of parameters in AddIn function. This number must be greater than 0, because there is always a result value; the maximum value is 16."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145143\n"
-"55\n"
-"help.text"
-msgid "Paramtype* peType:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148750\n"
-"56\n"
-"help.text"
-msgid "Output: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153078\n"
-"57\n"
-"help.text"
-msgid "char* pInternalName:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155261\n"
-"58\n"
-"help.text"
-msgid "Output: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153327\n"
-"59\n"
-"help.text"
-msgid "The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3148567\n"
-"60\n"
-"help.text"
-msgid "GetParameterDescription()"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153000\n"
-"61\n"
-"help.text"
-msgid "Provides a brief description of the Add-In function and its parameters. As an option, this function can be used to show a function and parameter description in the <emph>Function Wizard</emph>."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154501\n"
-"62\n"
-"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153564\n"
-"63\n"
-"help.text"
-msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3157995\n"
-"64\n"
-"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155925\n"
-"65\n"
-"help.text"
-msgid "USHORT& nNo:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149883\n"
-"66\n"
-"help.text"
-msgid "Input: Number of the function in the library; between 0 and nCount-1."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154326\n"
-"67\n"
-"help.text"
-msgid "USHORT& nParam:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159139\n"
-"68\n"
-"help.text"
-msgid "Input: Indicates, for which parameter the description is provided; parameters start at 1. If nParam is 0, the description itself is supposed to be provided in pDesc; in this case, pName does not have any meaning."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147374\n"
-"69\n"
-"help.text"
-msgid "char* pName:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145245\n"
-"70\n"
-"help.text"
-msgid "Output: Takes up the parameter name or type, for example, the word \"Number\" or \"String\" or \"Date\", and so on. Implemented in $[officename] Calc as char[256]."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151020\n"
-"71\n"
-"help.text"
-msgid "char* pDesc:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148389\n"
-"72\n"
-"help.text"
-msgid "Output: Takes up the description of the parameter, for example, \"Value, at which the universe is to be calculated.\" Implemented in $[officename] Calc as char[256]."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145303\n"
-"73\n"
-"help.text"
-msgid "pName and pDesc are char arrays; implemented in $[officename] Calc with size 256. Please note that the space available in the <emph>Function Wizard</emph> is limited and that the 256 characters cannot be fully used."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3148874\n"
-"76\n"
-"help.text"
-msgid "Cell areas"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150265\n"
-"77\n"
-"help.text"
-msgid "The following tables contain information about which data structures must be provided by an external program module in order to pass cell areas. $[officename] Calc distinguishes between three different arrays, depending on the data type."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3156060\n"
-"78\n"
-"help.text"
-msgid "Double Array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149540\n"
-"79\n"
-"help.text"
-msgid "As a parameter, a cell area with values of the Number/Double type can be passed. A double array in $[officename] Calc is defined as follows:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149388\n"
-"80\n"
-"help.text"
-msgid "<emph>Offset</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154636\n"
-"81\n"
-"help.text"
-msgid "<emph>Name</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153228\n"
-"82\n"
-"help.text"
-msgid "<emph>Description</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150685\n"
-"83\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154869\n"
-"84\n"
-"help.text"
-msgid "Col1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147541\n"
-"85\n"
-"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149783\n"
-"86\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155986\n"
-"87\n"
-"help.text"
-msgid "Row1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147483\n"
-"88\n"
-"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153721\n"
-"89\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154317\n"
-"90\n"
-"help.text"
-msgid "Tab1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149820\n"
-"91\n"
-"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3163820\n"
-"92\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149710\n"
-"93\n"
-"help.text"
-msgid "Col2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154819\n"
-"94\n"
-"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145083\n"
-"95\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156310\n"
-"96\n"
-"help.text"
-msgid "Row2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150968\n"
-"97\n"
-"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156133\n"
-"98\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153218\n"
-"99\n"
-"help.text"
-msgid "Tab2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147086\n"
-"100\n"
-"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151270\n"
-"101\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3152934\n"
-"102\n"
-"help.text"
-msgid "Count"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145202\n"
-"103\n"
-"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150879\n"
-"104\n"
-"help.text"
-msgid "14"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156002\n"
-"105\n"
-"help.text"
-msgid "Col"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147276\n"
-"106\n"
-"help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151295\n"
-"107\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150261\n"
-"108\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155851\n"
-"109\n"
-"help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153150\n"
-"110\n"
-"help.text"
-msgid "18"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153758\n"
-"111\n"
-"help.text"
-msgid "Tab"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150154\n"
-"112\n"
-"help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149289\n"
-"113\n"
-"help.text"
-msgid "20"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156010\n"
-"114\n"
-"help.text"
-msgid "Error"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159181\n"
-"115\n"
-"help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147493\n"
-"116\n"
-"help.text"
-msgid "22"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149200\n"
-"117\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151174\n"
-"118\n"
-"help.text"
-msgid "8 byte IEEE variable of type double/floating point"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154688\n"
-"119\n"
-"help.text"
-msgid "30"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159337\n"
-"120\n"
-"help.text"
-msgid "..."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155388\n"
-"121\n"
-"help.text"
-msgid "Next element"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3154935\n"
-"122\n"
-"help.text"
-msgid "String Array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153105\n"
-"123\n"
-"help.text"
-msgid "A cell area, which contains values of data type Text and is passed as a string array. A string array in $[officename] Calc is defined as follows:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149908\n"
-"124\n"
-"help.text"
-msgid "<emph>Offset</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159165\n"
-"125\n"
-"help.text"
-msgid "<emph>Name</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159150\n"
-"126\n"
-"help.text"
-msgid "<emph>Description</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149769\n"
-"127\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150509\n"
-"128\n"
-"help.text"
-msgid "Col1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148447\n"
-"129\n"
-"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145418\n"
-"130\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147512\n"
-"131\n"
-"help.text"
-msgid "Row1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147235\n"
-"132\n"
-"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155362\n"
-"133\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151051\n"
-"134\n"
-"help.text"
-msgid "Tab1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148923\n"
-"135\n"
-"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149158\n"
-"136\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3166437\n"
-"137\n"
-"help.text"
-msgid "Col2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149788\n"
-"138\n"
-"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3166450\n"
-"139\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3152877\n"
-"140\n"
-"help.text"
-msgid "Row2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3152949\n"
-"141\n"
-"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159270\n"
-"142\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154107\n"
-"143\n"
-"help.text"
-msgid "Tab2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153747\n"
-"144\n"
-"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149924\n"
-"145\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154858\n"
-"146\n"
-"help.text"
-msgid "Count"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148621\n"
-"147\n"
-"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148467\n"
-"148\n"
-"help.text"
-msgid "14"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151126\n"
-"149\n"
-"help.text"
-msgid "Col"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154334\n"
-"150\n"
-"help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149416\n"
-"151\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150631\n"
-"152\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150424\n"
-"153\n"
-"help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154797\n"
-"154\n"
-"help.text"
-msgid "18"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3143274\n"
-"155\n"
-"help.text"
-msgid "Tab"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149513\n"
-"156\n"
-"help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145306\n"
-"157\n"
-"help.text"
-msgid "20"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153948\n"
-"158\n"
-"help.text"
-msgid "Error"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153534\n"
-"159\n"
-"help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153311\n"
-"160\n"
-"help.text"
-msgid "22"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148695\n"
-"161\n"
-"help.text"
-msgid "Len"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3152769\n"
-"162\n"
-"help.text"
-msgid "Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153772\n"
-"163\n"
-"help.text"
-msgid "24"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153702\n"
-"164\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154474\n"
-"165\n"
-"help.text"
-msgid "String with closing zero byte"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156269\n"
-"166\n"
-"help.text"
-msgid "24+Len"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154825\n"
-"167\n"
-"help.text"
-msgid "..."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147097\n"
-"168\n"
-"help.text"
-msgid "Next element"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3159091\n"
-"169\n"
-"help.text"
-msgid "Cell Array"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156140\n"
-"170\n"
-"help.text"
-msgid "Cell arrays are used to call cell areas containing text as well as numbers. A cell array in $[officename] Calc is defined as follows:"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154664\n"
-"171\n"
-"help.text"
-msgid "<emph>Offset</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154566\n"
-"172\n"
-"help.text"
-msgid "<emph>Name</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146073\n"
-"173\n"
-"help.text"
-msgid "<emph>Description</emph>"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154117\n"
-"174\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150988\n"
-"175\n"
-"help.text"
-msgid "Col1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146783\n"
-"176\n"
-"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153666\n"
-"177\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149560\n"
-"178\n"
-"help.text"
-msgid "Row1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156156\n"
-"179\n"
-"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150408\n"
-"180\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150593\n"
-"181\n"
-"help.text"
-msgid "Tab1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150357\n"
-"182\n"
-"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146912\n"
-"183\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153352\n"
-"184\n"
-"help.text"
-msgid "Col2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155893\n"
-"185\n"
-"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150827\n"
-"186\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148406\n"
-"187\n"
-"help.text"
-msgid "Row2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150673\n"
-"188\n"
-"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155864\n"
-"189\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153197\n"
-"190\n"
-"help.text"
-msgid "Tab2"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149329\n"
-"191\n"
-"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147360\n"
-"192\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154520\n"
-"193\n"
-"help.text"
-msgid "Count"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150647\n"
-"194\n"
-"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149747\n"
-"195\n"
-"help.text"
-msgid "14"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147579\n"
-"196\n"
-"help.text"
-msgid "Col"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154188\n"
-"197\n"
-"help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159209\n"
-"198\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153265\n"
-"199\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150095\n"
-"200\n"
-"help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151276\n"
-"201\n"
-"help.text"
-msgid "18"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149177\n"
-"202\n"
-"help.text"
-msgid "Tab"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3146925\n"
-"203\n"
-"help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150488\n"
-"204\n"
-"help.text"
-msgid "20"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149441\n"
-"205\n"
-"help.text"
-msgid "Error"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156048\n"
-"206\n"
-"help.text"
-msgid "Error number, where the value 0 is defined as \"no error.\" If the element comes from a formula cell the error value is determined by the formula."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3163813\n"
-"207\n"
-"help.text"
-msgid "22"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159102\n"
-"208\n"
-"help.text"
-msgid "Type"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149581\n"
-"209\n"
-"help.text"
-msgid "Type of cell content, 0 == Double, 1 == String"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155182\n"
-"210\n"
-"help.text"
-msgid "24"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153291\n"
-"211\n"
-"help.text"
-msgid "Value or Len"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148560\n"
-"212\n"
-"help.text"
-msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148901\n"
-"213\n"
-"help.text"
-msgid "If type == 1: Length of the following string, including closing zero byte. If the length including closing zero byte equals an odd value a second zero byte is added to the string so that an even value is achieved. Therefore, Len is calculated using ((StrLen+2)&~1)."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145215\n"
-"214\n"
-"help.text"
-msgid "26 if type==1"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155143\n"
-"215\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149298\n"
-"216\n"
-"help.text"
-msgid "If type == 1: String with closing zero byte"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151322\n"
-"217\n"
-"help.text"
-msgid "32 or 26+Len"
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3163722\n"
-"218\n"
-"help.text"
-msgid "..."
-msgstr ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151059\n"
-"219\n"
-"help.text"
-msgid "Next element"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Four"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153415\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">Statistical Functions Part Four</link></variable>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3154511\n"
-"help.text"
-msgid "<bookmark_value>MAX function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154511\n"
-"2\n"
-"help.text"
-msgid "MAX"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153709\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MAX\">Returns the maximum value in a list of arguments.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id9282509\n"
-"help.text"
-msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154256\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147340\n"
-"5\n"
-"help.text"
-msgid "MAX(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149568\n"
-"6\n"
-"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153963\n"
-"7\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147343\n"
-"8\n"
-"help.text"
-msgid "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148485\n"
-"9\n"
-"help.text"
-msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3166426\n"
-"help.text"
-msgid "<bookmark_value>MAXA function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3166426\n"
-"139\n"
-"help.text"
-msgid "MAXA"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150363\n"
-"140\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MAXA\">Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id7689443\n"
-"help.text"
-msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150516\n"
-"141\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3166431\n"
-"142\n"
-"help.text"
-msgid "MAXA(Value1; Value2; ... Value30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150202\n"
-"143\n"
-"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3156290\n"
-"144\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3156446\n"
-"145\n"
-"help.text"
-msgid "<item type=\"input\">=MAXA(A1;A2;A3;50;100;200;\"Text\")</item> returns the largest value from the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149404\n"
-"146\n"
-"help.text"
-msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3153820\n"
-"help.text"
-msgid "<bookmark_value>MEDIAN function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153820\n"
-"11\n"
-"help.text"
-msgid "MEDIAN"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151241\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MEDIAN\">Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148871\n"
-"13\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155264\n"
-"14\n"
-"help.text"
-msgid "MEDIAN(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150109\n"
-"15\n"
-"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3144506\n"
-"16\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3145078\n"
-"17\n"
-"help.text"
-msgid "for an odd number: <item type=\"input\">=MEDIAN(1;5;9;20;21)</item> returns 9 as the median value."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149126\n"
-"165\n"
-"help.text"
-msgid "for an even number: <item type=\"input\">=MEDIAN(1;5;9;20)</item> returns the average of the two middle values 5 and 9, thus 7."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3154541\n"
-"help.text"
-msgid "<bookmark_value>MIN function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154541\n"
-"19\n"
-"help.text"
-msgid "MIN"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3143222\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MIN\">Returns the minimum value in a list of arguments.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id2301400\n"
-"help.text"
-msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154651\n"
-"21\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3146964\n"
-"22\n"
-"help.text"
-msgid "MIN(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153486\n"
-"23\n"
-"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3155523\n"
-"24\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154734\n"
-"25\n"
-"help.text"
-msgid "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3147504\n"
-"help.text"
-msgid "<bookmark_value>MINA function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3147504\n"
-"148\n"
-"help.text"
-msgid "MINA"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147249\n"
-"149\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MINA\">Returns the minimum value in a list of arguments. Here you can also enter text. The value of the text is 0.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id4294564\n"
-"help.text"
-msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150435\n"
-"150\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153336\n"
-"151\n"
-"help.text"
-msgid "MINA(Value1; Value2; ... Value30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3146098\n"
-"152\n"
-"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148743\n"
-"153\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147401\n"
-"154\n"
-"help.text"
-msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147295\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3166465\n"
-"help.text"
-msgid "<bookmark_value>AVEDEV function</bookmark_value><bookmark_value>averages;statistical functions</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3166465\n"
-"27\n"
-"help.text"
-msgid "AVEDEV"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150373\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MITTELABW\">Returns the average of the absolute deviations of data points from their mean.</ahelp> Displays the diffusion in a data set."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150038\n"
-"29\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3145636\n"
-"30\n"
-"help.text"
-msgid "AVEDEV(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3157871\n"
-"31\n"
-"help.text"
-msgid "<emph>Number1, Number2,...Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149725\n"
-"32\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153122\n"
-"33\n"
-"help.text"
-msgid "<item type=\"input\">=AVEDEV(A1:A50)</item>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3145824\n"
-"help.text"
-msgid "<bookmark_value>AVERAGE function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3145824\n"
-"35\n"
-"help.text"
-msgid "AVERAGE"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150482\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MITTELWERT\">Returns the average of the arguments.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3146943\n"
-"37\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154679\n"
-"38\n"
-"help.text"
-msgid "AVERAGE(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150741\n"
-"39\n"
-"help.text"
-msgid "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153039\n"
-"40\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151232\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3148754\n"
-"help.text"
-msgid "<bookmark_value>AVERAGEA function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148754\n"
-"157\n"
-"help.text"
-msgid "AVERAGEA"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3145138\n"
-"158\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MITTELWERTA\">Returns the average of the arguments. The value of a text is 0.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153326\n"
-"159\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149734\n"
-"160\n"
-"help.text"
-msgid "AVERAGEA(Value1; Value2; ... Value30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155260\n"
-"161\n"
-"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149504\n"
-"162\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150864\n"
-"163\n"
-"help.text"
-msgid "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3153933\n"
-"help.text"
-msgid "<bookmark_value>MODE function</bookmark_value><bookmark_value>most common value</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153933\n"
-"43\n"
-"help.text"
-msgid "MODE"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153085\n"
-"44\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MODALWERT\">Returns the most common value in a data set.</ahelp> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153003\n"
-"45\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155950\n"
-"46\n"
-"help.text"
-msgid "MODE(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150337\n"
-"47\n"
-"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153571\n"
-"48\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153733\n"
-"49\n"
-"help.text"
-msgid "<item type=\"input\">=MODE(A1:A50)</item>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3149879\n"
-"help.text"
-msgid "<bookmark_value>NEGBINOMDIST function</bookmark_value><bookmark_value>negative binomial distribution</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149879\n"
-"51\n"
-"help.text"
-msgid "NEGBINOMDIST"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155437\n"
-"52\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3145351\n"
-"53\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150935\n"
-"54\n"
-"help.text"
-msgid "NEGBINOMDIST(X; R; SP)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153044\n"
-"55\n"
-"help.text"
-msgid "<emph>X</emph> represents the value returned for unsuccessful tests."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151018\n"
-"56\n"
-"help.text"
-msgid "<emph>R</emph> represents the value returned for successful tests."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148878\n"
-"57\n"
-"help.text"
-msgid "<emph>SP</emph> is the probability of the success of an attempt."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149539\n"
-"58\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148770\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3155516\n"
-"help.text"
-msgid "<bookmark_value>NORMINV function</bookmark_value><bookmark_value>normal distribution;inverse of</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3155516\n"
-"61\n"
-"help.text"
-msgid "NORMINV"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154634\n"
-"62\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NORMINV\">Returns the inverse of the normal cumulative distribution.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153227\n"
-"63\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147534\n"
-"64\n"
-"help.text"
-msgid "NORMINV(Number; Mean; StDev)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154950\n"
-"65\n"
-"help.text"
-msgid "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150690\n"
-"66\n"
-"help.text"
-msgid "<emph>Mean</emph> represents the mean value in the normal distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148594\n"
-"67\n"
-"help.text"
-msgid "<emph>StDev</emph> represents the standard deviation of the normal distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3155822\n"
-"68\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153921\n"
-"69\n"
-"help.text"
-msgid "<item type=\"input\">=NORMINV(0.9;63;5)</item> returns 69.41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3153722\n"
-"help.text"
-msgid "<bookmark_value>NORMDIST function</bookmark_value><bookmark_value>density function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153722\n"
-"71\n"
-"help.text"
-msgid "NORMDIST"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150386\n"
-"72\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NORMVERT\">Returns the density function or the normal cumulative distribution.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3083282\n"
-"73\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150613\n"
-"74\n"
-"help.text"
-msgid "NORMDIST(Number; Mean; StDev; C)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149820\n"
-"75\n"
-"help.text"
-msgid "<emph>Number</emph> is the value of the distribution based on which the normal distribution is to be calculated."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3146063\n"
-"76\n"
-"help.text"
-msgid "<emph>Mean</emph> is the mean value of the distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3156295\n"
-"77\n"
-"help.text"
-msgid "<emph>StDev</emph> is the standard deviation of the distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3145080\n"
-"78\n"
-"help.text"
-msgid "<emph>C</emph> is optional. <emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3152972\n"
-"79\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149283\n"
-"80\n"
-"help.text"
-msgid "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149448\n"
-"81\n"
-"help.text"
-msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3152934\n"
-"help.text"
-msgid "<bookmark_value>PEARSON function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3152934\n"
-"83\n"
-"help.text"
-msgid "PEARSON"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153216\n"
-"84\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_PEARSON\">Returns the Pearson product moment correlation coefficient r.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3147081\n"
-"85\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3156133\n"
-"86\n"
-"help.text"
-msgid "PEARSON(Data1; Data2)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151272\n"
-"87\n"
-"help.text"
-msgid "<emph>Data1</emph> represents the array of the first data set."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153279\n"
-"88\n"
-"help.text"
-msgid "<emph>Data2</emph> represents the array of the second data set."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3147567\n"
-"89\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151187\n"
-"90\n"
-"help.text"
-msgid "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson correlation coefficient of both data sets."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3152806\n"
-"help.text"
-msgid "<bookmark_value>PHI function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3152806\n"
-"92\n"
-"help.text"
-msgid "PHI"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150254\n"
-"93\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154748\n"
-"94\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149976\n"
-"95\n"
-"help.text"
-msgid "PHI(Number)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3156108\n"
-"96\n"
-"help.text"
-msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153621\n"
-"97\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155849\n"
-"98\n"
-"help.text"
-msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3143236\n"
-"99\n"
-"help.text"
-msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149286\n"
-"100\n"
-"help.text"
-msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3153985\n"
-"help.text"
-msgid "<bookmark_value>POISSON function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153985\n"
-"102\n"
-"help.text"
-msgid "POISSON"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154298\n"
-"103\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3159183\n"
-"104\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3146093\n"
-"105\n"
-"help.text"
-msgid "POISSON(Number; Mean; C)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147253\n"
-"106\n"
-"help.text"
-msgid "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3151177\n"
-"107\n"
-"help.text"
-msgid "<emph>Mean</emph> represents the middle value of the Poisson distribution."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149200\n"
-"108\n"
-"help.text"
-msgid "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3159347\n"
-"109\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3150113\n"
-"110\n"
-"help.text"
-msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3153100\n"
-"help.text"
-msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153100\n"
-"112\n"
-"help.text"
-msgid "PERCENTILE"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154940\n"
-"113\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_QUANTIL\">Returns the alpha-percentile of data values in an array.</ahelp> A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (alpha=1) of a data series. For <item type=\"literal\">Alpha</item> = 25%, the percentile means the first quartile; <item type=\"literal\">Alpha</item> = 50% is the MEDIAN."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150531\n"
-"114\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148813\n"
-"115\n"
-"help.text"
-msgid "PERCENTILE(Data; Alpha)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153054\n"
-"116\n"
-"help.text"
-msgid "<emph>Data</emph> represents the array of data."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154212\n"
-"117\n"
-"help.text"
-msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3154290\n"
-"118\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3159147\n"
-"119\n"
-"help.text"
-msgid "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3148807\n"
-"help.text"
-msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148807\n"
-"121\n"
-"help.text"
-msgid "PERCENTRANK"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153573\n"
-"122\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">Returns the percentage rank of a value in a sample.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3147512\n"
-"123\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3147238\n"
-"124\n"
-"help.text"
-msgid "PERCENTRANK(Data; Value)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3154266\n"
-"125\n"
-"help.text"
-msgid "<emph>Data</emph> represents the array of data in the sample."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3148475\n"
-"126\n"
-"help.text"
-msgid "<emph>Value</emph> represents the value whose percentile rank must be determined."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3155364\n"
-"127\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3149163\n"
-"128\n"
-"help.text"
-msgid "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"bm_id3166442\n"
-"help.text"
-msgid "<bookmark_value>QUARTILE function</bookmark_value>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3166442\n"
-"130\n"
-"help.text"
-msgid "QUARTILE"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3146958\n"
-"131\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_QUARTILE\">Returns the quartile of a data set.</ahelp>"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3152942\n"
-"132\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153684\n"
-"133\n"
-"help.text"
-msgid "QUARTILE(Data; Type)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3153387\n"
-"134\n"
-"help.text"
-msgid "<emph>Data</emph> represents the array of data in the sample."
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3155589\n"
-"135\n"
-"help.text"
-msgid "<emph>Type</emph> represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149103\n"
-"136\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"par_id3159276\n"
-"137\n"
-"help.text"
-msgid "<item type=\"input\">=QUARTILE(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"tit\n"
-"help.text"
-msgid "Operators in $[officename] Calc"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"bm_id3156445\n"
-"help.text"
-msgid "<bookmark_value>formulas; operators</bookmark_value><bookmark_value>operators; formula functions</bookmark_value><bookmark_value>division sign, see also operators</bookmark_value><bookmark_value>multiplication sign, see also operators</bookmark_value><bookmark_value>minus sign, see also operators</bookmark_value><bookmark_value>plus sign, see also operators</bookmark_value><bookmark_value>text operators</bookmark_value><bookmark_value>comparisons;operators in Calc</bookmark_value><bookmark_value>arithmetical operators</bookmark_value><bookmark_value>reference operators</bookmark_value>"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3156445\n"
-"1\n"
-"help.text"
-msgid "Operators in $[officename] Calc"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3155812\n"
-"2\n"
-"help.text"
-msgid "You can use the following operators in $[officename] Calc:"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3153066\n"
-"3\n"
-"help.text"
-msgid "Arithmetical Operators"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148601\n"
-"4\n"
-"help.text"
-msgid "These operators return numerical results."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3144768\n"
-"5\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157982\n"
-"6\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159096\n"
-"7\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149126\n"
-"8\n"
-"help.text"
-msgid "+ (Plus)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150892\n"
-"9\n"
-"help.text"
-msgid "Addition"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153247\n"
-"10\n"
-"help.text"
-msgid "1+1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159204\n"
-"11\n"
-"help.text"
-msgid "- (Minus)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3145362\n"
-"12\n"
-"help.text"
-msgid "Subtraction"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153554\n"
-"13\n"
-"help.text"
-msgid "2-1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153808\n"
-"14\n"
-"help.text"
-msgid "- (Minus)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3151193\n"
-"15\n"
-"help.text"
-msgid "Negation"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154712\n"
-"16\n"
-"help.text"
-msgid "-5"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149873\n"
-"17\n"
-"help.text"
-msgid "* (asterisk)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3147504\n"
-"18\n"
-"help.text"
-msgid "Multiplication"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149055\n"
-"19\n"
-"help.text"
-msgid "2*2"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3151341\n"
-"20\n"
-"help.text"
-msgid "/ (Slash)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159260\n"
-"21\n"
-"help.text"
-msgid "Division"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153027\n"
-"22\n"
-"help.text"
-msgid "9/3"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3156396\n"
-"23\n"
-"help.text"
-msgid "% (Percent)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150372\n"
-"24\n"
-"help.text"
-msgid "Percent"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3145632\n"
-"25\n"
-"help.text"
-msgid "15%"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149722\n"
-"26\n"
-"help.text"
-msgid "^ (Caret)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159127\n"
-"27\n"
-"help.text"
-msgid "Exponentiation"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157873\n"
-"28\n"
-"help.text"
-msgid "3^2"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3152981\n"
-"29\n"
-"help.text"
-msgid "Comparative operators"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157902\n"
-"30\n"
-"help.text"
-msgid "These operators return either true or false."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149889\n"
-"31\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150743\n"
-"32\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3146877\n"
-"33\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148888\n"
-"34\n"
-"help.text"
-msgid "= (equal sign)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154845\n"
-"35\n"
-"help.text"
-msgid "Equal"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154546\n"
-"36\n"
-"help.text"
-msgid "A1=B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154807\n"
-"37\n"
-"help.text"
-msgid "> (Greater than)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148580\n"
-"38\n"
-"help.text"
-msgid "Greater than"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3145138\n"
-"39\n"
-"help.text"
-msgid "A1>B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149507\n"
-"40\n"
-"help.text"
-msgid "< (Less than)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150145\n"
-"41\n"
-"help.text"
-msgid "Less than"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150901\n"
-"42\n"
-"help.text"
-msgid "A1<B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153078\n"
-"43\n"
-"help.text"
-msgid ">= (Greater than or equal to)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150866\n"
-"44\n"
-"help.text"
-msgid "Greater than or equal to"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153111\n"
-"45\n"
-"help.text"
-msgid "A1>=B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153004\n"
-"46\n"
-"help.text"
-msgid "<= (Less than or equal to)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150335\n"
-"47\n"
-"help.text"
-msgid "Less than or equal to"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148760\n"
-"48\n"
-"help.text"
-msgid "A1<=B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157994\n"
-"49\n"
-"help.text"
-msgid "<> (Inequality)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150019\n"
-"50\n"
-"help.text"
-msgid "Inequality"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149878\n"
-"51\n"
-"help.text"
-msgid "A1<>B1"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3145241\n"
-"52\n"
-"help.text"
-msgid "Text operators"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3155438\n"
-"53\n"
-"help.text"
-msgid "The operator combines separate texts into one text."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150566\n"
-"54\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153048\n"
-"55\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149001\n"
-"56\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148769\n"
-"57\n"
-"help.text"
-msgid "& (And)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"bm_id3157975\n"
-"help.text"
-msgid "<bookmark_value>text concatenation AND</bookmark_value>"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157975\n"
-"58\n"
-"help.text"
-msgid "text concatenation AND"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157993\n"
-"59\n"
-"help.text"
-msgid "\"Sun\" & \"day\" is \"Sunday\""
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3153550\n"
-"60\n"
-"help.text"
-msgid "Reference operators"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149024\n"
-"61\n"
-"help.text"
-msgid "These operators return a cell range of zero, one or more cells."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id2324900\n"
-"help.text"
-msgid "Range has the highest precedence, then intersection, and then finally union."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3158416\n"
-"62\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3152822\n"
-"63\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154949\n"
-"64\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3156257\n"
-"65\n"
-"help.text"
-msgid ": (Colon)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153924\n"
-"66\n"
-"help.text"
-msgid "Range"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148432\n"
-"67\n"
-"help.text"
-msgid "A1:C108"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3152592\n"
-"68\n"
-"help.text"
-msgid "! (Exclamation point)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"bm_id3150606\n"
-"help.text"
-msgid "<bookmark_value>intersection operator</bookmark_value>"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150606\n"
-"69\n"
-"help.text"
-msgid "Intersection"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3083445\n"
-"70\n"
-"help.text"
-msgid "SUM(A1:B6!B5:C12)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150385\n"
-"71\n"
-"help.text"
-msgid "Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id4003723\n"
-"help.text"
-msgid "~ (Tilde)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id838953\n"
-"help.text"
-msgid "Concatenation or union"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id2511978\n"
-"help.text"
-msgid "Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table."
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id181890\n"
-"help.text"
-msgid "Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"tit\n"
-"help.text"
-msgid "WEEKDAY"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"bm_id3154925\n"
-"help.text"
-msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3154925\n"
-"136\n"
-"help.text"
-msgid "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3154228\n"
-"137\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WOCHENTAG\">Returns the day of the week for the given date value.</ahelp> The day is returned as an integer between 1 (Sunday) and 7 (Saturday) if no type or type=1 is specified. If type=2, numbering begins at Monday=1; and if type=3 numbering begins at Monday=0."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3147217\n"
-"138\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3149033\n"
-"139\n"
-"help.text"
-msgid "WEEKDAY(Number; Type)"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3149046\n"
-"140\n"
-"help.text"
-msgid "<emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3154394\n"
-"141\n"
-"help.text"
-msgid "<emph>Type</emph> determines the type of calculation. For Type=1, the weekdays are counted starting from Sunday (this is the default even when the Type parameter is missing). For Type=2, the weekdays are counted starting from Monday=1. For Type=3, the weekdays are counted starting from Monday=0."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3156188\n"
-"142\n"
-"help.text"
-msgid "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3153836\n"
-"143\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3150317\n"
-"144\n"
-"help.text"
-msgid "=WEEKDAY(\"2000-06-14\") returns 4 (the Type parameter is missing, therefore the standard count is used. The standard count starts with Sunday as day number 1. June 14, 2000 was a Wednesday and therefore day number 4)."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3153174\n"
-"145\n"
-"help.text"
-msgid "=WEEKDAY(\"1996-07-24\";2) returns 3 (the Type parameter is 2, therefore Monday is day number 1. July 24, 1996 was a Wednesday and therefore day number 3)."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3153525\n"
-"146\n"
-"help.text"
-msgid "=WEEKDAY(\"1996-07-24\";1) returns 4 (the Type parameter is 1, therefore Sunday is day number 1. July 24, 1996 was a Wednesday and therefore day number 4)."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3150575\n"
-"147\n"
-"help.text"
-msgid "=WEEKDAY(NOW()) returns the number of the current day."
-msgstr ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3150588\n"
-"171\n"
-"help.text"
-msgid "To obtain a function indicating whether a day in A1 is a business day, use the IF and WEEKDAY functions as follows: <br/>IF(WEEKDAY(A1;2)<6;\"Business day\";\"Weekend\")"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Consolidate by"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3151210\n"
-"1\n"
-"help.text"
-msgid "Consolidate by"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3125864\n"
-"2\n"
-"help.text"
-msgid "Consolidate by"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3154909\n"
-"3\n"
-"help.text"
-msgid "Use this section if the cell ranges that you want to consolidate contain labels. You only need to select these options if the consolidation ranges contain similar labels and the data arranged is arranged differently."
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3153968\n"
-"4\n"
-"help.text"
-msgid "Row labels"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3150441\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYROW\" visibility=\"visible\">Uses the row labels to arrange the consolidated data.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3146976\n"
-"6\n"
-"help.text"
-msgid "Column labels"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3155411\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYCOL\" visibility=\"visible\">Uses the column labels to arrange the consolidated data.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3153191\n"
-"12\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3159154\n"
-"8\n"
-"help.text"
-msgid "Link to source data"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3146986\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_REFS\" visibility=\"visible\">Links the data in the consolidation range to the source data, and automatically updates the results of the consolidation when the source data is changed.</ahelp>"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3163708\n"
-"10\n"
-"help.text"
-msgid "More <<"
-msgstr ""
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3151118\n"
-"11\n"
-"help.text"
-msgid "Hides the additional options."
-msgstr ""
-
-#: 05080100.xhp
-msgctxt ""
-"05080100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define"
-msgstr ""
-
-#: 05080100.xhp
-msgctxt ""
-"05080100.xhp\n"
-"hd_id3145673\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
-msgstr ""
-
-#: 05080100.xhp
-msgctxt ""
-"05080100.xhp\n"
-"par_id3153896\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DefinePrintArea\">Defines an active cell or selected cell area as the print range.</ahelp>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Date & Time Functions"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"bm_id3154536\n"
-"help.text"
-msgid "<bookmark_value>date and time functions</bookmark_value><bookmark_value>functions; date & time</bookmark_value><bookmark_value>Function Wizard; date & time</bookmark_value>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"hd_id3154536\n"
-"1\n"
-"help.text"
-msgid "Date & Time Functions"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3153973\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"datumzeittext\">These spreadsheet functions are used for inserting and editing dates and times. </variable>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_idN10600\n"
-"help.text"
-msgid "The functions whose names end with _ADD return the same results as the corresponding Microsoft Excel functions. Use the functions without _ADD to get results based on international standards. For example, the WEEKNUM function calculates the week number of a given date based on international standard ISO 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel."
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3150437\n"
-"170\n"
-"help.text"
-msgid "$[officename] internally handles a date/time value as a numerical value. If you assign the numbering format \"Number\" to a date or time value, it is converted to a number. For example, 01/01/2000 12:00 PM, converts to 36526.5. The value preceding the decimal point corresponds to the date; the value following the decimal point corresponds to the time. If you do not want to see this type of numerical date or time representation, change the number format (date or time) accordingly. To do this, select the cell containing the date or time value, call its context menu and select <emph>Format Cells</emph>. The <emph>Numbers</emph> tab page contains the functions for defining the number format."
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"hd_id2408825\n"
-"help.text"
-msgid "Date base for day zero"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id9988402\n"
-"help.text"
-msgid "Dates are calculated as offsets from a starting day zero. You can set the day zero to be one of the following:"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6401257\n"
-"help.text"
-msgid "Date base"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id5841242\n"
-"help.text"
-msgid "Use"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6794030\n"
-"help.text"
-msgid "'12/30/1899'"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id7096774\n"
-"help.text"
-msgid "(default)"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id5699942\n"
-"help.text"
-msgid "'01/01/1900'"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6420484\n"
-"help.text"
-msgid "(used in former StarCalc 1.0)"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6986602\n"
-"help.text"
-msgid "'01/01/1904'"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id616779\n"
-"help.text"
-msgid "(used in Apple software)"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id791039\n"
-"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id1953489\n"
-"help.text"
-msgid "When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"hd_id757469\n"
-"help.text"
-msgid "Two digits years"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3149720\n"
-"183\n"
-"help.text"
-msgid "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you find the area <emph>Year (two digits)</emph>. This sets the period for which two-digit information applies. Note that changes made here have an effect on some of the following functions."
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3150654\n"
-"185\n"
-"help.text"
-msgid "When entering dates, slashes or dashes used as date separators may be interpreted as arithmetic operators. Therefore, dates entered in this format are not always recognized as dates and result in erroneous calculations. To keep dates from being interpreted as parts of formulas, place them in quotation marks, for example, \"07/20/54\"."
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_idN1067A\n"
-"help.text"
-msgid "Functions"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_idN10683\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id5189062\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6854457\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6354457\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_datedif.xhp#datedif\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3372295\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id5684377\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id7576525\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id641193\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id6501968\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3886532\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id614947\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id3953062\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id2579729\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id1346781\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id8951384\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id1074251\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id372325\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id224005\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id5375835\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id1208838\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id7679982\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id9172643\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id2354503\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
-msgstr ""
-
-#: 04060102.xhp
-msgctxt ""
-"04060102.xhp\n"
-"par_id7765434\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
-msgstr ""
-
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"hd_id3147228\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">Row</link>"
-msgstr ""
-
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"par_id3154685\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
-msgstr ""
-
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"hd_id3155132\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
-msgstr ""
-
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"hd_id3155854\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"tit\n"
-"help.text"
-msgid "DAYS"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"bm_id3151328\n"
-"help.text"
-msgid "<bookmark_value>DAYS function</bookmark_value>"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"hd_id3151328\n"
-"116\n"
-"help.text"
-msgid "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3155139\n"
-"117\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TAGE\">Calculates the difference between two date values.</ahelp> The result returns the number of days between the two days."
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"hd_id3155184\n"
-"118\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3149578\n"
-"119\n"
-"help.text"
-msgid "DAYS(Date2; Date1)"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3151376\n"
-"120\n"
-"help.text"
-msgid "<emph>Date1</emph> is the start date, <emph>Date2</emph> is the end date. If <emph>Date2</emph> is an earlier date than <emph>Date1</emph> the result is a negative number."
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"hd_id3151001\n"
-"121\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3159101\n"
-"123\n"
-"help.text"
-msgid "=DAYS(\"2010-01-01\"; NOW()) returns the number of days from today until January 1, 2010."
-msgstr ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3163720\n"
-"172\n"
-"help.text"
-msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
-msgstr ""
-
-#: 07080000.xhp
-msgctxt ""
-"07080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Split"
-msgstr ""
-
-#: 07080000.xhp
-msgctxt ""
-"07080000.xhp\n"
-"hd_id3163800\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
-msgstr ""
-
-#: 07080000.xhp
-msgctxt ""
-"07080000.xhp\n"
-"par_id3150084\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
-msgstr ""
-
-#: 07080000.xhp
-msgctxt ""
-"07080000.xhp\n"
-"par_id3154910\n"
-"3\n"
-"help.text"
-msgid "You can also use the mouse to split the window horizontally or vertically. To do this, drag the thick black line located directly above the vertical scrollbar or directly to the right of the horizontal scrollbar into the window. A thick black line will show where the window is split."
-msgstr ""
-
-#: 07080000.xhp
-msgctxt ""
-"07080000.xhp\n"
-"par_id3149263\n"
-"4\n"
-"help.text"
-msgid "A split window has its own scrollbars in each partial section; by contrast, <link href=\"text/scalc/01/07090000.xhp\" name=\"fixed window sections\">fixed window sections</link> are not scrollable."
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoOutline"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"hd_id3150275\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145069\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp>"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3148798\n"
-"10\n"
-"help.text"
-msgid "For example, consider the following table:"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3154123\n"
-"11\n"
-"help.text"
-msgid "January"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3154011\n"
-"12\n"
-"help.text"
-msgid "February"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3152460\n"
-"13\n"
-"help.text"
-msgid "March"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "1st Quarter"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3155854\n"
-"15\n"
-"help.text"
-msgid "April"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3148575\n"
-"16\n"
-"help.text"
-msgid "May"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145271\n"
-"17\n"
-"help.text"
-msgid "June"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145648\n"
-"18\n"
-"help.text"
-msgid "2nd Quarter"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3153876\n"
-"19\n"
-"help.text"
-msgid "100"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145251\n"
-"20\n"
-"help.text"
-msgid "120"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3149400\n"
-"21\n"
-"help.text"
-msgid "130"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3150328\n"
-"22\n"
-"help.text"
-msgid "350"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3155443\n"
-"23\n"
-"help.text"
-msgid "100"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3153713\n"
-"24\n"
-"help.text"
-msgid "100"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3156385\n"
-"25\n"
-"help.text"
-msgid "200"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145230\n"
-"26\n"
-"help.text"
-msgid "400"
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3147363\n"
-"27\n"
-"help.text"
-msgid "The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters."
-msgstr ""
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3146918\n"
-"9\n"
-"help.text"
-msgid "To remove the outline, select the table, and then choose <link href=\"text/scalc/01/12080600.xhp\" name=\"Data - Group and Outline - Remove\">Data - Group and Outline - Remove</link>."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Conditional Formatting"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3155132\n"
-"1\n"
-"help.text"
-msgid "Conditional Formatting"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3163710\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"bedingtetext\"><ahelp hid=\".uno:ConditionalFormatDialog\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. You can enter three conditions that query the contents of cell values or formulas. The conditions are evaluated from 1 to 3. If the condition 1 matches the condition, the defined style will be used. Otherwise, condition 2 is evaluated, and its defined style used. If this style does not match, condition 3 is evaluated."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id2414014\n"
-"help.text"
-msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"bm_id3153189\n"
-"help.text"
-msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3153189\n"
-"18\n"
-"help.text"
-msgid "Condition 1/2/3"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3149413\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONDFORMAT:CBX_COND3\">Mark the boxes corresponding to each condition and enter the corresponding condition.</ahelp> To close the dialog, click <emph>OK</emph>."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3147394\n"
-"5\n"
-"help.text"
-msgid "Cell Value / Formula"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3155602\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_1\">Specifies if conditional formatting is dependent on a cell value or a formula.</ahelp> If you select a formula as a reference, the <emph>Cell Value Condition</emph> box is displayed to the right of the <emph>Cell value/Formula</emph> field. If the condition is \"Formula is\", enter a cell reference. If the cell reference is a value other than zero, the condition matches."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3153709\n"
-"7\n"
-"help.text"
-msgid "Cell Value Condition"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3153764\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_2\">Choose a condition for the format to be applied to the selected cells.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3156384\n"
-"9\n"
-"help.text"
-msgid "Cell Style"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3145228\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\">Choose the style to be applied if the specified condition matches.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id0509200913175331\n"
-"help.text"
-msgid "New Style"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id0509200913175368\n"
-"help.text"
-msgid "<ahelp hid=\".\">If you haven't already defined a style to be used, you can click New Style to open the Organizer tab page of the Cell Style dialog. Define a new style there and click OK.</ahelp>"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3146316\n"
-"11\n"
-"help.text"
-msgid "Parameter field"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3155114\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONDFORMAT:EDT_COND3_2\" visibility=\"hidden\">Enter a reference, value or formula.</ahelp> Enter a reference, value or formula in the parameter field, or in both parameter fields if you have selected a condition that requires two parameters. You can also enter formulas containing relative references."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3145257\n"
-"13\n"
-"help.text"
-msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3150784\n"
-"14\n"
-"help.text"
-msgid "Cell value is equal 0: Cell style Null value (You must have already defined a cell style with this name before assigning it to a condition)."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3150365\n"
-"15\n"
-"help.text"
-msgid "Cell value is between $B$20 and $B$21: Cell style Result (The corresponding value limits must already exist in cells B20 and B21)."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_id3152992\n"
-"16\n"
-"help.text"
-msgid "Formula is SUM($A$1:$A$5)=10: Cell style Result (The selected cells are formatted with the Result style if the sum of the contents in cells A1 to A5 is equal to 10)."
-msgstr ""
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"par_idN107E1\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Details"
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"bm_id3153561\n"
-"help.text"
-msgid "<bookmark_value>tables; showing details</bookmark_value>"
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"hd_id3153561\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">Show Details</link>"
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"par_id3153822\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowDetail\">Shows the details of the grouped row or column that contains the cursor. To show the details of all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"par_id3155922\n"
-"3\n"
-"help.text"
-msgid "To hide a selected group, choose <emph>Data -Outline – </emph><link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\"><emph>Hide Details</emph></link>."
-msgstr ""
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"par_id6036561\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details command in pivot tables</link>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Three"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3166425\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Statistical Functions Part Three\">Statistical Functions Part Three</link></variable>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3149530\n"
-"help.text"
-msgid "<bookmark_value>LARGE function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149530\n"
-"2\n"
-"help.text"
-msgid "LARGE"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150518\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KGROESSTE\">Returns the Rank_c-th largest value in a data set.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3152990\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154372\n"
-"5\n"
-"help.text"
-msgid "LARGE(Data; RankC)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3152986\n"
-"6\n"
-"help.text"
-msgid "<emph>Data</emph> is the cell range of data."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3156448\n"
-"7\n"
-"help.text"
-msgid "<emph>RankC</emph> is the ranking of the value."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3152889\n"
-"8\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3148702\n"
-"9\n"
-"help.text"
-msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3154532\n"
-"help.text"
-msgid "<bookmark_value>SMALL function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3154532\n"
-"11\n"
-"help.text"
-msgid "SMALL"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3157981\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KKLEINSTE\">Returns the Rank_c-th smallest value in a data set.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3154957\n"
-"13\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153974\n"
-"14\n"
-"help.text"
-msgid "SMALL(Data; RankC)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154540\n"
-"15\n"
-"help.text"
-msgid "<emph>Data</emph> is the cell range of data."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3155094\n"
-"16\n"
-"help.text"
-msgid "<emph>RankC</emph> is the rank of the value."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153247\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149897\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3153559\n"
-"help.text"
-msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153559\n"
-"20\n"
-"help.text"
-msgid "CONFIDENCE"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153814\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KONFIDENZ\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149315\n"
-"22\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3147501\n"
-"23\n"
-"help.text"
-msgid "CONFIDENCE(Alpha; StDev; Size)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149872\n"
-"24\n"
-"help.text"
-msgid "<emph>Alpha</emph> is the level of the confidence interval."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145324\n"
-"25\n"
-"help.text"
-msgid "<emph>StDev</emph> is the standard deviation for the total population."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153075\n"
-"26\n"
-"help.text"
-msgid "<emph>Size</emph> is the size of the total population."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150435\n"
-"27\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153335\n"
-"28\n"
-"help.text"
-msgid "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3148746\n"
-"help.text"
-msgid "<bookmark_value>CORREL function</bookmark_value><bookmark_value>coefficient of correlation</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148746\n"
-"30\n"
-"help.text"
-msgid "CORREL"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3147299\n"
-"31\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3156397\n"
-"32\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153023\n"
-"33\n"
-"help.text"
-msgid "CORREL(Data1; Data2)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150036\n"
-"34\n"
-"help.text"
-msgid "<emph>Data1</emph> is the first data set."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153021\n"
-"35\n"
-"help.text"
-msgid "<emph>Data2</emph> is the second data set."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149720\n"
-"36\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149941\n"
-"37\n"
-"help.text"
-msgid "<item type=\"input\">=CORREL(A1:A50;B1:B50)</item> calculates the correlation coefficient as a measure of the linear correlation of the two data sets."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3150652\n"
-"help.text"
-msgid "<bookmark_value>COVAR function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150652\n"
-"39\n"
-"help.text"
-msgid "COVAR"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3146875\n"
-"40\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOVAR\">Returns the covariance of the product of paired deviations.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149013\n"
-"41\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150740\n"
-"42\n"
-"help.text"
-msgid "COVAR(Data1; Data2)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145827\n"
-"43\n"
-"help.text"
-msgid "<emph>Data1</emph> is the first data set."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150465\n"
-"44\n"
-"help.text"
-msgid "<emph>Data2</emph> is the second data set."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3154677\n"
-"45\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3144748\n"
-"46\n"
-"help.text"
-msgid "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3147472\n"
-"help.text"
-msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3147472\n"
-"48\n"
-"help.text"
-msgid "CRITBINOM"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149254\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KRITBINOM\">Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153930\n"
-"50\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3148586\n"
-"51\n"
-"help.text"
-msgid "CRITBINOM(Trials; SP; Alpha)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145593\n"
-"52\n"
-"help.text"
-msgid "<emph>Trials</emph> is the total number of trials."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153084\n"
-"53\n"
-"help.text"
-msgid "<emph>SP</emph> is the probability of success for one trial."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149726\n"
-"54\n"
-"help.text"
-msgid "<emph>Alpha</emph> is the threshold probability to be reached or exceeded."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148752\n"
-"55\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3148740\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3155956\n"
-"help.text"
-msgid "<bookmark_value>KURT function</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3155956\n"
-"58\n"
-"help.text"
-msgid "KURT"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153108\n"
-"59\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150334\n"
-"60\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154508\n"
-"61\n"
-"help.text"
-msgid "KURT(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145167\n"
-"62\n"
-"help.text"
-msgid "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3158000\n"
-"63\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150016\n"
-"64\n"
-"help.text"
-msgid "<item type=\"input\">=KURT(A1;A2;A3;A4;A5;A6)</item>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3150928\n"
-"help.text"
-msgid "<bookmark_value>LOGINV function</bookmark_value><bookmark_value>inverse of lognormal distribution</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150928\n"
-"66\n"
-"help.text"
-msgid "LOGINV"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145297\n"
-"67\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LOGINV\">Returns the inverse of the lognormal distribution.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3151016\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153049\n"
-"69\n"
-"help.text"
-msgid "LOGINV(Number; Mean; StDev)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3148390\n"
-"70\n"
-"help.text"
-msgid "<emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149538\n"
-"71\n"
-"help.text"
-msgid "<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3145355\n"
-"72\n"
-"help.text"
-msgid "<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148768\n"
-"73\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3155623\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3158417\n"
-"help.text"
-msgid "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>cumulative lognormal distribution</bookmark_value>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3158417\n"
-"76\n"
-"help.text"
-msgid "LOGNORMDIST"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154953\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the cumulative lognormal distribution.</ahelp>"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150474\n"
-"78\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150686\n"
-"79\n"
-"help.text"
-msgid "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154871\n"
-"80\n"
-"help.text"
-msgid "<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3155820\n"
-"81\n"
-"help.text"
-msgid "<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3155991\n"
-"82\n"
-"help.text"
-msgid "<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3155992\n"
-"help.text"
-msgid "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153178\n"
-"83\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3149778\n"
-"84\n"
-"help.text"
-msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Names"
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"hd_id3153951\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"par_id3145801\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href=\"text/scalc/01/02110000.xhp\" name=\"navigate\">navigate</link> through the spreadsheet documents and find specific information."
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"hd_id3153878\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"hd_id3146969\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">Insert</link>"
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"hd_id3155764\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
-msgstr ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"hd_id3156382\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Sheet"
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"bm_id3148946\n"
-"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "Show Sheet"
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"par_id3148799\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"hd_id3151112\n"
-"3\n"
-"help.text"
-msgid "Hidden sheets"
-msgstr ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"par_id3145273\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST\" visibility=\"visible\">Displays a list of all hidden sheets in your spreadsheet document.</ahelp> To show a certain sheet, click the corresponding entry on the list and confirm with OK."
-msgstr ""
-
-#: 06990000.xhp
-msgctxt ""
-"06990000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Cell Contents"
-msgstr ""
-
-#: 06990000.xhp
-msgctxt ""
-"06990000.xhp\n"
-"hd_id3153087\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
-msgstr ""
-
-#: 06990000.xhp
-msgctxt ""
-"06990000.xhp\n"
-"par_id3145674\n"
-"2\n"
-"help.text"
-msgid "Opens a submenu with commands to calculate tables and activate AutoInput."
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select Source"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3153663\n"
-"1\n"
-"help.text"
-msgid "Select Source"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3145119\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataDataPilotRun\">Opens a dialog where you can select the source for your pivot table, and then create your table.</ahelp>"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3150543\n"
-"6\n"
-"help.text"
-msgid "Select a data source for the pivot table."
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3148799\n"
-"7\n"
-"help.text"
-msgid "Current Selection"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3125865\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\".\">Uses the selected cells as the data source for the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3150011\n"
-"13\n"
-"help.text"
-msgid "The data columns in the pivot table use the same number format as the first data row in the current selection."
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3147348\n"
-"9\n"
-"help.text"
-msgid "Data source registered in $[officename]"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3145271\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\".\">Uses a table or query in a database that is registered in $[officename] as the data source for the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3146119\n"
-"11\n"
-"help.text"
-msgid "External source/interface"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_id3145647\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the <emph>External Source</emph> dialog where you can select the OLAP data source for the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"par_idN10670\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Pivot Table"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"bm_id2306894\n"
-"help.text"
-msgid "<bookmark_value>pivot table function;show details</bookmark_value><bookmark_value>pivot table function;drill down</bookmark_value>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3149165\n"
-"1\n"
-"help.text"
-msgid "Pivot Table"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3155922\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataPilotExec\">Specify the layout of the table that is generated by the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3148798\n"
-"34\n"
-"help.text"
-msgid "The pivot table displays data fields as buttons which you can drag and drop to define the pivot table."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3154908\n"
-"18\n"
-"help.text"
-msgid "Layout"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3150768\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_DPLAY_SELECT\">To define the layout of a pivot table, drag and drop data field buttons onto the <emph>Page Fields, Row Fields, Column Fields, </emph>and<emph> Data Fields </emph>areas.</ahelp> You can also use drag and drop to rearrange the data fields on a pivot table."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3147229\n"
-"20\n"
-"help.text"
-msgid "$[officename] automatically adds a caption to buttons that are dragged into the <emph>Data Fields </emph>area. The caption contains the name of the data field as well as the formula that created the data."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3145749\n"
-"21\n"
-"help.text"
-msgid "To change the function that is used by a data field, double-click a button in the <emph>Data Fields</emph> area to open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\">Data Field</link> dialog. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3149260\n"
-"28\n"
-"help.text"
-msgid "Remove"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3150010\n"
-"27\n"
-"help.text"
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\">Removes the selected data field from the table layout.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3145273\n"
-"26\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3146120\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_OPTIONS\">Opens the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog where you can change the function that is associated with the selected field.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3154944\n"
-"22\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3145647\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE\">Displays or hides additional options for defining the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3151073\n"
-"2\n"
-"help.text"
-msgid "Result"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3155417\n"
-"3\n"
-"help.text"
-msgid "Specify the settings for displaying the results of the pivot table."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id0509200913025625\n"
-"help.text"
-msgid "Selection from"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id0509200913025615\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select the area that contains the data for the current pivot table.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3155603\n"
-"4\n"
-"help.text"
-msgid "Results to"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3153838\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA\">Select the area where you want to display the results of the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3155961\n"
-"6\n"
-"help.text"
-msgid "If the selected area contains data, the pivot table overwrites the data. To prevent the loss of existing data, let the pivot table automatically select the area to display the results."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3147364\n"
-"7\n"
-"help.text"
-msgid "Ignore empty rows"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3154022\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS\">Ignores empty fields in the data source.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3155114\n"
-"9\n"
-"help.text"
-msgid "Identify categories"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3145257\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT\">Automatically assigns rows without labels to the category of the row above.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3149207\n"
-"14\n"
-"help.text"
-msgid "Total columns"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3166426\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\">Calculates and displays the grand total of the column calculation.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3150364\n"
-"16\n"
-"help.text"
-msgid "Total rows"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3152583\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\">Calculates and displays the grand total of the row calculation.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN10897\n"
-"help.text"
-msgid "Add filter"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN1089B\n"
-"help.text"
-msgid "<ahelp hid=\".\">Adds a Filter button to pivot tables that are based on spreadsheet data.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108B2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108C9\n"
-"help.text"
-msgid "Enable drill to details"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108CD\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select this check box and double-click an item label in the table to show or hide details for the item. Clear this check box and double-click a cell in the table to edit the contents of the cell.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108DC\n"
-"help.text"
-msgid "To examine details inside a pivot table"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108E0\n"
-"help.text"
-msgid "Do one of the following:"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108E6\n"
-"help.text"
-msgid "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108EE\n"
-"help.text"
-msgid "Double-click a field in the table."
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108F1\n"
-"help.text"
-msgid "If you double-click a field which has adjacent fields at the same level, the <emph>Show Detail</emph> dialog opens:"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN10900\n"
-"help.text"
-msgid "Show Detail"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN10904\n"
-"help.text"
-msgid "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_id3149817\n"
-"35\n"
-"help.text"
-msgid "<link href=\"text/scalc/04/01020000.xhp\" name=\"Pivot table shortcut keys\">Pivot table shortcut keys</link>"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column & Row Headers"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"bm_id3156024\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"hd_id3156024\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">Column & Row Headers</link>"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3147230\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3156280\n"
-"4\n"
-"help.text"
-msgid "To hide the column and row headers unmark this menu entry."
-msgstr ""
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3156441\n"
-"3\n"
-"help.text"
-msgid "You can also set the view of the column and row headers in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define Label Range"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"bm_id3150791\n"
-"help.text"
-msgid "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3150791\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">Define Label Range</link></variable>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3150868\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Opens a dialog in which you can define a label range.</ahelp></variable>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3155411\n"
-"13\n"
-"help.text"
-msgid "The cell contents of a label range can be used like names in formulas - $[officename] recognizes these names in the same manner that it does the predefined names of the weekdays and months. These names are automatically completed when typed into a formula. In addition, the names defined by label ranges will have priority over names defined by automatically generated ranges."
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3147435\n"
-"14\n"
-"help.text"
-msgid "You can set label ranges that contain the same labels on different sheets. $[officename] first searches the label ranges of the current sheet and, following a failed search, the ranges of other sheets."
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3145801\n"
-"3\n"
-"help.text"
-msgid "Range"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3154731\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_AREA\">Displays the cell reference of each label range.</ahelp> In order to remove a label range from the list box, select it and then click <emph>Delete</emph>."
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3149121\n"
-"5\n"
-"help.text"
-msgid "Contains column labels"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3150330\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">Includes column labels in the current label range.</ahelp>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3149020\n"
-"7\n"
-"help.text"
-msgid "Contains row labels"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3154754\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD\">Includes row labels in the current label range.</ahelp>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3159264\n"
-"11\n"
-"help.text"
-msgid "For data range"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3154703\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_DATA\">Sets the data range for which the selected label range is valid. To modify it, click in the sheet and select another range with the mouse.</ahelp>"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3145789\n"
-"9\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"par_id3147005\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">Adds the current label range to the list.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Two"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3154372\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">Statistical Functions Part Two</link></variable>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3145388\n"
-"help.text"
-msgid "<bookmark_value>FINV function</bookmark_value> <bookmark_value>inverse F probability distribution</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3145388\n"
-"2\n"
-"help.text"
-msgid "FINV"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155089\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FINV\">Returns the inverse of the F probability distribution.</ahelp> The F distribution is used for F tests in order to set the relation between two differing data sets."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153816\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153068\n"
-"5\n"
-"help.text"
-msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3146866\n"
-"6\n"
-"help.text"
-msgid "<emph>Number</emph> is probability value for which the inverse F distribution is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153914\n"
-"7\n"
-"help.text"
-msgid "<emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3148607\n"
-"8\n"
-"help.text"
-msgid "<emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3156021\n"
-"9\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145073\n"
-"10\n"
-"help.text"
-msgid "<item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3150888\n"
-"help.text"
-msgid "<bookmark_value>FISHER function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150888\n"
-"12\n"
-"help.text"
-msgid "FISHER"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155384\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FISHER\">Returns the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3149898\n"
-"14\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3143220\n"
-"15\n"
-"help.text"
-msgid "FISHER(Number)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3159228\n"
-"16\n"
-"help.text"
-msgid "<emph>Number</emph> is the value to be transformed."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3154763\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149383\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3155758\n"
-"help.text"
-msgid "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3155758\n"
-"20\n"
-"help.text"
-msgid "FISHERINV"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154734\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FISHERINV\">Returns the inverse of the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3155755\n"
-"22\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3146108\n"
-"23\n"
-"help.text"
-msgid "FISHERINV(Number)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145115\n"
-"24\n"
-"help.text"
-msgid "<emph>Number</emph> is the value that is to undergo reverse-transformation."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3155744\n"
-"25\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150432\n"
-"26\n"
-"help.text"
-msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3151390\n"
-"help.text"
-msgid "<bookmark_value>FTEST function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3151390\n"
-"28\n"
-"help.text"
-msgid "FTEST"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150534\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3166466\n"
-"30\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153024\n"
-"31\n"
-"help.text"
-msgid "FTEST(Data1; Data2)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150032\n"
-"32\n"
-"help.text"
-msgid "<emph>Data1</emph> is the first record array."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153018\n"
-"33\n"
-"help.text"
-msgid "<emph>Data2</emph> is the second record array."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153123\n"
-"34\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3159126\n"
-"35\n"
-"help.text"
-msgid "<item type=\"input\">=FTEST(A1:A30;B1:B12)</item> calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3150372\n"
-"help.text"
-msgid "<bookmark_value>FDIST function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150372\n"
-"37\n"
-"help.text"
-msgid "FDIST"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3152981\n"
-"38\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150484\n"
-"39\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145826\n"
-"40\n"
-"help.text"
-msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150461\n"
-"41\n"
-"help.text"
-msgid "<emph>Number</emph> is the value for which the F distribution is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150029\n"
-"42\n"
-"help.text"
-msgid "<emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3146877\n"
-"43\n"
-"help.text"
-msgid "<emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3147423\n"
-"44\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150696\n"
-"45\n"
-"help.text"
-msgid "<item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id0119200903223192\n"
-"help.text"
-msgid "<bookmark_value>GAMMA function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id0119200903205393\n"
-"help.text"
-msgid "GAMMA"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id0119200903205379\n"
-"help.text"
-msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id0119200903271613\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id0119200903271614\n"
-"help.text"
-msgid "<emph>Number</emph> is the number for which the Gamma function value is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3154841\n"
-"help.text"
-msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3154841\n"
-"47\n"
-"help.text"
-msgid "GAMMAINV"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153932\n"
-"48\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GAMMAINV\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3149949\n"
-"49\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155828\n"
-"50\n"
-"help.text"
-msgid "GAMMAINV(Number; Alpha; Beta)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145138\n"
-"51\n"
-"help.text"
-msgid "<emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3152785\n"
-"52\n"
-"help.text"
-msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154561\n"
-"53\n"
-"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3148734\n"
-"54\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153331\n"
-"55\n"
-"help.text"
-msgid "<item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3154806\n"
-"help.text"
-msgid "<bookmark_value>GAMMALN function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3154806\n"
-"57\n"
-"help.text"
-msgid "GAMMALN"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3148572\n"
-"58\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GAMMALN\">Returns the natural logarithm of the Gamma function: G(x).</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3152999\n"
-"59\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153112\n"
-"60\n"
-"help.text"
-msgid "GAMMALN(Number)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154502\n"
-"61\n"
-"help.text"
-msgid "<emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153568\n"
-"62\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153730\n"
-"63\n"
-"help.text"
-msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3150132\n"
-"help.text"
-msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150132\n"
-"65\n"
-"help.text"
-msgid "GAMMADIST"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155931\n"
-"66\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id0119200903333675\n"
-"help.text"
-msgid "The inverse function is GAMMAINV."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3147373\n"
-"67\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155436\n"
-"68\n"
-"help.text"
-msgid "GAMMADIST(Number; Alpha; Beta; C)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150571\n"
-"69\n"
-"help.text"
-msgid "<emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145295\n"
-"70\n"
-"help.text"
-msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3151015\n"
-"71\n"
-"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3157972\n"
-"72\n"
-"help.text"
-msgid "<emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3149535\n"
-"73\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3145354\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3150272\n"
-"help.text"
-msgid "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150272\n"
-"76\n"
-"help.text"
-msgid "GAUSS"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149030\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id2059694\n"
-"help.text"
-msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153551\n"
-"78\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155368\n"
-"79\n"
-"help.text"
-msgid "GAUSS(Number)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153228\n"
-"80\n"
-"help.text"
-msgid "<emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150691\n"
-"81\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154867\n"
-"82\n"
-"help.text"
-msgid "<item type=\"input\">=GAUSS(0.19)</item> = 0.08"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3148594\n"
-"83\n"
-"help.text"
-msgid "<item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3148425\n"
-"help.text"
-msgid "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3148425\n"
-"85\n"
-"help.text"
-msgid "GEOMEAN"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3156257\n"
-"86\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3147167\n"
-"87\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153720\n"
-"88\n"
-"help.text"
-msgid "GEOMEAN(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3152585\n"
-"89\n"
-"help.text"
-msgid "<emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3146146\n"
-"90\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149819\n"
-"92\n"
-"help.text"
-msgid "<item type=\"input\">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3152966\n"
-"help.text"
-msgid "<bookmark_value>TRIMMEAN function</bookmark_value> <bookmark_value>means;of data set without margin data</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3152966\n"
-"94\n"
-"help.text"
-msgid "TRIMMEAN"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149716\n"
-"95\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GESTUTZTMITTEL\">Returns the mean of a data set without the Alpha percent of data at the margins.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3149281\n"
-"96\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154821\n"
-"97\n"
-"help.text"
-msgid "TRIMMEAN(Data; Alpha)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155834\n"
-"98\n"
-"help.text"
-msgid "<emph>Data</emph> is the array of data in the sample."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3156304\n"
-"99\n"
-"help.text"
-msgid "<emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3151180\n"
-"100\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3156130\n"
-"101\n"
-"help.text"
-msgid "<item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> calculates the mean value of numbers in A1:A50, without taking into consideration the 5 percent of the values representing the highest values and the 5 percent of the values representing the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not to the number of summands."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3153216\n"
-"help.text"
-msgid "<bookmark_value>ZTEST function</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153216\n"
-"103\n"
-"help.text"
-msgid "ZTEST"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3150758\n"
-"104\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GTEST\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150872\n"
-"105\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153274\n"
-"106\n"
-"help.text"
-msgid "ZTEST(Data; mu; Sigma)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3156109\n"
-"107\n"
-"help.text"
-msgid "<emph>Data</emph> is the given sample, drawn from a normally distributed population."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149977\n"
-"108\n"
-"help.text"
-msgid "<emph>mu</emph> is the known mean of the population."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154740\n"
-"109\n"
-"help.text"
-msgid "<emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id0305200911372999\n"
-"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3153623\n"
-"help.text"
-msgid "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153623\n"
-"113\n"
-"help.text"
-msgid "HARMEAN"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155102\n"
-"114\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3146900\n"
-"115\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3149287\n"
-"116\n"
-"help.text"
-msgid "HARMEAN(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154303\n"
-"117\n"
-"help.text"
-msgid "<emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3159179\n"
-"118\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3146093\n"
-"120\n"
-"help.text"
-msgid "<item type=\"input\">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3152801\n"
-"help.text"
-msgid "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3152801\n"
-"122\n"
-"help.text"
-msgid "HYPGEOMDIST"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3159341\n"
-"123\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3154697\n"
-"124\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155388\n"
-"125\n"
-"help.text"
-msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154933\n"
-"126\n"
-"help.text"
-msgid "<emph>X</emph> is the number of results achieved in the random sample."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153106\n"
-"127\n"
-"help.text"
-msgid "<emph>NSample</emph> is the size of the random sample."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3146992\n"
-"128\n"
-"help.text"
-msgid "<emph>Successes</emph> is the number of possible results in the total population."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3148826\n"
-"129\n"
-"help.text"
-msgid "<emph>NPopulation </emph>is the size of the total population."
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150529\n"
-"130\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154904\n"
-"131\n"
-"help.text"
-msgid "<item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> yields 0.81. If 90 out of 100 pieces of buttered toast fall from the table and hit the floor with the buttered side first, then if 2 pieces of buttered toast are dropped from the table, the probability is 81%, that both will strike buttered side first."
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3154760\n"
-"1\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3153379\n"
-"3\n"
-"help.text"
-msgid "Contains column labels"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3148798\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">Selected cell ranges contains labels.</ahelp>"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3153970\n"
-"5\n"
-"help.text"
-msgid "Insert or delete cells"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3154684\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh</emph> <emph>Range</emph>."
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3153768\n"
-"7\n"
-"help.text"
-msgid "Keep formatting"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3147435\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT\" visibility=\"visible\">Applies the existing cell format of headers and first data row to the whole database range.</ahelp>"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3155856\n"
-"9\n"
-"help.text"
-msgid "Don't save imported data"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3153363\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA\" visibility=\"visible\">Only saves a reference to the database, and not the contents of the cells.</ahelp>"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3147428\n"
-"11\n"
-"help.text"
-msgid "Source:"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3148576\n"
-"12\n"
-"help.text"
-msgid "Displays information about the current database source and any existing operators."
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3146976\n"
-"13\n"
-"help.text"
-msgid "More <<"
-msgstr ""
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3149664\n"
-"14\n"
-"help.text"
-msgid "Hides the additional options."
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"tit\n"
-"help.text"
-msgid "HOUR"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"bm_id3154725\n"
-"help.text"
-msgid "<bookmark_value>HOUR function</bookmark_value>"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"hd_id3154725\n"
-"96\n"
-"help.text"
-msgid "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3149747\n"
-"97\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STUNDE\">Returns the hour for a given time value.</ahelp> The hour is returned as an integer between 0 and 23."
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"hd_id3149338\n"
-"98\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3150637\n"
-"99\n"
-"help.text"
-msgid "HOUR(Number)"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3147547\n"
-"100\n"
-"help.text"
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the hour is to be returned."
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"hd_id3153264\n"
-"101\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3159215\n"
-"103\n"
-"help.text"
-msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3145152\n"
-"104\n"
-"help.text"
-msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
-msgstr ""
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3154188\n"
-"105\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"YEAR\">YEAR</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"NOW\">NOW</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MINUTE\">MINUTE</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"MONTH\">MONTH</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"DAY\">DAY</link>, <link href=\"text/scalc/01/04060102.xhp\" name=\"WEEKDAY\">WEEKDAY</link>."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3152871\n"
-"help.text"
-msgid "<bookmark_value>add-ins; analysis functions</bookmark_value><bookmark_value>analysis functions</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152871\n"
-"1\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149873\n"
-"102\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">General conversion function BASIS</link>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145324\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">Analysis functions Part Two</link>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155751\n"
-"156\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3153074\n"
-"help.text"
-msgid "<bookmark_value>Bessel functions</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153334\n"
-"111\n"
-"help.text"
-msgid "BESSELI"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153960\n"
-"112\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">Calculates the modified Bessel function.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150392\n"
-"113\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147295\n"
-"114\n"
-"help.text"
-msgid "BESSELI(X; N)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3151338\n"
-"115\n"
-"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3151392\n"
-"116\n"
-"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153027\n"
-"103\n"
-"help.text"
-msgid "BESSELJ"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153015\n"
-"104\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">Calculates the Bessel function (cylinder function).</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146884\n"
-"105\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150032\n"
-"106\n"
-"help.text"
-msgid "BESSELJ(X; N)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150378\n"
-"107\n"
-"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145638\n"
-"108\n"
-"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149946\n"
-"117\n"
-"help.text"
-msgid "BESSELK"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3159122\n"
-"118\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150650\n"
-"119\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149354\n"
-"120\n"
-"help.text"
-msgid "BESSELK(X; N)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150481\n"
-"121\n"
-"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150024\n"
-"122\n"
-"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145828\n"
-"123\n"
-"help.text"
-msgid "BESSELY"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3146877\n"
-"124\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">Calculates the modified Bessel function.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146941\n"
-"125\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148884\n"
-"126\n"
-"help.text"
-msgid "BESSELY(X; N)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147475\n"
-"127\n"
-"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147421\n"
-"128\n"
-"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3153034\n"
-"help.text"
-msgid "<bookmark_value>BIN2DEC function</bookmark_value><bookmark_value>converting;binary numbers, into decimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153034\n"
-"17\n"
-"help.text"
-msgid "BIN2DEC"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3144744\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">The result is the decimal number for the binary number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145593\n"
-"19\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149726\n"
-"20\n"
-"help.text"
-msgid "BIN2DEC(Number)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150142\n"
-"21\n"
-"help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149250\n"
-"22\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145138\n"
-"23\n"
-"help.text"
-msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3149954\n"
-"help.text"
-msgid "<bookmark_value>BIN2HEX function</bookmark_value><bookmark_value>converting;binary numbers, into hexadecimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149954\n"
-"24\n"
-"help.text"
-msgid "BIN2HEX"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148585\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">The result is the hexadecimal number for the binary number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153936\n"
-"26\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148753\n"
-"27\n"
-"help.text"
-msgid "BIN2HEX(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155255\n"
-"28\n"
-"help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150860\n"
-"29\n"
-"help.text"
-msgid "Places means the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3155829\n"
-"30\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149686\n"
-"31\n"
-"help.text"
-msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3153332\n"
-"help.text"
-msgid "<bookmark_value>BIN2OCT function</bookmark_value><bookmark_value>converting;binary numbers, into octal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153332\n"
-"9\n"
-"help.text"
-msgid "BIN2OCT"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155951\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> The result is the octal number for the binary number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153001\n"
-"11\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3154508\n"
-"12\n"
-"help.text"
-msgid "BIN2OCT(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153567\n"
-"13\n"
-"help.text"
-msgid "<emph>Number</emph> is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155929\n"
-"14\n"
-"help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150128\n"
-"15\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153733\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3150014\n"
-"help.text"
-msgid "<bookmark_value>DELTA function</bookmark_value><bookmark_value>recognizing;equal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150014\n"
-"129\n"
-"help.text"
-msgid "DELTA"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148760\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DELTA\">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3155435\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145247\n"
-"132\n"
-"help.text"
-msgid "DELTA(Number1; Number2)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149002\n"
-"133\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3151020\n"
-"134\n"
-"help.text"
-msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3157971\n"
-"help.text"
-msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3157971\n"
-"55\n"
-"help.text"
-msgid "DEC2BIN"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153043\n"
-"56\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145349\n"
-"57\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150569\n"
-"58\n"
-"help.text"
-msgid "DEC2BIN(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148768\n"
-"59\n"
-"help.text"
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149537\n"
-"60\n"
-"help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150265\n"
-"61\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150662\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3149388\n"
-"help.text"
-msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149388\n"
-"71\n"
-"help.text"
-msgid "DEC2HEX"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149030\n"
-"72\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150691\n"
-"73\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147535\n"
-"74\n"
-"help.text"
-msgid "DEC2HEX(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3152820\n"
-"75\n"
-"help.text"
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153221\n"
-"76\n"
-"help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154869\n"
-"77\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150476\n"
-"78\n"
-"help.text"
-msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3154948\n"
-"help.text"
-msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154948\n"
-"63\n"
-"help.text"
-msgid "DEC2OCT"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153920\n"
-"64\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153178\n"
-"65\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148427\n"
-"66\n"
-"help.text"
-msgid "DEC2OCT(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155991\n"
-"67\n"
-"help.text"
-msgid "<emph>Number</emph> is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3152587\n"
-"68\n"
-"help.text"
-msgid "<emph>Places</emph> means the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3147482\n"
-"69\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3154317\n"
-"70\n"
-"help.text"
-msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3083446\n"
-"help.text"
-msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3083446\n"
-"135\n"
-"help.text"
-msgid "ERF"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150381\n"
-"136\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152475\n"
-"137\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3163824\n"
-"138\n"
-"help.text"
-msgid "ERF(LowerLimit; UpperLimit)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149715\n"
-"139\n"
-"help.text"
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3156294\n"
-"140\n"
-"help.text"
-msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154819\n"
-"141\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3152974\n"
-"142\n"
-"help.text"
-msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3145082\n"
-"help.text"
-msgid "<bookmark_value>ERFC function</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145082\n"
-"143\n"
-"help.text"
-msgid "ERFC"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149453\n"
-"144\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3155839\n"
-"145\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153220\n"
-"146\n"
-"help.text"
-msgid "ERFC(LowerLimit)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147620\n"
-"147\n"
-"help.text"
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146861\n"
-"148\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3156102\n"
-"149\n"
-"help.text"
-msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3152927\n"
-"help.text"
-msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152927\n"
-"150\n"
-"help.text"
-msgid "GESTEP"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150763\n"
-"151\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150879\n"
-"152\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145212\n"
-"153\n"
-"help.text"
-msgid "GESTEP(Number; Step)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153275\n"
-"154\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3156132\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3147276\n"
-"help.text"
-msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3147276\n"
-"79\n"
-"help.text"
-msgid "HEX2BIN"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150258\n"
-"80\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3156117\n"
-"81\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155847\n"
-"82\n"
-"help.text"
-msgid "HEX2BIN(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3152810\n"
-"83\n"
-"help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153758\n"
-"84\n"
-"help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154052\n"
-"85\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3156002\n"
-"86\n"
-"help.text"
-msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3154742\n"
-"help.text"
-msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154742\n"
-"87\n"
-"help.text"
-msgid "HEX2DEC"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153626\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3143233\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149293\n"
-"90\n"
-"help.text"
-msgid "HEX2DEC(Number)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3159176\n"
-"91\n"
-"help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154304\n"
-"92\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3146093\n"
-"93\n"
-"help.text"
-msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3149750\n"
-"help.text"
-msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149750\n"
-"94\n"
-"help.text"
-msgid "HEX2OCT"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153983\n"
-"95\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145660\n"
-"96\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3151170\n"
-"97\n"
-"help.text"
-msgid "HEX2OCT(Number; Places)"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3152795\n"
-"98\n"
-"help.text"
-msgid "<emph>Number</emph> is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149204\n"
-"99\n"
-"help.text"
-msgid "<emph>Places</emph> is the number of places to be output."
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153901\n"
-"100\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3159341\n"
-"101\n"
-"help.text"
-msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
-msgstr ""
-
-#: 12090300.xhp
-msgctxt ""
-"12090300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete"
-msgstr ""
-
-#: 12090300.xhp
-msgctxt ""
-"12090300.xhp\n"
-"hd_id3150276\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
-msgstr ""
-
-#: 12090300.xhp
-msgctxt ""
-"12090300.xhp\n"
-"par_id3159400\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
-msgstr ""
-
-#: 05070000.xhp
-msgctxt ""
-"05070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page Style"
-msgstr ""
-
-#: 05070000.xhp
-msgctxt ""
-"05070000.xhp\n"
-"hd_id3157910\n"
-"1\n"
-"help.text"
-msgid "Page Style"
-msgstr ""
-
-#: 05070000.xhp
-msgctxt ""
-"05070000.xhp\n"
-"par_id3156023\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable>"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"tit\n"
-"help.text"
-msgid "SECOND"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"bm_id3159390\n"
-"help.text"
-msgid "<bookmark_value>SECOND function</bookmark_value>"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"hd_id3159390\n"
-"86\n"
-"help.text"
-msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3148974\n"
-"87\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SEKUNDE\">Returns the second for the given time value.</ahelp> The second is given as an integer between 0 and 59."
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"hd_id3154362\n"
-"88\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3148407\n"
-"89\n"
-"help.text"
-msgid "SECOND(Number)"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3155904\n"
-"90\n"
-"help.text"
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"hd_id3149992\n"
-"91\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3153350\n"
-"93\n"
-"help.text"
-msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
-msgstr ""
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3150831\n"
-"94\n"
-"help.text"
-msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
-msgstr ""
-
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column Break"
-msgstr ""
-
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"bm_id3151384\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
-msgstr ""
-
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"hd_id3151384\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
-msgstr ""
-
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"par_id3154124\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
-msgstr ""
-
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"par_id3145173\n"
-"3\n"
-"help.text"
-msgid "Position the cursor in the cell to the right of the column break indicated by a vertical line and choose <emph>Edit - Delete Manual Break - Column Break</emph>. The manual column break is removed."
-msgstr ""
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hide Details"
-msgstr ""
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
-msgstr ""
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
-msgstr ""
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"par_id3154515\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:HideDetail\" visibility=\"visible\">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp>"
-msgstr ""
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"par_id3153252\n"
-"3\n"
-"help.text"
-msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data -Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
-msgstr ""
-
-#: 12090200.xhp
-msgctxt ""
-"12090200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Refresh"
-msgstr ""
-
-#: 12090200.xhp
-msgctxt ""
-"12090200.xhp\n"
-"hd_id3151385\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
-msgstr ""
-
-#: 12090200.xhp
-msgctxt ""
-"12090200.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090200.xhp
-msgctxt ""
-"12090200.xhp\n"
-"par_id3150400\n"
-"3\n"
-"help.text"
-msgid "After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>."
-msgstr ""
-
-#: 05080000.xhp
-msgctxt ""
-"05080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Print Ranges"
-msgstr ""
-
-#: 05080000.xhp
-msgctxt ""
-"05080000.xhp\n"
-"hd_id3154013\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
-msgstr ""
-
-#: 05080000.xhp
-msgctxt ""
-"05080000.xhp\n"
-"par_id3155855\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
-msgstr ""
-
-#: 05080000.xhp
-msgctxt ""
-"05080000.xhp\n"
-"par_id3146119\n"
-"4\n"
-"help.text"
-msgid "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
-msgstr ""
-
-#: 05080000.xhp
-msgctxt ""
-"05080000.xhp\n"
-"hd_id3154729\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"tit\n"
-"help.text"
-msgid "EOMONTH"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"bm_id3150991\n"
-"help.text"
-msgid "<bookmark_value>EOMONTH function</bookmark_value>"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3150991\n"
-"231\n"
-"help.text"
-msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3152766\n"
-"232\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3150597\n"
-"233\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3150351\n"
-"234\n"
-"help.text"
-msgid "EOMONTH(StartDate; Months)"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3146787\n"
-"235\n"
-"help.text"
-msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3155615\n"
-"236\n"
-"help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3156335\n"
-"237\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3154829\n"
-"238\n"
-"help.text"
-msgid "What is the last day of the month that falls 6 months after September 14 2001?"
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3156143\n"
-"239\n"
-"help.text"
-msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
-msgstr ""
-
-#: func_eomonth.xhp
-msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3156144\n"
-"239\n"
-"help.text"
-msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
-msgstr ""
-
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Headers & Footers"
-msgstr ""
-
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"hd_id3145251\n"
-"1\n"
-"help.text"
-msgid "Headers & Footers"
-msgstr ""
-
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"par_id3151073\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
-msgstr ""
-
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"par_id3153415\n"
-"3\n"
-"help.text"
-msgid "The<emph> Headers/Footers </emph>dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistics Functions"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"bm_id3153018\n"
-"help.text"
-msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"hd_id3153018\n"
-"1\n"
-"help.text"
-msgid "Statistics Functions"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3157874\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149001\n"
-"9\n"
-"help.text"
-msgid "Some of the examples use the following data table:"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3148775\n"
-"10\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3145297\n"
-"11\n"
-"help.text"
-msgid "D"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150661\n"
-"12\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153551\n"
-"13\n"
-"help.text"
-msgid "x value"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3147536\n"
-"14\n"
-"help.text"
-msgid "y value"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153224\n"
-"15\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150475\n"
-"16\n"
-"help.text"
-msgid "-5"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3155367\n"
-"17\n"
-"help.text"
-msgid "-3"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149783\n"
-"18\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153181\n"
-"19\n"
-"help.text"
-msgid "-2"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3148429\n"
-"20\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3152588\n"
-"21\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3147483\n"
-"22\n"
-"help.text"
-msgid "-1"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3083443\n"
-"23\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149826\n"
-"24\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3163820\n"
-"25\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3154816\n"
-"26\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149276\n"
-"27\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149267\n"
-"28\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156310\n"
-"29\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3154639\n"
-"30\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3145205\n"
-"31\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153276\n"
-"32\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150756\n"
-"33\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156095\n"
-"34\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3152929\n"
-"35\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156324\n"
-"36\n"
-"help.text"
-msgid "The statistical functions are described in the following subsections."
-msgstr ""
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150271\n"
-"37\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
-msgstr ""
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Row Break"
-msgstr ""
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"bm_id3156326\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
-msgstr ""
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"hd_id3156326\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
-msgstr ""
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"par_id3154366\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
-msgstr ""
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"par_id3151041\n"
-"3\n"
-"help.text"
-msgid "Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Edit - Delete Manual Break - Row Break</emph>. The manual row break is removed."
-msgstr ""
-
-#: 02140300.xhp
-msgctxt ""
-"02140300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Up"
-msgstr ""
-
-#: 02140300.xhp
-msgctxt ""
-"02140300.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
-msgstr ""
-
-#: 02140300.xhp
-msgctxt ""
-"02140300.xhp\n"
-"par_id3150793\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
-msgstr ""
-
-#: 02140300.xhp
-msgctxt ""
-"02140300.xhp\n"
-"par_id3150447\n"
-"3\n"
-"help.text"
-msgid "If a selected range has only one column, the content of the bottom most cell is copied into the selected cells. If several columns are selected, the contents of the bottom most cells are copied into those selected above."
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Optimal Row Heights"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"bm_id3148491\n"
-"help.text"
-msgid "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"hd_id3148491\n"
-"1\n"
-"help.text"
-msgid "Optimal Row Heights"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"par_id3154758\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalRowHeight\">Determines the optimal row height for the selected rows.</ahelp></variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"units of measure\">units of measure</link>."
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"hd_id3154908\n"
-"3\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"par_id3151044\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\">Sets additional spacing between the largest character in a row and the cell boundaries.</ahelp>"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"hd_id3150439\n"
-"5\n"
-"help.text"
-msgid "Default value"
-msgstr ""
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"par_id3146984\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Name"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"bm_id3153195\n"
-"help.text"
-msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"hd_id3153195\n"
-"1\n"
-"help.text"
-msgid "Insert Name"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"par_id3150011\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"par_id3149412\n"
-"7\n"
-"help.text"
-msgid "You can only insert a cell area after having defined a name for the area."
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"hd_id3153160\n"
-"3\n"
-"help.text"
-msgid "Insert name"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"par_id3154944\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</ahelp>"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"hd_id3153418\n"
-"5\n"
-"help.text"
-msgid "Insert All"
-msgstr ""
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"par_id3155066\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</ahelp>"
-msgstr ""
-
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove All Traces"
-msgstr ""
-
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"bm_id3153088\n"
-"help.text"
-msgid "<bookmark_value>cells; removing traces</bookmark_value>"
-msgstr ""
-
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"hd_id3153088\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
-msgstr ""
-
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"par_id3151246\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
-msgstr ""
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Selecting Sheets"
-msgstr ""
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"hd_id3156023\n"
-"5\n"
-"help.text"
-msgid "Selecting Sheets"
-msgstr ""
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"par_id3147265\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
-msgstr ""
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"hd_id3125863\n"
-"2\n"
-"help.text"
-msgid "Selected Sheets"
-msgstr ""
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"par_id3153969\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SELECTTABLES\" visibility=\"visible\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down Ctrl (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"tit\n"
-"help.text"
-msgid "TIMEVALUE"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"bm_id3146755\n"
-"help.text"
-msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"hd_id3146755\n"
-"160\n"
-"help.text"
-msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3148502\n"
-"161\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3150794\n"
-"162\n"
-"help.text"
-msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id011920090347118\n"
-"help.text"
-msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"hd_id3150810\n"
-"163\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3150823\n"
-"164\n"
-"help.text"
-msgid "TIMEVALUE(\"Text\")"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3152556\n"
-"165\n"
-"help.text"
-msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks."
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"hd_id3146815\n"
-"166\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3146829\n"
-"167\n"
-"help.text"
-msgid "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
-msgstr ""
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3153632\n"
-"168\n"
-"help.text"
-msgid "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Information Functions"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3147247\n"
-"help.text"
-msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147247\n"
-"1\n"
-"help.text"
-msgid "Information Functions"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147499\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3159128\n"
-"3\n"
-"help.text"
-msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146885\n"
-"4\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149944\n"
-"5\n"
-"help.text"
-msgid "D"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150457\n"
-"6\n"
-"help.text"
-msgid "<emph>2</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150024\n"
-"7\n"
-"help.text"
-msgid "x <item type=\"input\">value</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148725\n"
-"8\n"
-"help.text"
-msgid "y <item type=\"input\">value</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150480\n"
-"9\n"
-"help.text"
-msgid "<emph>3</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148440\n"
-"10\n"
-"help.text"
-msgid "<item type=\"input\">-5</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148888\n"
-"11\n"
-"help.text"
-msgid "<item type=\"input\">-3</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153034\n"
-"12\n"
-"help.text"
-msgid "<emph>4</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150139\n"
-"13\n"
-"help.text"
-msgid "<item type=\"input\">-2</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149542\n"
-"14\n"
-"help.text"
-msgid "<item type=\"input\">0</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149188\n"
-"15\n"
-"help.text"
-msgid "<emph>5</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153329\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">-1</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155257\n"
-"17\n"
-"help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145142\n"
-"18\n"
-"help.text"
-msgid "<emph>6</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149956\n"
-"19\n"
-"help.text"
-msgid "<item type=\"input\">0</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145594\n"
-"20\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153113\n"
-"21\n"
-"help.text"
-msgid "<emph>7</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148573\n"
-"22\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145166\n"
-"23\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3157998\n"
-"24\n"
-"help.text"
-msgid "<emph>8</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150018\n"
-"25\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150129\n"
-"26\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145245\n"
-"27\n"
-"help.text"
-msgid "<emph>9</emph>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148389\n"
-"28\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156068\n"
-"29\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3691824\n"
-"help.text"
-msgid "<bookmark_value>INFO function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id5787224\n"
-"help.text"
-msgid "INFO"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id1507309\n"
-"help.text"
-msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id7693411\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3928952\n"
-"help.text"
-msgid "INFO(\"Type\")"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5206762\n"
-"help.text"
-msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5735953\n"
-"help.text"
-msgid "Value for \"Type\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id8360850\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id9648731\n"
-"help.text"
-msgid "\"osversion\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id908841\n"
-"help.text"
-msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id8193914\n"
-"help.text"
-msgid "\"system\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id9841608\n"
-"help.text"
-msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id2701803\n"
-"help.text"
-msgid "\"release\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id2136295\n"
-"help.text"
-msgid "The product release identifier, for example \"300m25(Build:9876)\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id9200109\n"
-"help.text"
-msgid "\"numfile\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id4186223\n"
-"help.text"
-msgid "Always 1, for compatibility reasons"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5766472\n"
-"help.text"
-msgid "\"recalc\""
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id1491134\n"
-"help.text"
-msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id1161534\n"
-"help.text"
-msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id5459456\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3994567\n"
-"help.text"
-msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id2873622\n"
-"help.text"
-msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3155625\n"
-"help.text"
-msgid "<bookmark_value>CURRENT function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155625\n"
-"30\n"
-"help.text"
-msgid "CURRENT"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3157975\n"
-"31\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3148880\n"
-"32\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150930\n"
-"33\n"
-"help.text"
-msgid "CURRENT()"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3145629\n"
-"34\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5919064\n"
-"help.text"
-msgid "<item type=\"input\">=1+2+CURRENT()</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id8751792\n"
-"help.text"
-msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5863826\n"
-"help.text"
-msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id7463911\n"
-"help.text"
-msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id7318643\n"
-"help.text"
-msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id6019165\n"
-"help.text"
-msgid "The example returns choochoo."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3150688\n"
-"help.text"
-msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3150688\n"
-"147\n"
-"help.text"
-msgid "FORMULA"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3158417\n"
-"148\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154954\n"
-"149\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147535\n"
-"150\n"
-"help.text"
-msgid "FORMULA(Reference)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3014313\n"
-"help.text"
-msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id8857081\n"
-"help.text"
-msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3152820\n"
-"151\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153179\n"
-"152\n"
-"help.text"
-msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153923\n"
-"153\n"
-"help.text"
-msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3155409\n"
-"help.text"
-msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155409\n"
-"37\n"
-"help.text"
-msgid "ISREF"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153723\n"
-"38\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147175\n"
-"39\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149821\n"
-"40\n"
-"help.text"
-msgid "ISREF(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146152\n"
-"41\n"
-"help.text"
-msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3083448\n"
-"42\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154317\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id9728072\n"
-"help.text"
-msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id2131544\n"
-"help.text"
-msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id4295480\n"
-"help.text"
-msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3626819\n"
-"help.text"
-msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3154812\n"
-"help.text"
-msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154812\n"
-"45\n"
-"help.text"
-msgid "ISERR"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149282\n"
-"46\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149450\n"
-"47\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156312\n"
-"48\n"
-"help.text"
-msgid "ISERR(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146857\n"
-"49\n"
-"help.text"
-msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3153212\n"
-"50\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153276\n"
-"51\n"
-"help.text"
-msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id8456984\n"
-"help.text"
-msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3147081\n"
-"help.text"
-msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147081\n"
-"53\n"
-"help.text"
-msgid "ISERROR"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156316\n"
-"54\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147569\n"
-"55\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153155\n"
-"56\n"
-"help.text"
-msgid "ISERROR(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154047\n"
-"57\n"
-"help.text"
-msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155994\n"
-"58\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150256\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id1889095\n"
-"help.text"
-msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3153618\n"
-"help.text"
-msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3153618\n"
-"61\n"
-"help.text"
-msgid "ISFORMULA"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149138\n"
-"62\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155100\n"
-"63\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3143230\n"
-"64\n"
-"help.text"
-msgid "ISFORMULA(Reference)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150150\n"
-"65\n"
-"help.text"
-msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147491\n"
-"66\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3159182\n"
-"67\n"
-"help.text"
-msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3149760\n"
-"help.text"
-msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149760\n"
-"229\n"
-"help.text"
-msgid "ISEVEN_ADD"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147253\n"
-"230\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3152799\n"
-"231\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149202\n"
-"232\n"
-"help.text"
-msgid "ISEVEN_ADD(Number)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151168\n"
-"233\n"
-"help.text"
-msgid "<emph>Number</emph> is the number to be tested."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3150115\n"
-"234\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153904\n"
-"235\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id6238308\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3154692\n"
-"help.text"
-msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154692\n"
-"68\n"
-"help.text"
-msgid "ISNONTEXT"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155330\n"
-"69\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id5719779\n"
-"help.text"
-msgid "If an error occurs, the function returns TRUE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154931\n"
-"70\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148829\n"
-"71\n"
-"help.text"
-msgid "ISNONTEXT(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146992\n"
-"72\n"
-"help.text"
-msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3150525\n"
-"73\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149906\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150777\n"
-"75\n"
-"help.text"
-msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3159148\n"
-"help.text"
-msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3159148\n"
-"77\n"
-"help.text"
-msgid "ISBLANK"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148800\n"
-"78\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3159162\n"
-"79\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3158406\n"
-"80\n"
-"help.text"
-msgid "ISBLANK(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154212\n"
-"81\n"
-"help.text"
-msgid "<emph>Value</emph> is the content to be tested."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147508\n"
-"82\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147234\n"
-"83\n"
-"help.text"
-msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3155356\n"
-"help.text"
-msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155356\n"
-"85\n"
-"help.text"
-msgid "ISLOGICAL"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148926\n"
-"86\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3541062\n"
-"help.text"
-msgid "If an error occurs, the function returns FALSE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149162\n"
-"87\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148918\n"
-"88\n"
-"help.text"
-msgid "ISLOGICAL(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146946\n"
-"89\n"
-"help.text"
-msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3150709\n"
-"90\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3166442\n"
-"91\n"
-"help.text"
-msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3556016\n"
-"help.text"
-msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3153685\n"
-"help.text"
-msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3153685\n"
-"93\n"
-"help.text"
-msgid "ISNA"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149105\n"
-"94\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id6018860\n"
-"help.text"
-msgid "If an error occurs, the function returns FALSE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3152947\n"
-"95\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153748\n"
-"96\n"
-"help.text"
-msgid "ISNA(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3152884\n"
-"97\n"
-"help.text"
-msgid "<emph>Value</emph> is the value or expression to be tested."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149964\n"
-"98\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154852\n"
-"99\n"
-"help.text"
-msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3149426\n"
-"help.text"
-msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149426\n"
-"101\n"
-"help.text"
-msgid "ISTEXT"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145368\n"
-"102\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id6779686\n"
-"help.text"
-msgid "If an error occurs, the function returns FALSE."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154332\n"
-"103\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148649\n"
-"104\n"
-"help.text"
-msgid "ISTEXT(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150417\n"
-"105\n"
-"help.text"
-msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149239\n"
-"106\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3144756\n"
-"107\n"
-"help.text"
-msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148416\n"
-"108\n"
-"help.text"
-msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3153939\n"
-"help.text"
-msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3153939\n"
-"236\n"
-"help.text"
-msgid "ISODD_ADD"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153538\n"
-"237\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3145601\n"
-"238\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149485\n"
-"239\n"
-"help.text"
-msgid "ISODD_ADD(Number)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153315\n"
-"240\n"
-"help.text"
-msgid "<emph>Number</emph> is the number to be tested."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3143274\n"
-"241\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154793\n"
-"242\n"
-"help.text"
-msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3148688\n"
-"help.text"
-msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3148688\n"
-"110\n"
-"help.text"
-msgid "ISNUMBER"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154618\n"
-"111\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3152769\n"
-"112\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150595\n"
-"113\n"
-"help.text"
-msgid "ISNUMBER(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150351\n"
-"114\n"
-"help.text"
-msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3146793\n"
-"115\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155614\n"
-"116\n"
-"help.text"
-msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154417\n"
-"117\n"
-"help.text"
-msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3153694\n"
-"help.text"
-msgid "<bookmark_value>N function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3153694\n"
-"119\n"
-"help.text"
-msgid "N"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150405\n"
-"120\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id9115573\n"
-"help.text"
-msgid "If an error occurs the function returns the error value."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3145774\n"
-"121\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153883\n"
-"122\n"
-"help.text"
-msgid "N(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151101\n"
-"123\n"
-"help.text"
-msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147097\n"
-"124\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154117\n"
-"125\n"
-"help.text"
-msgid "<item type=\"input\">=N(123)</item> returns 123"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id2337717\n"
-"help.text"
-msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153781\n"
-"126\n"
-"help.text"
-msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154670\n"
-"243\n"
-"help.text"
-msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3519089\n"
-"help.text"
-msgid "=N(1/0) returns #DIV/0!"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3156275\n"
-"help.text"
-msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3156275\n"
-"129\n"
-"help.text"
-msgid "NA"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156161\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3147532\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149563\n"
-"132\n"
-"help.text"
-msgid "NA()"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155128\n"
-"133\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154481\n"
-"134\n"
-"help.text"
-msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3151255\n"
-"help.text"
-msgid "<bookmark_value>TYPE function</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3151255\n"
-"136\n"
-"help.text"
-msgid "TYPE"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155900\n"
-"137\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149992\n"
-"138\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148400\n"
-"139\n"
-"help.text"
-msgid "TYPE(Value)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150830\n"
-"140\n"
-"help.text"
-msgid "<emph>Value</emph> is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3154363\n"
-"141\n"
-"help.text"
-msgid "Example (see example table above)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153357\n"
-"142\n"
-"help.text"
-msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148980\n"
-"143\n"
-"help.text"
-msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"bm_id3155509\n"
-"help.text"
-msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3155509\n"
-"154\n"
-"help.text"
-msgid "CELL"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153196\n"
-"155\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"hd_id3149323\n"
-"156\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147355\n"
-"157\n"
-"help.text"
-msgid "CELL(\"InfoType\"; Reference)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154716\n"
-"158\n"
-"help.text"
-msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150636\n"
-"165\n"
-"help.text"
-msgid "InfoType"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149344\n"
-"166\n"
-"help.text"
-msgid "Meaning"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153266\n"
-"167\n"
-"help.text"
-msgid "COL"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156204\n"
-"168\n"
-"help.text"
-msgid "Returns the number of the referenced column."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150094\n"
-"162\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151276\n"
-"169\n"
-"help.text"
-msgid "ROW"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147583\n"
-"170\n"
-"help.text"
-msgid "Returns the number of the referenced row."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151222\n"
-"163\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3159217\n"
-"171\n"
-"help.text"
-msgid "SHEET"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151201\n"
-"172\n"
-"help.text"
-msgid "Returns the number of the referenced sheet."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149169\n"
-"164\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149431\n"
-"173\n"
-"help.text"
-msgid "ADDRESS"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156054\n"
-"174\n"
-"help.text"
-msgid "Returns the absolute address of the referenced cell."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154136\n"
-"175\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3159198\n"
-"176\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150245\n"
-"177\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3146811\n"
-"178\n"
-"help.text"
-msgid "FILENAME"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151328\n"
-"179\n"
-"help.text"
-msgid "Returns the file name and the sheet number of the referenced cell."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3148896\n"
-"180\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155144\n"
-"181\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151381\n"
-"182\n"
-"help.text"
-msgid "COORD"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151004\n"
-"183\n"
-"help.text"
-msgid "Returns the complete cell address in Lotus(TM) notation."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3159104\n"
-"184\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3163720\n"
-"185\n"
-"help.text"
-msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155910\n"
-"186\n"
-"help.text"
-msgid "CONTENTS"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156041\n"
-"187\n"
-"help.text"
-msgid "Returns the contents of the referenced cell, without any formatting."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151069\n"
-"188\n"
-"help.text"
-msgid "TYPE"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155344\n"
-"189\n"
-"help.text"
-msgid "Returns the type of cell contents."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145217\n"
-"190\n"
-"help.text"
-msgid "b = blank. empty cell"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155176\n"
-"191\n"
-"help.text"
-msgid "l = label. Text, result of a formula as text"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147280\n"
-"192\n"
-"help.text"
-msgid "v = value. Value, result of a formula as a number"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156348\n"
-"193\n"
-"help.text"
-msgid "WIDTH"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154920\n"
-"194\n"
-"help.text"
-msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3152355\n"
-"195\n"
-"help.text"
-msgid "PREFIX"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154230\n"
-"196\n"
-"help.text"
-msgid "Returns the alignment of the referenced cell."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155946\n"
-"197\n"
-"help.text"
-msgid "' = align left or left-justified"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3147220\n"
-"198\n"
-"help.text"
-msgid "\" = align right"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3149038\n"
-"199\n"
-"help.text"
-msgid "^ = centered"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153129\n"
-"200\n"
-"help.text"
-msgid "\\ = repeating (currently inactive)"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154406\n"
-"201\n"
-"help.text"
-msgid "PROTECT"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145127\n"
-"202\n"
-"help.text"
-msgid "Returns the status of the cell protection for the cell."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155794\n"
-"203\n"
-"help.text"
-msgid "1 = cell is protected"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155072\n"
-"204\n"
-"help.text"
-msgid "0 = cell is not protected"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156178\n"
-"205\n"
-"help.text"
-msgid "FORMAT"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150220\n"
-"206\n"
-"help.text"
-msgid "Returns a character string that indicates the number format."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153824\n"
-"207\n"
-"help.text"
-msgid ", = number with thousands separator"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153837\n"
-"208\n"
-"help.text"
-msgid "F = number without thousands separator"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150318\n"
-"209\n"
-"help.text"
-msgid "C = currency format"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153168\n"
-"210\n"
-"help.text"
-msgid "S = exponential representation, for example, 1.234+E56"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153515\n"
-"211\n"
-"help.text"
-msgid "P = percentage"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154375\n"
-"212\n"
-"help.text"
-msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150575\n"
-"213\n"
-"help.text"
-msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150589\n"
-"214\n"
-"help.text"
-msgid "D2 = DD-MM"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3151034\n"
-"215\n"
-"help.text"
-msgid "D3 = MM-YY"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156371\n"
-"216\n"
-"help.text"
-msgid "D4 = DD-MM-YYYY HH:MM:SS"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3157881\n"
-"217\n"
-"help.text"
-msgid "D5 = MM-DD"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3157894\n"
-"218\n"
-"help.text"
-msgid "D6 = HH:MM:SS AM/PM"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154068\n"
-"219\n"
-"help.text"
-msgid "D7 = HH:MM AM/PM"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3150286\n"
-"220\n"
-"help.text"
-msgid "D8 = HH:MM:SS"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145756\n"
-"221\n"
-"help.text"
-msgid "D9 = HH:MM"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145768\n"
-"222\n"
-"help.text"
-msgid "G = All other formats"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3153375\n"
-"223\n"
-"help.text"
-msgid "- (Minus) at the end = negative numbers are formatted in color"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3155545\n"
-"224\n"
-"help.text"
-msgid "() (brackets) at the end = there is an opening bracket in the format code"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3154594\n"
-"225\n"
-"help.text"
-msgid "COLOR"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3152922\n"
-"226\n"
-"help.text"
-msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3145563\n"
-"227\n"
-"help.text"
-msgid "PARENTHESES"
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156072\n"
-"228\n"
-"help.text"
-msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
-msgstr ""
-
-#: 04060104.xhp
-msgctxt ""
-"04060104.xhp\n"
-"par_id3156090\n"
-"159\n"
-"help.text"
-msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"tit\n"
-"help.text"
-msgid "YEARFRAC"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"bm_id3148735\n"
-"help.text"
-msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"hd_id3148735\n"
-"196\n"
-"help.text"
-msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3150899\n"
-"197\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"hd_id3155259\n"
-"198\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3155823\n"
-"199\n"
-"help.text"
-msgid "YEARFRAC(StartDate; EndDate; Basis)"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3145144\n"
-"200\n"
-"help.text"
-msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3149954\n"
-"201\n"
-"help.text"
-msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3146847\n"
-"202\n"
-"help.text"
-msgid "Basis"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3155956\n"
-"203\n"
-"help.text"
-msgid "Calculation"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3154502\n"
-"204\n"
-"help.text"
-msgid "0 or missing"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3149877\n"
-"205\n"
-"help.text"
-msgid "US method (NASD), 12 months of 30 days each"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3148766\n"
-"250\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3154326\n"
-"206\n"
-"help.text"
-msgid "Exact number of days in months, exact number of days in year"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3145245\n"
-"251\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3155620\n"
-"207\n"
-"help.text"
-msgid "Exact number of days in month, year has 360 days"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3145297\n"
-"252\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3148394\n"
-"208\n"
-"help.text"
-msgid "Exact number of days in month, year has 365 days"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3151022\n"
-"253\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3150931\n"
-"209\n"
-"help.text"
-msgid "European method, 12 months of 30 days each"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"hd_id3145626\n"
-"210\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3149007\n"
-"211\n"
-"help.text"
-msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
-msgstr ""
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3154632\n"
-"212\n"
-"help.text"
-msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Advanced Filter"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"hd_id3158394\n"
-"1\n"
-"help.text"
-msgid "Advanced Filter"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"par_id3156281\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"hd_id3153771\n"
-"25\n"
-"help.text"
-msgid "Read filter criteria from"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"par_id3147426\n"
-"26\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>"
-msgstr ""
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"hd_id3153188\n"
-"27\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
-msgstr ""
-
-#: 06030600.xhp
-msgctxt ""
-"06030600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trace Error"
-msgstr ""
-
-#: 06030600.xhp
-msgctxt ""
-"06030600.xhp\n"
-"bm_id3153561\n"
-"help.text"
-msgid "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
-msgstr ""
-
-#: 06030600.xhp
-msgctxt ""
-"06030600.xhp\n"
-"hd_id3153561\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
-msgstr ""
-
-#: 06030600.xhp
-msgctxt ""
-"06030600.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
-msgstr ""
-
-#: 02140200.xhp
-msgctxt ""
-"02140200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Right"
-msgstr ""
-
-#: 02140200.xhp
-msgctxt ""
-"02140200.xhp\n"
-"hd_id3153896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
-msgstr ""
-
-#: 02140200.xhp
-msgctxt ""
-"02140200.xhp\n"
-"par_id3153361\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
-msgstr ""
-
-#: 02140200.xhp
-msgctxt ""
-"02140200.xhp\n"
-"par_id3154684\n"
-"3\n"
-"help.text"
-msgid "If a range of only one row is selected, the contents of the far left cell are copied to all the other selected cells. If you have selected several rows, each of the far left cells is copied into those cells to the right."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data field"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"bm_id7292397\n"
-"help.text"
-msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3150871\n"
-"1\n"
-"help.text"
-msgid "Data field"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3154124\n"
-"16\n"
-"help.text"
-msgid "The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table\">Pivot Table</link> dialog."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3152596\n"
-"2\n"
-"help.text"
-msgid "Subtotals"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3151113\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3145366\n"
-"4\n"
-"help.text"
-msgid "None"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3152576\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3154012\n"
-"6\n"
-"help.text"
-msgid "Automatic"
-msgstr "Automatesch"
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3155856\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3155411\n"
-"8\n"
-"help.text"
-msgid "User-defined"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3149581\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\">Select this option, and then click the type of subtotal that you want to calculate in the list.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3147124\n"
-"10\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3154490\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\">Click the type of subtotal that you want to calculate. This option is only available if the <emph>User-defined</emph> option is selected.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3154944\n"
-"14\n"
-"help.text"
-msgid "Show elements without data"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3149403\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"hd_id3149122\n"
-"12\n"
-"help.text"
-msgid "Name:"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_id3150749\n"
-"13\n"
-"help.text"
-msgid "Lists the name of the selected data field."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN106EC\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN106F0\n"
-"help.text"
-msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN106F3\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN106F7\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialog. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10708\n"
-"help.text"
-msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1070B\n"
-"help.text"
-msgid "Displayed value"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1070F\n"
-"help.text"
-msgid "<ahelp hid=\".\">For each data field, you can select the type of display.</ahelp> For some types you can select additional information for a base field and a base item."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10712\n"
-"help.text"
-msgid "Type"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10716\n"
-"help.text"
-msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10724\n"
-"help.text"
-msgid "Type"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1072A\n"
-"help.text"
-msgid "Displayed value"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10731\n"
-"help.text"
-msgid "Normal"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10737\n"
-"help.text"
-msgid "Results are shown unchanged"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1073E\n"
-"help.text"
-msgid "Difference from"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10744\n"
-"help.text"
-msgid "From each result, its reference value (see below) is subtracted, and the difference is shown. Totals outside of the base field are shown as empty results."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10747\n"
-"help.text"
-msgid "<emph>Named item</emph>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1074C\n"
-"help.text"
-msgid "If a base item name is specified, the reference value for a combination of field items is the result where the item in the base field is replaced by the specified base item."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1074F\n"
-"help.text"
-msgid "<emph>Previous item or Next item</emph>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10754\n"
-"help.text"
-msgid "If \"previous item\" or \"next item\" is specified as the base item, the reference value is the result for the next visible member of the base field, in the base field's sort order."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1075B\n"
-"help.text"
-msgid "% Of"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10761\n"
-"help.text"
-msgid "Each result is divided by its reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1076A\n"
-"help.text"
-msgid "% Difference from"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10770\n"
-"help.text"
-msgid "From each result, its reference value is subtracted, and the difference is divided by the reference value. The reference value is determined in the same way as for \"Difference from\". Totals outside of the base field are shown as empty results."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10777\n"
-"help.text"
-msgid "Running total in"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1077D\n"
-"help.text"
-msgid "Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10780\n"
-"help.text"
-msgid "Results are always summed, even if a different summary function was used to get each result."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10787\n"
-"help.text"
-msgid "% of row"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1078D\n"
-"help.text"
-msgid "Each result is divided by the total result for its row in the pivot table. If there are several data fields, the total for the result's data field is used. If there are subtotals with manually selected summary functions, the total with the data field's summary function is still used."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10794\n"
-"help.text"
-msgid "% of column"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1079A\n"
-"help.text"
-msgid "Same as \"% of row\", but the total for the result's column is used."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107A1\n"
-"help.text"
-msgid "% of total"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107A7\n"
-"help.text"
-msgid "Same as \"% of row\", but the grand total for the result's data field is used."
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107AE\n"
-"help.text"
-msgid "Index"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107B4\n"
-"help.text"
-msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107B7\n"
-"help.text"
-msgid "( original result * grand total ) / ( row total * column total )"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107BA\n"
-"help.text"
-msgid "Base field"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107BE\n"
-"help.text"
-msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107C1\n"
-"help.text"
-msgid "Base item"
-msgstr ""
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107C5\n"
-"help.text"
-msgid "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Deleting Contents"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"bm_id3143284\n"
-"help.text"
-msgid "<bookmark_value>deleting; cell contents</bookmark_value><bookmark_value>cells; deleting contents</bookmark_value><bookmark_value>spreadsheets; deleting cell contents</bookmark_value><bookmark_value>cell contents; deleting</bookmark_value>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3143284\n"
-"1\n"
-"help.text"
-msgid "Deleting Contents"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3159154\n"
-"21\n"
-"help.text"
-msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3145367\n"
-"22\n"
-"help.text"
-msgid "Pressing Delete deletes content without calling the dialog or changing formats."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3153951\n"
-"23\n"
-"help.text"
-msgid "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3148575\n"
-"3\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3149665\n"
-"4\n"
-"help.text"
-msgid "This area lists the options for deleting contents."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3146975\n"
-"5\n"
-"help.text"
-msgid "Delete All"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3154729\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3156286\n"
-"7\n"
-"help.text"
-msgid "Text"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3154015\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3153840\n"
-"9\n"
-"help.text"
-msgid "Numbers"
-msgstr "Zuelen"
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3148405\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3155764\n"
-"11\n"
-"help.text"
-msgid "Date & time"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3149567\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-#, fuzzy
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3154703\n"
-"13\n"
-"help.text"
-msgid "Formulas"
-msgstr "Formel"
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3148485\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3150300\n"
-"15\n"
-"help.text"
-msgid "Comments"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3154658\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3155112\n"
-"17\n"
-"help.text"
-msgid "Formats"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3146134\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3150088\n"
-"19\n"
-"help.text"
-msgid "Objects"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3152990\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Ungroup"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"hd_id3148492\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"par_id3151384\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"gruppierungauf\"><ahelp hid=\".uno:Ungroup\" visibility=\"visible\">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable>"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"hd_id3151210\n"
-"3\n"
-"help.text"
-msgid "Deactivate for"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"hd_id3156280\n"
-"5\n"
-"help.text"
-msgid "Rows"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"par_id3125864\n"
-"6\n"
-"help.text"
-msgid "Removes selected rows from a group."
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"hd_id3147230\n"
-"7\n"
-"help.text"
-msgid "Columns"
-msgstr ""
-
-#: 12080400.xhp
-msgctxt ""
-"12080400.xhp\n"
-"par_id3154685\n"
-"8\n"
-"help.text"
-msgid "Removes selected columns from a group."
-msgstr ""
-
-#: 07090000.xhp
-msgctxt ""
-"07090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Freeze"
-msgstr ""
-
-#: 07090000.xhp
-msgctxt ""
-"07090000.xhp\n"
-"hd_id3150517\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
-msgstr ""
-
-#: 07090000.xhp
-msgctxt ""
-"07090000.xhp\n"
-"par_id3156289\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FreezePanes\" visibility=\"visible\">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp>"
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Subtotals"
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"hd_id3153822\n"
-"1\n"
-"help.text"
-msgid "Subtotals"
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"par_id3145119\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"teilergebnisse\"><ahelp hid=\".uno:DataSubTotals\" visibility=\"visible\">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it."
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"par_id3153896\n"
-"3\n"
-"help.text"
-msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"hd_id3163708\n"
-"4\n"
-"help.text"
-msgid "Delete"
-msgstr ""
-
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"par_id3154125\n"
-"5\n"
-"help.text"
-msgid "Deletes the subtotal rows in the selected area."
-msgstr ""
-
-#: 06030800.xhp
-msgctxt ""
-"06030800.xhp\n"
-"tit\n"
-"help.text"
-msgid "Mark Invalid Data"
-msgstr ""
-
-#: 06030800.xhp
-msgctxt ""
-"06030800.xhp\n"
-"bm_id3153821\n"
-"help.text"
-msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
-msgstr ""
-
-#: 06030800.xhp
-msgctxt ""
-"06030800.xhp\n"
-"hd_id3153821\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
-msgstr ""
-
-#: 06030800.xhp
-msgctxt ""
-"06030800.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
-msgstr ""
-
-#: 06030800.xhp
-msgctxt ""
-"06030800.xhp\n"
-"par_id3151211\n"
-"3\n"
-"help.text"
-msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"tit\n"
-"help.text"
-msgid "EASTERSUNDAY"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"bm_id3152960\n"
-"help.text"
-msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id3152960\n"
-"175\n"
-"help.text"
-msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3154570\n"
-"176\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id9460127\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id2113711\n"
-"help.text"
-msgid "EASTERSUNDAY(Year)"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3938413\n"
-"help.text"
-msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3156156\n"
-"177\n"
-"help.text"
-msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3147521\n"
-"178\n"
-"help.text"
-msgid "Good Friday = EASTERSUNDAY(Year) - 2"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3146072\n"
-"179\n"
-"help.text"
-msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3149553\n"
-"180\n"
-"help.text"
-msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id3155120\n"
-"181\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3154472\n"
-"182\n"
-"help.text"
-msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
-msgstr ""
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3150940\n"
-"184\n"
-"help.text"
-msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Navigator"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"bm_id3150791\n"
-"help.text"
-msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3150791\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3156422\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3145271\n"
-"40\n"
-"help.text"
-msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3159155\n"
-"4\n"
-"help.text"
-msgid "Column"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3146984\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3147126\n"
-"6\n"
-"help.text"
-msgid "Row"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3149958\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3150717\n"
-"8\n"
-"help.text"
-msgid "Data Range"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150752\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specifies the current data range denoted by the position of the cell cursor.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3159264\n"
-"help.text"
-msgid "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3146919\n"
-"9\n"
-"help.text"
-msgid "Data Range"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3148488\n"
-"14\n"
-"help.text"
-msgid "Start"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150086\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_UP\">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3152994\n"
-"help.text"
-msgid "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3154372\n"
-"15\n"
-"help.text"
-msgid "Start"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3146982\n"
-"17\n"
-"help.text"
-msgid "End"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3152985\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_DOWN\">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3159170\n"
-"help.text"
-msgid "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3147072\n"
-"18\n"
-"help.text"
-msgid "End"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3150107\n"
-"20\n"
-"help.text"
-msgid "Toggle"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3159098\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_ROOT\">Toggles the content view. Only the selected Navigator element and its subelements are displayed.</ahelp> Click the icon again to restore all elements for viewing."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3152869\n"
-"help.text"
-msgid "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3159229\n"
-"21\n"
-"help.text"
-msgid "Toggle"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3149381\n"
-"11\n"
-"help.text"
-msgid "Contents"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150051\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3155597\n"
-"help.text"
-msgid "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150955\n"
-"12\n"
-"help.text"
-msgid "Contents"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3147244\n"
-"23\n"
-"help.text"
-msgid "Scenarios"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3153955\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>Tools - Scenarios</emph></link>."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3148745\n"
-"help.text"
-msgid "<image id=\"img_id3159256\" src=\"sc/imglst/navipi/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3166466\n"
-"24\n"
-"help.text"
-msgid "Scenarios"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_idN10A6C\n"
-"help.text"
-msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_idN10A77\n"
-"help.text"
-msgid "Delete"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_idN10A7B\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_idN10A92\n"
-"help.text"
-msgid "Properties"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_idN10A96\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Opens the <link href=\"text/scalc/01/06050000.xhp\">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3150037\n"
-"26\n"
-"help.text"
-msgid "Drag Mode"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3157876\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3149947\n"
-"help.text"
-msgid "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150656\n"
-"27\n"
-"help.text"
-msgid "Drag Mode"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3149009\n"
-"29\n"
-"help.text"
-msgid "Insert as Hyperlink"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3146938\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_DROPMODE_URL\">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3880733\n"
-"help.text"
-msgid "If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink."
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3154682\n"
-"31\n"
-"help.text"
-msgid "Insert as Link"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150746\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3145824\n"
-"33\n"
-"help.text"
-msgid "Insert as Copy"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3147471\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3147423\n"
-"38\n"
-"help.text"
-msgid "Objects"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3150700\n"
-"39\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"hd_id3150860\n"
-"35\n"
-"help.text"
-msgid "Documents"
-msgstr ""
-
-#: 02110000.xhp
-msgctxt ""
-"02110000.xhp\n"
-"par_id3153929\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_NAVIPI_DOC\">Displays the names of all open documents.</ahelp> To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name. You can switch the active document in the <emph>Window</emph> menu."
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Function List"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"bm_id3154126\n"
-"help.text"
-msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3154126\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"par_id3151118\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"funktionslistetext\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">This command opens the <emph>Function List</emph> window, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> window is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"par_id3152576\n"
-"3\n"
-"help.text"
-msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters."
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3145799\n"
-"4\n"
-"help.text"
-msgid "Category List"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3153160\n"
-"5\n"
-"help.text"
-msgid "Function List"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"par_id3149412\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\">Displays the available functions.</ahelp> When you select a function, the area below the list box displays a short description. To insert the selected function double-click it or click the <emph>Insert Function into calculation sheet</emph> icon."
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3146971\n"
-"7\n"
-"help.text"
-msgid "Insert Function into calculation sheet"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"par_id3150043\n"
-"help.text"
-msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
-msgstr ""
-
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"par_id3147345\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Consolidate"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "Consolidate"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3148798\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"konsolidieren\"><ahelp hid=\".uno:DataConsolidate\">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3150010\n"
-"8\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3149377\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3147127\n"
-"10\n"
-"help.text"
-msgid "Consolidation ranges"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3151075\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3147397\n"
-"12\n"
-"help.text"
-msgid "Source data range"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3153836\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\">Specifies the cell range that you want to consolidate with the cell ranges listed in the <emph>Consolidation ranges </emph>box. Select a cell range in a sheet, and then click <emph>Add</emph>. You can also select a the name of a predefined cell from the <emph>Source data range </emph>list.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3155768\n"
-"15\n"
-"help.text"
-msgid "Copy results to"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3147341\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\">Displays the first cell in the range where the consolidation results will be displayed.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3147345\n"
-"17\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3155335\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3148630\n"
-"19\n"
-"help.text"
-msgid "More >>"
-msgstr ""
-
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"par_id3159239\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoCalculate"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"bm_id3145673\n"
-"help.text"
-msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"hd_id3145673\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"par_id3148798\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"par_id3145173\n"
-"3\n"
-"help.text"
-msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"tit\n"
-"help.text"
-msgid "NETWORKDAYS"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"bm_id3151254\n"
-"help.text"
-msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3151254\n"
-"240\n"
-"help.text"
-msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3153788\n"
-"241\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3148677\n"
-"242\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3145775\n"
-"243\n"
-"help.text"
-msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3153885\n"
-"244\n"
-"help.text"
-msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3151110\n"
-"245\n"
-"help.text"
-msgid "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3154115\n"
-"246\n"
-"help.text"
-msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3146902\n"
-"247\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3154661\n"
-"248\n"
-"help.text"
-msgid "How many workdays fall between 2001-12-15 and 2002-01-15? The start date is located in C3 and the end date in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
-msgstr ""
-
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3147328\n"
-"249\n"
-"help.text"
-msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show"
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"bm_id3147264\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"par_id3150447\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"par_id3155131\n"
-"3\n"
-"help.text"
-msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then choose <emph>Format - Row - Show</emph> or <emph>Format - Column - Show</emph>."
-msgstr ""
-
-#: 05030400.xhp
-msgctxt ""
-"05030400.xhp\n"
-"par_id3145748\n"
-"4\n"
-"help.text"
-msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trace Precedents"
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"par_id3153542\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"par_id3147265\n"
-"4\n"
-"help.text"
-msgid "Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame."
-msgstr ""
-
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"par_id3154321\n"
-"3\n"
-"help.text"
-msgid "This function is based on a principle of layers. For example, if the precedent cell to a formula is already indicated with a tracer arrow, when you repeat this command, the tracer arrows are drawn to the precedent cells of this cell."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define Names"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3156330\n"
-"1\n"
-"help.text"
-msgid "Define Names"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3154366\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialog where you can specify a name for a selected area.</ahelp></variable>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3154123\n"
-"31\n"
-"help.text"
-msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3155131\n"
-"30\n"
-"help.text"
-msgid "The <emph>Sheet Area</emph> box on the Formula bar contains a list of defined names for the ranges. Click a name from this box to highlight the corresponding reference on the spreadsheet. Names given formulas or parts of a formula are not listed here."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3151118\n"
-"3\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3163712\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\">Enter the name of the area for which you want to define a reference. All area names already defined in the spreadsheet are listed in the text field below.</ahelp> If you click a name on the list, the corresponding reference in the document will be shown with a blue frame. If multiple cell ranges belong to the same area name, they are displayed with different colored frames."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3153728\n"
-"9\n"
-"help.text"
-msgid "Assigned to"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3147435\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3146986\n"
-"12\n"
-"help.text"
-msgid "To insert a new area reference, place the cursor in this field and use your mouse to select the desired area in any sheet of your spreadsheet document."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3154729\n"
-"13\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3149958\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3147394\n"
-"15\n"
-"help.text"
-msgid "Area type"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3155416\n"
-"16\n"
-"help.text"
-msgid "Defines additional options related to the type of reference area."
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3150716\n"
-"17\n"
-"help.text"
-msgid "Print range"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3150751\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3153764\n"
-"19\n"
-"help.text"
-msgid "Filter"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3155766\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3159267\n"
-"21\n"
-"help.text"
-msgid "Repeat column"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3149565\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3153966\n"
-"23\n"
-"help.text"
-msgid "Repeat row"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3150300\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3155112\n"
-"27\n"
-"help.text"
-msgid "Add/Modify"
-msgstr ""
-
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"par_id3159236\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\">Click the <emph>Add</emph> button to add the defined name to the list. Click the <emph>Modify</emph> button to enter another name for an already existing name selected from the list.</ahelp>"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"tit\n"
-"help.text"
-msgid "DATEVALUE"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"bm_id3145621\n"
-"help.text"
-msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3145621\n"
-"18\n"
-"help.text"
-msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3145087\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3149281\n"
-"20\n"
-"help.text"
-msgid "The internal date number is returned as a number. The number is determined by the date system that is used by $[officename] to calculate dates."
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id0119200903491982\n"
-"help.text"
-msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3156294\n"
-"21\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3149268\n"
-"22\n"
-"help.text"
-msgid "DATEVALUE(\"Text\")"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3154819\n"
-"23\n"
-"help.text"
-msgid "<emph>Text</emph> is a valid date expression and must be entered with quotation marks."
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3156309\n"
-"24\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3155841\n"
-"25\n"
-"help.text"
-msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Protecting document"
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"hd_id3150541\n"
-"1\n"
-"help.text"
-msgid "Protecting document"
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"par_id3145172\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable> Open the <emph>Protect document</emph> dialog with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"par_id3153188\n"
-"6\n"
-"help.text"
-msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Document - Document</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"par_id3145750\n"
-"7\n"
-"help.text"
-msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"hd_id3152596\n"
-"4\n"
-"help.text"
-msgid "Password (optional)"
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"par_id3155412\n"
-"5\n"
-"help.text"
-msgid "You can create a password to protect your document against unauthorized or accidental modifications."
-msgstr ""
-
-#: 06060200.xhp
-msgctxt ""
-"06060200.xhp\n"
-"par_id3150717\n"
-"9\n"
-"help.text"
-msgid "You can completely protect your work by combining both options from <emph>Tools - Protect Document</emph>, including password entry. If you want to prevent the document from being opened by other users, select <emph>Save With Password </emph>and click the <emph>Save</emph> button. The <emph>Enter Password</emph> dialog appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
-msgstr ""
-
-#: 12040100.xhp
-msgctxt ""
-"12040100.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoFilter"
-msgstr ""
-
-#: 12040100.xhp
-msgctxt ""
-"12040100.xhp\n"
-"hd_id3153541\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
-msgstr ""
-
-#: 12040100.xhp
-msgctxt ""
-"12040100.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataFilterAutoFilter\">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp>"
-msgstr ""
-
-#: 12040100.xhp
-msgctxt ""
-"12040100.xhp\n"
-"par_id3145171\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"tit\n"
-"help.text"
-msgid "Logical Functions"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3153484\n"
-"help.text"
-msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3153484\n"
-"1\n"
-"help.text"
-msgid "Logical Functions"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149312\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3147505\n"
-"help.text"
-msgid "<bookmark_value>AND function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3147505\n"
-"29\n"
-"help.text"
-msgid "AND"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3153959\n"
-"65\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_UND\">Returns TRUE if all arguments are TRUE.</ahelp> If one of the elements is FALSE, this function returns the FALSE value."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3146100\n"
-"66\n"
-"help.text"
-msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150538\n"
-"67\n"
-"help.text"
-msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149128\n"
-"68\n"
-"help.text"
-msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3150374\n"
-"31\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3159123\n"
-"32\n"
-"help.text"
-msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150038\n"
-"33\n"
-"help.text"
-msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149143\n"
-"34\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3153123\n"
-"35\n"
-"help.text"
-msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3145632\n"
-"36\n"
-"help.text"
-msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149946\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3149015\n"
-"help.text"
-msgid "<bookmark_value>FALSE function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149015\n"
-"3\n"
-"help.text"
-msgid "FALSE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149890\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FALSCH\">Returns the logical value FALSE.</ahelp> The FALSE() function does not require any arguments, and always returns the logical value FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3146939\n"
-"5\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150030\n"
-"6\n"
-"help.text"
-msgid "FALSE()"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3150697\n"
-"7\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3154842\n"
-"8\n"
-"help.text"
-msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3147468\n"
-"9\n"
-"help.text"
-msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3150141\n"
-"help.text"
-msgid "<bookmark_value>IF function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3150141\n"
-"48\n"
-"help.text"
-msgid "IF"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3148740\n"
-"49\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3153325\n"
-"50\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3154558\n"
-"51\n"
-"help.text"
-msgid "IF(Test; ThenValue; OtherwiseValue)"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149727\n"
-"52\n"
-"help.text"
-msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3155828\n"
-"53\n"
-"help.text"
-msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3154811\n"
-"54\n"
-"help.text"
-msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_idN107FA\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149507\n"
-"55\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150867\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3155954\n"
-"help.text"
-msgid "<bookmark_value>NOT function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3155954\n"
-"12\n"
-"help.text"
-msgid "NOT"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3153570\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3147372\n"
-"14\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3157996\n"
-"15\n"
-"help.text"
-msgid "NOT(LogicalValue)"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3148766\n"
-"16\n"
-"help.text"
-msgid "<emph>LogicalValue</emph> is any value to be complemented."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149884\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150132\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3148394\n"
-"help.text"
-msgid "<bookmark_value>OR function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3148394\n"
-"20\n"
-"help.text"
-msgid "OR"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3156060\n"
-"61\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ODER\">Returns TRUE if at least one argument is TRUE.</ahelp> This function returns the value FALSE, if all the arguments have the logical value FALSE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3148771\n"
-"62\n"
-"help.text"
-msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3153546\n"
-"63\n"
-"help.text"
-msgid "When a function expects a single value, but you entered a cell range, then the value from the cell range is taken that is in the same column or row as the formula."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3149027\n"
-"64\n"
-"help.text"
-msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3155517\n"
-"22\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150468\n"
-"23\n"
-"help.text"
-msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3155819\n"
-"24\n"
-"help.text"
-msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3153228\n"
-"25\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3154870\n"
-"26\n"
-"help.text"
-msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3155371\n"
-"27\n"
-"help.text"
-msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3158412\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3156256\n"
-"help.text"
-msgid "<bookmark_value>TRUE function</bookmark_value>"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3156256\n"
-"38\n"
-"help.text"
-msgid "TRUE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3155985\n"
-"39\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WAHR\">The logical value is set to TRUE.</ahelp> The TRUE() function does not require any arguments, and always returns the logical value TRUE."
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3153717\n"
-"40\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3152590\n"
-"41\n"
-"help.text"
-msgid "TRUE()"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3147175\n"
-"42\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3146148\n"
-"43\n"
-"help.text"
-msgid "If A=TRUE and B=FALSE the following examples appear:"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3083285\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3083444\n"
-"45\n"
-"help.text"
-msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
-msgstr ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3154314\n"
-"46\n"
-"help.text"
-msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
-msgstr ""
-
-#: 12080700.xhp
-msgctxt ""
-"12080700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Details (Pivot Table)"
-msgstr ""
-
-#: 12080700.xhp
-msgctxt ""
-"12080700.xhp\n"
-"hd_id3344523\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
-msgstr ""
-
-#: 12080700.xhp
-msgctxt ""
-"12080700.xhp\n"
-"par_id871303\n"
-"help.text"
-msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
-msgstr ""
-
-#: 12080700.xhp
-msgctxt ""
-"12080700.xhp\n"
-"par_id7132480\n"
-"help.text"
-msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"tit\n"
-"help.text"
-msgid "DATE"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"bm_id3155511\n"
-"help.text"
-msgid "<bookmark_value>DATE function</bookmark_value>"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"hd_id3155511\n"
-"3\n"
-"help.text"
-msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3153551\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day and displays it in the cell's formatting.</ahelp> The default format of a cell containing the DATE function is the date format, but you can format the cells with any other number format."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"hd_id3148590\n"
-"5\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3150474\n"
-"6\n"
-"help.text"
-msgid "DATE(Year; Month; Day)"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3152815\n"
-"7\n"
-"help.text"
-msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3153222\n"
-"174\n"
-"help.text"
-msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3155817\n"
-"8\n"
-"help.text"
-msgid "<emph>Month</emph> is an integer indicating the month."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3153183\n"
-"9\n"
-"help.text"
-msgid "<emph>Day</emph> is an integer indicating the day of the month."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3156260\n"
-"10\n"
-"help.text"
-msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"hd_id3147477\n"
-"12\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3152589\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Move or Copy a Sheet"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"bm_id3153360\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"hd_id3153360\n"
-"1\n"
-"help.text"
-msgid "Move or Copy a Sheet"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"par_id3154686\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"par_id2282479\n"
-"help.text"
-msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"hd_id3163710\n"
-"3\n"
-"help.text"
-msgid "To Document"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"par_id3148645\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">Indicates where the current sheet is to be moved or copied to.</ahelp> Select <emph>- new document -</emph> if you want to create a new location for the sheet to be moved or copied."
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"hd_id3154012\n"
-"5\n"
-"help.text"
-msgid "Insert Before"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"par_id3145366\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">The current sheet is moved or copied in front of the selected sheet.</ahelp> The <emph>- move to end position -</emph> option places the current sheet at the end."
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"hd_id3153726\n"
-"7\n"
-"help.text"
-msgid "Copy"
-msgstr ""
-
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"par_id3144764\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"tit\n"
-"help.text"
-msgid "NOW"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"bm_id3150521\n"
-"help.text"
-msgid "<bookmark_value>NOW function</bookmark_value>"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"hd_id3150521\n"
-"47\n"
-"help.text"
-msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"par_id3148829\n"
-"48\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_JETZT\">Returns the computer system date and time.</ahelp> The value is updated when you recalculate the document or each time a cell value is modified."
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"hd_id3146988\n"
-"49\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"par_id3154897\n"
-"50\n"
-"help.text"
-msgid "NOW()"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"par_id4598529\n"
-"help.text"
-msgid "NOW is a function without arguments."
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"hd_id3154205\n"
-"51\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_now.xhp
-msgctxt ""
-"func_now.xhp\n"
-"par_id3150774\n"
-"52\n"
-"help.text"
-msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
-msgstr ""
-
-#: 02140100.xhp
-msgctxt ""
-"02140100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Down"
-msgstr ""
-
-#: 02140100.xhp
-msgctxt ""
-"02140100.xhp\n"
-"hd_id3150792\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
-msgstr ""
-
-#: 02140100.xhp
-msgctxt ""
-"02140100.xhp\n"
-"par_id3153969\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FillDown\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp>"
-msgstr ""
-
-#: 02140100.xhp
-msgctxt ""
-"02140100.xhp\n"
-"par_id3145787\n"
-"3\n"
-"help.text"
-msgid "If a selected range has only one column, the contents of the top cell are copied to all others. If several columns are selected, the contents of the corresponding top cell will be copied down."
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"tit\n"
-"help.text"
-msgid "Graphic"
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_idN10548\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_idN10558\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_id1650440\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_id363475\n"
-"help.text"
-msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_id9746696\n"
-"help.text"
-msgid "Points"
-msgstr ""
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"par_id2480544\n"
-"help.text"
-msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"tit\n"
-"help.text"
-msgid "Refresh Traces"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"bm_id3152349\n"
-"help.text"
-msgid "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"hd_id3152349\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"par_id3148947\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"par_id3148798\n"
-"3\n"
-"help.text"
-msgid "Detective arrows in the document are updated under the following circumstances:"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"par_id3153192\n"
-"4\n"
-"help.text"
-msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
-msgstr ""
-
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"par_id3151041\n"
-"5\n"
-"help.text"
-msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit Print Ranges"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"hd_id3153088\n"
-"1\n"
-"help.text"
-msgid "Edit Print Ranges"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3159488\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialog where you can specify the print range.</ahelp></variable> You can also set the rows or columns which are to be repeated in every page."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_idN105AE\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"hd_id3156281\n"
-"3\n"
-"help.text"
-msgid "Print range"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3147228\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3145174\n"
-"5\n"
-"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3145272\n"
-"6\n"
-"help.text"
-msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"hd_id3149260\n"
-"7\n"
-"help.text"
-msgid "Rows to repeat"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3147426\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3155418\n"
-"9\n"
-"help.text"
-msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"hd_id3149581\n"
-"10\n"
-"help.text"
-msgid "Columns to repeat"
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3155602\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
-msgstr ""
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"par_id3150749\n"
-"12\n"
-"help.text"
-msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Merge and Center Cells"
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"hd_id3149785\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"par_id3151246\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"par_id3154020\n"
-"18\n"
-"help.text"
-msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"par_id3148552\n"
-"4\n"
-"help.text"
-msgid "The merged cell receives the name of the first cell of the original cell range. Merged cells cannot be merged a second time with other cells. The range must form a rectangle, multiple selection is not supported."
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"par_id3149665\n"
-"3\n"
-"help.text"
-msgid "If the cells to be merged have any contents, a security dialog is shown."
-msgstr ""
-
-#: 05060000.xhp
-msgctxt ""
-"05060000.xhp\n"
-"par_id3153718\n"
-"help.text"
-msgid "Merging cells can lead to calculation errors in formulas in the table."
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Filter"
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"hd_id3150767\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"par_id3155131\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"par_id3146119\n"
-"7\n"
-"help.text"
-msgid "$[officename] automatically recognizes predefined database ranges."
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"par_id3153363\n"
-"3\n"
-"help.text"
-msgid "The following filtering options are available:"
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"hd_id3153728\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
-msgstr ""
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"hd_id3159153\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3149119\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3147102\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3147008\n"
-"3\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3153662\n"
-"5\n"
-"help.text"
-msgid "Case sensitive"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3145673\n"
-"6\n"
-"help.text"
-msgid "Distinguishes between uppercase and lowercase letters."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3156327\n"
-"7\n"
-"help.text"
-msgid "Regular Expression"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3151245\n"
-"8\n"
-"help.text"
-msgid "Allows you to use wildcards in the filter definition."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3147264\n"
-"29\n"
-"help.text"
-msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3153379\n"
-"30\n"
-"help.text"
-msgid "Unique records only"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3154138\n"
-"31\n"
-"help.text"
-msgid "Excludes duplicate rows in the list of filtered data."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3156282\n"
-"32\n"
-"help.text"
-msgid "Data area"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3150768\n"
-"33\n"
-"help.text"
-msgid "Displays the name of the filtered data area in the table."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3156424\n"
-"34\n"
-"help.text"
-msgid "More<<"
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3125864\n"
-"35\n"
-"help.text"
-msgid "Hides the additional options."
-msgstr ""
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3154011\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
-msgstr ""
-
-#: 05040000.xhp
-msgctxt ""
-"05040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column"
-msgstr ""
-
-#: 05040000.xhp
-msgctxt ""
-"05040000.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
-msgstr ""
-
-#: 05040000.xhp
-msgctxt ""
-"05040000.xhp\n"
-"par_id3148946\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
-msgstr ""
-
-#: 05040000.xhp
-msgctxt ""
-"05040000.xhp\n"
-"hd_id3150398\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
-msgstr ""
-
-#: 05040000.xhp
-msgctxt ""
-"05040000.xhp\n"
-"hd_id3145171\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fill"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id8473769\n"
-"help.text"
-msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"hd_id3153876\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3156285\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147343\n"
-"9\n"
-"help.text"
-msgid "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"hd_id3149207\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"hd_id3155111\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3152994\n"
-"3\n"
-"help.text"
-msgid "<emph>Filling cells using context menus:</emph>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145384\n"
-"4\n"
-"help.text"
-msgid "Call the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3156450\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataSelect\">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148699\n"
-"6\n"
-"help.text"
-msgid "Click one of the listed entries to copy it to the cell."
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Detective"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"bm_id3151245\n"
-"help.text"
-msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"hd_id3151245\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3151211\n"
-"2\n"
-"help.text"
-msgid "This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet."
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3150447\n"
-"3\n"
-"help.text"
-msgid "Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"tit\n"
-"help.text"
-msgid "Text to Columns"
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"bm_id8004394\n"
-"help.text"
-msgid "<bookmark_value>text to columns</bookmark_value>"
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"hd_id2300180\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id655232\n"
-"help.text"
-msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"hd_id9599597\n"
-"help.text"
-msgid "To expand cell contents to multiple cells"
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id2021546\n"
-"help.text"
-msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id2623981\n"
-"help.text"
-msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id7242042\n"
-"help.text"
-msgid "Select the cell or cells that you want to expand."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id6999420\n"
-"help.text"
-msgid "Choose <emph>Data - Text to Columns</emph>."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id6334116\n"
-"help.text"
-msgid "You see the Text to Columns dialog."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id9276406\n"
-"help.text"
-msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id8523819\n"
-"help.text"
-msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id1517380\n"
-"help.text"
-msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
-msgstr ""
-
-#: text2columns.xhp
-msgctxt ""
-"text2columns.xhp\n"
-"par_id7110812\n"
-"help.text"
-msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
-msgstr ""
-
-#: 06031000.xhp
-msgctxt ""
-"06031000.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoRefresh"
-msgstr ""
-
-#: 06031000.xhp
-msgctxt ""
-"06031000.xhp\n"
-"bm_id3154515\n"
-"help.text"
-msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
-msgstr ""
-
-#: 06031000.xhp
-msgctxt ""
-"06031000.xhp\n"
-"hd_id3154515\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
-msgstr ""
-
-#: 06031000.xhp
-msgctxt ""
-"06031000.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"tit\n"
-"help.text"
-msgid "WORKDAY"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"bm_id3149012\n"
-"help.text"
-msgid "<bookmark_value>WORKDAY function</bookmark_value>"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"hd_id3149012\n"
-"186\n"
-"help.text"
-msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3149893\n"
-"187\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_WORKDAY\"> The result is a date number that can be formatted as a date. You then see the date of a day that is a certain number of <emph>workdays</emph> away from the <emph>start date</emph>.</ahelp>"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"hd_id3146944\n"
-"188\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3154844\n"
-"189\n"
-"help.text"
-msgid "WORKDAY(StartDate; Days; Holidays)"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3147469\n"
-"190\n"
-"help.text"
-msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3153038\n"
-"191\n"
-"help.text"
-msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3150693\n"
-"192\n"
-"help.text"
-msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"hd_id3150141\n"
-"193\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3152782\n"
-"194\n"
-"help.text"
-msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
-msgstr ""
-
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3146142\n"
-"195\n"
-"help.text"
-msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select Database Range"
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"bm_id3145068\n"
-"help.text"
-msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"hd_id3145068\n"
-"1\n"
-"help.text"
-msgid "Select Database Range"
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"par_id3149655\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"bereichwaehlen\"><ahelp hid=\".uno:SelectDB\">Selects a database range that you defined under <link href=\"text/scalc/01/12010000.xhp\" name=\"Data - Define Range\">Data - Define Range</link>.</ahelp></variable>"
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"hd_id3153192\n"
-"3\n"
-"help.text"
-msgid "Ranges"
-msgstr ""
-
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"par_id3154684\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete Cells"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"bm_id3153726\n"
-"help.text"
-msgid "<bookmark_value>cells; deleting cells</bookmark_value><bookmark_value>columns; deleting</bookmark_value><bookmark_value>rows; deleting</bookmark_value><bookmark_value>spreadsheets; deleting cells</bookmark_value><bookmark_value>deleting;cells/rows/columns</bookmark_value>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3153726\n"
-"1\n"
-"help.text"
-msgid "Delete Cells"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3154490\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zellenloeschentext\"><ahelp hid=\".uno:DeleteCell\">Completely deletes selected cells, columns or rows. The cells below or to the right of the deleted cells will fill the space.</ahelp></variable> Note that the selected delete option is stored and reloaded when the dialog is next called."
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3149121\n"
-"3\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3150751\n"
-"4\n"
-"help.text"
-msgid "This area contains options for specifying how sheets are displayed after deleting cells."
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3155767\n"
-"5\n"
-"help.text"
-msgid "Shift cells up"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3153714\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3156382\n"
-"7\n"
-"help.text"
-msgid "Shift cells left"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3154702\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3146918\n"
-"9\n"
-"help.text"
-msgid "Delete entire row(s)"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3148487\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3155114\n"
-"11\n"
-"help.text"
-msgid "Delete entire column(s)"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3150086\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3166424\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page Break Preview"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"hd_id3151384\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"par_id3150792\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:PagebreakMode\">Display the page breaks and print ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode off.</ahelp>"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"par_id3153877\n"
-"13\n"
-"help.text"
-msgid "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"hd_id3154731\n"
-"14\n"
-"help.text"
-msgid "Delete All Manual Breaks"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"par_id3149400\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"hd_id3155067\n"
-"18\n"
-"help.text"
-msgid "Add Print Range"
-msgstr ""
-
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"par_id3155764\n"
-"19\n"
-"help.text"
-msgid "Adds the selected cells to print ranges."
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"tit\n"
-"help.text"
-msgid "TIME"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"bm_id3154073\n"
-"help.text"
-msgid "<bookmark_value>TIME function</bookmark_value>"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"hd_id3154073\n"
-"149\n"
-"help.text"
-msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3145762\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEIT\">TIME returns the current time value from values for hours, minutes and seconds.</ahelp> This function can be used to convert a time based on these three elements to a decimal time value."
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"hd_id3155550\n"
-"151\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3154584\n"
-"152\n"
-"help.text"
-msgid "TIME(Hour; Minute; Second)"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3152904\n"
-"153\n"
-"help.text"
-msgid "Use an integer to set the <emph>Hour</emph>."
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3151346\n"
-"154\n"
-"help.text"
-msgid "Use an integer to set the <emph>Minute</emph>."
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3151366\n"
-"155\n"
-"help.text"
-msgid "Use an integer to set the <emph>Second</emph>."
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"hd_id3145577\n"
-"156\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3156076\n"
-"157\n"
-"help.text"
-msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
-msgstr ""
-
-#: func_time.xhp
-msgctxt ""
-"func_time.xhp\n"
-"par_id3156090\n"
-"158\n"
-"help.text"
-msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"tit\n"
-"help.text"
-msgid "DAYS360"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"bm_id3148555\n"
-"help.text"
-msgid "<bookmark_value>DAYS360 function</bookmark_value>"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"hd_id3148555\n"
-"124\n"
-"help.text"
-msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"par_id3156032\n"
-"125\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"hd_id3155347\n"
-"126\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"par_id3155313\n"
-"127\n"
-"help.text"
-msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"par_id3145263\n"
-"128\n"
-"help.text"
-msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"par_id3151064\n"
-"129\n"
-"help.text"
-msgid "The optional argument <emph>Type</emph> determines the type of difference calculation. If Type = 0 or if the argument is missing, the US method (NASD, National Association of Securities Dealers) is used. If Type <> 0, the European method is used."
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"hd_id3148641\n"
-"130\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"par_id3156348\n"
-"132\n"
-"help.text"
-msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
-msgstr ""
-
-#: 12030000.xhp
-msgctxt ""
-"12030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sort"
-msgstr ""
-
-#: 12030000.xhp
-msgctxt ""
-"12030000.xhp\n"
-"hd_id3150275\n"
-"1\n"
-"help.text"
-msgid "Sort"
-msgstr ""
-
-#: 12030000.xhp
-msgctxt ""
-"12030000.xhp\n"
-"par_id3155922\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognizes and selects database ranges."
-msgstr ""
-
-#: 12030000.xhp
-msgctxt ""
-"12030000.xhp\n"
-"par_id3147428\n"
-"4\n"
-"help.text"
-msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
-msgstr ""
-
-#: 05080200.xhp
-msgctxt ""
-"05080200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove"
-msgstr ""
-
-#: 05080200.xhp
-msgctxt ""
-"05080200.xhp\n"
-"hd_id3153562\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
-msgstr ""
-
-#: 05080200.xhp
-msgctxt ""
-"05080200.xhp\n"
-"par_id3148550\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fill Series"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3148664\n"
-"1\n"
-"help.text"
-msgid "Fill Series"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3148797\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3146976\n"
-"41\n"
-"help.text"
-msgid "Before filling a series, first select the cell range."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3145748\n"
-"3\n"
-"help.text"
-msgid "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialog."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3147435\n"
-"4\n"
-"help.text"
-msgid "Direction"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3154729\n"
-"5\n"
-"help.text"
-msgid "Determines the direction of series creation."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3145253\n"
-"6\n"
-"help.text"
-msgid "Down"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3155418\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\">Creates a downward series in the selected cell range for the column using the defined increment to the end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3155738\n"
-"8\n"
-"help.text"
-msgid "Right"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3149402\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\">Creates a series running from left to right within the selected cell range using the defined increment to the end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3146972\n"
-"10\n"
-"help.text"
-msgid "Up"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3153711\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\">Creates an upward series in the cell range of the column using the defined increment to the end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3153764\n"
-"12\n"
-"help.text"
-msgid "Left"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3156382\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\">Creates a series running from right to left in the selected cell range using the defined increment to the end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3147344\n"
-"14\n"
-"help.text"
-msgid "Series Type"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3149257\n"
-"15\n"
-"help.text"
-msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3148488\n"
-"16\n"
-"help.text"
-msgid "Linear"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3159238\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3149210\n"
-"18\n"
-"help.text"
-msgid "Growth"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3150364\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3149528\n"
-"20\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3150887\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3150202\n"
-"22\n"
-"help.text"
-msgid "AutoFill"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3156288\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3155811\n"
-"24\n"
-"help.text"
-msgid "AutoFill tries to complete a value series by using a defined pattern. The series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and time series are completed accordingly; for example, after 01.01.99 and 15.01.99, an interval of 14 days is used."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3148700\n"
-"25\n"
-"help.text"
-msgid "Unit of Time"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3153308\n"
-"26\n"
-"help.text"
-msgid "In this area you can specify the desired unit of time. This area is only active if the <emph>Date</emph> option has been chosen in the <emph>Series type</emph> area."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3148868\n"
-"27\n"
-"help.text"
-msgid "Day"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3148605\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3144771\n"
-"29\n"
-"help.text"
-msgid "Weekday"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3150108\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3154957\n"
-"31\n"
-"help.text"
-msgid "Month"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3149126\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3152870\n"
-"33\n"
-"help.text"
-msgid "Year"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3151300\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3154762\n"
-"35\n"
-"help.text"
-msgid "Start Value"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3149381\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3153013\n"
-"37\n"
-"help.text"
-msgid "End Value"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3153487\n"
-"38\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"hd_id3149312\n"
-"39\n"
-"help.text"
-msgid "Increment"
-msgstr ""
-
-#: 02140600.xhp
-msgctxt ""
-"02140600.xhp\n"
-"par_id3154739\n"
-"40\n"
-"help.text"
-msgid "The term \"increment\" denotes the amount by which a given value increases.<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\"> Determines the value by which the series of the selected type increases by each step.</ahelp> Entries can only be made if the linear, growth or date series types have been selected."
-msgstr ""
-
-#: 12120000.xhp
-msgctxt ""
-"12120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Validity"
-msgstr ""
-
-#: 12120000.xhp
-msgctxt ""
-"12120000.xhp\n"
-"hd_id3156347\n"
-"1\n"
-"help.text"
-msgid "Validity"
-msgstr ""
-
-#: 12120000.xhp
-msgctxt ""
-"12120000.xhp\n"
-"par_id3153252\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
-msgstr ""
-
-#: 12120000.xhp
-msgctxt ""
-"12120000.xhp\n"
-"par_idN105D1\n"
-"help.text"
-msgid "You can also insert a list box from the Controls toolbar and link the list box to a cell. This way you can specify the valid values on the <link href=\"text/shared/02/01170102.xhp\">Data</link> page of the list box properties window."
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Formula Bar"
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"bm_id3147264\n"
-"help.text"
-msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"hd_id3147264\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"par_id3156423\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulas.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"par_id3154686\n"
-"4\n"
-"help.text"
-msgid "To hide the Formula Bar, unmark the menu item."
-msgstr ""
-
-#: 03090000.xhp
-msgctxt ""
-"03090000.xhp\n"
-"par_id3145787\n"
-"3\n"
-"help.text"
-msgid "If the Formula Bar is hidden, you can still edit cells by activating the edit mode with F2. After editing cells, accept the changes by pressing Enter, or discard entries by pressing Esc. Esc is also used to exit the edit mode."
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Value Highlighting"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"bm_id3151384\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"hd_id3151384\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"par_id3154366\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"par_id3125863\n"
-"help.text"
-msgid "To remove the highlighting, unmark the menu entry."
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"par_id3145785\n"
-"help.text"
-msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
-msgstr ""
-
-#: 03080000.xhp
-msgctxt ""
-"03080000.xhp\n"
-"par_id3153188\n"
-"help.text"
-msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"tit\n"
-"help.text"
-msgid "Financial Functions Part Three"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3146780\n"
-"1\n"
-"help.text"
-msgid "Financial Functions Part Three"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3145112\n"
-"help.text"
-msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3145112\n"
-"71\n"
-"help.text"
-msgid "ODDFPRICE"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147250\n"
-"72\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153074\n"
-"73\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146098\n"
-"74\n"
-"help.text"
-msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153337\n"
-"75\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149051\n"
-"76\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147297\n"
-"77\n"
-"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150393\n"
-"78\n"
-"help.text"
-msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147402\n"
-"79\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151387\n"
-"80\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153023\n"
-"81\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150539\n"
-"82\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3157871\n"
-"help.text"
-msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3157871\n"
-"87\n"
-"help.text"
-msgid "ODDFYIELD"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147414\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150651\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152982\n"
-"90\n"
-"help.text"
-msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3157906\n"
-"91\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150026\n"
-"92\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149012\n"
-"93\n"
-"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148725\n"
-"94\n"
-"help.text"
-msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150465\n"
-"95\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146940\n"
-"96\n"
-"help.text"
-msgid "<emph>Price</emph> is the price of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149893\n"
-"97\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148888\n"
-"98\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3153933\n"
-"help.text"
-msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153933\n"
-"103\n"
-"help.text"
-msgid "ODDLPRICE"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145145\n"
-"104\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3152784\n"
-"105\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155262\n"
-"106\n"
-"help.text"
-msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149689\n"
-"107\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148753\n"
-"108\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150861\n"
-"109\n"
-"help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155831\n"
-"110\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153328\n"
-"111\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149186\n"
-"112\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149726\n"
-"113\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153111\n"
-"114\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152999\n"
-"115\n"
-"help.text"
-msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148567\n"
-"116\n"
-"help.text"
-msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150332\n"
-"117\n"
-"help.text"
-msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3153564\n"
-"help.text"
-msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153564\n"
-"118\n"
-"help.text"
-msgid "ODDLYIELD"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3158002\n"
-"119\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3147366\n"
-"120\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150018\n"
-"121\n"
-"help.text"
-msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159132\n"
-"122\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150134\n"
-"123\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145245\n"
-"124\n"
-"help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151014\n"
-"125\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149003\n"
-"126\n"
-"help.text"
-msgid "<emph>Price</emph> is the price of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148880\n"
-"127\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155622\n"
-"128\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3145303\n"
-"129\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145350\n"
-"130\n"
-"help.text"
-msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3157990\n"
-"131\n"
-"help.text"
-msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150572\n"
-"132\n"
-"help.text"
-msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3148768\n"
-"help.text"
-msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148768\n"
-"222\n"
-"help.text"
-msgid "VDB"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154636\n"
-"223\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155519\n"
-"224\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149025\n"
-"225\n"
-"help.text"
-msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150692\n"
-"226\n"
-"help.text"
-msgid "<emph>Cost</emph> is the initial value of an asset."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155369\n"
-"227\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154954\n"
-"228\n"
-"help.text"
-msgid "<emph>Life</emph> is the depreciation duration of the asset."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152817\n"
-"229\n"
-"help.text"
-msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153221\n"
-"230\n"
-"help.text"
-msgid "<emph>End</emph> is the end of the depreciation."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147536\n"
-"231\n"
-"help.text"
-msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154865\n"
-"232\n"
-"help.text"
-msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN10A0D\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148429\n"
-"233\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153927\n"
-"234\n"
-"help.text"
-msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155991\n"
-"235\n"
-"help.text"
-msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3147485\n"
-"help.text"
-msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3147485\n"
-"193\n"
-"help.text"
-msgid "XIRR"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145614\n"
-"194\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN10E62\n"
-"help.text"
-msgid "If the payments take place at regular intervals, use the IRR function."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3146149\n"
-"195\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149826\n"
-"196\n"
-"help.text"
-msgid "XIRR(Values; Dates; Guess)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3163821\n"
-"197\n"
-"help.text"
-msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149708\n"
-"198\n"
-"help.text"
-msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3145085\n"
-"199\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149273\n"
-"200\n"
-"help.text"
-msgid "Calculation of the internal rate of return for the following five payments:"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155838\n"
-"305\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152934\n"
-"306\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154638\n"
-"307\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147083\n"
-"308\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151187\n"
-"309\n"
-"help.text"
-msgid "2001-01-01"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145212\n"
-"201\n"
-"help.text"
-msgid "-<item type=\"input\">10000</item>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146856\n"
-"202\n"
-"help.text"
-msgid "<item type=\"input\">Received</item>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153277\n"
-"310\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154052\n"
-"203\n"
-"help.text"
-msgid "2001-01-02"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151297\n"
-"204\n"
-"help.text"
-msgid "<item type=\"input\">2000</item>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149985\n"
-"205\n"
-"help.text"
-msgid "<item type=\"input\">Deposited</item>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154744\n"
-"311\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153151\n"
-"206\n"
-"help.text"
-msgid "2001-03-15"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145657\n"
-"207\n"
-"help.text"
-msgid "2500"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155101\n"
-"312\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146894\n"
-"208\n"
-"help.text"
-msgid "2001-05-12"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3143231\n"
-"209\n"
-"help.text"
-msgid "5000"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156012\n"
-"313\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149758\n"
-"210\n"
-"help.text"
-msgid "2001-08-10"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147495\n"
-"211\n"
-"help.text"
-msgid "1000"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152793\n"
-"212\n"
-"help.text"
-msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3149198\n"
-"help.text"
-msgid "<bookmark_value>XNPV function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149198\n"
-"213\n"
-"help.text"
-msgid "XNPV"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153904\n"
-"214\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN11138\n"
-"help.text"
-msgid "If the payments take place at regular intervals, use the NPV function."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155323\n"
-"215\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150117\n"
-"216\n"
-"help.text"
-msgid "XNPV(Rate; Values; Dates)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153100\n"
-"217\n"
-"help.text"
-msgid "<emph>Rate</emph> is the internal rate of return for the payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155395\n"
-"218\n"
-"help.text"
-msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148832\n"
-"219\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150525\n"
-"220\n"
-"help.text"
-msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149910\n"
-"221\n"
-"help.text"
-msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3148822\n"
-"help.text"
-msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148822\n"
-"237\n"
-"help.text"
-msgid "RRI"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154293\n"
-"238\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148444\n"
-"239\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148804\n"
-"240\n"
-"help.text"
-msgid "RRI(P; PV; FV)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154901\n"
-"241\n"
-"help.text"
-msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159149\n"
-"242\n"
-"help.text"
-msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149771\n"
-"243\n"
-"help.text"
-msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148941\n"
-"244\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154212\n"
-"245\n"
-"help.text"
-msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150775\n"
-"246\n"
-"help.text"
-msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145413\n"
-"247\n"
-"help.text"
-msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3154267\n"
-"help.text"
-msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3154267\n"
-"249\n"
-"help.text"
-msgid "RATE"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151052\n"
-"250\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3154272\n"
-"251\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3158423\n"
-"252\n"
-"help.text"
-msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148910\n"
-"253\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148925\n"
-"254\n"
-"help.text"
-msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149160\n"
-"255\n"
-"help.text"
-msgid "<emph>PV</emph> is the cash value in the sequence of payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3166456\n"
-"256\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153243\n"
-"257\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146949\n"
-"258\n"
-"help.text"
-msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN10E2A\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149791\n"
-"259\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150706\n"
-"260\n"
-"help.text"
-msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155586\n"
-"261\n"
-"help.text"
-msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3149106\n"
-"help.text"
-msgid "<bookmark_value>INTRATE function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149106\n"
-"60\n"
-"help.text"
-msgid "INTRATE"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149918\n"
-"61\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149974\n"
-"62\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149800\n"
-"63\n"
-"help.text"
-msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148618\n"
-"64\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148988\n"
-"65\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security is sold."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154604\n"
-"66\n"
-"help.text"
-msgid "<emph>Investment</emph> is the purchase price."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154337\n"
-"67\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the selling price."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3145380\n"
-"68\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149426\n"
-"69\n"
-"help.text"
-msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151125\n"
-"70\n"
-"help.text"
-msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3148654\n"
-"help.text"
-msgid "<bookmark_value>COUPNCD function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148654\n"
-"163\n"
-"help.text"
-msgid "COUPNCD"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149927\n"
-"164\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153317\n"
-"165\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150423\n"
-"166\n"
-"help.text"
-msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150628\n"
-"167\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153536\n"
-"168\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145313\n"
-"169\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155424\n"
-"170\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154794\n"
-"171\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159251\n"
-"172\n"
-"help.text"
-msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3143281\n"
-"help.text"
-msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3143281\n"
-"143\n"
-"help.text"
-msgid "COUPDAYS"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149488\n"
-"144\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148685\n"
-"145\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149585\n"
-"146\n"
-"help.text"
-msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152767\n"
-"147\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151250\n"
-"148\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146126\n"
-"149\n"
-"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153705\n"
-"150\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147530\n"
-"151\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156338\n"
-"152\n"
-"help.text"
-msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3154832\n"
-"help.text"
-msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3154832\n"
-"153\n"
-"help.text"
-msgid "COUPDAYSNC"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147100\n"
-"154\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3151312\n"
-"155\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155121\n"
-"156\n"
-"help.text"
-msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3158440\n"
-"157\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146075\n"
-"158\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154620\n"
-"159\n"
-"help.text"
-msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155604\n"
-"160\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148671\n"
-"161\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156158\n"
-"162\n"
-"help.text"
-msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3150408\n"
-"help.text"
-msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150408\n"
-"133\n"
-"help.text"
-msgid "COUPDAYBS"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146795\n"
-"134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3156142\n"
-"135\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159083\n"
-"136\n"
-"help.text"
-msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146907\n"
-"137\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159390\n"
-"138\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154414\n"
-"139\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153880\n"
-"140\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150592\n"
-"141\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151103\n"
-"142\n"
-"help.text"
-msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3152957\n"
-"help.text"
-msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3152957\n"
-"183\n"
-"help.text"
-msgid "COUPPCD"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153678\n"
-"184\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3156269\n"
-"185\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153790\n"
-"186\n"
-"help.text"
-msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150989\n"
-"187\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154667\n"
-"188\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154569\n"
-"189\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150826\n"
-"190\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148968\n"
-"191\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149992\n"
-"192\n"
-"help.text"
-msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3150673\n"
-"help.text"
-msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150673\n"
-"173\n"
-"help.text"
-msgid "COUPNUM"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154350\n"
-"174\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148400\n"
-"175\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153200\n"
-"176\n"
-"help.text"
-msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3159406\n"
-"177\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155864\n"
-"178\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154720\n"
-"179\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149319\n"
-"180\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152460\n"
-"181\n"
-"help.text"
-msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150640\n"
-"182\n"
-"help.text"
-msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3149339\n"
-"help.text"
-msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149339\n"
-"263\n"
-"help.text"
-msgid "IPMT"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154522\n"
-"264\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153266\n"
-"265\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151283\n"
-"266\n"
-"help.text"
-msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147313\n"
-"267\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145158\n"
-"268\n"
-"help.text"
-msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147577\n"
-"269\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156211\n"
-"270\n"
-"help.text"
-msgid "<emph>PV</emph> is the present cash value in sequence of payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151213\n"
-"271\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154195\n"
-"272\n"
-"help.text"
-msgid "<emph>Type</emph> is the due date for the periodic payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150102\n"
-"273\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149438\n"
-"274\n"
-"help.text"
-msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150496\n"
-"275\n"
-"help.text"
-msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3151205\n"
-"help.text"
-msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3151205\n"
-"277\n"
-"help.text"
-msgid "FV"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154140\n"
-"278\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155178\n"
-"279\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145215\n"
-"280\n"
-"help.text"
-msgid "FV(Rate; NPer; Pmt; PV; Type)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155136\n"
-"281\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156029\n"
-"282\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3151322\n"
-"283\n"
-"help.text"
-msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145256\n"
-"284\n"
-"help.text"
-msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150999\n"
-"285\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN114D8\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3146800\n"
-"286\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146813\n"
-"287\n"
-"help.text"
-msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149302\n"
-"288\n"
-"help.text"
-msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3155912\n"
-"help.text"
-msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155912\n"
-"51\n"
-"help.text"
-msgid "FVSCHEDULE"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3163726\n"
-"52\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149571\n"
-"53\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148891\n"
-"54\n"
-"help.text"
-msgid "FVSCHEDULE(Principal; Schedule)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148904\n"
-"55\n"
-"help.text"
-msgid "<emph>Principal</emph> is the starting capital."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148562\n"
-"56\n"
-"help.text"
-msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3147288\n"
-"57\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3148638\n"
-"58\n"
-"help.text"
-msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156358\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3156435\n"
-"help.text"
-msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3156435\n"
-"290\n"
-"help.text"
-msgid "NPER"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3152363\n"
-"291\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3147216\n"
-"292\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155934\n"
-"293\n"
-"help.text"
-msgid "NPER(Rate; Pmt; PV; FV; Type)"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155946\n"
-"294\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149042\n"
-"295\n"
-"help.text"
-msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153134\n"
-"296\n"
-"help.text"
-msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3154398\n"
-"297\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3145127\n"
-"298\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_idN1166C\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155795\n"
-"299\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147378\n"
-"300\n"
-"help.text"
-msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3156171\n"
-"301\n"
-"help.text"
-msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150309\n"
-"314\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3153163\n"
-"315\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"tit\n"
-"help.text"
-msgid "Array Functions"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3147273\n"
-"help.text"
-msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3147273\n"
-"1\n"
-"help.text"
-msgid "Array Functions"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154744\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3146084\n"
-"257\n"
-"help.text"
-msgid "What is an Array?"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154298\n"
-"258\n"
-"help.text"
-msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values. </variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154692\n"
-"260\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150117\n"
-"261\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155325\n"
-"262\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153104\n"
-"263\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146996\n"
-"264\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150529\n"
-"265\n"
-"help.text"
-msgid "<item type=\"input\">31</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148831\n"
-"266\n"
-"help.text"
-msgid "<item type=\"input\">33</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148943\n"
-"267\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149771\n"
-"268\n"
-"help.text"
-msgid "<item type=\"input\">95</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158407\n"
-"269\n"
-"help.text"
-msgid "<item type=\"input\">17</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148806\n"
-"270\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154904\n"
-"271\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150779\n"
-"272\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148449\n"
-"273\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147238\n"
-"274\n"
-"help.text"
-msgid "<item type=\"input\">50</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153583\n"
-"277\n"
-"help.text"
-msgid "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3148474\n"
-"275\n"
-"help.text"
-msgid "What is an array formula?"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155355\n"
-"276\n"
-"help.text"
-msgid "A formula in which the individual values in a cell range are evaluated is referred to as an array formula. The difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151052\n"
-"278\n"
-"help.text"
-msgid "Not only can an array formula process several values, but it can also return several values. The results of an array formula is also an array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158432\n"
-"279\n"
-"help.text"
-msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149156\n"
-"280\n"
-"help.text"
-msgid "In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) and comparisons (=, <>, <, >, <=, >=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166456\n"
-"326\n"
-"help.text"
-msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3150713\n"
-"281\n"
-"help.text"
-msgid "When do you use array formulas?"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149787\n"
-"282\n"
-"help.text"
-msgid "Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">make the required change to the array formula</link>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149798\n"
-"283\n"
-"help.text"
-msgid "Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3155588\n"
-"284\n"
-"help.text"
-msgid "Using Array Formulas in $[officename] Calc"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152876\n"
-"285\n"
-"help.text"
-msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3151271\n"
-"313\n"
-"help.text"
-msgid "Creating Array Formulas"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149102\n"
-"314\n"
-"help.text"
-msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153392\n"
-"4\n"
-"help.text"
-msgid "If you enter the array formula directly into the cell, you must use the key combination Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151120\n"
-"315\n"
-"help.text"
-msgid "Array formulas appear in braces in $[officename] Calc. You cannot create array formulas by manually entering the braces."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154342\n"
-"5\n"
-"help.text"
-msgid "The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id8834803\n"
-"help.text"
-msgid "Using Inline Array Constants in Formulas"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id985747\n"
-"help.text"
-msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id936613\n"
-"help.text"
-msgid "The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id1877498\n"
-"help.text"
-msgid "Arrays can not be nested."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id4262520\n"
-"help.text"
-msgid "<emph>Examples:</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id9387493\n"
-"help.text"
-msgid "={1;2;3}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id8207037\n"
-"help.text"
-msgid "An array with one row consisting of the three numbers 1, 2, and 3."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id6757103\n"
-"help.text"
-msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id8868068\n"
-"help.text"
-msgid "={1;2;3|4;5;6}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id6626483\n"
-"help.text"
-msgid "An array with two rows and three values in each row."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id5262916\n"
-"help.text"
-msgid "={0;1;2|FALSE;TRUE;\"two\"}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id1623889\n"
-"help.text"
-msgid "A mixed data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id7781914\n"
-"help.text"
-msgid "=SIN({1;2;3})"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id300912\n"
-"help.text"
-msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3148660\n"
-"316\n"
-"help.text"
-msgid "Editing Array Formulas"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149241\n"
-"317\n"
-"help.text"
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3143274\n"
-"318\n"
-"help.text"
-msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154798\n"
-"319\n"
-"help.text"
-msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150628\n"
-"334\n"
-"help.text"
-msgid "You can format the separate parts of an array. For example, you can change the font color. Select a cell range and then change the attribute you want."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3145608\n"
-"320\n"
-"help.text"
-msgid "Copying Array Formulas"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149585\n"
-"321\n"
-"help.text"
-msgid "Select the cell range or array containing the array formula."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154619\n"
-"322\n"
-"help.text"
-msgid "Either press F2 or position the cursor in the input line."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150994\n"
-"323\n"
-"help.text"
-msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146787\n"
-"324\n"
-"help.text"
-msgid "Select a range of cells where you want to insert the array formula and either press F2 or position the cursor in the input line."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154419\n"
-"325\n"
-"help.text"
-msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The selected range now contains the array formula."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3154834\n"
-"328\n"
-"help.text"
-msgid "Adjusting an Array Range"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148679\n"
-"329\n"
-"help.text"
-msgid "If you want to edit the output array, do the following:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151102\n"
-"330\n"
-"help.text"
-msgid "Select the cell range or array containing the array formula."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147096\n"
-"331\n"
-"help.text"
-msgid "Below the selection, to the right, you will see a small icon with which you can zoom in or out on the range using your mouse."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150974\n"
-"332\n"
-"help.text"
-msgid "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146080\n"
-"333\n"
-"help.text"
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D47\n"
-"help.text"
-msgid "Conditional Array Calculations"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D4B\n"
-"help.text"
-msgid "A conditional array calculation is an array or matrix formula that includes an IF() or CHOOSE() function. The condition argument in the formula is an area reference or a matrix result."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D4E\n"
-"help.text"
-msgid "In the following example, the >0 test of the {=IF(A1:A3>0;\"yes\";\"no\")} formula is applied to each cell in the range A1:A3 and the result is copied to the corresponding cell."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D65\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D6B\n"
-"help.text"
-msgid "B (formula)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10B75\n"
-"help.text"
-msgid "B (result)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D79\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D80\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D86\n"
-"help.text"
-msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D8C\n"
-"help.text"
-msgid "yes"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D94\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D9B\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DA1\n"
-"help.text"
-msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DA7\n"
-"help.text"
-msgid "no"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DAF\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DB6\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DBC\n"
-"help.text"
-msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DC2\n"
-"help.text"
-msgid "yes"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DD0\n"
-"help.text"
-msgid "The following functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as arguments when you call one of these functions, the functions behave as array functions. The following table provides an example of forced array handling:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DE2\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DE8\n"
-"help.text"
-msgid "B (formula)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DEE\n"
-"help.text"
-msgid "B (result)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DF4\n"
-"help.text"
-msgid "C (forced array formula)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10DFA\n"
-"help.text"
-msgid "C (result)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E02\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E09\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E0F\n"
-"help.text"
-msgid "=A1:A2+1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E17\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E1D\n"
-"help.text"
-msgid "=SUMPRODUCT(A1:A2+1)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E25\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E2D\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E34\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E3A\n"
-"help.text"
-msgid "=A1:A2+1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E42\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E48\n"
-"help.text"
-msgid "=SUMPRODUCT(A1:A2+1)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E50\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E58\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E63\n"
-"help.text"
-msgid "=A1:A2+1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E6A\n"
-"help.text"
-msgid "#VALUE!"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E70\n"
-"help.text"
-msgid "=SUMPRODUCT(A1:A2+1)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10E78\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3158446\n"
-"help.text"
-msgid "<bookmark_value>MUNIT function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3158446\n"
-"12\n"
-"help.text"
-msgid "MUNIT"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154121\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3155123\n"
-"14\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156271\n"
-"15\n"
-"help.text"
-msgid "MUNIT(Dimensions)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159390\n"
-"16\n"
-"help.text"
-msgid "<emph>Dimensions</emph> refers to the size of the array unit."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10C9B\n"
-"help.text"
-msgid "You can find a general introduction to Array functions at the top of this page."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3156162\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150949\n"
-"18\n"
-"help.text"
-msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151260\n"
-"19\n"
-"help.text"
-msgid "Without deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter the desired dimensions for the array unit, in this case <item type=\"input\">5</item>, and click <emph>OK</emph>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150403\n"
-"20\n"
-"help.text"
-msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156143\n"
-"21\n"
-"help.text"
-msgid "You now see a unit array with a range of A1:E5."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10FA7\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3159084\n"
-"help.text"
-msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3159084\n"
-"22\n"
-"help.text"
-msgid "FREQUENCY"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145777\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3153347\n"
-"24\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155498\n"
-"25\n"
-"help.text"
-msgid "FREQUENCY(Data; Classes)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154352\n"
-"26\n"
-"help.text"
-msgid "<emph>Data</emph> represents the reference to the values to be counted."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148402\n"
-"27\n"
-"help.text"
-msgid "<emph>Classes</emph> represents the array of the limit values."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN10D71\n"
-"help.text"
-msgid "You can find a general introduction to Array functions at the top of this page."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3148981\n"
-"28\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155904\n"
-"219\n"
-"help.text"
-msgid "In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155869\n"
-"220\n"
-"help.text"
-msgid "<emph>A</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149328\n"
-"221\n"
-"help.text"
-msgid "<emph>B</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152467\n"
-"222\n"
-"help.text"
-msgid "<emph>C</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154528\n"
-"223\n"
-"help.text"
-msgid "<emph>1</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149744\n"
-"224\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147309\n"
-"225\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154199\n"
-"226\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159218\n"
-"227\n"
-"help.text"
-msgid "<emph>2</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153263\n"
-"228\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156201\n"
-"229\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147552\n"
-"230\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149174\n"
-"231\n"
-"help.text"
-msgid "<emph>3</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151201\n"
-"232\n"
-"help.text"
-msgid "24"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150245\n"
-"233\n"
-"help.text"
-msgid "15"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159194\n"
-"234\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146925\n"
-"235\n"
-"help.text"
-msgid "<emph>4</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154128\n"
-"236\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151067\n"
-"237\n"
-"help.text"
-msgid "20"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156033\n"
-"238\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149298\n"
-"239\n"
-"help.text"
-msgid "<emph>5</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151382\n"
-"240\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155141\n"
-"241\n"
-"help.text"
-msgid "25"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145213\n"
-"242\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145268\n"
-"243\n"
-"help.text"
-msgid "<emph>6</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163724\n"
-"244\n"
-"help.text"
-msgid "20"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147132\n"
-"245\n"
-"help.text"
-msgid ">25"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148903\n"
-"246\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3151007\n"
-"247\n"
-"help.text"
-msgid "<emph>7</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153294\n"
-"248\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147284\n"
-"249\n"
-"help.text"
-msgid "<emph>8</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154914\n"
-"250\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154218\n"
-"251\n"
-"help.text"
-msgid "<emph>9</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3147226\n"
-"252\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149045\n"
-"253\n"
-"help.text"
-msgid "<emph>10</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155799\n"
-"254\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155076\n"
-"255\n"
-"help.text"
-msgid "<emph>11</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150217\n"
-"256\n"
-"help.text"
-msgid "33"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150312\n"
-"29\n"
-"help.text"
-msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11269\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3151030\n"
-"help.text"
-msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3151030\n"
-"31\n"
-"help.text"
-msgid "MDETERM"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154073\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MDET\">Returns the array determinant of an array.</ahelp> This function returns a value in the current cell; it is not necessary to define a range for the results."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3156366\n"
-"33\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156380\n"
-"34\n"
-"help.text"
-msgid "MDETERM(Array)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150290\n"
-"35\n"
-"help.text"
-msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11035\n"
-"help.text"
-msgid "You can find a general introduction to using Array functions on top of this page."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11333\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3151348\n"
-"help.text"
-msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3151348\n"
-"39\n"
-"help.text"
-msgid "MINVERSE"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145569\n"
-"40\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3156072\n"
-"41\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3156085\n"
-"42\n"
-"help.text"
-msgid "MINVERSE(Array)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3157849\n"
-"43\n"
-"help.text"
-msgid "<emph>Array</emph> represents a square array that is to be inverted."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN113EE\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3157868\n"
-"44\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3149638\n"
-"45\n"
-"help.text"
-msgid "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3148546\n"
-"help.text"
-msgid "<bookmark_value>MMULT function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3148546\n"
-"47\n"
-"help.text"
-msgid "MMULT"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3148518\n"
-"48\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3146767\n"
-"49\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150798\n"
-"50\n"
-"help.text"
-msgid "MMULT(Array; Array)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3150812\n"
-"51\n"
-"help.text"
-msgid "<emph>Array</emph> at first place represents the first array used in the array product."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152553\n"
-"52\n"
-"help.text"
-msgid "<emph>Array</emph> at second place represents the second array with the same number of rows."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN114C3\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3152574\n"
-"53\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146826\n"
-"54\n"
-"help.text"
-msgid "Select a square range. Choose the MMULT function. Select the first <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3154970\n"
-"help.text"
-msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3154970\n"
-"56\n"
-"help.text"
-msgid "TRANSPOSE"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155276\n"
-"57\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3155294\n"
-"58\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153843\n"
-"59\n"
-"help.text"
-msgid "TRANSPOSE(Array)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153857\n"
-"60\n"
-"help.text"
-msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN115A5\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3159352\n"
-"61\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159366\n"
-"62\n"
-"help.text"
-msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3109846\n"
-"help.text"
-msgid "<bookmark_value>LINEST function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3109846\n"
-"64\n"
-"help.text"
-msgid "LINEST"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144733\n"
-"65\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3152825\n"
-"66\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152839\n"
-"67\n"
-"help.text"
-msgid "LINEST(data_Y; data_X; linearType; stats)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152853\n"
-"68\n"
-"help.text"
-msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154428\n"
-"69\n"
-"help.text"
-msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id0811200804502119\n"
-"help.text"
-msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154448\n"
-"70\n"
-"help.text"
-msgid "if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154142\n"
-"71\n"
-"help.text"
-msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id0811200804502261\n"
-"help.text"
-msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11416\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN116C6\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3154162\n"
-"72\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154176\n"
-"73\n"
-"help.text"
-msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155468\n"
-"74\n"
-"help.text"
-msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3155491\n"
-"75\n"
-"help.text"
-msgid "Other LINEST Results:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159291\n"
-"76\n"
-"help.text"
-msgid "Examine the following examples:"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3157922\n"
-"77\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3157945\n"
-"78\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152486\n"
-"79\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152509\n"
-"80\n"
-"help.text"
-msgid "D"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152532\n"
-"81\n"
-"help.text"
-msgid "E"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153431\n"
-"82\n"
-"help.text"
-msgid "F"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3153454\n"
-"83\n"
-"help.text"
-msgid "G"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3154995\n"
-"84\n"
-"help.text"
-msgid "<emph>1</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155021\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">x1</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155044\n"
-"86\n"
-"help.text"
-msgid "<item type=\"input\">x2</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163734\n"
-"87\n"
-"help.text"
-msgid "<item type=\"input\">y</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163766\n"
-"88\n"
-"help.text"
-msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145686\n"
-"89\n"
-"help.text"
-msgid "<emph>2</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145713\n"
-"90\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145736\n"
-"91\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159427\n"
-"92\n"
-"help.text"
-msgid "<item type=\"input\">100</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159460\n"
-"93\n"
-"help.text"
-msgid "<item type=\"input\">4,17</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159483\n"
-"94\n"
-"help.text"
-msgid "-<item type=\"input\">3,48</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152381\n"
-"95\n"
-"help.text"
-msgid "<item type=\"input\">82,33</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152408\n"
-"96\n"
-"help.text"
-msgid "<emph>3</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152435\n"
-"97\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152458\n"
-"98\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155652\n"
-"99\n"
-"help.text"
-msgid "<item type=\"input\">105</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155684\n"
-"100\n"
-"help.text"
-msgid "<item type=\"input\">5,46</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155707\n"
-"101\n"
-"help.text"
-msgid "<item type=\"input\">10,96</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3155730\n"
-"102\n"
-"help.text"
-msgid "<item type=\"input\">9,35</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159506\n"
-"103\n"
-"help.text"
-msgid "<emph>4</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159533\n"
-"104\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159556\n"
-"105\n"
-"help.text"
-msgid "<item type=\"input\">11</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159579\n"
-"106\n"
-"help.text"
-msgid "<item type=\"input\">104</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3159611\n"
-"107\n"
-"help.text"
-msgid "<item type=\"input\">0,87</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152606\n"
-"108\n"
-"help.text"
-msgid "<item type=\"input\">5,06</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152629\n"
-"109\n"
-"help.text"
-msgid "<item type=\"input\">#NA</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152655\n"
-"110\n"
-"help.text"
-msgid "<emph>5</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152682\n"
-"111\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152705\n"
-"112\n"
-"help.text"
-msgid "<item type=\"input\">12</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3152728\n"
-"113\n"
-"help.text"
-msgid "<item type=\"input\">108</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144352\n"
-"114\n"
-"help.text"
-msgid "<item type=\"input\">13,21</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144375\n"
-"115\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144398\n"
-"116\n"
-"help.text"
-msgid "<item type=\"input\">#NA</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144425\n"
-"117\n"
-"help.text"
-msgid "<emph>6</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144452\n"
-"118\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144475\n"
-"119\n"
-"help.text"
-msgid "<item type=\"input\">15</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144498\n"
-"120\n"
-"help.text"
-msgid "<item type=\"input\">111</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158233\n"
-"121\n"
-"help.text"
-msgid "<item type=\"input\">675,45</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158256\n"
-"122\n"
-"help.text"
-msgid "<item type=\"input\">102,26</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158279\n"
-"123\n"
-"help.text"
-msgid "<item type=\"input\">#NA</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158306\n"
-"124\n"
-"help.text"
-msgid "<emph>7</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158333\n"
-"125\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158356\n"
-"126\n"
-"help.text"
-msgid "<item type=\"input\">17</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158379\n"
-"127\n"
-"help.text"
-msgid "<item type=\"input\">120</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144560\n"
-"128\n"
-"help.text"
-msgid "<emph>8</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144586\n"
-"129\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144609\n"
-"130\n"
-"help.text"
-msgid "<item type=\"input\">19</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144632\n"
-"131\n"
-"help.text"
-msgid "<item type=\"input\">133</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144687\n"
-"132\n"
-"help.text"
-msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158020\n"
-"133\n"
-"help.text"
-msgid "<emph>data_Y</emph> is C2:C8"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158039\n"
-"134\n"
-"help.text"
-msgid "<emph>data_X</emph> is A2:B8"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158058\n"
-"135\n"
-"help.text"
-msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158084\n"
-"136\n"
-"help.text"
-msgid "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158106\n"
-"137\n"
-"help.text"
-msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158128\n"
-"138\n"
-"help.text"
-msgid "<emph>This represents the calculated LINEST values:</emph>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3158146\n"
-"help.text"
-msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158146\n"
-"139\n"
-"help.text"
-msgid "E2 and F2: Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in F2."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158184\n"
-"140\n"
-"help.text"
-msgid "G2: Intersection b with the y axis."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3158204\n"
-"help.text"
-msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3158204\n"
-"141\n"
-"help.text"
-msgid "E3 and F3: The standard error of the slope value."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145845\n"
-"142\n"
-"help.text"
-msgid "G3: The standard error of the intercept"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3145859\n"
-"help.text"
-msgid "<bookmark_value>RSQ calculations</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145859\n"
-"143\n"
-"help.text"
-msgid "E4: RSQ"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145880\n"
-"144\n"
-"help.text"
-msgid "F4: The standard error of the regression calculated for the Y value."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145894\n"
-"145\n"
-"help.text"
-msgid "E5: The F value from the variance analysis."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145915\n"
-"146\n"
-"help.text"
-msgid "F5: The degrees of freedom from the variance analysis."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145937\n"
-"147\n"
-"help.text"
-msgid "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145952\n"
-"148\n"
-"help.text"
-msgid "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B04\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id1596728\n"
-"help.text"
-msgid "<bookmark_value>LOGEST function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3146009\n"
-"150\n"
-"help.text"
-msgid "LOGEST"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3146037\n"
-"151\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3146056\n"
-"152\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163123\n"
-"153\n"
-"help.text"
-msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163137\n"
-"154\n"
-"help.text"
-msgid "<emph>DataY</emph> represents the Y Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163155\n"
-"155\n"
-"help.text"
-msgid "<emph>DataX</emph> (optional) represents the X Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163174\n"
-"156\n"
-"help.text"
-msgid "<emph>FunctionType</emph> (optional). If Function_Type = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163196\n"
-"157\n"
-"help.text"
-msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN118F7\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11BC3\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163216\n"
-"158\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163230\n"
-"159\n"
-"help.text"
-msgid "See LINEST. However, no square sum will be returned."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3163286\n"
-"help.text"
-msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163286\n"
-"161\n"
-"help.text"
-msgid "SUMPRODUCT"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163314\n"
-"162\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163334\n"
-"163\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163347\n"
-"164\n"
-"help.text"
-msgid "SUMPRODUCT(Array1; Array2...Array30)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163362\n"
-"165\n"
-"help.text"
-msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B19\n"
-"help.text"
-msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B1C\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B2F\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B35\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B3B\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B41\n"
-"help.text"
-msgid "D"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B48\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B4E\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B54\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B5A\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B60\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B67\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B6D\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B73\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B79\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B7F\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B86\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B8C\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B92\n"
-"help.text"
-msgid "<item type=\"input\">11</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B98\n"
-"help.text"
-msgid "<item type=\"input\">12</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11B9E\n"
-"help.text"
-msgid "<item type=\"input\">13</item>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11BA1\n"
-"help.text"
-msgid "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11BA4\n"
-"help.text"
-msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11BA7\n"
-"help.text"
-msgid "You can use SUMPRODUCT to calculate the scalar product of two vectors."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11BBC\n"
-"help.text"
-msgid "SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11C91\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3144842\n"
-"help.text"
-msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3144842\n"
-"169\n"
-"help.text"
-msgid "SUMX2MY2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144871\n"
-"170\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3144889\n"
-"171\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144903\n"
-"172\n"
-"help.text"
-msgid "SUMX2MY2(ArrayX; ArrayY)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144916\n"
-"173\n"
-"help.text"
-msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3144936\n"
-"174\n"
-"help.text"
-msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11D6B\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3145026\n"
-"help.text"
-msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3145026\n"
-"178\n"
-"help.text"
-msgid "SUMX2PY2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3145055\n"
-"179\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163390\n"
-"180\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163404\n"
-"181\n"
-"help.text"
-msgid "SUMX2PY2(ArrayX; ArrayY)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163417\n"
-"182\n"
-"help.text"
-msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163437\n"
-"183\n"
-"help.text"
-msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11E45\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3163527\n"
-"help.text"
-msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163527\n"
-"187\n"
-"help.text"
-msgid "SUMXMY2"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163556\n"
-"188\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3163574\n"
-"189\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163588\n"
-"190\n"
-"help.text"
-msgid "SUMXMY2(ArrayX; ArrayY)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163601\n"
-"191\n"
-"help.text"
-msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3163621\n"
-"192\n"
-"help.text"
-msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11F1F\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3166062\n"
-"help.text"
-msgid "<bookmark_value>TREND function</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3166062\n"
-"196\n"
-"help.text"
-msgid "TREND"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166091\n"
-"197\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3166109\n"
-"198\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166122\n"
-"199\n"
-"help.text"
-msgid "TREND(DataY; DataX; NewDataX; LinearType)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166137\n"
-"200\n"
-"help.text"
-msgid "<emph>DataY</emph> represents the Y Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166156\n"
-"201\n"
-"help.text"
-msgid "<emph>DataX</emph> (optional) represents the X Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166176\n"
-"202\n"
-"help.text"
-msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166196\n"
-"203\n"
-"help.text"
-msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11D2F\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN12019\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3166231\n"
-"204\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166245\n"
-"205\n"
-"help.text"
-msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field. click <emph>OK</emph>. The trend data calculated from the output data is displayed."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"bm_id3166317\n"
-"help.text"
-msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3166317\n"
-"207\n"
-"help.text"
-msgid "GROWTH"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166346\n"
-"208\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3166364\n"
-"209\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166377\n"
-"210\n"
-"help.text"
-msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166392\n"
-"211\n"
-"help.text"
-msgid "<emph>DataY</emph> represents the Y Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3166411\n"
-"212\n"
-"help.text"
-msgid "<emph>DataX</emph> (optional) represents the X Data array."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3173797\n"
-"213\n"
-"help.text"
-msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3173817\n"
-"214\n"
-"help.text"
-msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN11DFD\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_idN12113\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"hd_id3173839\n"
-"215\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060107.xhp
-msgctxt ""
-"04060107.xhp\n"
-"par_id3173852\n"
-"216\n"
-"help.text"
-msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"tit\n"
-"help.text"
-msgid "DATEDIF"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"bm_id3155511\n"
-"help.text"
-msgid "<bookmark_value>DATEDIF function</bookmark_value>"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3155511\n"
-"help.text"
-msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3153551\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3148590\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3150474\n"
-"help.text"
-msgid "DATEDIF(Start date; End date; Interval)"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3152815\n"
-"help.text"
-msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3155817\n"
-"help.text"
-msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3153183\n"
-"help.text"
-msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id5735953\n"
-"help.text"
-msgid "Value for \"Interval\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id8360850\n"
-"help.text"
-msgid "Return value"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id9648731\n"
-"help.text"
-msgid "\"d\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id908841\n"
-"help.text"
-msgid "Number of whole days between Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id8193914\n"
-"help.text"
-msgid "\"m\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id9841608\n"
-"help.text"
-msgid "Number of whole months between Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id2701803\n"
-"help.text"
-msgid "\"y\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id2136295\n"
-"help.text"
-msgid "Number of whole years between Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id9200109\n"
-"help.text"
-msgid "\"ym\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id4186223\n"
-"help.text"
-msgid "Number of whole months when subtracting years from the difference of Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id5766472\n"
-"help.text"
-msgid "\"md\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id1491134\n"
-"help.text"
-msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id5866472\n"
-"help.text"
-msgid "\"yd\""
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id1591134\n"
-"help.text"
-msgid "Number of whole days when subtracting years from the difference of Start date and End date."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3147477\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3152589\n"
-"help.text"
-msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3252589\n"
-"help.text"
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3352589\n"
-"help.text"
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3452589\n"
-"help.text"
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
-msgstr ""
-
-#: func_datedif.xhp
-msgctxt ""
-"func_datedif.xhp\n"
-"par_id3752589\n"
-"help.text"
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
-msgstr ""
-
-#: 06030200.xhp
-msgctxt ""
-"06030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove Precedents"
-msgstr ""
-
-#: 06030200.xhp
-msgctxt ""
-"06030200.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
-msgstr ""
-
-#: 06030200.xhp
-msgctxt ""
-"06030200.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
-msgstr ""
-
-#: 06030200.xhp
-msgctxt ""
-"06030200.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoFormat"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3149666\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3145367\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3148455\n"
-"3\n"
-"help.text"
-msgid "Format"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3145799\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3149410\n"
-"5\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3154017\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153708\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3150044\n"
-"7\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3146920\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\">Opens the <emph>Formatting</emph> section, which displays the formatting overrides that can be applied to the spreadsheet. Deselecting an option keeps the format of the current spreadsheet for that format type.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3155961\n"
-"9\n"
-"help.text"
-msgid "Formatting"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153965\n"
-"10\n"
-"help.text"
-msgid "In this section you can select or deselect the available formatting options. If you want to keep any of the settings currently in your spreadsheet, deselect the corresponding option."
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3154021\n"
-"11\n"
-"help.text"
-msgid "Number format"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3159239\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\">When marked, specifies that you want to retain the number format of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3149530\n"
-"13\n"
-"help.text"
-msgid "Borders"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3145259\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3154657\n"
-"15\n"
-"help.text"
-msgid "Font"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3152990\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3155379\n"
-"17\n"
-"help.text"
-msgid "Pattern"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3150368\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3146115\n"
-"19\n"
-"help.text"
-msgid "Alignment"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3156445\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3155811\n"
-"21\n"
-"help.text"
-msgid "AutoFit width and height"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3148703\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3159223\n"
-"26\n"
-"help.text"
-msgid "Rename"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153064\n"
-"27\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153912\n"
-"28\n"
-"help.text"
-msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3155264\n"
-"23\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3159094\n"
-"24\n"
-"help.text"
-msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"tit\n"
-"help.text"
-msgid "Text Functions"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3145389\n"
-"help.text"
-msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3145389\n"
-"1\n"
-"help.text"
-msgid "Text Functions"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152986\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149384\n"
-"help.text"
-msgid "<bookmark_value>ARABIC function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149384\n"
-"239\n"
-"help.text"
-msgid "ARABIC"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153558\n"
-"240\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153011\n"
-"241\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155523\n"
-"242\n"
-"help.text"
-msgid "ARABIC(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151193\n"
-"243\n"
-"help.text"
-msgid "<emph>Text</emph> is the text that represents a Roman number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155758\n"
-"244\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154621\n"
-"245\n"
-"help.text"
-msgid "<item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147553\n"
-"246\n"
-"help.text"
-msgid "<item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id8796349\n"
-"help.text"
-msgid "<bookmark_value>ASC function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id7723929\n"
-"help.text"
-msgid "ASC"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id8455153\n"
-"help.text"
-msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id9912411\n"
-"help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id9204992\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id1993774\n"
-"help.text"
-msgid "ASC(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id2949919\n"
-"help.text"
-msgid "<emph>Text</emph> is the text that contains characters to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id2355113\n"
-"help.text"
-msgid "See also JIS function."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id9323709\n"
-"help.text"
-msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id6695455\n"
-"help.text"
-msgid "BAHTTEXT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id354014\n"
-"help.text"
-msgid "Converts a number to Thai text, including the Thai currency names."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id9942014\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id8780785\n"
-"help.text"
-msgid "BAHTTEXT(Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id1539353\n"
-"help.text"
-msgid "<emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id9694814\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3289284\n"
-"help.text"
-msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3153072\n"
-"help.text"
-msgid "<bookmark_value>BASE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153072\n"
-"213\n"
-"help.text"
-msgid "BASE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153289\n"
-"214\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3146097\n"
-"215\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155743\n"
-"216\n"
-"help.text"
-msgid "BASE(Number; Radix; [MinimumLength])"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151339\n"
-"217\n"
-"help.text"
-msgid "<emph>Number</emph> is the positive integer to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3159262\n"
-"218\n"
-"help.text"
-msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148746\n"
-"219\n"
-"help.text"
-msgid "<emph>MinimumLength</emph> (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3146323\n"
-"220\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3156399\n"
-"help.text"
-msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156399\n"
-"221\n"
-"help.text"
-msgid "<item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3157871\n"
-"help.text"
-msgid "<bookmark_value>binary system; converting to</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3157871\n"
-"222\n"
-"help.text"
-msgid "<item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3145226\n"
-"help.text"
-msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145226\n"
-"223\n"
-"help.text"
-msgid "<item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149321\n"
-"help.text"
-msgid "<bookmark_value>CHAR function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149321\n"
-"201\n"
-"help.text"
-msgid "CHAR"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149150\n"
-"202\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEICHEN\">Converts a number into a character according to the current code table.</ahelp> The number can be a two-digit or three-digit integer number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149945\n"
-"203\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145634\n"
-"204\n"
-"help.text"
-msgid "CHAR(Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155906\n"
-"205\n"
-"help.text"
-msgid "<emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152982\n"
-"207\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149890\n"
-"208\n"
-"help.text"
-msgid "<item type=\"input\">=CHAR(100)</item> returns the character d."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200910283297\n"
-"help.text"
-msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149009\n"
-"help.text"
-msgid "<bookmark_value>CLEAN function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149009\n"
-"132\n"
-"help.text"
-msgid "CLEAN"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150482\n"
-"133\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3146880\n"
-"134\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147472\n"
-"135\n"
-"help.text"
-msgid "CLEAN(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150695\n"
-"136\n"
-"help.text"
-msgid "<emph>Text</emph> refers to the text from which to remove all non-printable characters."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3155498\n"
-"help.text"
-msgid "<bookmark_value>CODE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155498\n"
-"3\n"
-"help.text"
-msgid "CODE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152770\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155830\n"
-"5\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149188\n"
-"6\n"
-"help.text"
-msgid "CODE(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154383\n"
-"7\n"
-"help.text"
-msgid "<emph>Text</emph> is the text for which the code of the first character is to be found."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3154394\n"
-"8\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3159209\n"
-"9\n"
-"help.text"
-msgid "<item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150280\n"
-"211\n"
-"help.text"
-msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149688\n"
-"help.text"
-msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149688\n"
-"167\n"
-"help.text"
-msgid "CONCATENATE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154524\n"
-"168\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149542\n"
-"169\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155954\n"
-"170\n"
-"help.text"
-msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146847\n"
-"171\n"
-"help.text"
-msgid "<emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153110\n"
-"172\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150008\n"
-"173\n"
-"help.text"
-msgid "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3145166\n"
-"help.text"
-msgid "<bookmark_value>DECIMAL function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3145166\n"
-"225\n"
-"help.text"
-msgid "DECIMAL"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156361\n"
-"226\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3157994\n"
-"227\n"
-"help.text"
-msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150014\n"
-"228\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154328\n"
-"229\n"
-"help.text"
-msgid "DECIMAL(\"Text\"; Radix)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150128\n"
-"230\n"
-"help.text"
-msgid "<emph>Text</emph> is the text to be converted. To differentiate between a hexadecimal number, such as A1 and the reference to cell A1, you must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145241\n"
-"231\n"
-"help.text"
-msgid "<emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3156062\n"
-"232\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145355\n"
-"233\n"
-"help.text"
-msgid "<item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155622\n"
-"234\n"
-"help.text"
-msgid "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151015\n"
-"235\n"
-"help.text"
-msgid "<item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3148402\n"
-"help.text"
-msgid "<bookmark_value>DOLLAR function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148402\n"
-"11\n"
-"help.text"
-msgid "DOLLAR"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153049\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151280\n"
-"263\n"
-"help.text"
-msgid "You set the currency format in your system settings."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150569\n"
-"13\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154188\n"
-"14\n"
-"help.text"
-msgid "DOLLAR(Value; Decimals)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145299\n"
-"15\n"
-"help.text"
-msgid "<emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145629\n"
-"16\n"
-"help.text"
-msgid "<emph>Decimals</emph> is the optional number of decimal places."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149030\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153546\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLAR(255)</item> returns $255.00."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154635\n"
-"19\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the decimal separator that corresponds to the <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link>."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3150685\n"
-"help.text"
-msgid "<bookmark_value>EXACT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150685\n"
-"78\n"
-"help.text"
-msgid "EXACT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3158413\n"
-"79\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152817\n"
-"80\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148594\n"
-"81\n"
-"help.text"
-msgid "EXACT(\"Text1\"; \"Text2\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153224\n"
-"82\n"
-"help.text"
-msgid "<emph>Text1</emph> refers to the first text to compare."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148637\n"
-"83\n"
-"help.text"
-msgid "<emph>Text2</emph> is the second text to compare."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149777\n"
-"84\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156263\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3152589\n"
-"help.text"
-msgid "<bookmark_value>FIND function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152589\n"
-"44\n"
-"help.text"
-msgid "FIND"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146149\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FINDEN\">Looks for a string of text within another string.</ahelp> You can also define where to begin the search. The search term can be a number or any string of characters. The search is case-sensitive."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3083284\n"
-"46\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3083452\n"
-"47\n"
-"help.text"
-msgid "FIND(\"FindText\"; \"Text\"; Position)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150608\n"
-"48\n"
-"help.text"
-msgid "<emph>FindText</emph> refers to the text to be found."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152374\n"
-"49\n"
-"help.text"
-msgid "<emph>Text</emph> is the text where the search takes place."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152475\n"
-"50\n"
-"help.text"
-msgid "<emph>Position</emph> (optional) is the position in the text from which the search starts."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3154812\n"
-"51\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156375\n"
-"52\n"
-"help.text"
-msgid "<item type=\"input\">=FIND(76;998877665544)</item> returns 6."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149268\n"
-"help.text"
-msgid "<bookmark_value>FIXED function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149268\n"
-"34\n"
-"help.text"
-msgid "FIXED"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155833\n"
-"35\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152470\n"
-"36\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147567\n"
-"37\n"
-"help.text"
-msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151272\n"
-"38\n"
-"help.text"
-msgid "<emph>Number</emph> refers to the number to be formatted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156322\n"
-"39\n"
-"help.text"
-msgid "<emph>Decimals</emph> refers to the number of decimal places to be displayed."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150877\n"
-"40\n"
-"help.text"
-msgid "<emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If the parameter is a number not equal to 0, the thousands separator is suppressed. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href=\"text/shared/optionen/01140000.xhp\" name=\"current locale setting\">current locale setting</link> are displayed."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149040\n"
-"41\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145208\n"
-"42\n"
-"help.text"
-msgid "<item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id5282143\n"
-"help.text"
-msgid "<item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id7319864\n"
-"help.text"
-msgid "<bookmark_value>JIS function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3666188\n"
-"help.text"
-msgid "JIS"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id964384\n"
-"help.text"
-msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id1551561\n"
-"help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id2212897\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id2504654\n"
-"help.text"
-msgid "JIS(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id5292519\n"
-"help.text"
-msgid "<emph>Text</emph> is the text that contains characters to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3984496\n"
-"help.text"
-msgid "See also ASC function."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3147083\n"
-"help.text"
-msgid "<bookmark_value>LEFT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3147083\n"
-"95\n"
-"help.text"
-msgid "LEFT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153622\n"
-"96\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3156116\n"
-"97\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146786\n"
-"98\n"
-"help.text"
-msgid "LEFT(\"Text\"; Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147274\n"
-"99\n"
-"help.text"
-msgid "<emph>Text</emph> is the text where the initial partial words are to be determined."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153152\n"
-"100\n"
-"help.text"
-msgid "<emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150260\n"
-"101\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149141\n"
-"102\n"
-"help.text"
-msgid "<item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3156110\n"
-"help.text"
-msgid "<bookmark_value>LEN function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3156110\n"
-"104\n"
-"help.text"
-msgid "LEN"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150147\n"
-"105\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155108\n"
-"106\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154063\n"
-"107\n"
-"help.text"
-msgid "LEN(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146894\n"
-"108\n"
-"help.text"
-msgid "<emph>Text</emph> is the text whose length is to be determined."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153884\n"
-"109\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156008\n"
-"110\n"
-"help.text"
-msgid "<item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154300\n"
-"111\n"
-"help.text"
-msgid "<item type=\"input\">=LEN(12345.67)</item> returns 8."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3153983\n"
-"help.text"
-msgid "<bookmark_value>LOWER function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153983\n"
-"87\n"
-"help.text"
-msgid "LOWER"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152791\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155902\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150121\n"
-"90\n"
-"help.text"
-msgid "LOWER(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153910\n"
-"91\n"
-"help.text"
-msgid "<emph>Text</emph> refers to the text to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3159343\n"
-"92\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155329\n"
-"93\n"
-"help.text"
-msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3154589\n"
-"help.text"
-msgid "<bookmark_value>MID function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3154589\n"
-"148\n"
-"help.text"
-msgid "MID"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154938\n"
-"149\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148829\n"
-"150\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150526\n"
-"151\n"
-"help.text"
-msgid "MID(\"Text\"; Start; Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148820\n"
-"152\n"
-"help.text"
-msgid "<emph>Text</emph> is the text containing the characters to extract."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150774\n"
-"153\n"
-"help.text"
-msgid "<emph>Start</emph> is the position of the first character in the text to extract."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153063\n"
-"154\n"
-"help.text"
-msgid "<emph>Number</emph> specifies the number of characters in the part of the text."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150509\n"
-"155\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3158407\n"
-"156\n"
-"help.text"
-msgid "<item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3159143\n"
-"help.text"
-msgid "<bookmark_value>PROPER function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3159143\n"
-"70\n"
-"help.text"
-msgid "PROPER"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149768\n"
-"71\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153573\n"
-"72\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154260\n"
-"73\n"
-"help.text"
-msgid "PROPER(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147509\n"
-"74\n"
-"help.text"
-msgid "<emph>Text</emph> refers to the text to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3147529\n"
-"75\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155364\n"
-"76\n"
-"help.text"
-msgid "<item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149171\n"
-"help.text"
-msgid "<bookmark_value>REPLACE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149171\n"
-"22\n"
-"help.text"
-msgid "REPLACE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148925\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ERSETZEN\">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href=\"text/scalc/01/04060110.xhp\" name=\"VALUE\">VALUE</link> function."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3158426\n"
-"24\n"
-"help.text"
-msgid "Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149159\n"
-"25\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147286\n"
-"26\n"
-"help.text"
-msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149797\n"
-"27\n"
-"help.text"
-msgid "<emph>Text</emph> refers to text of which a part will be replaced."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3166451\n"
-"28\n"
-"help.text"
-msgid "<emph>Position</emph> refers to the position within the text where the replacement will begin."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156040\n"
-"29\n"
-"help.text"
-msgid "<emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3159188\n"
-"30\n"
-"help.text"
-msgid "<emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3146958\n"
-"31\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154096\n"
-"32\n"
-"help.text"
-msgid "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149741\n"
-"help.text"
-msgid "<bookmark_value>REPT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149741\n"
-"193\n"
-"help.text"
-msgid "REPT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153748\n"
-"194\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152884\n"
-"195\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150494\n"
-"196\n"
-"help.text"
-msgid "REPT(\"Text\"; Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154859\n"
-"197\n"
-"help.text"
-msgid "<emph>Text</emph> is the text to be repeated."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150638\n"
-"198\n"
-"help.text"
-msgid "<emph>Number</emph> is the number of repetitions."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149922\n"
-"212\n"
-"help.text"
-msgid "The result can be a maximum of 255 characters."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3156213\n"
-"199\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148626\n"
-"200\n"
-"help.text"
-msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3149805\n"
-"help.text"
-msgid "<bookmark_value>RIGHT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149805\n"
-"113\n"
-"help.text"
-msgid "RIGHT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145375\n"
-"114\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150837\n"
-"115\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154344\n"
-"116\n"
-"help.text"
-msgid "RIGHT(\"Text\"; Number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149426\n"
-"117\n"
-"help.text"
-msgid "<emph>Text</emph> is the text of which the right part is to be determined."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153350\n"
-"118\n"
-"help.text"
-msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148661\n"
-"119\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151132\n"
-"120\n"
-"help.text"
-msgid "<item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3153534\n"
-"help.text"
-msgid "<bookmark_value>ROMAN function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153534\n"
-"248\n"
-"help.text"
-msgid "ROMAN"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151256\n"
-"249\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ROEMISCH\">Converts a number into a Roman numeral. The value range must be between 0 and 3999, the modes can be integers from 0 to 4.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3149299\n"
-"250\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150593\n"
-"251\n"
-"help.text"
-msgid "ROMAN(Number; Mode)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156139\n"
-"252\n"
-"help.text"
-msgid "<emph>Number</emph> is the number that is to be converted into a Roman numeral."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153318\n"
-"253\n"
-"help.text"
-msgid "<emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3145306\n"
-"254\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151371\n"
-"255\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153938\n"
-"256\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148412\n"
-"257\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155421\n"
-"258\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149235\n"
-"259\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150624\n"
-"260\n"
-"help.text"
-msgid "<item type=\"input\">=ROMAN(999;4)</item> returns IM"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3151005\n"
-"help.text"
-msgid "<bookmark_value>SEARCH function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3151005\n"
-"122\n"
-"help.text"
-msgid "SEARCH"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148692\n"
-"123\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUCHEN\">Returns the position of a text segment within a character string.</ahelp> You can set the start of the search as an option. The search text can be a number or any sequence of characters. The search is not case-sensitive."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152964\n"
-"124\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154671\n"
-"125\n"
-"help.text"
-msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146080\n"
-"126\n"
-"help.text"
-msgid "<emph>FindText</emph> is the text to be searched for."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154111\n"
-"127\n"
-"help.text"
-msgid "<emph>Text</emph> is the text where the search will take place."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3149559\n"
-"128\n"
-"help.text"
-msgid "<emph>Position</emph> (optional) is the position in the text where the search is to start."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3147322\n"
-"129\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154564\n"
-"130\n"
-"help.text"
-msgid "<item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3154830\n"
-"help.text"
-msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3154830\n"
-"174\n"
-"help.text"
-msgid "SUBSTITUTE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153698\n"
-"175\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150994\n"
-"176\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147582\n"
-"177\n"
-"help.text"
-msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153675\n"
-"178\n"
-"help.text"
-msgid "<emph>Text</emph> is the text in which text segments are to be exchanged."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156155\n"
-"179\n"
-"help.text"
-msgid "<emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3145779\n"
-"180\n"
-"help.text"
-msgid "<emph>NewText</emph> is the text that is to replace the text segment."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150348\n"
-"181\n"
-"help.text"
-msgid "<emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150946\n"
-"182\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3150412\n"
-"183\n"
-"help.text"
-msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154915\n"
-"238\n"
-"help.text"
-msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3148977\n"
-"help.text"
-msgid "<bookmark_value>T function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148977\n"
-"140\n"
-"help.text"
-msgid "T"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154359\n"
-"141\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155858\n"
-"142\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3155871\n"
-"143\n"
-"help.text"
-msgid "T(Value)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3154726\n"
-"144\n"
-"help.text"
-msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3155544\n"
-"145\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151062\n"
-"146\n"
-"help.text"
-msgid "<item type=\"input\">=T(12345)</item> returns an empty string."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id4650105\n"
-"help.text"
-msgid "<item type=\"input\">=T(\"12345\")</item> returns the string 12345."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3147132\n"
-"help.text"
-msgid "<bookmark_value>TEXT function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3147132\n"
-"158\n"
-"help.text"
-msgid "TEXT"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147213\n"
-"159\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3153129\n"
-"160\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147377\n"
-"161\n"
-"help.text"
-msgid "TEXT(Number; Format)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3147389\n"
-"162\n"
-"help.text"
-msgid "<emph>Number</emph> is the numerical value to be converted."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156167\n"
-"163\n"
-"help.text"
-msgid "<emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id1243629\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id9044770\n"
-"help.text"
-msgid "<item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3674123\n"
-"help.text"
-msgid "<item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3151039\n"
-"help.text"
-msgid "<bookmark_value>TRIM function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3151039\n"
-"54\n"
-"help.text"
-msgid "TRIM"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3157888\n"
-"55\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152913\n"
-"56\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151349\n"
-"57\n"
-"help.text"
-msgid "TRIM(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3151362\n"
-"58\n"
-"help.text"
-msgid "<emph>Text</emph> refers to text in which spaces are removed."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3146838\n"
-"59\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3156074\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">=TRIM(\"hello\")</item> returns hello."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id0907200904030935\n"
-"help.text"
-msgid "<bookmark_value>UNICHAR function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904022525\n"
-"help.text"
-msgid "UNICHAR"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200904022538\n"
-"help.text"
-msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904123753\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200904123753\n"
-"help.text"
-msgid "UNICHAR(number)"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904123720\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id090720090412378\n"
-"help.text"
-msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id0907200904033543\n"
-"help.text"
-msgid "<bookmark_value>UNICODE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904022588\n"
-"help.text"
-msgid "UNICODE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200904022594\n"
-"help.text"
-msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904123874\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200904123846\n"
-"help.text"
-msgid "UNICODE(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id0907200904123899\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id0907200904123919\n"
-"help.text"
-msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3145178\n"
-"help.text"
-msgid "<bookmark_value>UPPER function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3145178\n"
-"62\n"
-"help.text"
-msgid "UPPER"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3162905\n"
-"63\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148526\n"
-"64\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148539\n"
-"65\n"
-"help.text"
-msgid "UPPER(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3148496\n"
-"66\n"
-"help.text"
-msgid "<emph>Text</emph> refers to the lower case letters you want to convert to upper case."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3148516\n"
-"67\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3146757\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"bm_id3150802\n"
-"help.text"
-msgid "<bookmark_value>VALUE function</bookmark_value>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3150802\n"
-"185\n"
-"help.text"
-msgid "VALUE"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3152551\n"
-"186\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3152568\n"
-"187\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153638\n"
-"188\n"
-"help.text"
-msgid "VALUE(\"Text\")"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3153651\n"
-"189\n"
-"help.text"
-msgid "<emph>Text</emph> is the text to be converted to a number."
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"hd_id3144719\n"
-"190\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060110.xhp
-msgctxt ""
-"04060110.xhp\n"
-"par_id3144733\n"
-"191\n"
-"help.text"
-msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Cells"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"bm_id3156023\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "Insert Cells"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3150542\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable> You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\" name=\"Edit - Delete Cells\"><emph>Edit - Delete Cells</emph></link>."
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3153768\n"
-"3\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3149262\n"
-"4\n"
-"help.text"
-msgid "This area contains the options available for inserting cells into a sheet. The cell quantity and position is defined by selecting a cell range in the sheet beforehand."
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3146120\n"
-"5\n"
-"help.text"
-msgid "Shift cells down"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3152596\n"
-"6\n"
-"help.text"
-msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3147434\n"
-"7\n"
-"help.text"
-msgid "Shift cells right"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3144764\n"
-"8\n"
-"help.text"
-msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\">Moves the contents of the selected range to the right when cells are inserted.</ahelp></variable>"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3153877\n"
-"9\n"
-"help.text"
-msgid "Entire row"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3155417\n"
-"10\n"
-"help.text"
-msgid "<variable id=\"zeilenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\">Inserts an entire row. The position of the row is determined by the selection on the sheet.</ahelp></variable> The number of rows inserted depends on how many rows are selected. The contents of the original rows are moved downward."
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3146971\n"
-"11\n"
-"help.text"
-msgid "Entire column"
-msgstr ""
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3155068\n"
-"12\n"
-"help.text"
-msgid "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rename Sheet"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"bm_id3147336\n"
-"help.text"
-msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"hd_id3147336\n"
-"1\n"
-"help.text"
-msgid "Rename Sheet"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"par_id3150792\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialog where you can assign a different name to the current sheet.</ahelp></variable>"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"hd_id3153968\n"
-"3\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"par_id3155131\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"par_id3153092\n"
-"5\n"
-"help.text"
-msgid "You can also open the<emph> Rename Sheet </emph>dialog through the context menu by positioning the mouse pointer over a sheet tab at the bottom of the window and <switchinline select=\"sys\"><caseinline select=\"MAC\">clicking while pressing Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
-msgstr ""
-
-#: 05050100.xhp
-msgctxt ""
-"05050100.xhp\n"
-"par_id3147396\n"
-"6\n"
-"help.text"
-msgid "Alternatively, click the sheet tab while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Alt</defaultinline></switchinline> key. Now you can change the name directly. <switchinline select=\"sys\"><caseinline select=\"UNIX\"><embedvar href=\"text/shared/00/00000099.xhp#winmanager\"/></caseinline></switchinline>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Protect Document"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_id3153362\n"
-"2\n"
-"help.text"
-msgid "The<emph> Protect Document </emph>command prevents changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password."
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"hd_id3147228\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"hd_id3153768\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_idN10622\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"tit\n"
-"help.text"
-msgid "Bit Operation Functions"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4149052\n"
-"1\n"
-"help.text"
-msgid "Bit Operation Functions"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"bm_id4150026\n"
-"help.text"
-msgid "<bookmark_value>BITAND function</bookmark_value>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4150026\n"
-"238\n"
-"help.text"
-msgid "BITAND"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4146942\n"
-"239\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4150459\n"
-"240\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4146878\n"
-"241\n"
-"help.text"
-msgid "BITAND(number1; number2)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4151228\n"
-"242\n"
-"help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4148582\n"
-"248\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149246\n"
-"250\n"
-"help.text"
-msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"bm_id4146139\n"
-"help.text"
-msgid "<bookmark_value>BITOR function</bookmark_value>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4146139\n"
-"252\n"
-"help.text"
-msgid "BITOR"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4150140\n"
-"253\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4149188\n"
-"254\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4148733\n"
-"255\n"
-"help.text"
-msgid "BITOR(number1; number2)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4150864\n"
-"256\n"
-"help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149884\n"
-"264\n"
-"help.text"
-msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"bm_id4150019\n"
-"help.text"
-msgid "<bookmark_value>BITXOR function</bookmark_value>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4150019\n"
-"182\n"
-"help.text"
-msgid "BITXOR"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4145246\n"
-"183\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4153047\n"
-"184\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4157970\n"
-"185\n"
-"help.text"
-msgid "BITXOR(number1; number2)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4145302\n"
-"186\n"
-"help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4150269\n"
-"192\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149394\n"
-"196\n"
-"help.text"
-msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"bm_id4155370\n"
-"help.text"
-msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4155370\n"
-"266\n"
-"help.text"
-msgid "BITLSHIFT"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4158411\n"
-"267\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4155814\n"
-"268\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4147536\n"
-"269\n"
-"help.text"
-msgid "BITLSHIFT(number; shift)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4150475\n"
-"270\n"
-"help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4153921\n"
-"271\n"
-"help.text"
-msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4153723\n"
-"276\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149819\n"
-"278\n"
-"help.text"
-msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"bm_id4083280\n"
-"help.text"
-msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4083280\n"
-"165\n"
-"help.text"
-msgid "BITRSHIFT"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4152482\n"
-"166\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4149713\n"
-"167\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4145087\n"
-"168\n"
-"help.text"
-msgid "BITRSHIFT(number; shift)"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149277\n"
-"169\n"
-"help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4149270\n"
-"170\n"
-"help.text"
-msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"hd_id4152933\n"
-"175\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060120.xhp
-msgctxt ""
-"04060120.xhp\n"
-"par_id4156130\n"
-"179\n"
-"help.text"
-msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Cell Protection"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3145119\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3150398\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3150447\n"
-"3\n"
-"help.text"
-msgid "Protection"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3125864\n"
-"9\n"
-"help.text"
-msgid "Hide all"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3153768\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulas and contents of the selected cells.</ahelp>"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3153190\n"
-"5\n"
-"help.text"
-msgid "Protected"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3151119\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3156283\n"
-"15\n"
-"help.text"
-msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3149377\n"
-"7\n"
-"help.text"
-msgid "Hide formula"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3154510\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulas in the selected cells.</ahelp>"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3155602\n"
-"11\n"
-"help.text"
-msgid "Print"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3153836\n"
-"12\n"
-"help.text"
-msgid "Defines print options for the sheet."
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"hd_id3155065\n"
-"13\n"
-"help.text"
-msgid "Hide when printing"
-msgstr ""
-
-#: 05020600.xhp
-msgctxt ""
-"05020600.xhp\n"
-"par_id3155443\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Format Cells"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"bm_id3148663\n"
-"help.text"
-msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3148663\n"
-"1\n"
-"help.text"
-msgid "Format Cells"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"par_id3150448\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Allows you to specify a variety of formatting options and to apply attributes to the selected cells.</ahelp></variable>"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3145785\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
-msgstr ""
-
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3146119\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"tit\n"
-"help.text"
-msgid "WEEKNUM"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"bm_id3159161\n"
-"help.text"
-msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3159161\n"
-"54\n"
-"help.text"
-msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3149770\n"
-"55\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_idN105E4\n"
-"help.text"
-msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3153055\n"
-"56\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3147236\n"
-"57\n"
-"help.text"
-msgid "WEEKNUM(Number; Mode)"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3147511\n"
-"58\n"
-"help.text"
-msgid "<emph>Number</emph> is the internal date number."
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3154269\n"
-"59\n"
-"help.text"
-msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3148930\n"
-"60\n"
-"help.text"
-msgid "1 = Sunday"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3154280\n"
-"61\n"
-"help.text"
-msgid "2 = Monday"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3146948\n"
-"62\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3150704\n"
-"65\n"
-"help.text"
-msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
-msgstr ""
-
-#: func_weeknum.xhp
-msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3149792\n"
-"64\n"
-"help.text"
-msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fill Sheet"
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"hd_id3153897\n"
-"1\n"
-"help.text"
-msgid "Fill Sheet"
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3150791\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3150767\n"
-"3\n"
-"help.text"
-msgid "In contrast to copying an area to the clipboard, you can filter certain information and calculate values. This command is only visible if you have selected two sheets in the document. To select multiple sheets, click each sheet tab while pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> or Shift."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"hd_id3155131\n"
-"4\n"
-"help.text"
-msgid "Filling a Sheet"
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3146119\n"
-"5\n"
-"help.text"
-msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3153726\n"
-"6\n"
-"help.text"
-msgid "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3147436\n"
-"7\n"
-"help.text"
-msgid "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialog which appears, the check box <emph>Numbers</emph> must be selected (or <emph>Paste All</emph>) if you want to combine operations with the values. You can also choose the desired operation here."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3154942\n"
-"8\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
-
-#: 02140500.xhp
-msgctxt ""
-"02140500.xhp\n"
-"par_id3156283\n"
-"9\n"
-"help.text"
-msgid "This dialog is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialog, where you can find additional tips."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sheet"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"bm_id3150542\n"
-"help.text"
-msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3156329\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3151384\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_TABLE\">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3150542\n"
-"3\n"
-"help.text"
-msgid "Print"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3125863\n"
-"4\n"
-"help.text"
-msgid "Defines which elements of the spreadsheet are to be printed."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3151041\n"
-"5\n"
-"help.text"
-msgid "Column and row headers"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3147228\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3150439\n"
-"7\n"
-"help.text"
-msgid "Grid"
-msgstr "Raster"
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3147436\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3145750\n"
-"9\n"
-"help.text"
-msgid "Comments"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3150010\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3154944\n"
-"11\n"
-"help.text"
-msgid "Objects/graphics"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3149581\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3149377\n"
-"13\n"
-"help.text"
-msgid "Charts"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3148455\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3153418\n"
-"15\n"
-"help.text"
-msgid "Drawing Objects"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3149122\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-#, fuzzy
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3150330\n"
-"17\n"
-"help.text"
-msgid "Formulas"
-msgstr "Formel"
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3153715\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3156385\n"
-"19\n"
-"help.text"
-msgid "Zero Values"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3149258\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3154022\n"
-"21\n"
-"help.text"
-msgid "Page Order"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3166423\n"
-"22\n"
-"help.text"
-msgid "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3152580\n"
-"23\n"
-"help.text"
-msgid "Top to bottom, then right"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3150205\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3150786\n"
-"25\n"
-"help.text"
-msgid "Left to right, then down"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3154657\n"
-"26\n"
-"help.text"
-msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3150887\n"
-"27\n"
-"help.text"
-msgid "First page number"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3155378\n"
-"28\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3145389\n"
-"35\n"
-"help.text"
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3146978\n"
-"29\n"
-"help.text"
-msgid "Scale"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3149408\n"
-"30\n"
-"help.text"
-msgid "Defines a page scale for the printed spreadsheet."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN1096D\n"
-"help.text"
-msgid "Scaling mode"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN10971\n"
-"help.text"
-msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3155089\n"
-"31\n"
-"help.text"
-msgid "Reduce/enlarge printout"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3159171\n"
-"32\n"
-"help.text"
-msgid "Specifies a scaling factor to scale all printed pages."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN1099A\n"
-"help.text"
-msgid "Scaling factor"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3152899\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109B2\n"
-"help.text"
-msgid "Fit print range(s) to width/height"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109B5\n"
-"help.text"
-msgid "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109BB\n"
-"help.text"
-msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109BF\n"
-"help.text"
-msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109C3\n"
-"help.text"
-msgid "If you clear both boxes, this will result in a scaling factor of 100%."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109CE\n"
-"help.text"
-msgid "Width in pages"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109D1\n"
-"help.text"
-msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109E8\n"
-"help.text"
-msgid "Height in pages"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN109EB\n"
-"help.text"
-msgid "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"hd_id3148868\n"
-"33\n"
-"help.text"
-msgid "Fit print range(s) on number of pages"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3145074\n"
-"34\n"
-"help.text"
-msgid "Specifies the maximum number of pages on which every sheet with the current Page Style is to be printed. The scale will be reduced as necessary to fit the defined number of pages."
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_idN10A26\n"
-"help.text"
-msgid "Number of pages"
-msgstr ""
-
-#: 05070500.xhp
-msgctxt ""
-"05070500.xhp\n"
-"par_id3144507\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"tit\n"
-"help.text"
-msgid "WEEKNUM_ADD"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"bm_id3166443\n"
-"help.text"
-msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3166443\n"
-"222\n"
-"help.text"
-msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3152945\n"
-"223\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_idN105DD\n"
-"help.text"
-msgid "The WEEKNUM_ADD function is designed to calculate week numbers exactly as Microsoft Excel does. Use the <link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link> function, or format your date cells using the WW formatting code, when you need ISO 8601 week numbers."
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3153745\n"
-"224\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3153685\n"
-"225\n"
-"help.text"
-msgid "WEEKNUM_ADD(Date; ReturnType)"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3159277\n"
-"226\n"
-"help.text"
-msgid "<emph>Date</emph> is the date within the calendar week."
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3154098\n"
-"227\n"
-"help.text"
-msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3152886\n"
-"228\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3149973\n"
-"229\n"
-"help.text"
-msgid "In which week number does 12.24.2001 fall?"
-msgstr ""
-
-#: func_weeknumadd.xhp
-msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3149914\n"
-"230\n"
-"help.text"
-msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"tit\n"
-"help.text"
-msgid "MONTH"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"bm_id3149936\n"
-"help.text"
-msgid "<bookmark_value>MONTH function</bookmark_value>"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"hd_id3149936\n"
-"76\n"
-"help.text"
-msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"par_id3153538\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_MONAT\">Returns the month for the given date value.</ahelp> The month is returned as an integer between 1 and 12."
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"hd_id3149517\n"
-"78\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"par_id3145602\n"
-"79\n"
-"help.text"
-msgid "MONTH(Number)"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"par_id3149485\n"
-"80\n"
-"help.text"
-msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"hd_id3153322\n"
-"81\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"par_id3149244\n"
-"83\n"
-"help.text"
-msgid "=MONTH(NOW()) returns the current month."
-msgstr ""
-
-#: func_month.xhp
-msgctxt ""
-"func_month.xhp\n"
-"par_id3154790\n"
-"84\n"
-"help.text"
-msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"tit\n"
-"help.text"
-msgid "Solver"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"bm_id7654652\n"
-"help.text"
-msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"hd_id9216284\n"
-"help.text"
-msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id9210486\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id8538773\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id7564012\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id1186254\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id7432477\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id7141026\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id8531449\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id9183935\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id946684\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id9607226\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id1939451\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id9038972\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id2423780\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id2569658\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id5474410\n"
-"help.text"
-msgid "To solve equations with the solver"
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id2216559\n"
-"help.text"
-msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id7869502\n"
-"help.text"
-msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box."
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id9852900\n"
-"help.text"
-msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
-msgstr ""
-
-#: solver.xhp
-msgctxt ""
-"solver.xhp\n"
-"par_id5323953\n"
-"help.text"
-msgid "The default solver engine supports only linear equations."
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define Database Range"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"hd_id3157909\n"
-"1\n"
-"help.text"
-msgid "Define Database Range"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3155922\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3149456\n"
-"5\n"
-"help.text"
-msgid "You can only select a rectangular cell range."
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"hd_id3156422\n"
-"3\n"
-"help.text"
-msgid "Name"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3150770\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\">Enter a name for the database range that you want to define, or select an existing name from the list.</ahelp>"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"hd_id3147228\n"
-"6\n"
-"help.text"
-msgid "Range"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3150441\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"hd_id3153188\n"
-"10\n"
-"help.text"
-msgid "Add/Modify"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3153726\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\">Adds the selected cell range to the database range list, or modifies an existing database range.</ahelp>"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"hd_id3150010\n"
-"12\n"
-"help.text"
-msgid "More >>"
-msgstr ""
-
-#: 12010000.xhp
-msgctxt ""
-"12010000.xhp\n"
-"par_id3153144\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "1st, 2nd, 3rd Group"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"hd_id3149784\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3148797\n"
-"3\n"
-"help.text"
-msgid "To insert subtotal values into a table:"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3154908\n"
-"13\n"
-"help.text"
-msgid "Ensure that the columns of the table have labels."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3153968\n"
-"4\n"
-"help.text"
-msgid "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3161831\n"
-"5\n"
-"help.text"
-msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3153188\n"
-"6\n"
-"help.text"
-msgid "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3152460\n"
-"14\n"
-"help.text"
-msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3154321\n"
-"15\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"hd_id3156441\n"
-"7\n"
-"help.text"
-msgid "Group by"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3154013\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SUBT_GROUP\">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</ahelp>"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"hd_id3154943\n"
-"9\n"
-"help.text"
-msgid "Calculate subtotals for"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3147125\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"hd_id3156283\n"
-"11\n"
-"help.text"
-msgid "Use function"
-msgstr ""
-
-#: 12050100.xhp
-msgctxt ""
-"12050100.xhp\n"
-"par_id3145647\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Create Scenario"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3156023\n"
-"1\n"
-"help.text"
-msgid "Create Scenario"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3150541\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN10637\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3156280\n"
-"3\n"
-"help.text"
-msgid "Name of scenario"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3151041\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SCENWIN_TOP\">Defines the name for the scenario. Use a clear and unique name so you can easily identify the scenario.</ahelp> You can also modify a scenario name in the Navigator through the <emph>Properties </emph>context menu command."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3153954\n"
-"14\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3155411\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_SCENWIN_BOTTOM\">Specifies additional information about the scenario. This information will be displayed in the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3145273\n"
-"16\n"
-"help.text"
-msgid "Settings"
-msgstr "Einstellungen"
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3153364\n"
-"17\n"
-"help.text"
-msgid "This section is used to define some of the settings used in the scenario display."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3145367\n"
-"18\n"
-"help.text"
-msgid "Display border"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3151073\n"
-"19\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3149582\n"
-"20\n"
-"help.text"
-msgid "Copy back"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3154942\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\">Copies the values of cells that you change into the active scenario. If you do not select this option, the scenario is not changed when you change cell values. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3149402\n"
-"22\n"
-"help.text"
-msgid "Copy entire sheet"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3146969\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN1075A\n"
-"help.text"
-msgid "Prevent changes"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN1075E\n"
-"help.text"
-msgid "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behavior of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN10778\n"
-"help.text"
-msgid "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN10780\n"
-"help.text"
-msgid "You can only edit cell values if the <emph>Prevent changes</emph> option is selected, if the <emph>Copy back</emph> is option is not selected, and if the cells are not protected."
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_idN1078C\n"
-"help.text"
-msgid "You can only change scenario cell values and write them back into the scenario if the <emph>Prevent changes</emph> option is not selected, if the <emph>Copy back</emph> option is selected, and if the cells are not protected."
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data Field Options"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"bm_id711386\n"
-"help.text"
-msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10542\n"
-"help.text"
-msgid "Data Field Options"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10546\n"
-"help.text"
-msgid "You can specify additional options for column, row, and page data fields in the <link href=\"text/scalc/01/12090105.xhp\">pivot table</link>."
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10557\n"
-"help.text"
-msgid "Sort by"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1055B\n"
-"help.text"
-msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1055E\n"
-"help.text"
-msgid "Ascending"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10562\n"
-"help.text"
-msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10565\n"
-"help.text"
-msgid "Descending"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10569\n"
-"help.text"
-msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialog was opened, the items are sorted by name. If a data field was selected, the items are sorted by the resultant value of the selected data field.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1056C\n"
-"help.text"
-msgid "Manual"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10570\n"
-"help.text"
-msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10585\n"
-"help.text"
-msgid "Display options"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10589\n"
-"help.text"
-msgid "You can specify the display options for all row fields except for the last, innermost row field."
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1058C\n"
-"help.text"
-msgid "Layout"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10593\n"
-"help.text"
-msgid "Empty line after each item"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN10597\n"
-"help.text"
-msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1059A\n"
-"help.text"
-msgid "Show automatically"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN1059E\n"
-"help.text"
-msgid "Displays the top or bottom nn items when you sort by a specified field."
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105A1\n"
-"help.text"
-msgid "Show"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105A5\n"
-"help.text"
-msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105A8\n"
-"help.text"
-msgid "items"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105AC\n"
-"help.text"
-msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105AF\n"
-"help.text"
-msgid "From"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105B3\n"
-"help.text"
-msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105B6\n"
-"help.text"
-msgid "Using field"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105BA\n"
-"help.text"
-msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105BD\n"
-"help.text"
-msgid "Hide items"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105C1\n"
-"help.text"
-msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105C4\n"
-"help.text"
-msgid "Hierarchy"
-msgstr ""
-
-#: 12090106.xhp
-msgctxt ""
-"12090106.xhp\n"
-"par_idN105C8\n"
-"help.text"
-msgid "<ahelp hid=\"1495387657\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Recalculate"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"bm_id3157909\n"
-"help.text"
-msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"hd_id3157909\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3154758\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id315475899\n"
-"help.text"
-msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3150793\n"
-"5\n"
-"help.text"
-msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id315475855\n"
-"help.text"
-msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sheet"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"bm_id1245460\n"
-"help.text"
-msgid "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3155923\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3154758\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3156280\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"hd_id3145787\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_id3150542\n"
-"5\n"
-"help.text"
-msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_idN10656\n"
-"help.text"
-msgid "Right-To-Left"
-msgstr ""
-
-#: 05050000.xhp
-msgctxt ""
-"05050000.xhp\n"
-"par_idN1065A\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SheetRightToLeft\">Changes the orientation of the current sheet to Right-To-Left if <link href=\"text/shared/optionen/01150300.xhp\">CTL</link> support is enabled.</ahelp>"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hide"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"bm_id3147265\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"hd_id3147265\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id3156281\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id3148645\n"
-"3\n"
-"help.text"
-msgid "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id3147427\n"
-"6\n"
-"help.text"
-msgid "You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\" name=\"print range\">print range</link>."
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id3153157\n"
-"5\n"
-"help.text"
-msgid "A break in the row or column header indicates whether the row or column is hidden."
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id3145251\n"
-"4\n"
-"help.text"
-msgid "To display hidden rows, columns or sheets"
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id8337046\n"
-"help.text"
-msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary."
-msgstr ""
-
-#: 05030300.xhp
-msgctxt ""
-"05030300.xhp\n"
-"par_id5532090\n"
-"help.text"
-msgid "Choose <link href=\"text/scalc/01/05030400.xhp\" name=\"Format - Row/Column - Show\">Format - Row/Column - Show</link> or <link href=\"text/scalc/01/05050300.xhp\" name=\"Format - Sheet - Show\">Format - Sheet - Show</link>."
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select Data Source"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"hd_id3143268\n"
-"1\n"
-"help.text"
-msgid "Select Data Source"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3148552\n"
-"2\n"
-"help.text"
-msgid "Select the database and the table or query containing the data that you want to use."
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"hd_id3154140\n"
-"3\n"
-"help.text"
-msgid "Selection"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3125863\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"hd_id3151041\n"
-"5\n"
-"help.text"
-msgid "Database"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3156424\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"hd_id3145364\n"
-"7\n"
-"help.text"
-msgid "Data source"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3149260\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"hd_id3147428\n"
-"9\n"
-"help.text"
-msgid "Type"
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3150010\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\">Click the source type of for the selected data source.</ahelp> You can choose from four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
-msgstr ""
-
-#: 12090101.xhp
-msgctxt ""
-"12090101.xhp\n"
-"par_id3147348\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sheet"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"hd_id3146794\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"par_id3149456\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"hd_id3150792\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"hd_id3153968\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"hd_id3163708\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
-msgstr ""
-
-#: 02200000.xhp
-msgctxt ""
-"02200000.xhp\n"
-"hd_id3163733308\n"
-"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"tit\n"
-"help.text"
-msgid "AutoInput"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"bm_id2486037\n"
-"help.text"
-msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"hd_id3148492\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3150793\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AutoComplete\">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3156422\n"
-"8\n"
-"help.text"
-msgid "The completion text is highlighted."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_idN1065D\n"
-"help.text"
-msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_idN10665\n"
-"help.text"
-msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_idN1066D\n"
-"help.text"
-msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_idN10679\n"
-"help.text"
-msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3150439\n"
-"3\n"
-"help.text"
-msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
-msgstr ""
-
-#: 06130000.xhp
-msgctxt ""
-"06130000.xhp\n"
-"par_id3153363\n"
-"5\n"
-"help.text"
-msgid "AutoInput is case-sensitive. If, for example, you have written \"Total\" in a cell, you cannot enter \"total\" in another cell of the same column without first deactivating AutoInput."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hyphenation"
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"bm_id3159399\n"
-"help.text"
-msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"hd_id3159399\n"
-"1\n"
-"help.text"
-msgid "Hyphenation"
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3154366\n"
-"3\n"
-"help.text"
-msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\" name=\"row break\">row break</link> feature is active."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"hd_id3153192\n"
-"4\n"
-"help.text"
-msgid "Hyphenation for selected cells."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3150868\n"
-"5\n"
-"help.text"
-msgid "Select the cells for which you want to change the hyphenation."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3150440\n"
-"6\n"
-"help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3156441\n"
-"7\n"
-"help.text"
-msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3149260\n"
-"12\n"
-"help.text"
-msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"hd_id3153094\n"
-"8\n"
-"help.text"
-msgid "Hyphenation for Drawing Objects"
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3148577\n"
-"9\n"
-"help.text"
-msgid "Select a drawing object."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3156285\n"
-"10\n"
-"help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr ""
-
-#: 06020000.xhp
-msgctxt ""
-"06020000.xhp\n"
-"par_id3147394\n"
-"11\n"
-"help.text"
-msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"tit\n"
-"help.text"
-msgid "Financial Functions Part Two"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149052\n"
-"1\n"
-"help.text"
-msgid "Financial Functions Part Two"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148742\n"
-"343\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151341\n"
-"344\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3150026\n"
-"help.text"
-msgid "<bookmark_value>PPMT function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150026\n"
-"238\n"
-"help.text"
-msgid "PPMT"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146942\n"
-"239\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KAPZ\">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150459\n"
-"240\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146878\n"
-"241\n"
-"help.text"
-msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151228\n"
-"242\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148887\n"
-"243\n"
-"help.text"
-msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148436\n"
-"244\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153035\n"
-"245\n"
-"help.text"
-msgid "<emph>PV</emph> is the present value in the sequence of payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147474\n"
-"246\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) is the desired (future) value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3144744\n"
-"247\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) defines the due date. F = 1 for payment at the beginning of a period and F = 0 for payment at the end of a period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_idN1067C\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3148582\n"
-"248\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154811\n"
-"249\n"
-"help.text"
-msgid "How high is the periodic monthly payment at an annual interest rate of 8.75% over a period of 3 years? The cash value is 5,000 currency units and is always paid at the beginning of a period. The future value is 8,000 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149246\n"
-"250\n"
-"help.text"
-msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3146139\n"
-"help.text"
-msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3146139\n"
-"252\n"
-"help.text"
-msgid "CUMPRINC"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150140\n"
-"253\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149188\n"
-"254\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148733\n"
-"255\n"
-"help.text"
-msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150864\n"
-"256\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3166052\n"
-"257\n"
-"help.text"
-msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150007\n"
-"258\n"
-"help.text"
-msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153112\n"
-"259\n"
-"help.text"
-msgid "<emph>S</emph> is the first period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146847\n"
-"260\n"
-"help.text"
-msgid "<emph>E</emph> is the last period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145167\n"
-"261\n"
-"help.text"
-msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154502\n"
-"262\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153570\n"
-"263\n"
-"help.text"
-msgid "What are the payoff amounts if the yearly interest rate is 5.5% for 36 months? The cash value is 15,000 currency units. The payoff amount is calculated between the 10th and 18th period. The due date is at the end of the period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149884\n"
-"264\n"
-"help.text"
-msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3150019\n"
-"help.text"
-msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150019\n"
-"182\n"
-"help.text"
-msgid "CUMPRINC_ADD"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145246\n"
-"183\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153047\n"
-"184\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3157970\n"
-"185\n"
-"help.text"
-msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145302\n"
-"186\n"
-"help.text"
-msgid "<emph>Rate</emph> is the interest rate for each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151017\n"
-"187\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155620\n"
-"188\n"
-"help.text"
-msgid "<emph>PV</emph> is the current value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145352\n"
-"189\n"
-"help.text"
-msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3157986\n"
-"190\n"
-"help.text"
-msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150570\n"
-"191\n"
-"help.text"
-msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150269\n"
-"192\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148774\n"
-"193\n"
-"help.text"
-msgid "The following mortgage loan is taken out on a house:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150661\n"
-"194\n"
-"help.text"
-msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155512\n"
-"195\n"
-"help.text"
-msgid "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149394\n"
-"196\n"
-"help.text"
-msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149026\n"
-"197\n"
-"help.text"
-msgid "In the first month you will be repaying the following amount:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154636\n"
-"198\n"
-"help.text"
-msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3155370\n"
-"help.text"
-msgid "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155370\n"
-"266\n"
-"help.text"
-msgid "CUMIPMT"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3158411\n"
-"267\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KUMZINSZ\">Calculates the cumulative interest payments, that is, the total interest, for an investment based on a constant interest rate.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155814\n"
-"268\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147536\n"
-"269\n"
-"help.text"
-msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150475\n"
-"270\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153921\n"
-"271\n"
-"help.text"
-msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153186\n"
-"272\n"
-"help.text"
-msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156259\n"
-"273\n"
-"help.text"
-msgid "<emph>S</emph> is the first period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155990\n"
-"274\n"
-"help.text"
-msgid "<emph>E</emph> is the last period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149777\n"
-"275\n"
-"help.text"
-msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153723\n"
-"276\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147478\n"
-"277\n"
-"help.text"
-msgid "What are the interest payments at a yearly interest rate of 5.5 %, a payment period of monthly payments for 2 years and a current cash value of 5,000 currency units? The start period is the 4th and the end period is the 6th period. The payment is due at the beginning of each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149819\n"
-"278\n"
-"help.text"
-msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3083280\n"
-"help.text"
-msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3083280\n"
-"165\n"
-"help.text"
-msgid "CUMIPMT_ADD"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3152482\n"
-"166\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149713\n"
-"167\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145087\n"
-"168\n"
-"help.text"
-msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149277\n"
-"169\n"
-"help.text"
-msgid "<emph>Rate</emph> is the interest rate for each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149270\n"
-"170\n"
-"help.text"
-msgid "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3152967\n"
-"171\n"
-"help.text"
-msgid "<emph>PV</emph> is the current value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156308\n"
-"172\n"
-"help.text"
-msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149453\n"
-"173\n"
-"help.text"
-msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150962\n"
-"174\n"
-"help.text"
-msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3152933\n"
-"175\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156324\n"
-"176\n"
-"help.text"
-msgid "The following mortgage loan is taken out on a house:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147566\n"
-"177\n"
-"help.text"
-msgid "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151272\n"
-"178\n"
-"help.text"
-msgid "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156130\n"
-"179\n"
-"help.text"
-msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150764\n"
-"180\n"
-"help.text"
-msgid "How much interest must you pay in the first month?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146857\n"
-"181\n"
-"help.text"
-msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3150878\n"
-"help.text"
-msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150878\n"
-"9\n"
-"help.text"
-msgid "PRICE"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153210\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICE\">Calculates the market value of a fixed interest security with a par value of 100 currency units as a function of the forecast yield.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154646\n"
-"11\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3152804\n"
-"12\n"
-"help.text"
-msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156121\n"
-"13\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149983\n"
-"14\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153755\n"
-"15\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155999\n"
-"16\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156114\n"
-"17\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155846\n"
-"18\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153148\n"
-"19\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150260\n"
-"20\n"
-"help.text"
-msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. The nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value is 100 currency units. Interest is paid half-yearly (frequency is 2). With calculation on basis 0, the price is as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147273\n"
-"21\n"
-"help.text"
-msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3151297\n"
-"help.text"
-msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3151297\n"
-"22\n"
-"help.text"
-msgid "PRICEDISC"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155100\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149294\n"
-"24\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146084\n"
-"25\n"
-"help.text"
-msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3159179\n"
-"26\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154304\n"
-"27\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156014\n"
-"28\n"
-"help.text"
-msgid "<emph>Discount</emph> is the discount of a security as a percentage."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147489\n"
-"29\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3152794\n"
-"30\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149198\n"
-"31\n"
-"help.text"
-msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151178\n"
-"32\n"
-"help.text"
-msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3154693\n"
-"help.text"
-msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154693\n"
-"33\n"
-"help.text"
-msgid "PRICEMAT"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153906\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_PRICEMAT\">Calculates the price per 100 currency units of par value of a security, that pays interest on the maturity date.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154933\n"
-"35\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155393\n"
-"36\n"
-"help.text"
-msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153102\n"
-"37\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150530\n"
-"38\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149903\n"
-"39\n"
-"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148828\n"
-"40\n"
-"help.text"
-msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146993\n"
-"41\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150507\n"
-"42\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154289\n"
-"43\n"
-"help.text"
-msgid "Settlement date: February 15 1999, maturity date: April 13 1999, issue date: November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: 30/360 = 0."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154905\n"
-"44\n"
-"help.text"
-msgid "The price is calculated as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3158409\n"
-"45\n"
-"help.text"
-msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3148448\n"
-"help.text"
-msgid "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3148448\n"
-"280\n"
-"help.text"
-msgid "DURATION"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153056\n"
-"281\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3145421\n"
-"282\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148933\n"
-"283\n"
-"help.text"
-msgid "DURATION(Rate; PV; FV)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148801\n"
-"284\n"
-"help.text"
-msgid "<emph>Rate</emph> is a constant. The interest rate is to be calculated for the entire duration (duration period). The interest rate per period is calculated by dividing the interest rate by the calculated duration. The internal rate for an annuity is to be entered as Rate/12."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147239\n"
-"285\n"
-"help.text"
-msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147515\n"
-"286\n"
-"help.text"
-msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153579\n"
-"287\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148480\n"
-"288\n"
-"help.text"
-msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3148912\n"
-"help.text"
-msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3148912\n"
-"290\n"
-"help.text"
-msgid "SLN"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149154\n"
-"291\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LIA\">Returns the straight-line depreciation of an asset for one period.</ahelp> The amount of the depreciation is constant during the depreciation period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153240\n"
-"292\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3166456\n"
-"293\n"
-"help.text"
-msgid "SLN(Cost; Salvage; Life)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146955\n"
-"294\n"
-"help.text"
-msgid "<emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149796\n"
-"295\n"
-"help.text"
-msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3166444\n"
-"296\n"
-"help.text"
-msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155579\n"
-"297\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154098\n"
-"298\n"
-"help.text"
-msgid "Office equipment with an initial cost of 50,000 currency units is to be depreciated over 7 years. The value at the end of the depreciation is to be 3,500 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153390\n"
-"299\n"
-"help.text"
-msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3153739\n"
-"help.text"
-msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153739\n"
-"217\n"
-"help.text"
-msgid "MDURATION"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149923\n"
-"218\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149964\n"
-"219\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148987\n"
-"220\n"
-"help.text"
-msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148619\n"
-"221\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149805\n"
-"222\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154338\n"
-"223\n"
-"help.text"
-msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148466\n"
-"224\n"
-"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149423\n"
-"225\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154602\n"
-"226\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148652\n"
-"227\n"
-"help.text"
-msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. The nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how long is the modified duration?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145378\n"
-"228\n"
-"help.text"
-msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3149242\n"
-"help.text"
-msgid "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149242\n"
-"301\n"
-"help.text"
-msgid "NPV"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145308\n"
-"302\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149937\n"
-"303\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153321\n"
-"304\n"
-"help.text"
-msgid "NPV(Rate; Value1; Value2; ...)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150630\n"
-"305\n"
-"help.text"
-msgid "<emph>Rate</emph> is the discount rate for a period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150427\n"
-"306\n"
-"help.text"
-msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153538\n"
-"307\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154800\n"
-"308\n"
-"help.text"
-msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3143270\n"
-"309\n"
-"help.text"
-msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3149484\n"
-"help.text"
-msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149484\n"
-"311\n"
-"help.text"
-msgid "NOMINAL"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149596\n"
-"312\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3151252\n"
-"313\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3152769\n"
-"314\n"
-"help.text"
-msgid "NOMINAL(EffectiveRate; NPerY)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147521\n"
-"315\n"
-"help.text"
-msgid "<emph>EffectiveRate</emph> is the effective interest rate"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156334\n"
-"316\n"
-"help.text"
-msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154473\n"
-"317\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147091\n"
-"318\n"
-"help.text"
-msgid "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154831\n"
-"319\n"
-"help.text"
-msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3155123\n"
-"help.text"
-msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155123\n"
-"229\n"
-"help.text"
-msgid "NOMINAL_ADD"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148671\n"
-"230\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_NOMINAL\">Calculates the annual nominal rate of interest on the basis of the effective rate and the number of interest payments per annum.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155611\n"
-"231\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156157\n"
-"232\n"
-"help.text"
-msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153777\n"
-"233\n"
-"help.text"
-msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150409\n"
-"234\n"
-"help.text"
-msgid "<emph>NPerY</emph> the number of interest payments per year."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3146789\n"
-"235\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145777\n"
-"236\n"
-"help.text"
-msgid "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156146\n"
-"237\n"
-"help.text"
-msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3159087\n"
-"help.text"
-msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3159087\n"
-"208\n"
-"help.text"
-msgid "DOLLARFR"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150593\n"
-"209\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3151106\n"
-"210\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3152959\n"
-"211\n"
-"help.text"
-msgid "DOLLARFR(DecimalDollar; Fraction)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149558\n"
-"212\n"
-"help.text"
-msgid "<emph>DecimalDollar</emph> is a decimal number."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153672\n"
-"213\n"
-"help.text"
-msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3156274\n"
-"214\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153795\n"
-"215\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150995\n"
-"216\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3154671\n"
-"help.text"
-msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154671\n"
-"199\n"
-"help.text"
-msgid "DOLLARDE"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154418\n"
-"200\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3146124\n"
-"201\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150348\n"
-"202\n"
-"help.text"
-msgid "DOLLARDE(FractionalDollar; Fraction)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154111\n"
-"203\n"
-"help.text"
-msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153695\n"
-"204\n"
-"help.text"
-msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153884\n"
-"205\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150941\n"
-"206\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150830\n"
-"207\n"
-"help.text"
-msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3148974\n"
-"help.text"
-msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3148974\n"
-"321\n"
-"help.text"
-msgid "MIRR"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155497\n"
-"322\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154354\n"
-"323\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148399\n"
-"324\n"
-"help.text"
-msgid "MIRR(Values; Investment; ReinvestRate)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155896\n"
-"325\n"
-"help.text"
-msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149998\n"
-"326\n"
-"help.text"
-msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3159408\n"
-"327\n"
-"help.text"
-msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154714\n"
-"328\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147352\n"
-"329\n"
-"help.text"
-msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3149323\n"
-"help.text"
-msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149323\n"
-"129\n"
-"help.text"
-msgid "YIELD"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150643\n"
-"130\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149344\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149744\n"
-"132\n"
-"help.text"
-msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154526\n"
-"133\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153266\n"
-"134\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151284\n"
-"135\n"
-"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147314\n"
-"136\n"
-"help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145156\n"
-"137\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3159218\n"
-"138\n"
-"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3147547\n"
-"139\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151214\n"
-"140\n"
-"help.text"
-msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. The rate of interest is 5.75%. The price is 95.04287 currency units per 100 units of par value, the redemption value is 100 units. Interest is paid half-yearly (frequency = 2) and the basis is 0. How high is the yield?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154194\n"
-"141\n"
-"help.text"
-msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3150100\n"
-"help.text"
-msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150100\n"
-"142\n"
-"help.text"
-msgid "YIELDDISC"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150486\n"
-"143\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149171\n"
-"144\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3159191\n"
-"145\n"
-"help.text"
-msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150237\n"
-"146\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146924\n"
-"147\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151201\n"
-"148\n"
-"help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156049\n"
-"149\n"
-"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3154139\n"
-"150\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3163815\n"
-"151\n"
-"help.text"
-msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. The price is 99.795 currency units per 100 units of par value, the redemption value is 100 units. The basis is 2. How high is the yield?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155187\n"
-"152\n"
-"help.text"
-msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3155140\n"
-"help.text"
-msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155140\n"
-"153\n"
-"help.text"
-msgid "YIELDMAT"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151332\n"
-"154\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_YIELDMAT\">Calculates the annual yield of a security, the interest of which is paid on the date of maturity.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3159100\n"
-"155\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3159113\n"
-"156\n"
-"help.text"
-msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149309\n"
-"157\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151381\n"
-"158\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153302\n"
-"159\n"
-"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147140\n"
-"160\n"
-"help.text"
-msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3151067\n"
-"161\n"
-"help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155342\n"
-"162\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3163717\n"
-"163\n"
-"help.text"
-msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155311\n"
-"164\n"
-"help.text"
-msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3149577\n"
-"help.text"
-msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149577\n"
-"330\n"
-"help.text"
-msgid "PMT"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148563\n"
-"331\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3145257\n"
-"332\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147278\n"
-"333\n"
-"help.text"
-msgid "PMT(Rate; NPer; PV; FV; Type)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3147291\n"
-"334\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148641\n"
-"335\n"
-"help.text"
-msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156360\n"
-"336\n"
-"help.text"
-msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154920\n"
-"337\n"
-"help.text"
-msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156434\n"
-"338\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) is the due date for the periodic payments. Type=1 is payment at the beginning and Type=0 is payment at the end of each period."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_idN11645\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3152358\n"
-"339\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154222\n"
-"340\n"
-"help.text"
-msgid "What are the periodic payments at a yearly interest rate of 1.99% if the payment time is 3 years and the cash value is 25,000 currency units. There are 36 months as 36 payment periods, and the interest rate per payment period is 1.99%/12."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155943\n"
-"341\n"
-"help.text"
-msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3155799\n"
-"help.text"
-msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155799\n"
-"58\n"
-"help.text"
-msgid "TBILLEQ"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154403\n"
-"59\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill ().</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3155080\n"
-"60\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150224\n"
-"61\n"
-"help.text"
-msgid "TBILLEQ(Settlement; Maturity; Discount)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156190\n"
-"62\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153827\n"
-"63\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150310\n"
-"64\n"
-"help.text"
-msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3150324\n"
-"65\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153173\n"
-"66\n"
-"help.text"
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3153520\n"
-"67\n"
-"help.text"
-msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154382\n"
-"68\n"
-"help.text"
-msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3151032\n"
-"help.text"
-msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3151032\n"
-"69\n"
-"help.text"
-msgid "TBILLPRICE"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3157887\n"
-"70\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3156374\n"
-"71\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3150284\n"
-"72\n"
-"help.text"
-msgid "TBILLPRICE(Settlement; Maturity; Discount)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154059\n"
-"73\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154073\n"
-"74\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145765\n"
-"75\n"
-"help.text"
-msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3153373\n"
-"76\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3155542\n"
-"77\n"
-"help.text"
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154578\n"
-"78\n"
-"help.text"
-msgid "The price of the treasury bill is worked out as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3154592\n"
-"79\n"
-"help.text"
-msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"bm_id3152912\n"
-"help.text"
-msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3152912\n"
-"80\n"
-"help.text"
-msgid "TBILLYIELD"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145560\n"
-"81\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3145578\n"
-"82\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156077\n"
-"83\n"
-"help.text"
-msgid "TBILLYIELD(Settlement; Maturity; Price)"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3156091\n"
-"84\n"
-"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3157856\n"
-"85\n"
-"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3149627\n"
-"86\n"
-"help.text"
-msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"hd_id3149642\n"
-"87\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145178\n"
-"88\n"
-"help.text"
-msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3145193\n"
-"89\n"
-"help.text"
-msgid "The yield of the treasury bill is worked out as follows:"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148528\n"
-"90\n"
-"help.text"
-msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3148546\n"
-"345\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
-msgstr ""
-
-#: 04060119.xhp
-msgctxt ""
-"04060119.xhp\n"
-"par_id3146762\n"
-"346\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
-msgstr ""
-
-#: 02190000.xhp
-msgctxt ""
-"02190000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete Manual Breaks"
-msgstr ""
-
-#: 02190000.xhp
-msgctxt ""
-"02190000.xhp\n"
-"hd_id3150541\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
-msgstr ""
-
-#: 02190000.xhp
-msgctxt ""
-"02190000.xhp\n"
-"par_id3154365\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
-msgstr ""
-
-#: 05100200.xhp
-msgctxt ""
-"05100200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Split Cells"
-msgstr ""
-
-#: 05100200.xhp
-msgctxt ""
-"05100200.xhp\n"
-"hd_id3154654\n"
-"help.text"
-msgid "Split Cells"
-msgstr ""
-
-#: 05100200.xhp
-msgctxt ""
-"05100200.xhp\n"
-"par_id3083451\n"
-"help.text"
-msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
-msgstr ""
-
-#: 05100200.xhp
-msgctxt ""
-"05100200.xhp\n"
-"par_id3154023\n"
-"help.text"
-msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
-msgstr ""
-
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Columns"
-msgstr ""
-
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
-msgstr ""
-
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
-msgstr ""
-
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"par_id3150791\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Group and Outline"
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"bm_id3152350\n"
-"help.text"
-msgid "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"hd_id3152350\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"par_id3150793\n"
-"2\n"
-"help.text"
-msgid "You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click."
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"hd_id3147229\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
-msgstr ""
-
-#: 12080000.xhp
-msgctxt ""
-"12080000.xhp\n"
-"hd_id3153188\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"tit\n"
-"help.text"
-msgid "YEAR"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"bm_id3153982\n"
-"help.text"
-msgid "<bookmark_value>YEAR function</bookmark_value>"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"hd_id3153982\n"
-"37\n"
-"help.text"
-msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3147496\n"
-"38\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"hd_id3146090\n"
-"39\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3154304\n"
-"40\n"
-"help.text"
-msgid "YEAR(Number)"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3156013\n"
-"41\n"
-"help.text"
-msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"hd_id3152797\n"
-"42\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3145668\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3151168\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
-msgstr ""
-
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3150115\n"
-"45\n"
-"help.text"
-msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"tit\n"
-"help.text"
-msgid "DAY"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"bm_id3147317\n"
-"help.text"
-msgid "<bookmark_value>DAY function</bookmark_value>"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"hd_id3147317\n"
-"106\n"
-"help.text"
-msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3147584\n"
-"107\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TAG\">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value."
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"hd_id3150487\n"
-"108\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3149430\n"
-"109\n"
-"help.text"
-msgid "DAY(Number)"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3149443\n"
-"110\n"
-"help.text"
-msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"hd_id3163809\n"
-"111\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3151200\n"
-"112\n"
-"help.text"
-msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3154130\n"
-"113\n"
-"help.text"
-msgid "DAY(NOW()) returns the current day."
-msgstr ""
-
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3159190\n"
-"114\n"
-"help.text"
-msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"tit\n"
-"help.text"
-msgid "Spreadsheet Functions"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3148522\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148522\n"
-"1\n"
-"help.text"
-msgid "Spreadsheet Functions"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3144508\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3146968\n"
-"help.text"
-msgid "<bookmark_value>ADDRESS function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3146968\n"
-"3\n"
-"help.text"
-msgid "ADDRESS"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155762\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> You can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301348\n"
-"help.text"
-msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301445\n"
-"help.text"
-msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230153\n"
-"help.text"
-msgid "In INDIRECT, the parameter is appended as the second parameter."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230151\n"
-"help.text"
-msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301556\n"
-"help.text"
-msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301521\n"
-"help.text"
-msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301650\n"
-"help.text"
-msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230162\n"
-"help.text"
-msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301756\n"
-"help.text"
-msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3151196\n"
-"5\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154707\n"
-"6\n"
-"help.text"
-msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147505\n"
-"7\n"
-"help.text"
-msgid "<emph>Row</emph> represents the row number for the cell reference"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145323\n"
-"8\n"
-"help.text"
-msgid "<emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153074\n"
-"9\n"
-"help.text"
-msgid "<emph>Abs</emph> determines the type of reference:"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153298\n"
-"10\n"
-"help.text"
-msgid "1: absolute ($A$1)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150431\n"
-"11\n"
-"help.text"
-msgid "2: row reference type is absolute; column reference is relative (A$1)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146096\n"
-"12\n"
-"help.text"
-msgid "3: row (relative); column (absolute) ($A1)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153334\n"
-"13\n"
-"help.text"
-msgid "4: relative (A1)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802465915\n"
-"help.text"
-msgid "<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."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153962\n"
-"14\n"
-"help.text"
-msgid "<emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3147299\n"
-"15\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148744\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3159260\n"
-"17\n"
-"help.text"
-msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3150372\n"
-"help.text"
-msgid "<bookmark_value>AREAS function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3150372\n"
-"19\n"
-"help.text"
-msgid "AREAS"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150036\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BEREICHE\">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id061020090307073\n"
-"help.text"
-msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3145222\n"
-"21\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155907\n"
-"22\n"
-"help.text"
-msgid "AREAS(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153118\n"
-"23\n"
-"help.text"
-msgid "Reference represents the reference to a cell or cell range."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148891\n"
-"24\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149946\n"
-"25\n"
-"help.text"
-msgid "<item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146820\n"
-"26\n"
-"help.text"
-msgid "<item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3148727\n"
-"help.text"
-msgid "<bookmark_value>DDE function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148727\n"
-"28\n"
-"help.text"
-msgid "DDE"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149434\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3150700\n"
-"30\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148886\n"
-"31\n"
-"help.text"
-msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154842\n"
-"32\n"
-"help.text"
-msgid "<emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153034\n"
-"33\n"
-"help.text"
-msgid "<emph>File</emph> is the complete file name, including path specification."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147472\n"
-"34\n"
-"help.text"
-msgid "<emph>Range</emph> is the area containing the data to be evaluated."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3152773\n"
-"184\n"
-"help.text"
-msgid "<emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154383\n"
-"185\n"
-"help.text"
-msgid "<emph>Mode</emph>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145146\n"
-"186\n"
-"help.text"
-msgid "<emph>Effect</emph>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154558\n"
-"187\n"
-"help.text"
-msgid "0 or missing"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145596\n"
-"188\n"
-"help.text"
-msgid "Number format from the \"Default\" cell style"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3152785\n"
-"189\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154380\n"
-"190\n"
-"help.text"
-msgid "Data are always interpreted in the standard format for US English"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150279\n"
-"191\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153775\n"
-"192\n"
-"help.text"
-msgid "Data are retrieved as text; no conversion to numbers"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3149546\n"
-"35\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148734\n"
-"36\n"
-"help.text"
-msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153081\n"
-"37\n"
-"help.text"
-msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3153114\n"
-"help.text"
-msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153114\n"
-"38\n"
-"help.text"
-msgid "ERRORTYPE"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148568\n"
-"39\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Returns the number corresponding to an <link href=\"text/scalc/05/02140000.xhp\" name=\"error value\">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149877\n"
-"40\n"
-"help.text"
-msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3154327\n"
-"41\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151322\n"
-"42\n"
-"help.text"
-msgid "ERRORTYPE(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150132\n"
-"43\n"
-"help.text"
-msgid "<emph>Reference</emph> contains the address of the cell in which the error occurs."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3145248\n"
-"44\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146904\n"
-"45\n"
-"help.text"
-msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3151221\n"
-"help.text"
-msgid "<bookmark_value>INDEX function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3151221\n"
-"47\n"
-"help.text"
-msgid "INDEX"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150268\n"
-"48\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3156063\n"
-"49\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149007\n"
-"50\n"
-"help.text"
-msgid "INDEX(Reference; Row; Column; Range)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153260\n"
-"51\n"
-"help.text"
-msgid "<emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145302\n"
-"52\n"
-"help.text"
-msgid "<emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154628\n"
-"53\n"
-"help.text"
-msgid "<emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155514\n"
-"54\n"
-"help.text"
-msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3145264\n"
-"55\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3159112\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150691\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id4109012\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id9272133\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3158419\n"
-"58\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number <item type=\"input\">2</item> as the <emph>range</emph> parameter."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148595\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id9960020\n"
-"help.text"
-msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3153181\n"
-"help.text"
-msgid "<bookmark_value>INDIRECT function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153181\n"
-"62\n"
-"help.text"
-msgid "INDIRECT"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147169\n"
-"63\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_INDIREKT\">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153717\n"
-"64\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149824\n"
-"65\n"
-"help.text"
-msgid "INDIRECT(Ref; A1)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154317\n"
-"66\n"
-"help.text"
-msgid "<emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802470312\n"
-"help.text"
-msgid "<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."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN10CAE\n"
-"help.text"
-msgid "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)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3150389\n"
-"67\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150608\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3083286\n"
-"181\n"
-"help.text"
-msgid "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3154818\n"
-"help.text"
-msgid "<bookmark_value>COLUMN function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3154818\n"
-"70\n"
-"help.text"
-msgid "COLUMN"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149711\n"
-"193\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3149283\n"
-"72\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149447\n"
-"73\n"
-"help.text"
-msgid "COLUMN(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156310\n"
-"74\n"
-"help.text"
-msgid "<emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155837\n"
-"194\n"
-"help.text"
-msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3152932\n"
-"75\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147571\n"
-"76\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147079\n"
-"77\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146861\n"
-"195\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMN(D3:G10)</item> returns 4 because column D is the fourth column in the table and the COLUMN function is not used as an array formula. (In this case, the first value of the array is always used as the result.)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156320\n"
-"196\n"
-"help.text"
-msgid "<item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150872\n"
-"197\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153277\n"
-"198\n"
-"help.text"
-msgid "<item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3154643\n"
-"help.text"
-msgid "<bookmark_value>COLUMNS function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3154643\n"
-"79\n"
-"help.text"
-msgid "COLUMNS"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151182\n"
-"80\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3149141\n"
-"81\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154047\n"
-"82\n"
-"help.text"
-msgid "COLUMNS(Array)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154745\n"
-"83\n"
-"help.text"
-msgid "<emph>Array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153622\n"
-"84\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149577\n"
-"200\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145649\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155846\n"
-"201\n"
-"help.text"
-msgid "<item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3153152\n"
-"help.text"
-msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153152\n"
-"87\n"
-"help.text"
-msgid "VLOOKUP"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149984\n"
-"88\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SVERWEIS\">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3146898\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150156\n"
-"90\n"
-"help.text"
-msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149289\n"
-"91\n"
-"help.text"
-msgid "<emph>SearchCriterion</emph> is the value searched for in the first column of the array."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153884\n"
-"92\n"
-"help.text"
-msgid "<emph>Array</emph> is the reference, which is to comprise at least two columns."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156005\n"
-"93\n"
-"help.text"
-msgid "<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151208\n"
-"94\n"
-"help.text"
-msgid "<emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero if the first column is not sorted in ascending order. Sorted columns can be searched much faster and the function always returns a value, even if the search value was not matched exactly, if it is between the lowest and highest value of the sorted list. In unsorted lists, the search value must be matched exactly. Otherwise the function will return this message: <emph>Error: Value Not Available</emph>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3147487\n"
-"95\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154129\n"
-"96\n"
-"help.text"
-msgid "You want to enter the number of a dish on the menu in cell A1, and the name of the dish is to appear as text in the neighboring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3145663\n"
-"97\n"
-"help.text"
-msgid "Enter the following formula in B1:"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151172\n"
-"98\n"
-"help.text"
-msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149200\n"
-"99\n"
-"help.text"
-msgid "As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3153905\n"
-"help.text"
-msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153905\n"
-"215\n"
-"help.text"
-msgid "SHEET"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150309\n"
-"216\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TABELLE\">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148564\n"
-"217\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153095\n"
-"218\n"
-"help.text"
-msgid "SHEET(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154588\n"
-"219\n"
-"help.text"
-msgid "<emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3155399\n"
-"220\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146988\n"
-"221\n"
-"help.text"
-msgid "<item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3148829\n"
-"help.text"
-msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148829\n"
-"222\n"
-"help.text"
-msgid "SHEETS"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148820\n"
-"223\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TABELLEN\">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3154220\n"
-"224\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150777\n"
-"225\n"
-"help.text"
-msgid "SHEETS(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153060\n"
-"226\n"
-"help.text"
-msgid "<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3149766\n"
-"227\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150507\n"
-"228\n"
-"help.text"
-msgid "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3158407\n"
-"help.text"
-msgid "<bookmark_value>MATCH function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3158407\n"
-"101\n"
-"help.text"
-msgid "MATCH"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154896\n"
-"102\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VERGLEICH\">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153834\n"
-"103\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3159152\n"
-"104\n"
-"help.text"
-msgid "MATCH(SearchCriterion; LookupArray; Type)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149336\n"
-"105\n"
-"help.text"
-msgid "<emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3159167\n"
-"106\n"
-"help.text"
-msgid "<emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147239\n"
-"107\n"
-"help.text"
-msgid "<emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154265\n"
-"231\n"
-"help.text"
-msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147528\n"
-"232\n"
-"help.text"
-msgid "If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. This applies even when the search array is not sorted. For Type = -1, the first value that is larger or equal is returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3155119\n"
-"108\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155343\n"
-"109\n"
-"help.text"
-msgid "<item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3158430\n"
-"help.text"
-msgid "<bookmark_value>OFFSET function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3158430\n"
-"111\n"
-"help.text"
-msgid "OFFSET"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149167\n"
-"112\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VERSCHIEBUNG\">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3146952\n"
-"113\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3159194\n"
-"114\n"
-"help.text"
-msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3152360\n"
-"115\n"
-"help.text"
-msgid "<emph>Reference</emph> is the reference from which the function searches for the new reference."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156032\n"
-"116\n"
-"help.text"
-msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3166458\n"
-"117\n"
-"help.text"
-msgid "<emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150708\n"
-"118\n"
-"help.text"
-msgid "<emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147278\n"
-"119\n"
-"help.text"
-msgid "<emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id8662373\n"
-"help.text"
-msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id9051484\n"
-"help.text"
-msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN1104B\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3155586\n"
-"120\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149744\n"
-"121\n"
-"help.text"
-msgid "<item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id7439802\n"
-"help.text"
-msgid "<item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3009430\n"
-"help.text"
-msgid "<item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id2629169\n"
-"help.text"
-msgid "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id6668599\n"
-"help.text"
-msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153739\n"
-"122\n"
-"help.text"
-msgid "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3159273\n"
-"help.text"
-msgid "<bookmark_value>LOOKUP function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3159273\n"
-"123\n"
-"help.text"
-msgid "LOOKUP"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153389\n"
-"124\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> and <link href=\"text/scalc/01/04060109.xhp\" name=\"HLOOKUP\">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id4484084\n"
-"help.text"
-msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3152947\n"
-"125\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154104\n"
-"126\n"
-"help.text"
-msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150646\n"
-"127\n"
-"help.text"
-msgid "<emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154854\n"
-"128\n"
-"help.text"
-msgid "<emph>SearchVector</emph> is the single-row or single-column area to be searched."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149925\n"
-"129\n"
-"help.text"
-msgid "<emph>ResultVector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3148624\n"
-"130\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149809\n"
-"131\n"
-"help.text"
-msgid "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3149425\n"
-"help.text"
-msgid "<bookmark_value>STYLE function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3149425\n"
-"133\n"
-"help.text"
-msgid "STYLE"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150826\n"
-"134\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3145373\n"
-"135\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149302\n"
-"136\n"
-"help.text"
-msgid "STYLE(\"Style\"; Time; \"Style2\")"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150596\n"
-"137\n"
-"help.text"
-msgid "<emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156149\n"
-"138\n"
-"help.text"
-msgid "<emph>Time</emph> is an optional time range in seconds. If this parameter is missing the style will not be changed after a certain amount of time has passed."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149520\n"
-"139\n"
-"help.text"
-msgid "<emph>Style2</emph> is the optional name of a cell style assigned to the cell after a certain amount of time has passed. If this parameter is missing \"Default\" is assumed."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN111CA\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3159254\n"
-"140\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151374\n"
-"141\n"
-"help.text"
-msgid "<item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> formats the cell in transparent format for 60 seconds after the document was recalculated or loaded, then the Default format is assigned. Both cell formats have to be defined beforehand."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id8056886\n"
-"help.text"
-msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3668935\n"
-"help.text"
-msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3042085\n"
-"help.text"
-msgid "See also CURRENT() for another example."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3150430\n"
-"help.text"
-msgid "<bookmark_value>CHOOSE function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3150430\n"
-"142\n"
-"help.text"
-msgid "CHOOSE"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3143270\n"
-"143\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3153533\n"
-"144\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155425\n"
-"145\n"
-"help.text"
-msgid "CHOOSE(Index; Value1; ...; Value30)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3144755\n"
-"146\n"
-"help.text"
-msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3149939\n"
-"147\n"
-"help.text"
-msgid "<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3151253\n"
-"148\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150625\n"
-"149\n"
-"help.text"
-msgid "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3151001\n"
-"help.text"
-msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3151001\n"
-"151\n"
-"help.text"
-msgid "HLOOKUP"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148688\n"
-"152\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WVERWEIS\">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3154661\n"
-"153\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3146070\n"
-"154\n"
-"help.text"
-msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148672\n"
-"155\n"
-"help.text"
-msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3147321\n"
-"help.text"
-msgid "<bookmark_value>ROW function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3147321\n"
-"157\n"
-"help.text"
-msgid "ROW"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154564\n"
-"203\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3158439\n"
-"159\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154916\n"
-"160\n"
-"help.text"
-msgid "ROW(Reference)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3156336\n"
-"161\n"
-"help.text"
-msgid "<emph>Reference</emph> is a cell, an area, or the name of an area."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3151109\n"
-"204\n"
-"help.text"
-msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3155609\n"
-"162\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154830\n"
-"205\n"
-"help.text"
-msgid "<item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3147094\n"
-"206\n"
-"help.text"
-msgid "<item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153701\n"
-"207\n"
-"help.text"
-msgid "<item type=\"input\">=ROW(D5:D8)</item> returns 5 because the ROW function is not used as array formula and only the number of the first row of the reference is returned."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150996\n"
-"208\n"
-"help.text"
-msgid "<item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153671\n"
-"209\n"
-"help.text"
-msgid "<item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3153790\n"
-"210\n"
-"help.text"
-msgid "<item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id3145772\n"
-"help.text"
-msgid "<bookmark_value>ROWS function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3145772\n"
-"166\n"
-"help.text"
-msgid "ROWS"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3148971\n"
-"167\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3156051\n"
-"168\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154357\n"
-"169\n"
-"help.text"
-msgid "ROWS(Array)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155942\n"
-"170\n"
-"help.text"
-msgid "<emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3155869\n"
-"171\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3154725\n"
-"212\n"
-"help.text"
-msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3150102\n"
-"172\n"
-"help.text"
-msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3155143\n"
-"213\n"
-"help.text"
-msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id9959410\n"
-"help.text"
-msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11798\n"
-"help.text"
-msgid "HYPERLINK"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN117F1\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11800\n"
-"help.text"
-msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11803\n"
-"help.text"
-msgid "To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN1180A\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN1180E\n"
-"help.text"
-msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11811\n"
-"help.text"
-msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id0907200912224576\n"
-"help.text"
-msgid "The number 0 is returned for empty cells and matrix elements."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11823\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11827\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN1182A\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id0907200912224534\n"
-"help.text"
-msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN1182D\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. The function adds http://www.example.org to the URL of the hyperlink cell and returns the same text which is used as formula result."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_idN11830\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id8859523\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id2958769\n"
-"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"bm_id7682424\n"
-"help.text"
-msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3747062\n"
-"help.text"
-msgid "GETPIVOTDATA"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3593859\n"
-"help.text"
-msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id9741508\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id909451\n"
-"help.text"
-msgid "Two different syntax definitions can be used:"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1665089\n"
-"help.text"
-msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id4997100\n"
-"help.text"
-msgid "GETPIVOTDATA(pivot table; Constraints)"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id1672109\n"
-"help.text"
-msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id9464094\n"
-"help.text"
-msgid "First Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id9302346\n"
-"help.text"
-msgid "<emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id8296151\n"
-"help.text"
-msgid "<emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id4809411\n"
-"help.text"
-msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id6454969\n"
-"help.text"
-msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id79042\n"
-"help.text"
-msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id7928708\n"
-"help.text"
-msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3864253\n"
-"help.text"
-msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"hd_id3144016\n"
-"help.text"
-msgid "Second Syntax"
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id9937131\n"
-"help.text"
-msgid "<emph>pivot table</emph> has the same meaning as in the first syntax."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id5616626\n"
-"help.text"
-msgid "<emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id4076357\n"
-"help.text"
-msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id8231757\n"
-"help.text"
-msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
-msgstr ""
-
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"par_id3168736\n"
-"help.text"
-msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Error Alert"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3153821\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3153379\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3154138\n"
-"25\n"
-"help.text"
-msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3156280\n"
-"3\n"
-"help.text"
-msgid "Show error message when invalid values are entered."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3150768\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3146984\n"
-"5\n"
-"help.text"
-msgid "In both cases, if you select \"Stop\", the invalid entry is deleted and the previous value is reentered in the cell. The same applies if you close the \"Warning\" and \"Information\" dialogs by clicking the <emph>Cancel </emph>button. If you close the dialogs with the <emph>OK</emph> button, the invalid entry is not deleted."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3152460\n"
-"6\n"
-"help.text"
-msgid "Contents"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3148646\n"
-"8\n"
-"help.text"
-msgid "Action"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3151115\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The \"Stop\" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>."
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3156441\n"
-"10\n"
-"help.text"
-msgid "Browse"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3153160\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp>"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3153876\n"
-"12\n"
-"help.text"
-msgid "Title"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3149410\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp>"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"hd_id3154510\n"
-"14\n"
-"help.text"
-msgid "Error message"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3149122\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\">Enter the message that you want to display when invalid data is entered in a cell.</ahelp>"
-msgstr ""
-
-#: 12120300.xhp
-msgctxt ""
-"12120300.xhp\n"
-"par_id3150752\n"
-"16\n"
-"help.text"
-msgid "<emph>Sample macro:</emph>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Goal Seek"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3155629\n"
-"1\n"
-"help.text"
-msgid "Goal Seek"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3145119\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialog where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell."
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3149656\n"
-"3\n"
-"help.text"
-msgid "Default"
-msgstr "Standard"
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3151211\n"
-"4\n"
-"help.text"
-msgid "In this section, you can define the variables in your formula."
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3150869\n"
-"5\n"
-"help.text"
-msgid "Formula cell"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3153194\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box."
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3154685\n"
-"7\n"
-"help.text"
-msgid "Target value"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3146984\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3150012\n"
-"9\n"
-"help.text"
-msgid "Variable cell"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3147427\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Functions by Category"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"bm_id3148575\n"
-"help.text"
-msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3154944\n"
-"16\n"
-"help.text"
-msgid "Functions by Category"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"par_id3149378\n"
-"2\n"
-"help.text"
-msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"par_id0120200910234570\n"
-"help.text"
-msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3146972\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3155443\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3147339\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3153963\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3146316\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3148485\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3150363\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3150208\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3166428\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3145585\n"
-"12\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"hd_id3156449\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"par_id3150715\n"
-"14\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
-msgstr ""
-
-#: 04060100.xhp
-msgctxt ""
-"04060100.xhp\n"
-"par_id0902200809540918\n"
-"help.text"
-msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"tit\n"
-"help.text"
-msgid "Filter"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3153970\n"
-"1\n"
-"help.text"
-msgid "Filter"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3150448\n"
-"2\n"
-"help.text"
-msgid "Set the filtering options for the data."
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3151043\n"
-"3\n"
-"help.text"
-msgid "Filter Criteria"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3150440\n"
-"4\n"
-"help.text"
-msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3159153\n"
-"5\n"
-"help.text"
-msgid "Operator"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3153093\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3152462\n"
-"7\n"
-"help.text"
-msgid "Field name"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3155306\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\" visibility=\"visible\">Select the field that you want to use in the filter. If field names are not available, the column labels are listed.</ahelp>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3148575\n"
-"9\n"
-"help.text"
-msgid "Condition"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3147394\n"
-"10\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\">Select an operator to compare the <emph>Field name</emph> and <emph>Value</emph> entries.</ahelp>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3144764\n"
-"11\n"
-"help.text"
-msgid "The following operators are available:"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3153415\n"
-"12\n"
-"help.text"
-msgid "<emph>Conditions:</emph>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3150324\n"
-"13\n"
-"help.text"
-msgid "="
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3153714\n"
-"14\n"
-"help.text"
-msgid "equal"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3154254\n"
-"15\n"
-"help.text"
-msgid "<"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3154703\n"
-"16\n"
-"help.text"
-msgid "less than"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3155335\n"
-"17\n"
-"help.text"
-msgid ">"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3147003\n"
-"18\n"
-"help.text"
-msgid "greater than"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3153270\n"
-"19\n"
-"help.text"
-msgid "<="
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3145257\n"
-"20\n"
-"help.text"
-msgid "less than or equal to"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3145134\n"
-"21\n"
-"help.text"
-msgid ">="
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3151214\n"
-"22\n"
-"help.text"
-msgid "greater than or equal to"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3150345\n"
-"23\n"
-"help.text"
-msgid "<>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3159101\n"
-"24\n"
-"help.text"
-msgid "not equal to"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3150886\n"
-"25\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"par_id3155506\n"
-"26\n"
-"help.text"
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
-msgstr ""
-
-#: 12090103.xhp
-msgctxt ""
-"12090103.xhp\n"
-"hd_id3146980\n"
-"27\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add-in Functions"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3150870\n"
-"help.text"
-msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3150870\n"
-"1\n"
-"help.text"
-msgid "Add-in Functions"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3147427\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3163713\n"
-"75\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3146120\n"
-"5\n"
-"help.text"
-msgid "You will also find a <link href=\"text/scalc/01/04060112.xhp\">description of the $[officename] Calc add-in interface</link> in the Help. In addition, important functions and their parameters are described in the Help for the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>$[officename] Calc add-in DLL</defaultinline></switchinline>."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3151075\n"
-"7\n"
-"help.text"
-msgid "Add-ins supplied"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3156285\n"
-"8\n"
-"help.text"
-msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3159267\n"
-"76\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3154703\n"
-"77\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3149566\n"
-"help.text"
-msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3149566\n"
-"14\n"
-"help.text"
-msgid "ISLEAPYEAR"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150297\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\".\">Determines whether a year is a leap year.</ahelp> If yes, the function will return the value 1 (TRUE); if not, it will return 0 (FALSE)."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3148487\n"
-"16\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150205\n"
-"17\n"
-"help.text"
-msgid "ISLEAPYEAR(\"Date\")"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3159239\n"
-"18\n"
-"help.text"
-msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3149817\n"
-"19\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150786\n"
-"20\n"
-"help.text"
-msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_idN107E7\n"
-"help.text"
-msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_idN107EA\n"
-"help.text"
-msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3154656\n"
-"help.text"
-msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3154656\n"
-"21\n"
-"help.text"
-msgid "YEARS"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150886\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3154370\n"
-"23\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3146114\n"
-"24\n"
-"help.text"
-msgid "YEARS(StartDate; EndDate; Type)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3145387\n"
-"25\n"
-"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3156290\n"
-"26\n"
-"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3152893\n"
-"27\n"
-"help.text"
-msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3152898\n"
-"help.text"
-msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3152898\n"
-"28\n"
-"help.text"
-msgid "MONTHS"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3153066\n"
-"29\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3151240\n"
-"30\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3146869\n"
-"31\n"
-"help.text"
-msgid "MONTHS(StartDate; EndDate; Type)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3145075\n"
-"32\n"
-"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3157981\n"
-"33\n"
-"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150111\n"
-"34\n"
-"help.text"
-msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3159094\n"
-"help.text"
-msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3159094\n"
-"35\n"
-"help.text"
-msgid "ROT13"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3146781\n"
-"36\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_ROT13\">Encrypts a character string by moving the characters 13 positions in the alphabet.</ahelp> After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3150893\n"
-"37\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3159205\n"
-"38\n"
-"help.text"
-msgid "ROT13(Text)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3153249\n"
-"39\n"
-"help.text"
-msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3151300\n"
-"help.text"
-msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3151300\n"
-"43\n"
-"help.text"
-msgid "DAYSINYEAR"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3143220\n"
-"44\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3145358\n"
-"45\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3154651\n"
-"46\n"
-"help.text"
-msgid "DAYSINYEAR(Date)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3153803\n"
-"47\n"
-"help.text"
-msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3153487\n"
-"48\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3153811\n"
-"49\n"
-"help.text"
-msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3154737\n"
-"help.text"
-msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3154737\n"
-"50\n"
-"help.text"
-msgid "DAYSINMONTH"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3149316\n"
-"51\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3145114\n"
-"52\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3150955\n"
-"53\n"
-"help.text"
-msgid "DAYSINMONTH(Date)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3147501\n"
-"54\n"
-"help.text"
-msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3149871\n"
-"55\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3155742\n"
-"56\n"
-"help.text"
-msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3149048\n"
-"help.text"
-msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3149048\n"
-"57\n"
-"help.text"
-msgid "WEEKS"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3153340\n"
-"58\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3150393\n"
-"59\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3147402\n"
-"60\n"
-"help.text"
-msgid "WEEKS(StartDate; EndDate; Type)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3151387\n"
-"61\n"
-"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3146324\n"
-"62\n"
-"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3166467\n"
-"63\n"
-"help.text"
-msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"bm_id3145237\n"
-"help.text"
-msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3145237\n"
-"64\n"
-"help.text"
-msgid "WEEKSINYEAR"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3147410\n"
-"65\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</ahelp> The number of weeks is defined as follows: a week that spans two years is added to the year in which most days of that week occur."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3149719\n"
-"66\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3145638\n"
-"67\n"
-"help.text"
-msgid "WEEKSINYEAR(Date)"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3149946\n"
-"68\n"
-"help.text"
-msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3150037\n"
-"69\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3147614\n"
-"70\n"
-"help.text"
-msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"hd_id3157901\n"
-"72\n"
-"help.text"
-msgid "Add-ins through %PRODUCTNAME API"
-msgstr ""
-
-#: 04060111.xhp
-msgctxt ""
-"04060111.xhp\n"
-"par_id3149351\n"
-"73\n"
-"help.text"
-msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
-msgstr ""
-
-#: 12080600.xhp
-msgctxt ""
-"12080600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove"
-msgstr ""
-
-#: 12080600.xhp
-msgctxt ""
-"12080600.xhp\n"
-"hd_id3148947\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
-msgstr ""
-
-#: 12080600.xhp
-msgctxt ""
-"12080600.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
-msgstr ""
-
-#: 12090000.xhp
-msgctxt ""
-"12090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Pivot Table"
-msgstr ""
-
-#: 12090000.xhp
-msgctxt ""
-"12090000.xhp\n"
-"hd_id3150275\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
-msgstr ""
-
-#: 12090000.xhp
-msgctxt ""
-"12090000.xhp\n"
-"par_id3153562\n"
-"2\n"
-"help.text"
-msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
-msgstr ""
-
-#: 12090000.xhp
-msgctxt ""
-"12090000.xhp\n"
-"hd_id3155923\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
-msgstr ""
-
-#: 12090000.xhp
-msgctxt ""
-"12090000.xhp\n"
-"par_idN105FB\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Grouping"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1054D\n"
-"help.text"
-msgid "Grouping"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10551\n"
-"help.text"
-msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10568\n"
-"help.text"
-msgid "Start"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1056C\n"
-"help.text"
-msgid "Specifies the start of the grouping."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1056F\n"
-"help.text"
-msgid "Automatically"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10573\n"
-"help.text"
-msgid "Specifies whether to start grouping at the smallest value."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10576\n"
-"help.text"
-msgid "Manually at"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1057A\n"
-"help.text"
-msgid "Specifies whether to enter the start value for grouping yourself."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1057D\n"
-"help.text"
-msgid "End"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10581\n"
-"help.text"
-msgid "Specifies the end of the grouping."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10584\n"
-"help.text"
-msgid "Automatically"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10588\n"
-"help.text"
-msgid "Specifies whether to end grouping at the largest value."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1058B\n"
-"help.text"
-msgid "Manually at"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1058F\n"
-"help.text"
-msgid "Specifies whether to enter the end value for grouping yourself."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10592\n"
-"help.text"
-msgid "Group by"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10596\n"
-"help.text"
-msgid "Specifies the value range by which every group's limits are calculated."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN10599\n"
-"help.text"
-msgid "Number of days"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN1059D\n"
-"help.text"
-msgid "In the case of grouping date values, specifies the number of days to group by."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN105A0\n"
-"help.text"
-msgid "Intervals"
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN105A4\n"
-"help.text"
-msgid "In the case of grouping date values, specifies the intervals to group by."
-msgstr ""
-
-#: 12090400.xhp
-msgctxt ""
-"12090400.xhp\n"
-"par_idN105B2\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
-msgstr ""
-
-#: 06030700.xhp
-msgctxt ""
-"06030700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fill Mode"
-msgstr ""
-
-#: 06030700.xhp
-msgctxt ""
-"06030700.xhp\n"
-"bm_id3145119\n"
-"help.text"
-msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
-msgstr ""
-
-#: 06030700.xhp
-msgctxt ""
-"06030700.xhp\n"
-"hd_id3145119\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
-msgstr ""
-
-#: 06030700.xhp
-msgctxt ""
-"06030700.xhp\n"
-"par_id3151246\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:AuditingFillMode\">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu."
-msgstr ""
-
-#: 06030700.xhp
-msgctxt ""
-"06030700.xhp\n"
-"par_id3151211\n"
-"3\n"
-"help.text"
-msgid "The <emph>Fill Mode</emph> function is identical to the <link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedent\">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Five"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147072\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3155071\n"
-"help.text"
-msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155071\n"
-"2\n"
-"help.text"
-msgid "RANK"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153976\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3159206\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153250\n"
-"5\n"
-"help.text"
-msgid "RANK(Value; Data; Type)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154543\n"
-"6\n"
-"help.text"
-msgid "<emph>Value</emph> is the value, whose rank is to be determined."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149130\n"
-"7\n"
-"help.text"
-msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150215\n"
-"8\n"
-"help.text"
-msgid "<emph>Type</emph> (optional) is the sequence order."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id9305398\n"
-"help.text"
-msgid "Type = 0 means descending from the last item of the array to the first (this is the default),"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id9996948\n"
-"help.text"
-msgid "Type = 1 means ascending from the first item of the range to the last."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3143223\n"
-"9\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155919\n"
-"10\n"
-"help.text"
-msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3153556\n"
-"help.text"
-msgid "<bookmark_value>SKEW function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153556\n"
-"12\n"
-"help.text"
-msgid "SKEW"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153485\n"
-"13\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154733\n"
-"14\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151191\n"
-"15\n"
-"help.text"
-msgid "SKEW(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155757\n"
-"16\n"
-"help.text"
-msgid "<emph>Number1, Number2...Number30</emph> are numerical values or ranges."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153297\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3145118\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3149051\n"
-"help.text"
-msgid "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149051\n"
-"20\n"
-"help.text"
-msgid "FORECAST"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153290\n"
-"21\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3151343\n"
-"22\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3147404\n"
-"23\n"
-"help.text"
-msgid "FORECAST(Value; DataY; DataX)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148743\n"
-"24\n"
-"help.text"
-msgid "<emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146325\n"
-"25\n"
-"help.text"
-msgid "<emph>DataY</emph> is the array or range of known y's."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150536\n"
-"26\n"
-"help.text"
-msgid "<emph>DataX</emph> is the array or range of known x's."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147416\n"
-"27\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3157874\n"
-"28\n"
-"help.text"
-msgid "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3149143\n"
-"help.text"
-msgid "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149143\n"
-"30\n"
-"help.text"
-msgid "STDEV"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146888\n"
-"31\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3146815\n"
-"32\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149946\n"
-"33\n"
-"help.text"
-msgid "STDEV(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3157904\n"
-"34\n"
-"help.text"
-msgid "<emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150650\n"
-"35\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149434\n"
-"36\n"
-"help.text"
-msgid "<item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3144745\n"
-"help.text"
-msgid "<bookmark_value>STDEVA function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3144745\n"
-"186\n"
-"help.text"
-msgid "STDEVA"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151234\n"
-"187\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STABWA\">Calculates the standard deviation of an estimation based on a sample.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3148884\n"
-"188\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3147422\n"
-"189\n"
-"help.text"
-msgid "STDEVA(Value1;Value2;...Value30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154547\n"
-"190\n"
-"help.text"
-msgid "<emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155829\n"
-"191\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148581\n"
-"192\n"
-"help.text"
-msgid "<item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3149734\n"
-"help.text"
-msgid "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149734\n"
-"38\n"
-"help.text"
-msgid "STDEVP"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149187\n"
-"39\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154387\n"
-"40\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154392\n"
-"41\n"
-"help.text"
-msgid "STDEVP(Number1;Number2;...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155261\n"
-"42\n"
-"help.text"
-msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3145591\n"
-"43\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153933\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3154522\n"
-"help.text"
-msgid "<bookmark_value>STDEVPA function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154522\n"
-"194\n"
-"help.text"
-msgid "STDEVPA"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149549\n"
-"195\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155950\n"
-"196\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146851\n"
-"197\n"
-"help.text"
-msgid "STDEVPA(Value1;Value2;...Value30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153109\n"
-"198\n"
-"help.text"
-msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154506\n"
-"199\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3145163\n"
-"200\n"
-"help.text"
-msgid "<item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3155928\n"
-"help.text"
-msgid "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155928\n"
-"46\n"
-"help.text"
-msgid "STANDARDIZE"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149883\n"
-"47\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154330\n"
-"48\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150132\n"
-"49\n"
-"help.text"
-msgid "STANDARDIZE(Number; Mean; StDev)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3159139\n"
-"50\n"
-"help.text"
-msgid "<emph>Number</emph> is the value to be standardized."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3145241\n"
-"51\n"
-"help.text"
-msgid "<emph>Mean</emph> is the arithmetic mean of the distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148874\n"
-"52\n"
-"help.text"
-msgid "<emph>StDev</emph> is the standard deviation of the distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3145351\n"
-"53\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156067\n"
-"54\n"
-"help.text"
-msgid "<item type=\"input\">=STANDARDIZE(11;10;1)</item> returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3157986\n"
-"help.text"
-msgid "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3157986\n"
-"56\n"
-"help.text"
-msgid "NORMSINV"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151282\n"
-"57\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153261\n"
-"58\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154195\n"
-"59\n"
-"help.text"
-msgid "NORMINV(Number)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148772\n"
-"60\n"
-"help.text"
-msgid "<emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150934\n"
-"61\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149030\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3147538\n"
-"help.text"
-msgid "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147538\n"
-"64\n"
-"help.text"
-msgid "NORMSDIST"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150474\n"
-"65\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id8652302\n"
-"help.text"
-msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155083\n"
-"66\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3158411\n"
-"67\n"
-"help.text"
-msgid "NORMSDIST(Number)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154950\n"
-"68\n"
-"help.text"
-msgid "<emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153228\n"
-"69\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155984\n"
-"70\n"
-"help.text"
-msgid "<item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3152592\n"
-"help.text"
-msgid "<bookmark_value>SLOPE function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3152592\n"
-"72\n"
-"help.text"
-msgid "SLOPE"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150386\n"
-"73\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STEIGUNG\">Returns the slope of the linear regression line.</ahelp> The slope is adapted to the data points set in the y and x values."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154315\n"
-"74\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149819\n"
-"75\n"
-"help.text"
-msgid "SLOPE(DataY; DataX)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3083446\n"
-"76\n"
-"help.text"
-msgid "<emph>DataY</emph> is the array or matrix of Y data."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3152375\n"
-"77\n"
-"help.text"
-msgid "<emph>DataX</emph> is the array or matrix of X data."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3146061\n"
-"78\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3152480\n"
-"79\n"
-"help.text"
-msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3155836\n"
-"help.text"
-msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155836\n"
-"81\n"
-"help.text"
-msgid "STEYX"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149446\n"
-"82\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_STFEHLERYX\">Returns the standard error of the predicted y value for each x in the regression.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147562\n"
-"83\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151267\n"
-"84\n"
-"help.text"
-msgid "STEYX(DataY; DataX)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3147313\n"
-"85\n"
-"help.text"
-msgid "<emph>DataY</emph> is the array or matrix of Y data."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156097\n"
-"86\n"
-"help.text"
-msgid "<emph>DataX</emph> is the array or matrix of X data."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3145204\n"
-"87\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156131\n"
-"88\n"
-"help.text"
-msgid "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3150873\n"
-"help.text"
-msgid "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150873\n"
-"90\n"
-"help.text"
-msgid "DEVSQ"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154748\n"
-"91\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMQUADABW\">Returns the sum of squares of deviations based on a sample mean.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3156121\n"
-"92\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146790\n"
-"93\n"
-"help.text"
-msgid "DEVSQ(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155995\n"
-"94\n"
-"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150254\n"
-"95\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149136\n"
-"96\n"
-"help.text"
-msgid "<item type=\"input\">=DEVSQ(A1:A50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3149579\n"
-"help.text"
-msgid "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149579\n"
-"98\n"
-"help.text"
-msgid "TINV"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3143232\n"
-"99\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3155101\n"
-"100\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149289\n"
-"101\n"
-"help.text"
-msgid "TINV(Number; DegreesFreedom)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154070\n"
-"102\n"
-"help.text"
-msgid "<emph>Number</emph> is the probability associated with the two-tailed t-distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155315\n"
-"103\n"
-"help.text"
-msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153885\n"
-"104\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156010\n"
-"105\n"
-"help.text"
-msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3154129\n"
-"help.text"
-msgid "<bookmark_value>TTEST function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154129\n"
-"107\n"
-"help.text"
-msgid "TTEST"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3159184\n"
-"108\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TTEST\">Returns the probability associated with a Student's t-Test.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147257\n"
-"109\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151175\n"
-"110\n"
-"help.text"
-msgid "TTEST(Data1; Data2; Mode; Type)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149202\n"
-"111\n"
-"help.text"
-msgid "<emph>Data1</emph> is the dependent array or range of data for the first record."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3145666\n"
-"112\n"
-"help.text"
-msgid "<emph>Data2</emph> is the dependent array or range of data for the second record."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153903\n"
-"113\n"
-"help.text"
-msgid "<emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155327\n"
-"114\n"
-"help.text"
-msgid "<emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3159342\n"
-"115\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150119\n"
-"116\n"
-"help.text"
-msgid "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3154930\n"
-"help.text"
-msgid "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154930\n"
-"118\n"
-"help.text"
-msgid "TDIST"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153372\n"
-"119\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149911\n"
-"120\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150521\n"
-"121\n"
-"help.text"
-msgid "TDIST(Number; DegreesFreedom; Mode)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146991\n"
-"122\n"
-"help.text"
-msgid "<emph>Number</emph> is the value for which the t-distribution is calculated."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148824\n"
-"123\n"
-"help.text"
-msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149340\n"
-"124\n"
-"help.text"
-msgid "<emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3159150\n"
-"125\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149773\n"
-"126\n"
-"help.text"
-msgid "<item type=\"input\">=TDIST(12;5;1)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3153828\n"
-"help.text"
-msgid "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153828\n"
-"128\n"
-"help.text"
-msgid "VAR"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3159165\n"
-"129\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154286\n"
-"130\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153054\n"
-"131\n"
-"help.text"
-msgid "VAR(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148938\n"
-"132\n"
-"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147233\n"
-"133\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153575\n"
-"134\n"
-"help.text"
-msgid "<item type=\"input\">=VAR(A1:A50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3151045\n"
-"help.text"
-msgid "<bookmark_value>VARA function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3151045\n"
-"202\n"
-"help.text"
-msgid "VARA"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3155122\n"
-"203\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIANZA\">Estimates a variance based on a sample. The value of text is 0.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149176\n"
-"204\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149999\n"
-"205\n"
-"help.text"
-msgid "VARA(Value1; Value2; ...Value30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3158421\n"
-"206\n"
-"help.text"
-msgid "<emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149160\n"
-"207\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154279\n"
-"208\n"
-"help.text"
-msgid "<item type=\"input\">=VARA(A1:A50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3166441\n"
-"help.text"
-msgid "<bookmark_value>VARP function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3166441\n"
-"136\n"
-"help.text"
-msgid "VARP"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3159199\n"
-"137\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150706\n"
-"138\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3147282\n"
-"139\n"
-"help.text"
-msgid "VARP(Number1; Number2; ...Number30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149793\n"
-"140\n"
-"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3152939\n"
-"141\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153385\n"
-"142\n"
-"help.text"
-msgid "<item type=\"input\">=VARP(A1:A50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3153688\n"
-"help.text"
-msgid "<bookmark_value>VARPA function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153688\n"
-"210\n"
-"help.text"
-msgid "VARPA"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149109\n"
-"211\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIANZENA\">Calculates the variance based on the entire population. The value of text is 0.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3152880\n"
-"212\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149967\n"
-"213\n"
-"help.text"
-msgid "VARPA(Value1; Value2; ...Value30)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149920\n"
-"214\n"
-"help.text"
-msgid "<emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154862\n"
-"215\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156203\n"
-"216\n"
-"help.text"
-msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3154599\n"
-"help.text"
-msgid "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3154599\n"
-"144\n"
-"help.text"
-msgid "PERMUT"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154334\n"
-"145\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN\">Returns the number of permutations for a given number of objects.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3149422\n"
-"146\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148466\n"
-"147\n"
-"help.text"
-msgid "PERMUT(Count1; Count2)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3148656\n"
-"148\n"
-"help.text"
-msgid "<emph>Count1</emph> is the total number of objects."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150826\n"
-"149\n"
-"help.text"
-msgid "<emph>Count2</emph> is the number of objects in each permutation."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153351\n"
-"150\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150424\n"
-"151\n"
-"help.text"
-msgid "<item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3143276\n"
-"help.text"
-msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3143276\n"
-"153\n"
-"help.text"
-msgid "PERMUTATIONA"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3144759\n"
-"154\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">Returns the number of permutations for a given number of objects (repetition allowed).</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3145598\n"
-"155\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149298\n"
-"156\n"
-"help.text"
-msgid "PERMUTATIONA(Count1; Count2)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156139\n"
-"157\n"
-"help.text"
-msgid "<emph>Count1</emph> is the total number of objects."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149519\n"
-"158\n"
-"help.text"
-msgid "<emph>Count2</emph> is the number of objects in each permutation."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3151382\n"
-"159\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153949\n"
-"160\n"
-"help.text"
-msgid "How often can 2 objects be selected from a total of 11 objects?"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3149233\n"
-"161\n"
-"help.text"
-msgid "<item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3150622\n"
-"162\n"
-"help.text"
-msgid "<item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3152952\n"
-"help.text"
-msgid "<bookmark_value>PROB function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3152952\n"
-"164\n"
-"help.text"
-msgid "PROB"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154110\n"
-"165\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\">Returns the probability that values in a range are between two limits.</ahelp> If there is no <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3146810\n"
-"166\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3147330\n"
-"167\n"
-"help.text"
-msgid "PROB(Data; Probability; Start; End)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154573\n"
-"168\n"
-"help.text"
-msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3156334\n"
-"169\n"
-"help.text"
-msgid "<emph>Probability</emph> is the array or range of the corresponding probabilities."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151107\n"
-"170\n"
-"help.text"
-msgid "<emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153694\n"
-"171\n"
-"help.text"
-msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3147574\n"
-"172\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3153666\n"
-"173\n"
-"help.text"
-msgid "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"bm_id3150941\n"
-"help.text"
-msgid "<bookmark_value>WEIBULL function</bookmark_value>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3150941\n"
-"175\n"
-"help.text"
-msgid "WEIBULL"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154916\n"
-"176\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id0305200911372767\n"
-"help.text"
-msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale)."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id0305200911372777\n"
-"help.text"
-msgid "If C is 0, WEIBULL calculates the probability density function."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id0305200911372743\n"
-"help.text"
-msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3159393\n"
-"177\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154478\n"
-"178\n"
-"help.text"
-msgid "WEIBULL(Number; Alpha; Beta; C)"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3151317\n"
-"179\n"
-"help.text"
-msgid "<emph>Number</emph> is the value at which to calculate the Weibull distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3158436\n"
-"180\n"
-"help.text"
-msgid "<emph>Alpha </emph>is the shape parameter of the Weibull distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154668\n"
-"181\n"
-"help.text"
-msgid "<emph>Beta</emph> is the scale parameter of the Weibull distribution."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3154825\n"
-"182\n"
-"help.text"
-msgid "<emph>C</emph> indicates the type of function."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"hd_id3153794\n"
-"183\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id3146077\n"
-"184\n"
-"help.text"
-msgid "<item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
-msgstr ""
-
-#: 04060185.xhp
-msgctxt ""
-"04060185.xhp\n"
-"par_id0305200911372899\n"
-"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Input Help"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"hd_id3156280\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"par_id3147229\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp>"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"hd_id3146986\n"
-"3\n"
-"help.text"
-msgid "Show input help when cell is selected"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"par_id3153363\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\">Displays the message that you enter in the <emph>Contents</emph> box when the cell or cell range is selected in the sheet.</ahelp>"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"par_id3154730\n"
-"5\n"
-"help.text"
-msgid "If you enter text in the <emph>Contents</emph> box of this dialog, and then select and clear this check box, the text will be lost."
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"hd_id3147394\n"
-"6\n"
-"help.text"
-msgid "Contents"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"hd_id3149582\n"
-"8\n"
-"help.text"
-msgid "Title"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"par_id3149400\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\">Enter the title that you want to display when the cell or cell range is selected.</ahelp>"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"hd_id3149121\n"
-"10\n"
-"help.text"
-msgid "Input help"
-msgstr ""
-
-#: 12120200.xhp
-msgctxt ""
-"12120200.xhp\n"
-"par_id3150752\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\">Enter the message that you want to display when the cell or cell range is selected.</ahelp>"
-msgstr ""
-
-#: 02140400.xhp
-msgctxt ""
-"02140400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Left"
-msgstr ""
-
-#: 02140400.xhp
-msgctxt ""
-"02140400.xhp\n"
-"hd_id3153896\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
-msgstr ""
-
-#: 02140400.xhp
-msgctxt ""
-"02140400.xhp\n"
-"par_id3150793\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
-msgstr ""
-
-#: 02140400.xhp
-msgctxt ""
-"02140400.xhp\n"
-"par_id3156280\n"
-"3\n"
-"help.text"
-msgid "If a selected range has only one row, the content of the far right cell is copied into all other cells of the range. If several rows are selected, the far right cells are copied into the cells to the left."
-msgstr ""
-
-#: 04010200.xhp
-msgctxt ""
-"04010200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column Break"
-msgstr ""
-
-#: 04010200.xhp
-msgctxt ""
-"04010200.xhp\n"
-"bm_id3155923\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; inserting column breaks</bookmark_value><bookmark_value>column breaks; inserting</bookmark_value><bookmark_value>inserting; manual column breaks</bookmark_value><bookmark_value>manual column breaks</bookmark_value>"
-msgstr ""
-
-#: 04010200.xhp
-msgctxt ""
-"04010200.xhp\n"
-"hd_id3155923\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
-msgstr ""
-
-#: 04010200.xhp
-msgctxt ""
-"04010200.xhp\n"
-"par_id3150447\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
-msgstr ""
-
-#: 04010200.xhp
-msgctxt ""
-"04010200.xhp\n"
-"par_id3145171\n"
-"3\n"
-"help.text"
-msgid "The manual column break is indicated by a dark blue vertical line."
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rows"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"bm_id3150541\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3150541\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"par_id3150767\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Header/Footer"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"bm_id3153360\n"
-"help.text"
-msgid "<bookmark_value>page styles; headers</bookmark_value> <bookmark_value>page styles; footers</bookmark_value> <bookmark_value>headers; defining</bookmark_value> <bookmark_value>footers; defining</bookmark_value> <bookmark_value>file names in headers/footers</bookmark_value> <bookmark_value>changing;dates, automatically</bookmark_value> <bookmark_value>dates;updating automatically</bookmark_value> <bookmark_value>automatic date updates</bookmark_value>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3153360\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150768\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3145748\n"
-"3\n"
-"help.text"
-msgid "Left Area"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3147434\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3148648\n"
-"5\n"
-"help.text"
-msgid "Center Area"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3163710\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3154942\n"
-"7\n"
-"help.text"
-msgid "Right Area"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3147126\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_idN10811\n"
-"help.text"
-msgid "Header/Footer"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_idN10815\n"
-"help.text"
-msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3154729\n"
-"9\n"
-"help.text"
-msgid "Text attributes"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150717\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialog contains the tab pages <link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>, <link href=\"text/shared/01/05020200.xhp\" name=\"Font Effects\">Font Effects</link> and <link href=\"text/shared/01/05020500.xhp\" name=\"Font Position\">Font Position</link>."
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3159266\n"
-"help.text"
-msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3155336\n"
-"25\n"
-"help.text"
-msgid "Text Attributes"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3145792\n"
-"11\n"
-"help.text"
-msgid "File Name"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150206\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_FILE\">Inserts a file name placeholder in the selected area.</ahelp> Click to insert the title. Long-click to select either title, file name or path/file name from the submenu. If a title has not be assigned (see <emph>File - Properties</emph>), the file name will be inserted instead."
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150369\n"
-"help.text"
-msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3154487\n"
-"26\n"
-"help.text"
-msgid "File Name"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3155812\n"
-"13\n"
-"help.text"
-msgid "Sheet Name"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3148842\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_TABLE\">Inserts a placeholder in the selected header/footer area, which is replaced by the sheet name in the header/footer of the actual document.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3146870\n"
-"help.text"
-msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3147071\n"
-"27\n"
-"help.text"
-msgid "Sheet Name"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3144768\n"
-"15\n"
-"help.text"
-msgid "Page"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3154960\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_PAGE\">Inserts a placeholder in the selected header/footer area, which is replaced by page numbering. This allows continuous page numbering in a document.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3151304\n"
-"help.text"
-msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150048\n"
-"28\n"
-"help.text"
-msgid "Page"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3146962\n"
-"17\n"
-"help.text"
-msgid "Pages"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3153812\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_PAGES\">Inserts a placeholder in the selected header/footer area, which is replaced by the total number of pages in the document.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3149315\n"
-"help.text"
-msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3147499\n"
-"29\n"
-"help.text"
-msgid "Pages"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3149050\n"
-"19\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3153960\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_DATE\">Inserts a placeholder in the selected header/footer area, which is replaced by the current date which will be repeated in the header/footer on each page of the document.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3147299\n"
-"help.text"
-msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3150540\n"
-"30\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"hd_id3147610\n"
-"21\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3145638\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_HF_TIME\">Inserts a placeholder in the selected header/footer area, which is replaced by the current time in the header/footer on each page of the document.</ahelp>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3153122\n"
-"help.text"
-msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
-msgstr ""
-
-#: 02120100.xhp
-msgctxt ""
-"02120100.xhp\n"
-"par_id3157904\n"
-"31\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sheet from file"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_idN105C1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_idN105D1\n"
-"help.text"
-msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_idN105F7\n"
-"help.text"
-msgid "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialog to locate the spreadsheet."
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_idN10609\n"
-"help.text"
-msgid "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialog, select the sheet that you want to insert."
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"tit\n"
-"help.text"
-msgid "More"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3148492\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3159400\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3150791\n"
-"3\n"
-"help.text"
-msgid "Options"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3154138\n"
-"5\n"
-"help.text"
-msgid "Case sensitive"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3147228\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3154908\n"
-"7\n"
-"help.text"
-msgid "Range contains column labels"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3153768\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3155306\n"
-"9\n"
-"help.text"
-msgid "Copy results to"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3154319\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">Select the check box, and then select the cell range where you want to display the filter results.</ahelp> You can also select a named range from the list."
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3145272\n"
-"11\n"
-"help.text"
-msgid "Regular expression"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3152576\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3149377\n"
-"33\n"
-"help.text"
-msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3149958\n"
-"34\n"
-"help.text"
-msgid "No duplication"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3153876\n"
-"35\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3154018\n"
-"40\n"
-"help.text"
-msgid "Keep filter criteria"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3149123\n"
-"41\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\">Select the <emph>Copy results to</emph> check box, and then specify the destination range where you want to display the filtered data. If this box is checked, the destination range remains linked to the source range. You must have defined the source range under <emph>Data - Define range</emph> as a database range.</ahelp> Following this, you can reapply the defined filter at any time as follows: click into the source range, then choose <emph>Data - Refresh Range</emph>."
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"hd_id3149018\n"
-"36\n"
-"help.text"
-msgid "Data range"
-msgstr ""
-
-#: 12040201.xhp
-msgctxt ""
-"12040201.xhp\n"
-"par_id3150042\n"
-"37\n"
-"help.text"
-msgid "Displays the cell range or the name of the cell range that you want to filter."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part One"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3146320\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3145632\n"
-"help.text"
-msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3145632\n"
-"2\n"
-"help.text"
-msgid "INTERCEPT"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3146887\n"
-"3\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150374\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149718\n"
-"5\n"
-"help.text"
-msgid "INTERCEPT(DataY; DataX)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149947\n"
-"6\n"
-"help.text"
-msgid "<emph>DataY</emph> is the dependent set of observations or data."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3147412\n"
-"7\n"
-"help.text"
-msgid "<emph>DataX</emph> is the independent set of observations or data."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3152983\n"
-"8\n"
-"help.text"
-msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3157906\n"
-"9\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148728\n"
-"10\n"
-"help.text"
-msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149013\n"
-"11\n"
-"help.text"
-msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3148437\n"
-"help.text"
-msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3148437\n"
-"13\n"
-"help.text"
-msgid "COUNT"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150700\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3153930\n"
-"15\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148585\n"
-"16\n"
-"help.text"
-msgid "COUNT(Value1; Value2; ... Value30)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3155827\n"
-"17\n"
-"help.text"
-msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3149254\n"
-"18\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149953\n"
-"19\n"
-"help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154558\n"
-"20\n"
-"help.text"
-msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3149729\n"
-"help.text"
-msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3149729\n"
-"22\n"
-"help.text"
-msgid "COUNTA"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150142\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3148573\n"
-"24\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3153111\n"
-"25\n"
-"help.text"
-msgid "COUNTA(Value1; Value2; ... Value30)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150001\n"
-"26\n"
-"help.text"
-msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150334\n"
-"27\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154508\n"
-"28\n"
-"help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3158000\n"
-"29\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3150267\n"
-"help.text"
-msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150267\n"
-"31\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156061\n"
-"32\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150659\n"
-"33\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148392\n"
-"34\n"
-"help.text"
-msgid "B(Trials; SP; T1; T2)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149002\n"
-"35\n"
-"help.text"
-msgid "<emph>Trials</emph> is the number of independent trials."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148875\n"
-"36\n"
-"help.text"
-msgid "<emph>SP</emph> is the probability of success on each trial."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3145352\n"
-"37\n"
-"help.text"
-msgid "<emph>T1</emph> defines the lower limit for the number of trials."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149538\n"
-"38\n"
-"help.text"
-msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3148768\n"
-"39\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154633\n"
-"40\n"
-"help.text"
-msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149393\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3158416\n"
-"help.text"
-msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3158416\n"
-"43\n"
-"help.text"
-msgid "RSQ"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154949\n"
-"44\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3152820\n"
-"45\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3155822\n"
-"46\n"
-"help.text"
-msgid "RSQ(DataY; DataX)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150470\n"
-"47\n"
-"help.text"
-msgid "<emph>DataY</emph> is an array or range of data points."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3153181\n"
-"48\n"
-"help.text"
-msgid "<emph>DataX</emph> is an array or range of data points."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3156258\n"
-"49\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3155991\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3145620\n"
-"help.text"
-msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3145620\n"
-"52\n"
-"help.text"
-msgid "BETAINV"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149825\n"
-"53\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3152479\n"
-"54\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156300\n"
-"55\n"
-"help.text"
-msgid "BETAINV(Number; Alpha; Beta; Start; End)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149266\n"
-"56\n"
-"help.text"
-msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149710\n"
-"57\n"
-"help.text"
-msgid "<emph>Alpha</emph> is a parameter to the distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156306\n"
-"58\n"
-"help.text"
-msgid "<emph>Beta</emph> is a parameter to the distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150960\n"
-"59\n"
-"help.text"
-msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3151268\n"
-"60\n"
-"help.text"
-msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_idN109DF\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3147077\n"
-"61\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3146859\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3156096\n"
-"help.text"
-msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3156096\n"
-"64\n"
-"help.text"
-msgid "BETADIST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150880\n"
-"65\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150762\n"
-"66\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3147571\n"
-"67\n"
-"help.text"
-msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156317\n"
-"68\n"
-"help.text"
-msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156107\n"
-"69\n"
-"help.text"
-msgid "<emph>Alpha</emph> is a parameter to the distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3153619\n"
-"70\n"
-"help.text"
-msgid "<emph>Beta</emph> is a parameter to the distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150254\n"
-"71\n"
-"help.text"
-msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149138\n"
-"72\n"
-"help.text"
-msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id012020091254453\n"
-"help.text"
-msgid "<emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_idN10AB3\n"
-"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3145649\n"
-"73\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156118\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3143228\n"
-"help.text"
-msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3143228\n"
-"76\n"
-"help.text"
-msgid "BINOMDIST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3146897\n"
-"77\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3149289\n"
-"78\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156009\n"
-"79\n"
-"help.text"
-msgid "BINOMDIST(X; Trials; SP; C)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154304\n"
-"80\n"
-"help.text"
-msgid "<emph>X</emph> is the number of successes in a set of trials."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3147492\n"
-"81\n"
-"help.text"
-msgid "<emph>Trials</emph> is the number of independent trials."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3146085\n"
-"82\n"
-"help.text"
-msgid "<emph>SP</emph> is the probability of success on each trial."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149760\n"
-"83\n"
-"help.text"
-msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3151171\n"
-"84\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3145666\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150120\n"
-"86\n"
-"help.text"
-msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id0119200902432928\n"
-"help.text"
-msgid "<bookmark_value>CHISQINV function</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902421451\n"
-"help.text"
-msgid "CHISQINV"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902421449\n"
-"help.text"
-msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902475241\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902475286\n"
-"help.text"
-msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902475282\n"
-"help.text"
-msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3148835\n"
-"help.text"
-msgid "<bookmark_value>CHIINV function</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3148835\n"
-"88\n"
-"help.text"
-msgid "CHIINV"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149906\n"
-"89\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3159157\n"
-"90\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150504\n"
-"91\n"
-"help.text"
-msgid "CHIINV(Number; DegreesFreedom)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154898\n"
-"92\n"
-"help.text"
-msgid "<emph>Number</emph> is the value of the error probability."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154294\n"
-"93\n"
-"help.text"
-msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3154208\n"
-"94\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150777\n"
-"130\n"
-"help.text"
-msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3153062\n"
-"131\n"
-"help.text"
-msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148806\n"
-"132\n"
-"help.text"
-msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149763\n"
-"95\n"
-"help.text"
-msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3159142\n"
-"133\n"
-"help.text"
-msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3158401\n"
-"134\n"
-"help.text"
-msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3154260\n"
-"help.text"
-msgid "<bookmark_value>CHITEST function</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3154260\n"
-"97\n"
-"help.text"
-msgid "CHITEST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3151052\n"
-"98\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148925\n"
-"135\n"
-"help.text"
-msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3154280\n"
-"99\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149162\n"
-"100\n"
-"help.text"
-msgid "CHITEST(DataB; DataE)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3158421\n"
-"101\n"
-"help.text"
-msgid "<emph>DataB</emph> is the array of the observations."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3166453\n"
-"102\n"
-"help.text"
-msgid "<emph>DataE</emph> is the range of the expected values."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3146946\n"
-"103\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154096\n"
-"136\n"
-"help.text"
-msgid "Data_B (observed)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3152948\n"
-"137\n"
-"help.text"
-msgid "Data_E (expected)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3152876\n"
-"138\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3159279\n"
-"139\n"
-"help.text"
-msgid "<item type=\"input\">195</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149105\n"
-"140\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149922\n"
-"141\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148621\n"
-"142\n"
-"help.text"
-msgid "<item type=\"input\">151</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148987\n"
-"143\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149417\n"
-"144\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148661\n"
-"145\n"
-"help.text"
-msgid "<item type=\"input\">148</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3151128\n"
-"146\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148467\n"
-"147\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149237\n"
-"148\n"
-"help.text"
-msgid "<item type=\"input\">189</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3145304\n"
-"149\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149927\n"
-"150\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150630\n"
-"151\n"
-"help.text"
-msgid "<item type=\"input\">183</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150423\n"
-"152\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3143275\n"
-"153\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3144750\n"
-"154\n"
-"help.text"
-msgid "<item type=\"input\">154</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3153947\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149481\n"
-"104\n"
-"help.text"
-msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3148690\n"
-"help.text"
-msgid "<bookmark_value>CHIDIST function</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3148690\n"
-"106\n"
-"help.text"
-msgid "CHIDIST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156338\n"
-"156\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3151316\n"
-"157\n"
-"help.text"
-msgid "The probability determined by CHIDIST can also be determined by CHITEST."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3155123\n"
-"108\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3158439\n"
-"109\n"
-"help.text"
-msgid "CHIDIST(Number; DegreesFreedom)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3148675\n"
-"110\n"
-"help.text"
-msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3155615\n"
-"111\n"
-"help.text"
-msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3146787\n"
-"112\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3145774\n"
-"113\n"
-"help.text"
-msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3156141\n"
-"158\n"
-"help.text"
-msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id0119200902231887\n"
-"help.text"
-msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200901583452\n"
-"help.text"
-msgid "CHISQDIST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200901583471\n"
-"help.text"
-msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902395520\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395679\n"
-"help.text"
-msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id011920090239564\n"
-"help.text"
-msgid "<emph>Number</emph> is the number for which the function is to be calculated."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395660\n"
-"help.text"
-msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395623\n"
-"help.text"
-msgid "<emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"bm_id3150603\n"
-"help.text"
-msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3150603\n"
-"115\n"
-"help.text"
-msgid "EXPONDIST"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3149563\n"
-"116\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3153789\n"
-"117\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150987\n"
-"118\n"
-"help.text"
-msgid "EXPONDIST(Number; Lambda; C)"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154663\n"
-"119\n"
-"help.text"
-msgid "<emph>Number</emph> is the value of the function."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3154569\n"
-"120\n"
-"help.text"
-msgid "<emph>Lambda</emph> is the parameter value."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3147332\n"
-"121\n"
-"help.text"
-msgid "<emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution."
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"hd_id3146133\n"
-"122\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060181.xhp
-msgctxt ""
-"04060181.xhp\n"
-"par_id3150357\n"
-"123\n"
-"help.text"
-msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
-msgstr ""
-
-#: 12040400.xhp
-msgctxt ""
-"12040400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove Filter"
-msgstr ""
-
-#: 12040400.xhp
-msgctxt ""
-"12040400.xhp\n"
-"hd_id3153087\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
-msgstr ""
-
-#: 12040400.xhp
-msgctxt ""
-"12040400.xhp\n"
-"par_id3154760\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"tit\n"
-"help.text"
-msgid "EDATE"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"bm_id3151184\n"
-"help.text"
-msgid "<bookmark_value>EDATE function</bookmark_value>"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"hd_id3151184\n"
-"213\n"
-"help.text"
-msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3150880\n"
-"214\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"hd_id3154647\n"
-"215\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3153212\n"
-"216\n"
-"help.text"
-msgid "EDATE(StartDate; Months)"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3146860\n"
-"217\n"
-"help.text"
-msgid "<emph>StartDate</emph> is a date."
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3152929\n"
-"218\n"
-"help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"hd_id3151289\n"
-"219\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3155845\n"
-"220\n"
-"help.text"
-msgid "What date is one month prior to 3.31.2001?"
-msgstr ""
-
-#: func_edate.xhp
-msgctxt ""
-"func_edate.xhp\n"
-"par_id3155999\n"
-"221\n"
-"help.text"
-msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sort Criteria"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"bm_id3152350\n"
-"help.text"
-msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3152350\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3151385\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortcriteria/SortCriteriaPage\">Specify the sorting options for the selected range.</ahelp>"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3152462\n"
-"24\n"
-"help.text"
-msgid "Ensure that you include any row and column titles in the selection."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3147428\n"
-"3\n"
-"help.text"
-msgid "Sort by"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3155854\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/sortlb\">Select the column that you want to use as the primary sort key.</ahelp>"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3146121\n"
-"5\n"
-"help.text"
-msgid "Ascending"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3148645\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/up\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3155411\n"
-"7\n"
-"help.text"
-msgid "Descending"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3151075\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/down\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3154492\n"
-"9\n"
-"help.text"
-msgid "Then by"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3156283\n"
-"10\n"
-"help.text"
-msgid "Select the column that you want to use as the secondary sort key."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3149413\n"
-"11\n"
-"help.text"
-msgid "Ascending"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3154018\n"
-"12\n"
-"help.text"
-msgid "Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3146972\n"
-"13\n"
-"help.text"
-msgid "Descending"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3145640\n"
-"14\n"
-"help.text"
-msgid "Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"hd_id3150300\n"
-"21\n"
-"help.text"
-msgid "Sort Ascending/Descending"
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3158212\n"
-"22\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SortDescending\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
-msgstr ""
-
-#: 12030100.xhp
-msgctxt ""
-"12030100.xhp\n"
-"par_id3159236\n"
-"25\n"
-"help.text"
-msgid "Icons on the <emph>Standard</emph> toolbar"
-msgstr ""
-
-#: 04010100.xhp
-msgctxt ""
-"04010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Row Break"
-msgstr ""
-
-#: 04010100.xhp
-msgctxt ""
-"04010100.xhp\n"
-"bm_id3153821\n"
-"help.text"
-msgid "<bookmark_value>sheets; inserting row breaks</bookmark_value><bookmark_value>row breaks; inserting</bookmark_value><bookmark_value>inserting; manual row breaks</bookmark_value><bookmark_value>manual row breaks</bookmark_value>"
-msgstr ""
-
-#: 04010100.xhp
-msgctxt ""
-"04010100.xhp\n"
-"hd_id3153821\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
-msgstr ""
-
-#: 04010100.xhp
-msgctxt ""
-"04010100.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
-msgstr ""
-
-#: 04010100.xhp
-msgctxt ""
-"04010100.xhp\n"
-"par_id3156422\n"
-"3\n"
-"help.text"
-msgid "The manual row break is indicated by a dark blue horizontal line."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Database Functions"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3148946\n"
-"help.text"
-msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "Database Functions"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145173\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154016\n"
-"186\n"
-"help.text"
-msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3150329\n"
-"190\n"
-"help.text"
-msgid "Example Data:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153713\n"
-"191\n"
-"help.text"
-msgid "The following data will be used in some of the function description examples:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155766\n"
-"3\n"
-"help.text"
-msgid "The range A1:E10 lists the children invited to Joe's birthday party. The following information is given for each entry: column A shows the name, B the grade, then age in years, distance to school in meters and weight in kilograms."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145232\n"
-"4\n"
-"help.text"
-msgid "A"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146316\n"
-"5\n"
-"help.text"
-msgid "B"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150297\n"
-"6\n"
-"help.text"
-msgid "C"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150344\n"
-"7\n"
-"help.text"
-msgid "D"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150785\n"
-"8\n"
-"help.text"
-msgid "E"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150090\n"
-"9\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152992\n"
-"10\n"
-"help.text"
-msgid "<item type=\"input\">Name</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155532\n"
-"11\n"
-"help.text"
-msgid "<item type=\"input\">Grade</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3156448\n"
-"12\n"
-"help.text"
-msgid "<item type=\"input\">Age</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154486\n"
-"13\n"
-"help.text"
-msgid "<item type=\"input\">Distance to School</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152899\n"
-"14\n"
-"help.text"
-msgid "<item type=\"input\">Weight</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153816\n"
-"15\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3151240\n"
-"16\n"
-"help.text"
-msgid "<item type=\"input\">Andy</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3156016\n"
-"17\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145073\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154956\n"
-"19\n"
-"help.text"
-msgid "<item type=\"input\">150</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153976\n"
-"20\n"
-"help.text"
-msgid "<item type=\"input\">40</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150894\n"
-"21\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152870\n"
-"22\n"
-"help.text"
-msgid "<item type=\"input\">Betty</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149692\n"
-"23\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154652\n"
-"24\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149381\n"
-"25\n"
-"help.text"
-msgid "<item type=\"input\">1000</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153812\n"
-"26\n"
-"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146965\n"
-"27\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155596\n"
-"28\n"
-"help.text"
-msgid "<item type=\"input\">Charles</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3147244\n"
-"29\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149871\n"
-"30\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155752\n"
-"31\n"
-"help.text"
-msgid "<item type=\"input\">300</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149052\n"
-"32\n"
-"help.text"
-msgid "<item type=\"input\">51</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146097\n"
-"33\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3147296\n"
-"34\n"
-"help.text"
-msgid "<item type=\"input\">Daniel</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150393\n"
-"35\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145236\n"
-"36\n"
-"help.text"
-msgid "<item type=\"input\">11</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150534\n"
-"37\n"
-"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150375\n"
-"38\n"
-"help.text"
-msgid "<item type=\"input\">48</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3159121\n"
-"39\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150456\n"
-"40\n"
-"help.text"
-msgid "<item type=\"input\">Eva</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146886\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149945\n"
-"42\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3157904\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">650</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149352\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">33</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150028\n"
-"45\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145826\n"
-"46\n"
-"help.text"
-msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150743\n"
-"47\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154844\n"
-"48\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148435\n"
-"49\n"
-"help.text"
-msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148882\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150140\n"
-"51\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146137\n"
-"52\n"
-"help.text"
-msgid "<item type=\"input\">Greta</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148739\n"
-"53\n"
-"help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148583\n"
-"54\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154556\n"
-"55\n"
-"help.text"
-msgid "<item type=\"input\">200</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155255\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">36</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145141\n"
-"57\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153078\n"
-"58\n"
-"help.text"
-msgid "<item type=\"input\">Harry</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149955\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150005\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155951\n"
-"61\n"
-"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145169\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">44</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153571\n"
-"63\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148761\n"
-"64\n"
-"help.text"
-msgid "<item type=\"input\">Irene</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149877\n"
-"65\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154327\n"
-"66\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155435\n"
-"67\n"
-"help.text"
-msgid "<item type=\"input\">1000</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145353\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150662\n"
-"69\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150568\n"
-"70\n"
-"help.text"
-msgid "12"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149393\n"
-"71\n"
-"help.text"
-msgid "13"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153544\n"
-"72\n"
-"help.text"
-msgid "<item type=\"input\">Name</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3158414\n"
-"73\n"
-"help.text"
-msgid "<item type=\"input\">Grade</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152820\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">Age</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154866\n"
-"75\n"
-"help.text"
-msgid "<item type=\"input\">Distance to School</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150471\n"
-"76\n"
-"help.text"
-msgid "<item type=\"input\">Weight</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153920\n"
-"77\n"
-"help.text"
-msgid "14"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148429\n"
-"78\n"
-"help.text"
-msgid "<item type=\"input\">>600</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152588\n"
-"79\n"
-"help.text"
-msgid "15"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3083286\n"
-"80\n"
-"help.text"
-msgid "16"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3163823\n"
-"81\n"
-"help.text"
-msgid "<item type=\"input\">DCOUNT</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145083\n"
-"82\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149282\n"
-"83\n"
-"help.text"
-msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3150962\n"
-"192\n"
-"help.text"
-msgid "Database Function Parameters:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155837\n"
-"84\n"
-"help.text"
-msgid "The following items are the parameter definitions for all database functions:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149453\n"
-"85\n"
-"help.text"
-msgid "<emph>Database</emph> is the cell range defining the database."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3151272\n"
-"86\n"
-"help.text"
-msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3147083\n"
-"87\n"
-"help.text"
-msgid "<emph>SearchCriteria</emph> is the cell range containing search criteria. If you write several criteria in one row they are connected by AND. If you write the criteria in different rows they are connected by OR. Empty cells in the search criteria range will be ignored."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3151188\n"
-"188\n"
-"help.text"
-msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3882869\n"
-"help.text"
-msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3150882\n"
-"help.text"
-msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3150882\n"
-"88\n"
-"help.text"
-msgid "DCOUNT"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3156133\n"
-"89\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBANZAHL\">DCOUNT counts the number of rows (records) in a database that match the specified search criteria and contain numerical values.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3156099\n"
-"90\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153218\n"
-"91\n"
-"help.text"
-msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153273\n"
-"187\n"
-"help.text"
-msgid "For the DatabaseField parameter you can enter a cell to specify the column, or enter the number 0 for the entire database. The parameter cannot be empty. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3154743\n"
-"92\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153623\n"
-"93\n"
-"help.text"
-msgid "In the example above (scroll up, please), we want to know how many children have to travel more than 600 meters to school. The result is to be stored in cell B16. Set the cursor in cell B16. Enter the formula <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149142\n"
-"94\n"
-"help.text"
-msgid "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145652\n"
-"95\n"
-"help.text"
-msgid "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> in cell C14 to the right. The result is 2. Two children are in second grade and over 7 years of age. As both criteria are in the same row, they are connected by AND."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3156123\n"
-"help.text"
-msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3156123\n"
-"97\n"
-"help.text"
-msgid "DCOUNTA"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3156110\n"
-"98\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3143228\n"
-"99\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146893\n"
-"100\n"
-"help.text"
-msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3149751\n"
-"101\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153982\n"
-"102\n"
-"help.text"
-msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3147256\n"
-"help.text"
-msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3147256\n"
-"104\n"
-"help.text"
-msgid "DGET"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152801\n"
-"105\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBAUSZUG\">DGET returns the contents of the referenced cell in a database which matches the specified search criteria.</ahelp> In case of an error, the function returns either #VALUE! for no row found, or Err502 for more than one cell found."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3159344\n"
-"106\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154696\n"
-"107\n"
-"help.text"
-msgid "DGET(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3153909\n"
-"108\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155388\n"
-"109\n"
-"help.text"
-msgid "In the above example (scroll up, please), we want to determine what grade a child is in, whose name was entered in cell A14. The formula is entered in cell B16 and differs slightly from the earlier examples because only one column (one database field) can be entered for <emph>DatabaseField</emph>. Enter the following formula:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153096\n"
-"110\n"
-"help.text"
-msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150524\n"
-"111\n"
-"help.text"
-msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148833\n"
-"112\n"
-"help.text"
-msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149912\n"
-"113\n"
-"help.text"
-msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148813\n"
-"114\n"
-"help.text"
-msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3149766\n"
-"help.text"
-msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3149766\n"
-"115\n"
-"help.text"
-msgid "DMAX"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154903\n"
-"116\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBMAX\">DMAX returns the maximum content of a cell (field) in a database (all records) that matches the specified search conditions.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3150771\n"
-"117\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3159157\n"
-"118\n"
-"help.text"
-msgid "DMAX(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3145420\n"
-"119\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148442\n"
-"120\n"
-"help.text"
-msgid "To find out how much the heaviest child in each grade weighed in the above example (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148804\n"
-"121\n"
-"help.text"
-msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150510\n"
-"122\n"
-"help.text"
-msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3159141\n"
-"help.text"
-msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3159141\n"
-"123\n"
-"help.text"
-msgid "DMIN"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154261\n"
-"124\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3147238\n"
-"125\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148479\n"
-"126\n"
-"help.text"
-msgid "DMIN(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3151050\n"
-"127\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148925\n"
-"128\n"
-"help.text"
-msgid "To find the shortest distance to school for the children in each grade in the above example (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149161\n"
-"129\n"
-"help.text"
-msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148917\n"
-"130\n"
-"help.text"
-msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3154274\n"
-"help.text"
-msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3154274\n"
-"131\n"
-"help.text"
-msgid "DAVERAGE"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3166453\n"
-"132\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBMITTELWERT\">DAVERAGE returns the average of the values of all cells (fields) in all rows (database records) that match the specified search criteria.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3146955\n"
-"133\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150710\n"
-"134\n"
-"help.text"
-msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3152943\n"
-"135\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149104\n"
-"136\n"
-"help.text"
-msgid "To find the average weight of all children of the same age in the above example (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153688\n"
-"137\n"
-"help.text"
-msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155587\n"
-"138\n"
-"help.text"
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3159269\n"
-"help.text"
-msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3159269\n"
-"139\n"
-"help.text"
-msgid "DPRODUCT"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152879\n"
-"140\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3149966\n"
-"141\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154854\n"
-"142\n"
-"help.text"
-msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3149802\n"
-"143\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148986\n"
-"144\n"
-"help.text"
-msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3148462\n"
-"help.text"
-msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3148462\n"
-"145\n"
-"help.text"
-msgid "DSTDEV"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154605\n"
-"146\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBSTDABW\">DSTDEV calculates the standard deviation of a population based on a sample, using the numbers in a database column that match the given conditions.</ahelp> The records are treated as a sample of data. That means that the children in the example represent a cross section of all children. Note that a representative result can not be obtained from a sample of less than one thousand."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3149427\n"
-"147\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148661\n"
-"148\n"
-"help.text"
-msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3153945\n"
-"149\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149934\n"
-"150\n"
-"help.text"
-msgid "To find the standard deviation of the weight for all children of the same age in the example (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150630\n"
-"151\n"
-"help.text"
-msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153536\n"
-"152\n"
-"help.text"
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3150429\n"
-"help.text"
-msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3150429\n"
-"153\n"
-"help.text"
-msgid "DSTDEVP"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145598\n"
-"154\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBSTDABWN\">DSTDEVP calculates the standard deviation of a population based on all cells of a data range which match the search criteria.</ahelp> The records from the example are treated as the whole population."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3145307\n"
-"155\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149484\n"
-"156\n"
-"help.text"
-msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3153322\n"
-"157\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155431\n"
-"158\n"
-"help.text"
-msgid "To find the standard deviation of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148411\n"
-"159\n"
-"help.text"
-msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3143271\n"
-"160\n"
-"help.text"
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result is the standard deviation of the weight for all same-aged children whose weight was checked."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3154794\n"
-"help.text"
-msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3154794\n"
-"161\n"
-"help.text"
-msgid "DSUM"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149591\n"
-"162\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBSUMME\">DSUM returns the total of all cells in a database field in all rows (records) that match the specified search criteria.</ahelp>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3146128\n"
-"163\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150989\n"
-"164\n"
-"help.text"
-msgid "DSUM(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3159079\n"
-"165\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152766\n"
-"166\n"
-"help.text"
-msgid "To find the length of the combined distance to school of all children at Joe's birthday party (scroll up, please) who are in second grade, enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3151312\n"
-"167\n"
-"help.text"
-msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150596\n"
-"168\n"
-"help.text"
-msgid "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3155614\n"
-"help.text"
-msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3155614\n"
-"170\n"
-"help.text"
-msgid "DVAR"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154418\n"
-"171\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBVARIANZ\">DVAR returns the variance of all cells of a database field in all records that match the specified search criteria.</ahelp> The records from the example are treated as a sample of data. A representative result cannot be obtained from a sample population of less than one thousand."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3154825\n"
-"172\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3156138\n"
-"173\n"
-"help.text"
-msgid "DVAR(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3151257\n"
-"174\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153701\n"
-"175\n"
-"help.text"
-msgid "To find the variance of the weight of all children of the same age of the above example (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153676\n"
-"176\n"
-"help.text"
-msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153798\n"
-"177\n"
-"help.text"
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. You will see as a result the variance of the weight values for all children of this age."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"bm_id3153880\n"
-"help.text"
-msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3153880\n"
-"178\n"
-"help.text"
-msgid "DVARP"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155119\n"
-"179\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DBVARIANZEN\">DVARP calculates the variance of all cell values in a database field in all records that match the specified search criteria.</ahelp> The records are from the example are treated as an entire population."
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3145774\n"
-"180\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153776\n"
-"181\n"
-"help.text"
-msgid "DVARP(Database; DatabaseField; SearchCriteria)"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"hd_id3151110\n"
-"182\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3147099\n"
-"183\n"
-"help.text"
-msgid "To find the variance of the weight for all children of the same age at Joe's birthday party (scroll up, please), enter the following formula in B16:"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3147322\n"
-"184\n"
-"help.text"
-msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146902\n"
-"185\n"
-"help.text"
-msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The variance of the weight values for all children of this age attending Joe's birthday party appears."
-msgstr ""
-
-#: 05100100.xhp
-msgctxt ""
-"05100100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Merge Cells"
-msgstr ""
-
-#: 05100100.xhp
-msgctxt ""
-"05100100.xhp\n"
-"hd_id3154765\n"
-"help.text"
-msgid "Merge Cells"
-msgstr ""
-
-#: 05100100.xhp
-msgctxt ""
-"05100100.xhp\n"
-"par_id3147406\n"
-"help.text"
-msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
-msgstr ""
-
-#: 05100100.xhp
-msgctxt ""
-"05100100.xhp\n"
-"par_id3154351\n"
-"help.text"
-msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Function Wizard"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"bm_id3147426\n"
-"help.text"
-msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3147426\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3145271\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable> Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id8007446\n"
-"help.text"
-msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3159153\n"
-"60\n"
-"help.text"
-msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3154490\n"
-"3\n"
-"help.text"
-msgid "Functions Tab"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3149378\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3154730\n"
-"36\n"
-"help.text"
-msgid "Category"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3153417\n"
-"37\n"
-"help.text"
-msgid "<variable id=\"kategorienliste\"><ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select \"All\" to view all functions in alphabetical order, irrespective of category. \"Last Used\" lists the functions you have most recently used. </variable>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3150749\n"
-"6\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3155445\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3159264\n"
-"8\n"
-"help.text"
-msgid "Array"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3149566\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\">Specifies that the selected function is inserted into the selected cell range as an array formula. </ahelp> Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3155959\n"
-"61\n"
-"help.text"
-msgid "The <emph>Array</emph> option is identical to the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3152993\n"
-"40\n"
-"help.text"
-msgid "The maximum size of an array range is 128 by 128 cells."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3150367\n"
-"41\n"
-"help.text"
-msgid "Argument Input Fields"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3145587\n"
-"15\n"
-"help.text"
-msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\">date entries</link>, make sure you use the correct format. Click OK to insert the result into the spreadsheet."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3149408\n"
-"18\n"
-"help.text"
-msgid "Function Result"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3155809\n"
-"19\n"
-"help.text"
-msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\">error code</link> is displayed."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3148700\n"
-"23\n"
-"help.text"
-msgid "The required arguments are indicated by names in bold print."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3153064\n"
-"22\n"
-"help.text"
-msgid "f(x) (depending on the selected function)"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3157980\n"
-"24\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3145076\n"
-"25\n"
-"help.text"
-msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3159097\n"
-"26\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\">The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.</ahelp>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3154957\n"
-"51\n"
-"help.text"
-msgid "Result"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3150211\n"
-"52\n"
-"help.text"
-msgid "Displays the calculation result or an error message."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3151304\n"
-"43\n"
-"help.text"
-msgid "Formula"
-msgstr "Formel"
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3149898\n"
-"44\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3153249\n"
-"45\n"
-"help.text"
-msgid "Back"
-msgstr "Zuréck"
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3152869\n"
-"53\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3146966\n"
-"56\n"
-"help.text"
-msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3155762\n"
-"54\n"
-"help.text"
-msgid "Next"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3149316\n"
-"55\n"
-"help.text"
-msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\">Moves forward through the formula components in the formula window.</ahelp> This button can also be used to assign functions to the formula. If you select a function and click the <emph>Next </emph>button, the selection appears in the formula window."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3159262\n"
-"57\n"
-"help.text"
-msgid "Double-click a function in the selection window to transfer it to the formula window."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3148745\n"
-"58\n"
-"help.text"
-msgid "Cancel"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3147402\n"
-"59\n"
-"help.text"
-msgid "Closes the dialog without implementing the formula."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3150534\n"
-"32\n"
-"help.text"
-msgid "OK"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3153029\n"
-"33\n"
-"help.text"
-msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3156400\n"
-"34\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3147610\n"
-"47\n"
-"help.text"
-msgid "Structure tab"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3153122\n"
-"48\n"
-"help.text"
-msgid "On this page, you can view the structure of the function."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3149350\n"
-"4\n"
-"help.text"
-msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3149014\n"
-"49\n"
-"help.text"
-msgid "Structure"
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3150481\n"
-"50\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_FAP_STRUCT\">Displays a hierarchical representation of the current function.</ahelp> You can hide or show the arguments by a click on the plus or minus sign in front."
-msgstr ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"par_id3148886\n"
-"63\n"
-"help.text"
-msgid "Blue dots denote correctly entered arguments. Red dots indicate incorrect data types. For example: if the SUM function has one argument entered as text, this is highlighted in red as SUM only permits number entries."
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Group"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"hd_id3153088\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"par_id3153821\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"par_id3145069\n"
-"3\n"
-"help.text"
-msgid "When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Outline -</emph> <link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\"><emph>Ungroup</emph></link>."
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"hd_id3125863\n"
-"4\n"
-"help.text"
-msgid "Include"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"hd_id3150448\n"
-"6\n"
-"help.text"
-msgid "Rows"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"par_id3153194\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"hd_id3145786\n"
-"8\n"
-"help.text"
-msgid "Columns"
-msgstr ""
-
-#: 12080300.xhp
-msgctxt ""
-"12080300.xhp\n"
-"par_id3146984\n"
-"9\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Optimal Column Width"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"hd_id3155628\n"
-"1\n"
-"help.text"
-msgid "Optimal Column Width"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"par_id3145068\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"optitext\"><ahelp hid=\".uno:SetOptimalColumnWidthDi\">Defines the optimal column width for selected columns.</ahelp></variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"measurement units\">measurement units</link>."
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"hd_id3150767\n"
-"3\n"
-"help.text"
-msgid "Add"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"par_id3150449\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\">Defines additional spacing between the longest entry in a column and the vertical column borders.</ahelp>"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"hd_id3145785\n"
-"5\n"
-"help.text"
-msgid "Default value"
-msgstr ""
-
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"par_id3146120\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\">Defines the optimal column width in order to display the entire contents of the column.</ahelp> The additional spacing for the optimal column width is preset to 0.1 in."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"tit\n"
-"help.text"
-msgid "Mathematical Functions"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3147124\n"
-"help.text"
-msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3147124\n"
-"1\n"
-"help.text"
-msgid "Mathematical Functions"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154943\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3146944\n"
-"help.text"
-msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146944\n"
-"33\n"
-"help.text"
-msgid "ABS"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154546\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154843\n"
-"35\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147475\n"
-"36\n"
-"help.text"
-msgid "ABS(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148438\n"
-"37\n"
-"help.text"
-msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155823\n"
-"38\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152787\n"
-"39\n"
-"help.text"
-msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148752\n"
-"40\n"
-"help.text"
-msgid "<item type=\"input\">=ABS(12)</item> returns 12."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id320139\n"
-"help.text"
-msgid "<item type=\"input\">=ABS(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3150896\n"
-"help.text"
-msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150896\n"
-"42\n"
-"help.text"
-msgid "COUNTBLANK"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155260\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145144\n"
-"44\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153931\n"
-"45\n"
-"help.text"
-msgid "COUNTBLANK(Range)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149512\n"
-"46\n"
-"help.text"
-msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146139\n"
-"47\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148586\n"
-"48\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3153114\n"
-"help.text"
-msgid "<bookmark_value>ACOS function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153114\n"
-"50\n"
-"help.text"
-msgid "ACOS"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145163\n"
-"51\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153565\n"
-"52\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150020\n"
-"53\n"
-"help.text"
-msgid "ACOS(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159134\n"
-"54\n"
-"help.text"
-msgid "This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id679647\n"
-"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149882\n"
-"55\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150128\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8792382\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145355\n"
-"help.text"
-msgid "<bookmark_value>ACOSH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145355\n"
-"60\n"
-"help.text"
-msgid "ACOSH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157993\n"
-"61\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145295\n"
-"62\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151017\n"
-"63\n"
-"help.text"
-msgid "ACOSH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149000\n"
-"64\n"
-"help.text"
-msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6393932\n"
-"help.text"
-msgid "Number must be greater than or equal to 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150566\n"
-"65\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145629\n"
-"66\n"
-"help.text"
-msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id951567\n"
-"help.text"
-msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3149027\n"
-"help.text"
-msgid "<bookmark_value>ACOT function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149027\n"
-"70\n"
-"help.text"
-msgid "ACOT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155818\n"
-"71\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153225\n"
-"72\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158419\n"
-"73\n"
-"help.text"
-msgid "ACOT(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154948\n"
-"74\n"
-"help.text"
-msgid "This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5834528\n"
-"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3147538\n"
-"75\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155375\n"
-"76\n"
-"help.text"
-msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8589434\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3148426\n"
-"help.text"
-msgid "<bookmark_value>ACOTH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148426\n"
-"80\n"
-"help.text"
-msgid "ACOTH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147478\n"
-"81\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152585\n"
-"82\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147172\n"
-"83\n"
-"help.text"
-msgid "ACOTH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146155\n"
-"84\n"
-"help.text"
-msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5818659\n"
-"help.text"
-msgid "An error results if Number is between -1 and 1 inclusive."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3083452\n"
-"85\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150608\n"
-"86\n"
-"help.text"
-msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145084\n"
-"help.text"
-msgid "<bookmark_value>ASIN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145084\n"
-"90\n"
-"help.text"
-msgid "ASIN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156296\n"
-"91\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149716\n"
-"92\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156305\n"
-"93\n"
-"help.text"
-msgid "ASIN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150964\n"
-"94\n"
-"help.text"
-msgid "This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id203863\n"
-"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149448\n"
-"95\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156100\n"
-"96\n"
-"help.text"
-msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6853846\n"
-"help.text"
-msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8772240\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3151266\n"
-"help.text"
-msgid "<bookmark_value>ASINH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3151266\n"
-"100\n"
-"help.text"
-msgid "ASINH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147077\n"
-"101\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150763\n"
-"102\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150882\n"
-"103\n"
-"help.text"
-msgid "ASINH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147621\n"
-"104\n"
-"help.text"
-msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153212\n"
-"105\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156120\n"
-"106\n"
-"help.text"
-msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4808496\n"
-"help.text"
-msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3155996\n"
-"help.text"
-msgid "<bookmark_value>ATAN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155996\n"
-"110\n"
-"help.text"
-msgid "ATAN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149985\n"
-"111\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3151294\n"
-"112\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150261\n"
-"113\n"
-"help.text"
-msgid "ATAN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147267\n"
-"114\n"
-"help.text"
-msgid "This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6293527\n"
-"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154054\n"
-"115\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143229\n"
-"116\n"
-"help.text"
-msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8746299\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3153983\n"
-"help.text"
-msgid "<bookmark_value>ATAN2 function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153983\n"
-"120\n"
-"help.text"
-msgid "ATAN2"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154297\n"
-"121\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149758\n"
-"122\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156013\n"
-"123\n"
-"help.text"
-msgid "ATAN2(NumberX; NumberY)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151168\n"
-"124\n"
-"help.text"
-msgid "<emph>NumberX</emph> is the value of the x coordinate."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152798\n"
-"125\n"
-"help.text"
-msgid "<emph>NumberY</emph> is the value of the y coordinate."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5036164\n"
-"help.text"
-msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3001800\n"
-"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145663\n"
-"126\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154692\n"
-"127\n"
-"help.text"
-msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1477095\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3155398\n"
-"help.text"
-msgid "<bookmark_value>ATANH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155398\n"
-"130\n"
-"help.text"
-msgid "ATANH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148829\n"
-"131\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146997\n"
-"132\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149912\n"
-"133\n"
-"help.text"
-msgid "ATANH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150521\n"
-"134\n"
-"help.text"
-msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9357280\n"
-"help.text"
-msgid "Number must obey the condition -1 < number < 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148450\n"
-"135\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145419\n"
-"136\n"
-"help.text"
-msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3153062\n"
-"help.text"
-msgid "<bookmark_value>COS function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153062\n"
-"149\n"
-"help.text"
-msgid "COS"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148803\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150779\n"
-"151\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154213\n"
-"152\n"
-"help.text"
-msgid "COS(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154285\n"
-"153\n"
-"help.text"
-msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id831019\n"
-"help.text"
-msgid "To return the cosine of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153579\n"
-"154\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147240\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147516\n"
-"156\n"
-"help.text"
-msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3154277\n"
-"help.text"
-msgid "<bookmark_value>COSH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154277\n"
-"159\n"
-"help.text"
-msgid "COSH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146946\n"
-"160\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149792\n"
-"161\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3166440\n"
-"162\n"
-"help.text"
-msgid "COSH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150710\n"
-"163\n"
-"help.text"
-msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153234\n"
-"164\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154099\n"
-"165\n"
-"help.text"
-msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3152888\n"
-"help.text"
-msgid "<bookmark_value>COT function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152888\n"
-"169\n"
-"help.text"
-msgid "COT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153679\n"
-"170\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152943\n"
-"171\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154856\n"
-"172\n"
-"help.text"
-msgid "COT(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149969\n"
-"173\n"
-"help.text"
-msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3444624\n"
-"help.text"
-msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6814477\n"
-"help.text"
-msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149800\n"
-"174\n"
-"help.text"
-msgid "Examples:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148616\n"
-"175\n"
-"help.text"
-msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148986\n"
-"176\n"
-"help.text"
-msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3154337\n"
-"help.text"
-msgid "<bookmark_value>COTH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154337\n"
-"178\n"
-"help.text"
-msgid "COTH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149419\n"
-"179\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3149242\n"
-"180\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143280\n"
-"181\n"
-"help.text"
-msgid "COTH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154799\n"
-"182\n"
-"help.text"
-msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155422\n"
-"183\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144754\n"
-"184\n"
-"help.text"
-msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id6110552\n"
-"help.text"
-msgid "<bookmark_value>CSC function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id9523234\n"
-"149\n"
-"help.text"
-msgid "CSC"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4896433\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3534032\n"
-"151\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4571344\n"
-"152\n"
-"help.text"
-msgid "CSC(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9859164\n"
-"153\n"
-"help.text"
-msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3428494\n"
-"help.text"
-msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id2577161\n"
-"154\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3736803\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6016818\n"
-"156\n"
-"help.text"
-msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id9288877\n"
-"help.text"
-msgid "<bookmark_value>CSCH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id4325650\n"
-"159\n"
-"help.text"
-msgid "CSCH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id579916\n"
-"160\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id5336768\n"
-"161\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3108851\n"
-"162\n"
-"help.text"
-msgid "CSCH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1394188\n"
-"163\n"
-"help.text"
-msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id6037477\n"
-"164\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5426085\n"
-"165\n"
-"help.text"
-msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145314\n"
-"help.text"
-msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145314\n"
-"188\n"
-"help.text"
-msgid "DEGREES"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149939\n"
-"189\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150623\n"
-"190\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145600\n"
-"191\n"
-"help.text"
-msgid "DEGREES(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149484\n"
-"192\n"
-"help.text"
-msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3669545\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3459578\n"
-"help.text"
-msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3148698\n"
-"help.text"
-msgid "<bookmark_value>EXP function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148698\n"
-"198\n"
-"help.text"
-msgid "EXP"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150592\n"
-"199\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150351\n"
-"200\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146786\n"
-"201\n"
-"help.text"
-msgid "EXP(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155608\n"
-"202\n"
-"help.text"
-msgid "<emph>Number</emph> is the power to which e is to be raised."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154418\n"
-"203\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156340\n"
-"204\n"
-"help.text"
-msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145781\n"
-"help.text"
-msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145781\n"
-"208\n"
-"help.text"
-msgid "FACT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151109\n"
-"209\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146902\n"
-"210\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154661\n"
-"211\n"
-"help.text"
-msgid "FACT(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152952\n"
-"212\n"
-"help.text"
-msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3834650\n"
-"help.text"
-msgid "=FACT(0) returns 1 by definition."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8429517\n"
-"help.text"
-msgid "The factorial of a negative number returns the \"invalid argument\" error."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154569\n"
-"213\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154476\n"
-"216\n"
-"help.text"
-msgid "<item type=\"input\">=FACT(3)</item> returns 6."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147525\n"
-"214\n"
-"help.text"
-msgid "<item type=\"input\">=FACT(0)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3159084\n"
-"help.text"
-msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3159084\n"
-"218\n"
-"help.text"
-msgid "INT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158441\n"
-"219\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146132\n"
-"220\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156146\n"
-"221\n"
-"help.text"
-msgid "INT(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154117\n"
-"222\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id153508\n"
-"help.text"
-msgid "Negative numbers round down to the integer below."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155118\n"
-"223\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156267\n"
-"224\n"
-"help.text"
-msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147323\n"
-"225\n"
-"help.text"
-msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3150938\n"
-"help.text"
-msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150938\n"
-"227\n"
-"help.text"
-msgid "EVEN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149988\n"
-"228\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148401\n"
-"229\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150830\n"
-"230\n"
-"help.text"
-msgid "EVEN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153350\n"
-"231\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155508\n"
-"232\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154361\n"
-"233\n"
-"help.text"
-msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8477736\n"
-"help.text"
-msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id159611\n"
-"help.text"
-msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6097598\n"
-"help.text"
-msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3147356\n"
-"help.text"
-msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3147356\n"
-"237\n"
-"help.text"
-msgid "GCD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152465\n"
-"238\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2769249\n"
-"help.text"
-msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150643\n"
-"239\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154524\n"
-"240\n"
-"help.text"
-msgid "GCD(Integer1; Integer2; ...; Integer30)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149340\n"
-"241\n"
-"help.text"
-msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3147317\n"
-"242\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151285\n"
-"243\n"
-"help.text"
-msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1604663\n"
-"help.text"
-msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3151221\n"
-"help.text"
-msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3151221\n"
-"677\n"
-"help.text"
-msgid "GCD_ADD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153257\n"
-"678\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3147548\n"
-"679\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156205\n"
-"680\n"
-"help.text"
-msgid "GCD_ADD(Number(s))"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145150\n"
-"681\n"
-"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150239\n"
-"682\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159192\n"
-"683\n"
-"help.text"
-msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3156048\n"
-"help.text"
-msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3156048\n"
-"245\n"
-"help.text"
-msgid "ISEVEN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149169\n"
-"246\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146928\n"
-"247\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151203\n"
-"248\n"
-"help.text"
-msgid "ISEVEN(Value)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150491\n"
-"249\n"
-"help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3445844\n"
-"help.text"
-msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154136\n"
-"250\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163813\n"
-"251\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8378856\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7154759\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1912289\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5627307\n"
-"help.text"
-msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3156034\n"
-"help.text"
-msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3156034\n"
-"255\n"
-"help.text"
-msgid "ISODD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155910\n"
-"256\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3151006\n"
-"257\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151375\n"
-"258\n"
-"help.text"
-msgid "ISODD(value)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155139\n"
-"259\n"
-"help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9027680\n"
-"help.text"
-msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163723\n"
-"260\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155345\n"
-"261\n"
-"help.text"
-msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9392986\n"
-"help.text"
-msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5971251\n"
-"help.text"
-msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4136478\n"
-"help.text"
-msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145213\n"
-"help.text"
-msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145213\n"
-"265\n"
-"help.text"
-msgid "LCM"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146814\n"
-"266\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148632\n"
-"267\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147279\n"
-"268\n"
-"help.text"
-msgid "LCM(Integer1; Integer2; ...; Integer30)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156348\n"
-"269\n"
-"help.text"
-msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3156431\n"
-"270\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154914\n"
-"271\n"
-"help.text"
-msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3154230\n"
-"help.text"
-msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154230\n"
-"684\n"
-"help.text"
-msgid "LCM_ADD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3149036\n"
-"685\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153132\n"
-"686\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154395\n"
-"687\n"
-"help.text"
-msgid "LCM_ADD(Number(s))"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3147377\n"
-"688\n"
-"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145122\n"
-"689\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145135\n"
-"690\n"
-"help.text"
-msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3155802\n"
-"help.text"
-msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155802\n"
-"273\n"
-"help.text"
-msgid "COMBIN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3156172\n"
-"274\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3156193\n"
-"275\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150223\n"
-"276\n"
-"help.text"
-msgid "COMBIN(Count1; Count2)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150313\n"
-"277\n"
-"help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153830\n"
-"278\n"
-"help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6807458\n"
-"help.text"
-msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7414471\n"
-"help.text"
-msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153171\n"
-"279\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153517\n"
-"280\n"
-"help.text"
-msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3150284\n"
-"help.text"
-msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3150284\n"
-"282\n"
-"help.text"
-msgid "COMBINA"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157894\n"
-"283\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145752\n"
-"284\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145765\n"
-"285\n"
-"help.text"
-msgid "COMBINA(Count1; Count2)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153372\n"
-"286\n"
-"help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155544\n"
-"287\n"
-"help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1997131\n"
-"help.text"
-msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2052064\n"
-"help.text"
-msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154584\n"
-"288\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152904\n"
-"289\n"
-"help.text"
-msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3156086\n"
-"help.text"
-msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3156086\n"
-"291\n"
-"help.text"
-msgid "TRUNC"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157866\n"
-"292\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3148499\n"
-"293\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148511\n"
-"294\n"
-"help.text"
-msgid "TRUNC(Number; Count)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150796\n"
-"295\n"
-"help.text"
-msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3150816\n"
-"296\n"
-"help.text"
-msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3148548\n"
-"557\n"
-"help.text"
-msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152555\n"
-"297\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152569\n"
-"298\n"
-"help.text"
-msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7050080\n"
-"help.text"
-msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3153601\n"
-"help.text"
-msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153601\n"
-"301\n"
-"help.text"
-msgid "LN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154974\n"
-"302\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154993\n"
-"303\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155284\n"
-"304\n"
-"help.text"
-msgid "LN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155297\n"
-"305\n"
-"help.text"
-msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153852\n"
-"306\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153866\n"
-"307\n"
-"help.text"
-msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5747245\n"
-"help.text"
-msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3109813\n"
-"help.text"
-msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3109813\n"
-"311\n"
-"help.text"
-msgid "LOG"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3109841\n"
-"312\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144719\n"
-"313\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144732\n"
-"314\n"
-"help.text"
-msgid "LOG(Number; Base)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144746\n"
-"315\n"
-"help.text"
-msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152840\n"
-"316\n"
-"help.text"
-msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152860\n"
-"317\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3154429\n"
-"318\n"
-"help.text"
-msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5577562\n"
-"help.text"
-msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3154187\n"
-"help.text"
-msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3154187\n"
-"322\n"
-"help.text"
-msgid "LOG10"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155476\n"
-"323\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155494\n"
-"324\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159294\n"
-"325\n"
-"help.text"
-msgid "LOG10(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159308\n"
-"326\n"
-"help.text"
-msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3159328\n"
-"327\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157916\n"
-"328\n"
-"help.text"
-msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3152518\n"
-"help.text"
-msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152518\n"
-"332\n"
-"help.text"
-msgid "CEILING"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153422\n"
-"558\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3153440\n"
-"334\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153454\n"
-"335\n"
-"help.text"
-msgid "CEILING(Number; Significance; Mode)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3153467\n"
-"336\n"
-"help.text"
-msgid "<emph>Number</emph> is the number that is to be rounded up."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155000\n"
-"337\n"
-"help.text"
-msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155020\n"
-"559\n"
-"help.text"
-msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163792\n"
-"629\n"
-"help.text"
-msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145697\n"
-"338\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145710\n"
-"339\n"
-"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145725\n"
-"340\n"
-"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145740\n"
-"341\n"
-"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3157762\n"
-"help.text"
-msgid "<bookmark_value>PI function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157762\n"
-"343\n"
-"help.text"
-msgid "PI"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157790\n"
-"344\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157809\n"
-"345\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157822\n"
-"346\n"
-"help.text"
-msgid "PI()"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157836\n"
-"347\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152370\n"
-"348\n"
-"help.text"
-msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3152418\n"
-"help.text"
-msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152418\n"
-"635\n"
-"help.text"
-msgid "MULTINOMIAL"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152454\n"
-"636\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155646\n"
-"637\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155660\n"
-"638\n"
-"help.text"
-msgid "MULTINOMIAL(Number(s))"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155673\n"
-"639\n"
-"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155687\n"
-"640\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3155701\n"
-"641\n"
-"help.text"
-msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3155717\n"
-"help.text"
-msgid "<bookmark_value>POWER function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3155717\n"
-"350\n"
-"help.text"
-msgid "POWER"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159495\n"
-"351\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3159513\n"
-"352\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159526\n"
-"353\n"
-"help.text"
-msgid "POWER(Base; Exponent)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159540\n"
-"354\n"
-"help.text"
-msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5081637\n"
-"help.text"
-msgid "The same result may be achieved by using the exponentiation operator ^:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9759514\n"
-"help.text"
-msgid "<item type=\"literal\">Base^Exponent</item>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3159580\n"
-"356\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3159594\n"
-"357\n"
-"help.text"
-msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1614429\n"
-"help.text"
-msgid "=4^3 also returns 4 to the power of 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3152651\n"
-"help.text"
-msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152651\n"
-"642\n"
-"help.text"
-msgid "SERIESSUM"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152688\n"
-"643\n"
-"help.text"
-msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152708\n"
-"644\n"
-"help.text"
-msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152724\n"
-"645\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_idN11BD9\n"
-"help.text"
-msgid "SERIESSUM(X; N; M; Coefficients)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152737\n"
-"646\n"
-"help.text"
-msgid "<emph>X</emph> is the input value for the power series."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144344\n"
-"647\n"
-"help.text"
-msgid "<emph>N</emph> is the initial power"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144357\n"
-"648\n"
-"help.text"
-msgid "<emph>M</emph> is the increment to increase N"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144370\n"
-"649\n"
-"help.text"
-msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3144386\n"
-"help.text"
-msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144386\n"
-"361\n"
-"help.text"
-msgid "PRODUCT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144414\n"
-"362\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144433\n"
-"363\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144446\n"
-"364\n"
-"help.text"
-msgid "PRODUCT(Number1; Number2; ...; Number30)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144460\n"
-"365\n"
-"help.text"
-msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1589098\n"
-"help.text"
-msgid "PRODUCT returns number1 * number2 * number3 * ..."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144480\n"
-"366\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144494\n"
-"367\n"
-"help.text"
-msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3160340\n"
-"help.text"
-msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3160340\n"
-"369\n"
-"help.text"
-msgid "SUMSQ"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3160368\n"
-"370\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3160388\n"
-"371\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3160402\n"
-"372\n"
-"help.text"
-msgid "SUMSQ(Number1; Number2; ...; Number30)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3160415\n"
-"373\n"
-"help.text"
-msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3160436\n"
-"374\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3160449\n"
-"375\n"
-"help.text"
-msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3158247\n"
-"help.text"
-msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158247\n"
-"387\n"
-"help.text"
-msgid "MOD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158276\n"
-"388\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158294\n"
-"389\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158308\n"
-"390\n"
-"help.text"
-msgid "MOD(Dividend; Divisor)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158321\n"
-"391\n"
-"help.text"
-msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158341\n"
-"392\n"
-"help.text"
-msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158361\n"
-"393\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158374\n"
-"394\n"
-"help.text"
-msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1278420\n"
-"help.text"
-msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3144592\n"
-"help.text"
-msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144592\n"
-"652\n"
-"help.text"
-msgid "QUOTIENT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144627\n"
-"653\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144646\n"
-"654\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144659\n"
-"655\n"
-"help.text"
-msgid "QUOTIENT(Numerator; Denominator)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9038972\n"
-"help.text"
-msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7985168\n"
-"help.text"
-msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144674\n"
-"656\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144687\n"
-"657\n"
-"help.text"
-msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3144702\n"
-"help.text"
-msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144702\n"
-"377\n"
-"help.text"
-msgid "RADIANS"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158025\n"
-"378\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158042\n"
-"379\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158055\n"
-"380\n"
-"help.text"
-msgid "RADIANS(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158069\n"
-"381\n"
-"help.text"
-msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id876186\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3939634\n"
-"help.text"
-msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3158121\n"
-"help.text"
-msgid "<bookmark_value>ROUND function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158121\n"
-"398\n"
-"help.text"
-msgid "ROUND"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158150\n"
-"399\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3158169\n"
-"400\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158182\n"
-"401\n"
-"help.text"
-msgid "ROUND(Number; Count)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3158196\n"
-"402\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id599688\n"
-"help.text"
-msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145863\n"
-"404\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145876\n"
-"405\n"
-"help.text"
-msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3145899\n"
-"406\n"
-"help.text"
-msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1371501\n"
-"help.text"
-msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4661702\n"
-"help.text"
-msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7868892\n"
-"help.text"
-msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3145991\n"
-"help.text"
-msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3145991\n"
-"24\n"
-"help.text"
-msgid "ROUNDDOWN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146020\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3146037\n"
-"26\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146051\n"
-"27\n"
-"help.text"
-msgid "ROUNDDOWN(Number; Count)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3146064\n"
-"28\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2188787\n"
-"help.text"
-msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163164\n"
-"30\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163178\n"
-"31\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5833307\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7726676\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3729361\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3163268\n"
-"help.text"
-msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163268\n"
-"140\n"
-"help.text"
-msgid "ROUNDUP"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163297\n"
-"141\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163315\n"
-"142\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163328\n"
-"143\n"
-"help.text"
-msgid "ROUNDUP(Number; Count)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163342\n"
-"144\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9573961\n"
-"help.text"
-msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163381\n"
-"146\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144786\n"
-"147\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7700430\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1180455\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3405560\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3409527\n"
-"help.text"
-msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id5256537\n"
-"help.text"
-msgid "<bookmark_value>SEC function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id5187204\n"
-"149\n"
-"help.text"
-msgid "SEC"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9954962\n"
-"150\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id422243\n"
-"151\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2055913\n"
-"152\n"
-"help.text"
-msgid "SEC(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9568170\n"
-"153\n"
-"help.text"
-msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9047465\n"
-"help.text"
-msgid "To return the secant of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id9878918\n"
-"154\n"
-"help.text"
-msgid "Examples"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6935513\n"
-"155\n"
-"help.text"
-msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3954287\n"
-"156\n"
-"help.text"
-msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id840005\n"
-"help.text"
-msgid "<bookmark_value>SECH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id8661934\n"
-"159\n"
-"help.text"
-msgid "SECH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id408174\n"
-"160\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id875988\n"
-"161\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id4985391\n"
-"162\n"
-"help.text"
-msgid "SECH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1952124\n"
-"163\n"
-"help.text"
-msgid "Returns the hyperbolic secant of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id9838764\n"
-"164\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1187764\n"
-"165\n"
-"help.text"
-msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3144877\n"
-"help.text"
-msgid "<bookmark_value>SIN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144877\n"
-"408\n"
-"help.text"
-msgid "SIN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144906\n"
-"409\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144923\n"
-"410\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144937\n"
-"411\n"
-"help.text"
-msgid "SIN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144950\n"
-"412\n"
-"help.text"
-msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8079470\n"
-"help.text"
-msgid "To return the sine of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3144969\n"
-"413\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3144983\n"
-"414\n"
-"help.text"
-msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3916440\n"
-"help.text"
-msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3163397\n"
-"help.text"
-msgid "<bookmark_value>SINH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163397\n"
-"418\n"
-"help.text"
-msgid "SINH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163426\n"
-"419\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163444\n"
-"420\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163457\n"
-"421\n"
-"help.text"
-msgid "SINH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163471\n"
-"422\n"
-"help.text"
-msgid "Returns the hyperbolic sine of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163491\n"
-"423\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163504\n"
-"424\n"
-"help.text"
-msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3163596\n"
-"help.text"
-msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163596\n"
-"428\n"
-"help.text"
-msgid "SUM"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163625\n"
-"429\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163643\n"
-"430\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163656\n"
-"431\n"
-"help.text"
-msgid "SUM(Number1; Number2; ...; Number30)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163671\n"
-"432\n"
-"help.text"
-msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163690\n"
-"433\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163704\n"
-"434\n"
-"help.text"
-msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151740\n"
-"556\n"
-"help.text"
-msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151756\n"
-"619\n"
-"help.text"
-msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151774\n"
-"620\n"
-"help.text"
-msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151799\n"
-"621\n"
-"help.text"
-msgid "Enter the following formula as an array formula:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151813\n"
-"622\n"
-"help.text"
-msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151828\n"
-"623\n"
-"help.text"
-msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151869\n"
-"624\n"
-"help.text"
-msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151884\n"
-"625\n"
-"help.text"
-msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3151957\n"
-"help.text"
-msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3151957\n"
-"436\n"
-"help.text"
-msgid "SUMIF"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3151986\n"
-"437\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152015\n"
-"438\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152028\n"
-"439\n"
-"help.text"
-msgid "SUMIF(Range; Criteria; SumRange)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152043\n"
-"440\n"
-"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152062\n"
-"441\n"
-"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152083\n"
-"442\n"
-"help.text"
-msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8347422\n"
-"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152110\n"
-"443\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152148\n"
-"626\n"
-"help.text"
-msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6670125\n"
-"help.text"
-msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6062196\n"
-"help.text"
-msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3152195\n"
-"help.text"
-msgid "<bookmark_value>TAN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152195\n"
-"446\n"
-"help.text"
-msgid "TAN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152224\n"
-"447\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152242\n"
-"448\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152255\n"
-"449\n"
-"help.text"
-msgid "TAN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152269\n"
-"450\n"
-"help.text"
-msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5752128\n"
-"help.text"
-msgid "To return the tangent of an angle in degrees, use the RADIANS function."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3152287\n"
-"451\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3152301\n"
-"452\n"
-"help.text"
-msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1804864\n"
-"help.text"
-msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3165434\n"
-"help.text"
-msgid "<bookmark_value>TANH function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165434\n"
-"456\n"
-"help.text"
-msgid "TANH"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165462\n"
-"457\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165480\n"
-"458\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165494\n"
-"459\n"
-"help.text"
-msgid "TANH(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165508\n"
-"460\n"
-"help.text"
-msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165527\n"
-"461\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165541\n"
-"462\n"
-"help.text"
-msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3165633\n"
-"help.text"
-msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165633\n"
-"466\n"
-"help.text"
-msgid "SUBTOTAL"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165682\n"
-"467\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165704\n"
-"495\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165717\n"
-"496\n"
-"help.text"
-msgid "SUBTOTAL(Function; Range)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165731\n"
-"497\n"
-"help.text"
-msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165782\n"
-"469\n"
-"help.text"
-msgid "Function index"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165806\n"
-"470\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165833\n"
-"471\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165856\n"
-"472\n"
-"help.text"
-msgid "AVERAGE"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165883\n"
-"473\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165906\n"
-"474\n"
-"help.text"
-msgid "COUNT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165933\n"
-"475\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165956\n"
-"476\n"
-"help.text"
-msgid "COUNTA"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165983\n"
-"477\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3166006\n"
-"478\n"
-"help.text"
-msgid "MAX"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3166033\n"
-"479\n"
-"help.text"
-msgid "5"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3166056\n"
-"480\n"
-"help.text"
-msgid "MIN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143316\n"
-"481\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143339\n"
-"482\n"
-"help.text"
-msgid "PRODUCT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143366\n"
-"483\n"
-"help.text"
-msgid "7"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143389\n"
-"484\n"
-"help.text"
-msgid "STDEV"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143416\n"
-"485\n"
-"help.text"
-msgid "8"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143439\n"
-"486\n"
-"help.text"
-msgid "STDEVP"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143466\n"
-"487\n"
-"help.text"
-msgid "9"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143489\n"
-"488\n"
-"help.text"
-msgid "SUM"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143516\n"
-"489\n"
-"help.text"
-msgid "10"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143539\n"
-"490\n"
-"help.text"
-msgid "VAR"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143566\n"
-"491\n"
-"help.text"
-msgid "11"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143589\n"
-"492\n"
-"help.text"
-msgid "VARP"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143606\n"
-"498\n"
-"help.text"
-msgid "<emph>Range</emph> is the range whose cells are included."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3143625\n"
-"499\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143638\n"
-"562\n"
-"help.text"
-msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143658\n"
-"563\n"
-"help.text"
-msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3143672\n"
-"help.text"
-msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3143672\n"
-"564\n"
-"help.text"
-msgid "EUROCONVERT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143708\n"
-"565\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143731\n"
-"566\n"
-"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143748\n"
-"567\n"
-"help.text"
-msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143763\n"
-"568\n"
-"help.text"
-msgid "<emph>Value</emph> is the amount of the currency to be converted."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143782\n"
-"569\n"
-"help.text"
-msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0119200904301810\n"
-"help.text"
-msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0119200904301815\n"
-"help.text"
-msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143819\n"
-"570\n"
-"help.text"
-msgid "<emph>Examples</emph>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143837\n"
-"571\n"
-"help.text"
-msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3143853\n"
-"572\n"
-"help.text"
-msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id0908200902090676\n"
-"help.text"
-msgid "<bookmark_value>CONVERT function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902074836\n"
-"help.text"
-msgid "CONVERT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902131122\n"
-"help.text"
-msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902475420\n"
-"help.text"
-msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902131071\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902131191\n"
-"help.text"
-msgid "CONVERT(value;\"text\";\"text\")"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902131152\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id090820090213112\n"
-"help.text"
-msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902475431\n"
-"help.text"
-msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3157177\n"
-"help.text"
-msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157177\n"
-"502\n"
-"help.text"
-msgid "ODD"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157205\n"
-"503\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157223\n"
-"504\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157237\n"
-"505\n"
-"help.text"
-msgid "ODD(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157250\n"
-"506\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157270\n"
-"507\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157283\n"
-"508\n"
-"help.text"
-msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id8746910\n"
-"help.text"
-msgid "<item type=\"input\">=ODD(1)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9636524\n"
-"help.text"
-msgid "<item type=\"input\">=ODD(0)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5675527\n"
-"help.text"
-msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3157404\n"
-"help.text"
-msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157404\n"
-"512\n"
-"help.text"
-msgid "FLOOR"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157432\n"
-"513\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3157451\n"
-"514\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157464\n"
-"515\n"
-"help.text"
-msgid "FLOOR(Number; Significance; Mode)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157478\n"
-"516\n"
-"help.text"
-msgid "<emph>Number</emph> is the number that is to be rounded down."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157497\n"
-"517\n"
-"help.text"
-msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3157517\n"
-"561\n"
-"help.text"
-msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163894\n"
-"630\n"
-"help.text"
-msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3163932\n"
-"518\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163945\n"
-"519\n"
-"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163966\n"
-"520\n"
-"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3163988\n"
-"521\n"
-"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164086\n"
-"help.text"
-msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164086\n"
-"523\n"
-"help.text"
-msgid "SIGN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164115\n"
-"524\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164136\n"
-"525\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164150\n"
-"526\n"
-"help.text"
-msgid "SIGN(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164164\n"
-"527\n"
-"help.text"
-msgid "<emph>Number</emph> is the number whose sign is to be determined."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164183\n"
-"528\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164197\n"
-"529\n"
-"help.text"
-msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164212\n"
-"530\n"
-"help.text"
-msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164252\n"
-"help.text"
-msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164252\n"
-"658\n"
-"help.text"
-msgid "MROUND"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164288\n"
-"659\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164306\n"
-"660\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164320\n"
-"661\n"
-"help.text"
-msgid "MROUND(Number; Multiple)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3486434\n"
-"help.text"
-msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3068636\n"
-"help.text"
-msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164333\n"
-"662\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164347\n"
-"663\n"
-"help.text"
-msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_idN14DD6\n"
-"help.text"
-msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164375\n"
-"help.text"
-msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164375\n"
-"532\n"
-"help.text"
-msgid "SQRT"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164404\n"
-"533\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164424\n"
-"534\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164437\n"
-"535\n"
-"help.text"
-msgid "SQRT(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164451\n"
-"536\n"
-"help.text"
-msgid "Returns the positive square root of <emph>Number</emph>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6870021\n"
-"help.text"
-msgid "Number must be positive."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164471\n"
-"537\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164484\n"
-"538\n"
-"help.text"
-msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3591723\n"
-"help.text"
-msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164560\n"
-"help.text"
-msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164560\n"
-"665\n"
-"help.text"
-msgid "SQRTPI"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164596\n"
-"666\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164614\n"
-"667\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164627\n"
-"668\n"
-"help.text"
-msgid "SQRTPI(Number)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id1501510\n"
-"help.text"
-msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9929197\n"
-"help.text"
-msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164641\n"
-"669\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164654\n"
-"670\n"
-"help.text"
-msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164669\n"
-"help.text"
-msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164669\n"
-"671\n"
-"help.text"
-msgid "RANDBETWEEN"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164711\n"
-"672\n"
-"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164745\n"
-"673\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164758\n"
-"674\n"
-"help.text"
-msgid "RANDBETWEEN(Bottom; Top)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id7112338\n"
-"help.text"
-msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2855616\n"
-"help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2091433\n"
-"help.text"
-msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164772\n"
-"675\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164785\n"
-"676\n"
-"help.text"
-msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164800\n"
-"help.text"
-msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164800\n"
-"542\n"
-"help.text"
-msgid "RAND"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164829\n"
-"543\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164870\n"
-"545\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164884\n"
-"546\n"
-"help.text"
-msgid "RAND()"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5092318\n"
-"help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9312417\n"
-"help.text"
-msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id9089022\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id9569078\n"
-"help.text"
-msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"bm_id3164897\n"
-"help.text"
-msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164897\n"
-"547\n"
-"help.text"
-msgid "COUNTIF"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164926\n"
-"548\n"
-"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3164953\n"
-"549\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164967\n"
-"550\n"
-"help.text"
-msgid "COUNTIF(Range; Criteria)"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3164980\n"
-"551\n"
-"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3165000\n"
-"552\n"
-"help.text"
-msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes."
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"hd_id3165037\n"
-"553\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3166505\n"
-"627\n"
-"help.text"
-msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id3581652\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id708639\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id5169225\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id2118594\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id166020\n"
-"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006"
-msgstr ""
-
-#: 04060106.xhp
-msgctxt ""
-"04060106.xhp\n"
-"par_id6386913\n"
-"help.text"
-msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
-msgstr ""
-
-#: 06030400.xhp
-msgctxt ""
-"06030400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove Dependents"
-msgstr ""
-
-#: 06030400.xhp
-msgctxt ""
-"06030400.xhp\n"
-"bm_id3147335\n"
-"help.text"
-msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
-msgstr ""
-
-#: 06030400.xhp
-msgctxt ""
-"06030400.xhp\n"
-"hd_id3147335\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
-msgstr ""
-
-#: 06030400.xhp
-msgctxt ""
-"06030400.xhp\n"
-"par_id3148663\n"
-"2\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
-msgstr ""
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Manual Break"
-msgstr ""
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"bm_id3153192\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
-msgstr ""
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"hd_id3153192\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
-msgstr ""
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"par_id3125864\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".\">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp>"
-msgstr ""
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"par_id3155133\n"
-"3\n"
-"help.text"
-msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Criteria"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"bm_id1464278\n"
-"help.text"
-msgid "<bookmark_value>selection lists;validity</bookmark_value>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3153032\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3156327\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3155923\n"
-"4\n"
-"help.text"
-msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3153896\n"
-"5\n"
-"help.text"
-msgid "Allow"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3150400\n"
-"6\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3148797\n"
-"17\n"
-"help.text"
-msgid "The following conditions are available:"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3150447\n"
-"18\n"
-"help.text"
-msgid "Condition"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3155854\n"
-"19\n"
-"help.text"
-msgid "Effect"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3153092\n"
-"20\n"
-"help.text"
-msgid "All values"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3155411\n"
-"21\n"
-"help.text"
-msgid "No limitation."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3147434\n"
-"22\n"
-"help.text"
-msgid "Whole number"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3154319\n"
-"23\n"
-"help.text"
-msgid "Only whole numbers corresponding to the condition."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3145802\n"
-"24\n"
-"help.text"
-msgid "Decimal"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3153160\n"
-"25\n"
-"help.text"
-msgid "All numbers corresponding to the condition."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3149377\n"
-"26\n"
-"help.text"
-msgid "Date"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3150718\n"
-"27\n"
-"help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3146969\n"
-"28\n"
-"help.text"
-msgid "Time"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3155066\n"
-"29\n"
-"help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN106A0\n"
-"help.text"
-msgid "Cell range"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN106A5\n"
-"help.text"
-msgid "Allow only values that are given in a cell range. The cell range can be specified explicitly, or as a named database range, or as a named range. The range may consist of one column or one row of cells. If you specify a range of columns and rows, only the first column is used."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN106AB\n"
-"help.text"
-msgid "List"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN106B0\n"
-"help.text"
-msgid "Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3154756\n"
-"30\n"
-"help.text"
-msgid "Text length"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3147339\n"
-"31\n"
-"help.text"
-msgid "Entries whose length corresponds to the condition."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3154704\n"
-"7\n"
-"help.text"
-msgid "Allow blank cells"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3153967\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN10709\n"
-"help.text"
-msgid "Show selection list"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN1070D\n"
-"help.text"
-msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN10724\n"
-"help.text"
-msgid "Sort entries ascending"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN10728\n"
-"help.text"
-msgid "<ahelp hid=\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\">Sorts the selection list in ascending order and filters duplicates from the list. If not checked, the order from the data source is taken.</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN1073F\n"
-"help.text"
-msgid "Source"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN10743\n"
-"help.text"
-msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN1075A\n"
-"help.text"
-msgid "Entries"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_idN1075E\n"
-"help.text"
-msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3163807\n"
-"9\n"
-"help.text"
-msgid "Data"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3144502\n"
-"10\n"
-"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\">Select the comparative operator that you want to use.</ahelp> The available operators depend on what you selected in the <emph>Allow </emph>box. If you select \"between\" or \"not between\", the <emph>Minimum</emph> and <emph>Maximum</emph> input boxes appear. Otherwise, only the <emph>Minimum</emph>, the <emph>Maximum, or the Value</emph> input boxes appear."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3153782\n"
-"11\n"
-"help.text"
-msgid "Value"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3153266\n"
-"12\n"
-"help.text"
-msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3149814\n"
-"13\n"
-"help.text"
-msgid "Minimum"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3153199\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\">Enter the minimum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"hd_id3149035\n"
-"15\n"
-"help.text"
-msgid "Maximum"
-msgstr ""
-
-#: 12120100.xhp
-msgctxt ""
-"12120100.xhp\n"
-"par_id3150089\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\">Enter the maximum value for the data validation option that you selected in the <emph>Allow </emph>box.</ahelp>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/02.po b/source/lb/helpcontent2/source/text/scalc/02.po
deleted file mode 100644
index 311a9af8c26..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/02.po
+++ /dev/null
@@ -1,1076 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/02
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:34+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Zoom Out"
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"bm_id3153561\n"
-"help.text"
-msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"hd_id3153561\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3151246\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ZoomOut\">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>"
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3150398\n"
-"4\n"
-"help.text"
-msgid "The minimum zoom factor is 20%."
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3153770\n"
-"help.text"
-msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>"
-msgstr ""
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3150440\n"
-"3\n"
-"help.text"
-msgid "Zooming Out"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"bm_id3156329\n"
-"help.text"
-msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id3156329\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3147336\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsertCtrl\">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3148664\n"
-"3\n"
-"help.text"
-msgid "Tools bar icon:"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3150767\n"
-"help.text"
-msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3146120\n"
-"4\n"
-"help.text"
-msgid "Insert"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3153188\n"
-"6\n"
-"help.text"
-msgid "You can select the following icons:"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id4283883\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id3149410\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id3151117\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id3633533\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_idN10769\n"
-"help.text"
-msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>"
-msgstr ""
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"hd_id7581408\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149164\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3147264\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3145173\n"
-"help.text"
-msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>"
-msgstr ""
-
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154686\n"
-"3\n"
-"help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Number format: Currency"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"hd_id3152892\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"par_id3148837\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"par_id3155267\n"
-"help.text"
-msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Icon</alt></image>"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"par_id3150214\n"
-"3\n"
-"help.text"
-msgid "Number Format: Currency"
-msgstr ""
-
-#: 02130000.xhp
-msgctxt ""
-"02130000.xhp\n"
-"par_id3146776\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Number format: Default"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3149182\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3163802\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3155922\n"
-"help.text"
-msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3153361\n"
-"3\n"
-"help.text"
-msgid "Number Format: Standard"
-msgstr ""
-
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"par_id3154908\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Accept"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"bm_id3143267\n"
-"help.text"
-msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"hd_id3143267\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"par_id3151245\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"par_id3150769\n"
-"help.text"
-msgid "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>"
-msgstr ""
-
-#: 06070000.xhp
-msgctxt ""
-"06070000.xhp\n"
-"par_id3125864\n"
-"3\n"
-"help.text"
-msgid "Accept"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Number format: Percent"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"hd_id3156329\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155629\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153968\n"
-"help.text"
-msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3151114\n"
-"3\n"
-"help.text"
-msgid "Number Format: Percent"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id3149260\n"
-"help.text"
-msgid "<bookmark_value>percentage calculations</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149260\n"
-"5\n"
-"help.text"
-msgid "You can also enter a percentage sign (%) after a number in a cell:"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155411\n"
-"6\n"
-"help.text"
-msgid "1% corresponds to 0.01"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145749\n"
-"7\n"
-"help.text"
-msgid "1 + 16% corresponds to 116% or 1.16"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148575\n"
-"8\n"
-"help.text"
-msgid "1%% corresponds to 0.0001"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3159153\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sum"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"bm_id3157909\n"
-"help.text"
-msgid "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"hd_id3157909\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3150543\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3153770\n"
-"help.text"
-msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3152577\n"
-"15\n"
-"help.text"
-msgid "Sum"
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3156444\n"
-"16\n"
-"help.text"
-msgid "$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function."
-msgstr ""
-
-#: 06030000.xhp
-msgctxt ""
-"06030000.xhp\n"
-"par_id3153189\n"
-"3\n"
-"help.text"
-msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line."
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3150275\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3150792\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3145787\n"
-"help.text"
-msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>"
-msgstr ""
-
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"par_id3149262\n"
-"3\n"
-"help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Cancel"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"bm_id3154514\n"
-"help.text"
-msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"hd_id3154514\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_id3153823\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_CANCEL\">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_id3156281\n"
-"help.text"
-msgid "<image id=\"img_id3156422\" src=\"svx/res/nu08.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
-msgstr ""
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_id3153970\n"
-"3\n"
-"help.text"
-msgid "Cancel"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Cells"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"bm_id3150275\n"
-"help.text"
-msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"hd_id3150275\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"par_id3156024\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:InsCellsCtrl\">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"par_id3150398\n"
-"3\n"
-"help.text"
-msgid "Tools bar icon:"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"par_id3150767\n"
-"5\n"
-"help.text"
-msgid "You can select the following icons:"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"hd_id3150439\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"hd_id3146119\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"hd_id3153190\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>"
-msgstr ""
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"hd_id3153726\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">Columns</link>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Input line"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"hd_id3153821\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>"
-msgstr ""
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"par_id3155922\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Theme Selection"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"hd_id3153087\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3154515\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background color information."
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3155132\n"
-"help.text"
-msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3153953\n"
-"4\n"
-"help.text"
-msgid "Choose Themes"
-msgstr ""
-
-#: 06080000.xhp
-msgctxt ""
-"06080000.xhp\n"
-"par_id3147127\n"
-"5\n"
-"help.text"
-msgid "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>"
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Standard Formula, Date/Time, Error Warning"
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"bm_id3147335\n"
-"help.text"
-msgid "<bookmark_value>formulas;status bar</bookmark_value>"
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"hd_id3147335\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>"
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"par_id3150791\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>"
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"par_id3155061\n"
-"3\n"
-"help.text"
-msgid "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None."
-msgstr ""
-
-#: 08080000.xhp
-msgctxt ""
-"08080000.xhp\n"
-"par_id3153969\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"bm_id3150084\n"
-"help.text"
-msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"hd_id3150084\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3151245\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3153360\n"
-"3\n"
-"help.text"
-msgid "This icon is only available when the <emph>Input line</emph> box is not active."
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3153770\n"
-"help.text"
-msgid "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>"
-msgstr ""
-
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"par_id3153951\n"
-"4\n"
-"help.text"
-msgid "Function"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Zoom In"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"bm_id3148491\n"
-"help.text"
-msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"hd_id3148491\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"par_id3145069\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:ZoomIn\">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp>"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"par_id3145171\n"
-"4\n"
-"help.text"
-msgid "The maximum zoom factor is 400%."
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"par_id3155854\n"
-"help.text"
-msgid "<image id=\"img_id3151116\" src=\"cmd/sc_helpzoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
-msgstr ""
-
-#: 10050000.xhp
-msgctxt ""
-"10050000.xhp\n"
-"par_id3145273\n"
-"3\n"
-"help.text"
-msgid "Zoom In"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Sheet Area"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"bm_id3156326\n"
-"help.text"
-msgid "<bookmark_value>formula bar; sheet area names</bookmark_value><bookmark_value>sheet area names</bookmark_value><bookmark_value>showing; cell references</bookmark_value><bookmark_value>cell references; showing</bookmark_value>"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"hd_id3156326\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"par_id3149656\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"par_id3163710\n"
-"help.text"
-msgid "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"par_id3151118\n"
-"4\n"
-"help.text"
-msgid "Name Box"
-msgstr ""
-
-#: 06010000.xhp
-msgctxt ""
-"06010000.xhp\n"
-"par_id3152596\n"
-"6\n"
-"help.text"
-msgid "To jump to a particular cell, or to select a cell range, type the cell reference, or cell range reference in this box, for example, F1, or A1:C4."
-msgstr ""
-
-#: 08010000.xhp
-msgctxt ""
-"08010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Position in document"
-msgstr ""
-
-#: 08010000.xhp
-msgctxt ""
-"08010000.xhp\n"
-"hd_id3145119\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>"
-msgstr ""
-
-#: 08010000.xhp
-msgctxt ""
-"08010000.xhp\n"
-"par_id3147265\n"
-"2\n"
-"help.text"
-msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/04.po b/source/lb/helpcontent2/source/text/scalc/04.po
deleted file mode 100644
index 36b73e8724a..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/04.po
+++ /dev/null
@@ -1,1680 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/04
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:34+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Shortcut Keys for Spreadsheets"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"bm_id3145801\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145801\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"calc_keys\"><link href=\"text/scalc/04/01020000.xhp\" name=\"Shortcut Keys for Spreadsheets\">Shortcut Keys for Spreadsheets</link></variable>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155067\n"
-"3\n"
-"help.text"
-msgid "To fill a selected cell range with the formula that you entered on the <emph>Input line</emph>, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter. Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter+Shift to apply the cell format of the input cell to the entire cell range."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153967\n"
-"84\n"
-"help.text"
-msgid "To create a matrix in which all the cells contain the same information as what you entered on the <emph>Input line</emph>, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. You cannot edit the components of the matrix."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3166426\n"
-"4\n"
-"help.text"
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150207\n"
-"127\n"
-"help.text"
-msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3166432\n"
-"129\n"
-"help.text"
-msgid "To insert a manual line break in a cell, click in the cell, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3146978\n"
-"130\n"
-"help.text"
-msgid "To delete the contents of selected cells, press Backspace. This opens the <link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link> dialog, where you choose which contents of the cell you want to delete. To delete the contents of selected cells without a dialog, press the Delete key."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145386\n"
-"85\n"
-"help.text"
-msgid "Navigating in Spreadsheets"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149407\n"
-"86\n"
-"help.text"
-msgid "Shortcut Keys"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153815\n"
-"87\n"
-"help.text"
-msgid "<emph>Effect</emph>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146871\n"
-"88\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159093\n"
-"89\n"
-"help.text"
-msgid "Moves the cursor to the first cell in the sheet (A1)."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145073\n"
-"90\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153283\n"
-"91\n"
-"help.text"
-msgid "Moves the cursor to the last cell on the sheet that contains data."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149127\n"
-"92\n"
-"help.text"
-msgid "Home"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159205\n"
-"93\n"
-"help.text"
-msgid "Moves the cursor to the first cell of the current row."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149897\n"
-"94\n"
-"help.text"
-msgid "End"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155095\n"
-"95\n"
-"help.text"
-msgid "Moves the cursor to the last cell of the current row."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id4149127\n"
-"92\n"
-"help.text"
-msgid "Shift+Home"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id4159205\n"
-"93\n"
-"help.text"
-msgid "Selects cells from the current cell to the first cell of the current row."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id4149897\n"
-"94\n"
-"help.text"
-msgid "Shift+End"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id4155095\n"
-"95\n"
-"help.text"
-msgid "Selects cells from the current cell to the last cell of the current row."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id5149127\n"
-"92\n"
-"help.text"
-msgid "Shift+Page Up"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id5159205\n"
-"93\n"
-"help.text"
-msgid "Selects cells from the current cell up to one page in the current column or extends the existing selection one page up."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id5149897\n"
-"94\n"
-"help.text"
-msgid "Shift+Page Down"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id5155095\n"
-"95\n"
-"help.text"
-msgid "Selects cells from the current cell down to one page in the current column or extends the existing selection one page down."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3143220\n"
-"101\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154766\n"
-"102\n"
-"help.text"
-msgid "Moves the cursor to the left edge of the current data range. If the column to the left of the cell that contains the cursor is empty, the cursor moves to the next column to the left that contains data."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3153554\n"
-"103\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155593\n"
-"104\n"
-"help.text"
-msgid "Moves the cursor to the right edge of the current data range. If the column to the right of the cell that contains the cursor is empty, the cursor moves to the next column to the right that contains data."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149317\n"
-"105\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153076\n"
-"106\n"
-"help.text"
-msgid "Moves the cursor to the top edge of the current data range. If the row above the cell that contains the cursor is empty, the cursor moves up to the next row that contains data."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3147250\n"
-"107\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149054\n"
-"108\n"
-"help.text"
-msgid "Moves the cursor to the bottom edge of the current data range. If the row below the cell that contains the cursor is empty, the cursor moves down to the next row that contains data."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148744\n"
-"184\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159258\n"
-"185\n"
-"help.text"
-msgid "Selects all cells containing data from the current cell to the end of the continuous range of data cells, in the direction of the arrow pressed. If used to select rows and columns together, a rectangular cell range is selected."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156399\n"
-"109\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145236\n"
-"110\n"
-"help.text"
-msgid "Moves one sheet to the left."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149725\n"
-"131\n"
-"help.text"
-msgid "In the page preview: Moves to the previous print page."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3147411\n"
-"111\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150372\n"
-"112\n"
-"help.text"
-msgid "Moves one sheet to the right."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159120\n"
-"132\n"
-"help.text"
-msgid "In the page preview: Moves to the next print page."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146885\n"
-"113\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Up"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3152976\n"
-"114\n"
-"help.text"
-msgid "Moves one screen to the left."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149013\n"
-"115\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Down"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150477\n"
-"116\n"
-"help.text"
-msgid "Moves one screen page to the right."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN10AFC\n"
-"help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN10B00\n"
-"help.text"
-msgid "Adds the previous sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the previous sheet. Makes the previous sheet the current sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN10B03\n"
-"help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN10B07\n"
-"help.text"
-msgid "Adds the next sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the next sheet. Makes the next sheet the current sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145826\n"
-"96\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148882\n"
-"97\n"
-"help.text"
-msgid "where (*) is the multiplication sign on the numeric key pad"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154847\n"
-"98\n"
-"help.text"
-msgid "Selects the data range that contains the cursor. A range is a contiguous cell range that contains data and is bounded by empty row and columns."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3151233\n"
-"180\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149949\n"
-"181\n"
-"help.text"
-msgid "where (/) is the division sign on the numeric key pad"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150144\n"
-"182\n"
-"help.text"
-msgid "Selects the matrix formula range that contains the cursor."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id8163396\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id9901425\n"
-"help.text"
-msgid "Insert cells (as in menu Insert - Cells)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3389080\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id5104220\n"
-"help.text"
-msgid "Delete cells (as in menu Edit - Delete Cells)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155825\n"
-"99\n"
-"help.text"
-msgid "Enter (in a selected range)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153935\n"
-"100\n"
-"help.text"
-msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id5961180\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id6407055\n"
-"help.text"
-msgid "Displays or hides the formulas instead of the values in all cells."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id8070314\n"
-"help.text"
-msgid "The ` key is located next to the \"1\" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the \"View\" category and the \"Toggle Formula\" function."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148756\n"
-"5\n"
-"help.text"
-msgid "Function Keys Used in Spreadsheets"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148581\n"
-"6\n"
-"help.text"
-msgid "Shortcut Keys"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3152790\n"
-"8\n"
-"help.text"
-msgid "<emph>Effect</emph>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154809\n"
-"139\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145140\n"
-"138\n"
-"help.text"
-msgid "Displays the comment that is attached to the current cell"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146142\n"
-"9\n"
-"help.text"
-msgid "F2"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148568\n"
-"10\n"
-"help.text"
-msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153108\n"
-"179\n"
-"help.text"
-msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146850\n"
-"11\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145162\n"
-"12\n"
-"help.text"
-msgid "Opens the Function Wizard."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3147366\n"
-"137\n"
-"help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155929\n"
-"136\n"
-"help.text"
-msgid "Moves the cursor to the <emph>Input line</emph> where you can enter a formula for the current cell."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3153730\n"
-"15\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145245\n"
-"16\n"
-"help.text"
-msgid "Opens the <emph>Define Names</emph> dialog."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148768\n"
-"17\n"
-"help.text"
-msgid "F4"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153047\n"
-"18\n"
-"help.text"
-msgid "Shows or Hides the Database explorer."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145353\n"
-"19\n"
-"help.text"
-msgid "Shift+F4"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155620\n"
-"20\n"
-"help.text"
-msgid "Rearranges the relative or absolute references (for example, A1, $A$1, $A1, A$1) in the input field."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156063\n"
-"21\n"
-"help.text"
-msgid "F5"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149540\n"
-"22\n"
-"help.text"
-msgid "Shows or hides the <emph>Navigator</emph>."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148392\n"
-"23\n"
-"help.text"
-msgid "Shift+F5"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150268\n"
-"24\n"
-"help.text"
-msgid "Traces dependents."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148430\n"
-"27\n"
-"help.text"
-msgid "Shift+F7"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153179\n"
-"28\n"
-"help.text"
-msgid "Traces precedents."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150568\n"
-"135\n"
-"help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153551\n"
-"134\n"
-"help.text"
-msgid "Moves the cursor from the <emph>Input line </emph>to the <emph>Sheet area</emph> box."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155368\n"
-"29\n"
-"help.text"
-msgid "F7"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154871\n"
-"30\n"
-"help.text"
-msgid "Checks spelling in the current sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150688\n"
-"31\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149781\n"
-"32\n"
-"help.text"
-msgid "Opens the Thesaurus if the current cell contains text."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156257\n"
-"33\n"
-"help.text"
-msgid "F8"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3147482\n"
-"34\n"
-"help.text"
-msgid "Turns additional selection mode on or off. In this mode, you can use the arrow keys to extend the selection. You can also click in another cell to extend the selection."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154313\n"
-"37\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150385\n"
-"38\n"
-"help.text"
-msgid "Highlights cells containing values."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3152479\n"
-"39\n"
-"help.text"
-msgid "F9"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3163827\n"
-"40\n"
-"help.text"
-msgid "Recalculates changed formulas in the current sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id9027069\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F9"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id1729178\n"
-"help.text"
-msgid "Recalculates all formulas in all sheets."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156300\n"
-"41\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154817\n"
-"42\n"
-"help.text"
-msgid "Updates the selected chart."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149279\n"
-"46\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150967\n"
-"47\n"
-"help.text"
-msgid "Opens the <emph>Styles and Formatting</emph> window where you can apply a formatting style to the contents of the cell or to the current sheet."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156308\n"
-"48\n"
-"help.text"
-msgid "Shift+F11"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145209\n"
-"49\n"
-"help.text"
-msgid "Creates a document template."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3147622\n"
-"50\n"
-"help.text"
-msgid "Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+F11"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153215\n"
-"51\n"
-"help.text"
-msgid "Updates the templates."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150760\n"
-"52\n"
-"help.text"
-msgid "F12"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3156321\n"
-"53\n"
-"help.text"
-msgid "Groups the selected data range."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146859\n"
-"54\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3156128\n"
-"55\n"
-"help.text"
-msgid "Ungroups the selected data range."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3151264\n"
-"117\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153155\n"
-"118\n"
-"help.text"
-msgid "Increases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3151297\n"
-"119\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155849\n"
-"120\n"
-"help.text"
-msgid "Decreases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155997\n"
-"121\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Right Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150256\n"
-"122\n"
-"help.text"
-msgid "Increases the width of the current column."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154046\n"
-"123\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Left Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150155\n"
-"124\n"
-"help.text"
-msgid "Decreases the width of the current column."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149293\n"
-"125\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+Arrow Key"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159180\n"
-"126\n"
-"help.text"
-msgid "Optimizes the column width or row height based on the current cell."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3156013\n"
-"56\n"
-"help.text"
-msgid "Formatting Cells Using Shortcut Keys"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153979\n"
-"57\n"
-"help.text"
-msgid "The following cell formats can be applied with the keyboard:"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3147492\n"
-"58\n"
-"help.text"
-msgid "Shortcut Keys"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154305\n"
-"60\n"
-"help.text"
-msgid "<emph>Effect</emph>"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145669\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+1 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149197\n"
-"help.text"
-msgid "Open Format Cells dialog"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145668\n"
-"61\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149196\n"
-"63\n"
-"help.text"
-msgid "Two decimal places, thousands separator"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155331\n"
-"64\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+2 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150120\n"
-"66\n"
-"help.text"
-msgid "Standard exponential format"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154932\n"
-"67\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+3 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148822\n"
-"69\n"
-"help.text"
-msgid "Standard date format"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148829\n"
-"70\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+4 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159152\n"
-"72\n"
-"help.text"
-msgid "Standard currency format"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150776\n"
-"73\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+5 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148800\n"
-"75\n"
-"help.text"
-msgid "Standard percentage format (two decimal places)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3158407\n"
-"76\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+6 (not on the number pad)"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148444\n"
-"78\n"
-"help.text"
-msgid "Standard format"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154205\n"
-"178\n"
-"help.text"
-msgid "Using the pivot table"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN11326\n"
-"help.text"
-msgid "Keys"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_idN1132C\n"
-"help.text"
-msgid "Effect"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3153577\n"
-"177\n"
-"help.text"
-msgid "Tab"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3147511\n"
-"176\n"
-"help.text"
-msgid "Changes the focus by moving forwards through the areas and buttons of the dialog."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154266\n"
-"175\n"
-"help.text"
-msgid "Shift+Tab"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155362\n"
-"174\n"
-"help.text"
-msgid "Changes the focus by moving backwards through the areas and buttons of the dialog."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148484\n"
-"173\n"
-"help.text"
-msgid "Up Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149152\n"
-"172\n"
-"help.text"
-msgid "Moves the focus up one item in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3154273\n"
-"171\n"
-"help.text"
-msgid "Down Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3158424\n"
-"170\n"
-"help.text"
-msgid "Moves the focus down one item in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148912\n"
-"169\n"
-"help.text"
-msgid "Left Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153238\n"
-"168\n"
-"help.text"
-msgid "Moves the focus one item to the left in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150712\n"
-"167\n"
-"help.text"
-msgid "Right Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3166458\n"
-"166\n"
-"help.text"
-msgid "Moves the focus one item to the right in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3146947\n"
-"165\n"
-"help.text"
-msgid "Home"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153742\n"
-"164\n"
-"help.text"
-msgid "Selects the first item in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3153387\n"
-"163\n"
-"help.text"
-msgid "End"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153684\n"
-"162\n"
-"help.text"
-msgid "Selects the last item in the current dialog area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155584\n"
-"161\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3152949\n"
-"160\n"
-"help.text"
-msgid "Copies or moves the current field into the \"Row\" area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3159269\n"
-"159\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149968\n"
-"158\n"
-"help.text"
-msgid "Copies or moves the current field into the \"Column\" area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149923\n"
-"157\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3148649\n"
-"156\n"
-"help.text"
-msgid "Copies or moves the current field into the \"Data\" area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149418\n"
-"155\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154335\n"
-"154\n"
-"help.text"
-msgid "Moves the current field up one place."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148462\n"
-"153\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154603\n"
-"152\n"
-"help.text"
-msgid "Moves the current field down one place."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145373\n"
-"151\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3151125\n"
-"150\n"
-"help.text"
-msgid "Moves the current field one place to the left."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3150423\n"
-"149\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153316\n"
-"148\n"
-"help.text"
-msgid "Moves the current field one place to the right."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149519\n"
-"147\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3149237\n"
-"146\n"
-"help.text"
-msgid "Moves the current field to the first place."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3145310\n"
-"145\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3153942\n"
-"144\n"
-"help.text"
-msgid "Moves the current field to the last place."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3149933\n"
-"143\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3154798\n"
-"142\n"
-"help.text"
-msgid "Displays the options for the current field."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3148418\n"
-"141\n"
-"help.text"
-msgid "Delete"
-msgstr "Läschen"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3159251\n"
-"140\n"
-"help.text"
-msgid "Removes the current field from the area."
-msgstr ""
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3150630\n"
-"183\n"
-"help.text"
-msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/05.po b/source/lb/helpcontent2/source/text/scalc/05.po
deleted file mode 100644
index d08920cf788..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/05.po
+++ /dev/null
@@ -1,1084 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/05
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 15:21+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Error Codes in %PRODUCTNAME Calc"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id3146797\n"
-"help.text"
-msgid "<bookmark_value>error codes;list of</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"hd_id3146797\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error Codes in %PRODUCTNAME Calc\">Error Codes in <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150275\n"
-"2\n"
-"help.text"
-msgid "The following table is an overview of the error messages for <item type=\"productname\">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id0202201010205429\n"
-"help.text"
-msgid "<bookmark_value>### error message</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id3154634\n"
-"help.text"
-msgid "<bookmark_value>invalid references; error messages</bookmark_value> <bookmark_value>error messages;invalid references</bookmark_value> <bookmark_value>#REF error message</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"bm_id3148428\n"
-"help.text"
-msgid "<bookmark_value>invalid names; error messages</bookmark_value> <bookmark_value>#NAME error message</bookmark_value>"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153968\n"
-"3\n"
-"help.text"
-msgid "Error Code"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3125863\n"
-"4\n"
-"help.text"
-msgid "Message"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3151112\n"
-"5\n"
-"help.text"
-msgid "Explanation"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id1668467\n"
-"help.text"
-msgid "###"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3165766\n"
-"13\n"
-"help.text"
-msgid "none"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3169266\n"
-"14\n"
-"help.text"
-msgid "The cell is not wide enough to display the contents."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153188\n"
-"6\n"
-"help.text"
-msgid "501"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148645\n"
-"7\n"
-"help.text"
-msgid "Invalid character"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155854\n"
-"8\n"
-"help.text"
-msgid "Character in a formula is not valid."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145253\n"
-"9\n"
-"help.text"
-msgid "502"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147397\n"
-"10\n"
-"help.text"
-msgid "Invalid argument"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153160\n"
-"11\n"
-"help.text"
-msgid "Function argument is not valid. For example, a negative number for the SQRT() function, for this please use IMSQRT()."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154015\n"
-"12\n"
-"help.text"
-msgid "503<br/>#NUM!"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155766\n"
-"13\n"
-"help.text"
-msgid "Invalid floating point operation"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3159266\n"
-"14\n"
-"help.text"
-msgid "A calculation results in an overflow of the defined value range."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149258\n"
-"15\n"
-"help.text"
-msgid "504"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147344\n"
-"16\n"
-"help.text"
-msgid "Parameter list error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147003\n"
-"17\n"
-"help.text"
-msgid "Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154532\n"
-"27\n"
-"help.text"
-msgid "508"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150107\n"
-"28\n"
-"help.text"
-msgid "Error: Pair missing"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149129\n"
-"29\n"
-"help.text"
-msgid "Missing bracket, for example, closing brackets, but no opening brackets"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149895\n"
-"30\n"
-"help.text"
-msgid "509"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155097\n"
-"31\n"
-"help.text"
-msgid "Missing operator"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154649\n"
-"32\n"
-"help.text"
-msgid "Operator is missing, for example, \"=2(3+4) * \", where the operator between \"2\" and \"(\" is missing."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153813\n"
-"33\n"
-"help.text"
-msgid "510"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153483\n"
-"34\n"
-"help.text"
-msgid "Missing variable"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154710\n"
-"35\n"
-"help.text"
-msgid "Variable is missing, for example when two operators are together \"=1+*2\"."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154739\n"
-"36\n"
-"help.text"
-msgid "511"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145112\n"
-"37\n"
-"help.text"
-msgid "Missing variable"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145319\n"
-"38\n"
-"help.text"
-msgid "Function requires more variables than are provided, for example, AND() and OR()."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149050\n"
-"39\n"
-"help.text"
-msgid "512"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150393\n"
-"40\n"
-"help.text"
-msgid "Formula overflow"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3159259\n"
-"41\n"
-"help.text"
-msgid "<emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150537\n"
-"42\n"
-"help.text"
-msgid "513"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147412\n"
-"43\n"
-"help.text"
-msgid "String overflow"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3145635\n"
-"44\n"
-"help.text"
-msgid "<emph>Compiler:</emph> an identifier in the formula exceeds 64 KB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 KB in size."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149147\n"
-"45\n"
-"help.text"
-msgid "514"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3157904\n"
-"46\n"
-"help.text"
-msgid "Internal overflow"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149352\n"
-"47\n"
-"help.text"
-msgid "Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154841\n"
-"51\n"
-"help.text"
-msgid "516"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147423\n"
-"52\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148437\n"
-"53\n"
-"help.text"
-msgid "Matrix is expected on the calculation stack, but is not available."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155261\n"
-"54\n"
-"help.text"
-msgid "517"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153934\n"
-"55\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149507\n"
-"56\n"
-"help.text"
-msgid "Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148585\n"
-"57\n"
-"help.text"
-msgid "518"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149189\n"
-"58\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149545\n"
-"59\n"
-"help.text"
-msgid "Variable is not available"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3146142\n"
-"60\n"
-"help.text"
-msgid "519<br/>#VALUE"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155954\n"
-"61\n"
-"help.text"
-msgid "No result (#VALUE is in the cell rather than Err:519!)"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153108\n"
-"62\n"
-"help.text"
-msgid "The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150338\n"
-"63\n"
-"help.text"
-msgid "520"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150017\n"
-"64\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148758\n"
-"65\n"
-"help.text"
-msgid "Compiler creates an unknown compiler code."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154324\n"
-"66\n"
-"help.text"
-msgid "521"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153737\n"
-"67\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155436\n"
-"68\n"
-"help.text"
-msgid "No result."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153045\n"
-"69\n"
-"help.text"
-msgid "522"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149008\n"
-"70\n"
-"help.text"
-msgid "Circular reference"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3157972\n"
-"71\n"
-"help.text"
-msgid "Formula refers directly or indirectly to itself and the <emph>Iterations</emph> option is not set under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149538\n"
-"72\n"
-"help.text"
-msgid "523"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150930\n"
-"73\n"
-"help.text"
-msgid "The calculation procedure does not converge"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3150272\n"
-"74\n"
-"help.text"
-msgid "Function missed a targeted value, or <link href=\"text/shared/optionen/01060500.xhp\">iterative references</link> do not reach the minimum change within the maximum steps that are set."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153544\n"
-"75\n"
-"help.text"
-msgid "524<br/>#REF"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154634\n"
-"76\n"
-"help.text"
-msgid "invalid references (instead of Err:524 cell contains #REF)"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3147539\n"
-"77\n"
-"help.text"
-msgid "<emph>Compiler:</emph> a column or row description name could not be resolved. <emph>Interpreter:</emph> in a formula, the column, row, or sheet that contains a referenced cell is missing."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3155984\n"
-"78\n"
-"help.text"
-msgid "525<br/>#NAME?"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3148428\n"
-"79\n"
-"help.text"
-msgid "invalid names (instead of Err:525 cell contains #NAME?)"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3156259\n"
-"80\n"
-"help.text"
-msgid "An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3153720\n"
-"81\n"
-"help.text"
-msgid "526"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3154315\n"
-"82\n"
-"help.text"
-msgid "Internal syntax error"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3083286\n"
-"83\n"
-"help.text"
-msgid "Obsolete, no longer used, but could come from old documents if the result is a formula from a domain."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3152483\n"
-"84\n"
-"help.text"
-msgid "527"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3152966\n"
-"85\n"
-"help.text"
-msgid "Internal overflow"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id3149709\n"
-"86\n"
-"help.text"
-msgid "<emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id5324564\n"
-"help.text"
-msgid "532<br/>#DIV/0!"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id7941831\n"
-"help.text"
-msgid "Division by zero"
-msgstr ""
-
-#: 02140000.xhp
-msgctxt ""
-"02140000.xhp\n"
-"par_id5844294\n"
-"help.text"
-msgid "Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"tit\n"
-"help.text"
-msgid "Handling of Empty Cells"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"bm_id3146799\n"
-"help.text"
-msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"hd_id1502121\n"
-"help.text"
-msgid "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id8266853\n"
-"help.text"
-msgid "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned."
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2733542\n"
-"help.text"
-msgid "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected."
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4238715\n"
-"help.text"
-msgid "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id8277230\n"
-"help.text"
-msgid "A1: 1 B1: <Empty> C1: =B1 (displays 0)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4086428\n"
-"help.text"
-msgid "=B1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id9024628\n"
-"help.text"
-msgid "=B1=\"\" => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id3067110\n"
-"help.text"
-msgid "=C1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id8841822\n"
-"help.text"
-msgid "=C1=\"\" => TRUE (previously was FALSE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4077578\n"
-"help.text"
-msgid "=ISNUMBER(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id9094515\n"
-"help.text"
-msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id396740\n"
-"help.text"
-msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id3859675\n"
-"help.text"
-msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id402233\n"
-"help.text"
-msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id1623889\n"
-"help.text"
-msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id7781914\n"
-"help.text"
-msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id300912\n"
-"help.text"
-msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id9534592\n"
-"help.text"
-msgid "=ISBLANK(B1) => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4969328\n"
-"help.text"
-msgid "=ISBLANK(C1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id9635914\n"
-"help.text"
-msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2476577\n"
-"help.text"
-msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4217047\n"
-"help.text"
-msgid "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2629474\n"
-"help.text"
-msgid "A1: <Empty>"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id8069704\n"
-"help.text"
-msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4524674\n"
-"help.text"
-msgid "=ISNUMBER(A1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4396801\n"
-"help.text"
-msgid "=ISTEXT(A1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id5293740\n"
-"help.text"
-msgid "=A1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id7623828\n"
-"help.text"
-msgid "=A1=\"\" => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2861720\n"
-"help.text"
-msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id9604480\n"
-"help.text"
-msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2298959\n"
-"help.text"
-msgid "=B1=0 => TRUE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4653767\n"
-"help.text"
-msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id8801538\n"
-"help.text"
-msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id6746421\n"
-"help.text"
-msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id4876247\n"
-"help.text"
-msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id7458723\n"
-"help.text"
-msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
-
-#: empty_cells.xhp
-msgctxt ""
-"empty_cells.xhp\n"
-"par_id2753379\n"
-"help.text"
-msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
diff --git a/source/lb/helpcontent2/source/text/scalc/guide.po b/source/lb/helpcontent2/source/text/scalc/guide.po
deleted file mode 100644
index 44ee8829614..00000000000
--- a/source/lb/helpcontent2/source/text/scalc/guide.po
+++ /dev/null
@@ -1,12235 +0,0 @@
-#. extracted from helpcontent2/source/text/scalc/guide
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
-"PO-Revision-Date: 2011-04-05 16:34+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: lb\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using Scenarios"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"bm_id3149664\n"
-"help.text"
-msgid "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"hd_id3125863\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"scenario\"><link href=\"text/scalc/guide/scenario.xhp\" name=\"Using Scenarios\">Using Scenarios</link></variable>"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3150869\n"
-"2\n"
-"help.text"
-msgid "A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out \"what-if\" questions."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"hd_id3149255\n"
-"15\n"
-"help.text"
-msgid "Creating Your Own Scenarios"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3154704\n"
-"16\n"
-"help.text"
-msgid "To create a scenario, select all the cells that provide the data for the scenario."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3154020\n"
-"17\n"
-"help.text"
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3150364\n"
-"18\n"
-"help.text"
-msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3166426\n"
-"19\n"
-"help.text"
-msgid "Enter a name for the new scenario and leave the other fields unchanged with their default values. Close the dialog with OK. Your new scenario is automatically activated."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"hd_id3149664\n"
-"3\n"
-"help.text"
-msgid "Using Scenarios"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3153415\n"
-"11\n"
-"help.text"
-msgid "Scenarios can be selected in the Navigator:"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3150752\n"
-"12\n"
-"help.text"
-msgid "Open the Navigator with the <emph>Navigator</emph> icon <image id=\"img_id1593676\" src=\"cmd/sc_navigator.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id1593676\">Navigator icon</alt></image> on the Standard bar."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3155764\n"
-"13\n"
-"help.text"
-msgid "Click the <emph>Scenarios</emph> icon <image id=\"img_id7617114\" src=\"sc/imglst/navipi/na07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id7617114\">Scenarios icon</alt></image> in the Navigator."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3154256\n"
-"14\n"
-"help.text"
-msgid "In the Navigator, you see the defined scenarios with the comments that were entered when the scenarios were created."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id1243629\n"
-"help.text"
-msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id9044770\n"
-"help.text"
-msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3674123\n"
-"help.text"
-msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3424481\n"
-"help.text"
-msgid "To hide the border of a set of cells that are part of a scenario, open the <emph>Properties</emph> dialog for each scenario that affects the cells and clear the Display border checkbox. Hiding the border also removes the listbox on the sheet where you can choose the scenarios."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3154368\n"
-"22\n"
-"help.text"
-msgid "If you want to know which values in the scenario affect other values, choose <emph>Tools - Detective - Trace Dependents</emph>. You see arrows to the cells that are directly dependent on the current cell."
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3154484\n"
-"29\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"tit\n"
-"help.text"
-msgid "Applying Multiple Sheets"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"bm_id3154759\n"
-"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3154759\n"
-"9\n"
-"help.text"
-msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"10\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"4\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203598\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id050920091402035\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select all sheets in the document.</ahelp>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id0509200914020391\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3154491\n"
-"11\n"
-"help.text"
-msgid "Selecting Multiple Sheets"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3145251\n"
-"6\n"
-"help.text"
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_idN106B7\n"
-"help.text"
-msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3155600\n"
-"12\n"
-"help.text"
-msgid "Undoing a Selection"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3146969\n"
-"13\n"
-"help.text"
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3156382\n"
-"15\n"
-"help.text"
-msgid "Calculating Across Multiple Sheets"
-msgstr ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3155333\n"
-"16\n"
-"help.text"
-msgid "You can refer to a range of sheets in a formula by specifying the first and last sheet of the range, for example, <item type=\"literal\">=SUM(Sheet1.A1:Sheet3.A1) </item>sums up all A1 cells on Sheet1 through Sheet3."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"tit\n"
-"help.text"
-msgid "Formatting Spreadsheets"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"bm_id3154125\n"
-"help.text"
-msgid "<bookmark_value>text in cells; formatting</bookmark_value><bookmark_value>spreadsheets;formatting</bookmark_value><bookmark_value>backgrounds;cells and pages</bookmark_value><bookmark_value>borders;cells and pages</bookmark_value><bookmark_value>formatting;spreadsheets</bookmark_value><bookmark_value>numbers; formatting options for selected cells</bookmark_value><bookmark_value>cells; number formats</bookmark_value><bookmark_value>currencies;formats</bookmark_value>"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"hd_id3154125\n"
-"6\n"
-"help.text"
-msgid "<variable id=\"format_table\"><link href=\"text/scalc/guide/format_table.xhp\" name=\"Designing Spreadsheets\">Formatting Spreadsheets</link></variable>"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"hd_id3153912\n"
-"13\n"
-"help.text"
-msgid "Formatting Text in a Spreadsheet"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3144772\n"
-"14\n"
-"help.text"
-msgid "Select the text you want to format."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3155268\n"
-"15\n"
-"help.text"
-msgid "Choose the desired text attributes from the <emph>Formatting </emph>Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format Cells</emph> dialog will appear in which you can choose various text attributes on the <emph>Font</emph> tab page."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"hd_id3149899\n"
-"16\n"
-"help.text"
-msgid "Formatting Numbers in a Spreadsheet"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3159226\n"
-"17\n"
-"help.text"
-msgid "Select the cells containing the numbers you want to format."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3150046\n"
-"18\n"
-"help.text"
-msgid "To format numbers in the default currency format or as percentages, use the icons on the <emph>Formatting </emph>Bar. For other formats, choose <emph>Format - Cells</emph>. You can choose from the preset formats or define your own on the <emph>Numbers</emph> tab page."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"hd_id3153483\n"
-"19\n"
-"help.text"
-msgid "Formatting Borders and Backgrounds for Cells and Pages"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3154733\n"
-"20\n"
-"help.text"
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3145116\n"
-"21\n"
-"help.text"
-msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id3145389\n"
-"22\n"
-"help.text"
-msgid "An image that you have loaded with <item type=\"menuitem\">Format - Page - Background</item> is only visible in print or in the page preview. To display a background image on screen as well, insert the graphic image by choosing <item type=\"menuitem\">Insert - Picture - From File</item> and arrange the image behind the cells by choosing <item type=\"menuitem\">Format - Arrange - To Background</item>. Use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> to select the background image."
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id2837916\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
-msgstr ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"par_id2614215\n"
-"help.text"
-msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"tit\n"
-"help.text"
-msgid "Applying Goal Seek"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"bm_id3145068\n"
-"help.text"
-msgid "<bookmark_value>goal seeking;example</bookmark_value><bookmark_value>equations in goal seek</bookmark_value><bookmark_value>calculating;variables in equations</bookmark_value><bookmark_value>variables;calculating equations</bookmark_value><bookmark_value>examples;goal seek</bookmark_value>"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"hd_id3145068\n"
-"22\n"
-"help.text"
-msgid "<variable id=\"goalseek\"><link href=\"text/scalc/guide/goalseek.xhp\" name=\"Applying Goal Seek\">Applying Goal Seek</link></variable>"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "With the help of Goal Seek you can calculate a value that, as part of a formula, leads to the result you specify for the formula. You thus define the formula with several fixed values and one variable value and the result of the formula."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"hd_id3153966\n"
-"14\n"
-"help.text"
-msgid "Goal Seek Example"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3150871\n"
-"4\n"
-"help.text"
-msgid "To calculate annual interest (I), create a table with the values for the capital (C), number of years (n), and interest rate (i). The formula is:"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3152596\n"
-"5\n"
-"help.text"
-msgid "I = C * n* i"
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3155335\n"
-"15\n"
-"help.text"
-msgid "Let us assume that the interest rate <item type=\"literal\">i</item> of 7.5% and the number of years <item type=\"literal\">n</item> (1) will remain constant. However, you want to know how much the investment capital <item type=\"literal\">C</item> would have to be modified in order to attain a particular return <item type=\"literal\">I</item>. For this example, calculate how much capital <item type=\"literal\">C</item> would be required if you want an annual return of $15,000."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3155960\n"
-"6\n"
-"help.text"
-msgid "Enter each of the values for Capital <item type=\"literal\">C</item> (an arbitrary value like <item type=\"literal\">$100,000</item>), number of years <item type=\"literal\">n </item>(<item type=\"literal\">1</item>), and interest rate <item type=\"literal\">i</item> (<item type=\"literal\">7.5%</item>) in one cell each. Enter the formula to calculate the interest <item type=\"literal\">I</item> in another cell. Instead of <item type=\"literal\">C</item>, <item type=\"literal\">n</item>, and <item type=\"literal\">i</item> use the <link href=\"text/scalc/guide/relativ_absolut_ref.xhp\">reference to the cell</link> with the corresponding value."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3147001\n"
-"16\n"
-"help.text"
-msgid "Place the cursor in the cell containing the interest <item type=\"literal\">I</item>, and choose <emph>Tools - Goal Seek</emph>. The <emph>Goal Seek</emph> dialog appears."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3150088\n"
-"17\n"
-"help.text"
-msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3166426\n"
-"18\n"
-"help.text"
-msgid "Place the cursor in the field <emph>Variable Cell</emph>. In the sheet, click in the cell that contains the value to be changed, in this example it is the cell with the capital value <item type=\"literal\">C</item>."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3150369\n"
-"19\n"
-"help.text"
-msgid "Enter the expected result of the formula in the <emph>Target Value</emph> text box. In this example, the value is 15,000. Click <emph>OK</emph>."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3146978\n"
-"20\n"
-"help.text"
-msgid "A dialog appears informing you that the Goal Seek was successful. Click <emph>Yes</emph> to enter the result in the cell with the variable value."
-msgstr ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"par_id3149409\n"
-"23\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"tit\n"
-"help.text"
-msgid "Entering Fractions"
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"bm_id3155411\n"
-"help.text"
-msgid "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"hd_id3155411\n"
-"41\n"
-"help.text"
-msgid "<variable id=\"fraction_enter\"><link href=\"text/scalc/guide/fraction_enter.xhp\" name=\"Entering Fractions \">Entering Fractions </link></variable>"
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"par_id3153968\n"
-"40\n"
-"help.text"
-msgid "You can enter a fractional number in a cell and use it for calculation:"
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"par_id3155133\n"
-"42\n"
-"help.text"
-msgid "Enter \"0 1/5\" in a cell (without the quotation marks) and press the input key. In the input line above the spreadsheet you will see the value 0.2, which is used for the calculation."
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"par_id3145750\n"
-"43\n"
-"help.text"
-msgid "If you enter \"0 1/2\" AutoCorrect causes the three characters 1, / and 2 to be replaced by a single character. The same applies to 1/4 and 3/4. This replacement is defined in <emph>Tools - AutoCorrect Options - Options</emph> tab."
-msgstr ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"par_id3145367\n"
-"44\n"
-"help.text"
-msgid "If you want to see multi-digit fractions such as \"1/10\", you must change the cell format to the multi-digit fraction view. Open the context menu of the cell, and choose <emph>Format cells. </emph>Select \"Fraction\" from the <emph>Category</emph> field, and then select \"-1234 10/81\". You can then enter fractions such as 12/31 or 12/32 - the fractions are, however, automatically reduced, so that in the last example you would see 3/8."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Filtering Pivot Tables"
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"bm_id3150792\n"
-"help.text"
-msgid "<bookmark_value>pivot table function; filtering tables</bookmark_value><bookmark_value>filtering;pivot tables</bookmark_value>"
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"hd_id3150792\n"
-"help.text"
-msgid "<variable id=\"datapilot_filtertable\"><link href=\"text/scalc/guide/datapilot_filtertable.xhp\" name=\"Filtering Pivot Tables\">Filtering Pivot Tables</link></variable>"
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id3153192\n"
-"help.text"
-msgid "You can use filters to remove unwanted data from a pivot table."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id3150441\n"
-"help.text"
-msgid "Click the <emph>Filter</emph> button in the sheet to call up the dialog for the filter conditions. Alternatively, call up the context menu of the pivot table and select the <emph>Filter</emph> command. The <link href=\"text/scalc/01/12090103.xhp\" name=\"Filter\"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id315044199\n"
-"help.text"
-msgid "You can also click the arrow on a button in the pivot table to show a pop-up window. In this pop-up window, you can edit the visibility settings of the associated field."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344485\n"
-"help.text"
-msgid "The pop-up window displays a list of field members associated with that field. A check box is placed to the left of each field member name. When a field has an alternative display name that differs from its original name, that name is displayed in the list."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344449\n"
-"help.text"
-msgid "Enable or disable a checkbox to show or hide the associated field member in the pivot table."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344493\n"
-"help.text"
-msgid "Enable or disable the <emph>All</emph> checkbox to show all or none of the field members."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344431\n"
-"help.text"
-msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Show only the current item</item> button to show only the selected field member. All other field members are hidden in the pivot table."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344484\n"
-"help.text"
-msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Hide only the current item</item> button to hide only the selected field member. All other field members are shown in the pivot table."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344578\n"
-"help.text"
-msgid "Commands enable you to sort the field members in ascending order, descending order, or using a custom sort list."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344584\n"
-"help.text"
-msgid "To edit the custom sort lists, open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344811\n"
-"help.text"
-msgid "The arrow to open the pop-up window is normally black. When the field contains one or more hidden field members, the arrow is blue and displays a tiny square at its lower-right corner."
-msgstr ""
-
-#: datapilot_filtertable.xhp
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"par_id0720201001344884\n"
-"help.text"
-msgid "You can also open the pop-up window by positioning the cell cursor at the button and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rotating Tables (Transposing)"
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"bm_id3154346\n"
-"help.text"
-msgid "<bookmark_value>tables; transposing</bookmark_value><bookmark_value>transposing tables</bookmark_value><bookmark_value>inverting tables</bookmark_value><bookmark_value>swapping tables</bookmark_value><bookmark_value>columns; swap with rows</bookmark_value><bookmark_value>rows; swapping with columns</bookmark_value><bookmark_value>tables; rotating</bookmark_value><bookmark_value>rotating; tables</bookmark_value>"
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"hd_id3154346\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"table_rotate\"><link href=\"text/scalc/guide/table_rotate.xhp\" name=\"Rotating Tables (Transposing)\">Rotating Tables (Transposing)</link></variable>"
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3154013\n"
-"2\n"
-"help.text"
-msgid "In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that rows become columns and columns become rows."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3153142\n"
-"3\n"
-"help.text"
-msgid "Select the cell range that you want to transpose."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3153191\n"
-"4\n"
-"help.text"
-msgid "Choose <emph>Edit - Cut</emph>."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3148575\n"
-"6\n"
-"help.text"
-msgid "Click the cell that is to be the top left cell in the result."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3156286\n"
-"7\n"
-"help.text"
-msgid "Choose <emph>Edit - Paste Special</emph>."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3144764\n"
-"8\n"
-"help.text"
-msgid "In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3155600\n"
-"9\n"
-"help.text"
-msgid "If you now click OK the columns and rows are transposed."
-msgstr ""
-
-#: table_rotate.xhp
-msgctxt ""
-"table_rotate.xhp\n"
-"par_id3146969\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"tit\n"
-"help.text"
-msgid "Inserting External Data in Table (WebQuery)"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"bm_id3154346\n"
-"help.text"
-msgid "<bookmark_value>HTML WebQuery</bookmark_value><bookmark_value>ranges; inserting in tables</bookmark_value><bookmark_value>external data; inserting</bookmark_value><bookmark_value>tables; inserting external data</bookmark_value><bookmark_value>web pages; importing data</bookmark_value><bookmark_value>WebQuery filter</bookmark_value><bookmark_value>inserting; external data</bookmark_value><bookmark_value>data sources; external data</bookmark_value>"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3125863\n"
-"2\n"
-"help.text"
-msgid "<variable id=\"webquery\"><link href=\"text/scalc/guide/webquery.xhp\" name=\"Inserting External Data in Table (WebQuery)\">Inserting External Data in Table (WebQuery)</link></variable>"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3155131\n"
-"3\n"
-"help.text"
-msgid "With the help of the <emph>Web Page Query ($[officename] Calc)</emph> import filter, you can insert tables from HTML documents in a Calc spreadsheet."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3148575\n"
-"4\n"
-"help.text"
-msgid "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3149664\n"
-"5\n"
-"help.text"
-msgid "The following insert methods are available:"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3146976\n"
-"6\n"
-"help.text"
-msgid "Inserting by Dialog"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3154319\n"
-"7\n"
-"help.text"
-msgid "Set the cell cursor at the cell where the new content will be inserted."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3145750\n"
-"8\n"
-"help.text"
-msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3149958\n"
-"9\n"
-"help.text"
-msgid "Enter the URL of the HTML document or the name of the spreadsheet. Press Enter when finished. Click the <emph>...</emph> button to open a file selection dialog."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3149400\n"
-"10\n"
-"help.text"
-msgid "In the large list box of the dialog, select the named ranges or tables you want to insert."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3155064\n"
-"11\n"
-"help.text"
-msgid "You can also specify that the ranges or tables are updated every n seconds."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3155443\n"
-"30\n"
-"help.text"
-msgid "The import filter can create names for cell ranges on the fly. As much formatting as possible is retained, while the filter intentionally does not load any images."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3149021\n"
-"12\n"
-"help.text"
-msgid "Inserting by Navigator"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3153965\n"
-"14\n"
-"help.text"
-msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3150205\n"
-"16\n"
-"help.text"
-msgid "In the target document open the Navigator."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3152990\n"
-"18\n"
-"help.text"
-msgid "In the lower combo box of the Navigator select the source document. The Navigator now shows the range names and database ranges or the tables contained in the source document."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3148842\n"
-"20\n"
-"help.text"
-msgid "In the Navigator select the <emph>Insert as link</emph> drag mode <image id=\"img_id3152985\" src=\"sw/imglst/sc20238.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152985\">Icon</alt></image>."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3157978\n"
-"22\n"
-"help.text"
-msgid "Drag the desired external data from the Navigator into the target document."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3144768\n"
-"23\n"
-"help.text"
-msgid "If you have loaded an HTML document with the <emph>Web Page Query</emph> filter as the source document, you will find the tables in the Navigator, named continuously from \"HTML_table1\" onwards, and also two range names that have been created:"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3152873\n"
-"24\n"
-"help.text"
-msgid "<item type=\"literal\">HTML_all</item> - designates the entire document"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3149897\n"
-"25\n"
-"help.text"
-msgid "<item type=\"literal\">HTML_tables</item> - designates all HTML tables in the document"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3149126\n"
-"26\n"
-"help.text"
-msgid "Editing the external data"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3159228\n"
-"27\n"
-"help.text"
-msgid "Open <emph>Edit - Links</emph>. Here you can edit the link to the external data."
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3154650\n"
-"28\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"tit\n"
-"help.text"
-msgid "Only Copy Visible Cells"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"bm_id3150440\n"
-"help.text"
-msgid "<bookmark_value>cells; copying/deleting/formatting/moving</bookmark_value> <bookmark_value>rows;visible and invisible</bookmark_value> <bookmark_value>copying; visible cells only</bookmark_value> <bookmark_value>formatting;visible cells only</bookmark_value> <bookmark_value>moving;visible cells only</bookmark_value> <bookmark_value>deleting;visible cells only</bookmark_value> <bookmark_value>invisible cells</bookmark_value> <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value>"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"hd_id3150440\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"cellcopy\"><link href=\"text/scalc/guide/cellcopy.xhp\" name=\"Only Copy Visible Cells\">Only Copy Visible Cells</link></variable>"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3148577\n"
-"2\n"
-"help.text"
-msgid "Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3154729\n"
-"3\n"
-"help.text"
-msgid "$[officename] behavior depends on how the cells were made invisible, by a filter or manually."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3155603\n"
-"4\n"
-"help.text"
-msgid "Method and Action"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3150751\n"
-"5\n"
-"help.text"
-msgid "Result"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3149018\n"
-"6\n"
-"help.text"
-msgid "Cells were filtered by AutoFilters, standard filters or advanced filters."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3150044\n"
-"7\n"
-"help.text"
-msgid "Copy, delete, move, or format a selection of currently visible cells."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3146918\n"
-"8\n"
-"help.text"
-msgid "Only the visible cells of the selection are copied, deleted, moved, or formatted."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3166427\n"
-"12\n"
-"help.text"
-msgid "Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link>."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3152990\n"
-"13\n"
-"help.text"
-msgid "Copy, delete, move, or format a selection of currently visible cells."
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3154371\n"
-"14\n"
-"help.text"
-msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
-msgstr ""
-
-#: datapilot_deletetable.xhp
-msgctxt ""
-"datapilot_deletetable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Deleting Pivot Tables"
-msgstr ""
-
-#: datapilot_deletetable.xhp
-msgctxt ""
-"datapilot_deletetable.xhp\n"
-"bm_id3153726\n"
-"help.text"
-msgid "<bookmark_value>pivot table function; deleting tables</bookmark_value> <bookmark_value>deleting;pivot tables</bookmark_value>"
-msgstr ""
-
-#: datapilot_deletetable.xhp
-msgctxt ""
-"datapilot_deletetable.xhp\n"
-"hd_id3153726\n"
-"31\n"
-"help.text"
-msgid "<variable id=\"datapilot_deletetable\"><link href=\"text/scalc/guide/datapilot_deletetable.xhp\" name=\"Deleting Pivot Tables\">Deleting Pivot Tables</link></variable>"
-msgstr ""
-
-#: datapilot_deletetable.xhp
-msgctxt ""
-"datapilot_deletetable.xhp\n"
-"par_id3154014\n"
-"32\n"
-"help.text"
-msgid "In order to delete a pivot table, click any cell in the pivot table, then choose <emph>Delete</emph> in the context menu."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Text to Numbers"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"bm_id3145068\n"
-"help.text"
-msgid "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"hd_id0908200901265171\n"
-"help.text"
-msgid "<variable id=\"numbers_text\"><link href=\"text/scalc/guide/numbers_text.xhp\" name=\"Converting Text to Numbers\">Converting Text to Numbers</link></variable>"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265127\n"
-"help.text"
-msgid "Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265196\n"
-"help.text"
-msgid "Only integer numbers including exponent are converted, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265220\n"
-"help.text"
-msgid "The following ISO 8601 formats are converted:"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265288\n"
-"help.text"
-msgid "CCYY-MM-DD"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265267\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265248\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265374\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss,s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265327\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss.s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265399\n"
-"help.text"
-msgid "hh:mm"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265347\n"
-"help.text"
-msgid "hh:mm:ss"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265349\n"
-"help.text"
-msgid "hh:mm:ss,s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265342\n"
-"help.text"
-msgid "hh:mm:ss.s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265491\n"
-"help.text"
-msgid "The century code CC may not be omitted. Instead of the T date and time separator, exactly one space character may be used."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265467\n"
-"help.text"
-msgid "If a date is given, it must be a valid Gregorian calendar date. In this case the optional time must be in the range 00:00 to 23:59:59.99999..."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265420\n"
-"help.text"
-msgid "If only a time string is given, it may have an hours value of more than 24, while minutes and seconds can have a maximum value of 59."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265448\n"
-"help.text"
-msgid "The conversion is done for single arguments only, as in =A1+A2, or =\"1E2\"+1. Cell range arguments are not affected, so SUM(A1:A2) differs from A1+A2 if at least one of the two cells contain a convertible string."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id090820090126540\n"
-"help.text"
-msgid "Strings inside formulas are also converted, such as in =\"1999-11-22\"+42, which returns the date 42 days after November 22nd, 1999. Calculations involving localized dates as strings inside the formula return an error. For example, the localized date string \"11/22/1999\" or \"22.11.1999\" cannot be used for the automatic conversion."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"hd_id1005200903485368\n"
-"help.text"
-msgid "Example"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id1005200903485359\n"
-"help.text"
-msgid "In A1 enter the text <item type=\"literal\">'1e2</item> (which is converted to the number 100 internally)."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id1005200903485341\n"
-"help.text"
-msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265544\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"tit\n"
-"help.text"
-msgid "Inserting and Editing Comments"
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"bm_id3153968\n"
-"help.text"
-msgid "<bookmark_value>comments; on cells</bookmark_value> <bookmark_value>cells;comments</bookmark_value> <bookmark_value>remarks on cells</bookmark_value> <bookmark_value>formatting;comments on cells</bookmark_value> <bookmark_value>viewing;comments on cells</bookmark_value> <bookmark_value>displaying; comments</bookmark_value>"
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"hd_id3153968\n"
-"31\n"
-"help.text"
-msgid "<variable id=\"note_insert\"><link href=\"text/scalc/guide/note_insert.xhp\" name=\"Inserting and Editing Comments\">Inserting and Editing Comments</link></variable>"
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3150440\n"
-"32\n"
-"help.text"
-msgid "You can assign a comment to each cell by choosing <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3145750\n"
-"34\n"
-"help.text"
-msgid "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3148575\n"
-"33\n"
-"help.text"
-msgid "When you select the cell, you can choose <emph>Show Comment</emph> from the context menu of the cell. Doing so keeps the comment visible until you deactivate the <emph>Show Comment</emph> command from the same context menu."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3149958\n"
-"35\n"
-"help.text"
-msgid "To edit a permanently visible comment, just click in it. If you delete the entire text of the comment, the comment itself is deleted."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_idN10699\n"
-"help.text"
-msgid "Move or resize each comment as you like."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_idN1069D\n"
-"help.text"
-msgid "Format each comment by specifying background color, transparency, border style, and text alignment. Choose the commands from the context menu of the comment."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3144764\n"
-"38\n"
-"help.text"
-msgid "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3150715\n"
-"39\n"
-"help.text"
-msgid "To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>."
-msgstr ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_id3153707\n"
-"36\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"tit\n"
-"help.text"
-msgid "Using AutoFormat for Tables"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"bm_id3155132\n"
-"help.text"
-msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"hd_id3155132\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3149401\n"
-"12\n"
-"help.text"
-msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN10702\n"
-"help.text"
-msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN106CE\n"
-"help.text"
-msgid "Select the cells, including the column and row headers, that you want to format."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN106D5\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3151242\n"
-"27\n"
-"help.text"
-msgid "To select which properties to include in an AutoFormat, click <emph>More</emph>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN10715\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN1075D\n"
-"help.text"
-msgid "The format is applied to the selected range of cells."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3149210\n"
-"14\n"
-"help.text"
-msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3155379\n"
-"22\n"
-"help.text"
-msgid "To Define an AutoFormat for Spreadsheets"
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3148868\n"
-"26\n"
-"help.text"
-msgid "You can define a new AutoFormat that is available to all spreadsheets."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3152985\n"
-"23\n"
-"help.text"
-msgid "Format a sheet."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3145384\n"
-"24\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Edit - Select All</item>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3153815\n"
-"25\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN107A9\n"
-"help.text"
-msgid "Click <emph>Add</emph>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN10760\n"
-"help.text"
-msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_idN107C3\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
-
-#: autoformat.xhp
-msgctxt ""
-"autoformat.xhp\n"
-"par_id3159203\n"
-"28\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"tit\n"
-"help.text"
-msgid "Changing Table Views"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"bm_id3147304\n"
-"help.text"
-msgid "<bookmark_value>row headers; hiding</bookmark_value><bookmark_value>column headers; hiding</bookmark_value><bookmark_value>tables; views</bookmark_value><bookmark_value>views; tables</bookmark_value><bookmark_value>grids;hiding lines in sheets</bookmark_value><bookmark_value>hiding;headers/grid lines</bookmark_value><bookmark_value>changing;table views</bookmark_value>"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"hd_id3147304\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"table_view\"><link href=\"text/scalc/guide/table_view.xhp\" name=\"Changing Table Views\">Changing Table Views</link></variable>"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"par_id3153192\n"
-"2\n"
-"help.text"
-msgid "To hide column and line headers in a table:"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"par_id3153768\n"
-"3\n"
-"help.text"
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"par_id3147436\n"
-"4\n"
-"help.text"
-msgid "To hide grid lines:"
-msgstr ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"par_id3153726\n"
-"5\n"
-"help.text"
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph><emph>,</emph> go to the <emph>View</emph> tab page. Unmark <emph>Grid lines</emph>. Confirm with <emph>OK</emph>."
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"tit\n"
-"help.text"
-msgid "Calculating Time Differences"
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"bm_id3150769\n"
-"help.text"
-msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"hd_id3150769\n"
-"53\n"
-"help.text"
-msgid "<variable id=\"calc_timevalues\"><link href=\"text/scalc/guide/calc_timevalues.xhp\" name=\"Calculating Time Differences\">Calculating Time Differences</link></variable>"
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3149263\n"
-"54\n"
-"help.text"
-msgid "If you want to calculate time differences, for example, the time between 23:30 and 01:10 in the same night, use the following formula:"
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3159153\n"
-"55\n"
-"help.text"
-msgid "=(B2<A2)+B2-A2"
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3152598\n"
-"56\n"
-"help.text"
-msgid "The later time is B2 and the earlier time is A2. The result of the example is 01:40 or 1 hour and 40 minutes."
-msgstr ""
-
-#: calc_timevalues.xhp
-msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3145271\n"
-"57\n"
-"help.text"
-msgid "In the formula, an entire 24-hour day has a value of 1 and one hour has a value of 1/24. The logical value in parentheses is 0 or 1, corresponding to 0 or 24 hours. The result returned by the formula is automatically issued in time format due to the sequence of the operands."
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"tit\n"
-"help.text"
-msgid "Formatting Numbers as Text"
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"bm_id3145068\n"
-"help.text"
-msgid "<bookmark_value>numbers;entering as text</bookmark_value> <bookmark_value>text formats; for numbers</bookmark_value> <bookmark_value>formats; numbers as text</bookmark_value> <bookmark_value>cell formats; text/numbers</bookmark_value> <bookmark_value>formatting;numbers as text</bookmark_value>"
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"hd_id3145068\n"
-"46\n"
-"help.text"
-msgid "<variable id=\"text_numbers\"><link href=\"text/scalc/guide/text_numbers.xhp\" name=\"Formatting Numbers as Text\">Formatting Numbers as Text</link></variable>"
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"par_id3156280\n"
-"43\n"
-"help.text"
-msgid "You can format numbers as text in $[officename] Calc. Open the context menu of a cell or range of cells and choose <emph>Format Cells - Numbers</emph>, then select \"Text\" from the <emph>Category</emph> list. Any numbers subsequently entered into the formatted range are interpreted as text. The display of these \"numbers\" is left-justified, just as with other text."
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"par_id3149377\n"
-"44\n"
-"help.text"
-msgid "If you have already entered normal numbers in cells and have afterwards changed the format of the cells to \"Text\", the numbers will remain normal numbers. They will not be converted. Only numbers entered afterwards, or numbers which are then edited, will become text numbers."
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"par_id3144765\n"
-"45\n"
-"help.text"
-msgid "If you decide to enter a number directly as text, enter an apostrophe (') first. For example, for years in column headings, you can enter '1999, '2000 and '2001. The apostrophe is not visible in the cell, it only indicates that the entry is to be recognized as a text. This is useful if, for example, you enter a telephone number or postal code that begins with a zero (0), because a zero (0) at the start of a sequence of digits is removed in normal number formats."
-msgstr ""
-
-#: text_numbers.xhp
-msgctxt ""
-"text_numbers.xhp\n"
-"par_id3156284\n"
-"47\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"tit\n"
-"help.text"
-msgid "Saving and Opening Sheets in HTML"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"bm_id3150542\n"
-"help.text"
-msgid "<bookmark_value>HTML; sheets</bookmark_value><bookmark_value>sheets; HTML</bookmark_value><bookmark_value>saving; sheets in HTML</bookmark_value><bookmark_value>opening; sheets in HTML</bookmark_value>"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"hd_id3150542\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"html_doc\"><link href=\"text/scalc/guide/html_doc.xhp\" name=\"Saving and Opening Sheets in HTML\">Saving and Opening Sheets in HTML</link></variable>"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"hd_id3154124\n"
-"2\n"
-"help.text"
-msgid "Saving Sheets in HTML"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3145785\n"
-"3\n"
-"help.text"
-msgid "<item type=\"productname\">%PRODUCTNAME</item> Calc saves all the sheets of a Calc document together as an HTML document. At the beginning of the HTML document, a heading and a list of hyperlinks are automatically added which lead to the individual sheets within the document."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3155854\n"
-"4\n"
-"help.text"
-msgid "Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the exact internal number value is written so that after opening the HTML document with <item type=\"productname\">%PRODUCTNAME</item> you know you have the exact values."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3153188\n"
-"5\n"
-"help.text"
-msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3148645\n"
-"6\n"
-"help.text"
-msgid "In the <emph>File type</emph> list box, in the area with the other <item type=\"productname\">%PRODUCTNAME</item> Calc filters, choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3154729\n"
-"7\n"
-"help.text"
-msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"hd_id3149379\n"
-"8\n"
-"help.text"
-msgid "Opening Sheets in HTML"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3149959\n"
-"10\n"
-"help.text"
-msgid "<item type=\"productname\">%PRODUCTNAME</item> offers various filters for opening HTML files, which you can select under <emph>File - Open</emph> in the <emph>Files of type</emph> list box:"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3146969\n"
-"15\n"
-"help.text"
-msgid "Choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Calc."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3155446\n"
-"16\n"
-"help.text"
-msgid "All <item type=\"productname\">%PRODUCTNAME</item> Calc options are now available to you. However, not all options that <item type=\"productname\">%PRODUCTNAME</item> Calc offers for editing can be saved in HTML format."
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3150370\n"
-"17\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
-msgstr ""
-
-#: html_doc.xhp
-msgctxt ""
-"html_doc.xhp\n"
-"par_id3150199\n"
-"18\n"
-"help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"File - Save As\">File - Save As</link>"
-msgstr ""
-
-#: datapilot_updatetable.xhp
-msgctxt ""
-"datapilot_updatetable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Updating Pivot Tables"
-msgstr ""
-
-#: datapilot_updatetable.xhp
-msgctxt ""
-"datapilot_updatetable.xhp\n"
-"bm_id3150792\n"
-"help.text"
-msgid "<bookmark_value>pivot table import</bookmark_value><bookmark_value>pivot table function; refreshing tables</bookmark_value><bookmark_value>recalculating;pivot tables</bookmark_value><bookmark_value>updating;pivot tables</bookmark_value>"
-msgstr ""
-
-#: datapilot_updatetable.xhp
-msgctxt ""
-"datapilot_updatetable.xhp\n"
-"hd_id3150792\n"
-"33\n"
-"help.text"
-msgid "<variable id=\"datapilot_updatetable\"><link href=\"text/scalc/guide/datapilot_updatetable.xhp\" name=\"Updating Pivot Tables\">Updating Pivot Tables</link></variable>"
-msgstr ""
-
-#: datapilot_updatetable.xhp
-msgctxt ""
-"datapilot_updatetable.xhp\n"
-"par_id3154684\n"
-"34\n"
-"help.text"
-msgid "If the data of the source sheet has been changed, $[officename] recalculates the pivot table. To recalculate the table, choose <emph>Data - Pivot Table - Refresh</emph>. Do the same after you have imported an Excel pivot table into $[officename] Calc."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"tit\n"
-"help.text"
-msgid "Addresses and References, Absolute and Relative"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"bm_id3156423\n"
-"help.text"
-msgid "<bookmark_value>addressing; relative and absolute</bookmark_value><bookmark_value>references; absolute/relative</bookmark_value><bookmark_value>absolute addresses in spreadsheets</bookmark_value><bookmark_value>relative addresses</bookmark_value><bookmark_value>absolute references in spreadsheets</bookmark_value><bookmark_value>relative references</bookmark_value><bookmark_value>references; to cells</bookmark_value><bookmark_value>cells; references</bookmark_value>"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3156423\n"
-"53\n"
-"help.text"
-msgid "<variable id=\"relativ_absolut_ref\"><link href=\"text/scalc/guide/relativ_absolut_ref.xhp\" name=\"Addresses and References, Absolute and Relative\">Addresses and References, Absolute and Relative</link></variable>"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3163712\n"
-"3\n"
-"help.text"
-msgid "Relative Addressing"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3146119\n"
-"4\n"
-"help.text"
-msgid "The cell in column A, row 1 is addressed as A1. You can address a range of adjacent cells by first entering the coordinates of the upper left cell of the area, then a colon followed by the coordinates of the lower right cell. For example, the square formed by the first four cells in the upper left corner is addressed as A1:B2."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3154730\n"
-"5\n"
-"help.text"
-msgid "By addressing an area in this way, you are making a relative reference to A1:B2. Relative here means that the reference to this area will be adjusted automatically when you copy the formulas."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3149377\n"
-"6\n"
-"help.text"
-msgid "Absolute Addressing"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3154943\n"
-"7\n"
-"help.text"
-msgid "Absolute references are the opposite of relative addressing. A dollar sign is placed before each letter and number in an absolute reference, for example, $A$1:$B$2."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147338\n"
-"36\n"
-"help.text"
-msgid "$[officename] can convert the current reference, in which the cursor is positioned in the input line, from relative to absolute and vice versa by pressing Shift +F4. If you start with a relative address such as A1, the first time you press this key combination, both row and column are set to absolute references ($A$1). The second time, only the row (A$1), and the third time, only the column ($A1). If you press the key combination once more, both column and row references are switched back to relative (A1)"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3153963\n"
-"52\n"
-"help.text"
-msgid "$[officename] Calc shows the references to a formula. If, for example you click the formula =SUM(A1:C5;D15:D24) in a cell, the two referenced areas in the sheet will be highlighted in color. For example, the formula component \"A1:C5\" may be in blue and the cell range in question bordered in the same shade of blue. The next formula component \"D15:D24\" can be marked in red in the same way."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3154704\n"
-"29\n"
-"help.text"
-msgid "When to Use Relative and Absolute References"
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147346\n"
-"8\n"
-"help.text"
-msgid "What distinguishes a relative reference? Assume you want to calculate in cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 would be: =SUM(A1:B2). If you later decide to insert a new column in front of column A, the elements you want to add would then be in B1:C2 and the formula would be in F1, not in E1. After inserting the new column, you would therefore have to check and correct all formulas in the sheet, and possibly in other sheets."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3155335\n"
-"9\n"
-"help.text"
-msgid "Fortunately, $[officename] does this work for you. After having inserted a new column A, the formula =SUM(A1:B2) will be automatically updated to =SUM(B1:C2). Row numbers will also be automatically adjusted when a new row 1 is inserted. Absolute and relative references are always adjusted in $[officename] Calc whenever the referenced area is moved. But be careful if you are copying a formula since in that case only the relative references will be adjusted, not the absolute references."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3145791\n"
-"39\n"
-"help.text"
-msgid "Absolute references are used when a calculation refers to one specific cell in your sheet. If a formula that refers to exactly this cell is copied relatively to a cell below the original cell, the reference will also be moved down if you did not define the cell coordinates as absolute."
-msgstr ""
-
-#: relativ_absolut_ref.xhp
-msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147005\n"
-"10\n"
-"help.text"
-msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"tit\n"
-"help.text"
-msgid "Moving Cells by Drag-and-Drop"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"bm_id3155686\n"
-"help.text"
-msgid "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"hd_id986358\n"
-"help.text"
-msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2760093\n"
-"help.text"
-msgid "When you drag-and-drop a selection of cells on a Calc sheet, the cells normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9527268\n"
-"help.text"
-msgid "When you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while releasing the mouse button, you enter the <emph>insert mode</emph>."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id79653\n"
-"help.text"
-msgid "In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, and the dropped cells are inserted into the now empty positions without overwriting."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id8676717\n"
-"help.text"
-msgid "The surrounding box of the moved cells looks different in insert mode."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id3968932\n"
-"help.text"
-msgid "In overwrite mode you see all four borders around the selected area. In insert mode you see only the left border when target cells will be shifted to the right. You see only the upper border when target cells will be shifted down."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id7399517\n"
-"help.text"
-msgid "Whether the target area will be shifted to the right or to the bottom depends on the distance between source and target cells, if you move within the same sheet. It depends on the number of horizontal or vertical cells in the moved area, if you move to a different sheet."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id8040406\n"
-"help.text"
-msgid "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2586748\n"
-"help.text"
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5814081\n"
-"help.text"
-msgid "Keys pressed while releasing the mouse button"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id6581316\n"
-"help.text"
-msgid "Result"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9906613\n"
-"help.text"
-msgid "No key"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2815637\n"
-"help.text"
-msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id6161687\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id4278389\n"
-"help.text"
-msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2805566\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5369121\n"
-"help.text"
-msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9518723\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2926419\n"
-"help.text"
-msgid "Cells are moved and shift the cells in the target area to the right or to the bottom. Source cells are emptied, except if you move within the same rows on the same sheet."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id4021423\n"
-"help.text"
-msgid "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2783898\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2785119\n"
-"help.text"
-msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id584124\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
-msgstr ""
-
-#: move_dragdrop.xhp
-msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5590990\n"
-"help.text"
-msgid "Links to the source cells are inserted and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"tit\n"
-"help.text"
-msgid "Calculating in Spreadsheets"
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"bm_id3150791\n"
-"help.text"
-msgid "<bookmark_value>spreadsheets; calculating</bookmark_value><bookmark_value>calculating; spreadsheets</bookmark_value><bookmark_value>formulas; calculating</bookmark_value>"
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"hd_id3150791\n"
-"help.text"
-msgid "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3146120\n"
-"help.text"
-msgid "The following is an example of a calculation in $[officename] Calc."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Click in a cell, and type a number"
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_idN10656\n"
-"help.text"
-msgid "Press Enter."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_idN1065D\n"
-"help.text"
-msgid "The cursor moves down to the next cell."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3155064\n"
-"help.text"
-msgid "Enter another number."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_idN1066F\n"
-"help.text"
-msgid "Press the Tab key."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_idN10676\n"
-"help.text"
-msgid "The cursor moves to the right into the next cell."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3154253\n"
-"help.text"
-msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_idN1068B\n"
-"help.text"
-msgid "Press Enter."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3147343\n"
-"help.text"
-msgid "The result of the formula appears in the cell. If you want, you can edit the formula in the input line of the Formula bar."
-msgstr ""
-
-#: calculate.xhp
-msgctxt ""
-"calculate.xhp\n"
-"par_id3155378\n"
-"help.text"
-msgid "When you edit a formula, the new result is calculated automatically."
-msgstr ""
-
-#: text_rotate.xhp
-msgctxt ""
-"text_rotate.xhp\n"
-"tit\n"
-"help.text"