[Libreoffice-commits] core.git: Changes to 'private/mert/wip_deepl'

2022-07-05 Thread Mert Tumer (via logerrit)
New branch 'private/mert/wip_deepl' available with the following commits: commit 40175032ec98383a41b5008e56a68d03b486e1ba Author: Mert Tumer Date: Tue Jul 5 12:03:27 2022 +0300 wip translate Signed-off-by: Mert Tumer commit 4fee1409c404d97a7c6e27e06470167d8cf8839a Author: Mert

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

2022-07-05 Thread Noel Grandin (via logerrit)
xmloff/source/draw/shapeimport.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit db63000ea7805ddd762521a7cf39de203dbe6c3f Author: Noel Grandin AuthorDate: Tue Jul 5 10:24:38 2022 +0200 Commit: Noel Grandin CommitDate: Tue Jul 5 11:51:32 2022

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

2022-07-05 Thread Noel Grandin (via logerrit)
svx/source/svdraw/svdobj.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c7a8033dff0f6d3a35260ccaf24f51020f335463 Author: Noel Grandin AuthorDate: Tue Jul 5 10:23:55 2022 +0200 Commit: Noel Grandin CommitDate: Tue Jul 5 11:51:17 2022 +0200

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

2022-07-05 Thread Kurt Nordback (via logerrit)
chart2/qa/extras/chart2dump/reference/piecharttest/donut_chart.txt | 10 - chart2/source/view/charttypes/PieChart.cxx | 60 +++--- chart2/source/view/charttypes/PieChart.hxx |4 3 files changed, 55 insertions(+), 19 deletions(-) New

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - cui/source cui/uiconfig desktop/source include/svtools lingucomponent/source officecfg/registry svtools/source

2022-07-05 Thread Mert Tumer (via logerrit)
cui/source/options/optlanguagetool.cxx|4 cui/source/options/optlanguagetool.hxx|1 cui/uiconfig/ui/langtoolconfigpage.ui | 227 +- desktop/source/lib/init.cxx

[Libreoffice-commits] core.git: include/osl include/rtl

2022-07-05 Thread Chris Sherlock (via logerrit)
include/osl/mutex.hxx |4 +++- include/osl/profile.hxx |3 ++- include/osl/security.h |1 - include/osl/socket.h|3 ++- include/osl/socket_decl.hxx |4 +++- include/rtl/alloc.h | 20 +--- include/rtl/cipher.h|4 +++-

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

2022-07-05 Thread Julien Nabet (via logerrit)
svx/source/svdraw/svdedxv.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c03e08a67af1f6c46ad3b700f43b086bbac6a393 Author: Julien Nabet AuthorDate: Mon Jul 4 21:57:08 2022 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Tue Jul 5 12:32:54 2022 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - officecfg/registry

2022-07-05 Thread Heiko Tietze (via logerrit)
officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +- officecfg/registry/schema/org/openoffice/Office/Writer.xcs |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f3ee245f2a97562c265f03a7317791e557f83e65 Author: Heiko Tietze AuthorDate: Fri Jul

libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Tim Daley
I'm getting the following failure trying to build. Apparently you now need to set special privileges (in your plist?) to set/unset DYLD_LIBRARY_PATH. Suggestions on where and how to do this? [_RUN_] ScFiltersTest::testTdf137576_Measureline

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

2022-07-05 Thread Miklos Vajna (via logerrit)
sw/source/uibase/uno/unotxdoc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cf4b670229eb8b555dde848ef53108cb2a4ee89b Author: Miklos Vajna AuthorDate: Mon Jul 4 13:05:08 2022 +0200 Commit: Gökay ŞATIR CommitDate: Tue Jul 5 11:35:28 2022 +0200 sw

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

2022-07-05 Thread Xisco Fauli (via logerrit)
sw/qa/extras/uiwriter/uiwriter3.cxx | 27 --- sw/qa/extras/uiwriter/uiwriter6.cxx | 18 ++ 2 files changed, 18 insertions(+), 27 deletions(-) New commits: commit 4813a93918023174a41a251e0e29f74df228c2d7 Author: Xisco Fauli AuthorDate: Mon Jul 4

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

