summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-31tdf#142531: fix help css for Simplified Chinese display on LinuxKevin Suo
The font "system-ui" may cause trouble in some system, although it may look good in several systems. See e.g. https://infinnie.github.io/blog/2017/systemui.html. This change removes the "system-ui" font from the list, still put "Segoe UI" before any others, but moves "sans-serif" forward so that it falls back to the UI font in most linux distros. Tested on Win10 and this does not impact the display for English or Chinese, but really improves a lot on Linux (Fedora 32 for me). Change-Id: I1cba731cb846d1dc8c708b12510167c48de539e5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116487 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>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: Id2a94f3a1399285053487dc7386831772dd8a3eb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115252 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: Ie729107d1d2badd756b52a2e5d24aa40f537b381 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115250 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: I601a1350f4481e972f5ebe1537cf08ec50aaff5b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115249 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08tdf#132643 Translate German section IDsJohnny_M
Change-Id: I6649822006bb27286830021158f1b85a66b531e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115248 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-07fixes in help pagesOlivier Hallot
Change-Id: I42107565a6aa22b97d5dbfa8a026ed8ee4b8a2e0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115205 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-06sf_Dialog(Control) Python support - part 1/2Alain Romedenne
Change-Id: I204a78557c607708870a51699af140e13ff2c0e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114724 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-05-06tdf#131368, tdf#141474 Document WeekDay Basic functionRafael Lima
This patch updates the WeekDay documentation to explain the use of the second (optional) argument, that refers to which day of the week should be considered to be the first day of the week. This patch also refactors the Now function help page and adds a variable for x-ref. Change-Id: I4bfc9070fc93593217c3c9086935dfc728adee3c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114868 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-04Add suggestion from translatorOlivier Hallot
Change-Id: Ieb06c42eafcab9b1c6e1d1e02ae1ccc3fe118773 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115051 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-04Improve wording on database tablesOlivier Hallot
Change-Id: Icd72638445d9da7c50370e70fabfe2f0ad52a061 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115050 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-04Fix syntax description for COUNTIFSOlivier Hallot
Change-Id: I6ff42f1d64da095c2d4db96339be3ba62a23064d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114927 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-04Fix <literal> tag in sf_formcontrol Help fileRafael Lima
Change-Id: I7c59c9925a869244dc223d4088176ef73be49c85 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114926 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-05-03Fix TypoAlain Romedenne
Change-Id: Ia9ede74f44fb9bc500916c7bbd2a66e51b7685d5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114923 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2021-05-03Refactor more database help filesOlivier Hallot
Change-Id: I1384c2d3d0090ce15fc5088bff4bfdb07fa7cdbf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114995 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>