diff options
Diffstat (limited to 'source/text/sbasic/shared/03/sf_timer.xhp')
-rw-r--r-- | source/text/sbasic/shared/03/sf_timer.xhp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03/sf_timer.xhp b/source/text/sbasic/shared/03/sf_timer.xhp index 5956c267ea..012b375a3e 100644 --- a/source/text/sbasic/shared/03/sf_timer.xhp +++ b/source/text/sbasic/shared/03/sf_timer.xhp @@ -69,7 +69,8 @@ </pycode> <h2 id="hd_id521582733781450" xml-lang="en-US">Properties</h2> - <table id="tab_id761582733781447"> + <section id="properties_toc"> + <table id="tab_id761582733781447"> <tablerow> <tablecell> <paragraph id="par_id71582733781260" role="tablehead" xml-lang="en-US">Name</paragraph> @@ -154,8 +155,9 @@ <paragraph id="par_id411582733781932" role="tablecontents" xml-lang="en-US" >The actual time elapsed since start or between start and stop (including suspensions and running time)</paragraph> </tablecell> </tablerow> - </table> - <paragraph role="tip" id="par_id9158273378151" xml-lang="en-US">Note that the <literal>TotalDuration</literal> property is equivalent to summing the <literal>Duration</literal> and <literal>SuspendDuration</literal> properties.</paragraph> + </table> + </section> + <paragraph role="tip" id="par_id9158273378151">Note that the <literal>TotalDuration</literal> property is equivalent to summing the <literal>Duration</literal> and <literal>SuspendDuration</literal> properties.</paragraph> <h2 id="hd_id141582734141895" xml-lang="en-US">Methods</h2> <paragraph role="paragraph" id="par_id291582734377752" xml-lang="en-US">All methods do not require arguments and return a <literal>Boolean</literal> value.</paragraph> @@ -167,6 +169,7 @@ <bookmark_value>Timer service;Suspend</bookmark_value> <bookmark_value>Timer service;Terminate</bookmark_value> </bookmark> + <section id="methods_toc"> <table id="tab_id231582734180676"> <tablerow> <tablecell> @@ -234,7 +237,8 @@ <paragraph id="par_id381582734996722" role="tablecontent" xml-lang="en-US"><literal>False</literal> if the timer is neither started nor suspended</paragraph> </tablecell> </tablerow> - </table> + </table> + </section> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <paragraph role="paragraph" id="par_id731626871820490">The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service.</paragraph> |