2022-07-05 Thread Julien Nabet (via logerrit)
svx/source/svdraw/svdedxv.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b98184bf82eafd6432b269ef14d1420c4242e941 Author: Julien Nabet AuthorDate: Mon Jul 4 21:57:08 2022 +0200 Commit: Julien Nabet CommitDate: Tue Jul 5 07:28:12 2022 +0200

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Christian Lohmaier
On Tue, Jul 5, 2022 at 3:56 PM Tim Daley wrote: > > I'm getting the following failure trying to build. > > Apparently you now need to set special privileges (in your plist?) to > set/unset DYLD_LIBRARY_PATH. Suggestions on where and how to do this? > Fatal:

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

2022-07-05 Thread Maxim Monastirsky (via logerrit)
framework/source/uielement/generictoolbarcontroller.cxx |8 sw/sdi/_tabsh.sdi |4 ++-- sw/sdi/swriter.sdi |4 ++-- sw/source/uibase/shells/tabsh.cxx | 10 ++ 4 files

[Libreoffice-commits] core.git: Branch 'private/tvajngerl/staging' - 144 commits - basegfx/CppunitTest_basegfx.mk basegfx/source basegfx/test chart2/Module_chart2.mk chart2/qa chart2/source comphelper

2022-07-05 Thread Tomaž Vajngerl (via logerrit)
Rebased ref, commits from common ancestor: commit 9f430c6147effeeddd373176155e2769db66ff26 Author: Tomaž Vajngerl AuthorDate: Tue Jun 28 22:27:37 2022 +0200 Commit: Tomaž Vajngerl CommitDate: Tue Jul 5 12:38:01 2022 +0200 svx: move SdrDropMarkerOverlay into it's own file

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

2022-07-05 Thread Andreas Heinisch (via logerrit)
sw/source/ui/misc/outline.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 322f7414ce9600e45e52f9e3a89296703c2a6b42 Author: Andreas Heinisch AuthorDate: Mon Jul 4 13:53:15 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 5 10:51:16 2022 +0200 tdf#131568 - Chapter

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

2022-07-05 Thread Henry Castro (via logerrit)
sfx2/source/view/frame2.cxx | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) New commits: commit 46ae4bea931a969feb82c9fce048c7893249ba23 Author: Henry Castro AuthorDate: Mon Jul 4 15:18:29 2022 -0400 Commit: Henry Castro CommitDate: Tue

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

2022-07-05 Thread Noel Grandin (via logerrit)
sc/source/filter/inc/richstring.hxx| 29 +++ sc/source/filter/inc/richstringcontext.hxx |2 - sc/source/filter/inc/worksheethelper.hxx |2 - sc/source/filter/oox/richstring.cxx| 55 ++--- sc/source/filter/oox/richstringcontext.cxx

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

2022-07-05 Thread Noel Grandin (via logerrit)
sc/source/filter/inc/richstring.hxx| 15 ++--- sc/source/filter/oox/commentsbuffer.cxx|4 +-- sc/source/filter/oox/commentsfragment.cxx |2 - sc/source/filter/oox/revisionfragment.cxx |2 - sc/source/filter/oox/richstring.cxx| 27

[Libreoffice-commits] core.git: basctl/uiconfig connectivity/inc cui/uiconfig include/sfx2 include/svtools include/svx nlpsolver/help sc/inc

2022-07-05 Thread Adolfo Jayme Barrientos (via logerrit)
basctl/uiconfig/basicide/ui/basicmacrodialog.ui |2 connectivity/inc/strings.hrc | 102 +-- cui/uiconfig/ui/optgeneralpage.ui|2 cui/uiconfig/ui/opthtmlpage.ui |2

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

