Build failure with gpgme-1.18.0

2022-08-16 Thread Sam James
Hi, gpgme-1.18.0 dropped a bunch of internal symbols, including progress_callback (see e.g. callbacks.h which has a comment at the top saying it's internal). Unfortunately, this is what LibreOffice uses to detect [0] gpgme: ``` # progress_callback is the only func with plain C linkage # checking

Re: Fields for Zotero

2022-08-16 Thread Phillips Rogfield
Hi Miklos, thank you very much for your answer! Let’s make sure we are on the same page here. Zotero is already able to write its citation with LibreOffice. To do so, it currently uses one of two methods, at user’s choice: (1) ReferenceMarks, which are NOT compatible with Microsoft Word (2)

[Libreoffice-commits] core.git: sal/rtl

2022-08-16 Thread Arnaud VERSINI (via logerrit)
sal/rtl/uuid.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 3329bfe698ecb65cbfbe2bf8f38fce45809fd436 Author: Arnaud VERSINI AuthorDate: Mon Aug 15 16:54:24 2022 +0200 Commit: Noel Grandin CommitDate: Tue Aug 16 09:25:31 2022 +0200 rtl : use

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/uiconfig/swriter/ui/textgridpage.ui |1 + 1 file changed, 1 insertion(+) New commits: commit 5be419d91c54bfa44f5d2897064dc07fb223de81 Author: Caolán McNamara AuthorDate: Mon Aug 15 19:51:10 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 09:49:17 2022 +0200 fix

[Libreoffice-commits] core.git: 2 commits - chart2/source external/pdfium

2022-08-16 Thread Miklos Vajna (via logerrit)
chart2/source/controller/main/ChartController_Insert.cxx | 25 +++- chart2/source/model/main/Diagram.cxx |2 + external/pdfium/pdfium_arm64.patch.1 | 30 --- 3 files changed, 49 insertions(+), 8 deletions(-) New commits: commit

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

2022-08-16 Thread Tomaž Vajngerl (via logerrit)
chart2/source/view/main/DataTableView.cxx | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit 5dcfa8f3750d549d895246c50285bb38690f9734 Author: Tomaž Vajngerl AuthorDate: Thu Aug 11 22:40:27 2022 +0200 Commit: Tomaž Vajngerl CommitDate: Tue

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/source/core/doc/DocumentFieldsManager.cxx | 28 +-- 1 file changed, 14 insertions(+), 14 deletions(-) New commits: commit a20fa9bbbfb3fab623480f95975f30c3904af055 Author: Noel Grandin AuthorDate: Mon Aug 15 19:07:58 2022 +0200 Commit: Noel Grandin

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/source/core/bastyp/index.cxx | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 1920eb7843753392bd7581f02ff797f2f903c50a Author: Noel Grandin AuthorDate: Mon Aug 15 19:04:54 2022 +0200 Commit: Noel Grandin CommitDate: Tue Aug 16 09:11:16 2022

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

2022-08-16 Thread Caolán McNamara (via logerrit)
svx/source/svdraw/svdedxv.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 4b1a57e075af70135703e38337e1096b2f248ebd Author: Caolán McNamara AuthorDate: Wed Jan 5 20:40:26 2022 + Commit: Caolán McNamara CommitDate: Tue Aug 16 09:49:59 2022 +0200

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

2022-08-16 Thread Caolán McNamara (via logerrit)
vcl/source/filter/svm/SvmReader.cxx |8 vcl/source/filter/svm/SvmWriter.cxx |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 034e8a14f6b6c12b870a71cb808fcfdc41221714 Author: Caolán McNamara AuthorDate: Mon Aug 15 19:37:47 2022 +0100 Commit:

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/source/core/doc/DocumentContentOperationsManager.cxx | 28 +- sw/source/core/doc/docbm.cxx| 42 ++-- sw/source/core/doc/doccorr.cxx |8 +-- sw/source/core/docnode/section.cxx |2

Re: Crash test update, "validation?"

2022-08-16 Thread Thorsten Behrens
Hi Miklos, hi Caolán, Miklos Vajna wrote: > On Mon, Aug 15, 2022 at 03:08:17PM +0100, Caolán McNamara wrote: > > Do we care about the "validationErrors", I've never looked at them and > > maybe the turnaround time might be faster if we drop validation? > > I think it's useful information, but

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

2022-08-16 Thread Tomaž Vajngerl (via logerrit)
chart2/source/controller/dialogs/dlg_ObjectProperties.cxx |1 chart2/source/view/main/DataTableView.cxx | 19 +++--- 2 files changed, 16 insertions(+), 4 deletions(-) New commits: commit e0599e403b9b8714794f4f80afe78feac0a77b32 Author: Tomaž Vajngerl

Re: Crash test update, "validation?"

2022-08-16 Thread Miklos Vajna
Hi Caolan, On Mon, Aug 15, 2022 at 03:08:17PM +0100, Caolán McNamara wrote: > Do we care about the "validationErrors", I've never looked at them and > maybe the turnaround time might be faster if we drop validation? I think it's useful information, but looking at the cost of generating them with

Re: Fields for Zotero

2022-08-16 Thread Miklos Vajna
Hi Phillips, On Mon, Aug 15, 2022 at 05:19:33PM +0200, Phillips Rogfield wrote: > Zotero is a citation manager with a plugin for > LibreOffice . > > I would like to implement Fields, that is, for the plugin to

Re: Build failure with gpgme-1.18.0

2022-08-16 Thread Thorsten Behrens
Hi Sam, Sam James wrote: > gpgme-1.18.0 dropped a bunch of internal symbols, > including progress_callback (see e.g. callbacks.h > which has a comment at the top saying it's internal). > > Unfortunately, this is what LibreOffice uses to detect [0] > gpgme: > The reason for that was some kde

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/qt5/QtAccessibleWidget.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f29e3dbe015571d49d4262f4623a165a0cbc94a3 Author: Michael Weghorn AuthorDate: Tue Aug 16 09:39:01 2022 +0200 Commit: Michael Weghorn CommitDate: Tue Aug 16 11:43:44 2022 +0200

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

2022-08-16 Thread Caolán McNamara (via logerrit)
starmath/inc/view.hxx|6 +++--- starmath/source/view.cxx |8 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit 97c759c09fce906d44fba98d325e3729c4a96665 Author: Caolán McNamara AuthorDate: Mon Aug 15 11:57:57 2022 +0100 Commit: Michael Stahl

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

2022-08-16 Thread Caolán McNamara (via logerrit)
starmath/inc/view.hxx|6 +++--- starmath/source/view.cxx |8 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit 18361b38c1d94d21f5041f3f36458edb260d339e Author: Caolán McNamara AuthorDate: Mon Aug 15 11:57:57 2022 +0100 Commit: Michael Stahl

Re: New Defects reported by Coverity Scan for LibreOffice

2022-08-16 Thread Caolán McNamara
On Mon, 2022-08-15 at 22:46 +, scan-ad...@coverity.com wrote: > Hi, > > Please find the latest report on new defect(s) introduced to > LibreOffice found with Coverity Scan. > > 236 new defect(s) introduced to LibreOffice found with Coverity Scan. Since the 15th the version of coverity we

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/source/uibase/utlui/content.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6b008de9e47ea9938e0b615f3171a7c273884596 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:09:55 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 12:46:59 2022 +0200

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

2022-08-16 Thread Miklos Vajna (via logerrit)
sw/qa/core/text/text.cxx | 42 + sw/source/core/text/porrst.cxx |8 ++- 2 files changed, 49 insertions(+), 1 deletion(-) New commits: commit acfd903a583a384341c0f620a8b7a781b44586be Author: Miklos Vajna AuthorDate: Wed Jul 27 16:35:13

Re: Fields for Zotero

2022-08-16 Thread Michael Stahl
On 16.08.22 09:03, Phillips Rogfield wrote: Hi Miklos, thank you very much for your answer! Let’s make sure we are on the same page here. Zotero is already able to write its citation with LibreOffice. To do so, it currently uses one of two methods, at user’s choice: (1) ReferenceMarks, which

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

2022-08-16 Thread Caolán McNamara (via logerrit)
dbaccess/source/ui/dlg/generalpage.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a51c1df3c2bad14de49a381945f4c55d4bccf8a8 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:08:05 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 12:19:05 2022

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

2022-08-16 Thread NickWingate (via logerrit)
sfx2/source/dialog/dinfdlg.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 4666a1b52028ba60f80ad93a756f95bb174dbe7b Author: NickWingate AuthorDate: Fri Aug 12 09:48:18 2022 +0100 Commit: Szymon Kłos CommitDate: Tue Aug 16 12:40:37 2022

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

2022-08-16 Thread Miklos Vajna (via logerrit)
sw/qa/core/text/text.cxx | 43 + sw/source/core/text/itrtxt.cxx | 37 ++- sw/source/core/text/porrst.cxx | 16 ++- sw/source/core/text/txtfly.cxx | 19 -- 4 files changed, 107

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/qt5/QtAccessibleWidget.cxx | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) New commits: commit a3f3453c00f701ea51f67896e633bb6b6a6a2d71 Author: Michael Weghorn AuthorDate: Tue Aug 16 10:38:46 2022 +0200 Commit: Michael Weghorn CommitDate: Tue Aug 16

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/source/ui/frmdlg/frmpage.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bc91ece78e3ea2df4082c796469e42cc5fc72107 Author: Caolán McNamara AuthorDate: Mon Aug 15 12:43:09 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 13:38:51 2022 +0200

[Libreoffice-commits] core.git: cui/uiconfig

2022-08-16 Thread Julien Nabet (via logerrit)
cui/uiconfig/ui/textflowpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 13971f0619192deb3f1f1cf5ff30f9671ed25a38 Author: Julien Nabet AuthorDate: Sun Aug 7 22:17:18 2022 +0200 Commit: László Németh CommitDate: Tue Aug 16 14:32:53 2022 +0200

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/inc/pam.hxx |4 ++-- sw/source/core/crsr/pam.cxx |6 ++ sw/source/core/doc/DocumentContentOperationsManager.cxx |2 +- sw/source/core/doc/docedt.cxx | 16

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

2022-08-16 Thread Caolán McNamara (via logerrit)
basic/source/classes/sbunoobj.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 707f8c10328290c8bcd928755101cbb88ab6a8cb Author: Caolán McNamara AuthorDate: Tue Aug 16 10:00:00 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 13:58:45 2022

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

2022-08-16 Thread Michael Stahl (via logerrit)
sw/qa/extras/rtfexport/data/para-border.rtf | 27 sw/qa/extras/rtfexport/rtfexport4.cxx | 62 writerfilter/source/rtftok/rtfsprm.cxx | 16 +++ 3 files changed, 105 insertions(+) New commits: commit

[Libreoffice-commits] core.git: configure.ac

2022-08-16 Thread xuenhua (via logerrit)
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d0ab89cd8b8b705689b432c1ea630501c7745264 Author: xuenhua AuthorDate: Thu Jul 21 06:40:25 2022 +0800 Commit: Tor Lillqvist CommitDate: Tue Aug 16 14:13:02 2022 +0200 Update iOS SDK Current

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

2022-08-16 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlexport/data/content-control-grab-bag.docx |binary sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx | 12 writerfilter/source/dmapper/DomainMapper.cxx|3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) New commits: commit

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

