[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - starmath/inc starmath/source

2022-07-26 Thread Mike Kaganski (via logerrit)
starmath/inc/view.hxx|1 - starmath/source/view.cxx | 31 +-- 2 files changed, 13 insertions(+), 19 deletions(-) New commits: commit 36a43a183b49771b3e5e074a80b05221c6c72007 Author: Mike Kaganski AuthorDate: Tue Jul 26 09:30:42 2022 +0300 Commit: Mik

[Libreoffice-commits] core.git: officecfg/registry sw/inc sw/qa sw/sdi sw/source sw/uiconfig

2022-07-26 Thread Miklos Vajna (via logerrit)
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |8 +++ sw/inc/cmdid.h |1 sw/qa/uibase/wrtsh/wrtsh.cxx| 21 ++ sw/sdi/_textsh.sdi

[Libreoffice-commits] core.git: include/sfx2 sfx2/source

2022-07-26 Thread Caolán McNamara (via logerrit)
include/sfx2/viewfrm.hxx |1 + sfx2/source/view/viewfrm.cxx | 13 + 2 files changed, 14 insertions(+) New commits: commit 61e4f8503c89e0933b294304320e371804b077c9 Author: Caolán McNamara AuthorDate: Mon Jul 25 15:48:37 2022 +0100 Commit: Caolán McNamara CommitDate:

[Libreoffice-commits] core.git: 2 commits - sc/source vcl/jsdialog

2022-07-26 Thread Szymon Kłos (via logerrit)
sc/source/ui/app/inputhdl.cxx |8 vcl/jsdialog/executor.cxx | 12 2 files changed, 20 insertions(+) New commits: commit a66c2f55118aac03ee3a06ebdd97d48a93a6da9a Author: Szymon Kłos AuthorDate: Wed Jul 6 18:08:16 2022 +0200 Commit: Szymon Kłos CommitDate:

Review for subsequent C++ accessibility test infrastructure

2022-07-26 Thread Colomban Wendling
Hello everyone! I'm again looking for review on a few changests related to CppUnit a11y tests: - https://gerrit.libreoffice.org/c/core/+/137307 - https://gerrit.libreoffice.org/c/core/+/137335 - https://gerrit.libreoffice.org/c/core/+/137336 - https://gerrit.libreoffice.org/c/core/+/137337 All

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - starmath/inc starmath/source

2022-07-26 Thread Mike Kaganski (via logerrit)
starmath/inc/view.hxx|1 - starmath/source/view.cxx | 31 +-- 2 files changed, 13 insertions(+), 19 deletions(-) New commits: commit 1b97f2ce4d5f3b3cbfd3a826c12557bbdcc07e1f Author: Mike Kaganski AuthorDate: Tue Jan 18 12:04:01 2022 +0300 Commit: Mik

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - svgio/inc svgio/qa svgio/source

2022-07-26 Thread Xisco Fauli (via logerrit)
svgio/inc/svgstyleattributes.hxx |2 - svgio/qa/cppunit/SvgImportTest.cxx | 17 ++ svgio/qa/cppunit/data/ShapeWithClipPathAndCssStyle.svg | 13 svgio/source/svgreader/svgstyleattributes.cxx | 27 + 4 file

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - sw/source

2022-07-26 Thread Luboš Luňák (via logerrit)
sw/source/core/view/viewsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bb5643c1318de5b1ee0adcfbe8c4c4115a175ac1 Author: Luboš Luňák AuthorDate: Thu Jul 21 13:27:45 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 26 11:55:51 2022 +0200 Revert

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - sw/source

2022-07-26 Thread Luboš Luňák (via logerrit)
sw/source/core/layout/layact.cxx | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) New commits: commit fc435d88f6d700aeb5e5f43f41ff659b98df0a95 Author: Luboš Luňák AuthorDate: Thu Jul 21 13:31:17 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 26 11:57:08 2022 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - sw/source

2022-07-26 Thread Luboš Luňák (via logerrit)
sw/source/core/layout/layact.cxx | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) New commits: commit e61e77481174692d5be72962f6f029e6f4e2e8d9 Author: Luboš Luňák AuthorDate: Thu Jul 21 13:31:17 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 26 11:58:11 2022 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - i18npool/source officecfg/registry sc/source