2022-07-05 Thread Xisco Fauli (via logerrit)
sfx2/source/appl/appserv.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 9e25ab14713a31746a9a8a62649b046606ae04b2 Author: Xisco Fauli AuthorDate: Tue Jul 5 15:51:21 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 5 21:17:18 2022 +0200

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Ilmari Lauhakangas
On 5.7.2022 22.42, Tim Daley wrote: On Tue, Jul 5, 2022 at 11:50 AM Rene Engelhard > wrote: Hi, Am 05.07.22 um 16:06 schrieb Christian Lohmaier: > Fatal: >

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - basctl/uiconfig connectivity/inc cui/uiconfig include/sfx2 include/svtools include/svx nlpsolver/help sc/inc

2022-07-05 Thread Adolfo Jayme Barrientos (via logerrit)
basctl/uiconfig/basicide/ui/basicmacrodialog.ui |2 connectivity/inc/strings.hrc | 102 +-- cui/uiconfig/ui/optgeneralpage.ui|2 cui/uiconfig/ui/opthtmlpage.ui |2

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - include/vcl sc/source vcl/inc vcl/source vcl/unx

2022-07-05 Thread Henry Castro (via logerrit)
include/vcl/customweld.hxx|1 + include/vcl/weld.hxx |2 ++ sc/source/ui/pagedlg/tphfedit.cxx |2 ++ vcl/inc/salvtables.hxx|2 ++ vcl/source/app/salvtables.cxx |9 + vcl/unx/gtk3/gtk3gtkinst.cxx |2 ++ 6 files changed, 18

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

2022-07-05 Thread Eike Rathke (via logerrit)
sc/source/core/data/column3.cxx | 27 +++ sc/source/ui/view/tabvwsha.cxx | 12 ++-- 2 files changed, 29 insertions(+), 10 deletions(-) New commits: commit 484448bc04edfbe22db784d2c68a679a3f98fbb9 Author: Eike Rathke AuthorDate: Tue Jul 5 18:37:54 2022

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

2022-07-05 Thread Xisco Fauli (via logerrit)
sw/source/core/layout/wsfrm.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 11a5a54567da8e85673aa48740ce7af08cba6016 Author: Xisco Fauli AuthorDate: Tue Jul 5 16:47:10 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 5 21:13:41 2022 +0200

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

2022-07-05 Thread Xisco Fauli (via logerrit)
sfx2/source/appl/appserv.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit a5d25a06a48b32fd35148265f3c328a28d21f73e Author: Xisco Fauli AuthorDate: Tue Jul 5 15:51:21 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 5 16:49:33 2022 +0200

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

2022-07-05 Thread Noel Grandin (via logerrit)
sc/source/filter/inc/pivotcachebuffer.hxx |2 +- sc/source/filter/inc/sheetdatabuffer.hxx | 20 sc/source/filter/inc/worksheethelper.hxx |3 --- sc/source/filter/oox/pivotcachebuffer.cxx |7 +++ sc/source/filter/oox/sheetdatabuffer.cxx | 23

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Rene Engelhard
Hi, Am 05.07.22 um 16:06 schrieb Christian Lohmaier: Fatal: /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng: file does not exist Guess you're using a tarball to build - the schema files are not added to the tarballs.

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Tim Daley
So I should use the github repo? If so, that fails, too: gh repo clone LibreOffice/core Cloning into 'core'... remote: Enumerating objects: 5821827, done. remote: Counting objects: 100% (761/761), done. remote: Compressing objects: 100% (482/482), done. error: object

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

2022-07-05 Thread Andrea Gelmini (via logerrit)
sw/source/core/text/itrcrsr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f2af1527c65fbf696c4996a9b4fa68f7f325cf31 Author: Andrea Gelmini AuthorDate: Tue Jul 5 13:42:38 2022 +0200 Commit: Julien Nabet CommitDate: Tue Jul 5 18:20:30 2022 +0200 Fix

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

