summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-04Create Help page for the SF_String serviceRafael Lima
SF_Array: - Adds a <variable> tag SF_Document: - Fixes localization issues pointed out by translators on WebLate Change-Id: Ifa0a3c7665796ea2e5464dc3f2bd9508b3f7847c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110360 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03(ScriptForge) SFDialogs library sf_Dialog sf_control new pagesAlain Romedenne
- sf_calc unmuting L10N Change-Id: I3799952c29f21570e6faa81c5b1b27bc28786fb5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109674 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03Refactor help on user interface (notebook bar)Olivier Hallot
Change-Id: I559f4ceaa9a7d901fe049016caf668a9294395aa Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110336 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03tdf#140111 Synch Help page w/ Calc View menuOlivier Hallot
Change-Id: I3e3d19f3ba3229843811528ce5376fea53795556 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110335 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03tdf#140000 add missing option to AutoCorrect OptionsSeth Chaiklin
Change-Id: I2405d24d350a9490aacb3bf45bcea7714a0e3fec Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110302 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-02-03Correct example given in Help file for Calc's DB function.Steve Fanning
The explanation of the example given is confusing. File 04060103.xhp is affected. Change-Id: I7658d4d0497f83c68b2d56cfe14da48c1fe16b04 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110301 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03Provide examples in the Help descriptions of Calc’s AMORDEGRC and AMORLINC ↵Steve Fanning
functions. Relevant examples might be: =AMORDEGRC(2000; "2020-02-01"; "2020-12-31"; 10; 4; 0.1; 0) returns a depreciation amount of 163 currency units. =AMORLINC(2000; "2020-02-01"; "2020-12-31"; 10; 4; 0.1; 0) returns a depreciation amount of 200 currency units. File 04060103.xhp affected. Change-Id: I9161d974c00cfc30515fb1fcbe44aff09242f422 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110300 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-03Clarify default values in Help description for Calc’s ACCRINTM function.Steve Fanning
Specifically, the description of the Par argument should match the corresponding description for the ACCRINT function. It should also include the pinned note that the default applied is an arbitrary value and should perhaps be avoided. File 04060103.xhp affected. Change-Id: Ieaf0d3eb23c989ee05e856146c0af3ad720a4fb2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110297 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-02 Fix dup id'sOlivier Hallot
Change-Id: I7c975fa2907da04c38b723376d4105d913665ab2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110324 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-02Update presentation video for >7.1Olivier Hallot
Change-Id: I32702c6701957d4449679689360de3fcc045b8de Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110323 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-02tdf#140075 update table and help for Apply border option in AutoCorrectSeth Chaiklin
appearance of auto-corrected borders was changed in 2010 and 2013, but the table in help that described the border appearances was not updated until now. + added instructions about how to modify a border + added some <ul> to separate the points clearly + added <keycode> in those paragraphs where changes were made. Change-Id: Ic14a5a434f21fb416809b8f0ff1e9ea08ea1ffb1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110293 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-02-02tdf#86871 Help part. Replace ellipsis w/ text labelOlivier Hallot
Change-Id: I6bf4a0aa24a3c4f0febb8e751880b5befc1b213e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110270 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-02Correct errors in the Help description for Calc’s SKEWP function.Steve Fanning
Specifically, the given return value for the first two examples is wrong (should be 0.2329985562). The third and fourth examples do not describe the implemented behavior but, since the description already states that the parameters should specify at least three values, these examples should be deleted rather than corrected. The only file affected is func_skewp.xhp. Change-Id: I1951d81e3cbb52562b12defa4683ee8b65adef51 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110292 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-01Relevant to: tdf#45721 add tip about removing "Apply borders"Seth Chaiklin
tdf#45721 expresses confusion about how to remove a line created by AutoCorrect "Apply Borders". This patch adds a <tip> about how to do achieve that intention. Change-Id: I381904eb53e24497bb38a8781f0f72cfb9cf8e8b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110231 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-02-01add headings for [T] only and [M] and [T] only AutoCorrect optionsSeth Chaiklin
Change-Id: Ifbd7489ae4a0dd564bad9774b0c4a6540fd4230e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110230 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-02-01Correct misleading statement in Help description of Calc’s GAMMA.DIST ↵Steve Fanning
function. Specifically, the function is NOT identical to GAMMADIST. Also change name of fourth parameter from C to Cumulative to match the name used in the Function Wizard. Affects only file 04060182.xhp. Change-Id: I9133b66897ccd5d611aadf452af041b682e6d4d2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110225 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-01Fix typos in Help description of Calc’s MINIFS function.Steve Fanning
Specifically, in the section entitled “Using regular expressions and nested functions”. Affects file func_minifs.xhp. Change-Id: I843c13711c4eac7174ec3e3c500a2a52c65b9c40 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110224 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-02-01Incorrect default specified for Cumulative argument in Help description of ↵Steve Fanning
Calc’s HYPGEOMDIST function. The implemented default is value 0 (FALSE) which gives the probability mass function. This is in accordance with ODF 1.2 but contrary to the Help description. The only file affected is 04060182.xhp. Change-Id: I3da1818abcdcb71e778e914d348a4f356934f6ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110219 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31Use %PRODUCTNAMEOlivier Hallot
Change-Id: I1cf1416c0af066ae18d388c21ce03b1ff7847e60 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110234 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31Syntax given in Help file for Calc’s POISSON.DIST function is incorrect ↵Steve Fanning
(see Bug 137747). Specifically, the third argument (“C”), whose purpose is to distinguish between the probability mass function (zero value for C) and the cumulative distribution function (non-zero value for C), is NOT optional but is required. The change affects only one file, 04060184.xhp. Change-Id: I9afbdb38b98ff2452a89861a4415ae10fa94d40e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110148 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31Refactor some database pagesOlivier Hallot
Place in sdatabase/ folder Change-Id: Ia787f7634755be2fd4936914cacecded5bee4221 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110208 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31The syntax given in the Help file for Calc’s LOGNORM.INV function is ↵Steve Fanning
incorrect (see Bug 137649). Specifically, the second (“Mean”) and third (“StDev”) arguments are optional rather than required in Calc’s current implementation. If omitted the Mean argument defaults to 0.0 and the StDev argument defaults to 1.0. Note: The corresponding Excel function’s three arguments are all required (none are optional) and so one possible outcome of Bug 137649 is for Calc to be updated to match this behaviour for interoperability. However, we do not know if or when this might happen and so, in the meantime, I propose to update the Help to more accurately reflect Calc’s current behaviour. The change affects only one file, 04060183.xhp. Change-Id: I69934a8123d5de41007bc4dfca1cbc478ed963a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110150 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: If42a28ef9bea0f7b4b1c21547e7b8da0f9a6d0f6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110187 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: Idf9b89349bd59433bbca669b453646c41ace0b6d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110186 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I5e7c0d4cc7ed4020e0cd653cc15a49741bf18b92 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110185 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I513480f0d269e8699d9e5be70350b02711f15f76 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110184 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I2a70f31df8a895e218c5b84c604d5803362b5872 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110183 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I7c442d962fcab50938440c0c688883f906891f3f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110181 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iedca294e5078b302dad22743e57e28e911f78d17 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110182 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: Ife1cf91bc4338c0da994f5551c9191aa607fe4e9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110178 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I4ff1c2c4abab08c4b993671ddce9e79226d8a107 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110180 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31tdf#132643 Translate German section IDsJohnny_M
Change-Id: I501c310a01e1721354cf0a0cfc3a1f8515f206cd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110179 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-31Fix contents for Customize page of Bullets and Numbering dialogue (order of ↵Stéphane Guillou
items, fix small inaccuracies). Based on 7.1.0.2 but also matches 7.0.4.2 Change-Id: Ic0925f19f0c558e735b0ad3d624bba60e5e83eef Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110138 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-30Relevant to: tdf#59034 which [M] options use non-Default PSSeth Chaiklin
* clarify how to use [M] options + add header to indicate "only" [M] options + improve accuracy of "Replace blank paragraphs" description * improve accuracy of "Replace custom styles" description * "Replace bullets with" only works with "Default Paragraph Style" Change-Id: I882470af22b9a701f967d915a2df7c8e85256d02 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110146 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-01-29Fix typosAndrea Gelmini
Change-Id: I1789ae94470eb270f9227d26c1f668ad70bbf448 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110161 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-29Related to tdf#75923: update command "Add to AutoCorrect" in SpellingSeth Chaiklin
* tdf#75923 changed "Always Correct" control to "Add to AutoCorrect" updated this label change, and clarified the operation of the button + add "Check grammar" control, and adjust explanation + add "Ignore Rule" control and explanation. (and no changes to "hidden" paragraph on Ignore Rule) * re-arrange presentation of controls to correspond to order of dialog box + add <tip> about how to make New Dictionaries Thanks to Peter CM/MartinPC! + add links in Related topics to "AutoCorrect" and "Spelling Options" * update to <h2>,<note> Change-Id: I352d36f09aa7858481da0cc035b84b99b7311622 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109810 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-01-29Create SF_Calc help page (ScriptForge)Rafael Lima
Also fixes localization issues in previously created pages adding/removing localize="false" tags. Change-Id: I71c8dad854be5cacfd4c701850fe539630689d45 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109882 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-29correction to option labels in AutoCorrect optionsSeth Chaiklin
* corrections to three option labels to align them with actual options in AutoCorrect dialog * removed mention of "digits" in <note> because the "digit" example was recently added to the "replace dashes" table. * updated to <note>,<tip> Change-Id: I32a5c874487e4ccd9c65cca346323257bb27d12a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110053 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-01-28add N--N to "replace dashes" in AutoCorrect OptionsSeth Chaiklin
Change-Id: Ica225160efba504163c6a5b946e63b0e37cbffc5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110052 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-01-27tdf#135895 improve explanation about copy and renumbering listsSeth Chaiklin
+ add <note> about copying and moving numbered list items and how to restart numbering. * update command name to "Toggle Numbered List" and add shortcut * update icon for "Toggle Numbered List" and move it into an icon table * update to <h1>,<h2>,<menuitem>,<note> Change-Id: I5d7e55e18f0c5d3bd523442a12a3c12448085f92 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109986 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-01-27Minor copyeditsAdolfo Jayme Barrientos
Change-Id: Id238b9ae6987152c7759cac21154b61a495b8685 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110027 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-01-27add .github/lockdown.yml to auto-close issues/pull-requestsChristian Lohmaier
Change-Id: If6e9943d5b8472c61294c6ebd2ba347ed5070783
2021-01-26clarify scope of application for AutoCorrect Apply commandSeth Chaiklin
( text/swriter/01/05150100.xhp ) (While Typing) + added "AutoCorrect for Separator Lines" section from "Apply", because this operation only happens while typing. Just copy/paste for now. + added "AutoCorrect for Headings" section from from "Apply", because this operation only happens while typing. Just copy/paste for now. + added relevant bookmarks from "Apply" * replace German id * update to <h1>,<tip>,<relatedtopics> ( text/swriter/01/05150200.xhp ) (Apply) * correct description to indicate that can also be used for "selection", and make clear that it applies the values under [M] in AutoCorrect Options - moved section "AutoCorrect for Separator Lines" and "AutoCorrect for Headings", along with bookmarks to "While Typing", because there is no "Apply" option for these operations. + add relevant bookmark for "Apply" + add <relatedtopics> and move embedded link to this section * update to <h1>,<h2>,<note> ( text/swriter/00/00000405.xhp ) * update to <menuitem> * replace German id Change-Id: I65c29d749f691aa62cc3828a03f6b35a5ec41bc8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109973 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-01-25Relevant to: tdf#59034 mention that [M] only applies to DefaultSeth Chaiklin
tdf#59034 makes sensible request to document that [M] only applies to "Default Paragraph Style". (Made a few tests with 7.2.0.0.alpha0+ -- and this seems to still be true) Modified explanation of [M] to address this point. tdf#90507 notes that Tools - AutoCorrect - Apply will convert Default PS into "Text Body" PS. There is already a "note" that warns about this -- but it is not easy to understand, because it mentions "deselecting". (Was it added in 2015 in: https://help.libreoffice.org/4.3/Common/Options_3 by WikiSysop)? Testing shows that it is true, that if no M fields are selected, all Default PS are still converted to Text Body (as long as paragraph is non-empty -- in my tests). Have simplified <note> and added point about being non-empty. tdf#95433 shows some confusion about when a Heading is created automatically, plus "help" is missing a critical feature (need for an uppercase letter). Also, explanation about higher heading levels is not clear. Have modified the description for "Apply Styles". + add a <relatedtopics> for Writer, with link to AutoCorrect commands * updated to <h2>,<h3> and <note> Change-Id: Ib17c12a13a0aff58ebbbfd145cad7809b99cdb05 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109878 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-01-25Use Imperative modeOlivier Hallot
Change-Id: If1d4393608b22a4ae1fdc698ccea84feb911358c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109918 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-01-25Mute L10n in embedvarOlivier Hallot
Change-Id: Ic6948e5a49b4e7c26765c116490d48330efe4259 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109917 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#132643 Translate German section IDsJohnny_M
Change-Id: Id2896c3e2100e7db0674db51e9b4eee3c5d5583d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109858 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#132643 Translate German section IDsJohnny_M
Change-Id: Ia4995770a2b275f52124e420ce96fd3bbce0ef3a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109856 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#132643 Translate German section IDsJohnny_M
Change-Id: I73f081ee1584583a46f5ac2eb02be7e64e779e12 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109857 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#132643 Translate German section IDsJohnny_M
Change-Id: I8fd1696bdd47f2a4fd636eea799e3478de3ba4bd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109855 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>