2022-08-16 Thread Stephan Bergmann (via logerrit)
desktop/source/pkgchk/unopkg/unopkg_app.cxx | 33 ++-- 1 file changed, 26 insertions(+), 7 deletions(-) New commits: commit fe033eebec7db71010beb6df14f7a08aded471be Author: Stephan Bergmann AuthorDate: Tue Aug 16 11:42:42 2022 +0200 Commit: Stephan Bergmann

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

2022-08-16 Thread Tomaž Vajngerl (via logerrit)
chart2/source/view/main/DataTableView.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 65021c6acc655b61cbba74d01829beb1c4181c97 Author: Tomaž Vajngerl AuthorDate: Fri Aug 12 17:36:23 2022 +0200 Commit: Tomaž Vajngerl CommitDate: Tue Aug 16 15:51:11 2022 +0200

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

2022-08-16 Thread Michael Stahl (via logerrit)
sw/qa/extras/odfimport/data/forcepoint108.fodt | 67 ++ sw/qa/extras/odfimport/odfimport.cxx| 12 +++- sw/source/filter/xml/XMLRedlineImportHelper.cxx | 70 3 files changed, 148 insertions(+), 1 deletion(-) New commits: commit

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sd/source/ui/app/scalectrl.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 050ec6a5f282abc0c587d6971052510378a1dbe6 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:32:56 2022 +0100 Commit: Caolán McNamara CommitDate: Wed Aug 17 00:38:30 2022 +0200

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/source/uibase/sidebar/PageMarginControl.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 833e4d059aae5f3a66c70f9f3d8dc1ab4c931322 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:34:18 2022 +0100 Commit: Caolán McNamara CommitDate: Wed Aug 17

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

