diff options
-rw-r--r-- | source/text/scalc/01/ful_func.xhp | 12 | ||||
-rw-r--r-- | source/text/scalc/01/func_imcos.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imcosh.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imcot.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imcsc.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imcsch.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imsec.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imsech.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imsin.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imsinh.xhp | 6 | ||||
-rw-r--r-- | source/text/scalc/01/func_imtan.xhp | 6 |
11 files changed, 36 insertions, 36 deletions
diff --git a/source/text/scalc/01/ful_func.xhp b/source/text/scalc/01/ful_func.xhp index 4835f40b4c..b6ff653610 100644 --- a/source/text/scalc/01/ful_func.xhp +++ b/source/text/scalc/01/ful_func.xhp @@ -15,16 +15,16 @@ </meta> <body> <comment> Title in descriptions of functions </comment> - <variable id="func_head_syntax"> + <section id="func_head_syntax"> <paragraph id="hd_id126511265112651" role="heading" level="3" xml-lang="en-US"> Syntax </paragraph> - </variable> - <variable id="func_head_example"> + </section> + <section id="func_head_example"> <paragraph id="hd_id980889808898088" role="heading" level="3" xml-lang="en-US"> Examples </paragraph> - </variable> + </section> <comment> Notes for functions </comment> <paragraph id="par_id2595283314097" role="note" xml-lang="en-US"> @@ -61,10 +61,10 @@ The imaginary part is equal to zero, so it is not displayed in the result. </variable> </paragraph> - <variable id="func_im_des"> + <section id="func_im_des"> <paragraph id="par_id29750345314640" role="paragraph" xml-lang="en-US"> The result is presented in the string format and has the character "i" or "j" as an imaginary unit. </paragraph> - </variable> + </section> </body> </helpdocument> diff --git a/source/text/scalc/01/func_imcos.xhp b/source/text/scalc/01/func_imcos.xhp index 9e0b22164d..1e491657a5 100644 --- a/source/text/scalc/01/func_imcos.xhp +++ b/source/text/scalc/01/func_imcos.xhp @@ -34,9 +34,9 @@ <paragraph id="par_id12176138532237" role="code" xml-lang="en-US" localize="false"> cos(a+bi) = cos(a)cosh(b) - sin(a)sinh(b)i </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id164021484116762" role="code" xml-lang="en-US"> <variable id="imcos">IMCOS</variable>(Complex_number) </paragraph> @@ -51,7 +51,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id4581301219753" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imcos.xhp#imcos"/>("4-3i") diff --git a/source/text/scalc/01/func_imcosh.xhp b/source/text/scalc/01/func_imcosh.xhp index f93b09baae..de6c9b7b06 100644 --- a/source/text/scalc/01/func_imcosh.xhp +++ b/source/text/scalc/01/func_imcosh.xhp @@ -34,9 +34,9 @@ <paragraph id="par_id24939266285933" role="code" xml-lang="en-US" localize="false"> cosh(a+bi)=cosh(a)cos(b)+sinh(a)sin(b)i </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id16051131322110" role="code" xml-lang="en-US"> <variable id="imcosh">IMCOSH</variable>(Complex_number) </paragraph> @@ -51,7 +51,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id55891471962" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imcosh.xhp#imcosh"/>("4-3i") diff --git a/source/text/scalc/01/func_imcot.xhp b/source/text/scalc/01/func_imcot.xhp index 79937410f6..7a359406a3 100644 --- a/source/text/scalc/01/func_imcot.xhp +++ b/source/text/scalc/01/func_imcot.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id16051131322110" role="code" xml-lang="en-US"> <variable id="imcot">IMCOT</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id21183436423819" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imcot.xhp#imcot"/>("4-3i") diff --git a/source/text/scalc/01/func_imcsc.xhp b/source/text/scalc/01/func_imcsc.xhp index 7285d50024..24bdfdc0bd 100644 --- a/source/text/scalc/01/func_imcsc.xhp +++ b/source/text/scalc/01/func_imcsc.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id30461169611909" role="code" xml-lang="en-US"> <variable id="imcsc">IMCSC</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id25692477525537" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc"/>("4-3i") diff --git a/source/text/scalc/01/func_imcsch.xhp b/source/text/scalc/01/func_imcsch.xhp index 4b054a537b..f5438121b0 100644 --- a/source/text/scalc/01/func_imcsch.xhp +++ b/source/text/scalc/01/func_imcsch.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id30461169611909" role="code" xml-lang="en-US"> <variable id="imcsch">IMCSCH</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id16814232201137" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imcsch.xhp#imcsch"/>("4-3i") diff --git a/source/text/scalc/01/func_imsec.xhp b/source/text/scalc/01/func_imsec.xhp index ca9b031dd3..e614a7d67c 100644 --- a/source/text/scalc/01/func_imsec.xhp +++ b/source/text/scalc/01/func_imsec.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id66061624115094" role="code" xml-lang="en-US"> <variable id="imsec">IMSEC</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id16814232201137" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imsec.xhp#imsec"/>("4-3i") diff --git a/source/text/scalc/01/func_imsech.xhp b/source/text/scalc/01/func_imsech.xhp index 3b8df24f94..486f2d67d5 100644 --- a/source/text/scalc/01/func_imsech.xhp +++ b/source/text/scalc/01/func_imsech.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id17253876723855" role="code" xml-lang="en-US"> <variable id="imsech">IMSECH</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id1906826088444" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imsech.xhp#imsech"/>("4-3i") diff --git a/source/text/scalc/01/func_imsin.xhp b/source/text/scalc/01/func_imsin.xhp index 54064415df..b21d2ddb52 100644 --- a/source/text/scalc/01/func_imsin.xhp +++ b/source/text/scalc/01/func_imsin.xhp @@ -34,9 +34,9 @@ <paragraph id="par_id3189460120934" role="code" xml-lang="en-US"> sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id284611113926520" role="code" xml-lang="en-US"> <variable id="imsin">IMSIN</variable>(Complex_number) </paragraph> @@ -51,7 +51,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id5063188419467" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imsin.xhp#imsin"/>("4-3i") diff --git a/source/text/scalc/01/func_imsinh.xhp b/source/text/scalc/01/func_imsinh.xhp index 72d20e65c2..9924db4ced 100644 --- a/source/text/scalc/01/func_imsinh.xhp +++ b/source/text/scalc/01/func_imsinh.xhp @@ -34,9 +34,9 @@ <paragraph id="par_id3189460120934" role="code" xml-lang="en-US"> sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id284611113926520" role="code" xml-lang="en-US"> <variable id="imsinh">IMSINH</variable>(Complex_number) </paragraph> @@ -51,7 +51,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id5063188419467" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imsinh.xhp#imsinh"/>("4-3i") diff --git a/source/text/scalc/01/func_imtan.xhp b/source/text/scalc/01/func_imtan.xhp index 326fff5309..13f60de084 100644 --- a/source/text/scalc/01/func_imtan.xhp +++ b/source/text/scalc/01/func_imtan.xhp @@ -38,9 +38,9 @@ </alt> </image> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> <embed href="text/scalc/01/ODFF.xhp#odff"/> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph id="par_id23219159944377" role="code" xml-lang="en-US"> <variable id="imtan">IMTAN</variable>(Complex_number) </paragraph> @@ -55,7 +55,7 @@ <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br /> <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> </paragraph> - <embedvar href="text/scalc/01/ful_func.xhp#func_head_example"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph id="par_id5063188419467" role="paragraph" xml-lang="en-US"> <item type="input"> =<embedvar href="text/scalc/01/func_imtan.xhp#imtan"/>("4-3i") |