Create FormControl service help page

Change-Id: I32ec1a4509e5d59b73696ac25a4a757d055dfb70
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114186
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
This commit is contained in:
Rafael Lima
2021-04-18 21:08:59 +02:00
parent 547de307ef
commit bb496ca3d2
5 changed files with 1145 additions and 3 deletions

View File

@ -88,6 +88,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
helpcontent2/source/text/sbasic/shared/03/sf_exception \
helpcontent2/source/text/sbasic/shared/03/sf_filesystem \
helpcontent2/source/text/sbasic/shared/03/sf_form \
helpcontent2/source/text/sbasic/shared/03/sf_formcontrol \
helpcontent2/source/text/sbasic/shared/03/sf_l10n \
helpcontent2/source/text/sbasic/shared/03/sf_platform \
helpcontent2/source/text/sbasic/shared/03/sf_session \

View File

@ -21,10 +21,10 @@
<section id="UnAvailBasicProperty"><note id="not_BasProp">This property is not available in Basic.</note></section>
<section id="UnAvailPythonMethod"><note id="not_PycMeth">This method is not available in Python.</note></section>
<section id="UnAvailPythonProperty"><note id="not_PycProp">This property is not available in Python.</note></section>
<!--
<section id="7.2.service">
<note id="par_id651551701041690">This service is available from %PRODUCTNAME 7.2 onwards.</note>
</section> -->
</section>
<section id="7.2.methods">
<note id="par_id281613660174140">These methods are available from %PRODUCTNAME 7.2 onwards.</note>
</section>

View File

@ -76,7 +76,8 @@
</tablecell>
<tablecell>
<paragraph id="par_id441543838858931" localize="false" role="tablecontent">
<link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Form" name="Form service">Form</link><br/><br/><br/>
<link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Form" name="Form service">Form</link><br/>
<link href="text/sbasic/shared/03/lib_ScriptForge.xhp#FormControl" name="FormControl service">FormControl</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@ -145,6 +146,9 @@
<section id="Form">
<embed href="text/sbasic/shared/03/sf_form.xhp#abstract"/>
</section>
<section id="FormControl">
<embed href="text/sbasic/shared/03/sf_formcontrol.xhp#abstract"/>
</section>
<section id="L10N">
<embed href="text/sbasic/shared/03/sf_l10n.xhp#abstract"/>
</section>

View File

@ -113,6 +113,7 @@
<paragraph role="bascode" localize="false" id="bas_id1001618180405172"> '(...)</paragraph>
<paragraph role="bascode" localize="false" id="bas_id751618180415566">End sub</paragraph>
</bascode>
<embed href="text/sbasic/shared/03/sf_formcontrol.xhp#FormEvent_Note"/>
</section>
<h2 id="hd_id651583668365757" xml-lang="en-US">Properties</h2>

File diff suppressed because it is too large Load Diff