2022-08-16 Thread Caolán McNamara (via logerrit)
dbaccess/source/ui/dlg/DbAdminImpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f7e0493987f4d2d821d2724e9fef018676af5ddf Author: Caolán McNamara AuthorDate: Tue Aug 16 09:29:20 2022 +0100 Commit: Caolán McNamara CommitDate: Wed Aug 17 00:43:37 2022

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

2022-08-16 Thread Mike Kaganski (via logerrit)
include/sfx2/sfxbasecontroller.hxx |4 include/sfx2/viewsh.hxx|1 + sfx2/source/view/sfxbasecontroller.cxx | 12 sfx2/source/view/viewsh.cxx|5 + starmath/inc/view.hxx |1 + starmath/source/view.cxx

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

2022-08-16 Thread Caolán McNamara (via logerrit)
connectivity/source/drivers/hsqldb/HStorageAccess.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit cc396384b13a71a5ac2732d22b076c98316d64a0 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:24:15 2022 +0100 Commit: Caolán McNamara CommitDate:

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/source/uibase/utlui/content.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8faf62c76ab3a89fb149f9ec127cb352f081fcf9 Author: Caolán McNamara AuthorDate: Tue Aug 16 09:17:20 2022 +0100 Commit: Caolán McNamara CommitDate: Wed Aug 17 00:36:46 2022

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sw/source/ui/misc/glossary.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1cd4b81d3133c460eef10efc7744f9a644b2c5b Author: Caolán McNamara AuthorDate: Tue Aug 16 09:16:43 2022 +0100 Commit: Caolán McNamara CommitDate: Wed Aug 17 00:36:15 2022 +0200

