summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2021-06-09ThisDatabaseDocument new help pageAlain Romedenne
Change-Id: I9ad35913bbc5fef9208b3a9ea5eb9be01f882131 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116463 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-06-09Refactor some database help filesOlivier Hallot
Change-Id: Ia9f3e2844cdf4ac16d7ee3ba70d64415c2bf964d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116837 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-08Python support for SF_Document serviceRafael Lima
This patch also adds the Forms method to the SF_Calc help page. Change-Id: I317378db271c60ab97ac44e293aa7cbb54c81d0e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116696 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-06-08Python support for SF_Base serviceRafael Lima
Change-Id: I4175aecd307d70367eea49cc7a8407d2bca60634 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116707 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-06-08Update SF_Basic service help pageRafael Lima
Adds the following methods: - CDate - CDateFromUnoDateTime - CDateToUnoDateTime - GlobalScope.BasicLibraries - GlobalScope.DialogLibraries - ThisComponent - ThisDatabaseDocument Change-Id: I963ad0d850987b1047b28b34b9a1e264b2414eff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115965 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-06-08Remove literals that prevent proper L10NAlain Romedenne
- extra index - index relocation Change-Id: Ia52c0db88406dd5b24514280c663cfb5de157091 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116169 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-06-07tdf#124066 Help for VBA StrConv functionOlivier Hallot
1) LCID codes linked to LibreOffice internal LCID file 2) Examples borrowed from QA tests Change-Id: I1b00a1901f32de0243b518de39abd633ba08eadc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116684 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-07Add link to half-width / full-width glossary entry to search&replace dialog ↵Olivier Hallot
help page Change-Id: I54d892b1112375c6dce64904df61ffffa79c37f4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116705 Tested-by: Jenkins Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-07[WIP] tdf#142652 Add glossary entry about half-width ...Ming Hua
...and full-width characters Change-Id: If12dbc28de60fa7430d02530cf2d7fa7900c6675 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116771 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-06Use %PRODUCTNAMEOlivier Hallot
Change-Id: I73d62b9dfa8a70faf473dbd54a5b066edc028bf0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116700 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-06Tiny table formatting fix.Olivier Hallot
Change-Id: I0ed3b2ee3bb3788688e81b15cb19b9d41d98de13 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116699 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-02Fix some texts, incl. Lionel’s proposal for tdf#132720Adolfo Jayme Barrientos
Change-Id: I2c28331ab2077b9d8585b4571d836b46e41eb454
2021-06-01Mute l10n on embedOlivier Hallot
Change-Id: Ie43588bd08c7ff46b57424d20af4301f414b91c9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116537 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-06-01tdf#132720 Clarify 'whole sheet expport' for calc PDF exportOlivier Hallot
Change-Id: Icac720987f6bd94ac7ce26cce57b9555628b5f17 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116531 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-31tdf#142417: Improve convertfilters.py and add API Names columnKevin Suo
This commit involves two parts: 1. Improved the convertfilters.py helper script to make sure the generated convertfilters.xhp file is complete, accurate and containing no duplicated entries, and also add codes to also generate API Names column, as discussed in tdf#142417. Importantly, the code is modified to generate fixed IDs, rather than the previously random IDs or sequential IDs which may make the PO translation strings to show fuzzy when the file is re-generated. 2. This helper script is run and the convertfilters.xhp is updated. 3. The default css is modified to better display the page. There is no need to set overflow=auto for the DisplayArea, otherwise the scrollbar goes to the bottom of that area which is not visible. Also added a css class to display smaller fonts for the table. Change-Id: I8a5c73c9d6a0c0b44fc7db6cb67b140bfeb8b4be Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116405 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-31Clarify example in help description of Calc's DOLLAR function.Steve Fanning
Change-Id: Iab2333cbd98bd4bb13ba35a07d4dbcd66fc840a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116166 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-31Use UI term "Impress" instead of "SIMPRESS"Ming Hua
Change-Id: I0ddf013795df105c4d7a7dcddede03bc374f069d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116167 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-30Fix help description for Calc's TEXTJOIN function.Steve Fanning
Change-Id: I91bb809ab41c0299c65236a0091c2da288a47b31 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116163 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-26Fix SF_UI ShowProgressBar descriptionRafael Lima
Change-Id: Ib8b0b89511c1bb04acb7e79064ae5c9d8678b71d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115970 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-05-25Python support in SF_Exception help pageRafael Lima
Change-Id: I9100e1b61aca23fbb104c449272da95bd60fd813 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115521 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-05-24Python support in SF_Calc help pageRafael Lima
Change-Id: I0b7a83fdd49dd4cf5fb1682b193a61ceef5bbe55 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115956 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-05-24Fix broken link in SF_StringRafael Lima
The IsIBAN link was incorrectly pointing to IsIPV4 Change-Id: Icd2cb3a5e0ca884afd3edbd3d2a721817d0817f9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115963 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-05-23Add NatNum12 MMM=upper and MMMM=lower examplesEike Rathke
Change-Id: Ice7a6d45db2373b78e6442e08a3ac647887e43bc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116021 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2021-05-22tdf#142389 (final) update autofilter HelpOlivier Hallot
- Add definitions for each autofilter command - Add info on fitering by color Special collaboration by Steve Fanning. Change-Id: I51e8e6e495736d0d5e1b5d40e74a926c813fb49a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115895 Tested-by: Jenkins Reviewed-by: Steve Fanning <stevemfanning@yahoo.co.uk> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-21Fix typoAndrea Gelmini
Change-Id: I0b5ce0a4c6adc339c14a65bd9a8f9b8f3eb8979a Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2021-05-21Fix text in 2nd example given in help description of Calc's EOMONTH function.Steve Fanning
The statement that the date MUST be in ISO format is not quite correct. Also add link to updated wiki page. Change-Id: I20158373f8a67ae90cd1bfccb9fbe1d7c011077f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115838 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-21Add example to help description for Calc's CLEAN function.Steve Fanning
Change-Id: Iae7a1f0b8b84be33f5f54a9a7116c0c48670f917 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115833 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-21tdf#141929 Improve CONVERT help and move to a separate fileRafael Lima
Updates the content of the CONVERT help page to better match the description in the wiki, focusing in unit measurement and prefix tables. Also moves the CONVERT help page to a separate file and removes it from the original location 04060116.xhp. Change-Id: I591ce3d2cd36e224daf5d00593418cba7832e574 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115209 Tested-by: Jenkins Reviewed-by: Steve Fanning <stevemfanning@yahoo.co.uk> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-21tdf#142389 (part) Fix link to autofilter helpOlivier Hallot
Change-Id: I689ab1d93242a74da72f1792965399f74fbb2f5a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115885 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-20Related tdf#128784 X-ref ChDir, ChDrive and CurDir with SF_FileSystemRafael Lima
The Basic functions ChDir, ChDrive and CurDir are DOS-specific and have limited functionality. Hence, it's important to introduce the FileSystem service (from ScriptForge) for users that wish to write scripts that need to handle folders and files. Change-Id: I33e24669083887b540cf44711ec5114e6ae5c521 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115513 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-05-19sf_Dialog(Control) Python support - part 2/2Alain Romedenne
- lowercased arguments reflect Python conventions - supplemental Python code snippets Change-Id: I8a8b10c3b56f539b5f7d75c389654a6772b0b659 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115083 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: Icc11f2359f7e1f862223e6ff6ff08ec54af78edf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115656 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I7548928ccb4c771193ea33ace6a717a20c554bc4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115655 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I03d68fc6338bbc3ca3a92f2a3c001df44eab5288 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115654 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I72e43458a3af0af9ae417db081fee8d0f0890ae2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115653 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I636ad9fcee5ce790234b41cfa078d9c1175d3b0e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115652 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iab660ef9810902be11dd51c830e1a6f537352427 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115649 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I87a9d0e09239fc3e6c696f348457c59aff681886 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115651 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I92d9f5801502c97a947400e7644b1c36b6fc3dc9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115650 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I1b4dd524f22d5a84dafcadae97b7f52edf42cc6f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115648 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iebd7e96b4f3040e289dce3e9871a5395ab1fbafe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115557 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: Icccc6bba110c5fa51f12136e4fbc9d81280ad3c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115556 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I0f0beecd3735a71a892e88b39820b742466a02e5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115555 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I84632d58ddbaa850545cc869e1cf73b5d5070e0a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115554 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>
2021-05-15Fix typoAndrea Gelmini
Change-Id: I20b2de6acdf4a065958c887b97e718001e9389e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115644 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-05-15Python support in the SF_UI help pageRafael Lima
Change-Id: I3d5614d7f2ae24a15718237d817527a4d7421aa0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115199 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-05-09Fix =FIXED() exampleOlivier Hallot
Change-Id: I45a820aa6967756e9554aeec7c2c7ee7437a11df Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115211 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: If1e007f4b050c705dd708945bf7de9677fccd12c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115251 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iae83e3e20f54c4bc444eead9d89f51c872c97e56 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115253 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>