update translations for master

and force-fix errors using pocheck

Change-Id: Ib11aec7e448b083f697b9705d29795cd2e5a55f0
This commit is contained in:
Christian Lohmaier
2021-09-27 19:57:58 +02:00
parent 561c214c69
commit 0cb98568b1
2664 changed files with 119899 additions and 112530 deletions

View File

@@ -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-09-10 23:11+0200\n"
"POT-Creation-Date: 2021-09-20 13:02+0200\n"
"PO-Revision-Date: 2018-07-04 23:04+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -763,13 +763,13 @@ msgctxt ""
msgid "The <literal>Sub</literal> described above takes in four arguments:"
msgstr ""
#. r5ThF
#. kA3Uj
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id841630538209958\n"
"help.text"
msgid "<emph>cellAddress</emph> is a string such as denoting the range to be formatted in the format \"A1\"."
msgid "<emph>cellAddress</emph> is a string denoting the range to be formatted in the format \"A1\"."
msgstr ""
#. dfuE6
@@ -1006,13 +1006,13 @@ msgctxt ""
msgid "Formatting Borders Using TableBorder2"
msgstr ""
#. yQYnF
#. vukYu
#: calc_borders.xhp
msgctxt ""
"calc_borders.xhp\n"
"par_id11630542436346\n"
"help.text"
msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section."
msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section."
msgstr ""
#. A25aA

View File

@@ -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-09-10 23:11+0200\n"
"POT-Creation-Date: 2021-09-27 19:09+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1048,15 +1048,6 @@ msgctxt ""
msgid "''' Initialize document events logging '''"
msgstr ""
#. EERdL
#: python_document_events.xhp
msgctxt ""
"python_document_events.xhp\n"
"bas_id211630511166427\n"
"help.text"
msgid "If IsMissing(evt) Then _txtMsg = \"\" Else _txtMsg = evt.EventName & \"-\""
msgstr ""
#. hxzE4
#: python_document_events.xhp
msgctxt ""

View File

@@ -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-09-10 23:11+0200\n"
"POT-Creation-Date: 2021-09-27 19:09+0200\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -34423,69 +34423,6 @@ msgctxt ""
msgid "The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file."
msgstr ""
#. CCdzF
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id901629989240801\n"
"help.text"
msgid "Function FileExists(sPath as String) as Boolean"
msgstr ""
#. egz97
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id361629989241073\n"
"help.text"
msgid "Dim svcSFA as Object"
msgstr ""
#. kPKBG
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id461629989241289\n"
"help.text"
msgid "Set svcSFA = CreateUnoService(\"com.sun.star.ucb.SimpleFileAccess\")"
msgstr ""
#. bTCFr
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id441629989241521\n"
"help.text"
msgid "Dim bExists as Boolean : bExists = svcSFA.exists(sPath)"
msgstr ""
#. rn8Gk
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id651629989241801\n"
"help.text"
msgid "Dim bIsFolder as Boolean : bIsFolder = svcSFA.IsFolder(sPath)"
msgstr ""
#. 3Es78
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id521629989242114\n"
"help.text"
msgid "FileExists = bExists And Not bIsFolder"
msgstr ""
#. ErPrk
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
"bas_id211629989242416\n"
"help.text"
msgid "End Function"
msgstr ""
#. be6H2
#: 03131600.xhp
msgctxt ""
@@ -38887,13 +38824,13 @@ msgctxt ""
msgid "Calling Calc Functions in Macros"
msgstr ""
#. mpMbn
#. 3LfzE
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"bm_id291592361063458\n"
"help.text"
msgid "<bookmark_value>calling Calc function;macros</bookmark_value> <bookmark_value>macros;calling Calc function</bookmark_value> <bookmark_value>createUNOservice function;calling Calc function</bookmark_value> <bookmark_value>API;addin.Analysis</bookmark_value>"
msgid "<bookmark_value>calling Calc function;macros</bookmark_value> <bookmark_value>macros;calling Calc function</bookmark_value> <bookmark_value>createUNOservice function;calling Calc function</bookmark_value> <bookmark_value>API;sheet.addin.Analysis</bookmark_value> <bookmark_value>API;sheet.FunctionAccess</bookmark_value>"
msgstr ""
#. CSA8o