2022-07-26 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/hr_HR.xml |8 officecfg/registry/data/org/openoffice/Office/Calc.xcu | 11 +++ sc/source/core/tool/interpr2.cxx |3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) New commits: commit cb50e66675f845

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - sw/qa sw/source

2022-07-26 Thread László Németh (via logerrit)
sw/qa/core/docnode/data/tdf150086.docx |binary sw/qa/core/docnode/docnode.cxx | 15 +++ sw/source/core/docnode/ndsect.cxx |3 ++- 3 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 3c32bc911189c55247b4c1f425a1f8dc86420eb4 Author: László Németh

Re: Review for subsequent C++ accessibility test infrastructure

2022-07-26 Thread Christian Lohmaier
Hi Colomban, On Tue, Jul 26, 2022 at 10:47 AM Colomban Wendling wrote: > > […] > I have a bizarre test failure on Windows with the last one, and I'm not > sure what to do about it, see > https://gerrit.libreoffice.org/c/core/+/137337/comments/7f98e83b_4de322ee > -- any advice would be much apprec

[Libreoffice-commits] core.git: xmloff/qa xmloff/source

2022-07-26 Thread Miklos Vajna (via logerrit)
xmloff/qa/unit/data/content-control-dropdown.docx |binary xmloff/qa/unit/text.cxx | 19 +++ xmloff/source/text/txtparae.cxx | 37 +++--- 3 files changed, 39 insertions(+), 17 deletions(-) New commits: commit 6cf1f3c09c43bd3b

[Libreoffice-commits] translations.git: source/am source/an source/ast source/bg source/ca source/de source/el source/es source/eu source/fi source/fr source/gl source/gug source/id source/it source/j

2022-07-26 Thread Christian Lohmaier (via logerrit)
source/am/oox/messages.po |6 source/am/svl/messages.po |8 source/am/sw/messages.po |4 source/an/officecfg/registry/data/

[Libreoffice-commits] core.git: translations

2022-07-26 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 880ece2bf00587bdaa633eb572c8dfb56a57b701 Author: Christian Lohmaier AuthorDate: Tue Jul 26 13:11:46 2022 +0200 Commit: Gerrit Code Review CommitDate: Tue Jul 26 13:11:46 2022 +0200 Update git

[Libreoffice-commits] translations.git: Branch 'libreoffice-7-4' - source/am source/an source/ast source/bg source/ca source/de source/el source/es source/eu source/fi source/fr source/gl source/gug s

2022-07-26 Thread Christian Lohmaier (via logerrit)
source/am/oox/messages.po |6 source/am/svl/messages.po |8 source/am/sw/messages.po |4 source/an/officecfg/registry/data/

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - translations

2022-07-26 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 88b7f98825b99ec8867806b4cde2a48bc80ac5b3 Author: Christian Lohmaier AuthorDate: Tue Jul 26 13:13:34 2022 +0200 Commit: Gerrit Code Review CommitDate: Tue Jul 26 13:13:34 2022 +0200 Update git

[Libreoffice-commits] core.git: vcl/jsdialog

2022-07-26 Thread Szymon Kłos (via logerrit)
vcl/jsdialog/executor.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 19807d4f31a1f58fe434dfe638e1f3c9a0d8e921 Author: Szymon Kłos AuthorDate: Thu Jul 14 16:51:28 2022 +0200 Commit: Szymon Kłos CommitDate: Tue Jul 26 13:33:38 2022 +0200 jsdialog: handle grab_

[Libreoffice-commits] core.git: oox/source

2022-07-26 Thread Tomaž Vajngerl (via logerrit)
oox/source/export/chartexport.cxx | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) New commits: commit 5b1a8f39ee58fe5372eea18ce1ee99c95b11ba05 Author: Tomaž Vajngerl AuthorDate: Sat May 21 00:00:30 2022 +0900 Commit: Tomaž Vajngerl CommitDate: Tue

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-0' - 5 commits - configure.ac include/sfx2 officecfg/registry sfx2/source svl/source uui/source xmlsecurity/source

2022-07-26 Thread Andras Timar (via logerrit)
configure.ac |2 include/sfx2/strings.hrc |2 include/sfx2/viewfrm.hxx |1 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 16 + sfx2/source/view/viewfrm.

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-7.0.7.0.M10'

2022-07-26 Thread Andras Timar (via logerrit)
Tag 'mimo-7.0.7.0.M10' created by Andras Timar at 2022-07-26 12:25 + mimo-7.0.7.0.M10 Changes since mimo-7.0.7.0.M9-6: --- 0 files changed ---

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-1' - configure.ac

2022-07-26 Thread Andras Timar (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3454f6dc43df41c4012aa75921960da0ab486c32 Author: Andras Timar AuthorDate: Tue Jul 26 14:28:14 2022 +0200 Commit: Andras Timar CommitDate: Tue Jul 26 14:28:14 2022 +0200 Bump version to 7.1.8.1

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-7.1.8.1.M2'

2022-07-26 Thread Andras Timar (via logerrit)
Tag 'mimo-7.1.8.1.M2' created by Andras Timar at 2022-07-26 12:29 + mimo-7.1.8.1.M2 Changes since mimo-7.1.8.1.M1-1: --- 0 files changed ---

LO Windows SDK - Compiler error: Unkown Platform

2022-07-26 Thread Fatih Yegin
Hello, I am experimenting with LO SDK and using cmake to compile according to this page: https://dev.blog.documentfoundation.org/2022/04/19/using-cmake-to-build-libreoffice-cpp-sdk-examples/ This works great on Linux. However, I am having build errors on Windows. I believe, root cause of this p

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - svx/CppunitTest_svx_core.mk svx/qa svx/source

2022-07-26 Thread Tomaž Vajngerl (via logerrit)
svx/CppunitTest_svx_core.mk|1 svx/qa/unit/core.cxx | 44 - svx/qa/unit/data/GraphicObjectResolverTest.zip |binary svx/source/xml/xmlgrhlp.cxx|7 ++- 4 files changed, 49 insertions(+), 3 deletions

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - sw/source

2022-07-26 Thread Gülşah Köse (via logerrit)
sw/source/uibase/dbui/dbmgr.cxx | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) New commits: commit cd38c23ed291e52fbb3cf0ce6070081e6aecff22 Author: Gülşah Köse AuthorDate: Fri Jul 8 14:48:27 2022 +0300 Commit: Andras Timar CommitDate: Tue

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - lotuswordpro/qa lotuswordpro/source

2022-07-26 Thread Bartosz Kosiorek (via logerrit)
lotuswordpro/qa/cppunit/data/tdf33787-ordered-bullets.lwp |binary lotuswordpro/qa/cppunit/import_test.cxx | 102 ++ lotuswordpro/source/filter/lwpbulletstylemgr.cxx | 20 +- 3 files changed, 114 insertions(+), 8 deletions(-) New commits: commit 55a360860

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-6-4' - 5 commits - configure.ac include/sfx2 officecfg/registry sfx2/source svl/source uui/source xmlsecurity/source

2022-07-26 Thread Andras Timar (via logerrit)
configure.ac |2 include/sfx2/strings.hrc |2 include/sfx2/viewfrm.hxx |1 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 16 + sfx2/source/view/viewfrm.

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-6.4.7.2.M6'

2022-07-26 Thread Andras Timar (via logerrit)
Tag 'mimo-6.4.7.2.M6' created by Andras Timar at 2022-07-26 13:00 + mimo-6.4.7.2.M6 Changes since mimo-6.4.7.2.M5-5: --- 0 files changed ---

[Libreoffice-commits] core.git: sw/inc sw/source

2022-07-26 Thread Michael Stahl (via logerrit)
sw/inc/contentindex.hxx | 17 - sw/inc/ndtxt.hxx |3 +-- sw/source/core/bastyp/index.cxx |5 ++--- sw/source/core/txtnode/ndtxt.cxx | 28 ++-- sw/source/core/txtnode/thints.cxx |4 ++-- sw/source/core/txtnode/txt

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - include/oox oox/source sd/qa

2022-07-26 Thread Tibor Nagy (via logerrit)
include/oox/export/drawingml.hxx|2 +- oox/source/export/drawingml.cxx |6 +++--- oox/source/export/shapes.cxx| 33 - sd/qa/unit/data/pptx/tdf149697.pptx |binary sd/qa/unit/export-tests-ooxml2.cxx | 25 + 5 files

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - sw/inc sw/qa sw/source

2022-07-26 Thread Miklos Vajna (via logerrit)
sw/inc/formatcontentcontrol.hxx |8 ++ sw/inc/unoprnms.hxx |1 sw/qa/core/unocore/unocore.cxx| 33 ++ sw/source/core/txtnode/attrcontentcontrol.cxx |2 + sw/source/core/unocore/unocontentcontrol.cxx

[Libreoffice-commits] core.git: sc/source

2022-07-26 Thread Szymon Kłos (via logerrit)
sc/source/ui/app/inputhdl.cxx |2 - sc/source/ui/app/inputwin.cxx | 45 -- 2 files changed, 36 insertions(+), 11 deletions(-) New commits: commit a6586ab2e6a5bb352f2958067cbe88095b6e2ada Author: Szymon Kłos AuthorDate: Thu Jul 14 16:52:23 2022 +0

[Libreoffice-commits] core.git: 2 commits - sc/source vcl/source

2022-07-26 Thread Szymon Kłos (via logerrit)
sc/source/ui/dbgui/csvgrid.cxx |3 ++ sc/source/ui/view/tabview3.cxx | 44 + vcl/source/window/layout.cxx | 16 +- 3 files changed, 37 insertions(+), 26 deletions(-) New commits: commit 496475c5209dcb56f0bd1528b14dd8b689ca Author:

[Libreoffice-commits] core.git: sc/source

2022-07-26 Thread Szymon Kłos (via logerrit)
sc/source/ui/view/tabvwsh4.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit ebbd0d763a84fdc6fc4fc8e70242f5c5ee70be71 Author: Szymon Kłos AuthorDate: Thu Jul 21 15:22:36 2022 +0200 Commit: Szymon Kłos CommitDate: Tue Jul 26 16:55:27 2022 +0200 lok:

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - drawinglayer/source

2022-07-26 Thread Mike Kaganski (via logerrit)
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx | 11 +-- drawinglayer/source/processor2d/vclhelperbufferdevice.hxx |2 drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 42 +- 3 files changed, 34 insertions(+), 21 deletions(-) New commits: commit a05e47d1

[Libreoffice-commits] core.git: sw/qa sw/source

2022-07-26 Thread Miklos Vajna (via logerrit)
sw/qa/extras/htmlexport/htmlexport.cxx |5 ++--- sw/source/filter/html/wrthtml.cxx |8 2 files changed, 10 insertions(+), 3 deletions(-) New commits: commit 4e6327c673075ab4a44f497a06a8dbf759c1a72a Author: Miklos Vajna AuthorDate: Tue Jul 26 13:47:54 2022 +0200 Commit:

[Libreoffice-commits] core.git: sw/inc sw/source

2022-07-26 Thread Noel Grandin (via logerrit)
sw/inc/pam.hxx | 10 sw/source/core/crsr/crsrsh.cxx |4 +-- sw/source/core/crsr/pam.cxx | 17 +++ sw/source/core/doc/DocumentContentOperationsManager.cxx | 11 - sw/

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-6-2' - 5 commits - configure.ac include/sfx2 officecfg/registry sfx2/source svl/source uui/source xmlsecurity/source

2022-07-26 Thread Andras Timar (via logerrit)
configure.ac |2 include/sfx2/strings.hrc |2 include/sfx2/viewfrm.hxx |1 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 16 + sfx2/source/view/viewfrm.

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-6.2.8.2.M9'

2022-07-26 Thread Andras Timar (via logerrit)
Tag 'mimo-6.2.8.2.M9' created by Andras Timar at 2022-07-26 16:55 + mimo-6.2.8.2.M9 Changes since mimo-6.2.8.2.M8-5: --- 0 files changed ---

[Libreoffice-commits] core.git: Branch 'private/mert/wip_deepl' - cui/inc cui/Library_cui.mk cui/source cui/uiconfig cui/UIConfig_cui.mk desktop/source include/linguistic include/sfx2 include/svtools

2022-07-26 Thread Mert Tumer (via logerrit)
Rebased ref, commits from common ancestor: commit 3597348af55ec3c066067a2376289fbde2f62a95 Author: Mert Tumer AuthorDate: Tue Jul 5 12:03:27 2022 +0300 Commit: Mert Tumer CommitDate: Tue Jul 26 19:56:03 2022 +0300 new uno command uno:Translate with deepl api New Uno command

Re: LO Windows SDK - Compiler error: Unkown Platform

2022-07-26 Thread Fatih Yegin
I'm sorry, I have forgotten to mention that cmake doesn't generate the needed headers in Windows either. We must run the necessary cppumaker command manually in the necessary directory. Any ideas about how can solve these issues? Thank you again, before hand. On Tue, 2022-07-26 at 15:52 +0300, F

[Libreoffice-commits] core.git: sw/source sw/uiconfig

2022-07-26 Thread Michael Stahl (via logerrit)
sw/source/ui/misc/bookmark.cxx | 99 +++ sw/source/uibase/inc/bookmark.hxx| 11 +++ sw/uiconfig/swriter/ui/insertbookmark.ui | 20 +- 3 files changed, 102 insertions(+), 28 deletions(-) New commits: commit aa6ec3f79607478213272283b7eb17ec211

[Libreoffice-commits] core.git: include/vcl sw/qa vcl/source

2022-07-26 Thread Michael Stahl (via logerrit)
include/vcl/toolkit/treelistbox.hxx|1 + sw/qa/uitest/writer_tests2/bookmark.py | 30 ++ vcl/source/treelist/treelistbox.cxx|6 ++ vcl/source/treelist/uiobject.cxx | 13 + 4 files changed, 50 insertions(+) New commits: commit a

[Libreoffice-commits] core.git: vcl/inc vcl/unx

2022-07-26 Thread Tor Lillqvist (via logerrit)
vcl/inc/unx/glyphcache.hxx |1 - vcl/unx/generic/glyphs/freetype_glyphcache.cxx |2 -- vcl/unx/generic/glyphs/glyphcache.cxx |1 - 3 files changed, 4 deletions(-) New commits: commit 1c31791b0635dd626ce05a697c648ded0d6fea87 Author: Tor Lillqvist Autho

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - xmloff/qa xmloff/source

2022-07-26 Thread Miklos Vajna (via logerrit)
xmloff/qa/unit/data/content-control-dropdown.docx |binary xmloff/qa/unit/text.cxx | 19 +++ xmloff/source/text/txtparae.cxx | 37 +++--- 3 files changed, 39 insertions(+), 17 deletions(-) New commits: commit 1583cbe00ca5

[Libreoffice-commits] core.git: vcl/unx

2022-07-26 Thread Caolán McNamara (via logerrit)
vcl/unx/generic/gdi/cairotextrender.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 59cfcd863b483a99491e6f8cd30016386bbff870 Author: Caolán McNamara AuthorDate: Tue Jul 26 13:20:19 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Jul 26 21:05:41

[Libreoffice-commits] core.git: vcl/source

2022-07-26 Thread Michael Weghorn (via logerrit)
vcl/source/gdi/jobset.cxx | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 11cd74ade59c6b47b25a737775a541fdd6faed44 Author: Michael Weghorn AuthorDate: Tue Jul 26 13:53:17 2022 +0200 Commit: Michael Weghorn CommitDate: Tue Jul 26 22:37:58 2022 +0200 tdf#

[Libreoffice-commits] core.git: sw/inc sw/source

2022-07-26 Thread Noel Grandin (via logerrit)
sw/inc/ndindex.hxx |2 +- sw/source/core/doc/docredln.cxx |1 - sw/source/core/undo/unsect.cxx |2 ++ sw/source/filter/ww8/ww8par.cxx |5 - 4 files changed, 3 insertions(+), 7 deletions(-) New commits: commit b13631c562e85a6567a600edc5bb1d93418e4f53 Author: N

[Libreoffice-commits] core.git: sw/inc sw/qa sw/source

2022-07-26 Thread Noel Grandin (via logerrit)
sw/inc/crsrsh.hxx |6 +- sw/inc/node.hxx |5 + sw/inc/swcrsr.hxx | 16 ++--- sw/qa/core/crsr/crsr.cxx|4 - sw/qa/core/fields/fields.cxx|2 sw/q

[Libreoffice-commits] core.git: sw/source

2022-07-26 Thread Noel Grandin (via logerrit)
sw/source/core/doc/docbm.cxx | 39 +++ 1 file changed, 19 insertions(+), 20 deletions(-) New commits: commit 773a8c919c70bf31a7eb240f779fe8a052326e63 Author: Noel Grandin AuthorDate: Tue Jul 26 19:21:36 2022 +0200 Commit: Noel Grandin CommitDate: Tu

[Libreoffice-commits] core.git: sw/inc

2022-07-26 Thread Noel Grandin (via logerrit)
sw/inc/swcrsr.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b3c66db70453d400528c3625335bfed2b0cfc475 Author: Noel Grandin AuthorDate: Tue Jul 26 19:28:02 2022 +0200 Commit: Noel Grandin CommitDate: Tue Jul 26 22:42:59 2022 +0200 tools::Long->s

[Libreoffice-commits] core.git: sw/inc sw/qa sw/source

2022-07-26 Thread Noel Grandin (via logerrit)
sw/inc/crsrsh.hxx|6 +++--- sw/inc/swcrsr.hxx|8 sw/qa/extras/uiwriter/uiwriter7.cxx | 14 +++--- sw/source/core/crsr/crsrsh.cxx | 12 ++-- sw/source/core/crsr/findattr.cxx |4 ++-- sw/source/core/crsr/find

[Libreoffice-commits] core.git: sc/source

2022-07-26 Thread Eike Rathke (via logerrit)
sc/source/core/inc/interpre.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 550392aeb849b326aa0d5d84a0ec1d28d3d42503 Author: Eike Rathke AuthorDate: Tue Jul 26 22:01:48 2022 +0200 Commit: Eike Rathke CommitDate: Wed Jul 27 02:07:00 2022 +0200 Set in

[Libreoffice-commits] core.git: sw/source

2022-07-26 Thread Jim Raykowski (via logerrit)
sw/source/uibase/utlui/content.cxx | 35 ++- 1 file changed, 26 insertions(+), 9 deletions(-) New commits: commit b8ac21a3981b9d6fd94aa74c4da9026e580f44eb Author: Jim Raykowski AuthorDate: Mon Jul 25 19:12:13 2022 -0800 Commit: Jim Raykowski CommitDate:

[Libreoffice-commits] core.git: sw/qa

2022-07-26 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport12.cxx | 58 ++--- 1 file changed, 44 insertions(+), 14 deletions(-) New commits: commit 3cdfed5dba206c1b3e1c9de77432606a36fda53f Author: Miklos Vajna AuthorDate: Tue Jul 26 20:04:05 2022 +0200 Commit: Miklos Vajna CommitDate

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 2 commits - desktop/source include/sfx2 include/vcl sc/source sd/source sfx2/Library_sfx.mk sfx2/source solenv/clang-format starmat

2022-07-26 Thread Mike Kaganski (via logerrit)
desktop/source/lib/init.cxx|2 include/sfx2/lokcomponenthelpers.hxx | 23 +++ include/vcl/window.hxx |1 sc/source/ui/unoobj/docuno.cxx |2 sc/source/ui/view/gridwin4.cxx |2 sd/source/ui/unoidl/unomodel.cxx |2 sfx2/Li

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 2 commits - starmath/inc starmath/source

2022-07-26 Thread Mike Kaganski (via logerrit)
starmath/inc/view.hxx| 13 ++- starmath/source/view.cxx | 176 +++ 2 files changed, 98 insertions(+), 91 deletions(-) New commits: commit 0de49f7a6dd0b3731f35d74858af385ad9b6083b Author: Mike Kaganski AuthorDate: Mon Jul 25 11:59:58 2022 +03

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - sw/qa sw/source

2022-07-26 Thread Miklos Vajna (via logerrit)
sw/qa/core/unocore/unocore.cxx| 20 sw/source/core/txtnode/thints.cxx | 25 + 2 files changed, 45 insertions(+) New commits: commit d3039206783ad36aaec6356512c623f93f7522e9 Author: Miklos Vajna AuthorDate: Thu Jul 21 08:07:27 2022 +0200 Co

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 2 commits - include/xmloff schema/libreoffice sw/source xmloff/qa xmloff/source

2022-07-26 Thread Miklos Vajna (via logerrit)
include/xmloff/xmltoken.hxx |1 schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng |6 + sw/source/core/txtnode/thints.cxx |1 xmloff/qa/unit/data/content-control-plain-text.fodt |8 + xmloff/qa/unit/text.