diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-01-23 14:51:17 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-01-24 20:19:03 +0000 |
commit | 40d7045493a707ba164779fc506e2825b8c0909d (patch) | |
tree | 34868dd53282ea653320702442c8d8075bd9dac5 /source/text/sbasic/shared | |
parent | 1a892431e8d42b0488af3e9bffd4924cd3e06ad1 (diff) |
Improve ScriptForge TOC help page
This patch also fixes the Basic service help page by classifying ThisComponent and ThisDatabaseDocument as properties instead of methods.
Change-Id: Ia3937b0ea3fb057dacfc31ead1db512ddd951d64
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/146023
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared')
-rw-r--r-- | source/text/sbasic/shared/03/sf_basic.xhp | 80 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_toc.xhp | 56 |
2 files changed, 51 insertions, 85 deletions
diff --git a/source/text/sbasic/shared/03/sf_basic.xhp b/source/text/sbasic/shared/03/sf_basic.xhp index 2dbd3a0292..bb4f814a7b 100644 --- a/source/text/sbasic/shared/03/sf_basic.xhp +++ b/source/text/sbasic/shared/03/sf_basic.xhp @@ -112,7 +112,35 @@ <paragraph id="par_id711619006255184" role="tablecontent">UNO<br/>object</paragraph> </tablecell> <tablecell> - <paragraph id="par_id541619006255653" role="tablecontent"><link href="text/sbasic/shared/stardesktop.xhp"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Center.</paragraph> + <paragraph id="par_id541619006255653" role="tablecontent">Returns the <link href="text/sbasic/shared/stardesktop.xhp"><literal>StarDesktop</literal></link> object that represents the %PRODUCTNAME application.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id421619006246257" localize="false" role="tablecontent">ThisComponent</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id731619006034384" role="tablecontent">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id711619006259094" role="tablecontent">UNO<br/>object</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id541619006256911" role="tablecontent">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.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id421619006230624" localize="false" role="tablecontent">ThisDatabaseDocument</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id731619006259634" role="tablecontent">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id711619004425514" role="tablecontent">UNO<br/>object</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id541619006255121" role="tablecontent">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.</paragraph> </tablecell> </tablerow> </table> @@ -135,11 +163,11 @@ <link href="text/sbasic/shared/03/sf_basic.xhp#CreateUnoService">CreateUnoService</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#CreateUnoStruct">CreateUnoStruct</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#DateAdd">DateAdd</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#DateDiff">DateDiff</link><br/> </paragraph> </tablecell> <tablecell> <paragraph id="par_id141611086279902" role="tablecontent" localize="false"> + <link href="text/sbasic/shared/03/sf_basic.xhp#DateDiff">DateDiff</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#DatePart">DatePart</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#DateValue">DateValue</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#Format">Format</link><br/> @@ -147,19 +175,17 @@ <link href="text/sbasic/shared/03/sf_basic.xhp#GetGuiType">GetGuiType</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#GetPathSeparator">GetPathSeparator</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#GetSystemTicks">GetSystemTicks</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#BasicLibraries">GlobalScope.BasicLibraries</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#DialogLibraries">GlobalScope.DialogLibraries</link><br/> </paragraph> </tablecell> <tablecell> <paragraph id="par_id761611086279903" role="tablecontent" localize="false"> + <link href="text/sbasic/shared/03/sf_basic.xhp#BasicLibraries">GlobalScope.BasicLibraries</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#DialogLibraries">GlobalScope.DialogLibraries</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#InputBox">InputBox</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#MsgBox">MsgBox</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#Now">Now</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#RGB">RGB</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#ThisComponent">ThisComponent</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#ThisDatabaseDocument">ThisDatabaseDocument</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#Xray">Xray</link><br/><br/><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#Xray">Xray</link><br/><br/> </paragraph> </tablecell> </tablerow> @@ -609,46 +635,6 @@ </pycode> </section> -<section id="ThisComponent"> - <comment> ThisComponent -------------------------------------------------- </comment> - <bookmark xml-lang="en-US" branch="index" id="bm_id81618907850447"> - <bookmark_value>Basic service;ThisComponent</bookmark_value> - </bookmark> - <h2 id="hd_id211618907871087" localize="false">ThisComponent</h2> - <paragraph role="paragraph" id="par_id141622840830978">If the current component refers to a %PRODUCTNAME document, this method returns the UNO object representing the document.</paragraph> - <paragraph role="paragraph" id="par_id961622841287976">The method will return <literal>None</literal> when the current component does not correspond to a document.</paragraph> - <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> - <paragraph role="paragraph" localize="false" id="par_id671622840735153"> - <input>svc.ThisComponent(): uno</input> - </paragraph> - <embed href="text/sbasic/shared/00000003.xhp#functexample"/> - <pycode> - <paragraph role="pycode" localize="false" id="pyc_id21622841338969">comp = bas.ThisComponent</paragraph> - <paragraph role="pycode" localize="false" id="pyc_id781622841643538">bas.MsgBox("\n".join(comp.getSupportedServiceNames()))</paragraph> - </pycode> -</section> - -<section id="ThisDatabaseDocument"> - <comment> ThisDatabaseDocument ------------------------------------------ </comment> - <bookmark xml-lang="en-US" branch="index" id="bm_id81618907858201"> - <bookmark_value>Basic service;ThisDatabaseDocument</bookmark_value> - </bookmark> - <h2 id="hd_id211618907879635" localize="false">ThisDatabaseDocument</h2> - <paragraph role="paragraph" id="par_id271622912644859">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.</paragraph> - <paragraph role="paragraph" id="par_id811622912819443">This method returns <literal>None</literal> otherwise.</paragraph> - <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> - <paragraph role="paragraph" localize="false" id="par_id711622840776224"> - <input>svc.ThisDatabaseDocument(): uno</input> - </paragraph> - <embed href="text/sbasic/shared/00000003.xhp#functexample"/> - <pycode> - <paragraph role="pycode" localize="false" id="pyc_id761622913418091">db_doc = bas.ThisDatabaseDocument</paragraph> - <paragraph role="pycode" localize="false" id="pyc_id201622913418646">table_names = db_doc.DataSource.getTables().getElementNames()</paragraph> - <paragraph role="pycode" localize="false" id="pyc_id711622913418917">bas.MsgBox("\n".join(table_names))</paragraph> - </pycode> - <tip id="par_id201623153844931">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.</tip> -</section> - <section id="Xray"> <comment> Xray ------------------------------------------------------------ </comment> <bookmark xml-lang="en-US" branch="index" id="bm_id81618907851793"> diff --git a/source/text/sbasic/shared/03/sf_toc.xhp b/source/text/sbasic/shared/03/sf_toc.xhp index d63dccfa36..d74a25c9bb 100644 --- a/source/text/sbasic/shared/03/sf_toc.xhp +++ b/source/text/sbasic/shared/03/sf_toc.xhp @@ -23,14 +23,16 @@ </bookmark> <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/shared/03/sf_toc.xhp">List of all <literal>ScriptForge</literal> methods and properties</link></variable></h1> <paragraph role="paragraph" id="par_id691671192231981">This help page shows all methods and properties available in the <literal>ScriptForge</literal> library by service with links to the corresponding documentation.</paragraph> + <tip id="par_id401671192686811">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.</tip> <h2 id="hd_id101671192601663"><literal>ScriptForge</literal>.<literal>Array</literal> service</h2> <embed href="text/sbasic/shared/03/sf_array.xhp#methods_toc"/> - <tip id="par_id401671192686859">The source code for the <literal>Array</literal> service is available in the <literal>SF_Array</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671192601553"><literal>SFDocuments</literal>.<literal>Base</literal> service</h2> <embed href="text/sbasic/shared/03/sf_base.xhp#methods_toc"/> - <tip id="par_id401671192686811">The source code for the <literal>Base</literal> service is available in the <literal>SF_Base</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> + <section id="sf_document_note"> + <note id="par_id541674484344235">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.</note> + </section> <h2 id="hd_id101671192609363"><literal>ScriptForge</literal>.<literal>Basic</literal> service</h2> <embed href="text/sbasic/shared/03/sf_basic.xhp#methods_toc"/> @@ -50,35 +52,36 @@ <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">IDNO</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">IDOK</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">IDRETRY</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">IDYES</link> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">IDYES</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ABORTRETRYIGNORE</link><br/> </paragraph> </tablecell> <tablecell> <paragraph id="par_id141611086279222" role="tablecontent" localize="false"> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ABORTRETRYIGNORE</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_DEFBUTTON1</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_DEFBUTTON2</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_DEFBUTTON3</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONEXCLAMATION</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONINFORMATION</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONQUESTION</link> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONQUESTION</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONSTOP</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_OK</link><br/> </paragraph> </tablecell> <tablecell> <paragraph id="par_id761611086279676" role="tablecontent" localize="false"> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_ICONSTOP</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_OK</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_OKCANCEL</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_RETRYCANCEL</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_YESNO</link><br/> <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">MB_YESNOCANCEL</link><br/> - <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">StarDesktop</link> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">StarDesktop</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">ThisComponent</link><br/> + <link href="text/sbasic/shared/03/sf_basic.xhp#properties_toc">ThisDatabaseDocument</link><br/><br/> </paragraph> </tablecell> </tablerow> </table> </section> - <tip id="par_id401671192686397">The <literal>Basic</literal> service is available only in Python and its source code is available in the <emph>program\scriptforge.py</emph> file under %PRODUCTNAME installation directory.</tip> <h2 id="hd_id101671192601502"><literal>SFDocuments</literal>.<literal>Calc</literal> service</h2> <embed href="text/sbasic/shared/03/sf_calc.xhp#methods_toc"/> @@ -121,8 +124,8 @@ </tablecell> </tablerow> </table> + <embed href="text/sbasic/shared/03/sf_toc.xhp#sf_document_note"/> </section> - <tip id="par_id401671192687641">The source code for the <literal>Calc</literal> service is available in the <literal>SF_Calc</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> <h2 id="hd_id101671192601677"><literal>SFDocuments</literal>.<literal>Chart</literal> service</h2> <embed href="text/sbasic/shared/03/sf_chart.xhp#methods_toc"/> @@ -164,7 +167,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192687759">The source code for the <literal>Chart</literal> service is available in the <literal>SF_Chart</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> <h2 id="hd_id101671192601147"><literal>SFDatabases</literal>.<literal>Database</literal> service</h2> <embed href="text/sbasic/shared/03/sf_database.xhp#methods_toc"/> @@ -195,7 +197,6 @@ </tablerow> </table> </section> - <tip id="par_id40167119268715">The source code for the <literal>Database</literal> service is available in the <literal>SF_Database</literal> module of the <menuitem>Application Macros and Dialogs - SFDatabases</menuitem> library.</tip> <h2 id="hd_id101671192690807"><literal>SFDatabases</literal>.<literal>Datasheet</literal> service</h2> <embed href="text/sbasic/shared/03/sf_datasheet.xhp#methods_toc"/> @@ -235,7 +236,6 @@ </tablerow> </table> </section> - <tip id="par_id40167119268664">The source code for the <literal>Datasheet</literal> service is available in the <literal>SF_Datasheet</literal> module of the <menuitem>Application Macros and Dialogs - SFDatabases</menuitem> library.</tip> <h2 id="hd_id101671192601308"><literal>SFDialogs</literal>.<literal>Dialog</literal> service</h2> <embed href="text/sbasic/shared/03/sf_dialog.xhp#methods_toc"/> @@ -256,38 +256,36 @@ <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">Name</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OKBUTTON</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnFocusGained</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnFocusLost</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnKeyPressed</link> + <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnFocusLost</link> </paragraph> </tablecell> <tablecell> <paragraph id="par_id141611086279065" role="tablecontent" localize="false"> + <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnKeyPressed</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnKeyReleased</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseDragged</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseEntered</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseExited</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseMoved</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMousePressed</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseReleased</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">Page</link><br/><br/> + <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">OnMouseReleased</link> </paragraph> </tablecell> <tablecell> <paragraph id="par_id761611086274643" role="tablecontent" localize="false"> + <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">Page</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">Visible</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">Width</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XChartObj</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XDiagram</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XDialogModel</link><br/> <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XDialogView</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XShape</link><br/> - <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XTableChart</link><br/><br/> + <link href="text/sbasic/shared/03/sf_dialog.xhp#properties_toc">XTableChart</link> </paragraph> </tablecell> </tablerow> </table> </section> - <tip id="par_id401671192687669">The source code for the <literal>Dialog</literal> service is available in the <literal>SF_Dialog</literal> module of the <menuitem>Application Macros and Dialogs - SFDialogs</menuitem> library.</tip> <h2 id="hd_id101671192601688"><literal>SFDialogs</literal>.<literal>DialogControl</literal> service</h2> <embed href="text/sbasic/shared/03/sf_dialogcontrol.xhp#methods_toc"/> @@ -339,7 +337,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192687258">The source code for the <literal>DialogControl</literal> service is available in the <literal>SF_DialogControl</literal> module of the <menuitem>Application Macros and Dialogs - SFDialogs</menuitem> library.</tip> <h2 id="hd_id101671192601559"><literal>ScriptForge</literal>.<literal>Dictionary</literal> service</h2> <embed href="text/sbasic/shared/03/sf_dictionary.xhp#methods_toc"/> @@ -369,7 +366,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192689050">The source code for the <literal>Dictionary</literal> service is available in the <literal>SF_Dictionary</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671192601711"><literal>SFDocuments</literal>.<literal>Document</literal> service</h2> <embed href="text/sbasic/shared/03/sf_document.xhp#methods_toc"/> @@ -413,7 +409,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192689117">The source code for the <literal>Document</literal> service is available in the <literal>SF_Document</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> <h2 id="hd_id101671192501339"><literal>ScriptForge</literal>.<literal>Exception</literal> service</h2> <embed href="text/sbasic/shared/03/sf_exception.xhp#methods_toc"/> @@ -443,7 +438,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192683993">The source code for the <literal>Exception</literal> service is available in the <literal>SF_Exception</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671192505579"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</h2> <embed href="text/sbasic/shared/03/sf_filesystem.xhp#methods_toc"/> @@ -481,7 +475,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192687173">The source code for the <literal>FileSystem</literal> service is available in the <literal>SF_FileSystem</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671192505441"><literal>SFDocuments</literal>.<literal>Form</literal> service</h2> <embed href="text/sbasic/shared/03/sf_form.xhp#methods_toc"/> @@ -537,7 +530,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192117173">The source code for the <literal>FormControl</literal> service is available in the <literal>SF_Form</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> <h2 id="hd_id101671192506636"><literal>SFDocuments</literal>.<literal>FormControl</literal> service</h2> <embed href="text/sbasic/shared/03/sf_formcontrol.xhp#methods_toc"/> @@ -610,7 +602,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192115503">The source code for the <literal>FormControl</literal> service is available in the <literal>SF_FormControl</literal> module of the <menuitem>Application Macros and Dialogs - SFDocuments</menuitem> library.</tip> <h2 id="hd_id101671199996466"><literal>ScriptForge</literal>.<literal>L10N</literal> service</h2> <embed href="text/sbasic/shared/03/sf_l10n.xhp#methods_toc"/> @@ -640,7 +631,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192114618">The source code for the <literal>L10N</literal> service is available in the <literal>SF_L10N</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671199996396"><literal>SFWidgets</literal>.<literal>Menu</literal> service</h2> <embed href="text/sbasic/shared/03/sf_menu.xhp#methods_toc"/> @@ -665,7 +655,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192109328">The source code for the <literal>Menu</literal> service is available in the <literal>SF_Menu</literal> module of the <menuitem>Application Macros and Dialogs - SFWidgets</menuitem> library.</tip> <h2 id="hd_id101671199994016"><literal>ScriptForge</literal>.<literal>Platform</literal> service</h2> <section id="SF_Platform_properties"> @@ -711,7 +700,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192101025">The source code for the <literal>Platform</literal> service is available in the <literal>SF_Platform</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671199996417"><literal>SFWidgets</literal>.<literal>PopupMenu</literal> service</h2> <embed href="text/sbasic/shared/03/sf_popupmenu.xhp#methods_toc"/> @@ -736,7 +724,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192100868">The source code for the <literal>PopupMenu</literal> service is available in the <literal>SF_PopupMenu</literal> module of the <menuitem>Application Macros and Dialogs - SFWidgets</menuitem> library.</tip> <h2 id="hd_id101671199993577"><literal>ScriptForge</literal>.<literal>Region</literal> service</h2> <embed href="text/sbasic/shared/03/sf_region.xhp#methods_toc"/> @@ -778,7 +765,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192107148">The source code for the <literal>Region</literal> service is available in the <literal>SF_Region</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id101671199993654"><literal>ScriptForge</literal>.<literal>Session</literal> service</h2> <embed href="text/sbasic/shared/03/sf_session.xhp#methods_toc"/> @@ -812,7 +798,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192150988">The source code for the <literal>Session</literal> service is available in the <literal>SF_Session</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id1016711992514654"><literal>ScriptForge</literal>.<literal>String</literal> service</h2> <embed href="text/sbasic/shared/03/sf_string.xhp#methods_toc"/> @@ -844,7 +829,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192440988">The source code for the <literal>String</literal> service is available in the <literal>SF_String</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id1016711992512103"><literal>ScriptForge</literal>.<literal>TextStream</literal> service</h2> <embed href="text/sbasic/shared/03/sf_textstream.xhp#methods_toc"/> @@ -877,7 +861,6 @@ </tablerow> </table> </section> - <tip id="par_id401671192440974">The source code for the <literal>TextStream</literal> service is available in the <literal>SF_TextStream</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id1016711992519543"><literal>ScriptForge</literal>.<literal>Timer</literal> service</h2> <section id="SF_Timer_methods"> @@ -936,7 +919,6 @@ </tablerow> </table> </section> - <tip id="par_id401671222455774">The source code for the <literal>Timer</literal> service is available in the <literal>SF_Timer</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id1016711992512950"><literal>ScriptForge</literal>.<literal>UI</literal> service</h2> <embed href="text/sbasic/shared/03/sf_ui.xhp#methods_toc"/> @@ -972,7 +954,6 @@ </tablerow> </table> </section> - <tip id="par_id401671297415774">The source code for the <literal>UI</literal> service is available in the <literal>SF_UI</literal> module of the <menuitem>Application Macros and Dialogs - ScriptForge</menuitem> library.</tip> <h2 id="hd_id1016711992512540"><literal>ScriptForge</literal>.<literal>UnitTest</literal> service</h2> <embed href="text/sbasic/shared/03/sf_unittest.xhp#methods_toc"/> @@ -1003,7 +984,6 @@ </tablerow> </table> </section> - <tip id="par_id401671297417774">The source code for the <literal>UnitTest</literal> service is available in the <literal>SF_UnitTest</literal> module of the <menuitem>Application Macros and Dialogs - SFUnitTests</menuitem> library.</tip> <section id="relatedtopics"> <embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#ScriptForge_lib"/> |