summaryrefslogtreecommitdiff
path: root/source/text/scalc/01/12040300.xhp
AgeCommit message (Collapse)Author
2024-05-05tdf#160903 Advanced Filter help page needs description of "criteria" syntaxOlivier Hallot
+ refactor Change-Id: Ib60247386284d9041136dc3cda0f1fef174b2051 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167104 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
2023-12-27tdf#155876 UI cmds Calc-Sheet menu (36)Olivier Hallot
+ Data menu for Calc, Filters. + refactoring Change-Id: I5bb6d7a8b9b5a60c81d680786b6de372d7815807 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161336 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-03-16convert plain paragraphs with role="heading" → h<level>Christian Lohmaier
i.e. without child elements and also drop the language that was changed to implied in the dtd previously/defaults to en-US unless specified. This change doesn't affect translations, only the content of the paragraph/headings is extracted. done with: perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>[^<]+)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g' (all permutations re order of attributes, and xml-lang="en-US" being optional / implied) Change-Id: I365a2bb983a3969af9390753fce7b7f3597c7b8b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148795 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-02tdf#102523 Improve Advanced Filter help pageRafael Lima
This patch embeds the page specialfilter.xhp and 12040201.xhp into the 12040300.xhp file, which is the landing page when the user clicks the Help button in the Advanced Filter dialog. As a result, the landing page now covers all the features in the dialog and also presents a useful example. This also updates the .tree file. Change-Id: I25d31838fa2604851962fdf8200b887255489017 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118191 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: Ib6cd1b3d8fde7b33d1c99403dd74a71b3e1c39db Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115553 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-12tdf#115254 Some branch bookmarks are'nt working 23Olivier Hallot
module sc a - e Change-Id: I179ea686cf83f31ebc645c2310fca52b222eb66f Reviewed-on: https://gerrit.libreoffice.org/60365 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-05-30Mass remove excess spaces from inside tagsGabor Kelemen
This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-05-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
2015-11-05added the attribute localize="false" in paragraphs for shared and scalctagezi
added the attribute localize="false" in paragraphs for shared and scalc modules which does not need translation Change-Id: I622d9032ff6e3bc3415b0012aaac0b29ae8e947c Reviewed-on: https://gerrit.libreoffice.org/19749 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2013-07-17reuse duplicated hid for toplevel filter dialog helpCaolán McNamara
Change-Id: I0a317622a3bf792dbd6a5ec6707ce5241669fdf7
2013-07-17update help ids for advanced filter dialog .ui conversionCsikós Tamás
Change-Id: I3f4ed027caf18871f6642eb96c2f857d77cad242 Reviewed-on: https://gerrit.libreoffice.org/4961 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc