[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
icon-themes/breeze/cmd/32/insertfixedtext.png |binary icon-themes/breeze/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark/cmd/32/insertfixedtext.png |binary icon-themes/breeze_dark/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark_svg/cmd/32/insertf

Moving doc inacilization into setUp for iutest clearCells

2022-05-26 Thread Lera Goncharuk
Hi, I try to move strings of common part (copypast) in uitest clearCells.py[1] to separate method setUp. It can allow a qa-dev to do not copy-paste and do not care about initialization, but think only in the test case itself. I chose the file because it contains unused variables and is short enoug

Re: Moving doc inacilization into setUp for iutest clearCells

2022-05-26 Thread Xisco Fauli
Hi Lera, Please submit your change to gerrit so it's easier to review it. Thanks On 26/5/22 9:32, Lera Goncharuk wrote: Hi, I try to move strings of common part (copypast) in uitest clearCells.py[1] to separate method setUp. It can allow a qa-dev to do not copy-paste and do not care about in

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
dev/null |binary icon-themes/breeze_dark_svg/cmd/32/insertfixedtext.svg |2 -- icon-themes/breeze_dark_svg/cmd/lc_insertfixedtext.svg |2 -- icon-themes/breeze_svg/cmd/32/insertfixedtext.svg |2 -- icon-themes/breeze_svg/cmd/lc_insert

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
dev/null |binary icon-themes/breeze_dark_svg/cmd/32/insertfixedtext.svg |2 -- icon-themes/breeze_dark_svg/cmd/lc_insertfixedtext.svg |2 -- icon-themes/breeze_svg/cmd/32/insertfixedtext.svg |2 -- icon-themes/breeze_svg/cmd/lc_insert

Re: Accessing main window menus during C++ test run

2022-05-26 Thread Xisco Fauli
Hello Colomban, The UItest framework [1] uses UNO commands to interact with the UI. However, Markus also evaluated the accessibility approach when he implemented it. You can read more in https://mmohrhard.wordpress.com/2016/09/07/ui-testing-in-libreoffice/. I hope it helps. Cheers [1] http

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

2022-05-26 Thread Noel Grandin (via logerrit)
comphelper/source/container/container.cxx |5 ++- comphelper/source/container/enumhelper.cxx| 15 +- comphelper/source/eventattachermgr/eventattachermgr.cxx | 13 comphelper/source/misc/backupfilehelper.cxx

Re: Porting libreoffice to riscv64 arch

2022-05-26 Thread Caolán McNamara
On Thu, 2022-05-26 at 10:50 +0800, Bo YU wrote: > To build libreoffice package on riscv64 arch, you need apply the > *patch*[0]... > > The code under bridges/source/cpp_uno/gcc3_linux_riscv64/ is the core > of libreoffice supporting riscv, which will support riscv native for > libreoffice. > > An

[Libreoffice-commits] dev-tools.git: uitest/mass-testing

2022-05-26 Thread Xisco Fauli (via logerrit)
uitest/mass-testing/calc.py| 11 +++ uitest/mass-testing/impress.py | 11 +++ uitest/mass-testing/writer.py | 12 3 files changed, 34 insertions(+) New commits: commit 74c3fe7017ca1eecba1b8524ff8234b6c63b0fd0 Author: Xisco Fauli AuthorDate: Wed May 25

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

2022-05-26 Thread Caolán McNamara (via logerrit)
starmath/source/mathml/mathmlattr.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit f26926fe679d3718a61b6e5873cb2ffad0d391c3 Author: Caolán McNamara AuthorDate: Thu May 26 09:19:38 2022 +0100 Commit: Caolán McNamara CommitDate: Thu May 26 11:09:21 2022 +0200 ofz#4763

[Libreoffice-commits] dev-tools.git: uitest/mass-testing

2022-05-26 Thread Xisco Fauli (via logerrit)
uitest/mass-testing/run.py |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit a057dfd38d8309e15499370f5a23eb9a6a824da8 Author: Xisco Fauli AuthorDate: Thu May 26 11:32:13 2022 +0200 Commit: Xisco Fauli CommitDate: Thu May 26 11:32:13 2022 +0200 mas

Re: Porting libreoffice to riscv64 arch

2022-05-26 Thread Bo YU
Hi, On Thu, May 26, 2022 at 09:43:28AM +0100, Caol�n McNamara wrote: On Thu, 2022-05-26 at 10:50 +0800, Bo YU wrote: To build libreoffice package on riscv64 arch, you need apply the *patch*[0]... The code under bridges/source/cpp_uno/gcc3_linux_riscv64/ is the core of libreoffice supporting ris

[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_dark icon-themes/colibre_dark_svg icon-themes/colibre_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
icon-themes/colibre/cmd/32/ar/continuenumbering.png |binary icon-themes/colibre/cmd/32/ar/insertneutralparagraph.png |binary icon-themes/colibre/cmd/32/ar/numberingstart.png |binary icon-themes/colibre/cmd/32/continuenumbering.png |binary

Re: trigger MapMode ScaleX change in writer

2022-05-26 Thread Caolán McNamara
On Wed, 2022-05-25 at 21:42 +0800, Mark Hung wrote: > here is another precondition: OutputDevice must be a printer (bPrt > ==true) I think this requires that "Use printer metrics for document formatting" is enabled to get to this path (tools, options, writer, compatibility) which I think is "Print

Test name: VclTextTest::testSimpleText double equality assertion failed

2022-05-26 Thread Lera Goncharuk
Hi, I was running automated tests and got an error. OS: Kubuntu 20.04 Last commit: e544febe2108d0bbe99936ce7373a22f32fe08a7 Steps to Reproduce: 1. git clone https://gerrit.libreoffice.org/core libreoffice 2. ./aut

New Defects reported by Coverity Scan for LibreOffice

2022-05-26 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 3 new defect(s) introduced to LibreOffice found with Coverity Scan. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect

[Libreoffice-commits] core.git: bin/crashreportScraper.py

2022-05-26 Thread Xisco Fauli (via logerrit)
bin/crashreportScraper.py | 171 ++ 1 file changed, 171 insertions(+) New commits: commit e09f49f944fa1d4163bfd52fd824f4216f93558f Author: Xisco Fauli AuthorDate: Fri May 13 15:30:23 2022 +0200 Commit: Xisco Fauli CommitDate: Thu May 26 13:07

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
icon-themes/breeze/cmd/32/insertfixedtext.png |binary icon-themes/breeze/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark/cmd/32/insertfixedtext.png |binary icon-themes/breeze_dark/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark_svg/cmd/32/insertf

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2022-05-26 Thread Rizal Muttaqin (via logerrit)
icon-themes/breeze/cmd/32/insertfixedtext.png |binary icon-themes/breeze/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark/cmd/32/insertfixedtext.png |binary icon-themes/breeze_dark/cmd/lc_insertfixedtext.png |binary icon-themes/breeze_dark_svg/cmd/32/insertf

[Libreoffice-commits] core.git: include/xmloff schema/libreoffice sw/inc xmloff/qa xmloff/source

2022-05-26 Thread Miklos Vajna (via logerrit)
include/xmloff/xmltoken.hxx |2 schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 16 ++ sw/inc/formatcontentcontrol.hxx |2 xmloff/qa/unit/data/content-control-date.fodt |8 + xmloff/qa/unit/text

[Libreoffice-commits] core.git: 2 commits - include/editeng svl/source

2022-05-26 Thread Noel Grandin (via logerrit)
include/editeng/fontitem.hxx |1 + svl/source/items/itemprop.cxx |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit c390c2e3f44953e236389467c7c090cee9ebc1b7 Author: Noel Grandin AuthorDate: Thu May 26 12:16:35 2022 +0200 Commit: Noel Grandin CommitDate:

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

2022-05-26 Thread Noel Grandin (via logerrit)
sdext/source/pdfimport/test/tests.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit fc45e54be6ba5d4685ae4ef3c3ea696fc99cccd4 Author: Noel Grandin AuthorDate: Thu May 26 12:21:29 2022 +0200 Commit: Noel Grandin CommitDate: Thu May 26 14:28:54 2022 +0200

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

2022-05-26 Thread Miklos Vajna (via logerrit)
framework/source/dispatch/dispatchprovider.cxx |9 - include/framework/dispatchhelper.hxx| 10 ++ sdext/source/presenter/PresenterProtocolHandler.hxx |5 + 3 files changed, 23 insertions(+), 1 deletion(-) New commits: commit c0fa456436947a5c167c6

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

2022-05-26 Thread Caolán McNamara (via logerrit)
svx/source/svdraw/svdedtv2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c80c5ae7089e0e288c2f4ef9a9af5079f020c54f Author: Caolán McNamara AuthorDate: Thu May 26 12:17:43 2022 +0100 Commit: Caolán McNamara CommitDate: Thu May 26 15:37:01 2022 +0200

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

2022-05-26 Thread Noel Grandin (via logerrit)
svl/source/items/itemset.cxx | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) New commits: commit 7f6fbed9f195078ed63760f1206a328f38571ba8 Author: Noel Grandin AuthorDate: Thu May 26 12:47:29 2022 +0200 Commit: Noel Grandin CommitDate: Thu May 26 15:43:

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

2022-05-26 Thread Noel Grandin (via logerrit)
sw/source/core/doc/docfmt.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit ec694a32ea6c9f0287e8c12f4de62047abfcde72 Author: Noel Grandin AuthorDate: Thu May 26 12:47:53 2022 +0200 Commit: Noel Grandin CommitDate: Thu May 26 16:00:38 2022 +0200

[Libreoffice-commits] core.git: cui/source cui/uiconfig editeng/source include/editeng include/unotools include/xmloff offapi/com schema/libreoffice sw/inc sw/qa sw/source xmloff/source

2022-05-26 Thread László Németh (via logerrit)
cui/source/inc/paragrph.hxx |1 cui/source/tabpages/paragrph.cxx|9 + cui/uiconfig/ui/textflowpage.ui | 27 ++- editeng/source/editeng/editdoc.cxx |1 editeng/source/edi

ESC meeting minutes: 2022-05-26

2022-05-26 Thread Miklos Vajna
* Present: + Hossein, Olivier, Cloph, Michael M, Xisco, Miklos, Caolan, Kendy * Completed Action Items: + rename the pootle bot to "Review bot" on gerrit (Ilmari) + under-loved areas wiki page (Miklos): https://wiki.documentfoundation.org/Development/Under-loved_areas * Pending

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

2022-05-26 Thread Miklos Vajna (via logerrit)
sw/qa/extras/tiledrendering/tiledrendering.cxx | 70 + 1 file changed, 70 insertions(+) New commits: commit ce12103990f7a8623c6de8b668784dbd0ab4d1b7 Author: Miklos Vajna AuthorDate: Thu May 26 14:49:22 2022 +0200 Commit: Miklos Vajna CommitDate: Thu May 26 17:2

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

2022-05-26 Thread Andrea Gelmini (via logerrit)
sw/source/core/txtnode/justify.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 1cd8aee91b2fb9da6925d9165f10a980fa7b26b2 Author: Andrea Gelmini AuthorDate: Thu May 26 12:07:01 2022 +0200 Commit: Julien Nabet CommitDate: Thu May 26 17:43:54 2022 +020

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

2022-05-26 Thread Andrea Gelmini (via logerrit)
sc/inc/SparklineCell.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b9070eedb3b0296a04fcb53aad62f98bb528476b Author: Andrea Gelmini AuthorDate: Fri May 20 11:13:23 2022 +0200 Commit: Julien Nabet CommitDate: Thu May 26 17:45:07 2022 +0200 WIP: dunn

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

2022-05-26 Thread Andrea Gelmini (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport17.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8148896dc8a81f4d4aeddae8527c18ab2db1aa3a Author: Andrea Gelmini AuthorDate: Fri May 20 11:17:08 2022 +0200 Commit: Julien Nabet CommitDate: Thu May 26 17:47:06 2022 +0

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

2022-05-26 Thread Caolán McNamara (via logerrit)
sc/source/ui/drawfunc/drawsh2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b566a5f5cef881c858d14d434df2b82b6d07d687 Author: Caolán McNamara AuthorDate: Thu May 26 12:15:51 2022 +0100 Commit: Caolán McNamara CommitDate: Thu May 26 18:27:31 2022 +0200

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

2022-05-26 Thread Noel Grandin (via logerrit)
i18npool/inc/breakiteratorImpl.hxx |3 ++- i18npool/inc/calendarImpl.hxx |5 +++-- i18npool/inc/cclass_unicode.hxx|2 +- i18npool/inc/characterclassificationImpl.hxx |7 --- i18npool/

[Libreoffice-commits] core.git: cui/source cui/uiconfig editeng/source include/editeng include/xmloff offapi/com schema/libreoffice svx/sdi sw/inc sw/qa sw/source xmloff/source

2022-05-26 Thread László Németh (via logerrit)
cui/source/inc/paragrph.hxx |1 cui/source/tabpages/paragrph.cxx| 10 ++ cui/uiconfig/ui/textflowpage.ui | 41 editeng/source/items/paraitem.cxx | 19 - inc

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

2022-05-26 Thread László Németh (via logerrit)
sw/qa/extras/ooxmlexport/data/tdf146955.odt |binary sw/qa/extras/ooxmlexport/ooxmlexport17.cxx| 12 writerfilter/source/dmapper/DomainMapper_Impl.cxx | 12 +--- 3 files changed, 17 insertions(+), 7 deletions(-) New commits: commit 73696a01224a3758bde686f32e

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

2022-05-26 Thread Michael Weghorn (via logerrit)
android/source/build.gradle |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b6258ff75dd3c19e8309a33c85e17e8a76b388cf Author: Michael Weghorn AuthorDate: Thu May 26 09:16:42 2022 +0200 Commit: Michael Weghorn CommitDate: Thu May 26 22:04:58 2022 +0200 an

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

2022-05-26 Thread Michael Weghorn (via logerrit)
android/source/build.gradle |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97b1a21f9b7b7ed8a24da4a83a043e82de46683c Author: Michael Weghorn AuthorDate: Thu May 26 09:18:05 2022 +0200 Commit: Michael Weghorn CommitDate: Thu May 26 22:05:20 2022 +0200 an

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

2022-05-26 Thread Michael Weghorn (via logerrit)
android/source/build.gradle |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit be3f29bd103bf058eeef063823fd4049448ce27f Author: Michael Weghorn AuthorDate: Thu May 26 09:48:27 2022 +0200 Commit: Michael Weghorn CommitDate: Thu May 26 22:06:04 2022 +0200

[Libreoffice-commits] core.git: Branch 'feature/cib_contract891c' - 16 commits - download.lst external/curl external/libxslt external/pdfium hwpfilter/source jvmfwk/plugins jvmfwk/source shell/source

2022-05-26 Thread Miklos Vajna (via logerrit)
download.lst | 24 +- external/curl/ExternalPackage_curl.mk |2 external/curl/ExternalProject_curl.mk |2 external/curl/curl-7.26.0_win-proxy.patch | 1

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - filter/source

2022-05-26 Thread Marco Cecchetti (via logerrit)
filter/source/svg/presentation_engine.js | 231 ++- 1 file changed, 226 insertions(+), 5 deletions(-) New commits: commit dba435ead382deeadcd7225c1941ad12c8d127d5 Author: Marco Cecchetti AuthorDate: Mon May 23 12:22:19 2022 +0200 Commit: Aron Budea CommitDat

Re: trigger MapMode ScaleX change in writer

2022-05-26 Thread Mark Hung
Caolán McNamara 於 2022年5月26日 週四 下午6:33寫道: > On Wed, 2022-05-25 at 21:42 +0800, Mark Hung wrote: > > here is another precondition: OutputDevice must be a printer (bPrt > > ==true) > > I think this requires that "Use printer metrics for document > formatting" is enabled to get to this path (tools,

Re: trigger MapMode ScaleX change in writer

2022-05-26 Thread Mark Hung
Caolán McNamara 於 2022年5月26日 週四 下午6:33寫道: > On Wed, 2022-05-25 at 21:42 +0800, Mark Hung wrote: > > here is another precondition: OutputDevice must be a printer (bPrt > > ==true) > > I think this requires that "Use printer metrics for document > formatting" is enabled to get to this path (tools,

Re: Test name: VclTextTest::testSimpleText double equality assertion failed

2022-05-26 Thread Luboš Luňák
On Thursday 26 of May 2022, Lera Goncharuk wrote: > Hi, > > I was running automated tests and got an error. > > OS: Kubuntu 20.04 > Last commit: e544febe2108d0bbe99936ce7373a22f32fe08a7 > fe08a7> > finished in: 365ms text.

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

2022-05-26 Thread Miklos Vajna (via logerrit)
sw/qa/extras/layout/layout.cxx | 558 - 1 file changed, 388 insertions(+), 170 deletions(-) New commits: commit fe2c9ca1bcf31d553c2142c4c282158c8e6429ae Author: Miklos Vajna AuthorDate: Thu May 26 20:22:11 2022 +0200 Commit: Miklos Vajna CommitDa

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

2022-05-26 Thread Xisco Fauli (via logerrit)
vcl/source/window/layout.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit b7efccde76ca7bfa181fff39c52282e87e940614 Author: Xisco Fauli AuthorDate: Thu May 26 16:45:30 2022 +0200 Commit: Miklos Vajna CommitDate: Fri May 27 08:04:51 2022 +0200

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

2022-05-26 Thread Heiko Tietze (via logerrit)
sfx2/source/dialog/backingwindow.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit f3b93f48ee65273cfee63e54f831c199110a20b7 Author: Heiko Tietze AuthorDate: Tue May 24 13:46:19 2022 +0200 Commit: Heiko Tietze CommitDate: Fri May 27 08:08:26 2022

Re: 'make check' fails when building with gcov code coverage

2022-05-26 Thread Miklos Vajna
Hi Maarten, On Wed, May 25, 2022 at 02:38:27PM +0200, Maarten Hoes wrote: > I've been trying to run 'make check' in combination with building > LibreOffice with gcov code coverage, and get failures for the following > tests : > > > gb_GCOV=YES verbose=t make UITest_solver > gb_GCOV=YES verbose

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

2022-05-26 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 34 +++ sw/source/filter/ww8/docxattributeoutput.cxx | 18 ++ 2 files changed, 52 insertions(+) New commits: commit 10b1a9eb8588e15ea5e98001cc4d5ab2d56604f3 Author: Miklos Vajna AuthorDate: Fri May 27 08:0