2022-07-05 Thread Michael Weghorn (via logerrit)
vcl/qt5/QtAccessibleWidget.cxx | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) New commits: commit e4066a41406b1ddd454901b4fa718cf9be2746c4 Author: Michael Weghorn AuthorDate: Tue Jul 5 18:30:02 2022 +0200 Commit: Michael Weghorn CommitDate: Tue Jul 5 20:30:00 2022

Re: libreoffice-7.4.0.0.beta1 build failure on MacOS Monterey 12.4

2022-07-05 Thread Thorsten Behrens
Hi *, Christian Lohmaier wrote: > I don't remember the reason why they were added to the ignore list, > maybe Thorsten remembers... > Yes, they're a problem to have e.g. for Debian. Cheers, -- Thorsten signature.asc Description: PGP signature

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

2022-07-05 Thread Kurt Nordback (via logerrit)
chart2/qa/extras/chart2dump/reference/piecharttest/donut_chart.txt | 10 - chart2/source/view/charttypes/PieChart.cxx | 60 +++--- chart2/source/view/charttypes/PieChart.hxx |4 3 files changed, 55 insertions(+), 19 deletions(-) New

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

2022-07-05 Thread Henry Castro (via logerrit)
include/vcl/customweld.hxx|1 + include/vcl/weld.hxx |2 ++ sc/source/ui/pagedlg/tphfedit.cxx |2 ++ vcl/inc/salvtables.hxx|2 ++ vcl/source/app/salvtables.cxx |9 + vcl/unx/gtk3/gtkinst.cxx |2 ++ 6 files changed, 18

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

2022-07-05 Thread Henry Castro (via logerrit)
svx/source/dialog/weldeditview.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 5e9f1f1bf905987c172299eb82f4a1f0f5682ee8 Author: Henry Castro AuthorDate: Wed Jan 19 12:00:21 2022 -0400 Commit: Henry Castro CommitDate: Tue Jul 5 19:54:03 2022 +0200

can't build cpp examples

2022-07-05 Thread Лимарев Константин Константинович
Hi! I'm trying to use LibreOffice SDK to create extension. I followed wiki and installation guide. But can't build cpp examples on Windows x64: mkdir: cannot create directory

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

2022-07-05 Thread Michael Meeks (via logerrit)
sc/source/ui/drawfunc/fuins1.cxx |7 +++ sd/source/ui/view/sdview.cxx |4 2 files changed, 7 insertions(+), 4 deletions(-) New commits: commit 92f531209675e1855798f513fb7698fceddd022b Author: Michael Meeks AuthorDate: Tue Jul 5 13:54:42 2022 +0100 Commit: Michael

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

2022-07-05 Thread Xisco Fauli (via logerrit)
sw/source/core/layout/wsfrm.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit f5ca3291e4f2c25fbff49301d6f3a7ed0017a708 Author: Xisco Fauli AuthorDate: Tue Jul 5 16:47:10 2022 +0200 Commit: Xisco Fauli CommitDate: Tue Jul 5 18:04:54 2022 +0200

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

2022-07-05 Thread Eike Rathke (via logerrit)
sc/source/core/data/column3.cxx | 27 +++ sc/source/ui/view/tabvwsha.cxx | 12 ++-- 2 files changed, 29 insertions(+), 10 deletions(-) New commits: commit ff1c2cd5ea8049fe0dc4283a8990c67eb19b8219 Author: Eike Rathke AuthorDate: Tue Jul 5 18:37:54 2022

[Libreoffice-ux-advise] [Bug 149768] template menu box too small

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149768 --- Comment #4 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 149865] FILEOPEN PPTX: table lacks border (outer right edge)

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149865 Xisco Faulí changed: What|Removed |Added Regression By||Gülşah Köse See Also|

[Libreoffice-bugs] [Bug 40563] FORMATTING hyperlinks do not word wrap

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40563 --- Comment #20 from Mike Kaganski --- (In reply to Buovjaga from comment #9) > Perhaps related to bug 39910, see comment 7: > LO never wraps internet-links. Not only Calc, but other modules too. It is not exactly correct. The links are