[Libreoffice-commits] core.git: cui/uiconfig

2022-08-16 Thread Heiko Tietze (via logerrit)
cui/uiconfig/ui/paragalignpage.ui |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 16f01f82a765fc51a19be2e370a69eb7819c9ce4 Author: Heiko Tietze AuthorDate: Tue Aug 16 18:02:32 2022 +0200 Commit: Heiko Tietze CommitDate: Wed Aug 17 07:41:07 2022 +0200

[Libreoffice-commits] core.git: cui/uiconfig

2022-08-16 Thread Heiko Tietze (via logerrit)
cui/uiconfig/ui/paragalignpage.ui | 208 +++--- 1 file changed, 104 insertions(+), 104 deletions(-) New commits: commit 905e2793082f4366d8129430d06098a5ff36c4b9 Author: Heiko Tietze AuthorDate: Tue Aug 16 18:00:27 2022 +0200 Commit: Heiko Tietze

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/inc/node.hxx |7 +++ sw/source/core/doc/DocumentContentOperationsManager.cxx |2 +- sw/source/core/doc/dbgoutsw.cxx |2 +- sw/source/core/docnode/ndsect.cxx |2 +-

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 2 commits - chart2/source include/svx svx/source

2022-08-16 Thread Tomaž Vajngerl (via logerrit)
chart2/source/view/inc/ShapeFactory.hxx |3 ++ chart2/source/view/main/ShapeFactory.cxx | 14 + include/svx/unodraw/SvxTableShape.hxx| 44 +++ svx/source/unodraw/shapeimpl.hxx | 17 --- svx/source/unodraw/tableshape.cxx|

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/inc/qt5/QtAccessibleWidget.hxx|4 vcl/qt5/QtAccessibleEventListener.cxx |6 +- vcl/qt5/QtAccessibleWidget.cxx|2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) New commits: commit a65719ec67523cdfc294aeeda527b51ba4d2e17c Author: Michael Weghorn

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

