diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-21 12:25:33 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-22 11:08:22 +0000 |
commit | 36d7838ecf321f5053559878d0b922cb384af1ad (patch) | |
tree | 27e7e2e3af57f373e8bf39c10cb8c3a64fd08ed3 /source/text/scalc/01/func_eastersunday.xhp | |
parent | e9cbd8e356084c3d4b384315b6687b94080dd79b (diff) |
Refactor headings of calc functions files
* Adjust headings
* reduce clutter of embeds (WIP)
* Note: this patch should not trigger retranslation
Change-Id: I4c87f59ebc1377ea4f487bcf0efc98f83caf64cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147409
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/func_eastersunday.xhp')
-rw-r--r-- | source/text/scalc/01/func_eastersunday.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/func_eastersunday.xhp b/source/text/scalc/01/func_eastersunday.xhp index 8227311c4f..d93d4047d5 100644 --- a/source/text/scalc/01/func_eastersunday.xhp +++ b/source/text/scalc/01/func_eastersunday.xhp @@ -26,10 +26,10 @@ <body> <bookmark xml-lang="en-US" branch="index" id="bm_id3152960"><bookmark_value>EASTERSUNDAY function</bookmark_value> </bookmark> -<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_OSTERSONNTAG" id="bm_id3156270" localize="false"/><h2 id="hd_id3152960"><variable id="eastersunday"><link href="text/scalc/01/func_eastersunday.xhp">EASTERSUNDAY</link> -</variable></h2> +<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_OSTERSONNTAG" id="bm_id3156270" localize="false"/><h1 id="hd_id3152960"><variable id="eastersunday"><link href="text/scalc/01/func_eastersunday.xhp">EASTERSUNDAY</link> +</variable></h1> <paragraph role="paragraph" id="par_id3154570" xml-lang="en-US"><ahelp hid="HID_FUNC_OSTERSONNTAG">Returns the date of Easter Sunday for the entered year.</ahelp></paragraph> -<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> +<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph role="code" id="par_id2113711" xml-lang="en-US">EASTERSUNDAY(Year)</paragraph> <paragraph role="paragraph" id="par_id3938413" xml-lang="en-US"> <emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date.</paragraph> @@ -37,7 +37,7 @@ <paragraph role="paragraph" id="par_id3147521" xml-lang="en-US">Good Friday = EASTERSUNDAY(Year) - 2</paragraph> <paragraph role="paragraph" id="par_id3146072" xml-lang="en-US">Pentecost Sunday = EASTERSUNDAY(Year) + 49</paragraph> <paragraph role="paragraph" id="par_id3149553" xml-lang="en-US">Pentecost Monday = EASTERSUNDAY(Year) + 50</paragraph> -<embed href="text/scalc/01/common_func.xhp#sectionexample"/> +<embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph role="paragraph" id="par_id3154472" xml-lang="en-US"><item type="input">=EASTERSUNDAY(2000)</item> returns 2000-04-23.</paragraph> <paragraph role="paragraph" id="par_id3150940" xml-lang="en-US"><item type="input">=EASTERSUNDAY(2000)+49</item> returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD.</paragraph> <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> |