source/text/shared/01/02100001.xhp | 22 +++++++++++++++++- source/text/shared/guide/convertfilters.xhp | 33 ++++++++++++++++++---------- source/text/smath/01/matrixdialog.xhp | 2 - 3 files changed, 44 insertions(+), 13 deletions(-)
New commits: commit 46df08817d55fde8f8c78c50cf5fc1e67ee76b6b Author: Olivier Hallot <[email protected]> AuthorDate: Thu Jul 30 14:36:36 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Jul 30 20:55:30 2026 +0200 Update convert filters help page Change-Id: I698c0cfc2013687561ba22e8ec1edefae6b19754 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208864 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index 84e347beab..a940c24d35 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -454,6 +454,17 @@ <paragraph role="table_font_small paragraph" id="MediaType_Office_Open_XML_Text_Template" localize="false">application/vnd.openxmlformats-officedocument.wordprocessingml.template (dotx)</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph role="table_font_small paragraph" id="FilterName_Office_Open_XML_Text_VBA">Word 2010–365 (macro-enabled)</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="APIName_Office_Open_XML_Text_VBA" localize="false">"Office Open XML Text VBA"</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="MediaType_Office_Open_XML_Text_VBA" localize="false">application/vnd.ms-word.document.macroEnabled.main+xml (docm)</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph role="table_font_small paragraph" id="FilterName_writer_layout_dump">Writer Layout XML</paragraph> @@ -875,17 +886,6 @@ <paragraph role="table_font_small paragraph" id="MediaType_calc_pdf_Export" localize="false">application/pdf (pdf)</paragraph> </tablecell> </tablerow> - <tablerow> - <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Apache_Parquet_Spreadsheet">Apache Parquet Spreadsheet</paragraph> - </tablecell> - <tablecell> - <paragraph role="table_font_small paragraph" id="APIName_Apache_Parquet_Spreadsheet" localize="false">"Apache Parquet Spreadsheet"</paragraph> - </tablecell> - <tablecell> - <paragraph role="table_font_small paragraph" id="MediaType_Apache_Parquet_Spreadsheet" localize="false">None (parquet)</paragraph> - </tablecell> - </tablerow> <tablerow> <tablecell> <paragraph role="table_font_small paragraph" id="FilterName_dBase">dBASE</paragraph> @@ -996,6 +996,17 @@ <paragraph role="table_font_small paragraph" id="MediaType_Calc_Office_Open_XML_Template" localize="false">application/vnd.openxmlformats-officedocument.spreadsheetml.template (xltx)</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_Office_Open_XML_VBA">Excel 2010–365 (macro-enabled)</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="APIName_Calc_Office_Open_XML_VBA" localize="false">"Calc Office Open XML VBA"</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="MediaType_Calc_Office_Open_XML_VBA" localize="false">application/vnd.ms-excel.sheet.macroEnabled.12 (xlsm)</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph role="table_font_small paragraph" id="FilterName_MS_Works_Calc">Microsoft Works Document</paragraph> commit 1d3ad6886242a9769f72a495757ea973d30f9b7c Author: Olivier Hallot <[email protected]> AuthorDate: Thu Jul 30 14:27:09 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Jul 30 20:54:43 2026 +0200 tdf#170491 Improve regexp meaning of "\s" Change-Id: Icc97d3f1df02b5fc3662aabc2f9398ac1388f618 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208863 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index dbc1a4ac41..098c06b13b 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -313,7 +313,27 @@ <paragraph id="par_id3153726" localize="false" role="tablecontent">[:space:]</paragraph> </tablecell> <tablecell> - <paragraph id="par_id3150961" role="tablecontent">Represents a space character (but not other whitespace characters).<comment>UFI: see #i41706#</comment></paragraph> + <paragraph id="par_id3150961" role="tablecontent">Match a white space character. White space can be</paragraph> + <list type="unordered"> + <listitem> + <paragraph id="par_id11785432142588" role="listitem"><literal>SPACE</literal>, or <input>\u0020</input>.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id171785428169694" role="listitem"><literal>TAB</literal> (<input> </input> or <input>\u0009</input> )</paragraph> + </listitem> + <listitem> + <paragraph id="par_id421785428176414" role="listitem"><literal>LINE FEED</literal> (<input> </input> or <input>\u000A</input> )</paragraph> + </listitem> + <listitem> + <paragraph id="par_id771785428181484" role="listitem"><literal>FORM FEED</literal> (<input></input> or <input>\u000C</input> )</paragraph> + </listitem> + <listitem> + <paragraph id="par_id761785428191371" role="listitem"><literal>CARRIAGE RETURN</literal> (<input> </input> or <input>\u000D</input> )</paragraph> + </listitem> + <listitem> + <paragraph id="par_id111785428198804" role="listitem"><input>\p{Z}</input> where <literal>Z</literal> is the general category for separator characters in Unicode. It is subdivided into <literal>Zs</literal> (space), <literal>Zl</literal> (line), and <literal>Zp</literal> (paragraph) for specific types of separators. Example: <input>\pZs</input> for spaces.</paragraph> + </listitem> + </list> </tablecell> </tablerow> <tablerow> commit 78e5c6abc0c74eba41233ffa730f04f226620d6e Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 30 16:17:35 2026 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Jul 30 20:54:17 2026 +0200 Fix typo Change-Id: I4b6c89ac068355bb7e52b399df63b4f0257c9536 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208856 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/smath/01/matrixdialog.xhp b/source/text/smath/01/matrixdialog.xhp index 158631560e..2de14749a7 100644 --- a/source/text/smath/01/matrixdialog.xhp +++ b/source/text/smath/01/matrixdialog.xhp @@ -51,7 +51,7 @@ <h2 id="hd_id111785332818411">Diagonal matrix</h2> <paragraph role="paragraph" id="par_id671785333023259">Creates a diagonal matrix, which contains specified elements on the diagonal and zeros elsewhere. It is a square matrix, with the number of rows equal to the number of columns.</paragraph> <bookmark branch="hid/modules/smath/ui/matrixeditor/symmatrix" id="bm_id161785332506066" localize="false"/> - <h2 id="hd_id591785333035925">Symetric matrix</h2> + <h2 id="hd_id591785333035925">Symmetric matrix</h2> <paragraph role="paragraph" id="par_id901785333205905">Creates a symmetric matrix. A symmetric matrix is a square matrix that is equal to its transpose, that is, the matrix is mirrored along its main diagonal.</paragraph> <bookmark branch="hid/modules/smath/ui/matrixeditor/fullmatrix" id="bm_id231785332531219" localize="false"/>