2022-08-16 Thread Tomaž Vajngerl (via logerrit)
chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx |1 chart2/source/view/axes/VAxisProperties.cxx | 13 ++ chart2/source/view/axes/VAxisProperties.hxx |3 chart2/source/view/axes/VCartesianAxis.cxx| 68 -

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/qt5/QtAccessibleWidget.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04af1b4e1ce5e3e74bad517a238957bf9aaccdcd Author: Michael Weghorn AuthorDate: Tue Aug 16 14:25:18 2022 +0200 Commit: Michael Weghorn CommitDate: Tue Aug 16 22:29:57 2022 +0200

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/inc/qt5/QtXAccessible.hxx |5 + vcl/qt5/QtAccessibleWidget.cxx |7 ++- 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit f2371a7d9b306ce217689bd69c920c9f780f1ee3 Author: Michael Weghorn AuthorDate: Tue Aug 16 14:13:20 2022 +0200 Commit: Michael

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 2 commits - include/sfx2 sfx2/source vcl/jsdialog vcl/source

2022-08-16 Thread NickWingate (via logerrit)
include/sfx2/dinfdlg.hxx | 19 ++ sfx2/source/dialog/dinfdlg.cxx | 115 +++-- vcl/jsdialog/enabled.cxx |9 ++- vcl/source/control/tabctrl.cxx |4 - 4 files changed, 95 insertions(+), 52 deletions(-) New commits: commit

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

2022-08-16 Thread Caolán McNamara (via logerrit)
sdext/source/presenter/PresenterSlideSorter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4c511ac7d7a006d9a62a3685f3a962bb321017bd Author: Caolán McNamara AuthorDate: Tue Aug 16 09:12:12 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16

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

2022-08-16 Thread Noel Grandin (via logerrit)
sw/inc/ndtxt.hxx |2 +- sw/source/core/doc/docfmt.cxx |4 ++-- sw/source/core/table/swtable.cxx |7 +++ sw/source/core/txtnode/ndtxt.cxx |3 +-- sw/source/core/txtnode/thints.cxx |2 +- sw/source/core/undo/unattr.cxx|6 ++ 6 files

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

2022-08-16 Thread Michael Weghorn (via logerrit)
vcl/inc/qt5/QtAccessibleEventListener.hxx |5 + vcl/qt5/QtAccessibleEventListener.cxx |6 ++ vcl/qt5/QtAccessibleWidget.cxx|3 +-- 3 files changed, 4 insertions(+), 10 deletions(-) New commits: commit 48baddac8f175e628a854f78304a19238e25d529 Author:

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

2022-08-16 Thread Caolán McNamara (via logerrit)
vcl/source/filter/svm/SvmReader.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b2702d56437b7bf8f061259a063371529b7881ec Author: Caolán McNamara AuthorDate: Tue Aug 16 09:57:42 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 18:07:27 2022

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

2022-08-16 Thread Caolán McNamara (via logerrit)
basic/source/classes/sbunoobj.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 8e9bc34c0555ed09e2f996a949dc9cf9e028beac Author: Caolán McNamara AuthorDate: Tue Aug 16 10:00:00 2022 +0100 Commit: Caolán McNamara CommitDate: Tue Aug 16 20:26:18 2022

[Libreoffice-bugs] [Bug 113532] Bundle and use open source Arabic fonts by default

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113532 --- Comment #33 from Eyal Rozenberg --- (Either that or we can open a separate bug for the defaults.) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113532] Bundle and use open source Arabic fonts by default

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113532 --- Comment #32 from Eyal Rozenberg --- (In reply to خالد حسني from comment #31) > I think we have enough bundled Arabic fonts, and I don’t think we need to > change the default fonts if no one is complaining. This was left open because

[Libreoffice-bugs] [Bug 148410] content of formula bar placed too low (kf5)

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148410 Michael Weghorn changed: What|Removed |Added Ever confirmed|0 |1

[Libreoffice-bugs] [Bug 150212] Window size and position not remembered

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150212 Dieter changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever confirmed|0

[Libreoffice-bugs] [Bug 120219] [META] Data provider bugs and enhancements

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120219 Heiko Tietze changed: What|Removed |Added Depends on||150414 Referenced Bugs:

[Libreoffice-bugs] [Bug 150414] Formatting issue when linking to external data

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150414 Heiko Tietze changed: What|Removed |Added Status|NEEDINFO|NEW Severity|normal

