summaryrefslogtreecommitdiff
path: root/source/bs/helpcontent2/source/text/sbasic/shared/03.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/bs/helpcontent2/source/text/sbasic/shared/03.po')
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/03.po2981
1 files changed, 2224 insertions, 757 deletions
diff --git a/source/bs/helpcontent2/source/text/sbasic/shared/03.po b/source/bs/helpcontent2/source/text/sbasic/shared/03.po
index 96e473c2a36..e7ca4efb0e3 100644
--- a/source/bs/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-01-30 15:37+0100\n"
"PO-Revision-Date: 2018-07-12 14:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Its entry points are:"
msgstr ""
-#. FCBXE
+#. AmCFb
#: lib_gimmicks.xhp
msgctxt ""
"lib_gimmicks.xhp\n"
"par_id381593519742529\n"
"help.text"
-msgid "Selecting <menuitem>Tools</menuitem> - <menuitem>AutoText</menuitem> loads the following library in memory:"
+msgid "Selecting <menuitem>Tools - AutoText</menuitem> loads the following library in memory:"
msgstr ""
#. hn8Dw
@@ -2059,6 +2059,2211 @@ msgctxt ""
msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>."
msgstr ""
+#. RYwFj
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"tit\n"
+"help.text"
+msgid "SFDocuments.Calc service"
+msgstr ""
+
+#. nXFgM
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id731582733781114\n"
+"help.text"
+msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable>"
+msgstr ""
+
+#. DLwen
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id381589189355849\n"
+"help.text"
+msgid "The <literal>SFDocuments</literal> library provides a number of methods and properties to facilitate the management and handling of LibreOffice Calc documents."
+msgstr ""
+
+#. ts5ZW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id351591014177269\n"
+"help.text"
+msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> service, whereas other methods are specific for the <literal>SF_Calc</literal> module."
+msgstr ""
+
+#. kTVJM
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id591589189364267\n"
+"help.text"
+msgid "The <literal>SF_Calc</literal> module is focused on:"
+msgstr ""
+
+#. Gy8dD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id891589189452545\n"
+"help.text"
+msgid "Handling sheets within a Calc document (copy, insert, move, etc)"
+msgstr ""
+
+#. SCCmJ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id811589189463041\n"
+"help.text"
+msgid "Exchanging data between Basic data structures and Calc ranges"
+msgstr ""
+
+#. YS7kC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id141599569935662\n"
+"help.text"
+msgid "Copying and importing massive amounts of data"
+msgstr ""
+
+#. A47hJ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. DLSfC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>Calc</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. z3JcW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id591589191059889\n"
+"help.text"
+msgid "The <literal>Calc</literal> service is closely related to the <literal>UI</literal> service of the <literal>ScriptForge</literal> library. Below are a few examples of how the <literal>Calc</literal> service can be invoked."
+msgstr ""
+
+#. zNhLz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id571589191739218\n"
+"help.text"
+msgid "'1) From the ScriptForge.UI service:"
+msgstr ""
+
+#. BhvuW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id331589191766531\n"
+"help.text"
+msgid "'Or: Set oDoc = ui.OpenDocument(\"C:\\Me\\MyFile.ods\")"
+msgstr ""
+
+#. GZXJG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id571589191774268\n"
+"help.text"
+msgid "'2) Directly if the document is already open"
+msgstr ""
+
+#. gfpHw
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id71158288562139\n"
+"help.text"
+msgid "It is recommended to free resources after use:"
+msgstr ""
+
+#. 3EHn2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id231611610666018\n"
+"help.text"
+msgid "However, if the document was closed using the <literal>CloseDocument</literal> method, it becomes unnecessary to free resources using the command described above."
+msgstr ""
+
+#. WqVjE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id71611090922315\n"
+"help.text"
+msgid "The use of the prefix \"<literal>SFDocuments.</literal>\" while calling the service is optional."
+msgstr ""
+
+#. Cpd5a
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id991591016893982\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. nXWRV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id511591016999246\n"
+"help.text"
+msgid "Many methods require a \"<emph>Sheet</emph>\" or a \"<emph>Range</emph>\" as argument. Single cells are considered a special case of a <literal>Range</literal>)."
+msgstr ""
+
+#. kq2Br
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id511591019278671\n"
+"help.text"
+msgid "Both may be expressed either as a string or as a reference (= object) depending on the situation:"
+msgstr ""
+
+#. du8tS
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id571591019367284\n"
+"help.text"
+msgid "Within a <emph>specific</emph> <literal>Calc</literal> <emph>instance</emph>, sheets and ranges are given as strings such as \"Sheet1\" and \"D2:F6\"."
+msgstr ""
+
+#. HGR2H
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id121591019432157\n"
+"help.text"
+msgid "Additionally, the <literal>.Sheet</literal> and <literal>.Range</literal> properties return a reference that may be used as argument of a method called from <emph>another instance</emph> of the <literal>Calc</literal> service."
+msgstr ""
+
+#. AHSav
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id421591017227464\n"
+"help.text"
+msgid "The example below copies data from document A (opened as read-only and hidden) to document B."
+msgstr ""
+
+#. 22mej
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id941591020321580\n"
+"help.text"
+msgid "SheetName"
+msgstr ""
+
+#. iED65
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id341591020333849\n"
+"help.text"
+msgid "Either the sheet name as a <literal>string</literal> or an <literal>object</literal> produced by the <literal>.Sheet</literal> property."
+msgstr ""
+
+#. GDuU3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id651591020343023\n"
+"help.text"
+msgid "The shortcut \"~\" (tilde) represents the current sheet."
+msgstr ""
+
+#. pL4FD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id101591020737697\n"
+"help.text"
+msgid "RangeName"
+msgstr ""
+
+#. nskFb
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id291591020728110\n"
+"help.text"
+msgid "Either a string designating a set of contiguous cells located in a sheet of the current instance or an <literal>object</literal> produced by the <literal>.Range</literal> property."
+msgstr ""
+
+#. YTCe8
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id691591020711395\n"
+"help.text"
+msgid "The shortcut \"~\" (tilde) represents the current selection or the first range if multiple ranges are selected."
+msgstr ""
+
+#. 7JEat
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id701592230700986\n"
+"help.text"
+msgid "The shortcut \"*\" represents all used cells."
+msgstr ""
+
+#. gNtqP
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id641591021597701\n"
+"help.text"
+msgid "The sheet name is optional in a range (default = the active sheet). Surrounding single quotes and $ signs are allowed but ignored."
+msgstr ""
+
+#. GVF9g
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id371592406978640\n"
+"help.text"
+msgid "Except for the <literal>CurrentSelection</literal> property, the <literal>Calc</literal> service considers only single ranges of cells."
+msgstr ""
+
+#. vRxTa
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id91591025127496\n"
+"help.text"
+msgid "Examples of valid ranges"
+msgstr ""
+
+#. BABCv
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id481591024294524\n"
+"help.text"
+msgid "1) '$SheetX'.D2<br/>2) $D$2"
+msgstr ""
+
+#. pMZEe
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id721591024294894\n"
+"help.text"
+msgid "A single cell"
+msgstr ""
+
+#. MuiK2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id21591024294492\n"
+"help.text"
+msgid "1) '$SheetX'.D2:F6<br/>2) D2:D10"
+msgstr ""
+
+#. P7Ete
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id9159102429464\n"
+"help.text"
+msgid "Single range with multiple cells"
+msgstr ""
+
+#. xj6ob
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id161592230749179\n"
+"help.text"
+msgid "'$SheetX'.*"
+msgstr ""
+
+#. eQu5j
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id581592230749243\n"
+"help.text"
+msgid "All used cells in the given sheet"
+msgstr ""
+
+#. UErNm
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id641591024294318\n"
+"help.text"
+msgid "1) '$SheetX'.A:A (column A)<br/>2) 3:5 (rows 3 to 5)"
+msgstr ""
+
+#. qpGBr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id431591024294723\n"
+"help.text"
+msgid "All cells in contiguous columns or rows up to the last used cell"
+msgstr ""
+
+#. qezwg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id871591024294202\n"
+"help.text"
+msgid "myRange"
+msgstr ""
+
+#. 97TnU
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id721591024294721\n"
+"help.text"
+msgid "A range named \"myRange\" at spreadsheet level"
+msgstr ""
+
+#. WxyY4
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id181591024294534\n"
+"help.text"
+msgid "1) ~.someRange<br/>2) SheetX.someRange"
+msgstr ""
+
+#. 9gjmL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id911591024294816\n"
+"help.text"
+msgid "A range name at sheet level"
+msgstr ""
+
+#. Z6dKJ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id781591024294621\n"
+"help.text"
+msgid "myDoc.Range(\"SheetX.D2:F6\")"
+msgstr ""
+
+#. ENndn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id681591024294568\n"
+"help.text"
+msgid "A range within the sheet SheetX in file associated with the myDoc Calc instance"
+msgstr ""
+
+#. Yero3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id101591024294151\n"
+"help.text"
+msgid "~.~ or ~"
+msgstr ""
+
+#. kmjCL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id22159102429479\n"
+"help.text"
+msgid "The current selection in the active sheet"
+msgstr ""
+
+#. qFqGJ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id351582885195476\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. FeCia
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id151591018231905\n"
+"help.text"
+msgid "All the properties generic to any document are implicitly applicable also to Calc documents. For more information, read the <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">Document service Help page</link>."
+msgstr ""
+
+#. DTzRF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id911591018242565\n"
+"help.text"
+msgid "The properties specifically available for Calc documents are:"
+msgstr ""
+
+#. G4iX6
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id41582885195836\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. PK7n2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id31582885195372\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. oFX3A
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id221591018408168\n"
+"help.text"
+msgid "Argument"
+msgstr ""
+
+#. GkAHr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id31582885195238\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. DDSFu
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id931582885195131\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. 3MHFG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id301592407165942\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. pJnFE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id81592407165611\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#. UUDuD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id59159240716522\n"
+"help.text"
+msgid "String or array of strings"
+msgstr ""
+
+#. KUB6n
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id85159240716560\n"
+"help.text"
+msgid "The single selected range as a string or the list of selected ranges as an array"
+msgstr ""
+
+#. BHFeu
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id101593094953259\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. KedYU
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id741593094953790\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. R8spm
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id311593094953330\n"
+"help.text"
+msgid "The number of rows (>= 1) in the given range"
+msgstr ""
+
+#. cU3Ah
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id221582885195686\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 4bY5E
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id501591018870619\n"
+"help.text"
+msgid "SheetName As String"
+msgstr ""
+
+#. XTyXP
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id881582885195976\n"
+"help.text"
+msgid "The last used cell in 'A1' format in the given sheet"
+msgstr ""
+
+#. 75PEK
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id601592315106598\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Cu5Dr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id831592315106202\n"
+"help.text"
+msgid "SheetName As String"
+msgstr ""
+
+#. ZZuih
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id791592315106790\n"
+"help.text"
+msgid "The last used column in the given sheet"
+msgstr ""
+
+#. q9Bx7
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id981591025591597\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. hn9su
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id81591025591696\n"
+"help.text"
+msgid "SheetName As String"
+msgstr ""
+
+#. NGNDP
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id421591025591509\n"
+"help.text"
+msgid "The last used row in the given sheet"
+msgstr ""
+
+#. 4t3He
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id81591025591672\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 2BJKz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id561591025591239\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. DSHss
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id571591025591367\n"
+"help.text"
+msgid "A range reference that can be used as argument of methods like <literal>CopyToRange</literal>"
+msgstr ""
+
+#. 66iAb
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id541591025591511\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dWFQE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id661591025591903\n"
+"help.text"
+msgid "SheetName As String"
+msgstr ""
+
+#. JQ3xT
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id731591025591753\n"
+"help.text"
+msgid "A sheet reference that can be used as argument of methods like <literal>CopySheet</literal>"
+msgstr ""
+
+#. HLpEQ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id581591025591579\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. V43zC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id751591025591667\n"
+"help.text"
+msgid "None"
+msgstr ""
+
+#. B5BXR
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id861591025591250\n"
+"help.text"
+msgid "Array of strings"
+msgstr ""
+
+#. dpUQH
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id491591025591370\n"
+"help.text"
+msgid "The list with the names of all existing sheets"
+msgstr ""
+
+#. EaAB2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id711593095062771\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. PFLkD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id311593095062171\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. 2qreU
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id681593095062358\n"
+"help.text"
+msgid "The number of columns (>= 1) in the given range"
+msgstr ""
+
+#. cju3B
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id391592315404944\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. DMf2S
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1001592315404525\n"
+"help.text"
+msgid "RangeName As String"
+msgstr ""
+
+#. s6c4j
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id321592315404430\n"
+"help.text"
+msgid "A <literal>com.sun.star.Table.XCellRange</literal> UNO object"
+msgstr ""
+
+#. QbTFX
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id501592315565569\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. jWLAC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id411592315565235\n"
+"help.text"
+msgid "SheetName As String"
+msgstr ""
+
+#. tuukL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id41592315565185\n"
+"help.text"
+msgid "A <literal>com.sun.star.sheet.XSpreadsheet</literal> UNO object"
+msgstr ""
+
+#. SE2Yn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id321611613059105\n"
+"help.text"
+msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects."
+msgstr ""
+
+#. V5dF8
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"hd_id501582887473754\n"
+"help.text"
+msgid "Methods"
+msgstr ""
+
+#. gaPo3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id93158919969864\n"
+"help.text"
+msgid "If the argument <literal>SheetName</literal> is provided, the given sheet is activated and it becomes the currently selected sheet. If the argument is absent, then the document window is activated."
+msgstr ""
+
+#. GwCLE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id821591631203996\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to be activated in the document."
+msgstr ""
+
+#. 2cgiA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id131611616623714\n"
+"help.text"
+msgid "The example below activates the sheet named \"Sheet4\" in the currently active document."
+msgstr ""
+
+#. LRebz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id501611617808220\n"
+"help.text"
+msgid "Activating a sheet makes sense only if it is performed on a Calc document. To make sure you have a Calc document at hand you can use the <literal>isCalc</literal> property of the document object, which returns <literal>True</literal> if it is a Calc document and <literal>False</literal> otherwise."
+msgstr ""
+
+#. auJdC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id31592919577984\n"
+"help.text"
+msgid "Clears all the contents and formats of the given range."
+msgstr ""
+
+#. rAvDo
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id441592919577809\n"
+"help.text"
+msgid "<emph>Range</emph> : The range to be cleared, as a string."
+msgstr ""
+
+#. Wz6CH
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id211592919864118\n"
+"help.text"
+msgid "Clears the formats and styles in the given range."
+msgstr ""
+
+#. uCqaF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id611592919864268\n"
+"help.text"
+msgid "<emph>Range</emph> : The range whose formats and styles are to be cleared, as a string."
+msgstr ""
+
+#. sMwMp
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id841592919928169\n"
+"help.text"
+msgid "Clears the values and formulas in the given range."
+msgstr ""
+
+#. Cx3CM
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id771592919928320\n"
+"help.text"
+msgid "<emph>Range</emph> : The range whose values and formulas are to be cleared, as a string."
+msgstr ""
+
+#. n6vJD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id591591631693816\n"
+"help.text"
+msgid "Copies a specified sheet before an existing sheet or at the end of the list of sheets. The sheet to be copied may be contained inside any <emph>open</emph> Calc document. Returns <literal>True</literal> if successful."
+msgstr ""
+
+#. Di3Hd
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id871591631693741\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to be copied as a string or its reference as an object."
+msgstr ""
+
+#. azG6n
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id351591632126180\n"
+"help.text"
+msgid "<emph>NewName</emph> : The name of the sheet to insert. The name must not be in use in the document."
+msgstr ""
+
+#. XDAoM
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id211591632192379\n"
+"help.text"
+msgid "<emph>BeforeSheet</emph> : The name (string) or index (numeric, starting from 1) of the sheet before which to insert the copied sheet. This argument is optional and the default behavior is to add the copied sheet at the last position."
+msgstr ""
+
+#. yuvEn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id961591632309410\n"
+"help.text"
+msgid "The following example makes a copy of the sheet \"SheetX\" and places it as the last sheet in the current document. The name of the copied sheet is \"SheetY\"."
+msgstr ""
+
+#. pqVdW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id231611706034607\n"
+"help.text"
+msgid "'Gets the Document object of the active window"
+msgstr ""
+
+#. xUG9G
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id461591632297415\n"
+"help.text"
+msgid "The example below copies \"SheetX\" from \"FileA.ods\" and pastes it at the last position of \"FileB.ods\" with the name \"SheetY\":"
+msgstr ""
+
+#. 2AAEx
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id801595695285478\n"
+"help.text"
+msgid "To copy sheets between <emph>open</emph> documents, use <literal>CopySheet</literal>. To copy sheets from documents that are <emph>closed</emph>, use <literal>CopySheetFromFile</literal>."
+msgstr ""
+
+#. 5fctt
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id931591714614755\n"
+"help.text"
+msgid "Copies a specified sheet from a <emph>closed</emph> Calc document and pastes it before an existing sheet or at the end of the list of sheets of the file referred to by a <literal>Document</literal> object."
+msgstr ""
+
+#. M9mDA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id271611706609445\n"
+"help.text"
+msgid "If the file does not exist, an error is raised. If the file is not a valid Calc file, a blank sheet is inserted. If the source sheet does not exist in the input file, an error message is inserted at the top of the newly pasted sheet."
+msgstr ""
+
+#. BbR9B
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id471591714947181\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. The file must not be protected with a password."
+msgstr ""
+
+#. FG6BQ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id9915917146142\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to be copied as a string."
+msgstr ""
+
+#. vNK3G
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id71591714614904\n"
+"help.text"
+msgid "<emph>NewName</emph> : The name of the copied sheet to be inserted in the document. The name must not be in use in the document."
+msgstr ""
+
+#. 4UmRW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id601591714614407\n"
+"help.text"
+msgid "<emph>BeforeSheet</emph> : The name (string) or index (numeric, starting from 1) of the sheet before which to insert the copied sheet. This argument is optional and the default behavior is to add the copied sheet at the last position."
+msgstr ""
+
+#. iEHJy
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id981611707192039\n"
+"help.text"
+msgid "The following example copies \"SheetX\" from \"myFile.ods\" and pastes it into the document referred to by \"oDoc\" as \"SheetY\" at the first position."
+msgstr ""
+
+#. kELHv
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id91592558768804\n"
+"help.text"
+msgid "Copies a specified source range (values, formulas and formats) to a destination range or cell. The method reproduces the behaviour of a Copy/Paste operation from a range to a single cell."
+msgstr ""
+
+#. KixB2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id831611707431984\n"
+"help.text"
+msgid "It returns a string representing the modified range of cells. The size of the modified area is fully determined by the size of the source area."
+msgstr ""
+
+#. KCiyF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id681592558768463\n"
+"help.text"
+msgid "The source range may belong to another <emph>open</emph> document."
+msgstr ""
+
+#. 6BKth
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id761592558768578\n"
+"help.text"
+msgid "<emph>SourceRange</emph> : The source range as a string when it belongs to the same document or as a reference when it belongs to another open Calc document."
+msgstr ""
+
+#. vsAZV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id711592558768466\n"
+"help.text"
+msgid "<emph>DestinationCell</emph> : The destination cell where the copied range of cells will be pasted, as a string. If a range is given, only its top-left cell is considered."
+msgstr ""
+
+#. FbkjF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id431592904964362\n"
+"help.text"
+msgid "Next is an example where the source and destination are in the same file:"
+msgstr ""
+
+#. Zh3Wp
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id751592905035452\n"
+"help.text"
+msgid "The example below illustrates how to copy a range from another open Calc document:"
+msgstr ""
+
+#. uFAEe
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id351592558768880\n"
+"help.text"
+msgid "'Open the source document in the background (hidden)"
+msgstr ""
+
+#. PBgwL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id1001611708508251\n"
+"help.text"
+msgid "'Do not forget to close the source document because it was opened as hidden"
+msgstr ""
+
+#. ZzDAQ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id61592905442071\n"
+"help.text"
+msgid "To simulate a Copy/Paste from a range to a single cell, use <literal>CopyToCell</literal>. To simulate a Copy/Paste from a range to a larger range (with the same cells being replicated several times), use <literal>CopyToRange</literal>."
+msgstr ""
+
+#. maHke
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1615929031212\n"
+"help.text"
+msgid "Copies downwards and/or rightwards a specified source range (values, formulas and formats) to a destination range. The method imitates the behaviour of a Copy/Paste operation from a source range to a larger destination range."
+msgstr ""
+
+#. G4qky
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id271592904084534\n"
+"help.text"
+msgid "If the height (or width) of the destination area is > 1 row (or column) then the height (or width) of the source must be <= the height (or width) of the destination. Otherwise nothing happens."
+msgstr ""
+
+#. Pko2R
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id131592904286834\n"
+"help.text"
+msgid "If the height (or width) of the destination is = 1 then the destination is expanded downwards (or rightwards) up to the height (or width) of the source range."
+msgstr ""
+
+#. jYha4
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id661592904348877\n"
+"help.text"
+msgid "The method returns a string representing the modified range of cells."
+msgstr ""
+
+#. wfzcw
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id41592903121807\n"
+"help.text"
+msgid "The source range may belong to another <emph>open</emph> document."
+msgstr ""
+
+#. Tv5So
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id841592903121145\n"
+"help.text"
+msgid "<emph>SourceRange</emph> : The source range as a string when it belongs to the same document or as a reference when it belongs to another open Calc document."
+msgstr ""
+
+#. K5ANF
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id5515929031211000\n"
+"help.text"
+msgid "<emph>DestinationRange</emph> : The destination of the copied range of cells, as a string."
+msgstr ""
+
+#. SzA83
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id461592905128991\n"
+"help.text"
+msgid "Copy within the same document :"
+msgstr ""
+
+#. GtG3C
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id601592904507182\n"
+"help.text"
+msgid "'Returned range: $SheetY.$C$5:$J$14"
+msgstr ""
+
+#. RXkyV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1001592905195364\n"
+"help.text"
+msgid "Copy from one file to another :"
+msgstr ""
+
+#. so8uw
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id601595777001498\n"
+"help.text"
+msgid "Apply the functions Average, Count, Max, Min and Sum, respectively, to all the cells containing numeric values on a given range."
+msgstr ""
+
+#. fPXvC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id741595777001537\n"
+"help.text"
+msgid "<emph>Range</emph> : The range to which the function will be applied, as a string."
+msgstr ""
+
+#. ZhAYY
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id121611752704572\n"
+"help.text"
+msgid "The example below applies the <literal>Sum</literal> function to the range \"A1:A1000\" of the currently selected sheet:"
+msgstr ""
+
+#. iTEts
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id31611752782288\n"
+"help.text"
+msgid "Cells in the given range that contain text will be ignored by all of these functions. For example, the <literal>DCount</literal> method will not count cells with text, only numerical cells."
+msgstr ""
+
+#. y9kCE
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id401591632726431\n"
+"help.text"
+msgid "Converts a column number ranging between 1 and 1024 into its corresponding letter (column 'A', 'B', ..., 'AMJ'). If the given column number is outside the allowed range, a zero-length string is returned."
+msgstr ""
+
+#. gUDC3
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id83159163272628\n"
+"help.text"
+msgid "<emph>ColumnNumber</emph> : The column number as an integer value in the interval 1 ... 1024."
+msgstr ""
+
+#. yDnhD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id391611754462421\n"
+"help.text"
+msgid "'Shows a message box with the string \"C\""
+msgstr ""
+
+#. XNAhU
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id451611753568778\n"
+"help.text"
+msgid "The maximum number of columns allowed on a Calc sheet is 1024."
+msgstr ""
+
+#. ksYoG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id921593880142573\n"
+"help.text"
+msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings."
+msgstr ""
+
+#. RG8Gg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id891593880142588\n"
+"help.text"
+msgid "<emph>Range</emph> : The range where to get the formulas from, as a string."
+msgstr ""
+
+#. tBeSN
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id461611755257141\n"
+"help.text"
+msgid "The following example returns a 3 by 2 array with the formulas in the range \"A1:B3\" (3 rows by 2 columns):"
+msgstr ""
+
+#. AoHGB
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331592231156425\n"
+"help.text"
+msgid "Get the value(s) stored in the given range of cells as a single value, a 1D array or a 2D array. All values are either doubles or strings."
+msgstr ""
+
+#. gy45t
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id91592231156434\n"
+"help.text"
+msgid "<emph>Range</emph> : The range where to get the values from, as a string."
+msgstr ""
+
+#. t7Dxx
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id991611756492772\n"
+"help.text"
+msgid "If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates, use the Basic <link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate function\"><literal>CDate</literal> builtin function</link>."
+msgstr ""
+
+#. YYMuH
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id771593685490395\n"
+"help.text"
+msgid "Imports the contents of a CSV-formatted text file and places it on a given destination cell."
+msgstr ""
+
+#. cxrHr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id751611756909199\n"
+"help.text"
+msgid "The destination area is cleared of all contents and formats before inserting the contents of the CSV file. The size of the modified area is fully determined by the contents of the input file."
+msgstr ""
+
+#. D2w2A
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id911593685490873\n"
+"help.text"
+msgid "The method returns a string representing the modified range of cells."
+msgstr ""
+
+#. FYhhA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id851593685490824\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. aTojh
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id641593685490936\n"
+"help.text"
+msgid "<emph>DestinationCell</emph> : The destination cell to insert the imported data, as a string. If instead a range is given, only its top-left cell is considered."
+msgstr ""
+
+#. wrD7S
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id641593685863838\n"
+"help.text"
+msgid "<emph>FilterOptions</emph> : The arguments for the CSV input filter. The default filter makes following assumptions:"
+msgstr ""
+
+#. Mb4c6
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id661593686250471\n"
+"help.text"
+msgid "The input file encoding is UTF8."
+msgstr ""
+
+#. CEpDn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id161593686260876\n"
+"help.text"
+msgid "The field separator is a comma, a semi-colon or a Tab character."
+msgstr ""
+
+#. CDfys
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id711593686274293\n"
+"help.text"
+msgid "The string delimiter is the double quote (\")."
+msgstr ""
+
+#. qowXx
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id171593686280838\n"
+"help.text"
+msgid "All lines are included."
+msgstr ""
+
+#. MBwZg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id881593686287161\n"
+"help.text"
+msgid "Quoted strings are formatted as text."
+msgstr ""
+
+#. bujFG
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id161593686293473\n"
+"help.text"
+msgid "Special numbers are detected."
+msgstr ""
+
+#. TYXKD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id791593686300499\n"
+"help.text"
+msgid "All columns are presumed to be texts, except if recognized as valid numbers."
+msgstr ""
+
+#. Byno7
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id381593686307406\n"
+"help.text"
+msgid "The language is English/US, which implies that the decimal separator is \".\" and the thousands separator is \",\"."
+msgstr ""
+
+#. TX82d
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id531611757154931\n"
+"help.text"
+msgid "To learn more about the CSV Filter Options, refer to the <link href=\"https://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Filter_Options#Filter_Options_for_the_CSV_Filter\" name=\"Filter Options\">Filter Options Wiki page</link>."
+msgstr ""
+
+#. vPPYx
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id881599568986824\n"
+"help.text"
+msgid "Imports the contents of a database table, query or resultset, i.e. the result of a SELECT SQL command, inserting it on a destination cell."
+msgstr ""
+
+#. DorV6
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id81611763957509\n"
+"help.text"
+msgid "The destination area is cleared of all contents and formats before inserting the imported contents. The size of the modified area is fully determined by the contents in the table or query."
+msgstr ""
+
+#. tfp3o
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id51599568986387\n"
+"help.text"
+msgid "The method returns <literal>True</literal> when the import was successful."
+msgstr ""
+
+#. HfEiJ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id311599568986784\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. Makpm
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id711596555746281\n"
+"help.text"
+msgid "<emph>RegistrationName</emph> : The name to use to find the database in the databases register. This argument is ignored if a <literal>FileName</literal> is provided."
+msgstr ""
+
+#. iG9FB
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id211599568986329\n"
+"help.text"
+msgid "<emph>DestinationCell</emph> : The destination of the imported data, as a string. If a range is given, only its top-left cell is considered."
+msgstr ""
+
+#. T8KAC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id451599489278429\n"
+"help.text"
+msgid "<emph>SQLCommand</emph> : A table or query name (without surrounding quotes or square brackets) or a SELECT SQL statement in which table and field names may be surrounded by square brackets or quotes to improve its readability."
+msgstr ""
+
+#. GiN95
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id271599489278141\n"
+"help.text"
+msgid "<emph>DirectSQL</emph> : When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. The argument is ignored for tables. For queries, the applied option is the one set when the query was defined."
+msgstr ""
+
+#. toj8z
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id121591698472929\n"
+"help.text"
+msgid "Inserts a new empty sheet before an existing sheet or at the end of the list of sheets."
+msgstr ""
+
+#. iFgTP
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id941591698472748\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the new sheet."
+msgstr ""
+
+#. agryz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id84159169847269\n"
+"help.text"
+msgid "<emph>BeforeSheet</emph> : The name (string) or index (numeric, starting from 1) of the sheet before which to insert the new sheet."
+msgstr ""
+
+#. UCmit
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id241611764359510\n"
+"help.text"
+msgid "The following example inserts a new empty sheet named \"SheetX\" and places it before \"SheetY\":"
+msgstr ""
+
+#. DcrWC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id6415925694762\n"
+"help.text"
+msgid "Moves a specified source range to a destination range of cells. The method returns a string representing the modified range of cells. The dimension of the modified area is fully determined by the size of the source area."
+msgstr ""
+
+#. Eh8ar
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id571592569476332\n"
+"help.text"
+msgid "<emph>Source</emph> : The source range of cells, as a string."
+msgstr ""
+
+#. MSSig
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id891592569476362\n"
+"help.text"
+msgid "<emph>Destination</emph> : The destination cell, as a string. If a range is given, its top-left cell is considered as the destination."
+msgstr ""
+
+#. NorEd
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id831591698903829\n"
+"help.text"
+msgid "Moves an existing sheet and places it before a specified sheet or at the end of the list of sheets."
+msgstr ""
+
+#. s6bx7
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id351591698903911\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to move. The sheet must exist or an exception is raised."
+msgstr ""
+
+#. kp595
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id9159169890334\n"
+"help.text"
+msgid "<emph>BeforeSheet</emph> : The name (string) or index (numeric, starting from 1) of the sheet before which the original sheet will be placed."
+msgstr ""
+
+#. pd5t4
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id951611766058734\n"
+"help.text"
+msgid "The example below moves the existing sheet \"SheetX\" and places it before \"SheetY\":"
+msgstr ""
+
+#. Q9iwN
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id51592233506371\n"
+"help.text"
+msgid "Returns a new range (as a string) offset by a certain number of rows and columns from a given range."
+msgstr ""
+
+#. VCUXL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id61611768400376\n"
+"help.text"
+msgid "This method has the same behavior as the homonymous Calc's <link href=\"text/scalc/01/04060109.xhp\" name=\"Offset function\">Offset function</link>."
+msgstr ""
+
+#. uiv8D
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id901592233506293\n"
+"help.text"
+msgid "<emph>Reference</emph> : The range, as a string, that the method will use as reference to perform the offset operation."
+msgstr ""
+
+#. YmkNz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id781592234124856\n"
+"help.text"
+msgid "<emph>Rows</emph> : The number of rows by which the initial range is offset upwards (negative value) or downwards (positive value). Use 0 (default) to stay in the same row."
+msgstr ""
+
+#. fR6JC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id971592234138769\n"
+"help.text"
+msgid "<emph>Columns</emph> : The number of columns by which the initial range is offset to the left (negative value) or to the right (positive value). Use 0 (default) to stay in the same column."
+msgstr ""
+
+#. TKX46
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id321592234150061\n"
+"help.text"
+msgid "<emph>Height</emph> : The vertical height for an area that starts at the new range position. Default = 0 (no vertical resizing)."
+msgstr ""
+
+#. 8uqoL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id271592234165247\n"
+"help.text"
+msgid "<emph>Width</emph> : The horizontal width for an area that starts at the new range position. Default = 0 (no horizontal resizing)."
+msgstr ""
+
+#. hT42G
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id871592234172652\n"
+"help.text"
+msgid "Arguments <literal>Rows</literal> and <literal>Columns</literal> must not lead to zero or negative start row or column."
+msgstr ""
+
+#. QcACo
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id211592234180073\n"
+"help.text"
+msgid "Arguments <literal>Height</literal> and <literal>Width</literal> must not lead to zero or negative count of rows or columns."
+msgstr ""
+
+#. BkCDz
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id651592234465732\n"
+"help.text"
+msgid "'SheetX.$C$3 (A1 moved by two rows and two columns down)"
+msgstr ""
+
+#. 8ukCQ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id521592234478848\n"
+"help.text"
+msgid "'SheetX.$C$3:$H$7 (A1 offset by two rows and columns with width of 5 rows and 6 columns)"
+msgstr ""
+
+#. C8abL
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id661591699085351\n"
+"help.text"
+msgid "Removes an existing sheet from the document."
+msgstr ""
+
+#. 9Mvbg
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699085330\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to remove."
+msgstr ""
+
+#. GwKHr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id971591704316873\n"
+"help.text"
+msgid "Renames the given sheet and returns <literal>True</literal> if successful."
+msgstr ""
+
+#. mAigC
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id161591704316337\n"
+"help.text"
+msgid "<emph>SheetName</emph> : The name of the sheet to rename."
+msgstr ""
+
+#. s8sbi
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id931591704316998\n"
+"help.text"
+msgid "<emph>NewName</emph> : the new name of the sheet. It must not exist yet."
+msgstr ""
+
+#. bwtAA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id351611775260443\n"
+"help.text"
+msgid "This example renames the active sheet to \"SheetY\":"
+msgstr ""
+
+#. EfMAM
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id191592745582983\n"
+"help.text"
+msgid "Stores the given value starting from a specified target cell. The updated area expands itself from the target cell or from the top-left corner of the given range to accommodate the size of the input <literal>Value</literal> argument. Vectors are always expanded vertically."
+msgstr ""
+
+#. tm6AR
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id671592745582573\n"
+"help.text"
+msgid "The method returns a string representing the modified area as a range of cells."
+msgstr ""
+
+#. 6bCom
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id801592745582116\n"
+"help.text"
+msgid "<emph>TargetCell</emph> : The cell or a range as a string from where to start to store the given value."
+msgstr ""
+
+#. SWWie
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id321592745582192\n"
+"help.text"
+msgid "<emph>Value</emph> : A scalar, a vector or an array with the new values to be stored from the target cell or from the top-left corner of the range if <literal>TargetCell</literal> is a range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied."
+msgstr ""
+
+#. 7BCXQ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331611776151376\n"
+"help.text"
+msgid "The following example uses the builtin <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray function\">DimArray function</link> to create an array and then store it in cell \"A1\":"
+msgstr ""
+
+#. fZfKc
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id601611775600983\n"
+"help.text"
+msgid "This example uses the <literal>RangeInit</literal> method of the <link href=\"text/sbasic/shared/03/sf_array.xhp#RangeInit\" name=\"CHANGE ME\">ScriptForge Array service</link> to create an array with values that are then stored from cell \"A1\" and downwards."
+msgstr ""
+
+#. kmatN
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id251592745582536\n"
+"help.text"
+msgid "'Fill 1st column with values from 1 to 1000"
+msgstr ""
+
+#. YNGtV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id291592905671530\n"
+"help.text"
+msgid "To dump the full contents of an array in a sheet, use <emph>SetArray</emph>. To dump the contents of an array only within the boundaries of the targeted range of cells, use <emph>SetValue</emph>."
+msgstr ""
+
+#. ecovS
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id601592231799489\n"
+"help.text"
+msgid "Stores the given value in the specified range. The size of the modified area is equal to the size of the target range."
+msgstr ""
+
+#. PeoKo
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1001592233389953\n"
+"help.text"
+msgid "The method returns a string representing the modified area as a range of cells."
+msgstr ""
+
+#. 9FVf6
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id361592231799255\n"
+"help.text"
+msgid "<emph>TargetRange</emph> : The range where to store the given value, as a string."
+msgstr ""
+
+#. gSTGX
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id461592232081985\n"
+"help.text"
+msgid "<emph>Value</emph> : A scalar, a vector or an array with the new values for each cell of the range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied."
+msgstr ""
+
+#. J2xh8
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id841592745785192\n"
+"help.text"
+msgid "The full range is updated and the remainder of the sheet is left unchanged. If the size of <literal>Value</literal> is smaller than the size of <literal>TargetRange</literal>, then the remaining cells will be emptied."
+msgstr ""
+
+#. 6eqih
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id191611776838396\n"
+"help.text"
+msgid "If the size of <literal>Value</literal> is larger than the size of <literal>TargetRange</literal>, then <literal>Value</literal> is only partially copied until it fills the size of <literal>TargetRange</literal>."
+msgstr ""
+
+#. nfsWb
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id71611776941663\n"
+"help.text"
+msgid "Vectors are expanded vertically, except if the range has a height of exactly 1 row."
+msgstr ""
+
+#. FJCPf
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id541592232948567\n"
+"help.text"
+msgid "'Below the Value array is smaller than the TargetRange (remaining cells are emptied)"
+msgstr ""
+
+#. vuu9B
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id541592232948825\n"
+"help.text"
+msgid "'Below the Value and TargetRange have the same size"
+msgstr ""
+
+#. g8mER
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id521595767687154\n"
+"help.text"
+msgid "Applies the specified cell style to the given target range. The full range is updated and the remainder of the sheet is left untouched. If the cell style does not exist, an error is raised."
+msgstr ""
+
+#. nxDCd
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id70159576768715\n"
+"help.text"
+msgid "The method returns a string representing the modified area as a range of cells."
+msgstr ""
+
+#. L8GHj
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id22159576768782\n"
+"help.text"
+msgid "<emph>TargetRange</emph> : The range to which the style will be applied, as a string."
+msgstr ""
+
+#. UxxXn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id181595767687247\n"
+"help.text"
+msgid "<emph>Style</emph> : The name of the cell style to apply."
+msgstr ""
+
+#. DCAWV
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id481593880376480\n"
+"help.text"
+msgid "Inserts the given (array of) formula(s) in the specified range. The size of the modified area is equal to the size of the range."
+msgstr ""
+
+#. d8CAU
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id711593880376106\n"
+"help.text"
+msgid "The method returns a string representing the modified area as a range of cells."
+msgstr ""
+
+#. CWJbm
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id891593880376776\n"
+"help.text"
+msgid "<emph>TargetRange</emph> : The range to insert the formulas, as a string."
+msgstr ""
+
+#. rRECW
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id941593880376500\n"
+"help.text"
+msgid "<emph>Formula</emph> : A string, a vector or an array of strings with the new formulas for each cell in the target range."
+msgstr ""
+
+#. 746E8
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id551593880376513\n"
+"help.text"
+msgid "The full range is updated and the remainder of the sheet is left unchanged."
+msgstr ""
+
+#. Wot7x
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id811593880756356\n"
+"help.text"
+msgid "If the given formula is a string, the unique formula is pasted along the whole range with adjustment of the relative references."
+msgstr ""
+
+#. uqWBs
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id491593880857823\n"
+"help.text"
+msgid "If the size of <literal>Formula</literal> is smaller than the size of <literal>TargetRange</literal>, then the remaining cells are emptied."
+msgstr ""
+
+#. oMpK4
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id701611778103306\n"
+"help.text"
+msgid "If the size of <literal>Formula</literal> is larger than the size of <literal>TargetRange</literal>, then the formulas are only partially copied until it fills the size of <literal>TargetRange</literal>."
+msgstr ""
+
+#. xGTCr
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id761611777946581\n"
+"help.text"
+msgid "Vectors are always expanded vertically, except if the range has a height of exactly 1 row."
+msgstr ""
+
+#. rNEEY
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id681593880376489\n"
+"help.text"
+msgid "'Horizontal vector, partially empty"
+msgstr ""
+
+#. 52GZX
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id961593881331390\n"
+"help.text"
+msgid "'D2 contains the formula \"=H2\""
+msgstr ""
+
+#. FrC59
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id141595692394382\n"
+"help.text"
+msgid "Sorts the given range based on up to 3 columns/rows. The sorting order may vary by column/row. It returns a string representing the modified range of cells. The size of the modified area is fully determined by the size of the source area."
+msgstr ""
+
+#. V6NVn
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id171595692394598\n"
+"help.text"
+msgid "<emph>Range</emph> : The range to be sorted, as a string."
+msgstr ""
+
+#. zppvu
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id171595692814163\n"
+"help.text"
+msgid "<emph>SortKeys</emph> : A scalar (if 1 column/row) or an array of column/row numbers starting from 1. The maximum number of keys is 3."
+msgstr ""
+
+#. rmDya
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id421595692962095\n"
+"help.text"
+msgid "<emph>SortOrder</emph> : A scalar or an array of strings containing the values \"ASC\" (ascending), \"DESC\" (descending) or \"\" (which defaults to ascending). Each item is paired with the corresponding item in <literal>SortKeys</literal>. If the <literal>SortOrder</literal> array is shorter than <literal>SortKeys</literal>, the remaining keys are sorted in ascending order."
+msgstr ""
+
+#. oPgRB
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id361595692394604\n"
+"help.text"
+msgid "<emph>DestinationCell</emph> : The destination cell of the sorted range of cells, as a string. If a range is given, only its top-left cell is considered. By default the source Range is overwritten."
+msgstr ""
+
+#. JogWo
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id441595693011034\n"
+"help.text"
+msgid "<emph>ContainsHeader</emph> : When <literal>True</literal>, the first row/column is not sorted."
+msgstr ""
+
+#. Q7Bi2
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id241595693169032\n"
+"help.text"
+msgid "<emph>CaseSensitive</emph> : Only for string comparisons. Default = <literal>False</literal>"
+msgstr ""
+
+#. g2ggy
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id1001595693326226\n"
+"help.text"
+msgid "<emph>SortColumns</emph> : When <literal>True</literal>, the columns are sorted from left to right. Default = <literal>False</literal> : rows are sorted from top to bottom."
+msgstr ""
+
+#. LvjpD
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id641595692394484\n"
+"help.text"
+msgid "'Sort range based on columns A (ascending) and C (descending)"
+msgstr ""
+
#. opNus
#: sf_dictionary.xhp
msgctxt ""
@@ -2788,6 +4993,15 @@ msgctxt ""
msgid "'1) From the ScriptForge.UI service:"
msgstr ""
+#. 6TA5q
+#: sf_document.xhp
+msgctxt ""
+"sf_document.xhp\n"
+"bas_id331589191766183\n"
+"help.text"
+msgid "'Alternatively, using the CreateDocument or OpenDocument methods"
+msgstr ""
+
#. rAPFN
#: sf_document.xhp
msgctxt ""
@@ -2824,15 +5038,6 @@ msgctxt ""
msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:"
msgstr ""
-#. Fs439
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"bm_id81611339709014\n"
-"help.text"
-msgid "<bookmark_value>API;Duration</bookmark_value> <bookmark_value>API;XComponent</bookmark_value> <bookmark_value>API;ODatabaseDocument</bookmark_value>"
-msgstr ""
-
#. z3oxC
#: sf_document.xhp
msgctxt ""
@@ -3130,15 +5335,6 @@ msgctxt ""
msgid "The UNO object <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XComponent.html\" name=\"XComponent API\"><literal>com.sun.star.lang.XComponent</literal></link> or <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"ODatabaseDocument API\"><literal>com.sun.star.comp.dba.ODatabaseDocument</literal></link> representing the document"
msgstr ""
-#. E5zHy
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id5158919969858\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. coFyk
#: sf_document.xhp
msgctxt ""
@@ -3148,13 +5344,13 @@ msgctxt ""
msgid "The example below prints all the properties of a document. Note that the <literal>oDoc</literal> object returned by the <literal>UI.OpenDocument</literal> method is a <literal>SFDocuments.Document</literal> object."
msgstr ""
-#. VpwCN
+#. wmiy9
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id651606319520519\n"
"help.text"
-msgid "Methods"
+msgid "List of Methods in the Document Service"
msgstr ""
#. UVWQb
@@ -3175,24 +5371,6 @@ msgctxt ""
msgid "This method is useful when one needs to give focus for a document that is minimized or hidden."
msgstr ""
-#. x8GCZ
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id921589199698523\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. pWsJL
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id5158919969859\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. vFzrg
#: sf_document.xhp
msgctxt ""
@@ -3238,24 +5416,6 @@ msgctxt ""
msgid "Returns <literal>True</literal> if the document was successfully closed."
msgstr ""
-#. P4apu
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id671589200121173\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. GUd2o
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id77158920012192\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. F2emZ
#: sf_document.xhp
msgctxt ""
@@ -3265,15 +5425,6 @@ msgctxt ""
msgid "<emph>SaveAsk</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified."
msgstr ""
-#. H6c2F
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id251589200121838\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. AxyoV
#: sf_document.xhp
msgctxt ""
@@ -3292,24 +5443,6 @@ msgctxt ""
msgid "It returns a <literal>SFDatabases.Database</literal> service instance giving access to the execution of SQL commands on the database defined and/or embedded in the actual Base document."
msgstr ""
-#. pRF5o
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id861599410266539\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 9Y2BV
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id861599410266584\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. cdu6C
#: sf_document.xhp
msgctxt ""
@@ -3319,15 +5452,6 @@ msgctxt ""
msgid "<emph>User, Password</emph> : The login parameters. Both default to \"\"."
msgstr ""
-#. aarzz
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id30159941026663\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. Nmwv9
#: sf_document.xhp
msgctxt ""
@@ -3355,24 +5479,6 @@ msgctxt ""
msgid "The document itself does not need to be active to be able to run commands."
msgstr ""
-#. ECvGD
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id69158920241331\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 3D427
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id55158920241343\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. qAb3U
#: sf_document.xhp
msgctxt ""
@@ -3382,15 +5488,6 @@ msgctxt ""
msgid "<emph>Command</emph> : Case-sensitive string containing the command in English. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong."
msgstr ""
-#. TMPFk
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id911589202413592\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. nZ8Yc
#: sf_document.xhp
msgctxt ""
@@ -3445,24 +5542,6 @@ msgctxt ""
msgid "The document itself does not need to be active to run this method."
msgstr ""
-#. jmvAr
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id741589202925179\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. C8WJu
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id481589202925957\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. 75K92
#: sf_document.xhp
msgctxt ""
@@ -3490,24 +5569,6 @@ msgctxt ""
msgid "The document itself does not need to be active to run this method."
msgstr ""
-#. CcHmy
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id851589203370467\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. VL3zH
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id221589203370830\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. cNiiE
#: sf_document.xhp
msgctxt ""
@@ -3553,15 +5614,6 @@ msgctxt ""
msgid "<emph>FilterOptions</emph> (*) : An optional string of options associated with the filter."
msgstr ""
-#. afcAn
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id911589203370485\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. FJywB
#: sf_document.xhp
msgctxt ""
@@ -3589,24 +5641,6 @@ msgctxt ""
msgid "The document itself does not need to be active to run this method."
msgstr ""
-#. GPbEC
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id871589205147745\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 9cGzC
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id121589205147540\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. CPc2g
#: sf_document.xhp
msgctxt ""
@@ -3652,15 +5686,6 @@ msgctxt ""
msgid "<emph>FilterOptions</emph> (*) : An optional string of options associated with the filter."
msgstr ""
-#. mpqtF
-#: sf_document.xhp
-msgctxt ""
-"sf_document.xhp\n"
-"hd_id81589205147631\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. WCH7E
#: sf_exception.xhp
msgctxt ""
@@ -3931,40 +5956,13 @@ msgctxt ""
msgid "Raising or clearing an <literal>Exception</literal> resets its properties."
msgstr ""
-#. VCBrN
+#. ssXEB
#: sf_exception.xhp
msgctxt ""
"sf_exception.xhp\n"
"par_id881608131596153\n"
"help.text"
-msgid "Methods"
-msgstr ""
-
-#. 9cDV8
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"par_id461608131596153\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp#Clear\" name=\"Clear method\">Clear</link><br/> <link href=\"text/sbasic/shared/03/sf_exception.xhp#Console\" name=\"Console method\">Console</link><br/> <link href=\"text/sbasic/shared/03/sf_exception.xhp#ConsoleClear\" name=\"ConsoleClear method\">ConsoleClear</link>"
-msgstr ""
-
-#. FLDC4
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"par_id871608132025242\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp#ConsoleToFile\" name=\"ConsoleToFile method\">ConsoleToFile</link><br/> <link href=\"text/sbasic/shared/03/sf_exception.xhp#DebugPrint\" name=\"DebugPrint method\">DebugPrint</link><br/><br/>"
-msgstr ""
-
-#. 6RjV6
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"par_id831608132069033\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp#Raise\" name=\"Raise method\">Raise</link><br/> <link href=\"text/sbasic/shared/03/sf_exception.xhp#RaiseWarning\" name=\"RaiseWarning method\">RaiseWarning</link><br/><br/>"
+msgid "List of Methods in the Exception Service"
msgstr ""
#. CDgEM
@@ -3976,24 +5974,6 @@ msgctxt ""
msgid "Resets the current error status and clears the <literal>SF_Exception</literal> properties."
msgstr ""
-#. ZXJ9w
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id381579687079872\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. HswFr
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id60159871817985\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. 7jFLi
#: sf_exception.xhp
msgctxt ""
@@ -4048,24 +6028,6 @@ msgctxt ""
msgid "A modal console can only be closed by the user. A non-modal console can either be closed by the user or upon macro termination."
msgstr ""
-#. ZeSUK
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id681598718179603\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. dsuNu
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id761598718179784\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. 2DWxi
#: sf_exception.xhp
msgctxt ""
@@ -4075,15 +6037,6 @@ msgctxt ""
msgid "<emph>Modal</emph>: Determine if the console window is Modal (<literal>True</literal>) or Non-modal (<literal>False</literal>). Default value is <literal>True</literal>."
msgstr ""
-#. oK5LP
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id60159871817984\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. xu6FA
#: sf_exception.xhp
msgctxt ""
@@ -4093,24 +6046,6 @@ msgctxt ""
msgid "Clears the console keeping an optional number of recent messages. If the console is activated in non-modal mode, it is refreshed."
msgstr ""
-#. hcFEA
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id491587215098807\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. gKRhZ
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id211587215098692\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. jbkCo
#: sf_exception.xhp
msgctxt ""
@@ -4120,15 +6055,6 @@ msgctxt ""
msgid "<emph>Keep</emph>: The number of recent messages to be kept. Default value is 0."
msgstr ""
-#. tKEBK
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id151587215098840\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. GLEVv
#: sf_exception.xhp
msgctxt ""
@@ -4147,24 +6073,6 @@ msgctxt ""
msgid "Exports the contents of the console to a text file. If the file already exists and the console is not empty, it will be overwritten without warning. Returns <literal>True</literal> if successful."
msgstr ""
-#. xi59H
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id231587218077969\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. L4wqB
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id471587218077526\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. QMb9C
#: sf_exception.xhp
msgctxt ""
@@ -4174,15 +6082,6 @@ msgctxt ""
msgid "<emph>FileName</emph>: The name of the text file the console should be dumped into. The name is expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. <link href=\"text/sbasic/shared/00000002.xhp\" name=\"Url notation\">URL notation</link> and the native operating system's format are both admitted."
msgstr ""
-#. Zeyjx
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id361587218077347\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. 2qser
#: sf_exception.xhp
msgctxt ""
@@ -4192,24 +6091,6 @@ msgctxt ""
msgid "Assembles all the given arguments into a single human-readable string and adds it as a new entry in the console."
msgstr ""
-#. xrNGg
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id341587218637198\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 7dS9P
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id821587218637437\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. BmmDA
#: sf_exception.xhp
msgctxt ""
@@ -4219,15 +6100,6 @@ msgctxt ""
msgid "<emph>Arg0[, Arg1, ...]</emph>: Any number of arguments of any type."
msgstr ""
-#. GDSvh
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id501587218637514\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. aXDEK
#: sf_exception.xhp
msgctxt ""
@@ -4237,15 +6109,6 @@ msgctxt ""
msgid "Generates a run-time error. An error message is displayed to the user and reported in the console. The execution is stopped. The <literal>Raise()</literal> method can be placed inside the normal script flow or in a dedicated error-handling routine."
msgstr ""
-#. JP5NR
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id10158721982478\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
#. RuDTE
#: sf_exception.xhp
msgctxt ""
@@ -4255,15 +6118,6 @@ msgctxt ""
msgid "The code snippets presented next are equivalent. They show alternative ways to raise an exception with code 2100."
msgstr ""
-#. uJVdb
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id711587219824373\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. 6wEJq
#: sf_exception.xhp
msgctxt ""
@@ -4291,15 +6145,6 @@ msgctxt ""
msgid "<emph>Description</emph>: The message to display to the user and to report in the console. Default value is that of <literal>Error$</literal> Basic builtin function."
msgstr ""
-#. LezTB
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id471587219824970\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. Kzh7r
#: sf_exception.xhp
msgctxt ""
@@ -4381,24 +6226,6 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
-#. dXDpv
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id10158729182478\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. DSbst
-#: sf_exception.xhp
-msgctxt ""
-"sf_exception.xhp\n"
-"hd_id10158927182478\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. PCSPY
#: sf_timer.xhp
msgctxt ""
@@ -5200,49 +7027,13 @@ msgctxt ""
msgid "The list of the currently open documents. Special windows are ignored. This list consists of a zero-based one dimensional array either of filenames (in SF_FileSystem.FileNaming notation) or of window titles for unsaved documents."
msgstr ""
-#. qsuDQ
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id891587985839528\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
-#. kNYeR
+#. DfpBz
#: sf_ui.xhp
msgctxt ""
"sf_ui.xhp\n"
-"par_id921606472825856\n"
-"help.text"
-msgid "Methods"
-msgstr ""
-
-#. kBKbF
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id381606472825856\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_ui.xhp#Activate\" name=\"Activate method\">Activate</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#CreateBaseDocument\" name=\"CreateBaseDocument method\">CreateBaseDocument</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#CreateDocument\" name=\"CreateDocument method\">CreateDocument</link> (*)<br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#GetDocument\" name=\"GetDocument method\">GetDocument</link>"
-msgstr ""
-
-#. svrQL
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id451606472825856\n"
-"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_ui.xhp#Maximize\" name=\"Maximize method\">Maximize</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#Minimize\" name=\"Minimize method\">Minimize</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#OpenBaseDocument\" name=\"OpenBaseDocument method\">OpenBaseDocument</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#OpenDocument\" name=\"OpenDocument method\">OpenDocument</link> (*)"
-msgstr ""
-
-#. P3aHi
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"par_id161606472825856\n"
+"par_id881608131596153\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03/sf_ui.xhp#Resize\" name=\"Resize method\">Resize</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#SetStatusBar\" name=\"SetStatusBar method\">SetStatusBar</link> (*)<br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#ShowProgressBar\" name=\"ShowProgressBar method\">ShowProgressBar</link><br/> <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowExists\" name=\"WindowExists method\">WindowExists</link>"
+msgid "List of Methods in the UI Service"
msgstr ""
#. dfsmh
@@ -5263,24 +7054,6 @@ msgctxt ""
msgid "Make the specified window active. The method returns <literal>True</literal> if the given window is found and can be activated. There is no change in the actual user interface if no window matches the selection."
msgstr ""
-#. 6AiGy
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id591587913266515\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. xc338
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id781587913266640\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. fcE3q
#: sf_ui.xhp
msgctxt ""
@@ -5290,15 +7063,6 @@ msgctxt ""
msgid "<emph>WindowName</emph>: see the definitions above."
msgstr ""
-#. wdNiF
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id14158791326646\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. df2C7
#: sf_ui.xhp
msgctxt ""
@@ -5308,24 +7072,6 @@ msgctxt ""
msgid "Create and store a new LibreOffice Base document embedding an empty database of the given type. The method returns a document object."
msgstr ""
-#. PbVWW
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id461596554849371\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. ZDFEW
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id201596554849717\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. BtPaW
#: sf_ui.xhp
msgctxt ""
@@ -5353,15 +7099,6 @@ msgctxt ""
msgid "<emph>RegistrationName</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning."
msgstr ""
-#. FfJTa
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id841596554849466\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. A9gBj
#: sf_ui.xhp
msgctxt ""
@@ -5371,24 +7108,6 @@ msgctxt ""
msgid "Create a new LibreOffice document of a given type or based on a given template. The method returns a document object."
msgstr ""
-#. BvqNu
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id541588521753959\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 9BRpM
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id9215885217531000\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. CC8kd
#: sf_ui.xhp
msgctxt ""
@@ -5416,15 +7135,6 @@ msgctxt ""
msgid "<emph>Hidden</emph>: if <literal>True</literal>, open the new document in the background (default = False). To use with caution: activation or closure afterwards can only happen programmatically."
msgstr ""
-#. JyvcL
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id421588521753716\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. W3qxn
#: sf_ui.xhp
msgctxt ""
@@ -5434,24 +7144,6 @@ msgctxt ""
msgid "Returns a document object referring to either the active window or the given window."
msgstr ""
-#. saKmq
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id931588520551562\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. YbGBb
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id1001588520551269\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. hD23E
#: sf_ui.xhp
msgctxt ""
@@ -5461,15 +7153,6 @@ msgctxt ""
msgid "<emph>WindowName</emph>: see the definitions above."
msgstr ""
-#. o3JTE
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id421588520551206\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. CYsyC
#: sf_ui.xhp
msgctxt ""
@@ -5479,24 +7162,6 @@ msgctxt ""
msgid "Maximizes the active window or the given window."
msgstr ""
-#. TAn2m
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id921587986441522\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. mAYZz
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id621587986441611\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. G2hSo
#: sf_ui.xhp
msgctxt ""
@@ -5506,15 +7171,6 @@ msgctxt ""
msgid "<emph>WindowName</emph>: see the definitions above. If the argument is absent, the active window is maximized."
msgstr ""
-#. t6rrv
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id471587986441580\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. vzDdG
#: sf_ui.xhp
msgctxt ""
@@ -5524,24 +7180,6 @@ msgctxt ""
msgid "Minimizes the active window or the given window."
msgstr ""
-#. 4ZD5N
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id621587986592339\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. qws5A
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id971587986592623\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. snQ6b
#: sf_ui.xhp
msgctxt ""
@@ -5551,15 +7189,6 @@ msgctxt ""
msgid "<emph>WindowName</emph>: see the definitions above. If the argument is absent, the active window is minimized."
msgstr ""
-#. yA96Y
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id381587986592563\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. tmxLS
#: sf_ui.xhp
msgctxt ""
@@ -5569,24 +7198,6 @@ msgctxt ""
msgid "Open an existing LibreOffice Base document. The method returns a document object."
msgstr ""
-#. CwvY7
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id121596555746296\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. sMVbp
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id651596555746823\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. RERE5
#: sf_ui.xhp
msgctxt ""
@@ -5614,15 +7225,6 @@ msgctxt ""
msgid "<emph>MacroExecution</emph>: 0 = behaviour is defined by the user configuration, 1 = macros are not executable, 2 = macros are executable."
msgstr ""
-#. ggj2J
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id601596555746980\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. szffG
#: sf_ui.xhp
msgctxt ""
@@ -5632,24 +7234,6 @@ msgctxt ""
msgid "Open an existing LibreOffice document with the given options. Returns a document object or one of its subclasses or <literal>Null</literal> if the opening failed, including when due to a user decision."
msgstr ""
-#. BcGp9
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id111588523635204\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. tLF9m
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id421588523635830\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. dZF95
#: sf_ui.xhp
msgctxt ""
@@ -5713,15 +7297,6 @@ msgctxt ""
msgid "<emph>FilterOptions</emph>: An optional string of options associated with the filter."
msgstr ""
-#. SBRPS
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id151588523635407\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. qMTrj
#: sf_ui.xhp
msgctxt ""
@@ -5731,24 +7306,6 @@ msgctxt ""
msgid "Resizes and/or moves the active window. Absent and negative arguments are ignored. If the window is minimized or maximized, calling <literal>Resize</literal> without arguments restores it."
msgstr ""
-#. 9g4CH
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id861587986945481\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 6GL4m
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id821587986945735\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. SxjEP
#: sf_ui.xhp
msgctxt ""
@@ -5767,15 +7324,6 @@ msgctxt ""
msgid "<emph>Width, Height</emph>: New dimensions of the window."
msgstr ""
-#. Cor6B
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id251587986945699\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. 4UBqz
#: sf_ui.xhp
msgctxt ""
@@ -5794,24 +7342,6 @@ msgctxt ""
msgid "Display a text and a progressbar in the status bar of the active window. Any subsequent calls in the same macro run refer to the same status bar of the same window, even if the window is not visible anymore. A call without arguments resets the status bar to its normal state."
msgstr ""
-#. nWKzF
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id61587996421735\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 2UtiV
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id771587996421217\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. dKTqd
#: sf_ui.xhp
msgctxt ""
@@ -5830,15 +7360,6 @@ msgctxt ""
msgid "<emph>Percentage</emph>: an optional degree of progress between 0 and 100."
msgstr ""
-#. Rs7Cd
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id841587996421626\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. DBbfU
#: sf_ui.xhp
msgctxt ""
@@ -5848,24 +7369,6 @@ msgctxt ""
msgid "Display a non-modal dialog box. Specify its title, an explicatory text and a percentage of progress represented on a progressbar. The box will remain visible until a call to the method without argument, or until the end of the currently running macro."
msgstr ""
-#. uaAfE
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id31598864255246\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. Vm528
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id171598864255620\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. B27Bg
#: sf_ui.xhp
msgctxt ""
@@ -5893,15 +7396,6 @@ msgctxt ""
msgid "<emph>Percentage</emph>: an optional degree of progress between 0 and 100."
msgstr ""
-#. RhiFd
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id49159886425584\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""
-
#. ZEG6t
#: sf_ui.xhp
msgctxt ""
@@ -5911,24 +7405,6 @@ msgctxt ""
msgid "Returns <literal>True</literal> if the given window could be identified."
msgstr ""
-#. EoShA
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id61588587119150\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
-msgstr ""
-
-#. 5p8LA
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id761588587119371\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
-msgstr ""
-
#. aAKnF
#: sf_ui.xhp
msgctxt ""
@@ -5937,12 +7413,3 @@ msgctxt ""
"help.text"
msgid "<emph>WindowName</emph>: see the definitions above."
msgstr ""
-
-#. oAjFN
-#: sf_ui.xhp
-msgctxt ""
-"sf_ui.xhp\n"
-"hd_id651588587119757\n"
-"help.text"
-msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
-msgstr ""