[Libreoffice-bugs] [Bug 145770] System User logs off when opening keyword protected Word DOC file

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145770 QA Administrators changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 149856] New: XLSX: the "highest row with data" marker will go to 1048576 when deleting any row within rows with data

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149856 Bug ID: 149856 Summary: XLSX: the "highest row with data" marker will go to 1048576 when deleting any row within rows with data Product: LibreOffice Version: 7.3.4.2 release

[Libreoffice-bugs] [Bug 149828] V 7.4.0.0 beta2 not available via the download center

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149828 QA Administrators changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 149857] Cell Styles pane is not visible/accessible/grayed-out when a sheet is protected

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149857 Kevin Suo changed: What|Removed |Added Keywords||bibisectRequest, regression ---

[Libreoffice-bugs] [Bug 149604] Dialog Labels → Format: "V-Pitch" in overview shows wrong positioned heads of arrows

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149604 --- Comment #1 from LeroyG --- Steps to reproduce: Choose menu File - New - Label - Format tab For me (see version below) the heads of arrows for Top margin an V. Pitch are simply gone. Version: 7.2.3.2 / LibreOffice Community Build

[Libreoffice-bugs] [Bug 148011] copy-paste extreme slowness

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148011 Timur changed: What|Removed |Added OS|Linux (All) |All Hardware|x86-64 (AMD64)

[Libreoffice-bugs] [Bug 149857] New: Cell Styles pan is not visible/accessible/grayed-out when a sheet is protected

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149857 Bug ID: 149857 Summary: Cell Styles pan is not visible/accessible/grayed-out when a sheet is protected Product: LibreOffice Version: 7.4.0.0 beta1+ Hardware: All

[Libreoffice-bugs] [Bug 149828] V 7.4.0.0 beta2 not available via the download center

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149828 --- Comment #3 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149860] New: calc previewer slash

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149860 Bug ID: 149860 Summary: calc previewer slash Product: LibreOffice Version: 7.2.7.2 release Hardware: All OS: Windows (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 141697] Conditional Formatting being randomly undone when files are saved

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141697 --- Comment #10 from QA Administrators --- Dear lcfreitasf, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in

[Libreoffice-bugs] [Bug 149861] visit

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149861 siannamarie21 changed: What|Removed |Added URL||https://ehpdppls.xyz/ -- You

[Libreoffice-bugs] [Bug 149861] New: visit

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149861 Bug ID: 149861 Summary: visit Product: cppunit Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal

[Libreoffice-bugs] [Bug 149631] Record Macro won't record inserting a page break of a specified type

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149631 QA Administrators changed: What|Removed |Added Whiteboard|| QA:needsComment -- You

[Libreoffice-bugs] [Bug 146040] Installation error icuuc68.dll not found

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146040 QA Administrators changed: What|Removed |Added Resolution|--- |INSUFFICIENTDATA

[Libreoffice-ux-advise] [Bug 149823] Scrolling on properties pane causes to change value unintentionally

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149823 Heiko Tietze changed: What|Removed |Added Severity|minor |normal Ever confirmed|0

[Libreoffice-ux-advise] [Bug 149768] template menu box too small

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149768 QA Administrators changed: What|Removed |Added Ever confirmed|1 |0

[Libreoffice-bugs] [Bug 113117] [META] Windows installer/uninstaller bugs and enhancements

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113117 Bug 113117 depends on bug 146040, which changed state. Bug 146040 Summary: Installation error icuuc68.dll not found https://bugs.documentfoundation.org/show_bug.cgi?id=146040 What|Removed |Added

[Libreoffice-bugs] [Bug 141697] Conditional Formatting being randomly undone when files are saved

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141697 QA Administrators changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 149768] template menu box too small

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149768 --- Comment #4 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 104809] [META] Position and Size content panel of the Properties deck/tab of the sidebar

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104809 Bug 104809 depends on bug 132144, which changed state. Bug 132144 Summary: Contents of Position and Size Sidebar deck get cut off when switching between shapes https://bugs.documentfoundation.org/show_bug.cgi?id=132144 What

