aboutsummaryrefslogtreecommitdiff
path: root/source/fi/helpcontent2/source/text/sbasic
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-03-03 17:27:40 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-03-03 17:30:26 +0100
commit381ab7a2ca3677aa759e77e5dfd7e8cbde87b4d7 (patch)
tree597483ee75c65beee440cd62adb93335fd8652ee /source/fi/helpcontent2/source/text/sbasic
parent70a23c0afa2982325334d4c9975a501e4b9a13ce (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I569b418ab52bf1703326225f0b341c580ccdf55e
Diffstat (limited to 'source/fi/helpcontent2/source/text/sbasic')
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po243
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/03.po806
2 files changed, 817 insertions, 232 deletions
diff --git a/source/fi/helpcontent2/source/text/sbasic/shared.po b/source/fi/helpcontent2/source/text/sbasic/shared.po
index 8310fa5bfc3..5955cff28ea 100644
--- a/source/fi/helpcontent2/source/text/sbasic/shared.po
+++ b/source/fi/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-19 15:00+0100\n"
+"POT-Creation-Date: 2023-03-02 11:50+0100\n"
"PO-Revision-Date: 2022-10-22 12:15+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/fi/>\n"
@@ -8500,13 +8500,13 @@ msgctxt ""
msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
msgstr ""
-#. xCJRj
+#. ZxhkF
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id461596463969009\n"
"help.text"
-msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgid "Use <link href=\"text/sbasic/shared/03020204.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
msgstr ""
#. AhB82
@@ -10525,13 +10525,13 @@ msgctxt ""
msgid "Writes data to a sequential text file with delimiting characters."
msgstr ""
-#. fB8hV
+#. sDFaP
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id461596463969009\n"
"help.text"
-msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020204.xhp\">Put#</link> statement to write data to a binary or a random file."
msgstr ""
#. WxpRu
@@ -18283,15 +18283,6 @@ msgctxt ""
msgid "The following mathematical operators are supported in $[officename] Basic."
msgstr "$[officename] Basic tukee oheisia matemaattisia operaattoreita."
-#. 2vAzz
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"par_id3148552\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 "Matemaattisten operaattoreiden kappaleessa tarjotaan lyhyt yleiskatsaus kaikkiin aritmeettisiin operaattoreihin, joita käyttäjä voi tarvita ohjelmansa laskentaosuuksissa."
-
#. 33jkW
#: 03070100.xhp
msgctxt ""
@@ -19390,14 +19381,14 @@ msgctxt ""
msgid "dAngle = InputBox(\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr "dAngle = InputBox(\"Anna alfa-kulma (asteissa): \",\"Alfa\")"
-#. pCRzE
+#. W5GT7
#: 03080102.xhp
msgctxt ""
"03080102.xhp\n"
"par_id3151074\n"
"help.text"
-msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
-msgstr "Print \"Hypotenuusan pituus on\"; (d1 / cos (dAngle * Pi / 180))"
+msgid "Print \"The length of the hypotenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+msgstr ""
#. FEozF
#: 03080103.xhp
@@ -33826,105 +33817,6 @@ msgctxt ""
msgid "Use <link href=\"text/sbasic/shared/03/sf_exception.xhp\"><literal>ScriptForge</literal></link> library console when the BASIC IDE is not easily accessible, that is during events processing. Use the <link href=\"text/sbasic/shared/03/sf_exception.xhp#DebugPrint\"><literal>DebugPrint</literal></link> method to add any relevant information to the console. Console entries can be dumped to a text file or visualized in a dialog window. Use <literal>Trace</literal> module of <link href=\"text/sbasic/guide/access2base.xhp\"><literal>Access2Base</literal></link> library as an alternative"
msgstr ""
-#. 866fR
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id871666620966333\n"
-"help.text"
-msgid "Sub SF_Trace"
-msgstr ""
-
-#. BA8ca
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id361666620966645\n"
-"help.text"
-msgid "GlobalScope.BasicLibraries.LoadLibrary(\"ScriptForge\")"
-msgstr ""
-
-#. f2xv8
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id391666620966798\n"
-"help.text"
-msgid "svc = CreateScriptService(\"ScriptForge.Exception\")"
-msgstr ""
-
-#. sf3Q5
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id821666620967245\n"
-"help.text"
-msgid "svc.Console modal:=False"
-msgstr ""
-
-#. VmbAn
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id741666621069519\n"
-"help.text"
-msgid "svc.DebugPrint(\"Lorem\", \"Ipsum\", \"...\")"
-msgstr ""
-
-#. fo2zo
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id771666620967685\n"
-"help.text"
-msgid "End Sub ' SF_Trace"
-msgstr ""
-
-#. kcpQ5
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id261666683736832\n"
-"help.text"
-msgid "Sub A2B_Trace"
-msgstr ""
-
-#. NEvP2
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id61666683737033\n"
-"help.text"
-msgid "GlobalScope.BasicLibraries.LoadLibrary(\"Access2Base\")"
-msgstr ""
-
-#. 5td67
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id301666683737232\n"
-"help.text"
-msgid "Access2Base.Trace.DebugPrint(\"Lorem\", \"Ipsum\", \"...\")"
-msgstr ""
-
-#. qKGCU
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id561666683737419\n"
-"help.text"
-msgid "Access2Base.Trace.TraceConsole()"
-msgstr ""
-
-#. TLyD9
-#: 03132000.xhp
-msgctxt ""
-"03132000.xhp\n"
-"bas_id251666683738645\n"
-"help.text"
-msgid "End Sub ' A2B_Trace"
-msgstr ""
-
#. 6zG9c
#: 03132000.xhp
msgctxt ""
@@ -36508,22 +36400,13 @@ msgctxt ""
msgid "Returns a string with a number formatting applied to a numeric expression."
msgstr ""
-#. o7Cjo
-#: 03170010.xhp
-msgctxt ""
-"03170010.xhp\n"
-"par_id761542194361212\n"
-"help.text"
-msgid "String"
-msgstr ""
-
-#. fkeCB
+#. JCPah
#: 03170010.xhp
msgctxt ""
"03170010.xhp\n"
"par_id240720170117391741\n"
"help.text"
-msgid "<emph>expression</emph>: Required. The numeric expression to be formatted."
+msgid "<emph>expression</emph>: Required. A numeric expression to be formatted. If <literal>expression</literal> is a string, then the decimal and thousands separator need to be localized."
msgstr ""
#. mD2xQ
@@ -36562,13 +36445,13 @@ msgctxt ""
msgid "<emph>vbFalse or 0</emph>: Do not display leading zeros."
msgstr ""
-#. ry2bD
+#. HiqhX
#: 03170010.xhp
msgctxt ""
"03170010.xhp\n"
"par_id241542199046808\n"
"help.text"
-msgid "<emph>vbUseDefaults or -2</emph>: Use the user interface locale settings. This is the default when omitted."
+msgid "<emph>vbUseDefault or -2</emph>: Use the user interface locale settings. This is the default when omitted."
msgstr ""
#. xEHZb
@@ -36598,13 +36481,13 @@ msgctxt ""
msgid "<emph>vbFalse or 0</emph>: Do not display parenthesis."
msgstr ""
-#. s4gZ7
+#. THAgv
#: 03170010.xhp
msgctxt ""
"03170010.xhp\n"
"par_id241542191246808\n"
"help.text"
-msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
+msgid "<emph>vbUseDefault or -2</emph>: Same as vbFalse. This is the default when omitted."
msgstr ""
#. pj4ES
@@ -36634,13 +36517,103 @@ msgctxt ""
msgid "<emph>vbFalse or 0</emph>: Do not group digits."
msgstr ""
-#. tyG7F
+#. szuFN
#: 03170010.xhp
msgctxt ""
"03170010.xhp\n"
"par_id241542191267808\n"
"help.text"
-msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
+msgid "<emph>vbUseDefault or -2</emph>: Same as vbFalse. This is the default when omitted."
+msgstr ""
+
+#. Bdq8A
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"tit\n"
+"help.text"
+msgid "FormatPercent Function [VBA]"
+msgstr ""
+
+#. YhjAo
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"bm_id661542193659245\n"
+"help.text"
+msgid "<bookmark_value>FormatPercent function</bookmark_value>"
+msgstr ""
+
+#. 5GSq4
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"hd_id871542193473857\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03170020.xhp\">FormatPercent [VBA]</link>"
+msgstr ""
+
+#. wE9n7
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id351542193473858\n"
+"help.text"
+msgid "Returns a string with a number formatting applied to a numeric expression. A percent sign is appended to the returned string."
+msgstr ""
+
+#. EBFVE
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id771542204286220\n"
+"help.text"
+msgid "MsgBox FormatPercent(12.2, NumDigitsAfterDecimal:=2) ' 1220.00% if selected user interface is english"
+msgstr ""
+
+#. 4nxgE
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id671542204307459\n"
+"help.text"
+msgid "MsgBox FormatPercent(\"-,2\", 2, IncludeLeadingDigit:=vbTrue) ' -20,00% if french user interface"
+msgstr ""
+
+#. 5qH6F
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id61542204328859\n"
+"help.text"
+msgid "MsgBox FormatPercent(\"-0.2\", 2) ' -20.00% for en-US, -0,00 for fr-CA, de-AT or pt-BR"
+msgstr ""
+
+#. y4XTq
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id421542204347269\n"
+"help.text"
+msgid "MsgBox FormatPercent(-0.2, UseComputerRegionalSettings, UseParensForNegativeNumbers:=vbTrue) ' (20,00)% if pt-BR"
+msgstr ""
+
+#. DoAx5
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id151542204366706\n"
+"help.text"
+msgid "MsgBox FormatPercent(\"-0,2\", UseComputerRegionalSettings, vbUseDefault, vbTrue) ' (20,00)% if german"
+msgstr ""
+
+#. GZf86
+#: 03170020.xhp
+msgctxt ""
+"03170020.xhp\n"
+"par_id971542204385212\n"
+"help.text"
+msgid "MsgBox FormatPercent(\"-12345678\", -1, vbUseDefault, vbUseDefault, GroupDigits:=vbTrue) ' -1 234 567 800,00% for fr-BE"
msgstr ""
#. MxFCq
@@ -40009,13 +39982,13 @@ msgctxt ""
msgid "CompatibilityMode(Optional Enable As Boolean) As Boolean"
msgstr ""
-#. 34s7C
+#. zR8wY
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"par_id551648117368688\n"
"help.text"
-msgid "<literal>CompatibilityMode</literal> function always returns the mode that is active after its execution. That is if called with argument, it returns the new mode, if called without argument, it returns active mode without modifying it."
+msgid "<literal>CompatibilityMode</literal> function always returns the mode that is active after its execution. That is, if called with an argument, it returns the new mode; if called without an argument, it returns the active mode without modifying it."
msgstr ""
#. buGpD
diff --git a/source/fi/helpcontent2/source/text/sbasic/shared/03.po b/source/fi/helpcontent2/source/text/sbasic/shared/03.po
index ea597f4e458..dd2edc5962b 100644
--- a/source/fi/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/fi/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: 2023-01-09 11:30+0100\n"
+"POT-Creation-Date: 2023-03-02 11:50+0100\n"
"PO-Revision-Date: 2018-07-12 14:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3211,13 +3211,67 @@ msgctxt ""
msgid "UNO<br/>object"
msgstr ""
-#. GGcfX
+#. jAEFy
#: sf_basic.xhp
msgctxt ""
"sf_basic.xhp\n"
"par_id541619006255653\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Center."
+msgid "Returns the <link href=\"text/sbasic/shared/stardesktop.xhp\"><literal>StarDesktop</literal></link> object that represents the %PRODUCTNAME application."
+msgstr ""
+
+#. tBCGv
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id731619006034384\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. JFnmw
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id711619006259094\n"
+"help.text"
+msgid "UNO<br/>object"
+msgstr ""
+
+#. 3wZPC
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id541619006256911\n"
+"help.text"
+msgid "If the current component refers to a %PRODUCTNAME document, this method returns the UNO object representing the document. This property returns <literal>None</literal> when the current component does not correspond to a document."
+msgstr ""
+
+#. hjufN
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id731619006259634\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. DgnfQ
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id711619004425514\n"
+"help.text"
+msgid "UNO<br/>object"
+msgstr ""
+
+#. hdhY2
+#: sf_basic.xhp
+msgctxt ""
+"sf_basic.xhp\n"
+"par_id541619006255121\n"
+"help.text"
+msgid "If the script is being executed from a Base document or any of its subcomponents this method returns the main component of the Base instance. This property returns <literal>None</literal> otherwise."
msgstr ""
#. vXq8C
@@ -3805,69 +3859,6 @@ msgctxt ""
msgid "Returns an integer color value consisting of red, green, and blue components."
msgstr ""
-#. SDu3C
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"bm_id81618907850447\n"
-"help.text"
-msgid "<bookmark_value>Basic service;ThisComponent</bookmark_value>"
-msgstr ""
-
-#. 7wnpT
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"par_id141622840830978\n"
-"help.text"
-msgid "If the current component refers to a %PRODUCTNAME document, this method returns the UNO object representing the document."
-msgstr ""
-
-#. 72GZE
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"par_id961622841287976\n"
-"help.text"
-msgid "The method will return <literal>None</literal> when the current component does not correspond to a document."
-msgstr ""
-
-#. xbQ6U
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"bm_id81618907858201\n"
-"help.text"
-msgid "<bookmark_value>Basic service;ThisDatabaseDocument</bookmark_value>"
-msgstr ""
-
-#. GXewr
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"par_id271622912644859\n"
-"help.text"
-msgid "If the script is being executed from a Base document or any of its subcomponents this method returns the main component of the Base instance."
-msgstr ""
-
-#. 6MCpX
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"par_id811622912819443\n"
-"help.text"
-msgid "This method returns <literal>None</literal> otherwise."
-msgstr ""
-
-#. YvYx9
-#: sf_basic.xhp
-msgctxt ""
-"sf_basic.xhp\n"
-"par_id201623153844931\n"
-"help.text"
-msgid "Visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\">OfficeDatabaseDocument</link> API page to learn more about Base's main component structure."
-msgstr ""
-
#. mAUuG
#: sf_basic.xhp
msgctxt ""
@@ -5353,13 +5344,13 @@ msgctxt ""
msgid "<emph>range</emph>: The range whose formats and styles are to be cleared, as a string."
msgstr ""
-#. DLmLj
+#. WUdrV
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
-"par_id461670942481008\n"
+"par_id461670942481018\n"
"help.text"
-msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\" name=\"ClearAll_link3\"><literal>ClearAll</literal></link> method documentation available above for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
+msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\"><literal>ClearAll</literal></link> method documentation for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
msgstr ""
#. sMwMp
@@ -5389,13 +5380,13 @@ msgctxt ""
msgid "<emph>range</emph>: The range whose values and formulas are to be cleared, as a string."
msgstr ""
-#. odncJ
+#. 46a8b
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
-"par_id461670942481009\n"
+"par_id461670942483664\n"
"help.text"
-msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\" name=\"ClearAll_link3\"><literal>ClearAll</literal></link> method documentation available above for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
+msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\"><literal>ClearAll</literal>literal></link> method documentation for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
msgstr ""
#. JWFDb
@@ -7360,6 +7351,123 @@ msgctxt ""
msgid "<emph>copies</emph>: The number of copies. Default is 1."
msgstr ""
+#. 64f3B
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id661591699086251\n"
+"help.text"
+msgid "Removes duplicate rows from a specified range. The comparison to determine if a given row is a duplicate is done based on a subset of columns in the range."
+msgstr ""
+
+#. 2Fj4F
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id111674511007536\n"
+"help.text"
+msgid "This method returns a string containing the resulting range."
+msgstr ""
+
+#. py5XZ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id831674511881468\n"
+"help.text"
+msgid "The removal of duplicate rows is done starting at the first row in the range moving downwards, meaning that if two or more rows are duplicates then only the first one is kept."
+msgstr ""
+
+#. UxCsB
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699082900\n"
+"help.text"
+msgid "<emph>range</emph>: The range from which duplicates will be removed, as a string."
+msgstr ""
+
+#. WBeEc
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699082848\n"
+"help.text"
+msgid "<emph>columns</emph>: An array containing column numbers indicating which columns will be considered to determine if a row is a duplicate or not. If this argument is left blank, then only the first column is used. Items in this array must be in the interval between 1 and the range width."
+msgstr ""
+
+#. C4DUZ
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699082147\n"
+"help.text"
+msgid "<emph>header</emph>: Specifies whether the first row is a header row (Default = <literal>False</literal>)."
+msgstr ""
+
+#. sFJ5x
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699082231\n"
+"help.text"
+msgid "<emph>casesensitive</emph>: Specifies whether string comparisons are case-sensitive (Default = <literal>False</literal>)."
+msgstr ""
+
+#. zhBuK
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"par_id331591699082446\n"
+"help.text"
+msgid "<emph>mode</emph>: Specifies what to do with duplicate rows. If <literal>mode = \"CLEAR\"</literal> then duplicates are simply removed from the sheet leaving the cells blank. If <literal>mode = \"COMPACT\"</literal> then duplicates are removed and empty rows are compacted up (Default = <literal>\"COMPACT\"</literal>)."
+msgstr ""
+
+#. CvYHu
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id991674511267999\n"
+"help.text"
+msgid "' Removes duplicate rows where values in column A are duplicate"
+msgstr ""
+
+#. wMXKK
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id401674511347995\n"
+"help.text"
+msgid "' Note that all optional arguments use their default value"
+msgstr ""
+
+#. Dzbis
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id31674511325842\n"
+"help.text"
+msgid "' Removes duplicate rows considering that the first row contains headers"
+msgstr ""
+
+#. H5o2W
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id11674511430892\n"
+"help.text"
+msgid "' Columns A and B are used to determine if a row is a duplicate"
+msgstr ""
+
+#. vgiBA
+#: sf_calc.xhp
+msgctxt ""
+"sf_calc.xhp\n"
+"bas_id941674511492390\n"
+"help.text"
+msgid "' Cells containing duplicate values are left blank"
+msgstr ""
+
#. C8abL
#: sf_calc.xhp
msgctxt ""
@@ -7522,13 +7630,13 @@ msgctxt ""
msgid "<emph>style</emph>: The name of the cell style to apply."
msgstr ""
-#. wbiBR
+#. oU8ui
#: sf_calc.xhp
msgctxt ""
"sf_calc.xhp\n"
-"par_id461670942481010\n"
+"par_id461670942481294\n"
"help.text"
-msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\" name=\"ClearAll_link3\"><literal>ClearAll</literal></link> method documentation available above for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
+msgid "Refer to the <link href=\"text/sbasic/shared/03/sf_calc.xhp#ClearAll\"><literal>ClearAll</literal></link> method documentation for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>."
msgstr ""
#. DCAWV
@@ -8080,13 +8188,13 @@ msgctxt ""
msgid "' The inserted column spans all rows in the sheet"
msgstr ""
-#. FrC59
+#. DDG3C
#: 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."
+msgid "Sorts the given range based on a set of columns/rows that are considered as keys. 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 ""
#. MVGBC
@@ -8098,13 +8206,13 @@ msgctxt ""
msgid "<emph>range</emph>: The range to be sorted, as a string."
msgstr ""
-#. aenrK
+#. pDQbJ
#: 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."
+msgid "<emph>sortkeys</emph>: A scalar (if 1 column/row) or an array of column/row numbers starting from 1."
msgstr ""
#. aQF93
@@ -9574,13 +9682,13 @@ msgctxt ""
msgid "<emph>tablename</emph>: The name of an existing table as a case-sensitive String."
msgstr ""
-#. Wme4W
+#. FMBEy
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id31599490609759\n"
"help.text"
-msgid "Executes an action query or an SQL statement such as creating a table, as well as inserting, updating and deleting records."
+msgid "Executes an action query of an SQL statement such as creating a table, as well as inserting, updating and deleting records."
msgstr ""
#. gyiQy
@@ -9628,13 +9736,13 @@ msgctxt ""
msgid "SFDatabases.Datasheet service"
msgstr ""
-#. fSnZf
+#. 8xmoA
#: sf_datasheet.xhp
msgctxt ""
"sf_datasheet.xhp\n"
"bm_id781582391760253\n"
"help.text"
-msgid "<variable id=\"ctrls_h1\"><link href=\"text/sbasic/shared/03/sf_datasheet.xhp\" name=\"SFDatabases.Datasheet service\"><literal>SFDatabases</literal>.<literal>Datasheet</literal> service</link></variable>"
+msgid "<variable id=\"DatasheetService\"><link href=\"text/sbasic/shared/03/sf_datasheet.xhp\" name=\"SFDatabases.Datasheet service\"><literal>SFDatabases</literal>.<literal>Datasheet</literal> service</link></variable>"
msgstr ""
#. CCxPd
@@ -11203,13 +11311,13 @@ msgctxt ""
msgid "Mouse button released"
msgstr ""
-#. gTQjc
+#. 9uiAA
#: sf_dialog.xhp
msgctxt ""
"sf_dialog.xhp\n"
-"par_id921606472825856\n"
+"par_id891611613601554\n"
"help.text"
-msgid "Methods"
+msgid "List of Methods in the Dialog Service"
msgstr ""
#. DiCyL
@@ -11671,13 +11779,13 @@ msgctxt ""
msgid "<emph>Group of radio buttons:</emph> defines a group of radio buttons that will control which page is visible."
msgstr ""
-#. BszmV
+#. 37XCi
#: sf_dialog.xhp
msgctxt ""
"sf_dialog.xhp\n"
"par_id11670872840588\n"
"help.text"
-msgid "<emph/><emph>Sequence of buttons:</emph> defines a set of buttons, each of which corresponding to a dialog page. This can be used to emulate a tabbed interface by placing buttons side by side in the dialog."
+msgid "<emph>Sequence of buttons:</emph> defines a set of buttons, each of which corresponding to a dialog page. This can be used to emulate a tabbed interface by placing buttons side by side in the dialog."
msgstr ""
#. qFQHA
@@ -13849,13 +13957,13 @@ msgctxt ""
msgid "The following example uses the <literal>Keys</literal> property to iterate over all keys in the dictionary <literal>myDict</literal>."
msgstr ""
-#. Thoy8
+#. SrKFe
#: sf_dictionary.xhp
msgctxt ""
"sf_dictionary.xhp\n"
-"par_id921606472825856\n"
+"par_id891611613601554\n"
"help.text"
-msgid "Methods"
+msgid "List of Methods in the Dictionary Service"
msgstr ""
#. PqSBg
@@ -16297,13 +16405,13 @@ msgctxt ""
msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
msgstr ""
-#. jBsjM
+#. wZA9G
#: sf_filesystem.xhp
msgctxt ""
"sf_filesystem.xhp\n"
"par_id951612918220255\n"
"help.text"
-msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\">below</link>."
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties_toc\">below</link>."
msgstr ""
#. L84BJ
@@ -25657,13 +25765,13 @@ msgctxt ""
msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
msgstr ""
-#. wFUB2
+#. 4WTUK
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id791582818023246\n"
"help.text"
-msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>."
+msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#properties_toc\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>."
msgstr ""
#. ELfda
@@ -29365,6 +29473,510 @@ msgctxt ""
msgid "'Terminate both timers"
msgstr ""
+#. AuovU
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"tit\n"
+"help.text"
+msgid "List of all ScriptForge methods and properties"
+msgstr ""
+
+#. zxZFp
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id461623364876507\n"
+"help.text"
+msgid "<variable id=\"title\"><link href=\"text/sbasic/shared/03/sf_toc.xhp\">List of all <literal>ScriptForge</literal> methods and properties</link></variable>"
+msgstr ""
+
+#. 9cBCb
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id691671192231981\n"
+"help.text"
+msgid "This help page shows all methods and properties available in the <literal>ScriptForge</literal> library by service with links to the corresponding documentation."
+msgstr ""
+
+#. 4NBjy
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id401671192686811\n"
+"help.text"
+msgid "The <emph>Basic</emph> source code for all ScriptForge services is available via <menuitem>Application Macros and Dialogs</menuitem> and is distributed in multiple libraries: <literal>ScriptForge</literal>, <literal>SFDatabases</literal>, <literal>SFDialogs</literal>, <literal>SFDocuments</literal>, <literal>SFUnitTests</literal> and <literal>SFWidgets</literal>. The <emph>Python</emph> portion of the source code is available in the <emph>program\\scriptforge.py</emph> file under the %PRODUCTNAME installation directory."
+msgstr ""
+
+#. MPEN4
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601663\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Array</literal> service"
+msgstr ""
+
+#. xA5NE
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601553\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>Base</literal> service"
+msgstr ""
+
+#. JFajQ
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id541674484344235\n"
+"help.text"
+msgid "This service also supports the methods and properties defined in the <link href=\"text/sbasic/shared/03/sf_document.xhp\"><literal>Document</literal> service</link>, which includes methods that are generic to all document types."
+msgstr ""
+
+#. pFPFA
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192609363\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Basic</literal> service"
+msgstr ""
+
+#. gRcDE
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319520519\n"
+"help.text"
+msgid "List of Properties in the Basic Service"
+msgstr ""
+
+#. LAgbN
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601502\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>Calc</literal> service"
+msgstr ""
+
+#. uxhCu
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319520654\n"
+"help.text"
+msgid "List of Properties in the Calc Service"
+msgstr ""
+
+#. 8B4AP
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601677\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>Chart</literal> service"
+msgstr ""
+
+#. hNAmL
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319523634\n"
+"help.text"
+msgid "List of Properties in the Chart Service"
+msgstr ""
+
+#. mbPs5
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601147\n"
+"help.text"
+msgid "<literal>SFDatabases</literal>.<literal>Database</literal> service"
+msgstr ""
+
+#. nEVNp
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319520332\n"
+"help.text"
+msgid "List of Properties in the Database Service"
+msgstr ""
+
+#. rGLDA
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192690807\n"
+"help.text"
+msgid "<literal>SFDatabases</literal>.<literal>Datasheet</literal> service"
+msgstr ""
+
+#. ZA8ZQ
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319510928\n"
+"help.text"
+msgid "List of Properties in the Datasheet Service"
+msgstr ""
+
+#. Y5mr6
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601308\n"
+"help.text"
+msgid "<literal>SFDialogs</literal>.<literal>Dialog</literal> service"
+msgstr ""
+
+#. eqEbb
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319527165\n"
+"help.text"
+msgid "List of Properties in the Dialog Service"
+msgstr ""
+
+#. dCD6o
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601688\n"
+"help.text"
+msgid "<literal>SFDialogs</literal>.<literal>DialogControl</literal> service"
+msgstr ""
+
+#. QBrji
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319523433\n"
+"help.text"
+msgid "List of Properties in the DialogControl Service"
+msgstr ""
+
+#. CEN8p
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601559\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Dictionary</literal> service"
+msgstr ""
+
+#. V3dV2
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319520328\n"
+"help.text"
+msgid "List of Properties in the Dictionary Service"
+msgstr ""
+
+#. kXRkE
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192601711\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>Document</literal> service"
+msgstr ""
+
+#. uPiwD
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319746528\n"
+"help.text"
+msgid "List of Properties in the Document Service"
+msgstr ""
+
+#. Gk8EF
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192501339\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Exception</literal> service"
+msgstr ""
+
+#. rGaFn
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319500328\n"
+"help.text"
+msgid "List of Properties in the Exception Service"
+msgstr ""
+
+#. 7L6SK
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192505579\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>FileSystem</literal> service"
+msgstr ""
+
+#. i7nPm
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319646328\n"
+"help.text"
+msgid "List of Properties in the FileSystem Service"
+msgstr ""
+
+#. kdN69
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192505441\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>Form</literal> service"
+msgstr ""
+
+#. FkAkF
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319525458\n"
+"help.text"
+msgid "List of Properties in the Form Service"
+msgstr ""
+
+#. uZGQs
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671192506636\n"
+"help.text"
+msgid "<literal>SFDocuments</literal>.<literal>FormControl</literal> service"
+msgstr ""
+
+#. ivRX2
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319411328\n"
+"help.text"
+msgid "List of Properties in the FormControl Service"
+msgstr ""
+
+#. DCwnN
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199996466\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>L10N</literal> service"
+msgstr ""
+
+#. CNrDo
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319527168\n"
+"help.text"
+msgid "List of Properties in the L10N Service"
+msgstr ""
+
+#. kPEXF
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199996396\n"
+"help.text"
+msgid "<literal>SFWidgets</literal>.<literal>Menu</literal> service"
+msgstr ""
+
+#. CAaoK
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606314140328\n"
+"help.text"
+msgid "List of Properties in the Menu Service"
+msgstr ""
+
+#. Nm9Ft
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199994016\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Platform</literal> service"
+msgstr ""
+
+#. y2Hhd
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319518728\n"
+"help.text"
+msgid "List of Properties in the Platform Service"
+msgstr ""
+
+#. JgPNJ
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199996417\n"
+"help.text"
+msgid "<literal>SFWidgets</literal>.<literal>PopupMenu</literal> service"
+msgstr ""
+
+#. jPDs4
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606314130218\n"
+"help.text"
+msgid "List of Properties in the PopupMenu Service"
+msgstr ""
+
+#. 5rfxS
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199993577\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Region</literal> service"
+msgstr ""
+
+#. 6P6YE
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606316032328\n"
+"help.text"
+msgid "List of Properties in the Region Service"
+msgstr ""
+
+#. YjCc5
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id101671199993654\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Session</literal> service"
+msgstr ""
+
+#. Ch9rH
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606319550408\n"
+"help.text"
+msgid "List of Properties in the Session Service"
+msgstr ""
+
+#. FqDWZ
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id1016711992514654\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>String</literal> service"
+msgstr ""
+
+#. 6vNEV
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606358900328\n"
+"help.text"
+msgid "List of Properties in the Dictionary Service"
+msgstr ""
+
+#. EGy6c
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id1016711992512103\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>TextStream</literal> service"
+msgstr ""
+
+#. sqgkG
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606305698328\n"
+"help.text"
+msgid "List of Properties in the TextStream Service"
+msgstr ""
+
+#. rfA4y
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id1016711992519543\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>Timer</literal> service"
+msgstr ""
+
+#. 7S2q8
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651601219036328\n"
+"help.text"
+msgid "List of Methods in the Timer Service"
+msgstr ""
+
+#. BeSkR
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651601219520328\n"
+"help.text"
+msgid "List of Properties in the Timer Service"
+msgstr ""
+
+#. MexL5
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id1016711992512950\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>UI</literal> service"
+msgstr ""
+
+#. jttmj
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606657520328\n"
+"help.text"
+msgid "List of Properties in the UI Service"
+msgstr ""
+
+#. uY9cX
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"hd_id1016711992512540\n"
+"help.text"
+msgid "<literal>ScriptForge</literal>.<literal>UnitTest</literal> service"
+msgstr ""
+
+#. MFG4G
+#: sf_toc.xhp
+msgctxt ""
+"sf_toc.xhp\n"
+"par_id651606313658328\n"
+"help.text"
+msgid "List of Properties in the UnitTest Service"
+msgstr ""
+
#. dphFv
#: sf_ui.xhp
msgctxt ""
@@ -30031,13 +30643,13 @@ msgctxt ""
msgid "<emph>macroexecution</emph>: 0 = behaviour is defined by the user configuration, 1 = macros are not executable, 2 = macros are executable."
msgstr ""
-#. ADCoE
+#. FgnaJ
#: sf_ui.xhp
msgctxt ""
"sf_ui.xhp\n"
"par_id941620762989833\n"
"help.text"
-msgid "To improve code readability you can use <link href=\"text/sbasic/shared/03/sf_ui.xhp#Constants\">predefined constants</link> for the <literal>macroexecution</literal> argument, as in the examples above."
+msgid "To improve code readability you can use <link href=\"text/sbasic/shared/03/sf_ui.xhp#constants_toc\">predefined constants</link> for the <literal>macroexecution</literal> argument, as in the examples above."
msgstr ""
#. JE8G5