summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-23 15:14:29 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-24 11:14:20 +0200
commit7b2fa0a342d200612718eede865b3d649eb72d7e (patch)
treea64941c9bb995372043d50dc64452d512661dd69
parentAdd sample file for trigonometric functions (diff)
downloadhelp-7b2fa0a342d200612718eede865b3d649eb72d7e.tar.gz
help-7b2fa0a342d200612718eede865b3d649eb72d7e.zip
Add sample files for complex trigon functions
Same sample file for all trignometric & hiperbolic complex functions. Minimal impact in translation Change-Id: I15e3a5388cfdef919e269274c255ccca6b07f987 Reviewed-on: https://gerrit.libreoffice.org/53340 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--AllLangHelp_scalc.mk1
-rw-r--r--source/media/files/scalc/imtrigon.odsbin17619 -> 19559 bytes
-rw-r--r--source/text/scalc/01/func_imcos.xhp2
-rw-r--r--source/text/scalc/01/func_imcosh.xhp2
-rw-r--r--source/text/scalc/01/func_imcot.xhp2
-rw-r--r--source/text/scalc/01/func_imcsc.xhp2
-rw-r--r--source/text/scalc/01/func_imcsch.xhp2
-rw-r--r--source/text/scalc/01/func_imsec.xhp2
-rw-r--r--source/text/scalc/01/func_imsech.xhp2
-rw-r--r--source/text/scalc/01/func_imsin.xhp4
-rw-r--r--source/text/scalc/01/func_imsinh.xhp2
-rw-r--r--source/text/scalc/01/func_imtan.xhp2
-rw-r--r--source/text/scalc/06/calcsamplefiles.xhp24
-rw-r--r--source/text/shared/00/00000004.xhp4
14 files changed, 48 insertions, 3 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 7af1131cbd..a44ba5300b 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -272,6 +272,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
helpcontent2/source/text/scalc/02/18020000 \
helpcontent2/source/text/scalc/04/01020000 \
helpcontent2/source/text/scalc/05/02140000 \
+ helpcontent2/source/text/scalc/06/calcsamplefiles \
helpcontent2/source/text/scalc/05/empty_cells \
helpcontent2/source/text/scalc/05/OpenCL_options \
helpcontent2/source/text/scalc/guide/address_auto \
diff --git a/source/media/files/scalc/imtrigon.ods b/source/media/files/scalc/imtrigon.ods
index 5a8dfc8a41..ad5f968246 100644
--- a/source/media/files/scalc/imtrigon.ods
+++ b/source/media/files/scalc/imtrigon.ods
Binary files differ
diff --git a/source/text/scalc/01/func_imcos.xhp b/source/text/scalc/01/func_imcos.xhp
index b9e74f0f93..14a69e332d 100644
--- a/source/text/scalc/01/func_imcos.xhp
+++ b/source/text/scalc/01/func_imcos.xhp
@@ -60,6 +60,8 @@
<item type="input">=IMCOS(2)</item><br/>
returns -0.416146836547142 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id208171544029884" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcosh.xhp#imcosh_head"/>,
diff --git a/source/text/scalc/01/func_imcosh.xhp b/source/text/scalc/01/func_imcosh.xhp
index 34926293f0..e21a6c9af4 100644
--- a/source/text/scalc/01/func_imcosh.xhp
+++ b/source/text/scalc/01/func_imcosh.xhp
@@ -60,6 +60,8 @@
<item type="input">=IMCOSH(2)</item><br/>
returns 3.76219569108363 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id127621276212762" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcos.xhp#imcos_head"/>,
diff --git a/source/text/scalc/01/func_imcot.xhp b/source/text/scalc/01/func_imcot.xhp
index 9fdf13024e..889e6b4ddb 100644
--- a/source/text/scalc/01/func_imcot.xhp
+++ b/source/text/scalc/01/func_imcot.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMCOT(2)</item><br/>
returns -0.457657554360286 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id766137661376613" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imtan.xhp#imtan_head"/>
diff --git a/source/text/scalc/01/func_imcsc.xhp b/source/text/scalc/01/func_imcsc.xhp
index c8eead6a3c..3f89050186 100644
--- a/source/text/scalc/01/func_imcsc.xhp
+++ b/source/text/scalc/01/func_imcsc.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMCSC(2)</item><br/>
returns 1.09975017029462 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id933269332693326" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcsch.xhp#imcsch_head"/>,
diff --git a/source/text/scalc/01/func_imcsch.xhp b/source/text/scalc/01/func_imcsch.xhp
index ed78063937..51e437b420 100644
--- a/source/text/scalc/01/func_imcsch.xhp
+++ b/source/text/scalc/01/func_imcsch.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMCSCH(2)</item><br/>
returns 0.275720564771783 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id981669816698166" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsec.xhp b/source/text/scalc/01/func_imsec.xhp
index 1ffdc73818..b498326db2 100644
--- a/source/text/scalc/01/func_imsec.xhp
+++ b/source/text/scalc/01/func_imsec.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMSEC(2)</item><br/>
returns -2.40299796172238 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id57381738213791" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsech.xhp b/source/text/scalc/01/func_imsech.xhp
index 1c3bac706c..82ce87aa1e 100644
--- a/source/text/scalc/01/func_imsech.xhp
+++ b/source/text/scalc/01/func_imsech.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMSECH(2)</item><br/>
returns 0.26580222883408 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id26960257451996" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsin.xhp b/source/text/scalc/01/func_imsin.xhp
index 6528a4882b..1e166feb77 100644
--- a/source/text/scalc/01/func_imsin.xhp
+++ b/source/text/scalc/01/func_imsin.xhp
@@ -60,8 +60,8 @@
<item type="input">=IMSIN(2)</item><br/>
returns 0.909297426825682 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
- <paragraph role="heading" id="hd_id161521663319917" level="3" xml-lang="en-US">Open file with example</paragraph>
- <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/imtrigon.ods" id="ods_id61521568603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id2773214341302" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imsinh.xhp#imsinh_head"/>,
diff --git a/source/text/scalc/01/func_imsinh.xhp b/source/text/scalc/01/func_imsinh.xhp
index b4e6d0e91c..fdd34e4ddc 100644
--- a/source/text/scalc/01/func_imsinh.xhp
+++ b/source/text/scalc/01/func_imsinh.xhp
@@ -60,6 +60,8 @@
<item type="input">=IMSINH(2)</item><br/>
returns 3.62686040784702 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id2773214341302" localize="false" role="paragraph" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imsin.xhp#imsin_head"/>,
diff --git a/source/text/scalc/01/func_imtan.xhp b/source/text/scalc/01/func_imtan.xhp
index c128ceadc2..79a801939f 100644
--- a/source/text/scalc/01/func_imtan.xhp
+++ b/source/text/scalc/01/func_imtan.xhp
@@ -64,6 +64,8 @@
<item type="input">=IMTAN(2)</item><br/>
returns -2.18503986326152 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
</paragraph>
+ <embed href="text/shared/00/00000004.xhp#samplefile"/>
+ <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
<section id="relatedtopics">
<paragraph id="par_id2479417868613" role="paragraph" localize="false" xml-lang="en-US">
<embedvar href="text/scalc/01/func_imcot.xhp#imcot_head"/>
diff --git a/source/text/scalc/06/calcsamplefiles.xhp b/source/text/scalc/06/calcsamplefiles.xhp
new file mode 100644
index 0000000000..23ebeace6e
--- /dev/null
+++ b/source/text/scalc/06/calcsamplefiles.xhp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+ <!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ -->
+ <meta>
+ <topic id="textscalc06camplefiles">
+ <title id="tit" xml-lang="en-US">Calc Sample Files</title>
+ <filename>/text/scalc/06/calcsamplefiles.xhp</filename>
+ </topic>
+ </meta>
+ <body>
+ <section id="imtrigon">
+ <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/imtrigon.ods" id="ods_id61521568603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+ </section>
+ <section id="trigon">
+ <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/trigon.ods" id="ods_id61521548603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+ </section>
+ </body>
+</helpdocument>
diff --git a/source/text/shared/00/00000004.xhp b/source/text/shared/00/00000004.xhp
index bcb2809ec9..b151e9c35c 100644
--- a/source/text/shared/00/00000004.xhp
+++ b/source/text/shared/00/00000004.xhp
@@ -38,7 +38,9 @@
<paragraph role="related" id="par_id3147212" xml-lang="en-US"><variable id="related"><emph>Related Topics</emph>
</variable></paragraph>
</section>
-
+<section id="samplefile">
+ <paragraph role="heading" id="hd_id161521663319917" level="3" xml-lang="en-US"><variable id="samplefile">Open file with example:</variable></paragraph>
+</section>
<section id="sytextfarbe">
<table id="tbl_id3156421">
<tablerow>