[Libreoffice-bugs] [Bug 149825] hard (no way?) to move table down to create text space (paragraph) above the table

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149825 Cor Nouws changed: What|Removed |Added Summary|move table down to create |hard (no way?) to move

[Libreoffice-ux-advise] [Bug 149825] hard (no way?) to move table down to create text space (paragraph) above the table

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149825 Cor Nouws changed: What|Removed |Added Summary|move table down to create |hard (no way?) to move

[Libreoffice-bugs] [Bug 149866] LibreOffice crashes when handling the windowClosing event.

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149866 --- Comment #1 from Mike Kaganski --- Can't repro using Version: 7.3.4.2 (x64) / LibreOffice Community Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5 CPU threads: 12; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win

[Libreoffice-bugs] [Bug 128041] Show variable behaves differently to hide text depending on variable

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128041 ajlittoz changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 149771] CRASH: pasting content

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149771 Timur changed: What|Removed |Added Blocks||145509 Referenced Bugs:

[Libreoffice-bugs] [Bug 108560] Pasting or editing large amount of multi-line text into a cell result in unusable Calc with GTK3

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108560 Timur changed: What|Removed |Added Blocks||145509 Referenced Bugs:

[Libreoffice-bugs] [Bug 147842] Changing text to bold continuously slower so seems to Hang now

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147842 Timur changed: What|Removed |Added Blocks||145509 Referenced Bugs:

[Libreoffice-bugs] [Bug 149859] Exported pdf displays in firefox and acrobat as titled "landscape."

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149859 Mike Kaganski changed: What|Removed |Added Keywords||needsUXEval --- Comment #1 from

[Libreoffice-bugs] [Bug 119840] FILEOPEN DOCX: Long file open and post-processing time after file open

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119840 --- Comment #13 from Michael Meeks --- Created attachment 181125 --> https://bugs.documentfoundation.org/attachment.cgi?id=181125=edit work at idle -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 --- Comment #1 from ajlittoz --- UPDATE: I tried to patch contents.xml in the master file to move end section boundary. The subdoc sections are then correctly nested inside the "outer" section as shown in the Navigator and section

[Libreoffice-bugs] [Bug 149865] FILEOPEN PPTX: table lacks border (outer right edge)

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149865 --- Comment #1 from Gerald Pfeifer --- Created attachment 181123 --> https://bugs.documentfoundation.org/attachment.cgi?id=181123=edit Visual comparison LibreOffice vs Office 365 -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 --- Comment #2 from Mike Kaganski --- (In reply to ajlittoz from comment #0) > Unfortunately, there is no way to add a subdoc inside a section (the Master > view in the Navigator only lists a sequence of subdocs, text and indexes >

[Libreoffice-bugs] [Bug 145509] [META] Bugs Related to Liborcus

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145509 Timur changed: What|Removed |Added Depends on||149771 Referenced Bugs:

[Libreoffice-bugs] [Bug 149864] There is a wrong translation of numbering style when using "First, Second, Third, ..." in Czech language

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149864 --- Comment #3 from Mike Kaganski --- Also: using https://numbertext.github.io/Soros.html, you may load "cs" into the editor, and play with the data - possibly to come with a fix (like this one for Russian:

[Libreoffice-bugs] [Bug 145509] [META] Bugs Related to Liborcus

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145509 Timur changed: What|Removed |Added Depends on||108560 Referenced Bugs:

[Libreoffice-bugs] [Bug 149849] LibreOffice Writer crashes and aborts when scrolling a simple document

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149849 Xisco Faulí changed: What|Removed |Added CC||xiscofa...@libreoffice.org