[Libreoffice-bugs] [Bug 112071] [META] Linked external data issues

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112071 Heiko Tietze changed: What|Removed |Added Depends on||150414 Referenced Bugs:

[Libreoffice-bugs] [Bug 107332] [META] Calc cell and page styles bugs and enhancements

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332 Heiko Tietze changed: What|Removed |Added Depends on||150414 Referenced Bugs:

[Libreoffice-bugs] [Bug 150432] New: Startup of app in Wayland is throwing errors

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150432 Bug ID: 150432 Summary: Startup of app in Wayland is throwing errors Product: LibreOffice Version: 7.3.5.2 release Hardware: x86-64 (AMD64) OS: Linux (All)

[Libreoffice-bugs] [Bug 125487] Small delay when closing a simple document containing fontwork with pattern fill

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125487 Dieter changed: What|Removed |Added Priority|medium |lowest Severity|normal

[Libreoffice-ux-advise] [Bug 150428] Document Recovery UX can be improved

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428 Heiko Tietze changed: What|Removed |Added CC|heiko.tietze@documentfounda | |tion.org

[Libreoffice-bugs] [Bug 113331] [META] PPT (binary) format bug tracker

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113331 Bug 113331 depends on bug 94223, which changed state. Bug 94223 Summary: Selection box for text box not shown https://bugs.documentfoundation.org/show_bug.cgi?id=94223 What|Removed |Added

[Libreoffice-bugs] [Bug 94223] Selection box for text box not shown

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94223 Caolán McNamara changed: What|Removed |Added Resolution|--- |FIXED

[Libreoffice-bugs] [Bug 136903] Crash swlo!SwRedlineData::SetSeqNo+0xf26: (track changes involved)

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136903 Gabor Kelemen (allotropia) changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 147646] Fileopen DOCX: Values are skipped in a numbered list within a table when cells are split/merged

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147646 --- Comment #4 from Mike Kaganski --- Not a real code pointer, just some direction: the relevant code could likely be in writerfilter/source/dmapper/DomainMapperTableHandler.cxx or

[Libreoffice-bugs] [Bug 103080] A new default set of bundled fonts

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103080 Heiko Tietze changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving

[Libreoffice-bugs] [Bug 113532] Bundle and use open source Arabic fonts by default

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113532 --- Comment #34 from خالد حسني --- (In reply to Eyal Rozenberg from comment #33) > (Either that or we can open a separate bug for the defaults.) I think a separate bug for the defaults should be ideal, as this is independent of what

[Libreoffice-bugs] [Bug 121062] The time to cut a large amount of text including footnotes has increased from 15 to 24 seconds

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121062 --- Comment #4 from Dieter --- Still present in Version: 7.3.5.2 (x64) / LibreOffice Community Build ID: 184fe81b8c8c30d8b5082578aee2fed2ea847c01 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale:

[Libreoffice-bugs] [Bug 150397] While installing an extension using KF5 the license text is selected for no reason

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150397 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de ---

[Libreoffice-bugs] [Bug 139140] KDE: Notebookbar Styles Preview doesn't show correct font colour for paragraph styles that are automatic

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139140 Nicholas van Oudtshoorn changed: What|Removed |Added Resolution|--- |FIXED

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495 Bug 102495 depends on bug 139140, which changed state. Bug 139140 Summary: KDE: Notebookbar Styles Preview doesn't show correct font colour for paragraph styles that are automatic

[Libreoffice-bugs] [Bug 139140] KDE: Notebookbar Styles Preview doesn't show correct font colour for paragraph styles that are automatic

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139140 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de

[Libreoffice-bugs] [Bug 116412] Bundled python fails to import bz2 on Windows

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116412 --- Comment #11 from Mike Kaganski --- (In reply to Julien Nabet from comment #9) > Perhaps the start would be what was the goal to include Python at the first > time? Note that some core functionality (other than scripting) depends on

[Libreoffice-bugs] [Bug 147646] Fileopen DOCX: Values are skipped in a numbered list within a table when cells are split/merged

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147646 --- Comment #5 from Mike Kaganski --- The two codes (ww8 and OOXML import) would indeed do something different with internal structures - but my first idea would be, that in the end, they would call the same code to format the Writer

