summaryrefslogtreecommitdiff
path: root/source/text
AgeCommit message (Collapse)Author
2022-12-07Add a note to the STYLE() function to not use it without reason..Eike Rathke
Change-Id: I74b30b58bdfbc5a4392f344a2de8a600b2eca030 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143804 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2022-12-07tdf#152022 Improve comments description in HelpBogdan B
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>
2022-12-07tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas
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>
2022-12-06Fix typoOlivier Hallot
Change-Id: Ie6f0171043ce7f0efc3db60e1b9aab7f4c3a75c2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143716 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-06Fix grammarOlivier Hallot
Change-Id: Idae562b619b8cacde07eeae62d995782f5c2b7ed Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143590 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-03tdf#131075: LibreLogo Help Incorrect ~ Function CallsJulien Nabet
Change-Id: I1244cb1068bd86fad989f5b16554ddd63c923ffd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143577 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-03tdf#152113 Improve Labels - Format pageBogdan B
Change-Id: I7c82ecc95878130e8c8bbad54437f8482ac34b48 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142919 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-02tdf#134377 Refactoring built-in file dialogsAlain Romedenne
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>
2022-11-30tdf134377 Refactoring a few help pages for 'built-in' file dialogs …Alain Romedenne
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>
2022-11-28tdf#152136 Update label to signify we only support SMTPAdolfo Jayme Barrientos
Change-Id: I087f6fa3a50069a799baa70d81b471cff0cd1bf0
2022-11-28Adjust using label names to realityEike Rathke
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
2022-11-28help not found on 'File Services' dialogAlain Romedenne
Change-Id: Ide8dfdea19f13d6978197bece825f70407fbb65b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143272 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-11-27tdf#152162: link from Conditional Formatting help to (Cell) Styles helpStéphane Guillou
Change-Id: Ieaf4f4026ab29de490373946ff5a4428242b5dba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143160 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-26Fix path fpr "XML Settings"Olivier Hallot
Change-Id: I5c27abea351d3fe007da9f83fa323e74a7dee9bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143165 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-22tdf#151827 Improve the ODBC connection help pageRafael Lima
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>
2022-11-22Revert "Fix duplicate ID"Stephan Bergmann
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>
2022-11-22replace "Function" string with correct button name "Formula"Stéphane Guillou
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>
2022-11-22Regex: precede every metacharacter or operator with "\"Eike Rathke
... 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
2022-11-21Fix duplicate IDStephan Bergmann
...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>
2022-11-21Error: Duplicated entry. ID = par_id3150441 LANG = en-USCaolán McNamara
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>
2022-11-21tdf#152112 Include "labels grid" in Info descriptionBogdan B
Change-Id: I4978961d3373753754438a5b383fd6af293dc530 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142918 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21tdf#152121 Improve row and column description for label optionsBogdan B
Change-Id: I8604f7d40a7a06c6a6da9314c52321b74194c3a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142920 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-21tdf#152127 Change order for Country/StateBogdan B
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>
2022-11-21tdf#152057 Complete revision of shared/01/01010000.xhpBogdan B
Change-Id: Ib3bbc1c9660e7102bdcd4eb2d0573903bf4cf195 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142689 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-18Related tdf#149221 Create an entry for the Help button in Frequently-Used ↵Rafael Lima
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>
2022-11-17tdf152013 Remove "imports one" when opening a fileBogdan B
Change-Id: I6d3c7a6f00b8cc704c94d48be9a82a353c4824d1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142686 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-16tdf#152022 Replace "Links to External Files" to "External Links" (Help)Bogdan B
Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-15Fix contents after translation reviewOlivier Hallot
Thanks to @lyzbet Change-Id: I8fc33fbe954e1467dac010cb6b7a253d92513568 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142682 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-15silence make translations warning (emtpy string flagged for translation)Christian Lohmaier
Change-Id: Ie8d188eca6b04a1e264ebe4f1abfeaa79bcba37d
2022-11-14tdf#152022 Improve Edit page for Help OnlineBogdan B
Change-Id: If10520d16ec070da9ce2e527e0fe47ab49e814e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142674 Tested-by: Jenkins Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-14tdf#152022 Correct a link for a Edit submenuBogdan B
Change-Id: I861b76648760bf2f82b1d067fd74481787e62fbb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142675 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-14DoEvents extra indicationsAlain Romedenne
Change-Id: I04da53ff9a7426a1698c880e26b4cdf01b7daf90 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142677 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-11-14CreateUnoServiceWithArguments supplemental method identification patternAlain Romedenne
Change-Id: I38e3938e9392558951c1cd64b2a669bd5e5c9093 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142676 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-11-12Fix typoAndrea Gelmini
Change-Id: I9c89564838a5d8c944c16849b2a2979ef4aa4298 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142582 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-11-12Add screenshot for index entry in swriterOlivier Hallot
Change-Id: Id8db451f9305d22a27d72452e92e80cdc369ff42 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142636 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#151347 Improve Slide/Page pane referencesOlivier Hallot
+ Added pane entries in Index + refactor xml Change-Id: If4e4db9664a2fef301a742b2d34127fecf585ed1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142612 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152011 Improve View menu descriptionBogdan B
Change-Id: I36e11dde9ca5398f9f9bb5c6600cb300380ac114 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142626 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152011 Improve Form menu descriptionBogdan B
Change-Id: Ic0c58c611fe2fb9260eeef235aac39cc85c9f4f2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142627 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152011 Improve Tools menu descriptionBogdan B
Change-Id: I4afb4edebc98e692d10ba7c83588886245303a79 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142628 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152013 Improve File submenus descriptionBogdan B
Change-Id: I67ec0201c521c3d4fea3eaaa0f359da5bb760d46 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142629 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152011 Change "open" to "create" for a new documentBogdan B
Change-Id: If5e5476465baa225a54448a6bccfebef30fd3f05 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142624 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#89358 Example of implicit intersection for array formulasOlivier Hallot
Change-Id: I6cb1b66a34f8bd95472e78dac03f8860c2cdd375 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142605 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152011 Change order of menus like in Writer MenuBogdan B
Change-Id: I4c7f531939825bf31f5fcc760568d878fff3cb79 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142622 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-12tdf#152013 Change order of menus like in File menuBogdan B
Change-Id: I3d77b293d36ebc60aad5fc75f7fa33277743b50b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142623 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11tdf#151665 Track changes in marginsOlivier Hallot
These track changes show options are not in the track changes menu but are available in the track changes toolbar. They apply to Writer only, Calc does not have a track change toolbar. Change-Id: Iaf9ea40a87470d172cedf3fdf2f87c65fcc6a87d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142571 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11tdf#149221 More fixes to the Database Wizard dialogRafael Lima
This patch create necessary HIDs for the Database Wizard dialog. It also creates a new help page named Connection Settings to serve as target for the widgets in dbwizconnectionpage.ui. Change-Id: I9b518ff65729bd8f24c9b0f6960ccd8015b66b80 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142441 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11tdf#148727 Correct sum exampleBogdan B
Change-Id: I117d3dccbda28ad6a851f537e00ed2aafb697c22 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142438 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11Basic typoAlain Romedenne
Change-Id: I6890eea2de0b2e6e7d95c0289ef8810434a89df6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142517 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11tdf#150607 Change Truncate to RoundBogdan B
Change-Id: If37b518f0aebc8b5d7fb6eb4cd889c86f1ba14d2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142525 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-11-10tdf#150909 Fix regression: HTML entities badly renderedOlivier Hallot
The "branding" XSL template is applied to every text in the Help to replace %PRODUCTNAME or [$officename] by the correct product name. It must not escape HTML entities such as &lt; or other. Reverted previous workaround in xhp page. Change-Id: I1f7da19ca2899d92917504f162ba497bd9c787bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142555 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>