[Libreoffice-bugs] [Bug 119840] FILEOPEN DOCX: Long file open and post-processing time after file open

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119840 --- Comment #12 from Michael Meeks --- Created attachment 181124 --> https://bugs.documentfoundation.org/attachment.cgi?id=181124=edit document load profile -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136054] Border line width isn't reset in page style dialog after pressing reset

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136054 Andreas Heinisch changed: What|Removed |Added Status|ASSIGNED|NEW

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 --- Comment #9 from ajlittoz --- (In reply to Mike Kaganski from comment #7) > Created attachment 181121 [details] > How I created that I see now that a sub-document is "just" a special kind of section (and the UI -- Navigator Master

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 --- Comment #6 from Mike Kaganski --- Created attachment 181120 --> https://bugs.documentfoundation.org/attachment.cgi?id=181120=edit Master + subdocuments -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137544] Opening complex electric PDF drawing is very slow with high CPU in Linux

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137544 --- Comment #22 from Commit Notification --- Noel Grandin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/db63000ea7805ddd762521a7cf39de203dbe6c3f tdf#137544 reduce

[Libreoffice-ux-advise] [Bug 149859] Exported pdf displays in firefox and acrobat as titled "landscape."

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149859 Heiko Tietze changed: What|Removed |Added CC||libreoffice-ux-advise@lists

[Libreoffice-ux-advise] [Bug 149831] [UI] Navigation order with TAB key in the Sort dialog

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149831 Heiko Tietze changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 149859] Exported pdf displays in firefox and acrobat as titled "landscape."

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149859 Heiko Tietze changed: What|Removed |Added CC||libreoffice-ux-advise@lists

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 Peter Roelofsen changed: What|Removed |Added CC||floris...@gmail.com ---

[Libreoffice-bugs] [Bug 149864] There is a wrong translation of numbering style when using "First, Second, Third, ..." in Czech language

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149864 Mike Kaganski changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 149768] Template Manager dialog too small

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149768 Heiko Tietze changed: What|Removed |Added Summary|template menu box too small |Template Manager dialog too

[Libreoffice-bugs] [Bug 131638] Text cell prompting about incorect formula

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131638 Mike Kaganski changed: What|Removed |Added Hardware|x86-64 (AMD64) |All OS|Windows

[Libreoffice-bugs] [Bug 148966] FILEOPEN PPTX: extra paragraph after some 2-line text with link

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148966 Andras Timar changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |gulsah.k...@collabora.com

[Libreoffice-bugs] [Bug 149865] New: FILEOPEN PPTX: table lacks border (outer right edge)

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149865 Bug ID: 149865 Summary: FILEOPEN PPTX: table lacks border (outer right edge) Product: LibreOffice Version: 7.4.0.0 beta1+ Hardware: All OS: All Status:

[Libreoffice-bugs] [Bug 132144] Contents of Position and Size Sidebar deck get cut off when switching between shapes

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132144 Michael Meeks changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from

[Libreoffice-bugs] [Bug 149858] New formula object is not displayed properly in window mode

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149858 --- Comment #1 from d00m3d@gmail.com --- Created attachment 181114 --> https://bugs.documentfoundation.org/attachment.cgi?id=181114=edit Formula object display correctly in full screen mode -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 149863] INFORMATION REQUEST: section extent

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149863 --- Comment #3 from ajlittoz --- (In reply to Mike Kaganski from comment #2) > I tried to create a section in a master document, then inside it, create > other sections, and link each of those inner sections to external documents. > That

[Libreoffice-bugs] [Bug 145509] [META] Bugs Related to Liborcus

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145509 Timur changed: What|Removed |Added Depends on||147842 Referenced Bugs:

[Libreoffice-bugs] [Bug 141174] HANG: Select all and deleting sheet with revisions

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141174 Timur changed: What|Removed |Added CC||d...@nadler.com --- Comment #6 from

[Libreoffice-bugs] [Bug 149862] New: assignment writing service australia

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149862 Bug ID: 149862 Summary: assignment writing service australia Product: LibreOffice Version: unspecified Hardware: All OS: All Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 149823] Scrolling on properties pane causes to change value unintentionally

2022-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149823 Heiko Tietze changed: What|Removed |Added Severity|minor |normal Ever confirmed|0

  1   2   3   >