help.git: source/text
source/text/scalc/01/04060107.xhp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 76fd6af8937397407aca836ce2ffcf8d08219e07 Author: Olivier Hallot AuthorDate: Mon Nov 4 15:21:15 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Nov 4 14:44:20 2024 +0100 Typos Change-Id: I18a9e94a27f6e19c26c9076b9bd6be307717169b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175987 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp index 98b651b663..5b040ce481 100644 --- a/source/text/scalc/01/04060107.xhp +++ b/source/text/scalc/01/04060107.xhp @@ -1102,8 +1102,7 @@ =SUMPRODUCT(A1:B3;C1:D3) returns 397. Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3 You can use SUMPRODUCT to calculate the scalar product of two vectors. - SUMPRODUCT returns a single number, it is not necessary to enter th -e function as an array function. + SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function.
help.git: source/text
source/text/scalc/01/func_proper.xhp |4 source/text/scalc/01/func_replace.xhp|4 source/text/scalc/01/func_rept.xhp |5 - source/text/scalc/01/func_right.xhp |4 source/text/scalc/01/func_search.xhp |4 source/text/scalc/01/func_substitute.xhp |4 source/text/scalc/01/func_t.xhp |4 source/text/scalc/01/func_text.xhp |4 source/text/scalc/01/func_trim.xhp |4 source/text/scalc/01/func_unichar.xhp|8 ++-- source/text/scalc/01/func_unicode.xhp|8 ++-- source/text/scalc/01/func_upper.xhp |4 12 files changed, 52 insertions(+), 5 deletions(-) New commits: commit 02fd40af9c8a62babb4d8549be8af8dcd39f7635 Author: Olivier Hallot AuthorDate: Sat Nov 2 15:10:27 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Nov 2 19:14:55 2024 +0100 Tweaks for text function for navigation (3) Change-Id: I6a4246acf9e6ade45e9692a24fb358fc44a90a05 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175955 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/func_proper.xhp b/source/text/scalc/01/func_proper.xhp index 13b5ded0c0..14fcad9a3d 100644 --- a/source/text/scalc/01/func_proper.xhp +++ b/source/text/scalc/01/func_proper.xhp @@ -34,5 +34,9 @@ Text refers to the text to be converted. =PROPER("the document foundation") returns The Document Foundation. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/PROPER";>PROPER wiki page. + + diff --git a/source/text/scalc/01/func_replace.xhp b/source/text/scalc/01/func_replace.xhp index bd039f80a0..bf55be77b8 100644 --- a/source/text/scalc/01/func_replace.xhp +++ b/source/text/scalc/01/func_replace.xhp @@ -36,5 +36,9 @@ NewText refers to the text which replaces Text. =REPLACE("1234567";1;1;"444") returns "444234567". One character at position 1 is replaced by the complete NewText. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACE";>REPLACE wiki page. + + diff --git a/source/text/scalc/01/func_rept.xhp b/source/text/scalc/01/func_rept.xhp index 70c220eeaa..b96317412e 100644 --- a/source/text/scalc/01/func_rept.xhp +++ b/source/text/scalc/01/func_rept.xhp @@ -35,6 +35,9 @@ Number is the number of repetitions. =REPT("Good morning";2) returns Good morningGood morning. -Refer to the https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT";>REPT wiki page for more details about this function. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT";>REPT wiki page. + + diff --git a/source/text/scalc/01/func_right.xhp b/source/text/scalc/01/func_right.xhp index 4d94225118..504d12ad6d 100644 --- a/source/text/scalc/01/func_right.xhp +++ b/source/text/scalc/01/func_right.xhp @@ -35,5 +35,9 @@ Number (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned. =RIGHT("Sun";2) returns un. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/RIGHT";>RIGHT wiki page. + + diff --git a/source/text/scalc/01/func_search.xhp b/source/text/scalc/01/func_search.xhp index 4bcc4bbf38..b05c75ddf0 100644 --- a/source/text/scalc/01/func_search.xhp +++ b/source/text/scalc/01/func_search.xhp @@ -35,5 +35,9 @@ Position (optional) is the position in the text where the search is to start. =SEARCH(54;998877665544) returns 10. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/SEARCH";>SEARCH wiki page. + + diff --git a/source/text/scalc/01/func_substitute.xhp b/source/text/scalc/01/func_substitute.xhp index 14e6a1daf3..784e34c724 100644 --- a/source/text/scalc/01/func_substitute.xhp +++ b/source/text/scalc/01/func_substitute.xhp @@ -38,5 +38,9 @@ =SUBSTITUTE("123123123";"3";"abc") returns 12abc12abc12abc. =SUBSTITUTE("123123123";"3";"abc";2) returns 12312abc123. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUBSTITUTE";>SUBSTITUTE wiki page. + + diff --git a/source/text/scalc/01/func_t.xhp b/source/text/scalc/01/func_t.xhp index bfd369c5d4..4075f190e0 100644 --- a/source/text/scalc/01/func_t.xhp +++ b/source/text/scalc/01/func_t.xhp @@ -36,5 +36,9 @@ =T(12345) returns an empty string. =T("12345") returns the string 12345. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/T";>T wiki page. + + diff --git a/source/text/scalc/01/func_text.xhp b/source/text/scalc/01/func_text.xhp index f4d5daf969..0456c86acd 100644 --- a/source/text/scalc/01/func_text.xhp +++ b/source/text/scalc/01/func_text.xhp @@ -38,5 +38,9 @@ =TEXT(12.34567;"000.00") returns the text 012.35 =TEX
help.git: source/text
source/text/shared/optionen/01010800.xhp | 93 --- 1 file changed, 49 insertions(+), 44 deletions(-) New commits: commit 3a67ce44369193e2089a35c5d106d3a115ec03c5 Author: Olivier Hallot AuthorDate: Fri Nov 1 17:22:48 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Nov 2 17:52:28 2024 +0100 tdf#137680 About Skia + Added precision on the use of Skia graphic engine vs. system GDI + Added bookmark entries + refactor Change-Id: If47fb8a7f251f70db26c8ba060d0257a28b15dc3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175936 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/optionen/01010800.xhp b/source/text/shared/optionen/01010800.xhp index bd0349c261..b00f8f3363 100644 --- a/source/text/shared/optionen/01010800.xhp +++ b/source/text/shared/optionen/01010800.xhp @@ -20,14 +20,14 @@ -View +View /text/shared/optionen/01010800.xhp - + views; defaults defaults; views settings; views @@ -45,11 +45,11 @@ notebook bar;icon size - - + + View -Specifies view options. +Specifies view options. @@ -57,29 +57,29 @@ - + Icon Theme -Specifies the icon style for icons in toolbars and dialogs. +Specifies the icon style for icons in toolbars and dialogs. Icon Size - + Toolbar -Specifies the display size of toolbar icons. - +Specifies the display size of toolbar icons. + Notebookbar -Specifies the display size of notebook bar icons. +Specifies the display size of notebook bar icons. - + Sidebar -Specifies the display size of sidebar icons. +Specifies the display size of sidebar icons. Visibility - + Menu icons -Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes. +Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes. Shortcuts Displays shortcut keys next to corresponding menu items. Select from "Automatic", "Hide", and "Show". "Automatic" displays shortcut keys according to system settings. @@ -87,99 +87,104 @@ Mouse Middle button -Defines the function of the middle mouse button. +Defines the function of the middle mouse button. - Automatic scrolling - dragging while pressing the middle mouse button shifts the view. + Automatic scrolling - dragging while pressing the middle mouse button shifts the view. - Paste clipboard - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position. + Paste clipboard - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position. -The "Selection clipboard" is independent of the normal clipboard that you use by Edit - Copy/Cut /Insert or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time. +The "Selection clipboard" is independent of the normal clipboard that you use by Edit - Copy/Cut /Insert or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time. + Action - Clipboard + Clipboard - Selection clipboard + Selection clipboard - Copy content + Copy content -Edit - Copy CommandCtrl+C. +Edit - Copy CommandCtrl+C. - Select text, table, object. + Select text, table, object. - Paste content + Paste content - Edit - Paste CommandCtrl+V pastes at the cursor position. + Edit - Paste CommandCtrl+V pastes at the cursor position. - Clicking the middle mouse button pastes at the mouse pointer position. + Clicking the middle mouse button pastes at the mouse pointer position. - Pasting into another document + Pasting into another document - No effect on the clipboard contents. + No effect on the clipboard contents. - The last marked selection is the content of the selection clipboard. + The last marked selection is the content of the selection clipboard. Press Shift+CommandCtrl+R to restore or refresh the view of the current document. Graphics Output - - + + Use hardware acceleration -Directly accesses hardware features of the graphical display adapter to improve the screen display. The support for hardware acceleration is not available for all operating systems and platform distributions of %PRODUCTNAME. - +Directly accesses hardware features of the computer graphical display adapter to improve the screen display. The support for displ
help.git: source/text
source/text/shared/01/image_compression.xhp |4 ++-- source/text/shared/01/ref_pdf_export_general.xhp |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 40bbfa8f4fb070b66481068b952755d04854db2c Author: Ilmari Lauhakangas AuthorDate: Sat Nov 2 17:50:17 2024 +0200 Commit: Ilmari Lauhakangas CommitDate: Sat Nov 2 17:44:18 2024 +0100 tdf#145161 Update Help per renamed label, Change image resolution Change-Id: Ie62be5e67652512ea850654e83d5c873c5030cb5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175949 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas diff --git a/source/text/shared/01/image_compression.xhp b/source/text/shared/01/image_compression.xhp index 7fec753bbd..cf3889185d 100644 --- a/source/text/shared/01/image_compression.xhp +++ b/source/text/shared/01/image_compression.xhp @@ -62,9 +62,9 @@ PNG Compression Since PNG compression is lossless, the main reason to use a compression factor less than 9 is when there is absolute need to reduce the size of the document when saving in a slow computer. The uncompress operation does not depend on the compression level. - + Resolution -Reduce image resolution +Change image resolution Check to change the dimensions of the compressed image. Width, Height Use the spin buttons to set the new width and height of the compressed image. diff --git a/source/text/shared/01/ref_pdf_export_general.xhp b/source/text/shared/01/ref_pdf_export_general.xhp index 9421f0d020..ab6047308b 100644 --- a/source/text/shared/01/ref_pdf_export_general.xhp +++ b/source/text/shared/01/ref_pdf_export_general.xhp @@ -67,9 +67,9 @@ Quality Enter the quality level for JPEG compression. - + -Reduce image resolution +Change image resolution Select to resample or down-size the images to a lower number of pixels per inch. Select the target resolution for the images.
help.git: source/text
source/text/scalc/01/func_base.xhp|5 + source/text/scalc/01/func_decimal.xhp |9 + source/text/scalc/01/func_dollar.xhp |4 source/text/scalc/01/func_exact.xhp |4 source/text/scalc/01/func_find.xhp|4 source/text/scalc/01/func_fixed.xhp |4 source/text/scalc/01/func_left.xhp|4 source/text/scalc/01/func_len.xhp |4 source/text/scalc/01/func_lower.xhp |4 9 files changed, 34 insertions(+), 8 deletions(-) New commits: commit cd5de8ddaf11d56768f31c675b03346aac1b7ff0 Author: Olivier Hallot AuthorDate: Fri Nov 1 15:59:01 2024 -0300 Commit: Olivier Hallot CommitDate: Fri Nov 1 21:36:06 2024 +0100 Tweaks for text function for navigation (2) Change-Id: I5fb676334f398441aa8505ccba3f3344b4c3c3e6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175932 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/01/func_base.xhp b/source/text/scalc/01/func_base.xhp index 2c24eb6022..0b9de96ce7 100644 --- a/source/text/scalc/01/func_base.xhp +++ b/source/text/scalc/01/func_base.xhp @@ -45,12 +45,9 @@ hexadecimal system; converting to =BASE(255;16;4) returns 00FF in the hexadecimal system. - - - DECIMAL - https://wiki.documentfoundation.org/Documentation/Calc_Functions/BASE";>BASE wiki page. + diff --git a/source/text/scalc/01/func_decimal.xhp b/source/text/scalc/01/func_decimal.xhp index f136e7c968..5172d43aab 100644 --- a/source/text/scalc/01/func_decimal.xhp +++ b/source/text/scalc/01/func_decimal.xhp @@ -36,9 +36,10 @@ =DECIMAL("17";10) returns 17. =DECIMAL("FACE";16) returns 64206. =DECIMAL("0101";2) returns 5. - - - BASE - + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/DECIMAL";>DECIMAL wiki page. + + + diff --git a/source/text/scalc/01/func_dollar.xhp b/source/text/scalc/01/func_dollar.xhp index fd5aabb598..f543d1618b 100644 --- a/source/text/scalc/01/func_dollar.xhp +++ b/source/text/scalc/01/func_dollar.xhp @@ -35,5 +35,9 @@ =DOLLAR(255) returns $255.00 for the English (USA) locale and USD (dollar) currency; ¥255.00 for the Japanese locale and JPY (yen) currency; or 255,00 € for the German (Germany) locale and EUR (euro) currency. =DOLLAR(367.456;2) returns $367.46. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/DOLLAR";>DOLLAR wiki page. + + diff --git a/source/text/scalc/01/func_exact.xhp b/source/text/scalc/01/func_exact.xhp index bc8c13d445..3302ceb54f 100644 --- a/source/text/scalc/01/func_exact.xhp +++ b/source/text/scalc/01/func_exact.xhp @@ -33,5 +33,9 @@ Text2 is the second text to compare. =EXACT("microsystems";"Microsystems") returns FALSE. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/EXACT";>EXACT wiki page. + + diff --git a/source/text/scalc/01/func_find.xhp b/source/text/scalc/01/func_find.xhp index 48895c79e0..ee0b4fbb08 100644 --- a/source/text/scalc/01/func_find.xhp +++ b/source/text/scalc/01/func_find.xhp @@ -34,5 +34,9 @@ Position (optional) is the position in the text from which the search starts. =FIND(76;998877665544) returns 6. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/FIND";>FIND wiki page. + + diff --git a/source/text/scalc/01/func_fixed.xhp b/source/text/scalc/01/func_fixed.xhp index fa345568bc..9aed2fc99e 100644 --- a/source/text/scalc/01/func_fixed.xhp +++ b/source/text/scalc/01/func_fixed.xhp @@ -41,5 +41,9 @@ =FIXED(12134567.89;-3;1) returns 12135000 as a text string. =FIXED(12345.789;3/4) returns 12,346 as a text string. =FIXED(12345.789;8/5) returns 12,345.8 as a text string. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/FIXED";>FIXED wiki page. + + diff --git a/source/text/scalc/01/func_left.xhp b/source/text/scalc/01/func_left.xhp index 4411319d00..474b768124 100644 --- a/source/text/scalc/01/func_left.xhp +++ b/source/text/scalc/01/func_left.xhp @@ -35,5 +35,9 @@ Number (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned. =LEFT("output";3) returns “out”. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/LEFT";>LEFT wiki page. + + diff --git a/source/text/scalc/01/func_len.xhp b/source/text/scalc/01/func_len.xhp index 5737d0dfa8..00b40ee97a 100644 --- a/source/text/scalc/01/func_len.xhp +++ b/source/text/scalc/01/func_len.xhp @@ -35,5 +35,9 @@ =LEN("Good Afternoon") returns 14. =LEN(12345.67) returns 8. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/LEN";>LEN wiki page. + + diff --git a/source/text/scalc
help.git: source/text
source/text/shared/optionen/01013000.xhp |4 1 file changed, 4 deletions(-) New commits: commit fd8e67a6f9d2cbf27e223f76bf96bc6cbae06b45 Author: Michael Weghorn AuthorDate: Thu Oct 31 17:13:29 2024 +0100 Commit: Michael Weghorn CommitDate: Thu Oct 31 17:18:14 2024 +0100 Drop help for removed "Support assistive technology tools" option This option no longer exists in the UI since LibreOffice core commit [1] commit 069d2c079664cf44fc471216b1204cb71a6362cd Author: Michael Weghorn Date: Mon Oct 28 21:12:48 2024 +0100 win a11y: Drop "Enable AT Tool support" from options UI , so drop the corresponding section from help, too. [1] https://git.libreoffice.org/core/commit/069d2c079664cf44fc471216b1204cb71a6362cd Change-Id: Icd48d2db877f18aa31500e590c485c7237a5d958 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175881 Reviewed-by: Michael Weghorn Tested-by: Jenkins diff --git a/source/text/shared/optionen/01013000.xhp b/source/text/shared/optionen/01013000.xhp index b95ee5cf5b..d0ae205510 100644 --- a/source/text/shared/optionen/01013000.xhp +++ b/source/text/shared/optionen/01013000.xhp @@ -45,10 +45,6 @@ Miscellaneous options Sets accessibility options. - -Support assistive technology tools (program restart required) - -Allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices. The Java Runtime Environment must be installed on your computer before you can enable assistive support. Use text selection cursor in read-only text document Displays cursor in read-only documents. Allow animated images
help.git: source/text
source/text/scalc/01/0211.xhp |2 +- source/text/shared/main0103.xhp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f833371fbfb54ba9414f127c96cd2bcb2b985a0c Author: Olivier Hallot AuthorDate: Wed Oct 30 11:11:25 2024 +0200 Commit: Olivier Hallot CommitDate: Wed Oct 30 12:53:44 2024 +0100 Mute L10n of embedded contents. + fix bad string Change-Id: Ie84c289310923c286cc843d42ffc2c361dcd9154 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175758 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/01/0211.xhp b/source/text/scalc/01/0211.xhp index 85db57576a..3d0a5defdd 100644 --- a/source/text/scalc/01/0211.xhp +++ b/source/text/scalc/01/0211.xhp @@ -109,7 +109,7 @@ -ScenariosScenarios +Scenarios Displays all available scenarios. Double-click a name to apply that scenario. The result is shown in the sheet. For more information, choose Tools - Scenarios. diff --git a/source/text/shared/main0103.xhp b/source/text/shared/main0103.xhp index be7262df67..7b584c55fb 100644 --- a/source/text/shared/main0103.xhp +++ b/source/text/shared/main0103.xhp @@ -90,7 +90,7 @@ - +
help.git: source/text
source/text/scalc/01/func_bahttext.xhp|8 +--- source/text/scalc/01/func_base.xhp|4 source/text/scalc/01/func_char.xhp|1 + source/text/scalc/01/func_clean.xhp |1 + source/text/scalc/01/func_code.xhp|4 source/text/scalc/01/func_concat.xhp |1 + source/text/scalc/01/func_concatenate.xhp |4 source/text/scalc/01/func_regex.xhp |1 + source/text/scalc/01/func_value.xhp |1 + 9 files changed, 22 insertions(+), 3 deletions(-) New commits: commit c600ec0146bca18fdcd998879dc0a520fb436eff Author: Olivier Hallot AuthorDate: Tue Oct 29 08:43:58 2024 -0300 Commit: Olivier Hallot CommitDate: Tue Oct 29 12:52:40 2024 +0100 Tweaks for text function for navigation Change-Id: I1bc8d9ab8c73d94264c5774bd37cae2a9b54950e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175785 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/01/func_bahttext.xhp b/source/text/scalc/01/func_bahttext.xhp index aad6e7d8c1..cd67597ff4 100644 --- a/source/text/scalc/01/func_bahttext.xhp +++ b/source/text/scalc/01/func_bahttext.xhp @@ -35,8 +35,10 @@ =BAHTTEXT(12.65) returns a string in Thai characters with the meaning of "Twelve Baht and sixty five Satang". - - COM.MICROSOFT.BAHTTEXT - +COM.MICROSOFT.BAHTTEXT + + https://wiki.documentfoundation.org/Documentation/Calc_Functions/BAHTTEXT";>BAHTTEXT wiki page. + + diff --git a/source/text/scalc/01/func_base.xhp b/source/text/scalc/01/func_base.xhp index 50c923a0cd..2c24eb6022 100644 --- a/source/text/scalc/01/func_base.xhp +++ b/source/text/scalc/01/func_base.xhp @@ -49,5 +49,9 @@ DECIMAL + + https://wiki.documentfoundation.org/Documentation/Calc_Functions/BASE";>BASE wiki page. + + diff --git a/source/text/scalc/01/func_char.xhp b/source/text/scalc/01/func_char.xhp index b96bbdd3ef..14b9045a9b 100644 --- a/source/text/scalc/01/func_char.xhp +++ b/source/text/scalc/01/func_char.xhp @@ -36,6 +36,7 @@ ="abc" & CHAR(10) & "def" inserts a newline character into the string. https://wiki.documentfoundation.org/Documentation/Calc_Functions/CHAR";>CHAR wiki page. + diff --git a/source/text/scalc/01/func_clean.xhp b/source/text/scalc/01/func_clean.xhp index a9d1e5e517..a1b838d30e 100644 --- a/source/text/scalc/01/func_clean.xhp +++ b/source/text/scalc/01/func_clean.xhp @@ -36,6 +36,7 @@ =LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argument. CLEAN does not remove spaces. https://wiki.documentfoundation.org/Documentation/Calc_Functions/CLEAN";>CLEAN wiki page. + diff --git a/source/text/scalc/01/func_code.xhp b/source/text/scalc/01/func_code.xhp index 66470b57e7..7ef7984059 100644 --- a/source/text/scalc/01/func_code.xhp +++ b/source/text/scalc/01/func_code.xhp @@ -36,5 +36,9 @@ =CODE("Hieronymus") returns 72, =CODE("hieroglyphic") returns 104. The code used here does not refer to ASCII, but to the code table currently loaded. + + https://wiki.documentfoundation.org/Documentation/Calc_Functions/CODE";>CODE wiki page. + + diff --git a/source/text/scalc/01/func_concat.xhp b/source/text/scalc/01/func_concat.xhp index 277a43af4d..734f68264e 100644 --- a/source/text/scalc/01/func_concat.xhp +++ b/source/text/scalc/01/func_concat.xhp @@ -39,6 +39,7 @@ https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONCAT";>CONCAT wiki page. CONCATENATE + diff --git a/source/text/scalc/01/func_concatenate.xhp b/source/text/scalc/01/func_concatenate.xhp index 81de3cfb4e..69dfad2b71 100644 --- a/source/text/scalc/01/func_concatenate.xhp +++ b/source/text/scalc/01/func_concatenate.xhp @@ -34,5 +34,9 @@ String 1[; String 2][; … ;[String 255]] are strings or references to cells containing strings. =CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONCATENATE";>CONCATENATE wiki page. + + diff --git a/source/text/scalc/01/func_regex.xhp b/source/text/scalc/01/func_regex.xhp index 890e2b7df0..924664708d 100644 --- a/source/text/scalc/01/func_regex.xhp +++ b/source/text/scalc/01/func_regex.xhp @@ -47,6 +47,7 @@ https://wiki.documentfoundation.org/Documentation/Calc_Functions/REGEX";>REGEX wiki page. List of regular expressions https://unicode-org.github.io/icu/userguide/strings/regexp.html";>ICU regular expressions + diff --git a/source/text/scalc/01/func_value.xhp b/source/text/scalc/01/func_value.xhp index 7480edb401
help.git: source/text
source/text/shared/01/0536.xhp | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) New commits: commit 0568f35bf55b1b028875f84a2108bc209c630eab Author: Olivier Hallot AuthorDate: Mon Oct 28 14:42:06 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Oct 28 13:51:04 2024 +0100 Fix Alt text of image + refactor Change-Id: I64832f28bccbf93f9786e1685d645294bd3811bf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175619 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/0536.xhp b/source/text/shared/01/0536.xhp index 5bce5f6614..9749b91705 100644 --- a/source/text/shared/01/0536.xhp +++ b/source/text/shared/01/0536.xhp @@ -19,7 +19,7 @@ -Distribute +Distribute /text/shared/01/0536.xhp @@ -27,7 +27,7 @@ - + drawing objects;distribute drawing objects;distribute evenly distribute objects in drawings @@ -36,70 +36,70 @@ distribute objects horizontally distribute objects;horizontally evenly - + Distribute Selection - + Distributes three or more selected objects evenly along the horizontal axis or the vertical axis. You can also evenly distribute the spacing between objects. -Objects are distributed with respect to the outermost objects in the selection. - -Original object distribution +Objects are distributed with respect to the outermost objects in the selection. + +Original object distribution Horizontally -Specify the horizontal distribution for the selected objects. - +Specify the horizontal distribution for the selected objects. + Horizontally Left -Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another. - -Object distribution horizontally left +Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another. + +Object distribution horizontally left - + Horizontally Center -Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another. - -Object distribution horizontally center +Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another. + +Object distribution horizontally center - + Horizontally Spacing -Distributes the selected objects horizontally, so that the objects are evenly spaced from one another. - -Object distribution horizontally spaced evenly +Distributes the selected objects horizontally, so that the objects are evenly spaced from one another. + +Object distribution horizontally spaced evenly - + Horizontally Right -Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another. - -Object distribution horizontally right +Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another. + +Object distribution horizontally right Vertically -Specify the vertical distribution for the selected objects. - +Specify the vertical distribution for the selected objects. + Vertically Top -Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another. - -Distribute objects vertically top +Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another. + +Distribute objects vertically top - + Vertically Center -Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another. - -Distribute objects vertically center +Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another. + +Distribute objects vertically center - + Vertically Spacing -Distributes the selected objects vertically, so that the objects are evenly spaced from one another. - -Object distribution horizontally spaced evenly +Distributes the selected objects vertically, so that the objects are evenly spaced from one another. + +Object distribution vertically spaced evenly - + Vertically Bottom -Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another. - -Distribute objects vertically bottom +Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another. + +Distribute objects vertically bottom
help.git: source/text
source/text/sbasic/shared/02/2000.xhp | 200 +++--- 1 file changed, 100 insertions(+), 100 deletions(-) New commits: commit 68fd7de6c356ebab9289ba10d939dd8a4e3a7dd1 Author: Olivier Hallot AuthorDate: Sun Oct 27 10:02:09 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Oct 27 14:08:49 2024 +0100 tdf#162607 disambiguate hid2file.js, InsertTimeField + Refactor Change-Id: I93476e7e2d71766be718f398a593d2674016c1d4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175695 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sbasic/shared/02/2000.xhp b/source/text/sbasic/shared/02/2000.xhp index 716911532e..a3370a55a8 100644 --- a/source/text/sbasic/shared/02/2000.xhp +++ b/source/text/sbasic/shared/02/2000.xhp @@ -19,13 +19,13 @@ -Insert Controls +Insert Controls /text/sbasic/shared/02/2000.xhp -controls; in dialog editor +controls; in dialog editor push button control in dialog editor icon control buttons; controls @@ -59,42 +59,42 @@ selection options for controls test mode control - + Insert Controls -Opens the Toolbox bar. +Opens the Toolbox bar. - -Icon Choose Controls + +Icon Choose Controls -Insert Controls +Insert Controls -In edit mode, double-click a control to open the properties dialog. +In edit mode, double-click a control to open the properties dialog. -In edit mode, you can also right-click a control and choose the cut, copy, and paste command. +In edit mode, you can also right-click a control and choose the cut, copy, and paste command. - + Button - -Icon Button + +Icon Button -Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. -If you want, you can add text or a graphic to the button. +Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. +If you want, you can add text or a graphic to the button. @@ -105,11 +105,11 @@ - -Icon Image Control + +Icon Image Control -Adds a control that displays a graphic. +Adds a control that displays a graphic. @@ -119,11 +119,11 @@ - -Icon Check Box + +Icon Check Box -Adds a check box that you can use to turn a function on or off. +Adds a check box that you can use to turn a function on or off. @@ -133,11 +133,11 @@ - -Icon Option Button + +Icon Option Button -Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button. +Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button. @@ -147,11 +147,11 @@ - -Icon Label Field + +Icon Label Field -Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text. +Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text. @@ -161,11 +161,11 @@ - -Icon Text Box + +Icon Text Box -Adds an input box where you can enter and edit text. +Adds an input box where you can enter and edit text. @@ -175,11 +175,11 @@ - -Icon List Box + +Icon List Box -Adds a box where you can click an entry on a list. +Adds a box where you can click an entry on a list. @@ -189,11 +189,11 @@ - -Icon Combo Box + +Icon Combo Box -Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only". +Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only". @@ -203,11 +203,11 @@ - -Icon Horizontal Scrollbar + +Icon Horizontal Scrollbar -Adds a horizontal scrollbar to the dialog. +Adds a horizontal scrollbar to the dialog. @@ -217,11 +217,11 @@ - -Icon Vertical Scrollbar + +Icon Vertical Scrollbar -Adds a vertical scrollbar to the dialog. +Adds a vertical scrollbar to the dialog. @@ -231,27 +231,27 @@ - -Icon Group Box + +Icon Group Box -Adds a frame that you can use to visually gro
help.git: source/text
source/text/shared/menu/insert_form_control.xhp |1 - source/text/swriter/01/0413.xhp |9 - 2 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 67624ded171461c184c8286b510b4778e5be6465 Author: Olivier Hallot AuthorDate: Sun Oct 27 09:12:37 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Oct 27 14:07:54 2024 +0100 tdf#162607 disambiguate hid2file.js, InsertFrameInteract + Removed bookmark from the wrong help page + Reorder text Change-Id: I51daef7752f8efeaa1736b756040af78a530e4d6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175694 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/menu/insert_form_control.xhp b/source/text/shared/menu/insert_form_control.xhp index 3344eb1310..aeb97fa51a 100644 --- a/source/text/shared/menu/insert_form_control.xhp +++ b/source/text/shared/menu/insert_form_control.xhp @@ -27,7 +27,6 @@ - Form Control This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document. diff --git a/source/text/swriter/01/0413.xhp b/source/text/swriter/01/0413.xhp index 1ad96feca7..6a8830c122 100644 --- a/source/text/swriter/01/0413.xhp +++ b/source/text/swriter/01/0413.xhp @@ -28,6 +28,7 @@ + Frame Inserts a frame that you can use to create a layout of one or more columns of text and objects. @@ -35,6 +36,9 @@ +Icon on the Insert toolbar: +Draws a frame where you drag in the document. Click the arrow next to the icon to select the number of columns for the frame. + To edit a frame, click the border to select it, and then choose Format - Frame and Object - Properties. You can also resize or move a selected frame using special shortcut keys. To delete a frame, click the border of the frame, and then press Delete. If you see small red arrows at the beginning and the end of text in frame, use the arrow keys to scroll through the remaining text. @@ -49,11 +53,6 @@ - -Icon on the Insert toolbar: -Draws a frame where you drag in the document. Click the arrow next to the icon to select the number of columns for the frame. - -
help.git: source/text
source/text/shared/01/06130200.xhp |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 43eb562f1d5c61c08c67be8b0f502a3858b6770c Author: Olivier Hallot AuthorDate: Sun Oct 27 08:48:30 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Oct 27 14:07:29 2024 +0100 tdf#162607 disambiguate hid2file.js, Scripts + Removed bookmarks from the wrong help page Change-Id: I15ade86f1359065ceb37e964d909722a1d55529d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175693 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/06130200.xhp b/source/text/shared/01/06130200.xhp index 31ba5a2739..9cad0bf5cb 100644 --- a/source/text/shared/01/06130200.xhp +++ b/source/text/shared/01/06130200.xhp @@ -40,13 +40,13 @@ %PRODUCTNAME Basic Opens a dialog where you can organize %PRODUCTNAME Basic macros. - + JavaScript Opens a dialog where you can organize Javascript scripts. - + BeanShell Opens a dialog where you can organize Java scripts. - + Python Opens a dialog where you can run Python scripts.
help.git: source/text
source/text/scalc/01/func_char.xhp |5 - source/text/scalc/01/func_clean.xhp |5 - 2 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 6d3349d68ca4d6a488d7226f18012f2a69de4f7d Author: Olivier Hallot AuthorDate: Thu Oct 24 09:19:57 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Oct 24 17:52:30 2024 +0200 Completion of CHAR and CLEAN functions Added link to wiki pages. Change-Id: I9c5b5d44f05c8d803994cd9efc864ab873bdd386 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175554 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/01/func_char.xhp b/source/text/scalc/01/func_char.xhp index 5b2db08ace..b96bbdd3ef 100644 --- a/source/text/scalc/01/func_char.xhp +++ b/source/text/scalc/01/func_char.xhp @@ -34,5 +34,8 @@ =CHAR(100) returns the character d. ="abc" & CHAR(10) & "def" inserts a newline character into the string. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/CHAR";>CHAR wiki page. + - \ No newline at end of file + diff --git a/source/text/scalc/01/func_clean.xhp b/source/text/scalc/01/func_clean.xhp index 9897db361c..a9d1e5e517 100644 --- a/source/text/scalc/01/func_clean.xhp +++ b/source/text/scalc/01/func_clean.xhp @@ -34,5 +34,8 @@ Text refers to the text from which to remove all non-printable characters. =LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argument. CLEAN does not remove spaces. + +https://wiki.documentfoundation.org/Documentation/Calc_Functions/CLEAN";>CLEAN wiki page. + - \ No newline at end of file +
help.git: source/text
source/text/sbasic/shared/03103300.xhp | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) New commits: commit b1d8f7ad81193f3a7ef7b5358edafcbf82cf604c Author: Olivier Hallot AuthorDate: Mon Oct 21 10:36:40 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Oct 21 10:39:29 2024 +0200 tdf#134503 precisions on Option Explicit statement Change-Id: Ic9f0efe82bf42e4e6abf492a2933cddef317cf2b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175304 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sbasic/shared/03103300.xhp b/source/text/sbasic/shared/03103300.xhp index b4e0f31c45..47b0852442 100644 --- a/source/text/sbasic/shared/03103300.xhp +++ b/source/text/sbasic/shared/03103300.xhp @@ -20,38 +20,37 @@ -Option Explicit Statement +Option Explicit Statement /text/sbasic/shared/03103300.xhp - - + Option Explicit statement Option Explicit Statement -Specifies that every variable in the program code must be explicitly declared with the Dim statement. +Specifies that every variable in the program code must be explicitly declared with the Dim statement. - +The Option Explicit statement is evaluated at run time. -Option Explicit +Option Explicit -Option Explicit -Sub ExampleExplicit -Dim sVar As String -sVar = "Las Vegas" -For i% = 1 To 10 ' This results in a run-time error -Rem -Next i% -End Sub +Option Explicit +Sub ExampleExplicit +Dim sVar As String +sVar = "Las Vegas" +For i% = 1 To 10 ' This results in a run-time error + Rem +Next i% +End Sub
help.git: source/text
source/text/shared/01/styles.xhp | 597 +-- 1 file changed, 274 insertions(+), 323 deletions(-) New commits: commit 4749ae5515f9e251131009425a1a558ff1434170 Author: Olivier Hallot AuthorDate: Wed Oct 16 08:48:59 2024 +0200 Commit: Olivier Hallot CommitDate: Wed Oct 16 08:54:21 2024 +0200 More typos and mute translation Change-Id: I6ec87cad813dad733fec52e5bc2adfd6f7ec0902 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174949 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/styles.xhp b/source/text/shared/01/styles.xhp index c20f80d46e..c9741d365f 100644 --- a/source/text/shared/01/styles.xhp +++ b/source/text/shared/01/styles.xhp @@ -43,61 +43,48 @@ -Styles -Use the Styles -deck of the Sidebar to apply, create, edit, and remove formatting styles. -Double-click an entry to apply the style. + Styles + Use the Styles deck of the Sidebar to apply, create, edit, and remove formatting styles. Double-click an entry to apply the style. - + -To dock the Styles window, drag -its title bar to the left or to the right side of the workspace. To undock the -window, double-click a free space on its toolbar. -By default, the Styles -deck displays a preview of the available styles. The previews can be disabled by -unchecking the Show Previews box below the list of -styles. +To dock the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar. +By default, the Styles deck displays a preview of the available styles. The previews can be disabled by unchecking the Show Previews box below the list of styles. Style Category - - - - + + + + - + - Paragraph Styles -Displays - formatting styles for paragraphs. Use paragraph styles to apply the -same - formatting, such as - font, numbering, and layout to the paragraphs in your - document. - - - - Icon - Paragraph Styles - - -Paragraph Styles - - - - + Paragraph Styles + Displays formatting styles for paragraphs. Use paragraph styles to apply the same formatting, such as font, numbering, and layout to the paragraphs in your document. + + + + Icon Paragraph Styles + + +Paragraph Styles + + + + @@ -108,24 +95,20 @@ same - Character Styles -Displays -formatting styles for characters. Use character styles to apply font -styles to selected text in a paragraph. - - - - Icon -Character Styles - - - Character -Styles - - + Character Styles + Displays formatting styles for characters. Use character styles to apply font styles to selected text in a paragraph. + + + + Icon Character Styles + + +Character Styles + + - - + + @@ -134,74 +117,67 @@ Styles - - - - - - Icon Drawing Styles - - - Drawing -Styles - - - + + + + + +Icon Drawing Styles + + +Drawing Styles + + + - + - + Frame Styles - Displays -formatting styles for frames. Use frame styles to format frame layouts -and position. - - - - Icon -Frame Styles - - - Frame Styles - - - + Displays formatting styles for frames. Use frame styles to format frame layouts and position. + + + + Icon Frame Styles + + +Frame Styles + + + - - + + - - - - - -Page Styles - Displays -formatting styles for pages. Use page styles to determine page layouts, -including the presence of headers and footers. - - - - Icon Page -Styles - - - Page Styles - - - - + + + + + + Page Styles + Displays formatting styles for pages. Use page styles to determine page layouts, including the presence of headers and footers. + + + + Icon Page Styles + + +Page Styles + + + + @@ -209,75 +185,67 @@ Styles - -List Styles -Displays -formatting styles for numbered and bulleted lists. Use list styles to -format number and bullet characters and to specify indents. - - - - Icon List -Styles - - - List Styles - - - - - - + + List Styles + Displays formatting styles for numbered and bulleted lists. Use list styles to format n
help.git: source/text
source/text/shared/01/styles.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2ca20dece0550ecd127c85d835157b1ab648cf18 Author: Olivier Hallot AuthorDate: Wed Oct 16 07:46:24 2024 +0200 Commit: Olivier Hallot CommitDate: Wed Oct 16 07:56:23 2024 +0200 Typos Change-Id: I95d519d165bc0f7d331147392010e02b0cca1018 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174948 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/styles.xhp b/source/text/shared/01/styles.xhp index 509447e793..c20f80d46e 100644 --- a/source/text/shared/01/styles.xhp +++ b/source/text/shared/01/styles.xhp @@ -368,8 +368,8 @@ selection Update Style - The manually -formatted attributes of the text at the cursor position in the document will be + The manually +formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.
help.git: source/text
source/text/scalc/01/04060101.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a786c24008e843c00271cb324bb00563d451d281 Author: Ilmari Lauhakangas AuthorDate: Tue Oct 8 20:01:08 2024 +0300 Commit: Ilmari Lauhakangas CommitDate: Tue Oct 8 19:04:00 2024 +0200 tdf#162275 Fix typo Change-Id: If8ae57d1d7a92256ee4b9fef60ca47496d225be4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174704 Reviewed-by: Ilmari Lauhakangas Tested-by: Jenkins diff --git a/source/text/scalc/01/04060101.xhp b/source/text/scalc/01/04060101.xhp index e46a882e28..a417877841 100644 --- a/source/text/scalc/01/04060101.xhp +++ b/source/text/scalc/01/04060101.xhp @@ -33,7 +33,7 @@ databases; functions in $[officename] Calc -Database Functions +Database Functions Overview The twelve functions in the Database category help you to analyze a simple database that occupies a rectangular spreadsheet area comprising columns and rows, with the data organized as one row for each record. The header cell of each column displays the name of the column and that name usually reflects the contents of each cell in that column. The functions in the Database category take three arguments as follows:
help.git: source/text
source/text/swriter/01/04020100.xhp| 130 ++--- source/text/swriter/01/legacynumbering.xhp |2 2 files changed, 66 insertions(+), 66 deletions(-) New commits: commit e377c9e115198486cb2b1c6f0348453653a906a5 Author: Olivier Hallot AuthorDate: Wed Oct 2 18:31:39 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Oct 3 02:27:29 2024 +0200 tdf#162607 disambiguate hid2file.js, writer bookmarks + Removed misplaced bookmark + refactor Change-Id: Ieeaf10cd3dc3ed99f1b2265c46051cb06fc04ce7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174413 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp index 89493021e4..073a13889f 100644 --- a/source/text/swriter/01/04020100.xhp +++ b/source/text/swriter/01/04020100.xhp @@ -20,7 +20,7 @@ -Section +Section /text/swriter/01/04020100.xhp @@ -29,81 +29,81 @@ -sections;inserting sections by DDE +sections;inserting sections by DDE DDE; command for inserting sections - - - - -Section -Sets the properties of the section. + + + + +Section +Sets the properties of the section. - - -New Section -Type a name for the new section. By default, $[officename] automatically assigns the name "Section X" to new sections, where X is a consecutive number. -Link - - -Link -Inserts the contents of another document or section from another document in the current section. - - -DDEUFI: WIN only, while fixing #109638# -Creates a DDE link. Select this check box, and then enter the DDE command that you want to use. The DDE option is only available if the Link check box is selected. + + +New Section +Type a name for the new section. By default, $[officename] automatically assigns the name "Section X" to new sections, where X is a consecutive number. +Link + + +Link +Inserts the contents of another document or section from another document in the current section. + + +DDEUFI: WIN only, while fixing #109638# +Creates a DDE link. Select this check box, and then enter the DDE command that you want to use. The DDE option is only available if the Link check box is selected. -The general syntax for a DDE command is: "- ", where server is the DDE name for the application that contains the data. Topic refers to the location of the Item (usually the file name), and Item represents the actual object. +The general syntax for a DDE command is: "
- ", where server is the DDE name for the application that contains the data. Topic refers to the location of the Item (usually the file name), and Item represents the actual object. - For example, to insert a section named "Section1" from a $[officename] text document abc.odt as a DDE link, use the command: "soffice x:bc.odt Section1". To insert the contents of the first cell from a Microsoft Excel spreadsheet file called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can also copy the elements that you want to insert as a DDE link, and then Edit - Paste Special. You can then view the DDE command for the link, by selecting the contents and choosing Edit - Fields. - - -File name / DDE command + For example, to insert a section named "Section1" from a $[officename] text document abc.odt as a DDE link, use the command: "soffice x:bc.odt Section1". To insert the contents of the first cell from a Microsoft Excel spreadsheet file called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can also copy the elements that you want to insert as a DDE link, and then Edit - Paste Special. You can then view the DDE command for the link, by selecting the contents and choosing Edit - Fields. + + +File name / DDE command -Enter the path and the filename for the file that you want to insert, or click the Browse button to locate the file. If the DDE check box is selected, enter the DDE command that you want to use. +Enter the path and the filename for the file that you want to insert, or click the Browse button to locate the file. If the DDE check box is selected, enter the DDE command that you want to use. - - -Browse -Locate the file that you want to insert as a link, and then click Insert. - - -Section -Select the section in the file that you want to insert as a link. -When you open a document that contains linked sections, you are prompted to update the links. -Write Protection - - -Protect -Prevents the selected section from being edited. - - -With password -Protects the selected section with a password. The password must have a minimum of 5 characters. - - -Password -Opens a dialog where you can change the current password. -Hide - - -Hide -Hides and prevents the selected section from being printed. The components of a hidden sections appear gray in the Navigator. When you rest your mouse pointer over a hidden component in the Navigator, the Help ti
help.git: source/text
source/text/shared/01/0211.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f232ea1618140f45dc1643338e9d75a5bf2e49eb Author: Olivier Hallot AuthorDate: Tue Oct 1 20:53:52 2024 +0200 Commit: Olivier Hallot CommitDate: Wed Oct 2 16:32:14 2024 +0200 Mute L10N for embedvar Change-Id: I7c03f7326d14499b391ab6971e766350ed6fcc11 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174325 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/0211.xhp b/source/text/shared/01/0211.xhp index eb81e76012..dbc1a4ac41 100644 --- a/source/text/shared/01/0211.xhp +++ b/source/text/shared/01/0211.xhp @@ -42,7 +42,7 @@ For a full list of supported metacharacters and syntax, see https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters";>ICU Regular Expressions documentation - +
help.git: source/text
source/text/schart/00/0004.xhp | 161 ++- source/text/schart/01/0402.xhp | 67 --- source/text/schart/01/wiz_chart_elements.xhp | 104 - 3 files changed, 162 insertions(+), 170 deletions(-) New commits: commit adbc8637e059f407b7c209af6ee017de2f1f9736 Author: Olivier Hallot AuthorDate: Mon Sep 30 12:52:16 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Sep 30 18:07:11 2024 +0200 tdf#162607 disambiguate hid2file.js, chart legend dups + Removed bookmark from the wizzard help page + refactor Change-Id: I24adbc3bd02c05bb5b406ef6c8101b73150ba506 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174288 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/schart/00/0004.xhp b/source/text/schart/00/0004.xhp index bcd3f4960f..18b2e4fdb8 100644 --- a/source/text/schart/00/0004.xhp +++ b/source/text/schart/00/0004.xhp @@ -22,147 +22,157 @@ -To access this function... +To access this function... /text/schart/00/0004.xhp -To access this function... - +To access this function... + -Choose View - Chart Data Table (Charts) -On Formatting bar, click +Choose View - Chart Data Table (Charts) +On Formatting bar, click - -Icon - + +Icon Chart Data -Chart Data +Chart Data -Choose Insert - Titles (Charts) +Choose Insert - Titles (Charts) + -Choose Insert - Legend (Charts) -Choose Format - Legend - Position tab (Charts) + +Choose Insert - Legend (Charts) +Choose Format - Legend - Position tab (Charts) + + + + +Icon Insert Legend + + +Insert Legend + + + + -Choose Insert - Data Labels (Charts) -Choose Format - Format Selection - Data Point/Data Series - Data Labels tab (for data series and data point) (Charts) +Choose Insert - Data Labels (Charts) +Choose Format - Format Selection - Data Point/Data Series - Data Labels tab (for data series and data point) (Charts) -Choose Insert - Axes (Charts) +Choose Insert - Axes (Charts) -Choose Insert - Grids (Charts) -On Formatting bar, click +Choose Insert - Grids (Charts) +On Formatting bar, click - -Icon - + +Icon Horizontal Grids -Horizontal Grids +Horizontal Grids - -Icon - + +Icon Vertical Grid -Vertical Grids +Vertical Grids -Choose Insert - X Error Bars, or Insert - Y Error Bars (Charts) +Choose Insert - X Error Bars, or Insert - Y Error Bars (Charts) -Choose Insert - Trend Line (Charts) +Choose Insert - Trend Line (Charts) -Choose Insert - Special Character (Charts) +Choose Insert - Special Character (Charts) -Choose Format - Format Selection (Charts) +Choose Format - Format Selection (Charts) -Choose Format - Format Selection - Data Point dialog (Charts) +Choose Format - Format Selection - Data Point dialog (Charts) -Choose Format - Format Selection - Data Series dialog (Charts) +Choose Format - Format Selection - Data Series dialog (Charts) -Choose Format - Format Selection - Data Series - Options tab (Charts) +Choose Format - Format Selection - Data Series - Options tab (Charts) -Choose Format - Title (Charts) +Choose Format - Title (Charts) -Choose Format - Format Selection - Title dialog (Charts) +Choose Format - Format Selection - Title dialog (Charts) -Choose Format - Format Selection - Title dialog (Charts) +Choose Format - Format Selection - Title dialog (Charts) -Choose Format - Title (Charts) +Choose Format - Title (Charts) -Choose Format - Axis (Charts) +Choose Format - Axis (Charts) -Choose Format - Legend, or Format - Format Selection - Legend (Charts) +Choose Format - Legend, or Format - Format Selection - Legend (Charts) -Choose Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes (Charts) +Choose Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes (Charts) -Choose Format - Axis - Y Axis/Secondary Y Axis (Charts) +Choose Format - Axis - Y Axis/Secondary Y Axis (Charts) -Choose Format - Axis - Y Axis - Scale tab (Charts) +Choose Format - Axis - Y Axis - Scale tab (Charts) -Choose Format - Axis - X Axis - Positioning tab (Charts) +Choose Format - Axis - X Axis - Positioning tab (Charts) -Choose Format - Axis - Y Axis - Positioning tab (Charts) +Choose Format - Axis - Y Axis - Positioning tab (Charts) -Choose Format - Grid (Charts) +Choose Format - Grid (Charts) -Choose Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids (Charts) +Choose Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids (Charts) -Choose Format - Chart Wall - Chart dialog (Charts) +Choose Format - Chart Wall - Chart dialog (Charts) -Choose Format - Chart Floor (Charts) +Choose Format - Chart Floor (Charts) -Choose Format - Chart Area (Charts) +Choose Fo
help.git: source/text
source/text/scalc/02/1801.xhp| 51 + source/text/schart/01/wiz_chart_type.xhp | 93 +++ source/text/swriter/01/0115.xhp | 79 -- source/text/swriter/02/1801.xhp | 16 ++--- 4 files changed, 107 insertions(+), 132 deletions(-) New commits: commit f46253b8e0673dca57f94ba95392676a40b3a407 Author: Olivier Hallot AuthorDate: Mon Sep 30 11:59:05 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Sep 30 17:01:17 2024 +0200 tdf#162607 disambiguate hid2file.js, InsertCtrl + Removed misplaced bookmark in Calc + review of Insert toolbar for Calc + Refactor Change-Id: Ifc908c22a5c8e69e6f8ccc86b637baa0b009c7f3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174286 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/02/1801.xhp b/source/text/scalc/02/1801.xhp index 3754fbf1de..ec708a8203 100644 --- a/source/text/scalc/02/1801.xhp +++ b/source/text/scalc/02/1801.xhp @@ -1,7 +1,4 @@ - - - - - - + -Insert +Insert /text/scalc/02/1801.xhp -inserting; objects, toolbar icon +inserting; objects, toolbar icon - + Insert -Click the arrow next to the icon to open the Insert toolbar, where you can add graphics and special characters to the current sheet. - -Tools bar icon: - - - - - -Icon - - - -Insert - - - + -You can select the following icons: -Floating Frame - - -Special Character - +The Insert toolbar let you select the following commands: + + -From File - + + + -Formula + -Chart + + -OLE Object + diff --git a/source/text/schart/01/wiz_chart_type.xhp b/source/text/schart/01/wiz_chart_type.xhp index 11f937fc4a..80893212ff 100644 --- a/source/text/schart/01/wiz_chart_type.xhp +++ b/source/text/schart/01/wiz_chart_type.xhp @@ -1,6 +1,4 @@ - - - -Chart Wizard - Chart Type +Chart Wizard - Chart Type /text/schart/01/wiz_chart_type.xhp @@ -30,13 +27,17 @@ -charts;choosing chart types +charts;choosing chart types - - -Chart Wizard - Chart Type - -On the first page of the Chart Wizard you can choose a chart type. + + + + + Chart Wizard - Chart Type + +On the first page of the Chart Wizard you can choose a chart type. + + @@ -44,46 +45,46 @@ To choose a chart type -Choose a basic chart type: click any of the entries labeled Column, Bar, Pie, and so on. -The contents on the right side will change to offer more options depending on the basic chart type. +Choose a basic chart type: click any of the entries labeled Column, Bar, Pie, and so on. +The contents on the right side will change to offer more options depending on the basic chart type. -Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look. +Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look. -Press Shift+F1 and point to a control to see an extended help text. -Click Finish on any wizard page to close the wizard and create the chart using the current settings. -Click Next to see the next wizard page, or click the entries on the left side of the wizard to go to that page. -Click Back to see the previous wizard page. -Click Cancel to close the wizard without creating a chart.63365 roadmap - -Click to go to the named wizard page.63293 basic chart types - -Select a basic chart type.63294 options - -Select a sub type of the basic chart type.551781378 3D look checkbox - -Enables a 3D look for the data values.551783937 3D dropdown - -Select the type of 3D look.63325 bar column shape listbox - -Select a shape from the list.551781379 stack series (for Line) - -Displays stacked series for Line charts.551780866 stack series on top - -Stack series display values on top of each other.551780867 stack series percent - -Stack series display values as percent.551781380 smooth lines - -Choose the type of line to draw.551784961 properties - -Opens a dialog to set the line or curve properties.551781381 sort by x values (for XY (scatter)) - -Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.63323 number of lines (Column + line) - -Set the number of lines for the Column and Line chart type.Toolbar icon Chart Type - -Opens the Chart Type dialog. +Press Shift+F1 and point to a control to see an extended help text. +Click Finish on any wizard page to close the wizard and create the chart using the current settings. +Click Next to see the next wizard page, or click the entries on the left side of the wizard to go to that page. +Click Back to see the previous wizard page. +Click Cancel to close the wizard without creating a chart.63365 roadmap + +Click to go to the named wizard page.63293 bas
help.git: source/text
source/text/swriter/01/mailmerge00.xhp | 23 +-- 1 file changed, 9 insertions(+), 14 deletions(-) New commits: commit 96ba26db0cb10e32fc6650eb54fe279498c9eecf Author: Olivier Hallot AuthorDate: Mon Sep 30 11:57:46 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Sep 30 17:00:57 2024 +0200 tdf#162607 disambiguate hid2file.js, mail merge + Removed misplaced bookmark Change-Id: I8a65e0b85273759323448accddf80d299ed8782b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174285 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/swriter/01/mailmerge00.xhp b/source/text/swriter/01/mailmerge00.xhp index 962721fdd7..b238fbb81e 100644 --- a/source/text/swriter/01/mailmerge00.xhp +++ b/source/text/swriter/01/mailmerge00.xhp @@ -1,7 +1,4 @@ - - - - - - + -Mail Merge Wizard +Mail Merge Wizard /text/swriter/01/mailmerge00.xhp - - - + + + Mail Merge Wizard -Starts the Mail Merge Wizard to create form letters or send email messages to many recipients. +Starts the Mail Merge Wizard to create form letters or send email messages to many recipients. -Before starting the Mail Merge Wizard you might want to review the whole process of creating a mail merge: +Before starting the Mail Merge Wizard you might want to review the whole process of creating a mail merge: @@ -49,11 +44,11 @@ -First step: Mail Merge Wizard - Select starting document. +First step: Mail Merge Wizard - Select starting document. -Configurable Mail Merge dialog +Configurable Mail Merge dialog
help.git: source/text
source/text/scalc/01/HandleDuplicateRecords.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6f23809799bd7f131da88b4e25d5df5518fdbc12 Author: Andrea Gelmini AuthorDate: Sun Sep 29 00:12:15 2024 +0200 Commit: Julien Nabet CommitDate: Sun Sep 29 10:56:51 2024 +0200 Fix typo Change-Id: Ie5eb123d87c8d1993f3699c20687044835381e47 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174159 Reviewed-by: Julien Nabet Tested-by: Jenkins diff --git a/source/text/scalc/01/HandleDuplicateRecords.xhp b/source/text/scalc/01/HandleDuplicateRecords.xhp index 0f2e9e6aab..c3bf8bad83 100644 --- a/source/text/scalc/01/HandleDuplicateRecords.xhp +++ b/source/text/scalc/01/HandleDuplicateRecords.xhp @@ -37,7 +37,7 @@ Orientation: to specify whether to operate on rows or columns. Header: to specify if the selected data includes table headers. If checked, then the table headers (the first row or column) will be ignored. Items: shows the headers for the selected records. If "data includes headers" checkbox is checked, then it contains the headers of the records, else it's either the row number or the column name depending on the orientation. The user can select/unselect the records to be compared. In the column header, it contains a checkbox to toggle state for all the records in the treeview. -Action: to specify whether to select or reomve the duplicate records out of the checked records in Items. +Action: to specify whether to select or remove the duplicate records out of the checked records in Items.
help.git: source/text
source/text/sdatabase/menuinsert.xhp | 36 +- source/text/sdatabase/toolbar_form.xhp | 32 source/text/sdatabase/toolbar_query.xhp | 36 +- source/text/sdatabase/toolbar_report.xhp | 38 +-- source/text/sdatabase/toolbar_table.xhp | 60 +++ 5 files changed, 101 insertions(+), 101 deletions(-) New commits: commit 14476c266b8097805df0292dc9a07468024c12f0 Author: Olivier Hallot AuthorDate: Sat Sep 28 12:40:46 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 28 17:47:42 2024 +0200 tdf#162607 disambiguate hid2file.js, DBNew* + Removed bookmark from the toolbars help page + refactor Change-Id: Ie51d6b61f735f041b677d711203729476af4625d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174148 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/sdatabase/menuinsert.xhp b/source/text/sdatabase/menuinsert.xhp index 14be6017b7..b41d34a46c 100644 --- a/source/text/sdatabase/menuinsert.xhp +++ b/source/text/sdatabase/menuinsert.xhp @@ -19,7 +19,7 @@ -Insert +Insert /text/sdatabase/menuinsert.xhp @@ -27,22 +27,22 @@ Insert -The Insert menu of a database window. -Form -Opens a new text document in form mode. -Report -Starts the Report Builder window for the selected table, view, or query. -Query (Design View) -Opens a new query in design mode. -Query (SQL View) -Opens a new query in SQL mode. -Table Design -Opens the table design view. -View Design -Opens a new view in design mode. -View (Simple) -Opens a new view in SQL mode. -Folder -Opens a dialog where you can save a new folder in the database file. +The Insert menu of a database window. +Form +Opens a new text document in form mode. +Report +Starts the Report Builder window for the selected table, view, or query. +Query (Design View) +Opens a new query in design mode. +Query (SQL View) +Opens a new query in SQL mode. +Table Design +Opens the table design view. +View Design +Opens a new view in design mode. +View (Simple) +Opens a new view in SQL mode. +Folder +Opens a dialog where you can save a new folder in the database file. diff --git a/source/text/sdatabase/toolbar_form.xhp b/source/text/sdatabase/toolbar_form.xhp index 7e8701bf8f..847db245ad 100644 --- a/source/text/sdatabase/toolbar_form.xhp +++ b/source/text/sdatabase/toolbar_form.xhp @@ -11,83 +11,83 @@ -Database Form Toolbar +Database Form Toolbar /text/sdatabase/toolbar_form.xhp Database Form Toolbar - + New database form -Icon New Database Form +Icon New Database Form -Creates a new database form. +Creates a new database form. - + Open database form -Icon Open Form +Icon Open Form -Opens the selected form so you can enter, edit, or delete records. +Opens the selected form so you can enter, edit, or delete records. - + Edit -Icon Edit Form +Icon Edit Form -Opens the selected form so you can change the layout. +Opens the selected form so you can change the layout. - + Delete -Icon Delete Form +Icon Delete Form -Deletes the selected form. +Deletes the selected form. - + Rename -Icon Rename Form +Icon Rename Form -Renames the selected form. +Renames the selected form. diff --git a/source/text/sdatabase/toolbar_query.xhp b/source/text/sdatabase/toolbar_query.xhp index 0aa32514c0..30a53b0dae 100644 --- a/source/text/sdatabase/toolbar_query.xhp +++ b/source/text/sdatabase/toolbar_query.xhp @@ -11,24 +11,24 @@ -Database Query Toolbar +Database Query Toolbar /text/sdatabase/toolbar_query.xhp Database Query Toolbar - + New database query -Icon New Database Query +Icon New Database Query
help.git: source/text
source/text/shared/optionen/01040200.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d81dc3348d3ac27155b0f9b021d95c7599848150 Author: Olivier Hallot AuthorDate: Sat Sep 28 11:28:44 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 28 16:49:56 2024 +0200 tdf#162607 disambiguate hid2file.js, TableBoundaries + Removed bookmark from the options help page Change-Id: If3b3aa13283e0f6733640676137d834fb8662475 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174145 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/optionen/01040200.xhp b/source/text/shared/optionen/01040200.xhp index 44d48ca5b8..957aa4321e 100644 --- a/source/text/shared/optionen/01040200.xhp +++ b/source/text/shared/optionen/01040200.xhp @@ -68,7 +68,7 @@ Tables Displays the tables contained in your document. -To display the table boundaries, right-click any table and choose Table Boundaries, or choose Table - Table Boundaries in a Writer document. +To display the table boundaries, right-click any table and choose Table Boundaries, or choose Table - Table Boundaries in a Writer document. Drawings and controls Displays the drawings and controls contained in your document. Comments
help.git: source/text
source/text/shared/01/scrollbars.xhp | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) New commits: commit 446f60711a2d62504ac3011987ad22fb64af6ffc Author: Olivier Hallot AuthorDate: Sat Sep 28 11:20:39 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 28 16:49:40 2024 +0200 tdf#162607 disambiguate hid2file.js, uno:ScrollBar + Remove useless bookmark Change-Id: I38689febf073c29353fb1b7e089617eed3d52b69 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174144 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/scrollbars.xhp b/source/text/shared/01/scrollbars.xhp index ff64a7d6de..03e988c901 100644 --- a/source/text/shared/01/scrollbars.xhp +++ b/source/text/shared/01/scrollbars.xhp @@ -10,20 +10,19 @@ --> - + Scroll Bars /text/shared/01/scrollbars.xhp - - + tooltips;in scroll bars Scroll Bars -Show or hide the horizontal and vertical scroll bars that are used to change the viewable area of a document that doesn't fit within the window. +Show or hide the horizontal and vertical scroll bars that are used to change the viewable area of a document that doesn't fit within the window. @@ -33,7 +32,7 @@ -Icon Scroll Bars +Icon Scroll Bars @@ -54,7 +53,7 @@ -Icon Horizontal Scroll Bar +Icon Horizontal Scroll Bar @@ -79,7 +78,7 @@ -Icon Vertical Scroll Bar +Icon Vertical Scroll Bar
help.git: source/text
source/text/scalc/01/database_table_reference.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8cdedc9880681f9c51c0d54f7d1109c173ddb75d Author: Andrea Gelmini AuthorDate: Fri Sep 27 19:09:59 2024 +0200 Commit: Julien Nabet CommitDate: Fri Sep 27 23:33:35 2024 +0200 Fix typo Change-Id: I3084421a7390178d8b6cecf8752b3223994e41fa Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174056 Tested-by: Jenkins Reviewed-by: Julien Nabet diff --git a/source/text/scalc/01/database_table_reference.xhp b/source/text/scalc/01/database_table_reference.xhp index cf7531ada5..ab1ce1a3f5 100644 --- a/source/text/scalc/01/database_table_reference.xhp +++ b/source/text/scalc/01/database_table_reference.xhp @@ -349,7 +349,7 @@ In Microsoft Excel, if the formula cell belongs to the table, then the name of the table may be omitted. For example, the formula =SUM(myData[Sales]) in cell C11 could be written as =SUM([Sales]). Omission of the table name is not yet possible in Calc. Combinations -Columns and data records +Columns and data records To reference a combination of the column labels and data records, use the format [#Headers];[#Data] or [#Headers],[#Data], where the separator is the same separator as for function parameters that is defined in Tools - Options - Calc - Formula - Separators. Data records and total row To reference a combination of data records and totals row, use [#Data];[#Totals]. For example, myData[[#Data];[#Totals]] references the cells A2:D11.
help.git: source/text
source/text/scalc/01/database_table_reference.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d91ca5cb94128baa047ee0187ead1f99c70544b2 Author: Andrea Gelmini AuthorDate: Fri Sep 27 19:08:32 2024 +0200 Commit: Julien Nabet CommitDate: Fri Sep 27 23:32:56 2024 +0200 Fix typo Change-Id: I4ecf82ce4ebf13c9147f08c960f2624a4997a3e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174054 Tested-by: Jenkins Reviewed-by: Julien Nabet diff --git a/source/text/scalc/01/database_table_reference.xhp b/source/text/scalc/01/database_table_reference.xhp index 9e4cacf255..cf7531ada5 100644 --- a/source/text/scalc/01/database_table_reference.xhp +++ b/source/text/scalc/01/database_table_reference.xhp @@ -261,8 +261,8 @@ The cell range A1:D11 was defined as the database range "myData ". The options Contains column labels and Contains totals row were checked when defining the database range. - -Referencing data in tables + +Referencing data in tables A database table reference has the form name of database_range[…]. The part inside the square brackets can be a reserved reference keyword, a field name in square brackets, or a combination of the two. In cases where a single keyword or a single field name is used, use single brackets instead of double brackets. Example
help.git: source/text
source/text/scalc/01/database_table_reference.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e9e8e9ac861dc080105ee93dcc4c4dd76445e7e2 Author: Andrea Gelmini AuthorDate: Fri Sep 27 19:09:09 2024 +0200 Commit: Julien Nabet CommitDate: Fri Sep 27 23:31:12 2024 +0200 Fix typo Change-Id: I32cf04e2b4e9f1b05a904d7cecdc12ca719ff696 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174055 Tested-by: Jenkins Reviewed-by: Julien Nabet diff --git a/source/text/scalc/01/database_table_reference.xhp b/source/text/scalc/01/database_table_reference.xhp index 477a2015a7..9e4cacf255 100644 --- a/source/text/scalc/01/database_table_reference.xhp +++ b/source/text/scalc/01/database_table_reference.xhp @@ -55,7 +55,7 @@ Example The table below contains values used in examples later on in this document. - +
help.git: source/text
source/text/shared/01/0210.xhp | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) New commits: commit 58b1983c442d5a7f0694789b341c2caeb661fc3c Author: Olivier Hallot AuthorDate: Fri Sep 27 01:21:31 2024 +0200 Commit: Olivier Hallot CommitDate: Fri Sep 27 10:50:01 2024 +0200 Fix switch for regular expressions. Change-Id: I40f0abc285a7effb71a18d37862fdd9b606edc84 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174007 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/0210.xhp b/source/text/shared/01/0210.xhp index 49a4172cce..a9c5622b37 100644 --- a/source/text/shared/01/0210.xhp +++ b/source/text/shared/01/0210.xhp @@ -172,8 +172,16 @@ - Paragraph Styles / Including StylesCell Styles - Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list. + + +Paragraph Styles / Including Styles +Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list. + + + Cell Styles +Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list. + +
help.git: source/text
source/text/shared/guide/keyboard.xhp | 26 -- 1 file changed, 26 deletions(-) New commits: commit 8a8dda1b93bf192540e81417bc6abc2c6bc9a077 Author: Heiko Tietze AuthorDate: Tue Sep 10 10:42:16 2024 +0200 Commit: Heiko Tietze CommitDate: Thu Sep 26 16:10:56 2024 +0200 Removal of hard-coded split window shortcut I9d3692640d7bfb6283445cf7f103986cf72581af Change-Id: I00f75b4481a5795674a3a18eea7ca8701dc542fc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173095 Reviewed-by: Heiko Tietze Tested-by: Jenkins diff --git a/source/text/shared/guide/keyboard.xhp b/source/text/shared/guide/keyboard.xhp index 928df2cf9c..8f151e9e31 100644 --- a/source/text/shared/guide/keyboard.xhp +++ b/source/text/shared/guide/keyboard.xhp @@ -211,32 +211,6 @@ If the object is anchored To frame, the Arrow keys move it to the next frame in the respective direction. - Controlling the Dividing Lines - Documents of %PRODUCTNAME Calc, %PRODUCTNAME Draw, and %PRODUCTNAME Impress can be split horizontally and vertically into separate views. Each view can show other parts of the document. Using the mouse, you can drag a dividing line from the scrollbar into the document. - - -Shift+Command -Ctrl+F6: shows the dividing lines at default positions and focus a line. - - -Arrow keys: moves the current dividing line a big step in the arrow direction. - - -Shift+Arrow keys: moves the current dividing line a small step in the arrow direction. - - -Delete: deletes the current dividing line - - -Shift+Delete: deletes both dividing lines - - -Enter: fixes the current position of the dividing lines - - -Escape: resets the current dividing line to its default position - - Controlling the Data Source View CommandCtrl + Shift + F4 opens and closes the data source view.
help.git: source/text
source/text/shared/02/0907.xhp |2 +- source/text/shared/menu/set_image_background.xhp |2 +- source/text/shared/optionen/01060100.xhp |2 +- source/text/simpress/01/0308.xhp |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 2ef934fb7ae13c5713effa050d9858629af66675 Author: Olivier Hallot AuthorDate: Mon Sep 23 10:43:11 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Sep 23 15:46:00 2024 +0200 tdf#162607 disambiguate hid2file.js, misc + mute bookmarks that are followed by hidden paragraphs + remove from options + minor refactor Change-Id: I12da2c0a86a748244e2363fced3c69ac8b3824b9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173819 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/02/0907.xhp b/source/text/shared/02/0907.xhp index 4e21096feb..2a41c95d21 100644 --- a/source/text/shared/02/0907.xhp +++ b/source/text/shared/02/0907.xhp @@ -63,7 +63,7 @@ Select the type of hyperlink to be inserted. Opens the hyperlink in your default web browser. - + Opens the Hyperlink dialog. Copies the URL to the clipboard. diff --git a/source/text/shared/menu/set_image_background.xhp b/source/text/shared/menu/set_image_background.xhp index cc01ee722f..d7f429dd3d 100644 --- a/source/text/shared/menu/set_image_background.xhp +++ b/source/text/shared/menu/set_image_background.xhp @@ -22,8 +22,8 @@ page background image;set slide background image;set + - Set Background Image Set the image background of the slidepage. diff --git a/source/text/shared/optionen/01060100.xhp b/source/text/shared/optionen/01060100.xhp index e0823a22a0..a8402d3147 100644 --- a/source/text/shared/optionen/01060100.xhp +++ b/source/text/shared/optionen/01060100.xhp @@ -87,7 +87,7 @@ Specifies that a small triangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box. Comment indicator - + To display a comment permanently, select the Show comment command from the cell's context menu. You can type and edit comments with the Insert - Comment command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the Comments entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment. diff --git a/source/text/simpress/01/0308.xhp b/source/text/simpress/01/0308.xhp index aea76a08b4..1397fb69a8 100644 --- a/source/text/simpress/01/0308.xhp +++ b/source/text/simpress/01/0308.xhp @@ -42,7 +42,7 @@ When enabled, the current slide shows the background of the master slide.Display Objects from Master When enabled, the current slide shows the objects of the master slide.Set Background Picture for Slidei83563 - + Opens a file dialog to select a picture. The picture will be scaled and inserted on the background of the current master slide.
help.git: source/text
source/text/sdatabase/menuedit.xhp | 66 ++--- source/text/shared/01/0209.xhp | 19 -- 2 files changed, 48 insertions(+), 37 deletions(-) New commits: commit 37daca381f38f17887b57789d021cd3820533487 Author: Olivier Hallot AuthorDate: Sat Sep 21 10:54:49 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 21 17:38:51 2024 +0200 tdf#162607 disambiguate hid2file.js, SelectAll Change-Id: I8f8d8ed584af930a8a6fd88962a64b813ad1aecf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173762 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sdatabase/menuedit.xhp b/source/text/sdatabase/menuedit.xhp index bdb4046a87..db5bf769fe 100644 --- a/source/text/sdatabase/menuedit.xhp +++ b/source/text/sdatabase/menuedit.xhp @@ -19,7 +19,7 @@ -Edit +Edit /text/sdatabase/menuedit.xhp @@ -30,54 +30,54 @@ Edit -The Edit menu of a database window. +The Edit menu of a database window. Copy -Copies the selected object to the clipboard. +Copies the selected object to the clipboard. Paste -Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another. - +Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another. + Paste Special -Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another. +Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another. - -Select All -Selects all entries, including subfolders, in the lower part of the database window. - - + + + + + Edit -Opens a window where you can edit the selected table, query, form, or report. - - +Opens a window where you can edit the selected table, query, form, or report. + + Delete -Deletes the selected table, query, form, or report. +Deletes the selected table, query, form, or report. - + Rename -Renames the selected object. Depending on the database, some names, characters, and name length might be invalid. - +Renames the selected object. Depending on the database, some names, characters, and name length might be invalid. + Open -Opens the selected object in the last saved state. - +Opens the selected object in the last saved state. + Create as View -Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database. +Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database. Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time. - + Form Wizard -Starts the Form Wizard for the selected table, query, or view. - +Starts the Form Wizard for the selected table, query, or view. + Report Wizard -Starts the Report Wizard for the selected table, query, or view. - +Starts the Report Wizard for the selected table, query, or view. + Database -Opens a submenu. - +Opens a submenu. + Properties -Opens the Database Properties dialog. - +Opens the Database Properties dialog. + Connection Type -Opens the Connection Type Wizard.shortened the paragraph, see i58462 - +Opens the Connection Type Wizard.shortened the paragraph, see i58462 + Advanced Properties -Opens the Advanced Properties dialog. +Opens the Advanced Properties dialog. diff --git a/source/text/shared/01/0209.xhp b/source/text/shared/01/0209.xhp index 5a5944689f..edcd4c0126 100644 --- a/source/text/shared/01/0209.xhp +++ b/source/text/shared/01/0209.xhp @@ -31,14 +31,25 @@ -Select All - Selects the entire content of the current file, frame, or text object. + Select All + + + Selects all entries, including subfolders, in the lower part of the database window. + + + Selects the entire content of the current file, frame, or text object. + + -To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet. + + +To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet. +To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose Select All Sheets. + + -To select all of the sheets in a spreadsheet file, right-click
help.git: source/text
source/text/swriter/02/1812.xhp |1 - 1 file changed, 1 deletion(-) New commits: commit 198614b76c835e3fedf4918510a8c310832a3d77 Author: Olivier Hallot AuthorDate: Sat Sep 21 10:32:04 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 21 15:33:25 2024 +0200 tdf#162607 disambiguate hid2file.js, ShowGraphics Change-Id: I735dc52ff1838f3a51e99b95df4eb88c6f17a8e1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173760 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/swriter/02/1812.xhp b/source/text/swriter/02/1812.xhp index ab6bb53f47..009c038b1e 100644 --- a/source/text/swriter/02/1812.xhp +++ b/source/text/swriter/02/1812.xhp @@ -28,7 +28,6 @@ - graphics;do not show images;do not show
help.git: source/text
source/text/shared/menu/style_menu.xhp |2 -- 1 file changed, 2 deletions(-) New commits: commit 29e946d0b946aeafb4ab98a96924184db149c110 Author: Olivier Hallot AuthorDate: Sat Sep 21 09:27:10 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 21 15:01:54 2024 +0200 tdf#162607 disambiguate hid2file.js, Style menu Change-Id: If76719ba4d12902b0420895ca8a592d674fc3d86 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173758 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/menu/style_menu.xhp b/source/text/shared/menu/style_menu.xhp index e79c46fa2a..f2e4659327 100644 --- a/source/text/shared/menu/style_menu.xhp +++ b/source/text/shared/menu/style_menu.xhp @@ -49,8 +49,6 @@ - -
help.git: source/text
source/text/shared/01/InsertAuthorField.xhp |2 +- source/text/swriter/01/0499.xhp |2 +- source/text/swriter/02/1803.xhp | 13 + 3 files changed, 7 insertions(+), 10 deletions(-) New commits: commit 9dba486fe729d68268585c3962b1b4159723945d Author: Olivier Hallot AuthorDate: Sat Sep 21 06:40:50 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 21 13:03:21 2024 +0200 Fix some "D'oh! you found a bug" Change-Id: I3f842ab100595ba9aa55092ada078fc2c19b5fe5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173754 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/InsertAuthorField.xhp b/source/text/shared/01/InsertAuthorField.xhp index 0bcf54e844..a19b1e0ff3 100644 --- a/source/text/shared/01/InsertAuthorField.xhp +++ b/source/text/shared/01/InsertAuthorField.xhp @@ -16,7 +16,7 @@ - + First Author (field)Author (field) diff --git a/source/text/swriter/01/0499.xhp b/source/text/swriter/01/0499.xhp index fc320e0540..81a4d1b70b 100644 --- a/source/text/swriter/01/0499.xhp +++ b/source/text/swriter/01/0499.xhp @@ -43,7 +43,7 @@ - + More Fields diff --git a/source/text/swriter/02/1803.xhp b/source/text/swriter/02/1803.xhp index 99bf7c746e..ca22d7d5df 100644 --- a/source/text/swriter/02/1803.xhp +++ b/source/text/swriter/02/1803.xhp @@ -1,6 +1,4 @@ - - - -Insert Fields +Insert Fields /text/swriter/02/1803.xhp @@ -30,18 +27,18 @@ - + Insert Fields -Click to open the Fields dialog. Click the arrow next to the icon to open a submenu. Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.UFI: changed to fix #i20539# +Click to open the Fields dialog. Click the arrow next to the icon to open a submenu. Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.UFI: changed to fix #i20539# -You can choose from the following functions: +You can choose from the following functions: - + Other
help.git: source/text
source/text/shared/01/0211.xhp | 16 1 file changed, 16 insertions(+) New commits: commit 74180ce0f912f7a432f509b8c5ac9239e4f74d9a Author: Olivier Hallot AuthorDate: Tue Sep 17 13:42:23 2024 -0300 Commit: Olivier Hallot CommitDate: Tue Sep 17 20:19:21 2024 +0200 tdf#163012 Add description of \w and \W to regex page Change-Id: I11dc5b3eee4af0447a7450fa71fa25f8c1327a03 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173571 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/0211.xhp b/source/text/shared/01/0211.xhp index 48c70d5407..eb81e76012 100644 --- a/source/text/shared/01/0211.xhp +++ b/source/text/shared/01/0211.xhp @@ -150,6 +150,22 @@ Note, this form replaces the obsolete (although they still work for now) forms "\>" (match end of word) and "\<" (match start of word). + + + \w + + + Match a word character. + + + + + \W + + + Match a non-word character. + + ^$
help.git: source/text
source/text/scalc/guide/keyboard.xhp | 51 +++ 1 file changed, 22 insertions(+), 29 deletions(-) New commits: commit 589c8137e03b1bbb7647cbfaf0a6585d60fbfc9b Author: Olivier Hallot AuthorDate: Tue Sep 17 13:05:56 2024 -0300 Commit: Olivier Hallot CommitDate: Tue Sep 17 20:19:04 2024 +0200 tdf#162847 Resize icon in page. + refactor partially Change-Id: I9e547dcab48fe5413f92076c365bf7db952c06c7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173570 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/guide/keyboard.xhp b/source/text/scalc/guide/keyboard.xhp index 7688e47376..2f78315fc8 100644 --- a/source/text/scalc/guide/keyboard.xhp +++ b/source/text/scalc/guide/keyboard.xhp @@ -1,6 +1,4 @@ - - - -Shortcut Keys (%PRODUCTNAME Calc Accessibility) +Shortcut Keys (%PRODUCTNAME Calc Accessibility) /text/scalc/guide/keyboard.xhp @@ -30,70 +27,66 @@ -accessibility; %PRODUCTNAME Calc shortcuts +accessibility; %PRODUCTNAME Calc shortcuts shortcut keys;%PRODUCTNAME Calc accessibility -Shortcut Keys (%PRODUCTNAME Calc Accessibility) - -Refer also to the lists of shortcut keys for %PRODUCTNAME Calc and %PRODUCTNAME in general. +Shortcut Keys (%PRODUCTNAME Calc Accessibility) +Refer also to the lists of shortcut keys for %PRODUCTNAME Calc and %PRODUCTNAME in general. Cell Selection Mode - - -Icon - + +Icon Minimize Dialog - -In a text box that has a button to minimize the dialog, press F2 to enter the cell selection mode. Select any number of cells, then press F2 again to show the dialog. + +In a text box that has a button to minimize the dialog, press F2 to enter the cell selection mode. Select any number of cells, then press F2 again to show the dialog. -In the cell selection mode, you can use the common navigation keys to select cells. +In the cell selection mode, you can use the common navigation keys to select cells. Controlling the Outline -You can use the keyboard in Outline: +You can use the keyboard in Outline: -Press F6 or Shift+F6 until the vertical or horizontal outline window has the focus. +Press F6 or Shift+F6 until the vertical or horizontal outline window has the focus. - + Tab - cycle through all visible buttons from top to bottom or from left to right. - + Shift+Tab - cycle through all visible buttons in the opposite direction. - -Command+1 to Command+8Ctrl+1 to Ctrl+8 - show all levels up to the specified number; hide all higher levels. + Command+1 to Command+8Ctrl+1 to Ctrl+8 - show all levels up to the specified number; hide all higher levels. -Use + or - to show or hide the focused outline group. +Use + or - to show or hide the focused outline group. -Press Enter to activate the focused button. +Press Enter to activate the focused button. -Use Up, Down, Left, or Right arrow to cycle through all buttons in the current level. +Use Up, Down, Left, or Right arrow to cycle through all buttons in the current level. Selecting a Drawing Object or a Graphic -Choose View - Toolbars - Drawing to open the Drawing toolbar. +Choose View - Toolbars - Drawing to open the Drawing toolbar. -Press F6 until the Drawing toolbar is selected. +Press F6 until the Drawing toolbar is selected. -If the selection tool is active, press CommandCtrl+Enter. This selects the first drawing object or graphic in the sheet. + If the selection tool is active, press CommandCtrl+Enter. This selects the first drawing object or graphic in the sheet. -With CommandCtrl+F6 you set the focus to the document. -Now you can use Tab to select the next drawing object or graphic and Shift+Tab to select the previous one. + With CommandCtrl+F6 you set the focus to the document. +Now you can use Tab to select the next drawing object or graphic and Shift+Tab to select the previous one.
help.git: source/text
source/text/shared/01/0113.xhp |9 +- source/text/shared/optionen/01040400.xhp | 132 +++ 2 files changed, 70 insertions(+), 71 deletions(-) New commits: commit 30b104a12fa9d2f95cd7edcfec42431da7a022d3 Author: Olivier Hallot AuthorDate: Thu Sep 12 10:41:39 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Sep 12 15:47:05 2024 +0200 tdf#162607 Remove dup's in hid2file.js, Print dialog + disambiguate bookmark between optionen and print dialog + remove dups in print dialog page + refactor Change-Id: I101db8feaaf391509554a7b11d202d8cbf57a066 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173265 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/0113.xhp b/source/text/shared/01/0113.xhp index d8850bb838..63bc4a639a 100644 --- a/source/text/shared/01/0113.xhp +++ b/source/text/shared/01/0113.xhp @@ -238,6 +238,9 @@ Select the Brochure option to print the document in brochure format. + + + %PRODUCTNAME Writer @@ -291,10 +294,9 @@ Order Specify how to arrange slides on the printed page. Contents - Slide name Specifies whether to print the page name of a document. - + Date and time Specifies whether to print the current date and time. @@ -330,10 +332,9 @@ %PRODUCTNAME Draw Contents - + Page name Specifies whether to print the page name of a document. - Date and time Specifies whether to print the current date and time. diff --git a/source/text/shared/optionen/01040400.xhp b/source/text/shared/optionen/01040400.xhp index 7a55164be4..b58f136964 100644 --- a/source/text/shared/optionen/01040400.xhp +++ b/source/text/shared/optionen/01040400.xhp @@ -20,13 +20,13 @@ - Print (Options) + Print (Options) /text/shared/optionen/01040400.xhp -pictures; printing +pictures; printing tables in text; printing drawings; printing in text documents controls; printing @@ -45,78 +45,76 @@ printing; creating individual jobs faxes;selecting a fax machine mw made "fax machine selection" a two level entry - - -Print -Specifies print settings within a text or HTML document. + + +Print +Specifies print settings within a text or HTML document. -The print settings defined on this tab page apply to subsequent new documents, until you change the settings again. If you want to change the settings for the current print job only, use the File - Print dialog. -Contents -Specifies which document contents are to be printed. - - -Images and objects -Specifies whether the graphics of your text document are printed. - - -Form controls - Specifies whether the form control fields of the text document are printed. - - -Page background - Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page Style - Background) in the printed document.UFI: fixes #i21977# - - -Print text in black - Specifies whether to always print text in black. - - -Hidden text - Enable this option to print text that is marked as hidden. The following hidden text is printed: text that is formatted as hidden by Format - Character - Font Effects - Hidden, and the text fields Hidden text and Hidden paragraphs.UFI: sorry, due to a bug no links allowed in extended help text - - -Text placeholder - Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.Text placeholders are fields. - Pages - Defines the print order for $[officename] Writer documents with multiple pages. - -Left pages (not for HTML documents) - Specifies whether to print all left (even numbered) pages of the document. - -Right pages (not for HTML documents) - Specifies whether to print all right (odd numbered) pages of the document. - -Brochure - Select the Brochure option to print your document in brochure format. The brochure format is as follows in $[officename] Writer: +The print settings defined on this tab page apply to subsequent new documents, until you change the settings again. If you want to change the settings for the current print job only, use the File - Print dialog. +Contents +Specifies which document contents are to be printed. + + +Images and objects +Specifies whether the graphics of your text document are printed. + + +Form controls + Specifies whether the form control fields of the text document are printed. + + +Page background + Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page Style - Background) in t
help.git: source/text
source/text/sdatabase/05030300.xhp |5 ++ source/text/sdatabase/tablewizard02.xhp | 54 2 files changed, 31 insertions(+), 28 deletions(-) New commits: commit ec63fc11d91d92f31fd7aca15820fafd84d2c957 Author: Olivier Hallot AuthorDate: Thu Sep 12 08:42:24 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Sep 12 14:59:46 2024 +0200 tdf#162607 Remove dup's in hid2file.js, DBACCESS_HID* + bad bookmarks removed from tablewizard02.xhp + refactor Change-Id: I6aa3aa5c339319ad6c9d330986168d3c347a57c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173259 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sdatabase/05030300.xhp b/source/text/sdatabase/05030300.xhp index 1c94019eb4..73c4bfbca2 100644 --- a/source/text/sdatabase/05030300.xhp +++ b/source/text/sdatabase/05030300.xhp @@ -27,14 +27,17 @@ + + Type formatting In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The Type formatting dialog is the third window of the Copy table dialog. -List box +Field list Lists the data fields that will be included in to the copied table. Column information + Field name Displays the name of the selected data field. If you want, you can enter a new name. diff --git a/source/text/sdatabase/tablewizard02.xhp b/source/text/sdatabase/tablewizard02.xhp index 05fa1f89e4..3b97ed1c94 100644 --- a/source/text/sdatabase/tablewizard02.xhp +++ b/source/text/sdatabase/tablewizard02.xhp @@ -19,45 +19,45 @@ -Table Wizard - Set Types and Formats +Table Wizard - Set Types and Formats /text/sdatabase/tablewizard02.xhp Table Wizard - Set Types and Formats -Specifies the field information for your selected fields. +Specifies the field information for your selected fields. -Selected fields -Select a field in order to edit the field information. +Selected fields +Select a field in order to edit the field information. -− -Remove the selected field from the list box. -+ -Add a new data field to the list box. +− +Remove the selected field from the list box. ++ +Add a new data field to the list box. Field information -Field name -Displays the name of the selected data field. If you want, you can enter a new name. - +Field name +Displays the name of the selected data field. If you want, you can enter a new name. + Field type -Select a field type. -AutoValue -If set to Yes, the values for this data field are generated by the database engine. -Entry required -If set to Yes, this field must not be empty.not in spec doc - +Select a field type. +AutoValue +If set to Yes, the values for this data field are generated by the database engine. +Entry required +If set to Yes, this field must not be empty.not in spec doc + Length -Specifies the number of characters for the data field. - +Specifies the number of characters for the data field. + Decimal places -Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields. - +Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields. + Default value -Specifies the default value for a Yes/No field. -Auto-increment statement -Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field: -CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT) -For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box. -Table Wizard - Set primary key +Specifies the default value for a Yes/No field. +Auto-increment statement +Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field: +CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT) +For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box. +Table Wizard - Set primary key
help.git: source/text
source/text/simpress/guide/table_insert.xhp | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) New commits: commit f0cce1baf94f2645e5eac9bd3dbc72de359179b5 Author: Olivier Hallot AuthorDate: Wed Sep 11 13:07:12 2024 -0300 Commit: Olivier Hallot CommitDate: Wed Sep 11 22:40:10 2024 +0200 tdf#162607 Remove dup's in hid2file.js, NewTableDialog + Removed bookmarks not appropriate + moved some to UI and deleted here Change-Id: Ic85a4c43cd4861cefa1bf67348d386464234ed65 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173236 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp index 4741248142..e5b3638543 100644 --- a/source/text/simpress/guide/table_insert.xhp +++ b/source/text/simpress/guide/table_insert.xhp @@ -32,8 +32,7 @@ Slides Including Tables and Spreadsheets in Slides You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages: - - + Insert a native table - you enter the data into the cells and apply fancy formatting using the Table Design section on the Tasks pane. @@ -41,11 +40,9 @@ Slides Insert a new table as an OLE object or insert an existing file as an OLE object - you can specify the link to a file to be a live link to the latest data saved in a spreadsheet file. -Insert table dialog - Number of columns - -Enter the number of columns for the new table.Insert table dialog - Number of rows - -Enter the number of rows for the new table.Contextmenu of a table in Impress and DrawCell + + +Contextmenu of a table in Impress and DrawCell Define the vertical alignment of selected or all cell contents. Split or merge cells.
help.git: source/text
source/text/shared/01/signsignatureline.xhp |2 source/text/shared/optionen/01010100.xhp| 148 +--- source/text/shared/optionen/0102.xhp|2 3 files changed, 74 insertions(+), 78 deletions(-) New commits: commit d1c125b79ba1140d894aa2ef71692394218bf3ff Author: Olivier Hallot AuthorDate: Sat Sep 7 18:43:14 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Sep 8 13:40:14 2024 +0200 tdf#162607 Remove dup's in hid2file.js, signature + fixed bad bookmarks in signature + in load/save options + refactor Change-Id: Ia2fa2c981775b1a6a951f100d52de97cb45e81cc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173030 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/signsignatureline.xhp b/source/text/shared/01/signsignatureline.xhp index 758b38f012..d4afd758dd 100644 --- a/source/text/shared/01/signsignatureline.xhp +++ b/source/text/shared/01/signsignatureline.xhp @@ -17,7 +17,7 @@ - + digital signature;sign signature linesignature line;signing diff --git a/source/text/shared/optionen/01010100.xhp b/source/text/shared/optionen/01010100.xhp index be8fa8d301..9791c8af7f 100644 --- a/source/text/shared/optionen/01010100.xhp +++ b/source/text/shared/optionen/01010100.xhp @@ -19,7 +19,7 @@ -User Data +User Data /text/shared/optionen/01010100.xhp @@ -28,129 +28,127 @@ -data; user data +data; user data user data; input personal data input personal data; cursor position user data; cursor position - - + + User Data -Use this tab page to enter or edit user data. Some of the data may have already been entered by the user or system administrator when installing $[officename]. +Use this tab page to enter or edit user data. Some of the data may have already been entered by the user or system administrator when installing $[officename]. -User data is used by templates and Wizards in $[officename]. For example, the "First name" and "Last name" data fields are used to automatically insert your name as the author of a new document. You can see this under File - Properties. -Some of the user data is included automatically in an internal dictionary so that it is recognized by the spellchecker. If typing errors are made, the program can use this data to suggest replacements. Note that changes to data take effect only after $[officename] is restarted. -User data is also used when commenting and in tracking changes mode, to identify comments/edits author; and to mark last edit position in document, so that when author opens the document later, it opens at the last edit position. +User data is used by templates and Wizards in $[officename]. For example, the "First name" and "Last name" data fields are used to automatically insert your name as the author of a new document. You can see this under File - Properties. +Some of the user data is included automatically in an internal dictionary so that it is recognized by the spellchecker. If typing errors are made, the program can use this data to suggest replacements. Note that changes to data take effect only after $[officename] is restarted. +User data is also used when commenting and in tracking changes mode, to identify comments/edits author; and to mark last edit position in document, so that when author opens the document later, it opens at the last edit position. Address -Use the Address field to enter and edit your personal user data. +Use the Address field to enter and edit your personal user data. - - + + Company -Type the name of your company in this field. +Type the name of your company in this field. - - - - + + + + First name -Type your first name. - - - - +Type your first name. + + + + Last name -Type your last name. - - - - +Type your last name. + + + + Initials -Type your initials. +Type your initials. - - - + + + Street -Type the name of your street in this field. - - - - +Type the name of your street in this field. + + + + ZIP -Type your ZIP in this field. - - - - +Type your ZIP in this field. + + + + City -Type the city where you live. - - - - +Type the city where you live. + + + Country -Type your country. - - - - +Type your country. + + + State -Type your state. +Type your state. - - + + Title -Type your title in this field. +Type your title in this field. - - + + Position -Type your position in the company in this field. +Type your position in the company in this field. - + Tel. (Home) -Type your private telephone number in this field. - +Type your private telephone number in this field. + Tel. (Work) -Type your work number in this field. +Type your work number in this field. - - - + + + Fax -Type your fax number in this field. +Type your fax number in this field. - - - + + + Email -Type your email address. For example, my.n...@my.provider.com +Type your email address
help.git: source/text
source/text/simpress/01/0606.xhp| 110 +++- source/text/simpress/01/effectoptionseffect.xhp | 68 +++--- 2 files changed, 86 insertions(+), 92 deletions(-) New commits: commit fd76f630da7ec75c86340f62aee37dd6c1280ba8 Author: Olivier Hallot AuthorDate: Sat Sep 7 16:54:16 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Sep 8 13:38:36 2024 +0200 tdf#162607 Remove dup's in hid2file.js, SD_HID* + deleted dup SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX + refactor Change-Id: Idc35560497ba5b79cdfb2e62ec06d74013ab8a79 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173029 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/simpress/01/0606.xhp b/source/text/simpress/01/0606.xhp index 6d47174790..647e6819b1 100644 --- a/source/text/simpress/01/0606.xhp +++ b/source/text/simpress/01/0606.xhp @@ -1,6 +1,4 @@ - - - -Animation Pane +Animation Pane /text/simpress/01/0606.xhp @@ -31,117 +28,114 @@ -sounds; for effects +sounds; for effects effects; sounds sounds; formats presentations; ordering of effects lists;animations animations;list of - - - - + + + + Animation Pane -Assigns effects to selected objects. +Assigns effects to selected objects. - + Animation List -The animation list displays all animations for the current slide. +The animation list displays all animations for the current slide. -Each slide has one main animation that runs when the slide is shown. +Each slide has one main animation that runs when the slide is shown. -More animations may be present, which run when a shape is shown. If any of these animated shapes are present, they are listed in the lower half of the animation list. Tabs display the name of each shape that runs an animation. +More animations may be present, which run when a shape is shown. If any of these animated shapes are present, they are listed in the lower half of the animation list. Tabs display the name of each shape that runs an animation. -Each list entry consists of the following two rows: +Each list entry consists of the following two rows: -The first row of the entry shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends. The name of the shape for the animation effect or the first characters of the animated text. +The first row of the entry shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends. The name of the shape for the animation effect or the first characters of the animated text. -In the second row an icon shows the animation effect, followed by the category and the name of the effect. +In the second row an icon shows the animation effect, followed by the category and the name of the effect. - + Add -Adds another animation effect for the selected object on the slide. - +Adds another animation effect for the selected object on the slide. + Remove -Removes the selected animation effects from the animation list. - - +Removes the selected animation effects from the animation list. + + Change order -Click one of the buttons to move the selected animation effect up or down in the list. +Click one of the buttons to move the selected animation effect up or down in the list. - + Category -Select an animation effect category. The following categories are available: +Select an animation effect category. The following categories are available: -Entrance: Select an entrance effect from the list of effects. +Entrance: Select an entrance effect from the list of effects. -Emphasis: Select an emphasis effect from the list of effects. +Emphasis: Select an emphasis effect from the list of effects. -Exit: Select an exiting effect from the list of effects. +Exit: Select an exiting effect from the list of effects. -Motion Paths: Select a motion path effect from the list of effects. +Motion Paths: Select a motion path effect from the list of effects. - + Effect -Select an animation effect. +Select an animation effect. - + Start -Displays when the selected animation effect should be started. The following start options are available: +Displays when the selected animation effect should be started. The following start options are available: - -On click - the animation stops at this effect until the next mouse click. +On click - the animation stops at this effect until the next mouse click. - -With previous - the animation runs immediately. +With previous - the animation runs immediately. - -After previous - the animation runs as soon as the previous animation ends. +After previous - the animation runs as soon as the previous animation ends. - - - - - - - - - + + + + + + + + + Properties: Direction, Spokes, Amount, Color, First
help.git: source/text
source/text/scalc/01/04060106.xhp |3 - source/text/scalc/01/func_ceiling.xhp | 58 - source/text/scalc/01/func_networkdays.intl.xhp | 28 ++-- source/text/scalc/01/func_networkdays.xhp | 27 +-- 4 files changed, 57 insertions(+), 59 deletions(-) New commits: commit ce3c29b0ba0db095049bb4792db3b0df10ad0a94 Author: Olivier Hallot AuthorDate: Sat Sep 7 08:44:21 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 7 18:59:38 2024 +0200 tdf#162607 Remove dup's in hid2file.js, SC_HID* + fixed bad bookmarks + refactor Change-Id: Ie466ecff62f4bdcbecfe737a80c5ff2a93e02d9d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172992 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 013826ae9b..78751f8bac 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -1297,11 +1297,10 @@ EUROCONVERT function - EUROCONVERTinsert link in financial -Converts between old European national currency and to and from Euros. +Converts between old European national currency and to and from Euros. EUROCONVERT(Value; "From_currency"; "To_currency" [; full_precision [; triangulation_precision]]) diff --git a/source/text/scalc/01/func_ceiling.xhp b/source/text/scalc/01/func_ceiling.xhp index b52b1a453e..548c6d745f 100644 --- a/source/text/scalc/01/func_ceiling.xhp +++ b/source/text/scalc/01/func_ceiling.xhp @@ -10,30 +10,30 @@ --> -Ceiling functions +Ceiling functions /text/scalc/01/func_ceiling.xhp Ceiling functions - + CEILING function rounding;up to multiples of significance mw added one entry - + CEILING -Rounds a number to the nearest multiple of a significance value. +Rounds a number to the nearest multiple of a significance value. For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs. If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that has existed since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that has existed since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. -CEILING(Number [; Significance [; Mode]]) +CEILING(Number [; Significance [; Mode]]) -Number is the number that is to be rounded, or a reference to a cell containing the number. +Number is the number that is to be rounded, or a reference to a cell containing the number. -Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to +1 or -1 depending on the sign of Number. -Mode (optional) is a number, or a reference to a cell containing a number. The function only uses Mode if both Number and Significance are negative. Then if Mode is given and not equal to zero, numbers are rounded down (away from zero); if Mode is equal to zero or not given, negative numbers are rounded up (towards zero). +Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to +1 or -1 depending on the sign of Number. +Mode (optional) is a number, or a reference to a cell containing a number. The function only uses Mode if both Number and Significance are negative. Then if Mode is given and not equal to zero, numbers are rounded down (away from zero); if Mode is equal to zero or not given, negative numbers are rounded up (towards zero). =CEILING(3.45) returns 4. =CEILING(3.45; 3) returns 6. @@ -44,20 +44,20 @@ - + CEILING.PRECISE function rounding;up to multiples of significance mw added one entry - + CEILING.PRECISE -Rounds a number up to the nearest multiple of a significance value. +Rounds a number up to the nearest multiple of a significance value. For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored. This function calculates identical results to the ISO.CEILING function. -CEILING.PRECISE(Number [; Significance]) +CEILING.PRECISE(Number [; Significance])
help.git: source/text
source/text/shared/01/ref_pdf_export.xhp | 12 ++-- source/text/shared/01/ref_pdf_export_general.xhp |2 +- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit b9174d7844e4e6df7820b63fd62c9c1eb70752d3 Author: Olivier Hallot AuthorDate: Sat Sep 7 08:07:36 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Sep 7 18:57:48 2024 +0200 tdf#162607 Remove dup's in hid2file.js, pdf export + fixed bad bookmark + refactor Change-Id: I48f2395c9b1b667333f81f2d6ced11d0cb6efae8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172991 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/ref_pdf_export.xhp b/source/text/shared/01/ref_pdf_export.xhp index 7e92e06b49..5c195f321f 100644 --- a/source/text/shared/01/ref_pdf_export.xhp +++ b/source/text/shared/01/ref_pdf_export.xhp @@ -20,7 +20,7 @@ -Export as PDF +Export as PDF /text/shared/01/ref_pdf_export.xhp @@ -28,16 +28,16 @@ - + PDF;export portable document format exporting;to PDF MW made "PDF export a two level entry"UFI: write guide and move bookmarks there - + Export as PDF -Saves the current file to Portable Document Format (PDF) version 1.4. A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed. +Saves the current file to Portable Document Format (PDF) version 1.4. A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed. @@ -51,8 +51,8 @@ - + Export button -Exports the current file in PDF format. +Exports the current file in PDF format. diff --git a/source/text/shared/01/ref_pdf_export_general.xhp b/source/text/shared/01/ref_pdf_export_general.xhp index db0a463cdc..9421f0d020 100644 --- a/source/text/shared/01/ref_pdf_export_general.xhp +++ b/source/text/shared/01/ref_pdf_export_general.xhp @@ -48,7 +48,7 @@ Selection Exports the current selection. - + View PDF after export Open the exported document in the system default PDF viewer.
help.git: source/text
source/text/shared/00/0401.xhp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 8c0678cb66b35d04a3aa791383ff6b9007700e5e Author: Kira Tubo AuthorDate: Tue Sep 3 23:22:56 2024 -0700 Commit: Adolfo Jayme Barrientos CommitDate: Sat Sep 7 09:44:32 2024 +0200 tdf#157230: Help: Adjust path for Open/Save buttons in Tabbed UI Update navigation path for following buttons in Tabbed UI: - Recent Documents* - Open Remote* - Save As** - Save Remote** *Buttons now located in File > Open popup menu **Buttons now located in File > Save popup menu Related to changes in commit 406f879af36c8cc524d87292ddffca7426811fa0 Change-Id: I09f2ab65a14953f9e80bd8a45ae016bd3831b672 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172986 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/shared/00/0401.xhp b/source/text/shared/00/0401.xhp index f6d0c5abf6..896bf39264 100644 --- a/source/text/shared/00/0401.xhp +++ b/source/text/shared/00/0401.xhp @@ -107,7 +107,7 @@ Choose File - Open Remote. -Choose File - Open Remote. +Choose File, then long-click on the Open icon, and select Open Remote File. @@ -129,7 +129,7 @@ Choose File - Recent Documents. -Choose File - Recent Documents. +Choose File, then long-click on the Open icon. A list of recent documents will display. @@ -263,7 +263,7 @@ Choose File - Save As. -Choose File - Save As. +Choose File, then long-click on the Save icon, and select Save As. @@ -306,7 +306,7 @@ Choose File - Save Remote. -Choose File - Save Remote +Choose File, then long-click on the Save icon, and select Save Remote File. Long-click on the Save icon and select Save Remote File.
help.git: source/text
source/text/swriter/01/06080100.xhp | 24 1 file changed, 12 insertions(+), 12 deletions(-) New commits: commit a88ae62e116a47c32a0fa679544eee79160616a9 Author: Ilmari Lauhakangas AuthorDate: Fri Sep 6 18:44:50 2024 +0300 Commit: Ilmari Lauhakangas CommitDate: Fri Sep 6 17:46:08 2024 +0200 Related tdf#140347: remove colons from headings Change-Id: Ic0f7fa6dc262466a5fed8ddfac0a1b95ba2351af Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172973 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas diff --git a/source/text/swriter/01/06080100.xhp b/source/text/swriter/01/06080100.xhp index f4b4de5c7a..1e9cbeb6a1 100644 --- a/source/text/swriter/01/06080100.xhp +++ b/source/text/swriter/01/06080100.xhp @@ -40,7 +40,7 @@ AutoNumbering -Numbering: +Numbering Select the numbering scheme that you want to use. @@ -111,7 +111,7 @@ -Counting: +Counting Select the numbering option for the footnotes. @@ -148,16 +148,16 @@ -Before: +Before Enter the text that you want to display in front of the footnote number in the note text. For example, type "To " to display "To 1". -After: +After Enter the text that you want to display after the footnote number in the note text. For example, type ")" to display "1)". Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style Footnote. Press Command+TF11 to open Styles dialog and select Footnote from the list of paragraph styles. Open the local menu with right click and choose Modify. Go to the Indents & Spacing tab page and set indent to 0 before and after the paragraph, including the first line. On Tabs tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in Footnotes/Endnotes Settings dialog enter into the Before and After edit boxes. -Start at: +Start at Enter the number for the first footnote in the document. This option is only available if you selected "Per Document" in the Counting box. -Position: +Position End of page Displays footnotes at the bottom of the page. @@ -167,24 +167,24 @@ Text style To ensure a uniform appearance for the footnotes in your document, assign a paragraph style to the footnote text, and assign character styles to the footnote anchor number and the number in the footnote area. -Paragraph: +Paragraph Select the paragraph style for the footnote text. Only special styles can be selected. -Page: +Page Select the page style that you want to use for footnotes. This option is only available if the End of Document check box is selected in the Position area. -Anchor in text: +Anchor in text Select the character style that you want to use for footnote anchors in the text area of your document. -Anchor in footnote: +Anchor in footnote Select the character style that you want to use for the footnote numbers in the footnote area. Continuation notice -End of Footnote: +End of Footnote Enter the text that you want to display when the footnotes are continued on the next page, for example, "Continued on Page ". $[officename] Writer automatically inserts the number of the following page. -Start of next page: +Start of next page Enter the text that you want to display on the page where the footnotes are continued, for example, "Continued from Page ". $[officename] Writer automatically inserts the number of the previous page.
help.git: source/text
source/text/shared/guide/protection.xhp |4 ++-- source/text/swriter/01/05060100.xhp | 17 +++-- source/text/swriter/01/05060900.xhp | 12 3 files changed, 17 insertions(+), 16 deletions(-) New commits: commit edcc3ca5f71bb680059d4713b095246f876837b4 Author: Ilmari Lauhakangas AuthorDate: Fri Sep 6 13:52:05 2024 +0300 Commit: Olivier Hallot CommitDate: Fri Sep 6 15:58:20 2024 +0200 tdf#149085 Protect section in Writer object properties moved to Position and Size tab. I removed the tags as the .ui file already has extended tips defined. Also update the label Automatic to AutoSize to match current UI. Change-Id: Iddb9dfa48e983879fba8233a37b64f954b5787fe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172941 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/guide/protection.xhp b/source/text/shared/guide/protection.xhp index de60a51fd5..d163fcb509 100644 --- a/source/text/shared/guide/protection.xhp +++ b/source/text/shared/guide/protection.xhp @@ -90,7 +90,7 @@ Turning on protection - For example, for graphics inserted in Writer: Choose Format - Image - Properties - Options tab. Under Protect, mark Contents, Position and/or Size. + For example, for graphics inserted in Writer: Choose Format - Image - Properties - Position and Size tab. Under Protect, mark Contents, Position and/or Size. @@ -98,7 +98,7 @@ Turning off protection - For example, for graphics inserted in Writer: Choose Format - Image - Properties - Options tab. Under Protect, unmark as appropriate. + For example, for graphics inserted in Writer: Choose Format - Image - Properties - Position and Size tab. Under Protect, unmark as appropriate. diff --git a/source/text/swriter/01/05060100.xhp b/source/text/swriter/01/05060100.xhp index e5a0f42a5a..b77bbd1b32 100644 --- a/source/text/swriter/01/05060100.xhp +++ b/source/text/swriter/01/05060100.xhp @@ -67,9 +67,22 @@ This option is not available for frames. - Automatic + AutoSize Automatically adjusts the width or height of a frame to match the contents of the frame. If you want, you can specify a minimum width or minimum height for the frame. - The Automatic option is only available when you select a frame. + The AutoSize option is only available when you select a frame. + + Protect + Specifies protection options for the selected item. + + Contents + Prevents changes to the contents of the selected item. + You can still copy the contents of the selected item. + + Position + Locks the position of the selected item in the current document. + + Size + Locks the size of the selected item. Anchor diff --git a/source/text/swriter/01/05060900.xhp b/source/text/swriter/01/05060900.xhp index ddb0ddc9f9..8b0656b9f5 100644 --- a/source/text/swriter/01/05060900.xhp +++ b/source/text/swriter/01/05060900.xhp @@ -56,18 +56,6 @@ Next link Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty. -Protect -Specifies protection options for the selected item. - -Contents -Prevents changes to the contents of the selected item. -You can still copy the contents of the selected item. - -Position -Locks the position of the selected item in the current document. - -Size -Locks the size of the selected item. Content alignment (frames only) Vertical alignment Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings.
help.git: source/text
source/text/swriter/01/06080100.xhp | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit b4c5d498e409d98da283dcaa25a8e3d8591aac76 Author: Ilmari Lauhakangas AuthorDate: Fri Sep 6 15:59:53 2024 +0300 Commit: Ilmari Lauhakangas CommitDate: Fri Sep 6 15:07:13 2024 +0200 tdf#140347 Labels changed in Settings of Footnotes and Endnotes dialog Change-Id: I6c3f9c626c24bddf5cd72ce5c0a65732ad3073ad Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172968 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas diff --git a/source/text/swriter/01/06080100.xhp b/source/text/swriter/01/06080100.xhp index a2a43821f8..f4b4de5c7a 100644 --- a/source/text/swriter/01/06080100.xhp +++ b/source/text/swriter/01/06080100.xhp @@ -40,7 +40,7 @@ AutoNumbering -Numbering +Numbering: Select the numbering scheme that you want to use. @@ -111,7 +111,7 @@ -Counting +Counting: Select the numbering option for the footnotes. @@ -148,43 +148,43 @@ -Before +Before: Enter the text that you want to display in front of the footnote number in the note text. For example, type "To " to display "To 1". -After +After: Enter the text that you want to display after the footnote number in the note text. For example, type ")" to display "1)". Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style Footnote. Press Command+TF11 to open Styles dialog and select Footnote from the list of paragraph styles. Open the local menu with right click and choose Modify. Go to the Indents & Spacing tab page and set indent to 0 before and after the paragraph, including the first line. On Tabs tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in Footnotes/Endnotes Settings dialog enter into the Before and After edit boxes. -Start at +Start at: Enter the number for the first footnote in the document. This option is only available if you selected "Per Document" in the Counting box. -Position +Position: End of page Displays footnotes at the bottom of the page. End of document Displays footnotes at the end of the document as endnotes. -Styles +Text style To ensure a uniform appearance for the footnotes in your document, assign a paragraph style to the footnote text, and assign character styles to the footnote anchor number and the number in the footnote area. -Paragraph +Paragraph: Select the paragraph style for the footnote text. Only special styles can be selected. -Page +Page: Select the page style that you want to use for footnotes. This option is only available if the End of Document check box is selected in the Position area. -Text area +Anchor in text: Select the character style that you want to use for footnote anchors in the text area of your document. -Footnote area +Anchor in footnote: Select the character style that you want to use for the footnote numbers in the footnote area. Continuation notice -End of Footnote +End of Footnote: Enter the text that you want to display when the footnotes are continued on the next page, for example, "Continued on Page ". $[officename] Writer automatically inserts the number of the following page. -Start of next page +Start of next page: Enter the text that you want to display on the page where the footnotes are continued, for example, "Continued from Page ". $[officename] Writer automatically inserts the number of the previous page.
help.git: source/text
source/text/shared/guide/start_parameters.xhp |8 1 file changed, 8 deletions(-) New commits: commit 35f143f5b52cf1b8203562e4016b75ba7e568c53 Author: Caolán McNamara AuthorDate: Fri Sep 6 08:20:37 2024 +0100 Commit: Caolán McNamara CommitDate: Fri Sep 6 09:24:42 2024 +0200 drop removed 'eventtesting' cmd line option Change-Id: I8f22828134b0b5354621a1e2bf18adf8af1203a4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172932 Reviewed-by: Caolán McNamara Tested-by: Jenkins Tested-by: Caolán McNamara diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index d34577e0e5..e8a17d9a4b 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -350,14 +350,6 @@ Exit after initialization complete (no documents loaded). - - - --eventtesting - - - Exit after loading documents. - -
help.git: source/text
source/text/shared/01/table_design.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6cf58ad72402089f3bface5930dad6ab7ecdd0c3 Author: Andrea Gelmini AuthorDate: Thu Sep 5 18:43:15 2024 +0200 Commit: Olivier Hallot CommitDate: Thu Sep 5 20:22:23 2024 +0200 Fix typo Change-Id: I02a273ae82c96388efeee5ea2d88b7162d8d2022 Signed-off-by: Andrea Gelmini Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172921 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/table_design.xhp b/source/text/shared/01/table_design.xhp index 34fc945c55..8511689f6c 100644 --- a/source/text/shared/01/table_design.xhp +++ b/source/text/shared/01/table_design.xhp @@ -128,7 +128,7 @@ Banded columns -Check this box to use the selected style's banded column format. Enabling this option will apply a different format to even-mumbered columns. +Check this box to use the selected style's banded column format. Enabling this option will apply a different format to even-numbered columns.
help.git: source/text
source/text/shared/01/0405.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06c4d05a7e39feb276bbd70ed3639a8c10157d54 Author: Pierre F AuthorDate: Wed Sep 4 13:12:14 2024 +0200 Commit: Olivier Hallot CommitDate: Thu Sep 5 10:57:36 2024 +0200 tdf#161401. explicit "Delete comment" for Calc Navigator Change-Id: Id44e12ddde6bcdab5d4628634fd90bb6543e6a38 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172820 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/0405.xhp b/source/text/shared/01/0405.xhp index 05e21ac470..33de2cfd78 100644 --- a/source/text/shared/01/0405.xhp +++ b/source/text/shared/01/0405.xhp @@ -62,7 +62,7 @@ To change the position or size of a comment, drag a border or corner of the comment box. To delete a comment, right-click the cell, then choose Delete Comment. -You can also right-click a comment name in the Navigator window to choose some editing commands. +You can also right-click a comment name in the Navigator window to choose Edit Comment or Delete Comment. To set the printing options for comments in your spreadsheet, choose Format - Page Style, and then click the Sheet tab.
help.git: source/text
source/text/sbasic/shared/03030203.xhp | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) New commits: commit d984c2e53073403920ff738525fa7b34910bdc7d Author: Olivier Hallot AuthorDate: Wed Sep 4 18:27:37 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Sep 5 10:36:16 2024 +0200 tdf#162791 Update BASIC now() help page. BASIC Now() function changed internal calculation to match Calc's =NOW() function. Change-Id: I10653e8120c34d57db9f06ad70768174a47cba59 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172876 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/sbasic/shared/03030203.xhp b/source/text/sbasic/shared/03030203.xhp index 3764abb87d..d468730c3a 100644 --- a/source/text/sbasic/shared/03030203.xhp +++ b/source/text/sbasic/shared/03030203.xhp @@ -20,7 +20,7 @@ -Now Function +Now Function /text/sbasic/shared/03030203.xhp @@ -28,35 +28,38 @@ - + Now function Now Function -Returns the current system date and time as a Date value. +Returns the current system date and time as a Date value. - +The Now function calculates time up to milliseconds, but return time in seconds. -Now +Now -Date +Date - Sub ExampleNow - MsgBox "It is now " & Now - End Sub + Sub ExampleNow + MsgBox "It is now " & Now + End Sub + REM Work with milliseconds timings + Sub ExampleNowDouble + Dim myTime As Double + myTime = now + MsgBox "It is now " & format(myTime, "-mm-dd HH:MM:SS.000") + End Sub -The Now function measures time in seconds. To measure time in milliseconds use the Timer service. - -
help.git: source/text
source/text/shared/01/ref_epub_export.xhp | 72 +++--- 1 file changed, 36 insertions(+), 36 deletions(-) New commits: commit e0980a281484ae01ed6e1f11a4fbed5daf5452b9 Author: Olivier Hallot AuthorDate: Wed Sep 4 13:00:02 2024 -0300 Commit: Olivier Hallot CommitDate: Wed Sep 4 21:22:46 2024 +0200 tdf#162607 Remove dup's in hid2file.js, epub + splitlb is dup and one of them renamed to layoutlb + refactor Change-Id: I728a9cb43b8713d59d0a3ba2083c659186cd4ef7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172871 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp index 42b19915e5..cfcc730f4b 100644 --- a/source/text/shared/01/ref_epub_export.xhp +++ b/source/text/shared/01/ref_epub_export.xhp @@ -20,7 +20,7 @@ -Export as EPUB +Export as EPUB /text/shared/01/ref_epub_export.xhp @@ -28,96 +28,96 @@ - + EPUB;export electronic publication exporting;to EPUB - - + + Export as EPUB -Export the current file to EPUB. - +Export the current file to EPUB. + - + General - + Version -Sets the version of the resulting EPUB file. +Sets the version of the resulting EPUB file. - + Split method -Select the type of start of the next EPUB section. +Select the type of start of the next EPUB section. -Heading: Starts the next section on headings, according to the document outline numbering. +Heading: Starts the next section on headings, according to the document outline numbering. -Page break: Starts the new section on a page break. +Page break: Starts the new section on a page break. - + Layout method -Determines if a reflowable or a fixed layout EPUB will be generated. +Determines if a reflowable or a fixed layout EPUB will be generated. -Reflowable: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported. +Reflowable: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported. -Fixed: Gives greater control over presentation when a reflowable EPUB is not suitable for the content. +Fixed: Gives greater control over presentation when a reflowable EPUB is not suitable for the content. - + Custom cover image -Enter the full path of the custom cover image file. If the entry is empty, the exporter takes the cover image in the media directory (see below) when the name is one of the following: cover.gif, cover.jpg, cover.png or cover.svg. +Enter the full path of the custom cover image file. If the entry is empty, the exporter takes the cover image in the media directory (see below) when the name is one of the following: cover.gif, cover.jpg, cover.png or cover.svg. The custom cover image is embedded in the EPUB file. - + Custom media directory -Enter the custom media directory for the EPUB file. The media directory may contain a cover image as seen above, custom metadata and image links. +Enter the custom media directory for the EPUB file. The media directory may contain a cover image as seen above, custom metadata and image links. -By default, the exporter looks for custom media and custom metadata in the current document directory inside a folder with the same name of the document file name. For example, if the document name is MyText.odt, the default media folder for cover and metadata is MyText in the current directory. +By default, the exporter looks for custom media and custom metadata in the current document directory inside a folder with the same name of the document file name. For example, if the document name is MyText.odt, the default media folder for cover and metadata is MyText in the current directory. -For custom metadata, you must provide a file with same name as the original filename and with extension as ".xmp". The provided metadata will override the internal document metadata. In the example above, the custom metadata must exist in the MyText directory as MyText.xmp. +For custom metadata, you must provide a file with same name as the original filename and with extension as ".xmp". The provided metadata will override the internal document metadata. In the example above, the custom metadata must exist in the MyText directory as MyText.xmp. -Image links mean that if you create relative links on images or text and they link an image that's available in the media directory, then this media will be available in the EPUB export result as a popup. +Image links mean that if you create r
help.git: source/text
source/text/shared/01/styles.xhp |2 source/text/shared/05/0110.xhp | 129 - source/text/shared/05/new_help.xhp | 80 +++ source/text/swriter/guide/spotlight_styles.xhp |1 4 files changed, 104 insertions(+), 108 deletions(-) New commits: commit c8a102908be2a86209d4a2e94a5ef0031445803b Author: Olivier Hallot AuthorDate: Tue Sep 3 19:27:23 2024 -0300 Commit: Olivier Hallot CommitDate: Wed Sep 4 17:44:48 2024 +0200 tdf#162607 Remove dup's in hid2file.js, SFX2_HID* + refactor Change-Id: I3b435b46a9ddb7d235531844a3667888d3f644a0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172848 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/styles.xhp b/source/text/shared/01/styles.xhp index be75ced93f..f8a81c8753 100644 --- a/source/text/shared/01/styles.xhp +++ b/source/text/shared/01/styles.xhp @@ -363,8 +363,6 @@ selection - - diff --git a/source/text/shared/05/0110.xhp b/source/text/shared/05/0110.xhp index 22775c13fe..5bf2b88f7c 100644 --- a/source/text/shared/05/0110.xhp +++ b/source/text/shared/05/0110.xhp @@ -20,161 +20,160 @@ -The %PRODUCTNAME Help Window +The %PRODUCTNAME Help Window /text/shared/05/0110.xhp - - - + + The %PRODUCTNAME Help Window - The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help. - Provides an overview of the Help system. The Help window shows the currently selected Help page. - - The Toolbar contains important functions for controlling the Help system: + The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help. + Provides an overview of the Help system. The Help window shows the currently selected Help page. + + The Toolbar contains important functions for controlling the Help system: - Icon + Icon - -Hides and shows the navigation pane. + +Hides and shows the navigation pane. - Icon + Icon - -Moves back to the previous page. + +Moves back to the previous page. - Icon + Icon - -Moves forward to the next page. + +Moves forward to the next page. - Icon + Icon - -Moves to the first page of the current Help topic. + +Moves to the first page of the current Help topic. - Icon + Icon - -Prints the current page. + +Prints the current page. - Icon + Icon - -Adds this page to your bookmarks. + +Adds this page to your bookmarks. - Search icon + Search icon - -Opens the Find on this page dialog. + +Opens the Find on this page dialog. -These commands can also be found in the context menu of the Help document. +These commands can also be found in the context menu of the Help document. Help Page - You can copy from the Help Viewer to the clipboard on your operating system with standard copy commands. For example: + You can copy from the Help Viewer to the clipboard on your operating system with standard copy commands. For example: - On a Help page, select the text that you want to copy. + On a Help page, select the text that you want to copy. - Press CommandCtrl+C. + Press CommandCtrl+C. -To search the current Help page: +To search the current Help page: - Click the Find on this Page icon. - The Find on this Page dialog opens. - You can also click in the Help page and press CommandCtrl+F. + Click the Find on this Page icon. + The Find on this Page dialog opens. + You can also click in the Help page and press CommandCtrl+F. - In the Search for box, enter the text that you want to find. + In the Search for box, enter the text that you want to find. - Select the search options that you want to use. + Select the search options that you want to use. - Click Find. - To find the next occurrence of the search term on the page, click Find again. + Click Find. + To find the next occurrence of the search term on the page, click Find again. - -Enter the text that you
help.git: source/text
source/text/shared/00/00040502.xhp | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit ef0468c99468c3f58211d9d327f8d8deaae90d86 Author: Bogdan Buzea AuthorDate: Wed Sep 4 12:10:11 2024 +0200 Commit: Ilmari Lauhakangas CommitDate: Wed Sep 4 12:43:56 2024 +0200 tdf#155153 Change "Group" to "Group Shapes" Change-Id: Ia27e5bc2176f74642732c257692c1e9cdcf6e5a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172819 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas diff --git a/source/text/shared/00/00040502.xhp b/source/text/shared/00/00040502.xhp index a804c19ef3..22f3c73329 100644 --- a/source/text/shared/00/00040502.xhp +++ b/source/text/shared/00/00040502.xhp @@ -1040,7 +1040,7 @@ -Choose Format - Group. +Choose Format - Group Shapes. Choose Group. @@ -1056,7 +1056,7 @@ Choose Shape - Group - Group -Choose Format - Group - Group +Choose Format - Group Shapes - Group @@ -1082,10 +1082,10 @@ - Choose Shape - Group - Ungroup. + Choose Shape - Group Shapes - Ungroup. - Choose Format - Group - Ungroup. + Choose Format - Group Shapes - Ungroup. @@ -1109,10 +1109,10 @@ - Choose Shape - Group - Exit Group. + Choose Shape - Group Shapes - Exit Group. - Choose Format - Group - Exit Group. + Choose Format - Group Shapes - Exit Group. @@ -1137,10 +1137,10 @@ - Choose Shape - Group - Enter Group. + Choose Shape - Group Shapes - Enter Group. - Choose Format - Group - Enter Group. + Choose Format - Group Shapes - Enter Group.
help.git: source/text
source/text/sdraw/00/page_menu.xhp | 28 ++--- source/text/sdraw/01/new_page.xhp |8 +- source/text/shared/01/styles.xhp | 97 + source/text/simpress/00/slide_menu.xhp | 20 +- source/text/simpress/01/0512.xhp | 22 +++ source/text/simpress/01/new_slide.xhp | 13 +--- source/text/swriter/00/0405.xhp|8 -- 7 files changed, 81 insertions(+), 115 deletions(-) New commits: commit 89f535d534780afd0dd684223c684b29e33c2009 Author: Olivier Hallot AuthorDate: Tue Sep 3 18:50:47 2024 -0300 Commit: Olivier Hallot CommitDate: Wed Sep 4 00:29:59 2024 +0200 tdf#162607 Remove dup's in hid2file.js, .uno:LoadStyles + touch insert new page/slide + refactor Change-Id: I9d4a1fa6ec31bd68b5fc6cbabc13a714ef595c5a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172846 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sdraw/00/page_menu.xhp b/source/text/sdraw/00/page_menu.xhp index 0119a9e725..ae80c30e58 100644 --- a/source/text/sdraw/00/page_menu.xhp +++ b/source/text/sdraw/00/page_menu.xhp @@ -19,31 +19,39 @@ - Page Menu + Page Menu /text/sdraw/00/page_menu.xhp -Choose Page - Page Properties +Choose Page - Page Properties -Choose Page - Page Properties and then click the Page tab +Choose Page - Page Properties and then click the Page tab -Choose Page - Page Properties and then click the Background tab +Choose Page - Page Properties and then click the Background tab -Choose Page - Master Page +Choose Page - Master Page -Choose Page - Master Page - Load + + + + Choose Page - Master Page - Load + + - Choose Page - New Page - On the Insert bar, click + + Choose Page - New Page + + Choose Insert - New Page. + - Icon New Page + Icon New Page - New Page + New Page diff --git a/source/text/sdraw/01/new_page.xhp b/source/text/sdraw/01/new_page.xhp index fede71a231..e49aaaf3c5 100644 --- a/source/text/sdraw/01/new_page.xhp +++ b/source/text/sdraw/01/new_page.xhp @@ -1,6 +1,4 @@ - - - -New Page +New Page /text/sdraw/01/new_page.xhp @@ -30,9 +27,10 @@ + New Page -Inserts a blank page after the selected page. +Inserts a blank page after the selected page. diff --git a/source/text/shared/01/styles.xhp b/source/text/shared/01/styles.xhp index aa053464b9..be75ced93f 100644 --- a/source/text/shared/01/styles.xhp +++ b/source/text/shared/01/styles.xhp @@ -25,8 +25,7 @@ - + This help page should move to shared folder and reworked. OH Styles window;applying styles @@ -40,21 +39,17 @@ localize="false"/> styles in spreadsheets styles; in Calc - - + + -Styles +Styles Use the Styles deck of the Sidebar to apply, create, edit, and remove formatting styles. Double-click an entry to apply the style. -Choose Edit Paragraph Style in the context menu of a +Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style. @@ -62,8 +57,7 @@ style. -To dock the Styles window, drag +To dock the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar. By default, the Styles @@ -76,11 +70,8 @@ styles. - - + + @@ -102,14 +93,11 @@ same - Icon + Icon Paragraph Styles -Paragraph Styles +Paragraph Styles @@ -131,8 +119,7 @@ styles to selected text in a paragraph. - Icon + Icon Character Styles @@ -143,7 +130,7 @@ Styles - + @@ -151,17 +138,12 @@ Styles - + - Icon Drawing Styles + Icon Drawing Styles Drawing @@ -185,8 +167,7 @@ and position. - Icon + Icon Frame Styles @@ -216,8 +197,7 @@ including the presence of headers and footers. - Icon Page + Icon Page Styles @@ -241,8 +221,7 @@ format number and bullet characters and to specify indents. - Icon List + Icon List Styles @@ -266,8 +245,7 @@ backgrounds, fonts, alignment, and number formats to tables. - Icon + Icon Table Styles @@ -289,17 +267,13 @@ Table Styles Presentation Styles -Show styles used in %PRODUCTNAME Impress AutoLayouts. You can only +Show styles used in %PRODUCTNAME Impress AutoLayouts. You can only modify Presentation Styles. - Icon Presentation S
help.git: source/text
source/text/shared/01/insert_table.xhp |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 841ae9a6d8f803c873ad9b8461ee054c29cbb9af Author: Olivier Hallot AuthorDate: Tue Sep 3 15:30:46 2024 -0300 Commit: Olivier Hallot CommitDate: Tue Sep 3 20:33:26 2024 +0200 Fix bad link Change-Id: I7ddb8eabf39856b32035b763c81af2912e65417a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172843 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/01/insert_table.xhp b/source/text/shared/01/insert_table.xhp index 7483e591a3..60f05b7585 100644 --- a/source/text/shared/01/insert_table.xhp +++ b/source/text/shared/01/insert_table.xhp @@ -79,12 +79,10 @@ number of rows. - - Table - (Options) + Table (Options) - +
help.git: source/text
source/text/shared/main0103.xhp | 183 1 file changed, 183 insertions(+) New commits: commit 1db70497366b3cdf27c5a5890959dcec53590729 Author: Olivier Hallot AuthorDate: Tue Sep 3 07:05:02 2024 -0300 Commit: Christian Lohmaier CommitDate: Tue Sep 3 12:27:53 2024 +0200 Add missing file Change-Id: I65d9df6123b5229c42d9b9049c0384cd6d3d29fc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172794 Tested-by: Jenkins Reviewed-by: Christian Lohmaier diff --git a/source/text/shared/main0103.xhp b/source/text/shared/main0103.xhp new file mode 100644 index 00..36fc36e74f --- /dev/null +++ b/source/text/shared/main0103.xhp @@ -0,0 +1,183 @@ + + + + + + +View +/text/shared/main0103.xhp + + + + + + + View +This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Zoom + + + + + + + + + + + + + + + + + + + + + + + + + + +Gallery + + + + + + + + + + + + + + + + +Handout + + + + + + + + + + + +Object Moving Helplines + + + +Comments +Show or hide a presentation's annotations. + +Master Background +Toggle the visibility of a master slide's background to be used as the background of the current slide. + +Master Objects +Toggle the visibility of a master slide's objects to appear on the current slide. + + + + +Clip Art Gallery + + + +Zoom + + + +Normal +Switch to normal view of the page. +Master +Switch to the master view. +User Interface +Opens dialog box for selecting layout of user interface. + + + + + + +Comments +Show or hide annotations on the page. + + + + + + + +Shift +Use to shift the position of the page in the window. When enabled, the appearance of the mouse pointer changes. Click the page and drag to desired position. +Zoom + + + + + + + + + + + + + Zoom + + + + +
help.git: source/text
source/text/scalc/00/0403.xhp | 10 +- source/text/scalc/01/ToggleFormula.xhp |4 ++-- source/text/scalc/04/0102.xhp |2 +- 3 files changed, 8 insertions(+), 8 deletions(-) New commits: commit e67095e7efaa4cb698e57d64d397fe9b56602680 Author: Adolfo Jayme Barrientos AuthorDate: Mon Sep 2 20:52:15 2024 -0600 Commit: Adolfo Jayme Barrientos CommitDate: Tue Sep 3 04:54:02 2024 +0200 tdf#162476 Adapt help accordingly (vd. core commit e372b38) Change-Id: I66a85f0a3ff6c33901639f68028891271c1bd200 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172779 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/scalc/00/0403.xhp b/source/text/scalc/00/0403.xhp index 1d40aded4e..8cb48fcf12 100644 --- a/source/text/scalc/00/0403.xhp +++ b/source/text/scalc/00/0403.xhp @@ -150,18 +150,18 @@ - Choose View - Show Formula. + Choose View - Show Formulas. -Choose View - Show Formula -On the View menu of the View tab, choose Show Formula. +Choose View - Show Formulas +On the View menu of the View tab, choose Show Formulas. -Icon Show Formula +Icon Show Formulas -Show Formula +Show Formulas diff --git a/source/text/scalc/01/ToggleFormula.xhp b/source/text/scalc/01/ToggleFormula.xhp index 6aa5b2a1f6..b848cb9d7d 100644 --- a/source/text/scalc/01/ToggleFormula.xhp +++ b/source/text/scalc/01/ToggleFormula.xhp @@ -11,14 +11,14 @@ -Show Formula +Show Formulas /text/scalc/01/ToggleFormula.xhp -Show Formula +Show Formulas Display the cell formula expression instead of the calculated result. diff --git a/source/text/scalc/04/0102.xhp b/source/text/scalc/04/0102.xhp index c871252201..0a51870846 100644 --- a/source/text/scalc/04/0102.xhp +++ b/source/text/scalc/04/0102.xhp @@ -302,7 +302,7 @@ -The ` key is located next to the "1" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the "View" category and the "Show Formula" function. +The ` key is located next to the "1" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the "View" category and the "Show Formulas" function. spreadsheets; duplicate
help.git: source/text
source/text/shared/01/0225.xhp | 22 source/text/shared/01/05340400.xhp | 100 - source/text/swriter/01/page.xhp|1 3 files changed, 56 insertions(+), 67 deletions(-) New commits: commit 662d3b9e8aa7359d8d503046eee2067aeb8e937b Author: Olivier Hallot AuthorDate: Sat Aug 31 14:04:02 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Sep 2 17:26:54 2024 +0200 tdf#162607 Remove dup's in hid2file.js, + SVX_HID_GRID* + refactor EDIT_WIN Change-Id: I2009edc697dda32b12a15664ef2aab80de25c779 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172705 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/0225.xhp b/source/text/shared/01/0225.xhp index 7933ce09fa..c60bf7d1e7 100644 --- a/source/text/shared/01/0225.xhp +++ b/source/text/shared/01/0225.xhp @@ -41,17 +41,17 @@ Use the toolbar to select a table in the bibliography database, to search for records, or to sort the records using filters. Lists the available tables in the current database. Click a name in the list to display the records for that table.removed icons; converted to hidden help text - -Go to the first record in the table. - -Go to the previous record in the table. - -Go to the next record in the table. - -Go to the last record in the table. - -Type the number of the record that you want to display, and then press Enter. - + +Go to the first record in the table. + +Go to the previous record in the table. + +Go to the next record in the table. + +Go to the last record in the table. + +Type the number of the record that you want to display, and then press Enter. + Inserting a New Record Inserts a new record into the current table. To create a record, click the asterisk (*) button at the bottom of the table view. An empty row is added at the end of the table. diff --git a/source/text/shared/01/05340400.xhp b/source/text/shared/01/05340400.xhp index 9e34c7d442..369f4adb72 100644 --- a/source/text/shared/01/05340400.xhp +++ b/source/text/shared/01/05340400.xhp @@ -19,76 +19,76 @@ -Data Sources +Data Sources /text/shared/01/05340400.xhp -data source browser +data source browser tables in databases;browsing and editing databases; editing tables editing; database tables and queries queries; editing in data source view mw deleted "database tables," and changed "tables in databases;" Data Sources -This section contains information on browsing and editing database tables. +This section contains information on browsing and editing database tables. You cannot use the data source browser on a database table that is open in Design view. Data source browser -The commands for the data source browser are found on the Table Data bar and in context menus. +The commands for the data source browser are found on the Table Data bar and in context menus. Selecting records -To select a record in a database table, click the row header, or click a row header, and then use the Up or Down arrow keys. -Select database records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop column headers to insert fields. -The following table describes how to select individual elements in the data source browser: +To select a record in a database table, click the row header, or click a row header, and then use the Up or Down arrow keys. +Select database records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop column headers to insert fields. +The following table describes how to select individual elements in the data source browser: -Selection +Selection -Action +Action -Record +Record -Click the row header +Click the row header -Several records or removing a selection +Several records or removing a selection -Hold down CommandCtrl and click the row header +Hold down CommandCtrl and click the row header -Column +Column -Click the column header +Click the column header -Data field +Data field -Click in the data field +Click in the data field -Entire table +Entire table -Click the row header of the column headings +Click the row header of the column headings @@ -96,100 +96,90 @@ - -Icon + +Icon -Allows you to edit, add, or delete records from the database table.removed 3 ancient paras +Allows you to edit, add, or delete records from the database table.removed 3 ancient paras Cutting, copying and pasting data -You can cut, copy, and paste records in Data Source view. The Data Source browser also supports the dragging and dropping of records, or text and numbers from other $[officename] files. -You cannot drag and drop to Yes/No, binary, image, or counting table fields. +You can cut, copy, and paste records in Data Source view. The Data Source browser also supports the draggi
help.git: source/text
source/text/shared/00/0001.xhp |1 source/text/shared/autopi/0109.xhp | 14 +-- source/text/shared/autopi/01090100.xhp | 119 - 3 files changed, 66 insertions(+), 68 deletions(-) New commits: commit d41c733d4d966f47cc0212a526d78722eee81ca8 Author: Olivier Hallot AuthorDate: Sat Aug 31 09:50:16 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Aug 31 19:05:09 2024 +0200 tdf#162607 Remove dup's in hid2file.js WIZARDS + Deleted dups for WIZARDS_HID_QUERYWIZARD_CMDMOVEUP WIZARDS_HID_DLGFORM_CMDNEXT WIZARDS_HID_QUERYWIZARD_CMDMOVEDOWN + refactor Change-Id: I1fc23411cdf26464629cc0621cf8e889a004fc84 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172690 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/00/0001.xhp b/source/text/shared/00/0001.xhp index d370d15da8..8dedcf27d8 100644 --- a/source/text/shared/00/0001.xhp +++ b/source/text/shared/00/0001.xhp @@ -193,7 +193,6 @@ - diff --git a/source/text/shared/autopi/0109.xhp b/source/text/shared/autopi/0109.xhp index d60c9f9e7c..126297e67b 100644 --- a/source/text/shared/autopi/0109.xhp +++ b/source/text/shared/autopi/0109.xhp @@ -22,22 +22,22 @@ -Form Wizard +Form Wizard /text/shared/autopi/0109.xhp - -forms;wizards + +forms;wizards wizards;forms Form Wizard -Activates the Wizard for creating forms. +Activates the Wizard for creating forms. -Select the form properties using the following steps: +Select the form properties using the following steps: @@ -48,8 +48,8 @@ - -Click to create the form without answering further pages. + +Click to create the form without answering further pages. diff --git a/source/text/shared/autopi/01090100.xhp b/source/text/shared/autopi/01090100.xhp index 13c399646c..5baba1260f 100644 --- a/source/text/shared/autopi/01090100.xhp +++ b/source/text/shared/autopi/01090100.xhp @@ -1,6 +1,6 @@ - + - - + + -Form Wizard - Field Selection +Form Wizard - Field Selection /text/shared/autopi/01090100.xhp Form Wizard - Field Selection -On this page of the Form Wizard, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form. +On this page of the Form Wizard, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form. - + Tables or queries -Specifies the table or query that you want to create the form for. +Specifies the table or query that you want to create the form for. - - - - - + + + + + Available fields -Lists the names of the data base fields in the selected table or query. Click to select a field or hold down the Shift or the CommandCtrl key while you click to select more than one field. +Lists the names of the data base fields in the selected table or query. Click to select a field or hold down the Shift or the CommandCtrl key while you click to select more than one field. - - - - - - + + + + + + > -Click to move the selected field(s) to the box that the arrow is pointing to.i73704 +Click to move the selected field(s) to the box that the arrow is pointing to.i73704 - - - - + + + + >> -Click to move all fields to the box that the arrow is pointing to. +Click to move all fields to the box that the arrow is pointing to. - - - - - + + + + + < -Click to move the selected field(s) to the box that the arrow is pointing to. +Click to move the selected field(s) to the box that the arrow is pointing to. - - - - - + + + + + << -Click to move all fields to the box that the arrow is pointing to. +Click to move all fields to the box that the arrow is pointing to. - - - - - - - - - + + + + + + + + ^ -Click to move the selected field up one entry in the list. - - - - - - - - - +Click to move the selected field up one entry in the list. + + + + + + + + + v -Click to move the selected field down one entry in the list. +Click to move the selected field down one entry in the list. - + Fields in the form -Displays the fields that are in the new form. -Form Wizard - Set up a subform +Displays the fields that are in the new form. +Form Wizard - Set up a subform
help.git: source/text
source/text/sbasic/shared/03120401.xhp | 44 +++-- 1 file changed, 21 insertions(+), 23 deletions(-) New commits: commit dc7a2b091a7652d4907391f8e39262b65ae6c780 Author: Pierre F AuthorDate: Fri Aug 16 04:46:32 2024 +0200 Commit: Alain Romedenne CommitDate: Sat Aug 31 18:39:55 2024 +0200 clarify Instr(). tdf#129436, tdf#139840 Change-Id: I14f70db80e2a09f9c1e614d0e079830016cbea0f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171778 Tested-by: Jenkins Reviewed-by: Alain Romedenne diff --git a/source/text/sbasic/shared/03120401.xhp b/source/text/sbasic/shared/03120401.xhp index 49b2ade943..99de8ca13e 100644 --- a/source/text/sbasic/shared/03120401.xhp +++ b/source/text/sbasic/shared/03120401.xhp @@ -17,54 +17,52 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - -InStr Function +InStr Function /text/sbasic/shared/03120401.xhp - - - - + InStr function InStr Function -Returns the position of a string within another string. +Returns the position of a string within another string. -The Instr function returns the position at which the match was found. If the string was not found, the function returns 0. +The Instr function returns the position at which the match was found. If the string was not found, the function returns 0. -InStr ([Start As Long,] String1 As String, String2 As String[, Compare]) As Integer +InStr ([Start As Long,] String1 As String, String2 As String[, Compare As Integer]) As Integer Integer - Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648.see i17928 - String1: The string expression that you want to search. - String2: The string expression that you want to search for. - Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.fixes i17929 -To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted. + Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648.see i17928 + String1: The string expression being searched. + String2: The string expression that you want to search for. + Compare: Optional type of comparison. The value can be 0 or 1. The default value of 1 specifies case-insensitive. The value of 0 specifies case-sensitive. +Case-insensitive comparison may use locale specifics, for example, "s" may match "β". +To avoid a run-time error, do not set the Compare parameter if the Start parameter is omitted. Example: -Sub ExamplePosition -Dim sInput As String -Dim iPos As Integer -sInput = "Office" -iPos = Instr(sInput,"c") -Print iPos -End Sub +Sub ExamplePosition + Const sCalc = "LibreOffice Calc" + + Instr(sCalc, "calc") ' returns 13 + Instr(String1:=sCalc, String2:="calc", Start:=1) ' returns 13 + Instr(11, sCalc, "c") ' returns 13 + Instr(11, sCalc, "c", 1) ' returns 13 + Instr(11, sCalc, "c", 0) ' returns 16 +End Sub - - + \ No newline at end of file
help.git: source/text
source/text/sbasic/shared/main0601.xhp | 14 ++ source/text/scalc/main.xhp |2 +- source/text/sdraw/main.xhp |2 +- source/text/simpress/main.xhp |1 - source/text/swriter/main.xhp |1 - 5 files changed, 8 insertions(+), 12 deletions(-) New commits: commit eee5d2a36a440d54d5e793ea747239f9f782b9cf Author: Olivier Hallot AuthorDate: Fri Aug 30 10:13:33 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Aug 31 14:31:13 2024 +0200 tdf#162607 Remove dup's in hid2file.js, bad hid + Deleted HID_GLOBAL_FALLBACK, removed long time ago, pre-LibreOffice + refactor simpress/main0210.xhp Change-Id: I152d556f7ade460356de2292799d814018871210 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172655 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp index 72e3c47c1b..7f6cdb26c9 100644 --- a/source/text/sbasic/shared/main0601.xhp +++ b/source/text/sbasic/shared/main0601.xhp @@ -20,20 +20,18 @@ -$[officename] Basic Help +$[officename] Basic Help /text/sbasic/shared/main0601.xhp - - %PRODUCTNAME Basic Help -%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org/";>https://api.libreoffice.org -This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the https://wiki.documentfoundation.org/Documentation/BASIC_Guide";>OpenOffice.org BASIC Programming Guide on the Wiki. +%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org/";>https://api.libreoffice.org +This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the https://wiki.documentfoundation.org/Documentation/BASIC_Guide";>OpenOffice.org BASIC Programming Guide on the Wiki. Working with %PRODUCTNAME Basic @@ -58,9 +56,9 @@ - -%PRODUCTNAME internal Basic macro libraries -%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros. + +%PRODUCTNAME internal Basic macro libraries +%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros. diff --git a/source/text/scalc/main.xhp b/source/text/scalc/main.xhp index 408bca30a4..38e70dea2d 100644 --- a/source/text/scalc/main.xhp +++ b/source/text/scalc/main.xhp @@ -25,7 +25,7 @@ -Welcome to the $[officename] Calc Help +Welcome to the $[officename] Calc Help How to Work With $[officename] Calc diff --git a/source/text/sdraw/main.xhp b/source/text/sdraw/main.xhp index e9f94a5aac..4ffcae44cc 100644 --- a/source/text/sdraw/main.xhp +++ b/source/text/sdraw/main.xhp @@ -27,7 +27,7 @@ - + Welcome to the $[officename] Draw Help How to Work With $[officename] Draw diff --git a/source/text/simpress/main.xhp b/source/text/simpress/main.xhp index 81bf0d8475..b09b7875f2 100644 --- a/source/text/simpress/main.xhp +++ b/source/text/simpress/main.xhp @@ -30,7 +30,6 @@ - Welcome to the $[officename] Impress Help How to Work With $[officename] Impress diff --git a/source/text/swriter/main.xhp b/source/text/swriter/main.xhp index 693a5d284b..2497938024 100644 --- a/source/text/swriter/main.xhp +++ b/source/text/swriter/main.xhp @@ -28,7 +28,6 @@ - %PRODUCTNAME Writer Help Working With %PRODUCTNAME Writer
help.git: source/text
source/text/shared/guide/pasting.xhp | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) New commits: commit 31c843427f47cf1746687d5554a822f24346ae41 Author: Pierre F AuthorDate: Wed Aug 28 13:34:30 2024 +0200 Commit: Olivier Hallot CommitDate: Thu Aug 29 15:41:48 2024 +0200 tdf#128595 (comment 11) extra spaces with copy/paste in Writer Change-Id: I6a95b7f0d7fa4fbabbbe34e79e9361223fbbda3b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172496 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/guide/pasting.xhp b/source/text/shared/guide/pasting.xhp index 086def628c..68e9bca136 100644 --- a/source/text/shared/guide/pasting.xhp +++ b/source/text/shared/guide/pasting.xhp @@ -22,60 +22,59 @@ -Pasting Contents in Special Formats +Pasting Contents in Special Formats /text/shared/guide/pasting.xhp -clipboard;pasting formatted/unformatted text +clipboard;pasting formatted/unformatted text inserting;clipboard options pasting;formatted/unformatted text text formats;pasting formats;pasting in special formats mw changed "pasting;..." and "clipboard;..." and added two index entries -Pasting Contents in Special Formats - -Contents that are stored on the clipboard can be pasted into your document using different formats. In %PRODUCTNAME you can choose how to paste the contents using a dialog or a drop-down icon. -The available options depend on the contents of the clipboard. - -In Writer text documents, you can press Command+OptionCtrl+Alt+Shift+V to paste the contents of the clipboard as unformatted text. +Pasting Contents in Special Formats +Contents that are stored on the clipboard can be pasted into your document using different formats. In %PRODUCTNAME you can choose how to paste the contents using a dialog or a drop-down icon. +The available options depend on the contents of the clipboard. +In Writer text documents, you can press Command+OptionCtrl+Alt+Shift+V to paste the contents of the clipboard as unformatted text. +If a text cut or copied from Writer is surrounded by spaces it will be considered as a set of words. When pasted, Writer will surround it smartly by spaces to keep it as a set of words: separated by spaces from other characters but avoiding any duplication of spaces. If the text is pasted as Unformatted Text, this consideration is ignored and the text is pasted as is, without adding any spaces. Pasting clipboard contents using an icon menu -Click the arrow next to the Paste icon on the Standard Bar to open the menu. +Click the arrow next to the Paste icon on the Standard Bar to open the menu. -Select one of the options. +Select one of the options. -If you do not like the result, click the Undo icon and then paste again with another option. +If you do not like the result, click the Undo icon and then paste again with another option. Pasting clipboard contents using a dialog -Choose Edit - Paste special. +Choose Edit - Paste special. -Select one of the options and click OK. +Select one of the options and click OK. -If you are in a spreadsheet and the contents of the clipboard are spreadsheet cells, then a different Paste Special dialog appears. Use the Paste Special dialog to copy cells using basic or advanced options. +If you are in a spreadsheet and the contents of the clipboard are spreadsheet cells, then a different Paste Special dialog appears. Use the Paste Special dialog to copy cells using basic or advanced options. - + Transpose: swaps the rows and the columns of the cell range to be pasted. - + Link: pastes the cell range as a link. If the source file changes, the pasted cells change also. -The other options are explained in the help, when you call the Paste Special dialog from within %PRODUCTNAME Calc.UFI: the text is switched to "Calc" there. +The other options are explained in the help, when you call the Paste Special dialog from within %PRODUCTNAME Calc.UFI: the text is switched to "Calc" there. -Paste Special +Paste Special
help.git: source/text
source/text/scalc/guide/line_fix.xhp | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit 76b3d288ebdcd58824245aaf9fb3cce1a475bc35 Author: Pierre F AuthorDate: Wed Aug 28 13:46:29 2024 +0200 Commit: Olivier Hallot CommitDate: Thu Aug 29 10:22:55 2024 +0200 tdf#127338 Calc split and freeze cannot be used at the same time Change-Id: I8d97fbed6cef5aa8b45cae12de1cbbd46921f875 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172497 Reviewed-by: Pierre F Reviewed-by: Olivier Hallot Tested-by: Jenkins Tested-by: Olivier Hallot diff --git a/source/text/scalc/guide/line_fix.xhp b/source/text/scalc/guide/line_fix.xhp index 1861d7f9bd..c9d5103c77 100644 --- a/source/text/scalc/guide/line_fix.xhp +++ b/source/text/scalc/guide/line_fix.xhp @@ -20,14 +20,14 @@ -Freezing Rows or Columns as Headers +Freezing Rows or Columns as Headers /text/scalc/guide/line_fix.xhp - + tables; freezing title rows; freezing during table split rows; freezing @@ -39,27 +39,27 @@ -Freezing Rows or Columns as Headers -If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data. +Freezing Rows or Columns as Headers +If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data. -Select the row below, or the column to the right of the row or column that you want to be in the frozen region. All rows above, or all columns to the left of the selection are frozen. -To freeze both horizontally and vertically, select the cell that is below the row and to the right of the column that you want to freeze. +Select the row below, or the column to the right of the row or column that you want to be in the frozen region. All rows above, or all columns to the left of the selection are frozen. +To freeze both horizontally and vertically, select the cell that is below the row and to the right of the column that you want to freeze. -Choose View - Freeze Rows and Columns. -To deactivate, choose View - Freeze Rows and Columns again. +Choose View - Freeze Rows and Columns. +To deactivate, choose View - Freeze Rows and Columns again. -If the area defined is to be scrollable, apply the View - Split Window command. -If you want to print a certain row on all pages of a document, choose Format - Print ranges - Edit. +If the area defined is to be scrollable, apply the View - Split Window command. Split and Freeze cannot be used at the same time. +If you want to print a certain row on all pages of a document, choose Format - Print ranges - Edit. -View - Freeze Rows and Columns -View - Split Window +View - Freeze Rows and Columns +View - Split Window -Format - Print ranges - Edit +Format - Print ranges - Edit
help.git: source/text
source/text/scalc/02/1005.xhp |1 - source/text/scalc/02/1006.xhp | 21 + source/text/shared/01/0301.xhp |5 + 3 files changed, 14 insertions(+), 13 deletions(-) New commits: commit 8914196b95890d066eac338c9d1243c89edea43f Author: Olivier Hallot AuthorDate: Wed Aug 28 18:38:32 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Aug 29 10:19:23 2024 +0200 tdf#162607 Remove dup's in hid2file.js, .uno:ZoomOut + The .uno:ZoomOut is a Math command + Added min zoom factor for other modules. + refactor here and there Change-Id: I475cab22f08f0e30305ef938156ee71ef446ef43 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172557 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/02/1005.xhp b/source/text/scalc/02/1005.xhp index 762307bb46..bebd667e77 100644 --- a/source/text/scalc/02/1005.xhp +++ b/source/text/scalc/02/1005.xhp @@ -32,7 +32,6 @@ increasing scales in page view zooming;enlarging page views mw deleted "scaling;" - Zoom In Enlarges the screen display of the current document. The current zoom factor is displayed on the Status Bar. diff --git a/source/text/scalc/02/1006.xhp b/source/text/scalc/02/1006.xhp index 03007b5705..fcbfd3450a 100644 --- a/source/text/scalc/02/1006.xhp +++ b/source/text/scalc/02/1006.xhp @@ -19,7 +19,7 @@ -Zoom Out +Zoom Out /text/scalc/02/1006.xhp @@ -28,31 +28,28 @@ -page views;reducing scales +page views;reducing scales zooming;reducing page views mw deleted "scaling;" - Zoom Out -Reduces the screen display of the current document. The current zoom factor is displayed on the Status Bar. +Reduces the screen display of the current document. The current zoom factor is displayed on the Status Bar. - -Calc Zoom Slider + +Calc Zoom Slider -The minimum zoom factor is 20%. +The minimum zoom factor is 20%. - -Icon - + +Icon Zooming Out -Zooming Out +Zooming Out - diff --git a/source/text/shared/01/0301.xhp b/source/text/shared/01/0301.xhp index 162a423273..ffc4e52aed 100644 --- a/source/text/shared/01/0301.xhp +++ b/source/text/shared/01/0301.xhp @@ -84,18 +84,23 @@ The maximum zoom factor is 600%. +The minimum zoom factor is 20%. The maximum zoom factor is 400%. +The minimum zoom factor is 20%. The maximum zoom factor is 3000%. +The minimum zoom factor is 5%. The maximum zoom factor is 3000%. +The minimum zoom factor is 5%. The maximum zoom factor is 800%. +The minimum zoom factor is 25%.
help.git: source/text
source/text/scalc/02/1005.xhp | 20 ++-- source/text/shared/01/0301.xhp | 17 + source/text/smath/01/0304.xhp | 11 --- source/text/swriter/02/1002.xhp | 18 +++--- 4 files changed, 38 insertions(+), 28 deletions(-) New commits: commit 9b6f313e24d791be85d9c62dea03905f86e2df35 Author: Olivier Hallot AuthorDate: Wed Aug 28 18:26:14 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Aug 29 10:19:06 2024 +0200 tdf#162607 Remove dup's in hid2file.js, .uno:ZoomIn + The .uno:ZoomIn is a Math command + Added max zoom factor for other modules. + refactor here and there Change-Id: Ib4c67e6b70a519f8778a1408eefa53aaa15d0821 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172556 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/02/1005.xhp b/source/text/scalc/02/1005.xhp index c476f361a2..762307bb46 100644 --- a/source/text/scalc/02/1005.xhp +++ b/source/text/scalc/02/1005.xhp @@ -19,7 +19,7 @@ -Zoom In +Zoom In /text/scalc/02/1005.xhp @@ -28,27 +28,27 @@ -page views; increasing scales +page views; increasing scales increasing scales in page view zooming;enlarging page views mw deleted "scaling;" - + Zoom In -Enlarges the screen display of the current document. The current zoom factor is displayed on the Status Bar. +Enlarges the screen display of the current document. The current zoom factor is displayed on the Status Bar. - -Calc Zoom Slider + +Calc Zoom Slider -The maximum zoom factor is 400%. +The maximum zoom factor is 400%. - -Icon Zoom In + +Icon Zoom In -Zoom In +Zoom In diff --git a/source/text/shared/01/0301.xhp b/source/text/shared/01/0301.xhp index 655604a405..162a423273 100644 --- a/source/text/shared/01/0301.xhp +++ b/source/text/shared/01/0301.xhp @@ -81,6 +81,23 @@ Custom Enter the zoom factor at which you want to display the document. Enter a percentage in the box. + + +The maximum zoom factor is 600%. + + +The maximum zoom factor is 400%. + + +The maximum zoom factor is 3000%. + + +The maximum zoom factor is 3000%. + + +The maximum zoom factor is 800%. + + diff --git a/source/text/smath/01/0304.xhp b/source/text/smath/01/0304.xhp index 14e98ec78b..eb78437fab 100644 --- a/source/text/smath/01/0304.xhp +++ b/source/text/smath/01/0304.xhp @@ -1,6 +1,4 @@ - - - -Zoom In +Zoom In /text/smath/01/0304.xhp @@ -31,12 +28,12 @@ -zooming in on formula display +zooming in on formula display formulas; increasing size of display - + Zoom In -Increases the display scale of the formula by 25%. The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the context menu. The context menu in the work area also contains zoom commands. +Increases the display scale of the formula by 25%. The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the context menu. The context menu in the work area also contains zoom commands. diff --git a/source/text/swriter/02/1002.xhp b/source/text/swriter/02/1002.xhp index 5698f94f10..59e5eb66a0 100644 --- a/source/text/swriter/02/1002.xhp +++ b/source/text/swriter/02/1002.xhp @@ -1,6 +1,4 @@ - - - -Zoom Out +Zoom Out /text/swriter/02/1002.xhp @@ -31,20 +28,19 @@ - - -Zoom Out -Zooms out to see more of the document at a reduced size. + +Zoom Out +Zooms out to see more of the document at a reduced size. - -Zoom Out Icon + +Zoom Out Icon -Zoom Out +Zoom Out
help.git: source/text
source/text/scalc/01/04060110.xhp | 515 +++--- 1 file changed, 258 insertions(+), 257 deletions(-) New commits: commit 4a27fa416765ce8ceecfbf1bd70ef1343dcc8e2a Author: Pierre F AuthorDate: Tue Aug 27 22:06:27 2024 +0200 Commit: Olivier Hallot CommitDate: Wed Aug 28 01:07:13 2024 +0200 tdf#158180 - description of ERROR Value as argument of T() Change-Id: I9e31c35c74b265ef2b6c67bdcd5b0c99b8116991 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172490 Reviewed-by: Pierre F Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 193380683d..4e36aec2d5 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -20,14 +20,14 @@ -Text Functions +Text Functions /text/scalc/01/04060110.xhp - + text in cells; functions functions; text functions Function Wizard;text @@ -35,14 +35,14 @@ Text Functions -This section contains descriptions of the Text functions. +This section contains descriptions of the Text functions. - + using double quotation marks in formulas formulas; using double quotation marks @@ -91,92 +91,92 @@ - + BAHTTEXT function -i66350 +i66350 BAHTTEXT -Converts a number to Thai text, including the Thai currency names. +Converts a number to Thai text, including the Thai currency names. -BAHTTEXT(Number) - Number is any number. "Baht" is appended to the integral part of the number, and "Satang" is appended to the decimal part of the number. +BAHTTEXT(Number) + Number is any number. "Baht" is appended to the integral part of the number, and "Satang" is appended to the decimal part of the number. - =BAHTTEXT(12.65) returns a string in Thai characters with the meaning of "Twelve Baht and sixty five Satang". + =BAHTTEXT(12.65) returns a string in Thai characters with the meaning of "Twelve Baht and sixty five Satang". COM.MICROSOFT.BAHTTEXT - + BASE function - - + + decimal system; converting to BASE -Converts a positive integer to a specified base into a text from the numbering system. The digits 0-9 and the letters A-Z are used. +Converts a positive integer to a specified base into a text from the numbering system. The digits 0-9 and the letters A-Z are used. -BASE(Number; Radix [; MinimumLength]) - Number is the positive integer to be converted. - Radix indicates the base of the numeral system. It may be any positive integer between 2 and 36. - MinimumLength (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string. +BASE(Number; Radix [; MinimumLength]) + Number is the positive integer to be converted. + Radix indicates the base of the numeral system. It may be any positive integer between 2 and 36. + MinimumLength (optional) determines the minimum length of the character sequence that has been created. If the text is shorter than the indicated minimum length, zeros are added to the left of the string. - =BASE(17;10;4) returns 0017 in the decimal system. - + =BASE(17;10;4) returns 0017 in the decimal system. + binary system; converting to - =BASE(17;2) returns 10001 in the binary system. - + =BASE(17;2) returns 10001 in the binary system. + hexadecimal system; converting to - =BASE(255;16;4) returns 00FF in the hexadecimal system. + =BASE(255;16;4) returns 00FF in the hexadecimal system. DECIMAL - + CHAR function - + CHAR -Converts a number into a character according to the current code table. The number can be a two-digit or three-digit integer number. +Converts a number into a character according to the current code table. The number can be a two-digit or three-digit integer number. -CHAR(Number) - Number is a number between 1 and 255 representing the code value for the character. +CHAR(Number) + Number is a number between 1 and 255 representing the code value for the character. - =CHAR(100) returns the character d. -="abc" & CHAR(10) & "def" inserts a newline character into the string. + =CHAR(100) returns the character d. +="abc" & CHAR(10) & "def" inserts a newline character into the string. - + CLEAN function - + CLEAN -All non-printing characters are removed from the string. +All non-printing characters are removed from the string. -CLEAN("Text") - Text refers to the text from which to remove all non-printable characters. +CLEAN("Text") + Text refers to the text from which to remove all non-printable characters. =LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argume
help.git: source/text
source/text/shared/guide/microsoft_terms.xhp | 85 +-- 1 file changed, 42 insertions(+), 43 deletions(-) New commits: commit f7a7ddf852c82611ffbcd9ecde78266102cc667c Author: Pierre F AuthorDate: Tue Aug 27 09:19:40 2024 +0200 Commit: Ilmari Lauhakangas CommitDate: Tue Aug 27 12:17:41 2024 +0200 tdf#154017 reference a more recent version of MS Office Change-Id: I7ee84211e1bc302669f481289ea4d32b724afd15 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172411 Reviewed-by: Pierre F Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas Tested-by: Jenkins diff --git a/source/text/shared/guide/microsoft_terms.xhp b/source/text/shared/guide/microsoft_terms.xhp index a6d6959409..0eebccfcd5 100644 --- a/source/text/shared/guide/microsoft_terms.xhp +++ b/source/text/shared/guide/microsoft_terms.xhp @@ -19,128 +19,127 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - -Comparing Microsoft Office and $[officename] Terms +Comparing Microsoft Office and $[officename] Terms /text/shared/guide/microsoft_terms.xhp -Microsoft Office;feature comparisons +Microsoft Office;feature comparisons -Comparing Microsoft Office and $[officename] Terms +Comparing Microsoft Office and $[officename] Terms -The following table lists Microsoft Office features and their $[officename] equivalents. +The following table lists Microsoft Office features and their $[officename] equivalents. -Microsoft Office XP +Microsoft Office 2016 -$[officename] +$[officename] -AutoShapes +AutoShapes -Gallery ObjectsShapes are on the Drawing toolbar (menu View - Toolbars - Drawing) +Gallery ObjectsShapes are on the Drawing toolbar (menu View - Toolbars - Drawing) -Change Case +Change Case -Case/Characters +Case/Characters -Click and Type +Click and Type -Direct Cursor +Direct Cursor -Compare and Merge Documents +Compare and Merge Documents -Compare +Compare -Document Map +Navigation Pane -Navigator +Navigator -Formula Auditing +Formula Auditing -Detective +Detective -Lines and Page Breaks +Line and Page Breaks -Text Flow +Text Flow -Page setup +Page setup -Format - Page Style -For spreadsheets see also View - Page Break Preview +Format - Page Style +For spreadsheets see also View - Page Break Preview -Markup +Show Markup -Track Changes - Show +Track Changes - Show -Refresh Data (in Excel) +Refresh All (in Excel) -Refresh Range +Refresh Range -Replace text as you type +AutoCorrect -AutoCorrect +AutoCorrect -Show/Hide +Show/Hide -Nonprinting Characters, Hidden Paragraphs +Nonprinting Characters, Hidden Paragraphs -Spelling and Grammar +Spelling and Grammar Spelling @@ -148,42 +147,42 @@ -Track changes +Track changes -Changes - Record +Changes - Record -Validation +Validation -Validity +Validity -Workbook +Workbook -Spreadsheet +Spreadsheet -Worksheet +Worksheet -Sheet +Sheet -Shared Workbooks +Shared Workbooks -Collaboration +Collaboration
help.git: source/text
source/text/sbasic/shared/special_vba_func.xhp |2 source/text/sdraw/main_format.xhp |6 +- source/text/simpress/guide/masterpage.xhp | 57 - 3 files changed, 32 insertions(+), 33 deletions(-) New commits: commit 124dce1174ef02d2af1b13e06e5d8b4dd7b7ec24 Author: Olivier Hallot AuthorDate: Mon Aug 26 18:37:15 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Aug 26 23:40:02 2024 +0200 Fix some "D'oh! you found a bug!" Change-Id: Ia0610061cb87aa9aac47ebb9312363d435cbf2fb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172447 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp index a8de949ffc..a3c2fc38cf 100644 --- a/source/text/sbasic/shared/special_vba_func.xhp +++ b/source/text/sbasic/shared/special_vba_func.xhp @@ -123,7 +123,7 @@ VBA support in %PRODUCTNAME VBA Properties - + diff --git a/source/text/sdraw/main_format.xhp b/source/text/sdraw/main_format.xhp index 7f4d7953fc..82fe0d33d3 100644 --- a/source/text/sdraw/main_format.xhp +++ b/source/text/sdraw/main_format.xhp @@ -19,7 +19,7 @@ -Format +Format /text/sdraw/main_format.xhp @@ -29,7 +29,7 @@ Format -Contains commands for formatting the layout and the contents of your document. +Contains commands for formatting the layout and the contents of your document. @@ -52,6 +52,6 @@ Layer - + diff --git a/source/text/simpress/guide/masterpage.xhp b/source/text/simpress/guide/masterpage.xhp index 319757c0fd..2d77ff6d50 100644 --- a/source/text/simpress/guide/masterpage.xhp +++ b/source/text/simpress/guide/masterpage.xhp @@ -16,16 +16,15 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - -Changing and Adding a Master Page +Changing and Adding a Master Page /text/simpress/guide/masterpage.xhp - + slide designs page designs master slides; designing @@ -42,50 +41,50 @@ -Every slide in a presentation has exactly one master slide. A master slide determines the text formatting style for the title and outline and the background design for all slides that use this master slide. -Every page in a drawing has exactly one master page. A master page determines the text formatting style for the title and outline and the background design for all pages that use this master page. +Every slide in a presentation has exactly one master slide. A master slide determines the text formatting style for the title and outline and the background design for all slides that use this master slide. +Every page in a drawing has exactly one master page. A master page determines the text formatting style for the title and outline and the background design for all pages that use this master page. To apply a new master slidemaster page -Select Slide - Change Slide MasterPage - Master Page. +Select Slide - Change Slide MasterPage - Master Page. -Click Load. +Click Load. -Under Categories, select the category of templates. +Under Categories, select the category of templates. -Under Templates, select a template with the master slidemaster page that you want to apply. To preview the template, click Preview. +Under Templates, select a template with the master slidemaster page that you want to apply. To preview the template, click Preview. -Click OK. +Click OK. -Do one of the following: +Do one of the following: -To apply the master slide to all of the slides in your presentation, select the Exchange background page check box, and then click OK. +To apply the master slide to all of the slides in your presentation, select the Exchange background page check box, and then click OK. -To apply the slide design to the current slide only, clear the Exchange background page check box, and then click OK. +To apply the slide design to the current slide only, clear the Exchange background page check box, and then click OK. -To apply the master page to all of the pages in your document, select the Exchange background page check box, and then click OK. +To apply the master page to all of the pages in your document, select the Exchange background page check box, and then click OK. -To apply the page design to the current page only, clear the Exchange background page check box, and then click OK. +To apply the page design to the current page only, clear the Exchange background page check box, and then click OK. @@ -93,
help.git: source/text
source/text/scalc/01/0512.xhp |2 +- source/text/shared/01/gallery.xhp |8 source/text/shared/02/01170300.xhp|4 ++-- source/text/shared/guide/template_manager.xhp | 14 +++--- source/text/shared/optionen/01060100.xhp |2 +- 5 files changed, 15 insertions(+), 15 deletions(-) New commits: commit c740b6ad9675129ad839903fe69afd10e1cddfb4 Author: Olivier Hallot AuthorDate: Mon Aug 26 17:28:37 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Aug 26 22:32:50 2024 +0200 tdf#162607 Remove dup's in hid2file.js, Bad hid/ Change-Id: I4e3c09cad78de5b1ce59b81430f925780a459a3d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172445 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/0512.xhp b/source/text/scalc/01/0512.xhp index 13ae420e7b..c118e63cf5 100644 --- a/source/text/scalc/01/0512.xhp +++ b/source/text/scalc/01/0512.xhp @@ -76,7 +76,7 @@ - + Apply Style Select the cell style to apply when the condition is verified. Select New Style to open the Cell Style dialog and define the style properties. diff --git a/source/text/shared/01/gallery.xhp b/source/text/shared/01/gallery.xhp index 7ab9e9b443..4dc7bd4e8d 100644 --- a/source/text/shared/01/gallery.xhp +++ b/source/text/shared/01/gallery.xhp @@ -100,18 +100,18 @@ - + Title Changes the title of the selected object. After selecting Title the name is selected and a new one can be entered directly. Use the arrow keys to set the cursor at the beginning or end of the name to delete or add to part of the name or to reposition the cursor. - + - + Icon View Displays the contents of the Gallery as icons. @@ -121,7 +121,7 @@ New Adds a new theme to the Gallery and lets you choose the files to include in the theme. - + diff --git a/source/text/shared/02/01170300.xhp b/source/text/shared/02/01170300.xhp index 4440765a81..4e57934532 100644 --- a/source/text/shared/02/01170300.xhp +++ b/source/text/shared/02/01170300.xhp @@ -25,8 +25,8 @@ - - + + Activation Order Opens the Tab Order dialog so you can modify the order in which control fields get the focus when the user presses the tab key. diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp index b5f32f53bf..8e964322fb 100644 --- a/source/text/shared/guide/template_manager.xhp +++ b/source/text/shared/guide/template_manager.xhp @@ -161,7 +161,7 @@ Actions with Individual Templates Open - + Select a template in the main window and right-click and then choose Open, press Enter or double click to open a new document using that template. You can also use the Open button on the bottom right to open a new document using the selected template. @@ -178,7 +178,7 @@ Edit - + Select a template in the main window and right-click and then choose Edit to edit the template. For built-in templates, it is possible to edit a copy. @@ -195,7 +195,7 @@ Set as Default - + Select a template in the main window and right-click and then choose Set as Default to set the template as the default template. This will cause a green tick to appear next to the selected template and the template will automatically load when a new document is created using the matching application. @@ -211,7 +211,7 @@ Rename - + Select a template in the main window and right-click and then choose Rename to rename the template. This will cause a dialog box to appear where a new name may be chosen for the template. Type in the name and then choose OK or choose Cancel to revert to the name that is already set. @@ -228,7 +228,7 @@ Delete - + Select one or more templates to delete in the main window and press the Delete key, or right-click then choose Delete to delete the selected template(s). A dialog box will appear requesting confirmation. Choose Yes to delete or No to cancel. @@ -247,7 +247,7 @@ Built-in templates cannot be edited, renamed or deleted. Move - + To move templates to a different category, choose a template, or use CommandCtrl+click to select additional templates, then right-click and choose Move to open the Select Category dialog box, where you can choose the target category or to a new category and move the template into. Built-in templates cannot be moved, but copies can be created in other categories. @@ -265,7 +265,7 @@ Export - + Choose a template in the main window, or use CommandCtrl+click to select additional templates, and then right-click and select Export to export your selection to a folder on your computer. diff --git a/source/text/shared/optionen/01060100.xhp b/source/text/shared/optionen/01060100.xhp index 89eaee61fa..e0823a22a0 100644 --- a/source/text/shared/optione
help.git: source/text
source/text/shared/guide/template_manager.xhp | 112 +- 1 file changed, 56 insertions(+), 56 deletions(-) New commits: commit d1cc198e9dec6e7493e7a7b80d8f7be5a64906fa Author: Olivier Hallot AuthorDate: Mon Aug 26 17:09:58 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Aug 26 22:32:28 2024 +0200 Refactor file, no changes Change-Id: Ibb6c8e184bb88c4623680bf597ed4faa5209c213 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172444 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp index 0ce31a5e43..b5f32f53bf 100644 --- a/source/text/shared/guide/template_manager.xhp +++ b/source/text/shared/guide/template_manager.xhp @@ -20,7 +20,7 @@ -Template Manager +Template Manager /text/shared/guide/template_manager.xhp @@ -28,9 +28,9 @@ - - - + + + template manager;filter template manager;category template manager;set as default @@ -41,24 +41,24 @@ Manage Templates -The Template Manager dialog makes it easy to manage templates and allows you to start new documents using templates. +The Template Manager dialog makes it easy to manage templates and allows you to start new documents using templates. -Choose menu File - New – Templates. -Choose menu File – Template – Manage Templates. -Enter CommandCtrl+Shift+N in any %PRODUCTNAME module. -Press the Templates button in the Start Center. -Select any template type from the Templates button of the Start Center. +Choose menu File - New – Templates. +Choose menu File – Template – Manage Templates. +Enter CommandCtrl+Shift+N in any %PRODUCTNAME module. +Press the Templates button in the Start Center. +Select any template type from the Templates button of the Start Center. -Templates save editing time by starting new documents with pre-filled contents and formatting. The Template Manager allows you to access and organize templates in %PRODUCTNAME. -%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates. +Templates save editing time by starting new documents with pre-filled contents and formatting. The Template Manager allows you to access and organize templates in %PRODUCTNAME. +%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates. Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents. Main Window – Template Choices -Previews of available templates show up in the main window based on your search and filtering choices. Double-click on any template icon to open a new document with the contents and formatting of the template. +Previews of available templates show up in the main window based on your search and filtering choices. Double-click on any template icon to open a new document with the contents and formatting of the template. Choose Thumbnail View or List View, at the bottom left, to change how the templates are displayed. @@ -87,23 +87,23 @@ To show templates from another folder in the My Templates category, choose %PRODUCTNAME - Preferences - Tools - Options - $[officename] - Paths, select Templates, press Edit, then press Add to open the file dialog for selecting the folder to add. - + Search -You may search for a template by entering text in the search box at the top left. The Main window shows the templates found. +You may search for a template by entering text in the search box at the top left. The Main window shows the templates found. - + Filter -You may filter for: All Applications, Text Documents, Spreadsheets, Presentations or Drawings by choosing an option from the dropdown box at the top-center. The main window displays the filtered templates. +You may filter for: All Applications, Text Documents, Spreadsheets, Presentations or Drawings by choosing an option from the dropdown box at the top-center. The main window displays the filtered templates. - + Categories -Categories are folders where you place your templates. All templates are placed in a category, and can only be placed in one category. You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Press Manage at the top right corner of the Template Manager, then select
help.git: source/text
source/text/swriter/main0208.xhp |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 990dbc0f0480c8c9820e2079d0c9964467e6e8b0 Author: Ilmari Lauhakangas AuthorDate: Mon Aug 26 21:20:05 2024 +0300 Commit: Olivier Hallot CommitDate: Mon Aug 26 22:30:22 2024 +0200 tdf#153732 Add outline to status bar and reorder items Change-Id: If07a96d2995b16551966d6deece888c615870fbc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172270 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/swriter/main0208.xhp b/source/text/swriter/main0208.xhp index 9f3600dd3c..1af9ed39e2 100644 --- a/source/text/swriter/main0208.xhp +++ b/source/text/swriter/main0208.xhp @@ -35,6 +35,7 @@ + @@ -58,7 +59,8 @@ Digital Signature Click to start digital signature process. You must have a digital certificate to complete the process. See also Digital Signatures. - + + View Layout Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents.
help.git: source/text
source/text/shared/guide/doc_autosave.xhp | 32 +++--- 1 file changed, 17 insertions(+), 15 deletions(-) New commits: commit f9c2c4f00d219221d8e06a0961b0594835d94958 Author: Pierre F AuthorDate: Sun Aug 18 09:42:14 2024 +0200 Commit: Ilmari Lauhakangas CommitDate: Mon Aug 26 17:33:54 2024 +0200 tdf#152463 tdf#144511 AutoRecovery and backup on by default Change-Id: I108b677c082ccca038ac73203fb42b88f8c16e1a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171987 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas diff --git a/source/text/shared/guide/doc_autosave.xhp b/source/text/shared/guide/doc_autosave.xhp index 7183c186ac..281c192e12 100644 --- a/source/text/shared/guide/doc_autosave.xhp +++ b/source/text/shared/guide/doc_autosave.xhp @@ -24,7 +24,7 @@ -Saving Documents Automatically +Saving Documents Automatically /text/shared/guide/doc_autosave.xhp @@ -33,7 +33,7 @@ -documents; saving automatically +documents; saving automatically saving;documents, automatically automatic saving backups;automatic @@ -43,44 +43,46 @@ drawings; saving automatically presentations; saving automatically - -Saving Documents Automatically + +Saving Documents Automatically +The following two options are turned on by default on new installations. To create a backup file every time you save a document -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. -Mark Always create backup copy. +Mark Always create backup copy. -If the Always create backup copy option is selected, the old version of the file is saved to the backup directory whenever you save the current version of the file. +If the Always create backup copy option is selected, the old version of the file is saved to the backup directory whenever you save the current version of the file. -You can change the backup directory by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths, then change the Backups path in the dialog. +You can change the backup directory by choosing %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths, then change the Backups path in the dialog. -The backup copy has the same name as the document, but the extension is .BAK. If the backup folder already contains such a file, it will be overwritten without warning. +The backup copy has the same name as the document, but the extension is .BAK. If the backup folder already contains such a file, it will be overwritten without warning. To save recovery information automatically every n minutes -Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. +Choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - General. -Mark Save AutoRecovery information every and select the time interval. +Mark Save AutoRecovery information every and select the time interval. -This command saves the information necessary to restore the current document in case of a crash. Additionally, in case of a crash %PRODUCTNAME tries automatically to save AutoRecovery information for all open documents, if possible. +This command saves the information necessary to restore the current document in case of a crash. Additionally, in case of a crash %PRODUCTNAME tries automatically to save AutoRecovery information for all open documents, if possible. -Save As -%PRODUCTNAME - PreferencesTools - Options - Load/Save - General -Error Report Tool +Save As +%PRODUCTNAME - PreferencesTools - Options - Load/Save - General +Error Report Tool +https://wiki.documentfoundation.org/Videos/Preventing_data_disaster";>Wiki article about preventing data loss when working on documents
help.git: source/text
source/text/shared/02/2006.xhp | 31 +-- source/text/swriter/00/0406.xhp| 11 +++ source/text/swriter/01/accessibility_check.xhp |2 source/text/swriter/02/0808.xhp| 70 + source/text/swriter/main0208.xhp | 34 ++-- 5 files changed, 116 insertions(+), 32 deletions(-) New commits: commit 3ed4eb232dc24516441b980e6437bc04a649448f Author: Olivier Hallot AuthorDate: Sun Aug 25 13:23:04 2024 -0300 Commit: Olivier Hallot CommitDate: Sun Aug 25 18:24:06 2024 +0200 tdf#162628 Review Writer Status Bar Help page + Reorder status bar elements + added Accessibility entry + Update Combined display with document elements type + Refactor + Update a11y page with how-to-get from Status Bar + update Document Modified help page and add icons Change-Id: I2a297e4eb2c72a3088229ac029f17388ae2d8f25 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172370 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/02/2006.xhp b/source/text/shared/02/2006.xhp index a8040e09de..2e24de7647 100644 --- a/source/text/shared/02/2006.xhp +++ b/source/text/shared/02/2006.xhp @@ -20,16 +20,37 @@ -Document Modification +Document Modification /text/shared/02/2006.xhp - - -Document Modification -If changes to the document have not yet been saved, a "*" is displayed in this field on the Status bar. This also applies to new, not yet saved documents. + + + +Document Modification +If changes to the document have not yet been saved, a red icon is displayed in this field on the Status bar. This also applies to new, not yet saved documents. + + + + Icon Document Modified + + + Document Modified + + + + + + + Icon Document not modified + + + Document not modified + + + diff --git a/source/text/swriter/00/0406.xhp b/source/text/swriter/00/0406.xhp index 59947fa4cd..d00e9e32be 100644 --- a/source/text/swriter/00/0406.xhp +++ b/source/text/swriter/00/0406.xhp @@ -43,6 +43,17 @@ OptionAlt + 8 Open the Accessibility Check panel. + + + + +Icon Accessibility check + + +Accessibility check + + + diff --git a/source/text/swriter/01/accessibility_check.xhp b/source/text/swriter/01/accessibility_check.xhp index 4480023f0d..dc838f6f50 100644 --- a/source/text/swriter/01/accessibility_check.xhp +++ b/source/text/swriter/01/accessibility_check.xhp @@ -26,7 +26,7 @@ Accessibility Check -Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog. +Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog and the accessibility deck of the sidebar. diff --git a/source/text/swriter/02/0808.xhp b/source/text/swriter/02/0808.xhp index 2750f59012..a5ce81bce5 100644 --- a/source/text/swriter/02/0808.xhp +++ b/source/text/swriter/02/0808.xhp @@ -1,6 +1,4 @@ - - - -Combined Display +Combined Display /text/swriter/02/0808.xhp @@ -30,14 +27,67 @@ - - + - + Combined Display - Displays current information about the active document. + Displays current information about the document element at the cursor position. - When the cursor is in a named section, the section name appears. When the cursor is in a table, the name of the table cell appears. The size of the object is shown when you edit frames or drawing objects. - When the cursor is positioned within text, you can double-click this field to open the Fields dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position. When the cursor is positioned in a table, a double-click in this field will call the Table Format dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object. + Information Displayed + + + +Cursor in + + +Display + + + + +Section + + +Section name + + + + +Table + + +Table name and cell name + + + + +List + + +List level + + + + +Heading + + +Heading numbered level + + + + +Object + + +Object distance (horizontal x vertical) from anchor and object size (height and width). + + + + + When the cursor is positioned within text, you can double-click this field to open the Fields dialog. In this dialog, you can
help.git: source/text
source/text/schart/01/04050100.xhp | 220 ++--- source/text/schart/main.xhp| 217 +--- 2 files changed, 217 insertions(+), 220 deletions(-) New commits: commit 6930aa0207190cdb8113b74dbbfb61b40ddafe4b Author: Olivier Hallot AuthorDate: Sat Aug 24 14:48:58 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Aug 24 19:51:03 2024 +0200 tdf#162607 Remove dup's in hid2file.js + Case of some (but not all) dup's in schart/main.xhp + refactor Change-Id: I22e548735b5efda9b634a3c21daaf6bf1def2543 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172360 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/schart/01/04050100.xhp b/source/text/schart/01/04050100.xhp index 669f09788b..2d2d62267d 100644 --- a/source/text/schart/01/04050100.xhp +++ b/source/text/schart/01/04050100.xhp @@ -20,189 +20,189 @@ -Trend Lines +Trend Lines /text/schart/01/04050100.xhp - + calculating;regression curves regression curves in charts trend lines in charts mean value lines in charts only use trend line, not regression curve: i89823 - - - + + + Trend Lines - Trend lines can be added to all 2D chart types except for Pie and Stock charts. + Trend lines can be added to all 2D chart types except for Pie and Stock charts. Linear - -A linear trend line is shown.Logarithmic - -A logarithmic trend line is shown.Exponential - -An exponential trend line is shown.Power - -A power trend line is shown.Polynomial - -A polynomial trend line is shown with a given degree.Degree - - -Degree of polynomial trend line.Moving average - -A moving average trend line is shown with a given period.Period - - -Number of points to calculate average of moving average trend line.Trend line name - - -Name of trend line in legend.Extrapolate forward - - -Trend line is extrapolated for higher x-values.Extrapolate backward - - -Trend line is extrapolated for lower x-values.Force intercept - -For linear, polynomial and exponential trend lines, intercept value is forced to a given value.Intercept value - -Value of intercept if it is forced.Show equation - -Shows the trend line equation next to the trend line.Show correlation coefficient (R2) - -Shows the coefficient of determination next to the trend line.X name - - -Name of X variable in trend line equation.Y name - - -Name of Y variable in trend line equation. -If you insert a trend line to a chart type that uses categories, like Line or Column, then the numbers 1, 2, 3, … are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable. - - + +A linear trend line is shown.Logarithmic + +A logarithmic trend line is shown.Exponential + +An exponential trend line is shown.Power + +A power trend line is shown.Polynomial + +A polynomial trend line is shown with a given degree.Degree + + +Degree of polynomial trend line.Moving average + +A moving average trend line is shown with a given period.Period + + +Number of points to calculate average of moving average trend line.Trend line name + + +Name of trend line in legend.Extrapolate forward + + +Trend line is extrapolated for higher x-values.Extrapolate backward + + +Trend line is extrapolated for lower x-values.Force intercept + +For linear, polynomial and exponential trend lines, intercept value is forced to a given value.Intercept value + +Value of intercept if it is forced.Show equation + +Shows the trend line equation next to the trend line.Show correlation coefficient (R2) + +Shows the coefficient of determination next to the trend line.X name + + +Name of X variable in trend line equation.Y name + + +Name of Y variable in trend line equation. +If you insert a trend line to a chart type that uses categories, like Line or Column, then the numbers 1, 2, 3, … are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable. + + -To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created. +To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created. Choose Insert - Trend Line, or right-click the data series to open the context menu, and choose Insert Trend Line. -Mean Value Lines are special trend lines that show the mean value. Use Insert - Mean Value Lines to insert mean value lines for data series. +Mean Value Lines are special trend lines that show the mean value. Use Insert - Mean Value Lines to insert mean value lines for data series. -To delete a trend line or mean value line, click the line, then press the Del key. +To delete a trend line o
help.git: source/text
source/text/sbasic/python/python_ide.xhp |9 +-- source/text/sbasic/shared/03170010.xhp| 89 ++ source/text/sbasic/shared/03170020.xhp| 25 source/text/sbasic/shared/doEvents.xhp| 13 ++-- source/text/sbasic/shared/stardesktop.xhp | 10 +-- source/text/sdraw/01/rename_page.xhp |5 - source/text/shared/guide/tipoftheday.xhp |9 +-- 7 files changed, 76 insertions(+), 84 deletions(-) New commits: commit 3542a6dade252f7d6b9e8332437e88a52e782db6 Author: Olivier Hallot AuthorDate: Sat Aug 24 11:28:07 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Aug 24 16:36:16 2024 +0200 tdf#162607 Remove dup's in hid2file.js + Case of placeholder "" left here and there + refactor Change-Id: I048ad7a9db45a8931ffca0ed801cb49c7888e02a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172356 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/sbasic/python/python_ide.xhp b/source/text/sbasic/python/python_ide.xhp index 2f14ea9f64..a73d092579 100644 --- a/source/text/sbasic/python/python_ide.xhp +++ b/source/text/sbasic/python/python_ide.xhp @@ -10,21 +10,20 @@ --> -IDE for Python +IDE for Python /text/sbasic/python/python_ide.xhp - - + APSO Alternative Python Scripts Organizer python;IDE - integrated development environment python;editor Setting up an Integrated Development Environment (IDE) for Python -Writing Python macros requires extra configuration steps to set an IDE of choice. +Writing Python macros requires extra configuration steps to set an IDE of choice. Unlike Basic language macros development in %PRODUCTNAME, developing Python scripts for %PRODUCTNAME requires to configure an external Integrated Development Environment (IDE). Multiple IDEs are available that range from beginners to advanced Python coders. While using a Python IDE programmers benefit from numerous features such as syntax highlighting, code folding, class browsing, code completion, coding standard enforcement, test driven development, debugging, version control and many more. You can refer to https://wiki.documentfoundation.org/Macros/Python_Design_Guide";>Designing & Developing Python Applications on the Wiki for more in-depth information about the setup of a bridge between your IDE and a running instance %PRODUCTNAME. The APSO Extension @@ -33,4 +32,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03170010.xhp b/source/text/sbasic/shared/03170010.xhp index 1f8767b040..b5c96705fc 100644 --- a/source/text/sbasic/shared/03170010.xhp +++ b/source/text/sbasic/shared/03170010.xhp @@ -11,18 +11,17 @@ -FormatNumber Function [VBA] +FormatNumber Function [VBA] /text/sbasic/shared/03170010.xhp - - + FormatNumber function -FormatNumber [VBA] -Returns a string with a number formatting applied to a numeric expression. +FormatNumber [VBA] +Returns a string with a number formatting applied to a numeric expression. @@ -36,47 +35,47 @@ -expression: Required. A numeric expression to be formatted. If expression is a string, then the decimal and thousands separator need to be localized. +expression: Required. A numeric expression to be formatted. If expression is a string, then the decimal and thousands separator need to be localized. -numDigitsAfterDecimal: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used. +numDigitsAfterDecimal: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used. -includeLeadingDigit: Optional. A vbTriState enumeration value, specifying whether a leading zero should be displayed for fractional values. +includeLeadingDigit: Optional. A vbTriState enumeration value, specifying whether a leading zero should be displayed for fractional values. -vbTrue or -1: Display a leading zero. +vbTrue or -1: Display a leading zero. -vbFalse or 0: Do not display leading zeros. +vbFalse or 0: Do not display leading zeros. -vbUseDefault or -2: Use the user interface locale settings. This is the default when omitted. +vbUseDefault or -2: Use the user inte
help.git: source/text
source/text/scalc/01/func_unique.xhp |1 - 1 file changed, 1 deletion(-) New commits: commit 81f8551d4281a11d2a9ac7d89d1660f32fda6187 Author: Olivier Hallot AuthorDate: Sat Aug 24 10:38:01 2024 -0300 Commit: Olivier Hallot CommitDate: Sat Aug 24 15:41:20 2024 +0200 tdf#162587 Drop of case sensitivity for function UNIQUE + No impact on string freeze. + This will remove a "D'oh!" from the help page of UNIQUE once cherry picked + Help page will be completed once tdf#162601 is fixed. Change-Id: I10f7a3824132bb4a69b0769140a85b51ced9cdbb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172354 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/01/func_unique.xhp b/source/text/scalc/01/func_unique.xhp index 2e222519d8..7177359c36 100644 --- a/source/text/scalc/01/func_unique.xhp +++ b/source/text/scalc/01/func_unique.xhp @@ -24,7 +24,6 @@ UNIQUE Returns the array of unique values from a range or array of values. - UNIQUE(Array [; By col [; Uniqueness] ]) Array: the range or array from which to return unique values.
help.git: source/text
source/text/swriter/guide/search_regexp.xhp | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) New commits: commit e3caa53e99709b7099611b67cf73e9bdbd8801ea Author: Pierre F AuthorDate: Wed Aug 7 12:05:39 2024 +0200 Commit: Mike Kaganski CommitDate: Fri Aug 23 22:05:26 2024 +0200 more (simple) regex examples + fix note on paragraph limitation. tdf#38261, tdf#159607 Change-Id: Ib96d4d8a4cef38bd90e33672f0d7c4445b2cd2fe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171538 Tested-by: Jenkins Reviewed-by: Pierre F Reviewed-by: Mike Kaganski diff --git a/source/text/swriter/guide/search_regexp.xhp b/source/text/swriter/guide/search_regexp.xhp index d1a82ba302..e2f94ae306 100644 --- a/source/text/swriter/guide/search_regexp.xhp +++ b/source/text/swriter/guide/search_regexp.xhp @@ -35,7 +35,7 @@ paragraph marks;searching Using Regular Expressions in Text Searches - Regular expressions can be used to search for some unspecified or even invisible characters. + Regular expressions are special patterns used to find and manipulate text, helping you locate specific information within texts. Searching with regular expressions is different from searching with wildcards. %PRODUCTNAME Writer only supports searching with regular expressions. You can use regular expressions when you find and replace text in a document. For example, "s.n" finds "sun" and "son". @@ -60,22 +60,29 @@ The regular expression for a single character is a period (.). + + The regular expression for a word character \w, and \d for a decimal digit. + The regular expression for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233". - The regular expression combination to search for zero or more occurrences of any character is a period and asterisk (.*). + The regular expression to search for zero or more occurrences of any character is a period and asterisk (.*). + + + The regular expression for one or more occurrences of the previous character is a plus sign (+). For example: "\w+" finds any word, "\d+" any number. - The regular expression for the end of a paragraph is a dollar sign ($). The regular expression character combination for the start of a paragraph is a caret and a period (^.). + The regular expression for a tab character is. More generally, \s stands for all kinds of "spaces", like non-breaking space, carriage return ... - The regular expression for a tab character is. + The regular expression for the end of a paragraph is a dollar sign ($). The regular expression for the start of a paragraph is a caret and a period (^.). The regular expression for an empty paragraph is ^$. - A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph. + A search using a regular expression will work only within one paragraph. That is, a will match a line break within a paragraph. +
help.git: source/text
source/text/scalc/guide/cellstyle_conditional.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b27934a3330f48716085cacbc2054a605675f2a5 Author: Ilmari Lauhakangas AuthorDate: Fri Aug 23 12:21:44 2024 +0300 Commit: Olivier Hallot CommitDate: Fri Aug 23 13:12:08 2024 +0200 tdf#162559 Clarify conditional formatting example Change-Id: Ia87562a5e74aa18cc95b0d769d1ed9800aac643f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172309 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/scalc/guide/cellstyle_conditional.xhp b/source/text/scalc/guide/cellstyle_conditional.xhp index 899893d10f..b82b5bb348 100644 --- a/source/text/scalc/guide/cellstyle_conditional.xhp +++ b/source/text/scalc/guide/cellstyle_conditional.xhp @@ -108,7 +108,7 @@ Choose the Format - Conditional - Condition command to open the corresponding dialog. -Define the condition as follows: If cell value is less than J14, format with cell style "Below", and if cell value is greater than or equal to J14, format with cell style "Above". +Define the condition as follows: If cell value is less than $J$14, format with cell style "Below", and if cell value is greater than or equal to $J$14, format with cell style "Above". Step 5: Copy Cell Style
help.git: source/text
source/text/shared/06/youtubevideos.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aca0c0200340e2e14528cf423e65224c5d3359fe Author: Olivier Hallot AuthorDate: Thu Aug 22 10:30:19 2024 -0300 Commit: Olivier Hallot CommitDate: Thu Aug 22 15:32:00 2024 +0200 Update 24.8 teasing video on online Help pages Change-Id: I5ae7cc9aa8ba40b4d9212327817511fe76153866 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172259 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/06/youtubevideos.xhp b/source/text/shared/06/youtubevideos.xhp index d511f66160..eb5c0fa6d3 100644 --- a/source/text/shared/06/youtubevideos.xhp +++ b/source/text/shared/06/youtubevideos.xhp @@ -17,7 +17,7 @@ - +
help.git: source/text
source/text/sbasic/shared/conventions.xhp | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit d16cddc3602213ef22fc4f778f632d43c89d8304 Author: Alain Romedenne AuthorDate: Wed Aug 21 09:26:54 2024 +0200 Commit: Alain Romedenne CommitDate: Wed Aug 21 09:45:01 2024 +0200 Apply english grammar Change-Id: Ibe65885931c5dca006a298eeef9b5b383137b2fc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172186 Reviewed-by: Alain Romedenne Tested-by: Jenkins diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp index 77598e251a..a9375fad45 100644 --- a/source/text/sbasic/shared/conventions.xhp +++ b/source/text/sbasic/shared/conventions.xhp @@ -21,9 +21,9 @@ Typographical conventions How to Read Syntax Diagrams and Statements -%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules: +%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these notations: -%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property. +%PRODUCTNAME Basic keywords or functions use camel casing: Call, DimArray, InputBox, Property. Lowercase characters indicate information to supply: end, expression, start, variable. The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith: @@ -44,7 +44,7 @@ [opt1|opt2|opt3] Items inside brackets are optional, alternatives are indicated with a vertical bar, case[[sep]…] An ellipsis indicates a possible repetition, an optional separator may be specified, -{choice1|choice2} Items inside curly braces are compulsory, alternatives are indicated with a vertical bar. +{choice1|choice2} Items inside curly braces are mandatory, alternatives are indicated with a vertical bar. @@ -55,8 +55,8 @@ Sub Main - GoTo there ' skip first statement - here: Print 1, : there: Print 2 REM explanatory text here + GoTo there ' skip first statement and display '2' + here: Print 1, : there: Print 2 REM multi-statement line End Sub
help.git: source/text
source/text/sbasic/shared/0102.xhp |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 7e13a37beb1d13ac072f88b0b85607677ab6d67e Author: Alain Romedenne AuthorDate: Wed Aug 21 08:46:56 2024 +0200 Commit: Alain Romedenne CommitDate: Wed Aug 21 08:54:01 2024 +0200 Missing link to BASIC programming guide in wiki Change-Id: I7f552389440c2eb006197fefb54d1cee32d5f053 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172185 Tested-by: Jenkins Reviewed-by: Alain Romedenne diff --git a/source/text/sbasic/shared/0102.xhp b/source/text/sbasic/shared/0102.xhp index 8d7dc0eff9..de390ddffb 100644 --- a/source/text/sbasic/shared/0102.xhp +++ b/source/text/sbasic/shared/0102.xhp @@ -30,11 +30,9 @@ - - Syntax - This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately. + This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the https://wiki.documentfoundation.org/Documentation/BASIC_Guide";>$[officename] Basic Programming Guide which is available separately.
help.git: source/text
source/text/sbasic/shared/01020300.xhp | 75 - 1 file changed, 37 insertions(+), 38 deletions(-) New commits: commit 258bcb03c8a488b14413b6fb7f8bdd88309d8c69 Author: Pierre F AuthorDate: Fri Aug 16 17:52:52 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Aug 19 17:16:01 2024 +0200 misc. simplify sentences (Basic Function call) Change-Id: I9a597897f60642832089973926c67f1ac69ed55d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171780 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/sbasic/shared/01020300.xhp b/source/text/sbasic/shared/01020300.xhp index 999c5645eb..4d0db94853 100644 --- a/source/text/sbasic/shared/01020300.xhp +++ b/source/text/sbasic/shared/01020300.xhp @@ -19,12 +19,12 @@ --> -Using Procedures, Functions or Properties +Using Procedures, Functions or Properties /text/sbasic/shared/01020300.xhp - + procedures functions;using variables;passing to procedures, functions, properties @@ -44,59 +44,58 @@ When you create a new module, %PRODUCTNAME Basic automatically inserts a Sub called "Main". This default name has nothing to do with the order or the starting point of a %PRODUCTNAME Basic project. You can also safely rename this Subroutine. Some restrictions apply for the names of your public variables, subroutines, functions and properties. You must not use the same name as one of the modules of the same library. -Procedures (Subroutines) functions (Function) and properties (Property) help you maintaining a structured overview by separating a program into logical pieces. -One benefit of procedures, functions and properties is that, once you have developed a program code containing task components, you can use this code in another project. +Procedures (Subroutines) functions (Function) and properties (Property) help you maintaining a structured overview by separating a program into logical pieces. These pieces can be easily reused to perform similar tasks in other projects. Passing Variables to Procedures, Functions or Properties -Variables can be passed to both procedures, functions or properties. The Sub Function or Property must be declared to expect parameters: +Variables can be passed to both procedures, functions or properties. The Sub Function or Property must be declared to expect parameters: Sub SubName(Parameter1 As TYPENAME, Parameter2 As TYPENAME,...) - ' your code goes here + ' your code goes here End Sub -The Sub is called using the following syntax: +The Sub is called using the following syntax: - [Call] SubName( [Parameter1:=]Value1, [Parameter2:=]Value2, ...) + [Call] SubName( [Parameter1:=]Value1, [Parameter2:=]Value2, ...) -The parameters passed to a Sub must fit to those specified in the Sub declaration. -The same process applies to a Function. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name: +The parameters passed to a Sub must fit to those specified in the Sub declaration. +The same process applies to a Function. In addition, functions always return a result. This result is defined by assigning the value to return to the function name: Function FunctionName(Parameter1 As TYPENAME, Parameter2 As TYPENAME,...) As TYPENAME - ' your code goes here + ' your code goes here FunctionName=Result End Function -The Function is called using the following syntax: +The Function is called using the following syntax: - Variable = FunctionName( [Parameter1:=]Value1, [Parameter2:=]Value2, ...) + Variable = FunctionName( [Parameter1:=]Value1, [Parameter2:=]Value2, ...) Properties combine the syntax of procedures and functions. A Property usually requires up to one parameter. Private _IsApproved As TYPENAME Property Get IsApproved As TYPENAME - ' your code goes here + ' your code goes here IsApproved = some_computation End Property Property Let IsApproved(value As TYPENAME) - ' your code goes here + ' your code goes here _IsApproved = computed_value End Property -The Property is called using the following syntax: +The Property is called using the following syntax: var = IsApproved IsApproved = some_value You can also use the fully qualified name to call a procedure, function or property: [Call] Library.Module.Macro(), where Call is optional. For example, to call the Autotext macro from the Gimmicks library, use the following command: Gimmicks.AutoText.Main() Passing Variables by Value or Reference -Parameters can be passed to a procedure, a function or a property either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a Sub, a Function or a Property gets the parameter and can read and modify its
help.git: source/text
source/text/shared/01/02230100.xhp | 45 +++-- 1 file changed, 24 insertions(+), 21 deletions(-) New commits: commit 76c9502e7138e55ec47073c721ede98fc3d65229 Author: Pierre F AuthorDate: Fri Aug 16 22:23:44 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Aug 19 16:47:22 2024 +0200 add image to record change list. tdf#144206 Change-Id: I5940dc8453b8e2a66b5065ed27ec4a321b996679 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171782 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/02230100.xhp b/source/text/shared/01/02230100.xhp index 4b44a90b6b..84f109be47 100644 --- a/source/text/shared/01/02230100.xhp +++ b/source/text/shared/01/02230100.xhp @@ -20,7 +20,7 @@ -Record Changes +Record Changes /text/shared/01/02230100.xhp @@ -29,71 +29,74 @@ - - + + Record Changes -Tracks each change that is made in the current document by author and date. +Tracks each change that is made in the current document by author and date. - + If you choose Edit - Track Changes - Show, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing %PRODUCTNAME Writer - Changes in the Options dialog box. - + You can set the properties of the markup elements by choosing %PRODUCTNAME Calc - Changes in the Options dialog box. -The following changes are tracked when the record changes command is active: +The following changes are tracked when the record changes command is active: -Paste and delete text. +Paste and delete text. -Move paragraphs. +Move paragraphs. -Sort text. +Sort text. -Find and replace text. +Find and replace text. -Insert attributes that are one character wide, for example, fields and footnotes. +Insert attributes that are one character wide, for example, fields and footnotes. -Insert sheets, ranges. +Insert sheets, ranges. -Insert document. +Insert document. -Insert AutoText. +Insert AutoText. -Insert from clipboard. +Insert from clipboard. + + +Insert or delete images. -Change cell contents by insertions and deletions. +Change cell contents by insertions and deletions. -Insert or delete columns and rows. +Insert or delete columns and rows. -Insert sheets. +Insert sheets. -Cut, copy and paste through the clipboard. +Cut, copy and paste through the clipboard. -Move by dragging and dropping. +Move by dragging and dropping.
help.git: source/text
source/text/simpress/01/0608.xhp |2 +- source/text/simpress/guide/impress_remote.xhp | 18 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) New commits: commit a2c5184f0ddc6b4b2c86889a536655aa8ec19472 Author: Dione Maddern AuthorDate: Fri Aug 16 11:38:41 2024 -0400 Commit: Olivier Hallot CommitDate: Fri Aug 16 19:49:38 2024 +0200 tdf#162483 Update instructions for enabling remote control in Remote User Guide In text/simpress/guide/impress_remote.xhp - Updated instructions to reflect the current UI options - Replaced the outdated screenshot with the one shown in text/simpress/01/0608.xhp, which depicts the current location of the "Enable remote control" checkbox. - Added a link to the Slideshow Settings page in the "Related Topics" section In text/simpress/01/0608.xhp - Added self-link and section tags so that content can be easily embedded in other pages. Change-Id: I1f7f488d0678d28d69543f45f066884e81186c4b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171958 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/simpress/01/0608.xhp b/source/text/simpress/01/0608.xhp index cdc1ea7fdc..7f53a1bc75 100644 --- a/source/text/simpress/01/0608.xhp +++ b/source/text/simpress/01/0608.xhp @@ -46,7 +46,7 @@ -Slide Show Settings +Slide Show Settings Defines settings for your slide show, including how to display it, which slide to start from, the way you advance the slides, and whether you want to use the presenter console or control it remotely. diff --git a/source/text/simpress/guide/impress_remote.xhp b/source/text/simpress/guide/impress_remote.xhp index 1fb81c7f9c..656cea6f6d 100644 --- a/source/text/simpress/guide/impress_remote.xhp +++ b/source/text/simpress/guide/impress_remote.xhp @@ -123,21 +123,24 @@ Enabling Impress Remote control in %PRODUCTNAME Impress To run an Impress slideshow, you must allow Impress to be controlled by the mobile device. Proceed as follows: - Open %PRODUCTNAME Impress. -Go to Tools – Options – %PRODUCTNAME Impress – General. You should see the screen depicted in the figure below. +>Open the Slideshow Settings dialog: + + + -In the presentation options, select the Enable remote control checkbox and click OK. +In Remote control, select the Enable remote control checkbox and click OK. You should see the screen depicted in the figure below. + - -Close %PRODUCTNAME Impress and start it again. - - + +Close %PRODUCTNAME Impress and start it again. + + Controlling the slideshow: Impress Remote;using @@ -181,6 +184,7 @@ https://play.google.com/store/apps/details?id=org.libreoffice.impressremote";>Impress Remote in Google Play Store https://itunes.apple.com/us/app/libreoffice-remote-for-impress/id806879890?mt=8";>Impress Remote in Apple iTunes Store The Presenter Console +
help.git: source/text
source/text/scalc/01/events_sheet.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit afa0a94db4d511a638cb81ff7e000fb6f285c830 Author: Eike Rathke AuthorDate: Wed Aug 14 20:00:37 2024 +0200 Commit: Eike Rathke CommitDate: Wed Aug 14 20:03:20 2024 +0200 OnCalculate sheet event is fired before, not after recalculation Change-Id: Ief7019183946fa8c8a32e0571ebc21c10f0417dd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171874 Tested-by: Jenkins Reviewed-by: Eike Rathke diff --git a/source/text/scalc/01/events_sheet.xhp b/source/text/scalc/01/events_sheet.xhp index cac26d38ae..c4c9dfdacc 100644 --- a/source/text/scalc/01/events_sheet.xhp +++ b/source/text/scalc/01/events_sheet.xhp @@ -81,10 +81,10 @@ -Formulas calculated +Formulas calculate -Cells in sheet have been recalculated. +Cells in sheet will be recalculated.
help.git: source/text
source/text/shared/01/02100100.xhp | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) New commits: commit 9d2a16b7eb33cf0ff58e010d502d64c6dfcdff4f Author: Olivier Hallot AuthorDate: Tue Aug 13 18:22:53 2024 -0300 Commit: Olivier Hallot CommitDate: Wed Aug 14 15:58:36 2024 +0200 tdf#129492 Similarity search examples + Added example for add/remove characters for similarity + Suppressed hidden (already moved to dialog) + Link to wikipedia + reorder paragraphs Change-Id: Idb041e31a2041a4603766a75da22459fa74d75b8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171841 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/shared/01/02100100.xhp b/source/text/shared/01/02100100.xhp index e0b0cb644d..d2fc8fe380 100644 --- a/source/text/shared/01/02100100.xhp +++ b/source/text/shared/01/02100100.xhp @@ -39,30 +39,31 @@ Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options. +For example, a similarity search can find words that differ from the Find text by two characters. -For example, a similarity search can find words that differ from the Find text by two characters. -Set the options for the similarity search. -Settings +Similarities Define the criteria for determining if a word is similar to the search term. Exchange characters -Enter the number of characters in the search term that can be exchanged. For example, if you specify 2 exchanged characters, "sweep" and "creep" are considered similar. +Enter the number of characters in the search term that can be exchanged. For example, if you specify 2 exchanged characters, "sweep" and "creep" are considered similar, when exchanging "sw" and "cr". Add characters -Enter the maximum number of characters by which a word can exceed the number of characters in the search term. +Enter the maximum number of characters by which a word can exceed the number of characters in the search term. For example, if you specify 3 additional characters, "long" and "longest" are considered similar, but not "longitude". Remove characters -Enter the number of characters by which a word can be shorter than the search term. +Enter the number of characters by which a word can be shorter than the search term.For example, if you specify 3 removed characters, "longitude" and "longest" are considered similar, but not "long". Combine Searches for a term that matches any combination of the similarity search settings. -Using Combine better meets a user's expectations from looking at the settings, but may return false positives. Not using Combine may match less than expected, but does not return false positives. -A Weighted Levenshtein Distance (WLD) algorithm is used. If Combine is not checked, then settings are treated as an exclusive-OR (strict WLD). -If Combine is checked, then settings are treated as an inclusive-OR (relaxed WLD). +Using Combine better meets a user's expectations from looking at the settings, but may return false positives. Not using Combine may match less than expected, but does not return false positives. +A Weighted Levenshtein Distance (WLD) algorithm is used. If Combine is not checked, then settings are treated as an exclusive-OR (strict WLD). If Combine is checked, then settings are treated as an inclusive-OR (relaxed WLD). Be careful when using Replace All with Similarity Search. Best to be certain first about what will be found. + +https://en.wikipedia.org/wiki/Levenshtein_distance";>Levenshtein Distance algorithm in Wikipedia +
help.git: source/text
source/text/shared/01/0528.xhp|7 --- source/text/shared/menu/submenu_image.xhp | 22 +++--- source/text/simpress/main_format.xhp | 10 ++ 3 files changed, 17 insertions(+), 22 deletions(-) New commits: commit 44301eb01fd63f299d8e9d982a4dc31b6ab04a91 Author: Olivier Hallot AuthorDate: Tue Aug 13 17:01:23 2024 -0300 Commit: Adolfo Jayme Barrientos CommitDate: Tue Aug 13 23:15:30 2024 +0200 tdf#102265 - Impress Format menu update Change-Id: I5c8725b3ebee70e05b82c86bdfc1a180075034d6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171839 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/shared/01/0528.xhp b/source/text/shared/01/0528.xhp index 0d99c2e0e6..fa1fc88c4f 100644 --- a/source/text/shared/01/0528.xhp +++ b/source/text/shared/01/0528.xhp @@ -27,12 +27,14 @@ - + Text along Path Simple tool for putting text along a curve without any fancy effects.UFI: see "Fontwork_ui" spec doc. + +This Text along Path dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Text along Path command. @@ -65,8 +67,7 @@ -This Text along Path dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Text along Path command. - + Style You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Text along Path. In Impress or Draw, right-click the shape and select Convert - To Curve/Polygon/Contour. If you wish, you can now copy and paste the converted shape into Writer for use with Text along Path. Shapes in the Legacy Circles and Ovals and Legacy Rectangles toolbars do not need to be converted. The Arc included in the basic shapes is also a legacy shape. diff --git a/source/text/shared/menu/submenu_image.xhp b/source/text/shared/menu/submenu_image.xhp index badfaad034..412679d9fa 100644 --- a/source/text/shared/menu/submenu_image.xhp +++ b/source/text/shared/menu/submenu_image.xhp @@ -25,17 +25,17 @@ - - - Image - -Opens a submenu where you can choose commands to manipulate images. - - - - - Choose Format - Image - + + +Image + + Opens a submenu where you can choose commands to manipulate images. + + + + +Choose Format - Image + diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp index cfbcb1e3e6..6332907d82 100644 --- a/source/text/simpress/main_format.xhp +++ b/source/text/simpress/main_format.xhp @@ -35,21 +35,15 @@ - - -Table -Shows commands to format, edit, and delete a table and its elements.Needs a submenu page - -Image -Shows commands to crop, edit, and manage images.Needs a submenu page. - + +
help.git: source/text
source/text/swriter/guide/words_count.xhp | 28 1 file changed, 16 insertions(+), 12 deletions(-) New commits: commit e0f5a2be15540e180ce9c1873276d185c0ba52fc Author: Pierre F AuthorDate: Tue Aug 13 17:03:47 2024 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Tue Aug 13 18:18:48 2024 +0200 document word count tooltip in navigator (implemented in 7.0 tdf#63967) Change-Id: I6136dc2097605159aef537d585f037a46b51cfab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171771 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/swriter/guide/words_count.xhp b/source/text/swriter/guide/words_count.xhp index 575e76bfff..e1a1f2459a 100644 --- a/source/text/swriter/guide/words_count.xhp +++ b/source/text/swriter/guide/words_count.xhp @@ -22,12 +22,12 @@ - Counting Words + Counting Words /text/swriter/guide/words_count.xhp -words; counting in text +words; counting in text number of words documents; number of words/characters text; number of words/characters @@ -36,30 +36,34 @@ counting words word counts MW deleted "character counts" -Counting Words +Counting Words -Word and character count is shown in the status bar, and is kept up to date as you edit. +Word and character count is shown in the status bar, and is kept up to date as you edit. -If you want to count only some text of your document, select the text. +Word and character count for a section is shown in the Navigator as a tooltip when the mouse pointer is over the name of this section. -To display extended statistics such as count of characters without spaces, double click the word count in the status bar, or choose Tools - Word Count. +If you want to count only some text of your document, select the text. + + +To display extended statistics such as count of characters without spaces, double click the word count in the status bar, or choose Tools - Word Count. How does %PRODUCTNAME count words? - In general, every string of characters between two spaces is a word. Dashes, tabs, line breaks, and paragraph breaks are word limits, too. - Words with always visible hyphens, as in plug-in, add-on, user/config, are counted as one word each. - The words can be a mix of letters, numbers, and special characters. So the following text counts as four words: abc123 1.23 "$" http://www.example.com. - To add a custom character to be considered as the word limit, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General and add the character into the Additional separators field. By default, this field contains em dash (—) and en dash (–). + In general, every string of characters between two spaces is a word. Dashes, tabs, line breaks, and paragraph breaks are word limits, too. + Words with always visible hyphens, as in plug-in, add-on, user/config, are counted as one word each. + The words can be a mix of letters, numbers, and special characters. So the following text counts as four words: abc123 1.23 "$" http://www.example.com. + To add a custom character to be considered as the word limit, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - General and add the character into the Additional separators field. By default, this field contains em dash (—) and en dash (–). - To get some more statistics about the document, choose File - Properties - Statistics. + To get some more statistics about the document, choose File - Properties - Statistics. - File - Properties - Statistics + File - Properties - Statistics + Word Count
help.git: source/text
source/text/sbasic/python/python_programming.xhp |1 + 1 file changed, 1 insertion(+) New commits: commit f06edc4d07ae6db146347d412e0b975d209271d0 Author: Olivier Hallot AuthorDate: Mon Aug 12 18:19:18 2024 -0300 Commit: Olivier Hallot CommitDate: Tue Aug 13 14:05:11 2024 +0200 Document python comparison operators for UNO objects Referenced from https://gerrit.libreoffice.org/c/help/+/65828/2/source/text/sbasic/python/python_programming.xhp#241 Change-Id: I2d28a2d1f432656258fade03a9af0b3ffab119f7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171804 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp index 127dcfec84..fcad6f331a 100644 --- a/source/text/sbasic/python/python_programming.xhp +++ b/source/text/sbasic/python/python_programming.xhp @@ -246,6 +246,7 @@ +Use "==" or "!=" comparison operators EqualUnoObjects()
help.git: source/text
source/text/scalc/01/04060105.xhp | 244 +++--- 1 file changed, 123 insertions(+), 121 deletions(-) New commits: commit 44b68cf05d29f55f7e86f4b426cf5f20c9933e45 Author: Olivier Hallot AuthorDate: Sat Aug 10 13:38:35 2024 -0300 Commit: Olivier Hallot CommitDate: Mon Aug 12 20:51:51 2024 +0200 tdf#162379 functions AND and OR in array context. Change-Id: I816cedf34226f0975a3307c08b25f0b922f05b4b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171717 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index 5b64c4a65d..2dfa2e212f 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -19,184 +19,186 @@ --> - Logical Functions + Logical Functions /text/scalc/01/04060105.xhp -logical functions + logical functions Function Wizard; logical functions; logical functions - -Logical Functions - This category contains the Logical functions. - -Handling non-logical arguments in logical functions - - -Zero (0) is equivalent to FALSE and all other numbers are equivalent to TRUE. - - -Empty cells and text in cells are ignored. - - -A #VALUE error is raised if all arguments are ignored. - - -A #VALUE error is raised if one argument is direct text (not text in a cell). - - -Errors as argument lead to an error. - - - - - - + + Logical Functions + This category contains the Logical functions. + + Handling non-logical arguments in logical functions + + + Zero (0) is equivalent to FALSE and all other numbers are equivalent to TRUE. + + + Empty cells and text in cells are ignored. + + + A #VALUE error is raised if all arguments are ignored. + + + A #VALUE error is raised if one argument is direct text (not text in a cell). + + + Errors as argument lead to an error. + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -AND function - - -AND - Returns TRUE if all arguments are TRUE. If one of the elements is FALSE, this function returns the FALSE value. - The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values. + + AND function + + + AND + Returns TRUE if all arguments are TRUE. If one of the elements is FALSE, this function returns the FALSE value. + The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values. - AND() - - - - The logical values of entries 12<13; 14>12, and 7<6 are to be checked: - + AND() + + + + The logical values of entries 12<13; 14>12, and 7<6 are to be checked: + =AND(12<13;14>12;7<6) returns FALSE. - + =AND(FALSE();TRUE()) returns FALSE. + The array formula {=AND(B1:B10;C1:C10)} yields a one-dimensional value of TRUE when all components of B1:B10 and C1:C10 are TRUE. The array expression above does not produce the logical AND per element, and thus does not produce an array of logical values. To compute a logical AND of arrays per element use the * operator in array context. In the example, enter {=B1:B10*C1:C10}. -FALSE function - - -FALSE - Returns the logical value FALSE. The FALSE() function does not require any arguments, and always returns the logical value FALSE. + FALSE function + + + FALSE + Returns the logical value FALSE. The FALSE() function does not require any arguments, and always returns the logical value FALSE. - FALSE() + FALSE() - + =FALSE() returns FALSE - + =NOT(FALSE()) returns TRUE -IF function - - -IF - Specifies a logical test to be performed. + IF function + + + IF + Specifies a logical test to be performed. - IF(Test [; [ThenValue] [; [OtherwiseValue]]]) - + IF(Test [; [ThenValue] [; [OtherwiseValue]]]) + Test is any value or expression that can be TRUE or FALSE. - + ThenValue (optional) is the value that is returned if the logical test is TRUE. - + OtherwiseValue (optional)
help.git: source/text
source/text/sbasic/shared/03120306.xhp | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 384d13b8a4793f8aa068f8c73fe8d40b65b1fd3f Author: Pierre F AuthorDate: Fri Aug 2 16:38:02 2024 +0200 Commit: Olivier Hallot CommitDate: Mon Aug 12 20:51:20 2024 +0200 split syntax paragraph for MID() function / statement. see also https://ask.libreoffice.org/t/msgbox-statement-vs-function/108929/5 Change-Id: I520df9a2df289e102e265368768e03b53e8c0e2a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171408 Tested-by: Jenkins Reviewed-by: Olivier Hallot diff --git a/source/text/sbasic/shared/03120306.xhp b/source/text/sbasic/shared/03120306.xhp index f9cb31167a..58bd2cc581 100644 --- a/source/text/sbasic/shared/03120306.xhp +++ b/source/text/sbasic/shared/03120306.xhp @@ -41,7 +41,9 @@ -Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String) +Mid (Text As String, Start As Long [, Length As Long]) +Mid (Text As String, Start As Long, Length As Long, Text As String) + @@ -59,16 +61,14 @@ -Sub ExampleUSDate -Dim sInput As String -Dim sUS_date As String -sInput = InputBox("Please input a date in the international format '-MM-DD'") -sUS_date = Mid(sInput, 6, 2) -sUS_date = sUS_date & "/" -sUS_date = sUS_date & Right(sInput, 2) -sUS_date = sUS_date & "/" -sUS_date = sUS_date & Left(sInput, 4) -MsgBox sUS_date +Sub ExampleMid_Function_and_Statement + original_text = "This is the original Text" +' Mid as function + msgbox Mid( original_text , 13, 8) ' returns the word original + msgbox original_text ' original_text not modified +' Mid as statement + Mid( original_text, 13, 8, "new" ) + msgbox original_text ' returns This is the new Text End Sub
help.git: source/text
source/text/shared/optionen/01010600.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1a9977f6be56c826404b695ce22f61dd4fc8e0e1 Author: Ilmari Lauhakangas AuthorDate: Mon Aug 12 19:46:46 2024 +0300 Commit: Ilmari Lauhakangas CommitDate: Mon Aug 12 18:48:39 2024 +0200 tdf#155459 Fix grammar Change-Id: I15f1dfeab5e11bd27feb0d9d9d392c4eba33ecd6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171800 Reviewed-by: Ilmari Lauhakangas Tested-by: Jenkins Tested-by: Ilmari Lauhakangas diff --git a/source/text/shared/optionen/01010600.xhp b/source/text/shared/optionen/01010600.xhp index c4bd4b00df..6bb6144d80 100644 --- a/source/text/shared/optionen/01010600.xhp +++ b/source/text/shared/optionen/01010600.xhp @@ -63,7 +63,7 @@ Help Improve %PRODUCTNAME Prompt for sending crash reports to The Document Foundation -Ask you whether to send a crash report to help developers improve the software’s reliability. Whenever %PRODUCTNAME crashes, you can opt to send a report containing anonymous debugging information, to help track down and eventually fix the root cause. +Asks you whether to send a crash report to help developers improve the software’s reliability. Whenever %PRODUCTNAME crashes, you can opt to send a report containing anonymous debugging information, to help track down and eventually fix the root cause. %PRODUCTNAME Quickstarter
help.git: source/text
source/text/swriter/01/04120220.xhp |1 + 1 file changed, 1 insertion(+) New commits: commit 9f8545f321c3569849c0bde94c225e1af922ed7f Author: Dione Maddern AuthorDate: Fri Aug 9 10:31:21 2024 -0400 Commit: Olivier Hallot CommitDate: Sun Aug 11 21:15:42 2024 +0200 tdf#153917 Add hid bookmark for TOC Entries dialog In text/swriter/01/04120220.xhp - Add a hid bookmark for hid/modules/swriter/ui/toxentrywidget/entry, so that pressing F1 while hovering over widgets in the "Structure and Formatting" section opens the correct help page. Change-Id: I2445b4464217be20d4161b2ceae560c47aa6c5f2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171718 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/swriter/01/04120220.xhp b/source/text/swriter/01/04120220.xhp index 655cfcf6ac..70ec613618 100644 --- a/source/text/swriter/01/04120220.xhp +++ b/source/text/swriter/01/04120220.xhp @@ -35,6 +35,7 @@ + Entries (indexes/tables) Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the Type tab.
help.git: source/text
source/text/shared/00/0406.xhp |3 +++ source/text/shared/optionen/0100.xhp |2 +- source/text/shared/optionen/01010400.xhp |2 +- source/text/shared/optionen/01010401.xhp |8 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) New commits: commit 31cafd2cf719c70e6d26be0b2a23f871e0b1583f Author: Dione Maddern AuthorDate: Sat Aug 10 14:48:53 2024 -0400 Commit: Olivier Hallot CommitDate: Sat Aug 10 22:25:52 2024 +0200 tdf#162403 Update help page for "Edit Module" In text/shared/optionen/01010401.xhp - Add variable id for H1 so it can be easiliy linked from other files - Change heading "Back" to "Reset" to reflect current dialog options - Add a Relate Topics section. In text/shared/00/0406.xhp - Add howtoget information for accessing the "Edit Module" dialog from the TabUI In text/shared/optionen/0100.xhp - Add variable id for H1 so it can be easiliy linked from other files In text/shared/optionen/01010400.xhp - Add variable id for H1 so it can be easiliy linked from other files Change-Id: I5e708022352763b65b42f24597ad90cb262dc111 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171720 Reviewed-by: Olivier Hallot Tested-by: Jenkins diff --git a/source/text/shared/00/0406.xhp b/source/text/shared/00/0406.xhp index 6ecc494b3d..c317097241 100644 --- a/source/text/shared/00/0406.xhp +++ b/source/text/shared/00/0406.xhp @@ -316,7 +316,10 @@ Choose %PRODUCTNAME - PreferencesTools - Options - Languages and Locales - General. + Choose %PRODUCTNAME - PreferencesTools - Options - Languages and Locales - Writing Aids,in the Available language modules list, select one of the language modules and then click Edit. + +Choose Tools - Options - Languages and Locales - Writing Aids, then click the Edit button next to the Available Language Modules box. Choose %PRODUCTNAME - PreferencesTools - Options - Languages and Locales - Writing Aids. diff --git a/source/text/shared/optionen/0100.xhp b/source/text/shared/optionen/0100.xhp index 029aa8fcf4..8ab279cebb 100644 --- a/source/text/shared/optionen/0100.xhp +++ b/source/text/shared/optionen/0100.xhp @@ -33,7 +33,7 @@ settings; program configuration mw changed "settings;options" and "defaults;..." -Options +Options This command opens a dialog for a customized program configuration. All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry. diff --git a/source/text/shared/optionen/01010400.xhp b/source/text/shared/optionen/01010400.xhp index 3377088b17..f22580870a 100644 --- a/source/text/shared/optionen/01010400.xhp +++ b/source/text/shared/optionen/01010400.xhp @@ -44,7 +44,7 @@ removed "german" references, i78879 -Writing Aids +Writing Aids Specifies the properties of the spelling, thesaurus and hyphenation. diff --git a/source/text/shared/optionen/01010401.xhp b/source/text/shared/optionen/01010401.xhp index a17d68a99f..967b82368d 100644 --- a/source/text/shared/optionen/01010401.xhp +++ b/source/text/shared/optionen/01010401.xhp @@ -39,7 +39,7 @@ -Edit module + Edit module @@ -74,7 +74,11 @@ Move down Decreases the priority of the module selected in the list box by one level. -Back + Click here to undo the current changes in the list box. + + + +
help.git: source/text
source/text/shared/01/digitalsignatures.xhp|2 +- source/text/shared/01/ref_pdf_export_digital_signature.xhp |6 +++--- source/text/shared/optionen/01010100.xhp |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit b8f378c137df5311da024b67b61e230ad1d3d8f0 Author: Adolfo Jayme Barrientos AuthorDate: Thu Aug 8 17:09:58 2024 -0600 Commit: Adolfo Jayme Barrientos CommitDate: Fri Aug 9 01:35:38 2024 +0200 tdf#115884 tdf#133941 tdf#161909 Update help text to match UI Change-Id: I4611a260674a370f7198554ef022b12b11f186e9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171658 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Jenkins diff --git a/source/text/shared/01/digitalsignatures.xhp b/source/text/shared/01/digitalsignatures.xhp index 17247d3a0f..12bb88448b 100644 --- a/source/text/shared/01/digitalsignatures.xhp +++ b/source/text/shared/01/digitalsignatures.xhp @@ -61,7 +61,7 @@ Remove Removes the selected signature from the list. Removes all subsequent signatures as well, in case of PDF. -Start Certificate Manager +GPG Certificate Manager Opens the installed certificate manager of your system. On macOS, the default certificate manager is Keychain Access. diff --git a/source/text/shared/01/ref_pdf_export_digital_signature.xhp b/source/text/shared/01/ref_pdf_export_digital_signature.xhp index 3e0f1f43e6..9a1d33d551 100644 --- a/source/text/shared/01/ref_pdf_export_digital_signature.xhp +++ b/source/text/shared/01/ref_pdf_export_digital_signature.xhp @@ -45,10 +45,10 @@ -Certificate +X.509 Certificate -Use this certificate to digitally sign PDF documents -Allows you to select a certificate to be used for signing this PDF export. +Use this X.509 certificate to digitally sign PDF documents +Allows you to select an X.509 certificate to be used for signing this PDF export. Select diff --git a/source/text/shared/optionen/01010100.xhp b/source/text/shared/optionen/01010100.xhp index ba283b042f..be8fa8d301 100644 --- a/source/text/shared/optionen/01010100.xhp +++ b/source/text/shared/optionen/01010100.xhp @@ -137,7 +137,7 @@ Email Type your email address. For example, my.n...@my.provider.com -Cryptography +ODF Cryptography Set the preferred public key for OpenPGP encryption and digital signature. These preferred keys will be pre-selected in key selection dialog every time you sign or encrypt a document, so you don't have to select it yourself when signing with one specific key frequently.
help.git: source/text
source/text/shared/00/0021.xhp | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit 4f15160e46f503beb4c8d0f6442be2a2bc6cf036 Author: Adolfo Jayme Barrientos AuthorDate: Tue Aug 6 17:11:55 2024 -0600 Commit: Adolfo Jayme Barrientos CommitDate: Wed Aug 7 01:13:44 2024 +0200 Don’t localize file extensions Change-Id: I73b2200c8a2a2069b2fe799181b524674c6a6442 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171576 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/shared/00/0021.xhp b/source/text/shared/00/0021.xhp index 90293c15aa..ec0ae8049d 100644 --- a/source/text/shared/00/0021.xhp +++ b/source/text/shared/00/0021.xhp @@ -59,7 +59,7 @@ ODF Text - *.odt + *.odt @@ -67,7 +67,7 @@ ODF Text Template - *.ott + *.ott @@ -75,7 +75,7 @@ ODF Master Document - *.odm + *.odm @@ -83,7 +83,7 @@ ODF Master Document Template - *.otm + *.otm @@ -91,7 +91,7 @@ HTML Document - *.html + *.html @@ -99,7 +99,7 @@ HTML Document Template - *.oth + *.oth @@ -107,7 +107,7 @@ ODF Spreadsheet - *.ods + *.ods @@ -115,7 +115,7 @@ ODF Spreadsheet Template - *.ots + *.ots @@ -123,7 +123,7 @@ ODF Drawing - *.odg + *.odg @@ -131,7 +131,7 @@ ODF Drawing Template - *.otg + *.otg @@ -139,7 +139,7 @@ ODF Presentation - *.odp + *.odp @@ -147,7 +147,7 @@ ODF Presentation Template - *.otp + *.otp @@ -155,7 +155,7 @@ ODF Formula - *.odf + *.odf @@ -163,7 +163,7 @@ ODF Database - *.odb + *.odb @@ -171,7 +171,7 @@ %PRODUCTNAME Extension - *.oxt + *.oxt
help.git: source/text
source/text/scalc/01/12120100.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1544cc6acf3c32f80d5cb76c90aeef04e1e5265f Author: Adolfo Jayme Barrientos AuthorDate: Tue Aug 6 15:31:39 2024 -0600 Commit: Adolfo Jayme Barrientos CommitDate: Tue Aug 6 23:33:14 2024 +0200 Remove unnecessary comma and add missing article Change-Id: Ie6d2eba45357e55d3b8c564213b43661d5f4afff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171574 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos diff --git a/source/text/scalc/01/12120100.xhp b/source/text/scalc/01/12120100.xhp index 0b9aeb437a..2c74b8e73b 100644 --- a/source/text/scalc/01/12120100.xhp +++ b/source/text/scalc/01/12120100.xhp @@ -106,7 +106,7 @@ List -Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid. Only up to 255 characters are saved, when using Excel format. +Allow only values or strings specified in a list. Strings and values can be mixed. Numbers evaluate to their value, so if you enter the number 1 in the list, the entry 100% is also valid. Only up to 255 characters are saved when using an Excel format. @@ -124,7 +124,7 @@ Only allow values that result in the formula entered in the Formula box to return TRUE, when the formula is calculated with the entered value. The formula can be any expression that evaluates to a boolean value of TRUE or FALSE, or returns a numerical value, where a nonzero value is interpreted as TRUE and 0 is interpreted as FALSE. Formulas can use relative referencing. For example, if cells A1:A4 were selected, the cursor is in cell A1 and ISODD(A1) is entered into the Formula box, then only odd numbers could be entered into cells A1 through A4. -Only up to 255 characters are saved, when using Excel format. +Only up to 255 characters are saved when using an Excel format.