View File

@@ -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-09-10 23:11+0200\n"
"POT-Creation-Date: 2021-09-27 19:09+0200\n"
"PO-Revision-Date: 2018-07-12 14:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,6 +61,15 @@ msgctxt ""
msgid "This property is not available in Python."
msgstr ""
#. 9bTEm
#: avail_release.xhp
msgctxt ""
"avail_release.xhp\n"
"par_id811631775671311\n"
"help.text"
msgid "This service is available from %PRODUCTNAME 7.3 onwards."
msgstr ""
#. J3r7B
#: avail_release.xhp
msgctxt ""
@@ -1312,15 +1321,6 @@ msgctxt ""
msgid "The second column contains the data that will be associated to the corresponding label in the dictionary."
msgstr ""
#. fyDBX
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"hd_id991627154151529\n"
"help.text"
msgid "Copy"
msgstr ""
#. bGXKd
#: sf_array.xhp
msgctxt ""
@@ -1969,31 +1969,31 @@ msgctxt ""
msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>."
msgstr ""
#. xAruD
#. vsPSG
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id851582643611291\n"
"help.text"
msgid "Prepend at the beginning of a two dimension array a new row. The resulting array has the same lower boundaries as the initial two dimension array."
msgid "Prepend a new row at the beginning of a 2-dimensional array. The resulting array has the same lower boundaries as the initial 2-dimensional array."
msgstr ""
#. nBfC8
#. g2LFC
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id991582643611645\n"
"help.text"
msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array."
msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2-dimensional array."
msgstr ""
#. SBF4d
#. RiLGr
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id321582643611415\n"
"help.text"
msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are rows in <literal>array_2d</literal>."
msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are columns in <literal>array_2d</literal>."
msgstr ""
#. WmxAd
@@ -2275,13 +2275,13 @@ msgctxt ""
msgid "<emph>array_1d</emph>: The array to trim."
msgstr ""
#. bjHF2
#. GAC2A
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id461582653148663\n"
"help.text"
msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not."
msgid "Builds a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not."
msgstr ""
#. oHeQj
@@ -2491,13 +2491,13 @@ msgctxt ""
msgid "Closes the given form document. Returns <literal>True</literal> if closure is successful."
msgstr ""
#. HFyny
#. ycunk
#: sf_base.xhp
msgctxt ""
"sf_base.xhp\n"
"par_id941619079997810\n"
"help.text"
msgid "<emph>formDocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string."
msgid "<emph>formdocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string."
msgstr ""
#. aLKLw
@@ -6100,24 +6100,6 @@ msgctxt ""
msgid "' Run queries, SQL statements, ..."
msgstr ""
#. VDFaU
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"pyc_id881625699438103\n"
"help.text"
msgid "ui = CreateScriptService(\"UI\")"
msgstr ""
#. EeDew
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"pyc_id111625699438354\n"
"help.text"
msgid "doc = ui.OpenBaseDocument(\"/home/user/Documents/myDB.odb\")"
msgstr ""
#. FsCDs
#: sf_database.xhp
msgctxt ""
@@ -6127,15 +6109,6 @@ msgctxt ""
msgid "# User and password are supplied below, if needed"
msgstr ""
#. b8DCF
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"pyc_id741625699438527\n"
"help.text"
msgid "myDatabase = doc.GetDatabase()"
msgstr ""
#. BDNDo
#: sf_database.xhp
msgctxt ""
@@ -6145,24 +6118,6 @@ msgctxt ""
msgid "# Run queries, SQL statements, ..."
msgstr ""
#. yL6GV
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"pyc_id171625699438887\n"
"help.text"
msgid "myDatabase.CloseDatabase()"
msgstr ""
#. SAyeP
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"pyc_id231625699570502\n"
"help.text"
msgid "doc.CloseDocument()"
msgstr ""
#. AVkg5
#: sf_database.xhp
msgctxt ""
@@ -6577,15 +6532,6 @@ msgctxt ""
msgid "The <literal>RunSql</literal> method is rejected with an error message in case the database was previously opened in read-only mode."
msgstr ""
#. AN4H9
#: sf_database.xhp
msgctxt ""
"sf_database.xhp\n"
"par_id421625701780046\n"
"help.text"
msgid "<input>db.RunSql(sqlcommand: str, directsql: bool = False): bool</input>"
msgstr ""
#. WnUpF
#: sf_database.xhp
msgctxt ""
@@ -10276,60 +10222,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 ""
#. vp56r
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id501623063693649\n"
"help.text"
msgid "Depending on the parameters provided this method will return:"
msgstr ""
#. wrCnS
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id611623063742045\n"
"help.text"
msgid "A zero-based Array (or a tuple in Python) with the names of all the forms contained in the document (if the <literal>form</literal> argument is absent)"
msgstr ""
#. hgt6o
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id641623063744536\n"
"help.text"
msgid "A <literal>SFDocuments.Form</literal> service instance representing the form specified as argument."
msgstr ""
#. 4WbGV
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id821623076570573\n"
"help.text"
msgid "This method is applicable only for Writer documents. Calc and Base documents have their own <literal>Forms</literal> method in the <link href=\"text/sbasic/shared/03/sf_calc.xhp#Forms\" name=\"Calc_Forms\">Calc</link> and <link href=\"text/sbasic/shared/03/sf_base.xhp#Forms\" name=\"Base_Forms\">Base</link> services, respectively."
msgstr ""
#. fRBBF
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id451623063459286\n"
"help.text"
msgid "<emph>form</emph>: The name or index corresponding to a form stored in the document. If this argument is absent, the method will return a list with the names of all forms available in the document."
msgstr ""
#. CELkA
#: sf_document.xhp
msgctxt ""
"sf_document.xhp\n"
"par_id251623063305557\n"
"help.text"
msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"."
msgstr ""
#. Nmwv9
#: sf_document.xhp
msgctxt ""
@@ -16531,15 +16423,6 @@ msgctxt ""
msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French."
msgstr ""
#. YhDVT
#: sf_l10n.xhp
msgctxt ""
"sf_l10n.xhp\n"
"bas_id661614358846464\n"
"help.text"
msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\", \"fr-BE\")"
msgstr ""
#. UGFWB
#: sf_l10n.xhp
msgctxt ""
@@ -17053,132 +16936,6 @@ msgctxt ""
msgid "Boolean"
msgstr ""
#. KvECx
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id541623420256687\n"
"help.text"
msgid "datetime"
msgstr ""
#. gEDv5
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id421623420257224\n"
"help.text"
msgid "datetime"
msgstr ""
#. KyGCx
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id321623420281678\n"
"help.text"
msgid "float"
msgstr ""
#. TCZND
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id471623420282320\n"
"help.text"
msgid "float"
msgstr ""
#. CYgLM
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id971623420314751\n"
"help.text"
msgid "int"
msgstr ""
#. 6SGDq
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id561623420315278\n"
"help.text"
msgid "int"
msgstr ""
#. gQx34
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id451623420342159\n"
"help.text"
msgid "int"
msgstr ""
#. BxcdG
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id591623420343208\n"
"help.text"
msgid "int"
msgstr ""
#. n2DgV
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id601623420375543\n"
"help.text"
msgid "obj"
msgstr ""
#. AophW
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id821623420532337\n"
"help.text"
msgid "float"
msgstr ""
#. gegJw
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id351623420532936\n"
"help.text"
msgid "float"
msgstr ""
#. RFbyb
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id211623420546503\n"
"help.text"
msgid "str"
msgstr ""
#. Eex5K
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id681623420559167\n"
"help.text"
msgid "str"
msgstr ""
#. BxTYx
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id81623420571390\n"
"help.text"
msgid "any"
msgstr ""
#. vWABe
#: sf_methods.xhp
msgctxt ""
@@ -17188,15 +16945,6 @@ msgctxt ""
msgid "UNO Object"
msgstr ""
#. cE5KS
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id821623420607671\n"
"help.text"
msgid "uno"
msgstr ""
#. 2q5Bk
#: sf_methods.xhp
msgctxt ""
@@ -17206,15 +16954,6 @@ msgctxt ""
msgid "User Defined<br/>Type (UDT)"
msgstr ""
#. yATCd
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id491623420626262\n"
"help.text"
msgid "obj"
msgstr ""
#. h4Tu4
#: sf_methods.xhp
msgctxt ""
@@ -17224,15 +16963,6 @@ msgctxt ""
msgid "<literal>ScriptForge</literal><br/>service"
msgstr ""
#. tBcFF
#: sf_methods.xhp
msgctxt ""
"sf_methods.xhp\n"
"par_id761623420648335\n"
"help.text"
msgid "svc"
msgstr ""
#. Ah5Gj
#: sf_platform.xhp
msgctxt ""
@@ -17701,15 +17431,6 @@ msgctxt ""
msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
msgstr ""
#. Vrzc9
#: sf_services.xhp
msgctxt ""
"sf_services.xhp\n"
"par_id961627475353964\n"
"help.text"
msgid "<input>svc.CreateScriptService(service: str, [arg0: any] ...): svc</input>"
msgstr ""
#. oojMF
#: sf_services.xhp
msgctxt ""
@@ -18259,13 +17980,13 @@ msgctxt ""
msgid "<emph>args</emph>: The arguments to be passed to the called script.."
msgstr ""
#. Az2PX
#. ckvXs
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id701626817164878\n"
"help.text"
msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> an <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder."
msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> and <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder."
msgstr ""
#. CHr5n
@@ -18430,13 +18151,13 @@ msgctxt ""
msgid "<emph>subject</emph>: the header of the message."
msgstr ""
#. EG6ZA
#. 69CFR
#: sf_session.xhp
msgctxt ""
"sf_session.xhp\n"
"par_id191601031056673\n"
"help.text"
msgid "<emph>body</emph>: The content of the message as an unformatted text."
msgid "<emph>body</emph>: The contents of the message as an unformatted text."
msgstr ""
#. McuEx
@@ -19141,13 +18862,13 @@ msgctxt ""
msgid "<emph>inputstr</emph>: The string to be tested."
msgstr ""
#. 2Vipn
#. ErigR
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id211579861561473\n"
"help.text"
msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>."
msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>inputstr</literal>."
msgstr ""
#. 4DKkW
@@ -20527,13 +20248,13 @@ msgctxt ""
msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote."
msgstr ""
#. S63t6
#. DiYMJ
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id661627251379676\n"
"help.text"
msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them."
msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them."
msgstr ""
#. 6Q2tJ
@@ -22578,3 +22299,246 @@ msgctxt ""
"help.text"
msgid "<emph>windowname</emph>: see the definitions above."
msgstr ""
#. NyP5B
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"tit\n"
"help.text"
msgid "SFDocuments.Writer service"
msgstr ""
#. 5i7vz
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"hd_id731582733781114\n"
"help.text"
msgid "<variable id=\"WriterService\"><link href=\"text/sbasic/shared/03/sf_writer.xhp\" name=\"Writer service\"><literal>SFDocuments</literal>.<literal>Writer</literal> service</link></variable>"
msgstr ""
#. dUwYw
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id381589189355849\n"
"help.text"
msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents."
msgstr ""
#. FvF79
#: sf_writer.xhp
msgctxt ""
"sf_writer.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> module, whereas other methods that are specific for Writer documents are defined in the <literal>SF_Writer</literal> module."
msgstr ""
#. ojZFF
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id591589189364267\n"
"help.text"
msgid "The <literal>SF_Writer</literal> module is focused on:"
msgstr ""
#. LTpqJ
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"hd_id581582885621841\n"
"help.text"
msgid "Service invocation"
msgstr ""
#. 3LPrN
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id591589191059889\n"
"help.text"
msgid "The <literal>Writer</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>Writer</literal> service can be invoked."
msgstr ""
#. NvcUB
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id551621623999947\n"
"help.text"
msgid "The code snippet below creates a <literal>Writer</literal> service instance that corresponds to the currently active Writer document."
msgstr ""
#. 4P2m8
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id341621467500466\n"
"help.text"
msgid "Another way to create an instance of the <literal>Writer</literal> service is using the <literal>UI</literal> service. In the following example, a new Writer document is created and <literal>oDoc</literal> is a <literal>Writer</literal> service instance:"
msgstr ""
#. dENpx
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id921621467621019\n"
"help.text"
msgid "Or using the <literal>OpenDocument</literal> method from the <literal>UI</literal> service:"
msgstr ""
#. WopGb
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id741621467697967\n"
"help.text"
msgid "It is also possible to instantiate the <literal>Writer</literal> service using the <literal>CreateScriptService</literal> method:"
msgstr ""
#. WTDbw
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id271621467810774\n"
"help.text"
msgid "In the example above, \"MyFile.odt\" is the name of an open document window. If this argument is not provided, the active window is considered."
msgstr ""
#. EEAZF
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id71158288562139\n"
"help.text"
msgid "It is recommended to free resources after use:"
msgstr ""
#. wPWMP
#: sf_writer.xhp
msgctxt ""
"sf_writer.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 ""
#. 7JvGW
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id71611090922315\n"
"help.text"
msgid "The use of the prefix \"<literal>SFDocuments.</literal>\" while calling the service is optional."
msgstr ""
#. EcQjk
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"hd_id291631196803182\n"
"help.text"
msgid "Definitions"
msgstr ""
#. ausGU
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"hd_id351582885195476\n"
"help.text"
msgid "Properties"
msgstr ""
#. VB9Jj
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"hd_id501582887473754\n"
"help.text"
msgid "Methods"
msgstr ""
#. ioXEB
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id891611613601554\n"
"help.text"
msgid "List of Methods in the Writer Service"
msgstr ""
#. 3uC2J
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id501623063693649\n"
"help.text"
msgid "Depending on the parameters provided this method will return:"
msgstr ""
#. YpgWy
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id611623063742045\n"
"help.text"
msgid "A zero-based Array (or a tuple in Python) with the names of all the forms contained in the document (if the <literal>form</literal> argument is absent)"
msgstr ""
#. CNfBX
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id641623063744536\n"
"help.text"
msgid "A <literal>SFDocuments.Form</literal> service instance representing the form specified as argument."
msgstr ""
#. ULjtu
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id821623076570573\n"
"help.text"
msgid "This method is applicable only for Writer documents. Calc and Base documents have their own <literal>Forms</literal> method in the <link href=\"text/sbasic/shared/03/sf_calc.xhp#Forms\" name=\"Calc_Forms\">Calc</link> and <link href=\"text/sbasic/shared/03/sf_base.xhp#Forms\" name=\"Base_Forms\">Base</link> services, respectively."
msgstr ""
#. ty8pu
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id451623063459286\n"
"help.text"
msgid "<emph>form</emph>: The name or index corresponding to a form stored in the document. If this argument is absent, the method will return a list with the names of all forms available in the document."
msgstr ""
#. 7Ywp9
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id251623063305557\n"
"help.text"
msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"."
msgstr ""
#. R9FHe
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id31592919577984\n"
"help.text"
msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the SetPrinter() method. Returns <literal>True</literal> when successful."
msgstr ""
#. CKDb5
#: sf_writer.xhp
msgctxt ""
"sf_writer.xhp\n"
"par_id441592919577809\n"
"help.text"
msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default = all pages"
msgstr ""