diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-06-22 22:41:41 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-06 15:01:40 +0200 |
commit | c2bea45cca3f5afa702b8b92ad744e0c9f8320db (patch) | |
tree | 4ec7e43725de737b8874f110e7472a39d72cbf88 /source/text/sbasic/shared/00000003.xhp | |
parent | 61c61f1181927a3dd78447cd36581682395ccf2d (diff) |
Rearrange help page for VBA functions
libreoffice-5-4
Save work for translators.
Change-Id: I2072d85443ba32f10235123f3ba2b681182127d2
Reviewed-on: https://gerrit.libreoffice.org/39139
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/sbasic/shared/00000003.xhp')
-rw-r--r-- | source/text/sbasic/shared/00000003.xhp | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp index bd3a2810d5..cebb51745f 100644 --- a/source/text/sbasic/shared/00000003.xhp +++ b/source/text/sbasic/shared/00000003.xhp @@ -31,7 +31,8 @@ <paragraph id="hd_id3148550" role="heading" level="1" xml-lang="en-US">Information</paragraph> <section id="languageformat"> -<paragraph id="par_id3153381" role="paragraph" xml-lang="en-US">You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character.</paragraph> +<paragraph id="par_id3153381" role="paragraph" xml-lang="en-US">You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph> +</caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character.</paragraph> <paragraph id="par_id3150870" role="paragraph" xml-lang="en-US">The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting.</paragraph> </section> @@ -183,11 +184,28 @@ <paragraph id="par_id051920171018124524" role="warning" xml-lang="en-US">This function is enabled with the statement <item type="literal">Option VBASupport 1</item> placed before the executable program code in a module.</paragraph> </section> +<section id="functsyntax"> + +<paragraph id="hd_id061420171139089682" role="heading" level="2" xml-lang="en-US"><variable id="functsyntax">Syntax:</variable></paragraph> +</section> + <section id="functdefterm"> -<paragraph id="hd_id061420171139089682" role="paragraph" xml-lang="en-US"><variable id="functsyntax">Syntax:</variable></paragraph> -<paragraph id="hd_id061420171139087480" role="paragraph" xml-lang="en-US"><variable id="functvalue">Return value:</variable></paragraph> -<paragraph id="hd_id061420171139084157" role="paragraph" xml-lang="en-US"><variable id="functparameters">Parameters:</variable></paragraph> -<paragraph id="hd_id061420171139088233" role="paragraph" xml-lang="en-US"><variable id="functexample">Example:</variable></paragraph> + +<section id="functvalue"> + +<paragraph id="hd_id061420171139087480" role="heading" level="2" xml-lang="en-US"><variable id="functvalue">Return value:</variable></paragraph> +</section> + +<section id="functparameters"> + +<paragraph id="hd_id061420171139084157" role="heading" level="2" xml-lang="en-US"><variable id="functparameters">Parameters:</variable></paragraph> +</section> + +<section id="functexample"> + +<paragraph id="hd_id061420171139088233" role="heading" level="2" xml-lang="en-US"><variable id="functexample">Example:</variable></paragraph> +</section> +<paragraph id="par_id06142017015837916" role="paragraph" xml-lang="en-US"><variable id="VBA-Financial"><link href="text/sbasic/shared/special_vba_func.xhp">VBA financial functions</link></variable></paragraph> </section> <section id="errorcode"> @@ -320,4 +338,4 @@ </section> </body> -</helpdocument> +</helpdocument>
\ No newline at end of file |