[Libreoffice-bugs] [Bug 150430] FILEOPEN / EDITING: Rows and row headers are not aligned to each other to the point of incorrect cell selection

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150430 --- Comment #7 from Mike Kaganski --- No repro using Version: 7.4.0.3 (x64) / LibreOffice Community Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a CPU threads: 12; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win

[Libreoffice-bugs] [Bug 107237] [META] Notebookbar Tabbed

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237 Bug 107237 depends on bug 139140, which changed state. Bug 139140 Summary: KDE: Notebookbar Styles Preview doesn't show correct font colour for paragraph styles that are automatic

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428 Heiko Tietze changed: What|Removed |Added CC|heiko.tietze@documentfounda | |tion.org

[Libreoffice-bugs] [Bug 94223] Selection box for text box not shown

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94223 --- Comment #29 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4b1a57e075af70135703e38337e1096b2f248ebd tdf#94223 always

[Libreoffice-bugs] [Bug 94223] Selection box for text box not shown

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94223 Commit Notification changed: What|Removed |Added Whiteboard||target:7.5.0 -- You are

[Libreoffice-bugs] [Bug 95680] Convert - Metafile - Save Image... No function. Must use Alt+R

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95680 --- Comment #20 from Goyo --- Still present in LO 7.3.5 Version: 7.3.5.2 (x64) / LibreOffice Community Build ID: 184fe81b8c8c30d8b5082578aee2fed2ea847c01 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428 --- Comment #3 from i_dont_want_to_recover --- > So basically what you want is that LibreOffice only shows the DR dialog when > you try to open the a file that had previously crashed? My preferred solution would be an implementation

[Libreoffice-ux-advise] [Bug 150428] Document Recovery UX can be improved

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428 --- Comment #3 from i_dont_want_to_recover --- > So basically what you want is that LibreOffice only shows the DR dialog when > you try to open the a file that had previously crashed? My preferred solution would be an implementation

[Libreoffice-bugs] [Bug 150434] LibreOffice displays the full text of the legend, so the legend overflows the chart area.

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150434 --- Comment #2 from NISZ LibreOffice Team --- Created attachment 181803 --> https://bugs.documentfoundation.org/attachment.cgi?id=181803=edit Visual comparison Excel vs LO -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 119759] Text can disappear after highlighting some content, typing something new & right mouse click

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119759 --- Comment #5 from Telesto --- Still present Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 86b2bfd34a4f07c54f03c8c8dfe48e0810834628 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale:

[Libreoffice-bugs] [Bug 150427] unopkg.bin: segfault from `make` in sdk example complextoolbarclient

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150427 Stephan Bergmann changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |sberg...@redhat.com

[Libreoffice-bugs] [Bug 150431] Word Completion: Delete button enabled with no selection

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150431 BogdanB changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Libreoffice-bugs] [Bug 150434] New: LibreOffice displays the full text of the legend, so the legend overflows the chart area.

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150434 Bug ID: 150434 Summary: LibreOffice displays the full text of the legend, so the legend overflows the chart area. Product: LibreOffice Version: 7.5.0.0 alpha0+ Master

[Libreoffice-bugs] [Bug 150435] New: Track changes: reject changes doesn't restore font formatting change

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150435 Bug ID: 150435 Summary: Track changes: reject changes doesn't restore font formatting change Product: LibreOffice Version: 7.0.0.3 release Hardware: All

[Libreoffice-bugs] [Bug 150432] Startup of app in Wayland is throwing errors

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150432 --- Comment #1 from giammi56 --- Normal behaviour with Xorg. Nor critical error reported, the icon is correctly assigned. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150434] LibreOffice displays the full text of the legend, so the legend overflows the chart area.

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150434 Tünde Tóth changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 150414] Formatting issue when linking to external data

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150414 --- Comment #4 from m.a.riosv --- (In reply to Heiko Tietze from comment #3) > (In reply to m.a.riosv from comment #1) > > It is how it works. > It's at least surprising. In most cases you load just numbers but if I think > of rich text

[Libreoffice-bugs] [Bug 150434] LibreOffice displays the full text of the legend, so the legend overflows the chart area.

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150434 --- Comment #1 from NISZ LibreOffice Team --- Created attachment 181802 --> https://bugs.documentfoundation.org/attachment.cgi?id=181802=edit Test file with .xlsx file format -- You are receiving this mail because: You are the

  1   2   3   >