summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Branch libreoffice-7-5-0libreoffice-7-5-0Christian Lohmaier2023-01-120-0/+0
| | | | | | | | | | | | This is 'libreoffice-7-5-0' - the stable branch for the 7.5.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 7.5.x release, please use the 'libreoffice-7-5' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: Idf24caa7c0fd8b93b623d8f017ff8a12e5fd3ff0
* do not localize source codeco-23.05-branch-pointStanislav Horacek2023-01-081-5/+5
| | | | | | | | | Change-Id: I00c8b6014be077f78485e43cbe0f86f2c2f29c6c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145173 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 34e1fdb87700f1541ca5b15e3e3cfcd0dc5c2e98) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145126
* mark Basic code as not localizableStanislav Horacek2023-01-041-1/+1
| | | | | | | | | | Change-Id: Ic9ddc042c33c98fc5e73c2beb7ad65801adf9d38 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144966 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit cedd7a3550c09bef1e1b5d496431c7326e1bd1ec) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145002 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* janitor - the announce is not meant to be part of the dependenciesChristian Lohmaier2022-12-221-1/+1
| | | | | | | | | | | | | | | quirk introduced with the change making the xsltproc one an order-only dependency. The line-continuation wasn't removed with that change causing the annouce to fire when make is parsing the makefile. Doesn't hurt anything or affected the build result in any way, but certainly not as intended :-) Change-Id: I82069208fff1ff0c01efba00caa2d8fa5279efaf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144760 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 70c46432b1cb4e994de45ca8a1f6bda6e286b1a9) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144724
* make html.text target make more robust on windows re CR at EOLChristian Lohmaier2022-12-221-2/+2
| | | | | | | | | | | | | some cygwin setups still treat the final CR as part of the filename, so avoid that problem alltogether by simply appending a dummy entry to each line on the responsefile to catch any stray EOL/EOF characters Change-Id: I624eeeca033f72b2845394b44f27b6e32d01eb70 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144758 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 9871dc3b0f8eb24793fc797d478db534d92ec5d7) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144722
* avoid needless rebuilds of helpimagesChristian Lohmaier2022-12-192-68/+7
| | | | | | | | | | | | also the create_ilist.pl doesn't really do much anymore, was easily replaced by a plain $(file …) call Change-Id: I63a41ef8ed289feb4ab210961d2200032adaac28 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143936 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 5b99afe8ba3afe1a4673f8b7628011ced5583570) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144064
* janitorial cleanup/minor optimizationsChristian Lohmaier2022-12-191-37/+29
| | | | | | | | | | | | | mostly making xstlproc and python order-only dependencies, simplifying some of the print statements/remove sed or grep calls that can be handled by make's own text functions Change-Id: If4f8ef145d7721384e914ae79494c500bbf244dc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144410 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 534e501e3ad4fef3ebee8788b45c063e96d50346) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144420
* process files for bookmarks.part in bulkChristian Lohmaier2022-12-191-27/+17
| | | | | | | | | | | | | | | instead of running xsltproc for each file, pass multiple files at once, greatly reducing the overhead of the processing, especially on Windows/cygwin. since it not only removes the need for the xsltproc invocations, but also for the surrounding workarounds with the rm, touch, rm of the indicator file. Change-Id: I4588bfc869c668a41da29b5d4080a600ed02223b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144409 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 6a83788dd6205cd600327ead7388bc5ad26fc7f7) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144419
* reduce number of process calls when building html helpChristian Lohmaier2022-12-191-25/+23
| | | | | | | | | | | | | | | For each language times the 2500+ xhp files the build did run dirname, mkdir, and pwd (twice, and on windows also with additional cygpath) - replacing those by static values provided my make saves 4-5 minutes on a fast m1 machine and over 25 on windows with cygwin (despite building with 32 threads...) Change-Id: Ib3ca9e2ffdea622a4b5f578f2580152eb0b3b674 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144393 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 88c2d7943241daed9cc850e9518555ef9056634b) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144372
* cd to helpcontent2/source/text & drop it from filenames for larger batchesChristian Lohmaier2022-12-191-9/+9
| | | | | | | | | | | | | | | | | On the Jenkins Windows builder only 40~45 of the ~2500 helpfiles can be processed at once when not stripping that prefix. With the shortened filenames the build needs less than half of the xsltproc invocations. Also prevent a trailing carriage return to be interpreted as part of the filename on windows and drop the abbreviate_dir wrapper around the command since there's nothing left to shorten anymore. Change-Id: Ifaff26f73f262bd1d7cb4f813bf081782661ba17 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144236 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 5daaa3e440b17505d644273a7305f073d6d5834d) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144264
* Fix prepending xargs to gb_ExternalExecutable_get_command, help partStephan Bergmann2022-12-191-1/+1
| | | | | | | | | | | | | | | | | ...as was done in f048f02f505704a76c4f01b4ff3f369e8ed928b5 "hid2file.js generation: process in batch, not each file one-by-one", causing my build to fail with > [XSL] CustomTarget/helpcontent2/help3xsl/hid2file.js > xargs: LD_LIBRARY_PATH=/home/sbergman/gcc/trunk/inst/lib64:/home/sbergman/lo/core/instdir/program:/home/sbergman/lo/core/instdir/program: No such file or directory Change-Id: I94ea42878de55a887e6955b350997425438bb90e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144154 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 970907045a2400da7ed6e3d14ef76f7ad3b2d783) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144263 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* hid2file.js generation: process in batch, not each file one-by-oneChristian Lohmaier2022-12-191-11/+2
| | | | | | | | | | | | | | | | | | | | | xsltproc can happily process many files at once, no need to process them individually and also no need to surround them with the rm, touch, rm triplet each time to catch a possible error. When letting xargs actually run the command, then xargs will report error if any invocation failed. It will not stop execution commands for remaining input unless the command exists with status 255 explicitly, but this doesn't matter, processing the whole batch regardless is still much faster than processing each file separately. To maximize the number of files that can be processed in a single command, don't prefix each file with $(SRCDIR)/, but instead cd to $(SRCRDIR) before running the command. Change-Id: I532a54f7298d7011900af5e618d75b37649b0477 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144050 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit f048f02f505704a76c4f01b4ff3f369e8ed928b5) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144065
* gb_var2file: remove now unused chunk-size parameter (help repo)Christian Lohmaier2022-12-192-4/+4
| | | | | | | | | Change-Id: Ie0a310b004d969b62c9ee886fee3e8e50d6e5184 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143935 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit e1cf5179765728ac70b100352ffb09bc1ec3fde5) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144060
* tdf#152551 Correct template usage for new filesBogdan B2022-12-191-1/+1
| | | | | | | | | | | Change-Id: I5cc1678733fee8e4e5f97c1a1ba8391fb85692f1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144362 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 1e092fa52ec29ae38cbe77092356c21543377977) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144474 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Update documentation of SF_Dialog and SF_Dialog control servicesRafael Lima2022-12-172-20/+129
| | | | | | | | | | | | | | | This patch does the following changes: 1) Explain how to handle exceptions in dialog and control event handlers (both in Python and Basic) 2) Document the new SetPageManager method 3) Plus a few minor fixes in the text Change-Id: I4f7b3bfae025b45214b90dd036ecdbf4977d47e9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144018 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit cd924ae6a0bd8fbaad2ee4bcac7d4ccd7c689a59) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144311 Tested-by: Jean-Pierre Ledure <jp@ledure.be>
* Document the new SF_Datasheet serviceRafael Lima2022-12-176-18/+668
| | | | | | | | | | | | | This patch creates the help page for the new ScriptForge service named Datasheet. It also updates associated methods that were added to the Base and Database services. Change-Id: I6611653b77e1ee41f6afacccb2094f19d7178434 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144183 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 63011fa12038ecc796a66fb4fae4851f5b2647c3) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144354 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Update documentation of SF_Basic serviceRafael Lima2022-12-171-8/+25
| | | | | | | | | | | | This patch adds the new CreateUnoStruct method and fixes a few minor issues in the file. Change-Id: I1369e801d4e86f3413ccd7e13dcae8255e4ff5b8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144122 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 958bceabc62ee570a389d1b18a18b82cc95c9e85) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144313
* Document new FilterFormula and FilterScope arguments in SF_Calc serviceRafael Lima2022-12-171-9/+43
| | | | | | | | | | | | | | | | This patch updates the ScriptForge's Calc service to document the FilterFormula and FilterScope arguments that were added to the following methods: - ClearAll - ClearFormats - ClearValues - SetCellStyle Change-Id: Ice17a37ca49576f07be7f57800b11050054d90b3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144057 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> (cherry picked from commit 07a7f0f505d659779dfe7d344e65fd47d38f111e) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144312 Tested-by: Jean-Pierre Ledure <jp@ledure.be>
* tdf#132398 Update icons for Online help navigationAdolfo Jayme Barrientos2022-12-149-9/+26
| | | | | | | | | Change-Id: Id6c5bb5d486cd045238205318a6f99339716c117 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144138 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit e3b1cce7dde7e964c7670dd24a167e750654685a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144116
* tdf#152491 Update CSS coloring to match new iconsAdolfo Jayme Barrientos2022-12-132-14/+14
| | | | | | | | | | https://wiki.documentfoundation.org/Design/Branding#LibreOffice_application_colors Change-Id: I914ddfd14f0ca351f4eed5eb14ed8ea6ed904422 (cherry picked from commit 77d02e65e9acae649867fe67cdba46f30e58a7e0) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144042 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Mute L10n in code instructionsOlivier Hallot2022-12-121-4/+4
| | | | | | | | | | Change-Id: I92f719fbd4b646809fb385360541b285a41fd3d9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143919 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 3f394267138498a70430a44dcbc4cff8727ce367) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144019 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#152022 Improve Select Text and Edit ModeBogdan B2022-12-122-2/+2
| | | | | | | | | | | Select Text was wrongly linking to Edit mode page. The hyperlink is now removed. Also is impossible to be in Edit mode and active Edit mode, so it can't be activate or deactivate edit mode. Change-Id: I1d759b3962692c2dcec181267045d15f934325ec Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143728 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 0743da9a51f1d7733f436d0144e35e8536e56583) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144017
* Branch libreoffice-7-5Christian Lohmaier2022-12-080-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | This is 'libreoffice-7-5' - the stable branch for the 7.5.x releases. The commit rules are different according to the development phase: A. 7.5.0 beta phase: A. any bug fixes are allowed without review B. late features need approval by 3 people with different affiliation B. 7.5.0 rc phase and later: A. fixes need approval by one reviewer B. late features need approval by 3 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master. Change-Id: I821b6c9bb1a9c8ade313d38c0ea97583495ece60
* tdf#134377 fix faulty embed tags in helplibreoffice-7-5-branch-pointAlain Romedenne2022-12-082-5/+5
| | | | | | | Change-Id: I4895c9d9b05f05ffeeb6206fbe39d0ce4332d5f5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143726 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* Fix to python script sampleAlain Romedenne2022-12-081-1/+1
| | | | | | | Change-Id: I9e79c85aecde08225212fd7985d32bd55a5f7bf1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143724 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* Add a note to the STYLE() function to not use it without reason..Eike Rathke2022-12-071-0/+1
| | | | | | | Change-Id: I74b30b58bdfbc5a4392f344a2de8a600b2eca030 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143804 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
* tdf#152022 Improve comments description in HelpBogdan B2022-12-071-1/+1
| | | | | | | | | Option to reply to comments is inactive until we have comments from other users. Change-Id: If105cd50bed65371be47b426318ddd71ba650f5c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143792 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas2022-12-072085-4560/+4560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that <link..></link> gets turned into <link ../> during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* Fix typoOlivier Hallot2022-12-061-1/+1
| | | | | | | Change-Id: Ie6f0171043ce7f0efc3db60e1b9aab7f4c3a75c2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143716 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix grammarOlivier Hallot2022-12-061-1/+1
| | | | | | | Change-Id: Idae562b619b8cacde07eeae62d995782f5c2b7ed Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143590 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#131075: LibreLogo Help Incorrect ~ Function CallsJulien Nabet2022-12-031-1/+1
| | | | | | | Change-Id: I1244cb1068bd86fad989f5b16554ddd63c923ffd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143577 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#152113 Improve Labels - Format pageBogdan B2022-12-031-2/+8
| | | | | | | Change-Id: I7c82ecc95878130e8c8bbad54437f8482ac34b48 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142919 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#134377 Refactoring built-in file dialogsAlain Romedenne2022-12-023-13/+52
| | | | | | | | | | | Following use cases are covered: File - Save A Copy File - Export Change-Id: Id32418e944dc968cbd16100083cb2b9835084fd5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143576 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* tdf134377 Refactoring a few help pages for 'built-in' file dialogs …Alain Romedenne2022-11-303-67/+98
| | | | | | | | | | | | for the following use cases: - File - Open - File - Save As - (Writer) Insert - Text from file Change-Id: Ib838a88b367abbde13194e8f2f91f471e860de82 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143260 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* tdf#152136 Update label to signify we only support SMTPAdolfo Jayme Barrientos2022-11-281-1/+1
| | | | Change-Id: I087f6fa3a50069a799baa70d81b471cff0cd1bf0
* Adjust using label names to realityEike Rathke2022-11-281-2/+3
| | | | | | | | | | | Escaping a single quote with a backslash (\') was always wrong, and meanwhile the finding labels automatically feature was deactivated per default long time ago. Change-Id: I58057c36d1b7a23c60670e1972608a6b86ca7a07 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143415 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
* help not found on 'File Services' dialogAlain Romedenne2022-11-281-3/+23
| | | | | | | Change-Id: Ide8dfdea19f13d6978197bece825f70407fbb65b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143272 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* tdf#152162: link from Conditional Formatting help to (Cell) Styles helpStéphane Guillou2022-11-271-1/+1
| | | | | | | Change-Id: Ieaf4f4026ab29de490373946ff5a4428242b5dba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143160 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Fix path fpr "XML Settings"Olivier Hallot2022-11-261-3/+3
| | | | | | | Change-Id: I5c27abea351d3fe007da9f83fa323e74a7dee9bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143165 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#151827 Improve the ODBC connection help pageRafael Lima2022-11-222-24/+30
| | | | | | | | | | | As requested by the OP this page clarifies that we're actually connecting to a ODBC data source. I also made other improvements to the text and fixed the case when the user presses F1 in the Data Source selection dialog. Change-Id: I89817df62e5dadaa4e1258768f442bbc4bb08fe7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142916 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Revert "Fix duplicate ID"Stephan Bergmann2022-11-221-1/+1
| | | | | | | | | | | | This reverts commit bcc251fddf6f5be88dc43fba34573d5e3b51a6dd: The issue had already been fixed, minutes earlier and in a slightly different way, by 58d932b2c300b44b2c1807478626a4b3060371b4 "Error: Duplicated entry. ID = par_id3150441 LANG = en-US". Change-Id: I41a41864586a551f4690af8d81e6a914cc843677 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143066 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* replace "Function" string with correct button name "Formula"Stéphane Guillou2022-11-221-1/+1
| | | | | | | | Change-Id: I1abb41a4677e570b2224a2841b699220d3dc7f03 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142929 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
* Regex: precede every metacharacter or operator with "\"Eike Rathke2022-11-221-1/+1
| | | | | | | | | ... not every character. Change-Id: I2c09f164c8b48c5ac4f39203319411aa5c73b490 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143032 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
* Fix duplicate IDStephan Bergmann2022-11-211-1/+1
| | | | | | | | | | | | | ...introduced by 175750251cc83397e714586617681414316adf57 "tdf#152127 Change order for Country/State", causing > [HPX] de/helpcontent2/source/text/shared/optionen > Error: Duplicated entry. ID = par_id3150441 LANG = en-US in File lo/core/helpcontent2/source/text/shared/optionen/01010100.xhp Change-Id: I28fdbda5b90f235381998c80664c4eb74fcadf7f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143074 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Error: Duplicated entry. ID = par_id3150441 LANG = en-USCaolán McNamara2022-11-211-1/+1
| | | | | | | | | in File helpcontent2/source/text/shared/optionen/01010100.xhp Change-Id: I9a2ecd372885cb09707e6e55e2ec2ab5527181e9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143076 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* tdf#152112 Include "labels grid" in Info descriptionBogdan B2022-11-211-1/+1
| | | | | | | Change-Id: I4978961d3373753754438a5b383fd6af293dc530 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142918 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#152121 Improve row and column description for label optionsBogdan B2022-11-211-2/+2
| | | | | | | Change-Id: I8604f7d40a7a06c6a6da9314c52321b74194c3a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142920 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#152127 Change order for Country/StateBogdan B2022-11-213-6/+6
| | | | | | | | | | The country was not included into location in shared/optionen/01010100.xhp, just the state. It is possible that there are files where country need to be removed, being now included in shared/optionen/01010100.xhp. I will take care of that in the next commits, when I will found them. Change-Id: Ie7ac4deb9a7c0e1d3c4a03dda2e2b348a3aeb585 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142923 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#152057 Complete revision of shared/01/01010000.xhpBogdan B2022-11-211-58/+51
| | | | | | | Change-Id: Ib3bbc1c9660e7102bdcd4eb2d0573903bf4cf195 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142689 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Related tdf#149221 Create an entry for the Help button in Frequently-Used ↵Rafael Lima2022-11-181-0/+6
| | | | | | | | | | | | | | | Buttons page The help page "Frequently-Used Buttons" (text/shared/00/00000001.xhp) lacks an entry for the Help buttons in dialogs. This patch creates such entry. This patch also adds a HID target so that when the user presses F1 and the Help button has focus in the Database Wizard, this page is then shown. Other wizard dialogs should use a similar strategy when F1 is pressed and the Help button is focused. Change-Id: I1295a7711c30e9cf47dbb18c784541e75eb90b71 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142915 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>