[Libreoffice-bugs] [Bug 135926] The ‘Format Page’ menu option has gone missing in Writer!!!!!!

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135926

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135919] Crash on selection of subsubform during form edit

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135919

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #2 from Robert Großkopf  ---
Tested this behavior with LO 6.4.6.2 on OpenSUSE 15.1 64bit rpm Linux. Couldn't
confirm the bug.

You are using LO_Version from Ubuntu. Please try to install a version from
LibreOffice directly and try to reproduce the behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135923] Difference between docx in word and libre.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135923

himajin100...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135923] Difference between docx in word and libre.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135923

--- Comment #8 from himajin100...@gmail.com ---
(In reply to BogdanB from comment #5)
> Himajin, please test with 7.1 alpha.
> Something about this have changed.

still reproducible with

Version: 7.1.0.0.alpha0+ (x64)
Build ID: e69fafe1873e4afbe739f21f7a82a069cf7eb5b2
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135352] Report Builder does not provide correct Text and/or Spreadsheet result-set

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135352

Robert Großkopf  changed:

   What|Removed |Added

 CC|rob...@familiegrosskopf.de  |

--- Comment #7 from Robert Großkopf  ---
@Dreamquartz: Seems there are too much differences between us how the
ReportBuilder could/should work. I will remove me from the CC of this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135923] Difference between docx in word and libre.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135923

himajin100...@gmail.com changed:

   What|Removed |Added

 Attachment #164473|0   |1
is obsolete||

--- Comment #7 from himajin100...@gmail.com ---
Created attachment 164481
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164481=edit
screenshot from word 2016

Now I found the way to hide the borders

[Word 2016]File->Options->Advanced
uncheck the [Show text boundaries]

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-08-19 Thread Mike Kaganski (via logerrit)
 drawinglayer/source/processor2d/vclprocessor2d.cxx |   23 ++---
 1 file changed, 7 insertions(+), 16 deletions(-)

New commits:
commit 5bf71c698fb1d0a4c36aae86a01d0a99223c9d7a
Author: Mike Kaganski 
AuthorDate: Thu Aug 20 00:06:18 2020 +0200
Commit: Mike Kaganski 
CommitDate: Thu Aug 20 07:18:25 2020 +0200

Deduplicate some code

Change-Id: I37c492adef30db748eaa975247d386dcd953257b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100949
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index 3aa7d0262b98..148017cc2408 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -790,22 +790,13 @@ void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive
 if (!basegfx::utils::isRectangle(aMask))
 {
 // draw mask
-if (getOptionsDrawinglayer().IsAntiAliasing())
-{
-// with AA, use 8bit AlphaMask to get nice borders
-VirtualDevice& rTransparence = aBufferDevice.getTransparence();
-rTransparence.SetLineColor();
-rTransparence.SetFillColor(COL_BLACK);
-rTransparence.DrawPolyPolygon(aMask);
-}
-else
-{
-// No AA, use 1bit mask
-VirtualDevice& rMask = aBufferDevice.getMask();
-rMask.SetLineColor();
-rMask.SetFillColor(COL_BLACK);
-rMask.DrawPolyPolygon(aMask);
-}
+// with AA, use 8bit AlphaMask to get nice borders; no AA -> use 1bit 
mask
+VirtualDevice& rMask = getOptionsDrawinglayer().IsAntiAliasing()
+   ? aBufferDevice.getTransparence()
+   : aBufferDevice.getMask();
+rMask.SetLineColor();
+rMask.SetFillColor(COL_BLACK);
+rMask.DrawPolyPolygon(aMask);
 }
 
 // dump buffer to outdev
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135352] Report Builder does not provide correct Text and/or Spreadsheet result-set

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135352

--- Comment #6 from Dreamquartz  ---
@Robert

Please confirm the latest information provided in relation to this bug, and
indicate how to move forward,

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99112] restore down can not remember previous window size and position

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99112

--- Comment #8 from jollyt...@freemail.hu ---
After upgrading Debian 9 to Debian 10 on AMD64 I have the same bug.
LibreOffice version used (as in Debian10 repository) is:
Version: 6.1.5.2
Build ID: 1:6.1.5-3+deb10u6
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; 
Locale: en-GB (en_US.UTF-8); Calc: group threaded

Tested in Calc and Writer. If at exit the window is in restored state/size
(i.e. custom size) then the next load is OK. If the window is maximized when
exit, the next load is also maximized (so-far OK). But when the freshly opened
maximized window is changed to custom size, the custom size is not the last
size, but something small in the upper left side of the screen.

So it seems that when it exits, if the window is maximized, it does not save or
does not save correctly the custom size (what it knows well, while running,
i.e. switching between custom size and maximized works well until exit).

In earlier version I did not have this. Since the original bug is from 2016, it
seems that it came back with the new Office.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - icon-themes/karasa_jaga icon-themes/karasa_jaga_svg

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/lc_linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/sc_linenumberingdialog.svg|2 +-
 12 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 42dbadabaf2164bf7f06811525b89f7ac0267489
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 06:01:51 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 06:02:49 2020 +0200

KJ: Update Line Numbering icons

Change-Id: Ia04b0f2b7703172f2557e24bb1fb63cfa566c91b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101053
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png
index c0a40a05ed38..1cc6f412eed6 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png
index b4cf282b7830..cc8481af287a 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png
index 541e03704538..9bce9bda41e5 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png
index 18967b40e2ec..bca545c56639 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png
index 8d77b03249a2..e265f7d6742b 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png
index 0ceb15fc1e55..49bdb065819c 100644
Binary files a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
index 54958aaf983b..582c22bcf41d 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
index 283ab3d8aca9..5a4a8370c0a9 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;><
 path d="m76.00017 972.36227h52v78.3h-52z" fill="#4d4d4d"/>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
index 963df9a10f2e..439903cbb714 100644
--- a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - icon-themes/karasa_jaga icon-themes/karasa_jaga_svg

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/lc_linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/sc_linenumberingdialog.svg|2 +-
 12 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 6da1f442884b01d91277a80c1585914f0cb9415f
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 06:01:51 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 05:47:35 2020 +0200

KJ: Update Line Numbering icons

Change-Id: Ia04b0f2b7703172f2557e24bb1fb63cfa566c91b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101054
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png
index c0a40a05ed38..1cc6f412eed6 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png
index b4cf282b7830..cc8481af287a 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png
index 541e03704538..9bce9bda41e5 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png
index 18967b40e2ec..bca545c56639 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png
index 8d77b03249a2..e265f7d6742b 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png
index 0ceb15fc1e55..49bdb065819c 100644
Binary files a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
index 54958aaf983b..582c22bcf41d 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
index 283ab3d8aca9..5a4a8370c0a9 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;><
 path d="m76.00017 972.36227h52v78.3h-52z" fill="#4d4d4d"/>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
index 963df9a10f2e..439903cbb714 100644
--- a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg

[Libreoffice-bugs] [Bug 135261] UI: Manage changes dialog is resizing for few seconds after every reject/clear formatting button press

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135261

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135890] Chart Properties Dialog broken on some workflows

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135890

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135437] Table goes outside the page when changing column width with adapt table with enabled

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135437

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135776] Calc open and close, and report a problem

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135776

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135476] The image position on insertion rather unpredictable

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135476

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135455] Cannot load document from local storage

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135455

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135475] Scrabbled text on file open caused by image

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135475

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135238] Reject all removes image not included in track changes since 6.3

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135238

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135776] Calc open and close, and report a problem

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135776

--- Comment #6 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135092] Images disappearing from document after saving ODT to DOCX (and showing tracking changes)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135092

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135473] Impress "loading document" is SLOW

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135473

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135453] Table Column size changed when reopening dialog compared to applying

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135453

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135478] Calc changes columns when scrolling down MacOS or touchpad related

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135478

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135257] Track and changes show doesn't show the expected bullets

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135257

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135469] ListBox column on form - Blurry font in popout list from list box column on form in LibreOffice 6.3.5.2

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135469

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130111] A4 quer funktioniert nicht

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130111

--- Comment #4 from QA Administrators  ---
Dear Wilfried Keller,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130111] A4 quer funktioniert nicht

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130111

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129909] If PDF Export is used, the "Print automatically inserted blank pages" setting is automatically disabled, but not enabled again after export

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129909

--- Comment #5 from QA Administrators  ---
Dear bhb127,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129909] If PDF Export is used, the "Print automatically inserted blank pages" setting is automatically disabled, but not enabled again after export

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129909

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126182] Inconsistent size of the spelling window

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126182

--- Comment #4 from QA Administrators  ---
Dear Telesto,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129627] Use soffice docx convert to pdf display style error.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129627

--- Comment #4 from QA Administrators  ---
Dear aven,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129627] Use soffice docx convert to pdf display style error.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129627

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160
Bug 104160 depends on bug 129334, which changed state.

Bug 129334 Summary: LibreOffice applications' UI freezes when moved to second 
monitor, cannot be resized.
https://bugs.documentfoundation.org/show_bug.cgi?id=129334

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125753] No indication that secondary X axis just duplicates primary X axis

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125753

--- Comment #4 from QA Administrators  ---
Dear Cathy Crumbley,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125753] No indication that secondary X axis just duplicates primary X axis

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125753

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126182] Inconsistent size of the spelling window

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126182

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129334] LibreOffice applications' UI freezes when moved to second monitor, cannot be resized.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129334

--- Comment #7 from QA Administrators  ---
Dear perryzande+bugzilla,

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 order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130826] Cannot save Presentation document

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130826

--- Comment #4 from QA Administrators  ---
Dear Andrea Casalotti,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129334] LibreOffice applications' UI freezes when moved to second monitor, cannot be resized.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129334

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129335] Sometimes the Paragraph spacing changes from Centimetres to lines

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129335

--- Comment #12 from QA Administrators  ---
Dear Karos,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111478] fileopen .doc displays garbage

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111478

--- Comment #4 from QA Administrators  ---
Dear krishna [:kr1shna],

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109517] Not moving freeze pane inserting a new sheet in a Excel 97 file in hidden mode.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109517

--- Comment #8 from QA Administrators  ---
Dear Luis,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 128906] table within a frame issues

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128906

--- Comment #6 from QA Administrators  ---
Dear ken graebe,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135923] Difference between docx in word and libre.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135923

--- Comment #6 from himajin100...@gmail.com ---
1. I was already using nightlies. (but to be sure, I'm now downloading the
latest build)
2. Let me withdraw my statement that it is ruby-related. "r" was for runs, not
rubies.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123370] [META] "Expression is faulty" regressions

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123370
Bug 123370 depends on bug 123389, which changed state.

Bug 123389 Summary: FILEOPEN DOCX ROUND table formula is not working in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=123389

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112969] [META] DOCX (OOXML) field-related issues

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112969
Bug 112969 depends on bug 123389, which changed state.

Bug 123389 Summary: FILEOPEN DOCX ROUND table formula is not working in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=123389

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: helpcontent2

2020-08-19 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c09ba9df863112a349cd8238aa9e0882c6f7e6e
Author: Olivier Hallot 
AuthorDate: Wed Aug 19 22:54:57 2020 -0300
Commit: Gerrit Code Review 
CommitDate: Thu Aug 20 03:54:57 2020 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 98dbecc36765a4e82574db6e433ece4e8a5008d0
  - Add Calc XML source screenshot

Change-Id: Ie39d4933a568e511b243b54a1801db869b2f74f2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101035
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index e533cf2da5ca..98dbecc36765 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit e533cf2da5ca5ee26b8bd9fd5eed002509309970
+Subproject commit 98dbecc36765a4e82574db6e433ece4e8a5008d0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: AllLangHelp_shared.mk AllLangPackage_html_media_lang.mk source/media source/text

2020-08-19 Thread Olivier Hallot (via logerrit)
 AllLangHelp_shared.mk  
   |1 
 AllLangPackage_html_media_lang.mk  
   |1 
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/af/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/am/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ar/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/as/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ast/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/be/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/bg/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/bn-IN/XMLSourceDialog.png
   |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/bn/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/bo/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/br/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/brx/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/bs/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ca-valencia/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ca/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/cs/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/cy/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/da/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/de/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/dgo/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/dsb/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/dz/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/el/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/en-GB/XMLSourceDialog.png
   |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/en-ZA/XMLSourceDialog.png
   |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/eo/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/es/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/et/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/eu/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/fa/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/fi/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/fr/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/fy/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ga/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/gd/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/gl/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/gu/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/gug/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/he/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/hi/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/hr/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/hsb/XMLSourceDialog.png
 |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/hu/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/id/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/is/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/it/XMLSourceDialog.png
  |binary
 
source/media/screenshots/modules/scalc/ui/xmlsourcedialog/ja/XMLSourceDialog.png
  |binary
 

[Libreoffice-bugs] [Bug 135776] Calc open and close, and report a problem

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135776

--- Comment #5 from Rafael D  ---
Created attachment 164480
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164480=edit
Screenshot 7.0.0

With libreoffcie 7.1.0 everything works right, but with libreoffice 7.0.0 only
calc do not work, the other app like writer or draw works right

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135776] Calc open and close, and report a problem

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135776

--- Comment #4 from Rafael D  ---
Created attachment 164479
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164479=edit
Screenshot 7.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107139] [META] Breeze icons

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107139
Bug 107139 depends on bug 135931, which changed state.

Bug 135931 Summary: Breeze: Missing icons for Line Numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=135931

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/breeze/cmd/32/ar/linenumberingdialog.png  |binary
 icon-themes/breeze/cmd/32/linenumberingdialog.png |binary
 icon-themes/breeze/cmd/ar/lc_linenumberingdialog.png  |binary
 icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png  |binary
 icon-themes/breeze/cmd/lc_linenumberingdialog.png |binary
 icon-themes/breeze/cmd/sc_linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/32/ar/linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/32/linenumberingdialog.png|binary
 icon-themes/breeze_dark/cmd/ar/lc_linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/lc_linenumberingdialog.png|binary
 icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png|binary
 icon-themes/breeze_dark_svg/cmd/32/ar/linenumberingdialog.svg |2 +-
 icon-themes/breeze_dark_svg/cmd/32/linenumberingdialog.svg|2 +-
 icon-themes/breeze_dark_svg/cmd/ar/lc_linenumberingdialog.svg |2 +-
 icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_dark_svg/cmd/lc_linenumberingdialog.svg|2 +-
 icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg|1 +
 icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg |2 +-
 icon-themes/breeze_svg/cmd/32/ar/linenumberingdialog.svg  |2 +-
 icon-themes/breeze_svg/cmd/32/linenumberingdialog.svg |2 +-
 icon-themes/breeze_svg/cmd/ar/lc_linenumberingdialog.svg  |2 +-
 icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg  |1 +
 icon-themes/breeze_svg/cmd/lc_linenumberingdialog.svg |2 +-
 icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_svg/cmd/sc_showsinglepage.svg  |2 +-
 26 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 7f9a661f14c9af4a12591d0fd7e712fb1a4ee59a
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 05:59:03 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 03:24:05 2020 +0200

tdf#135931 Breeze Line Numbering icons

Change-Id: Ie7ff70c83135ed6bf0c1bcdaea31796518f5632c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101051
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/breeze/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/breeze/cmd/32/ar/linenumberingdialog.png
index 999a2a2da775..c5198ecce2af 100644
Binary files a/icon-themes/breeze/cmd/32/ar/linenumberingdialog.png and 
b/icon-themes/breeze/cmd/32/ar/linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/32/linenumberingdialog.png 
b/icon-themes/breeze/cmd/32/linenumberingdialog.png
index f0bc5e2e061c..9ed7964d8190 100644
Binary files a/icon-themes/breeze/cmd/32/linenumberingdialog.png and 
b/icon-themes/breeze/cmd/32/linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/ar/lc_linenumberingdialog.png
index bbae1bcf3be1..5d7947587caa 100644
Binary files a/icon-themes/breeze/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/breeze/cmd/ar/lc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png
new file mode 100644
index ..6a40c2e58bd3
Binary files /dev/null and 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/lc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/lc_linenumberingdialog.png
index 95369f9d19c9..62d262179a95 100644
Binary files a/icon-themes/breeze/cmd/lc_linenumberingdialog.png and 
b/icon-themes/breeze/cmd/lc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/sc_linenumberingdialog.png
new file mode 100644
index ..dfd45c64fff3
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
differ
diff --git a/icon-themes/breeze_dark/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/32/ar/linenumberingdialog.png
index 0f5e6b68bab8..1cc0c700229a 100644
Binary files a/icon-themes/breeze_dark/cmd/32/ar/linenumberingdialog.png and 
b/icon-themes/breeze_dark/cmd/32/ar/linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/32/linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/32/linenumberingdialog.png
index 87dcea3d8f33..73309a216dd9 100644
Binary files a/icon-themes/breeze_dark/cmd/32/linenumberingdialog.png and 
b/icon-themes/breeze_dark/cmd/32/linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/ar/lc_linenumberingdialog.png
index 487da34e6ce0..df4a94de0d0b 100644
Binary files a/icon-themes/breeze_dark/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/breeze_dark/cmd/ar/lc_linenumberingdialog.png differ
diff --git 

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

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png  |binary
 icon-themes/breeze/cmd/sc_linenumberingdialog.png |binary
 icon-themes/breeze/cmd/sc_showsinglepage.png  |binary
 icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png|binary
 icon-themes/breeze_dark/cmd/sc_showsinglepage.png |binary
 icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg|1 +
 icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg |2 +-
 icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg  |1 +
 icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_svg/cmd/sc_showsinglepage.svg  |2 +-
 12 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 49a3dc1d37c9620b4887f126f60af177ff5e6228
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 05:59:03 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 03:19:18 2020 +0200

tdf#135931 Breeze Line Numbering icons

Change-Id: Ie7ff70c83135ed6bf0c1bcdaea31796518f5632c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101050
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png
new file mode 100644
index ..6a40c2e58bd3
Binary files /dev/null and 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/sc_linenumberingdialog.png
new file mode 100644
index ..dfd45c64fff3
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
differ
diff --git a/icon-themes/breeze/cmd/sc_showsinglepage.png 
b/icon-themes/breeze/cmd/sc_showsinglepage.png
index dfd45c64fff3..c05c32f25798 100644
Binary files a/icon-themes/breeze/cmd/sc_showsinglepage.png and 
b/icon-themes/breeze/cmd/sc_showsinglepage.png differ
diff --git a/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png
new file mode 100644
index ..cb5525a9e967
Binary files /dev/null and 
b/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png
new file mode 100644
index ..745002025666
Binary files /dev/null and 
b/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_showsinglepage.png 
b/icon-themes/breeze_dark/cmd/sc_showsinglepage.png
index 745002025666..32a58f69585b 100644
Binary files a/icon-themes/breeze_dark/cmd/sc_showsinglepage.png and 
b/icon-themes/breeze_dark/cmd/sc_showsinglepage.png differ
diff --git a/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg
new file mode 100644
index ..aa34b061d10f
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg 
b/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg
new file mode 100644
index ..8d23c4a28b2c
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg 
b/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
index 8d23c4a28b2c..c322c3df4476 100644
--- a/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
+++ b/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg
new file mode 100644
index ..5635dbee8919
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg 
b/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg
new file mode 100644
index ..80a054a6365a
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg 
b/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg
index 80a054a6365a..c1322b0d0f44 100644
--- a/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg
+++ 

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

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png  |binary
 icon-themes/breeze/cmd/sc_linenumberingdialog.png |binary
 icon-themes/breeze/cmd/sc_showsinglepage.png  |binary
 icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png|binary
 icon-themes/breeze_dark/cmd/sc_showsinglepage.png |binary
 icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg|1 +
 icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg |2 +-
 icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg  |1 +
 icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg |1 +
 icon-themes/breeze_svg/cmd/sc_showsinglepage.svg  |2 +-
 12 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 917a7a5120c24dc6072ad4685fa194bf2ba173bd
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 05:59:03 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 03:09:49 2020 +0200

tdf#135931 Breeze Line Numbering icons

Change-Id: Ie7ff70c83135ed6bf0c1bcdaea31796518f5632c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101032
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png
new file mode 100644
index ..6a40c2e58bd3
Binary files /dev/null and 
b/icon-themes/breeze/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
b/icon-themes/breeze/cmd/sc_linenumberingdialog.png
new file mode 100644
index ..dfd45c64fff3
Binary files /dev/null and b/icon-themes/breeze/cmd/sc_linenumberingdialog.png 
differ
diff --git a/icon-themes/breeze/cmd/sc_showsinglepage.png 
b/icon-themes/breeze/cmd/sc_showsinglepage.png
index dfd45c64fff3..c05c32f25798 100644
Binary files a/icon-themes/breeze/cmd/sc_showsinglepage.png and 
b/icon-themes/breeze/cmd/sc_showsinglepage.png differ
diff --git a/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png
new file mode 100644
index ..cb5525a9e967
Binary files /dev/null and 
b/icon-themes/breeze_dark/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png 
b/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png
new file mode 100644
index ..745002025666
Binary files /dev/null and 
b/icon-themes/breeze_dark/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/breeze_dark/cmd/sc_showsinglepage.png 
b/icon-themes/breeze_dark/cmd/sc_showsinglepage.png
index 745002025666..32a58f69585b 100644
Binary files a/icon-themes/breeze_dark/cmd/sc_showsinglepage.png and 
b/icon-themes/breeze_dark/cmd/sc_showsinglepage.png differ
diff --git a/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg
new file mode 100644
index ..aa34b061d10f
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/cmd/ar/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg 
b/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg
new file mode 100644
index ..8d23c4a28b2c
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/cmd/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg 
b/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
index 8d23c4a28b2c..c322c3df4476 100644
--- a/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
+++ b/icon-themes/breeze_dark_svg/cmd/sc_showsinglepage.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg
new file mode 100644
index ..5635dbee8919
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/ar/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg 
b/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg
new file mode 100644
index ..80a054a6365a
--- /dev/null
+++ b/icon-themes/breeze_svg/cmd/sc_linenumberingdialog.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>/gt;
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg 
b/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg
index 80a054a6365a..c1322b0d0f44 100644
--- a/icon-themes/breeze_svg/cmd/sc_showsinglepage.svg
+++ 

[Libreoffice-commits] core.git: icon-themes/karasa_jaga icon-themes/karasa_jaga_svg

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png|binary
 icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg |2 +-
 icon-themes/karasa_jaga_svg/cmd/lc_linenumberingdialog.svg|2 +-
 icon-themes/karasa_jaga_svg/cmd/sc_linenumberingdialog.svg|2 +-
 12 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0ff2af017a965070d7307e66a5a2fc4144f1414b
Author: Rizal Muttaqin 
AuthorDate: Thu Aug 20 06:01:51 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 03:09:28 2020 +0200

KJ: Update Line Numbering icons

Change-Id: Ia04b0f2b7703172f2557e24bb1fb63cfa566c91b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101033
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png
index c0a40a05ed38..1cc6f412eed6 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/ar/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png
index b4cf282b7830..cc8481af287a 100644
Binary files a/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/32/linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png
index 541e03704538..9bce9bda41e5 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png
index 18967b40e2ec..bca545c56639 100644
Binary files a/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png
index 8d77b03249a2..e265f7d6742b 100644
Binary files a/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/lc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png
index 0ceb15fc1e55..49bdb065819c 100644
Binary files a/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png and 
b/icon-themes/karasa_jaga/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
index 54958aaf983b..582c22bcf41d 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/ar/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
index 283ab3d8aca9..5a4a8370c0a9 100644
--- a/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/32/linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;><
 path d="m76.00017 972.36227h52v78.3h-52z" fill="#4d4d4d"/>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
index 963df9a10f2e..439903cbb714 100644
--- a/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
+++ b/icon-themes/karasa_jaga_svg/cmd/ar/lc_linenumberingdialog.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file
diff --git a/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg 
b/icon-themes/karasa_jaga_svg/cmd/ar/sc_linenumberingdialog.svg

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

2020-08-19 Thread Michael Stahl (via logerrit)
 sw/inc/textboxhelper.hxx|5 +
 sw/source/core/doc/DocumentContentOperationsManager.cxx |6 +-
 sw/source/core/doc/textboxhelper.cxx|   16 +---
 sw/source/core/undo/undobj1.cxx |1 +
 4 files changed, 4 insertions(+), 24 deletions(-)

New commits:
commit 9ae30972319a046d0b8176e3f0bc85f8ae976c93
Author: Michael Stahl 
AuthorDate: Wed Aug 19 16:44:09 2020 +0200
Commit: Thorsten Behrens 
CommitDate: Thu Aug 20 02:48:19 2020 +0200

tdf#135412 tdf#135888 sw: fix copying of linked text-boxes

The resetLink()/restoreLinks() were added in commit
00a007be5ad88bac9905b373bc5e02d02acab11a because testMissingPath
missing-path.docx was crashing.

But then 0bcc5b3daebeb2a7d2b5ba132af4745cc6c78cd0 refactored how linking
works and introduced the isTextBox function, which is called in the
middle of DocumentContentOperationsManager::CopyFlyInFlyImpl() after
resetLink(), and this now always returns false, the same for another
call inside CopyLayoutFormat() (when called from CopyFlyInFlyImpl()),
which causes text-boxes to be copied to 2 separate flys (tdf#135888).

The problem in tdf#135412 is that somehow when called from
SwFEShell::Paste() the content-index from the clipboard document ends up
in the SwDrawFrameFormat that is created in the target document,
and this causes crash in Undo because the node index is out of bounds.

 10 SwUndoInsLayFormat::UndoImpl (this=0x7c2a760, rContext=...) at 
sw/source/core/undo/undobj1.cxx:310
(rr) p rContent.GetContentIdx()->GetNode().GetDoc()->IsClipBoard()
(rr) $29 = true

It turns out that missing-path.docx doesn't crash any more without
resetLink(), and removing it fixes the 2 bugs.

Change-Id: I0c6c91a42e00b9f3b79b774c814e7323f2bb3e05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101004
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 10ae7ba661dff57a7d08174792565ec5e33fae9b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101015
Reviewed-by: Thorsten Behrens 

diff --git a/sw/inc/textboxhelper.hxx b/sw/inc/textboxhelper.hxx
index db565c2e8915..746a5e90b356 100644
--- a/sw/inc/textboxhelper.hxx
+++ b/sw/inc/textboxhelper.hxx
@@ -120,12 +120,9 @@ public:
 /// Saves the current shape -> textbox links in a map, so they can be 
restored later.
 static void saveLinks(const SwFrameFormats& rFormats,
   std::map& rLinks);
-/// Reset the shape -> textbox link on the shape, and save it to the map, 
so it can be restored later.
-static void resetLink(SwFrameFormat* pShape,
-  std::map& 
rOldContent);
 /// Undo the effect of saveLinks() + individual resetLink() calls.
 static void restoreLinks(std::set& rOld, 
std::vector& rNew,
- SavedLink& rSavedLinks, SavedContent& 
rResetContent);
+ SavedLink& rSavedLinks);
 };
 
 #endif // INCLUDED_SW_INC_TEXTBOXHELPER_HXX
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx 
b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 520326476bad..ecd43d62dbbd 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -3590,7 +3590,6 @@ void DocumentContentOperationsManager::CopyFlyInFlyImpl(
 
 SwTextBoxHelper::SavedLink aOldTextBoxes;
 SwTextBoxHelper::saveLinks(*m_rDoc.GetSpzFrameFormats(), aOldTextBoxes);
-SwTextBoxHelper::SavedContent aOldContent;
 
 for ( size_t n = 0; n < nArrLen; ++n )
 {
@@ -3657,9 +3656,6 @@ void DocumentContentOperationsManager::CopyFlyInFlyImpl(
 }
 if( bAdd )
 {
-// Make sure draw formats don't refer to content, so that such
-// content can be removed without problems.
-SwTextBoxHelper::resetLink(pFormat, aOldContent);
 aSet.insert( ZSortFly( pFormat, pAnchor, nArrLen + aSet.size() ));
 }
 }
@@ -3829,7 +3825,7 @@ void DocumentContentOperationsManager::CopyFlyInFlyImpl(
 // Re-create content property of draw formats, knowing how old shapes
 // were paired with old fly formats (aOldTextBoxes) and that aSet is
 // parallel with aVecSwFrameFormat.
-SwTextBoxHelper::restoreLinks(aSet, aVecSwFrameFormat, aOldTextBoxes, 
aOldContent);
+SwTextBoxHelper::restoreLinks(aSet, aVecSwFrameFormat, aOldTextBoxes);
 }
 }
 
diff --git a/sw/source/core/doc/textboxhelper.cxx 
b/sw/source/core/doc/textboxhelper.cxx
index ae7084605e4c..9a2cc95dc0d7 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -653,19 +653,8 @@ void SwTextBoxHelper::saveLinks(const SwFrameFormats& 
rFormats,
 }
 }
 
-void SwTextBoxHelper::resetLink(SwFrameFormat* pShape,
-  

[Libreoffice-bugs] [Bug 135933] New: [Feature request] Add an option to adjust sentence and word spacing automatically.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135933

Bug ID: 135933
   Summary: [Feature request] Add an option to adjust sentence and
word spacing automatically.
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: es...@ieee.org

When pasting a word or sentence, the paste occurs at the cursor location. This
is generally at the end of, or the beginning of, a word. An extra step is
require to insert the space that should have/could have been added
automatically, as happens in MS Word. It's little things like this that can,
over time, become so annoying that some might abandon LO in favor of Word (with
all of its negatives.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135740] tab characters are no longer displayed after upgrading from 6.2

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135740

--- Comment #10 from Mike Blumenkrantz  ---
Should I be reporting this downstream to Fedora, or is this likely to somehow
be a local issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109409] TEXTJOIN and CONCAT handle array/matrix column-wise instead of row-wise

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109409

--- Comment #16 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ff3955db7161b8644699d7a0128ec4a6e7e525ec

Resolves: tdf#109409 TEXTJOIN() CONCAT() handle array/matrix row-wise

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109409] TEXTJOIN and CONCAT handle array/matrix column-wise instead of row-wise

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109409

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-08-19 Thread Eike Rathke (via logerrit)
 sc/source/core/tool/interpr8.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ff3955db7161b8644699d7a0128ec4a6e7e525ec
Author: Eike Rathke 
AuthorDate: Thu Aug 20 01:12:05 2020 +0200
Commit: Eike Rathke 
CommitDate: Thu Aug 20 02:14:40 2020 +0200

Resolves: tdf#109409 TEXTJOIN() CONCAT() handle array/matrix row-wise

... like references, instead of column-wise.

Change-Id: If3ada9b197dd15c95b0da50464c70844fb7685ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101034
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 95580dde72db..1ab5a79aee30 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -1474,9 +1474,9 @@ void ScInterpreter::ScConcat_MS()
 SetError(FormulaError::IllegalArgument);
 else
 {
-for ( SCSIZE j = 0; j < nC; j++ )
+for (SCSIZE k = 0; k < nR; ++k)
 {
-for (SCSIZE k = 0; k < nR; k++ )
+for (SCSIZE j = 0; j < nC; ++j)
 {
 if ( pMat->IsStringOrEmpty( j, k ) )
 {
@@ -1603,9 +1603,9 @@ void ScInterpreter::ScTextJoin_MS()
 SetError(FormulaError::IllegalArgument);
 else
 {
-for ( SCSIZE j = 0; j < nC; j++ )
+for (SCSIZE k = 0; k < nR; ++k)
 {
-for (SCSIZE k = 0; k < nR; k++ )
+for (SCSIZE j = 0; j < nC; ++j)
 {
 if ( !pMat->IsEmpty( j, k ) )
 {
@@ -1783,9 +1783,9 @@ void ScInterpreter::ScTextJoin_MS()
 else
 {
 OUString aStr;
-for ( SCSIZE j = 0; j < nC; j++ )
+for (SCSIZE k = 0; k < nR; ++k)
 {
-for (SCSIZE k = 0; k < nR; k++ )
+for (SCSIZE j = 0; j < nC; ++j)
 {
 if ( !pMat->IsEmpty( j, k ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135932] New: Open File option in front screen does nothing

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135932

Bug ID: 135932
   Summary: Open File option in front screen does nothing
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: es...@ieee.org

Description:
On first launch of new version, clicking the "Open File" icon did nothing. It
worked after restarting the app.

Steps to Reproduce:
1.Install version 7 over version 6
2.Launch
3.Click "Open File"

Actual Results:
nothing happens

Expected Results:
fileOpen dialog appears


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: StartModule
[Information guessed from browser]
OS: Mac OS X (All)
OS is 64bit: yes

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109409] TEXTJOIN and CONCAT handle array/matrix column-wise instead of row-wise

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109409

Eike Rathke  changed:

   What|Removed |Added

Summary|TEXTJOIN and CONCAT ignore  |TEXTJOIN and CONCAT handle
   |transposition of arrays |array/matrix column-wise
   |passed to them  |instead of row-wise

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135931] Breeze: Missing icons for Line Numbering

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135931

Rizal Muttaqin  changed:

   What|Removed |Added

 Blocks||107139
   Assignee|libreoffice-b...@lists.free |riz_17_...@yahoo.co.id
   |desktop.org |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107139
[Bug 107139] [META] Breeze icons
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107139] [META] Breeze icons

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107139

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||135931


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135931
[Bug 135931] Breeze: Missing icons for Line Numbering
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135931] New: Breeze: Missing icons for Line Numbering

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135931

Bug ID: 135931
   Summary: Breeze: Missing icons for Line Numbering
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riz_17_...@yahoo.co.id

Created attachment 164478
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164478=edit
Fallbacked Line Numbering icons with Breeze theme

Step to reproduce:

1. Make sure icon theme is Breeze (Tools > Options > LibreOffice > View. Icon
Style)
2. Open Writer, enable Tabbed UI (View > User Interface > Tabbed)
3. Go to Layout tab, the Line Numbering icon still fallbacked to Colibre

Expected result:

Breeze has its own icon

Observed result:

Breeze fallbacked to Colibre

Version: 7.1.0.0.alpha0+
Build ID: 
CPU threads: 4; OS: Linux 4.20; UI render: default; VCL: kf5
Locale: id-ID (id_ID.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-14_21:47:14
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_dark_svg icon-themes/sifr_svg

2020-08-19 Thread Rizal Muttaqin (via logerrit)
 icon-themes/sifr/cmd/32/ar/linenumberingdialog.png  |binary
 icon-themes/sifr/cmd/32/linenumberingdialog.png |binary
 icon-themes/sifr/cmd/ar/lc_linenumberingdialog.png  |binary
 icon-themes/sifr/cmd/ar/sc_linenumberingdialog.png  |binary
 icon-themes/sifr/cmd/lc_linenumberingdialog.png |binary
 icon-themes/sifr/cmd/sc_linenumberingdialog.png |binary
 icon-themes/sifr/links.txt  |6 +++---
 icon-themes/sifr_dark/cmd/32/ar/linenumberingdialog.png |binary
 icon-themes/sifr_dark/cmd/32/linenumberingdialog.png|binary
 icon-themes/sifr_dark/cmd/ar/lc_linenumberingdialog.png |binary
 icon-themes/sifr_dark/cmd/ar/sc_linenumberingdialog.png |binary
 icon-themes/sifr_dark/cmd/lc_linenumberingdialog.png|binary
 icon-themes/sifr_dark/cmd/sc_linenumberingdialog.png|binary
 icon-themes/sifr_dark/links.txt |6 +++---
 icon-themes/sifr_dark_svg/cmd/32/ar/linenumberingdialog.svg |1 +
 icon-themes/sifr_dark_svg/cmd/32/linenumberingdialog.svg|1 +
 icon-themes/sifr_dark_svg/cmd/ar/lc_linenumberingdialog.svg |2 +-
 icon-themes/sifr_dark_svg/cmd/ar/sc_linenumberingdialog.svg |2 +-
 icon-themes/sifr_dark_svg/cmd/lc_linenumberingdialog.svg|2 +-
 icon-themes/sifr_dark_svg/cmd/sc_linenumberingdialog.svg|2 +-
 icon-themes/sifr_svg/cmd/32/ar/linenumberingdialog.svg  |1 +
 icon-themes/sifr_svg/cmd/32/linenumberingdialog.svg |1 +
 icon-themes/sifr_svg/cmd/ar/lc_linenumberingdialog.svg  |2 +-
 icon-themes/sifr_svg/cmd/ar/sc_linenumberingdialog.svg  |2 +-
 icon-themes/sifr_svg/cmd/lc_linenumberingdialog.svg |2 +-
 icon-themes/sifr_svg/cmd/sc_linenumberingdialog.svg |2 +-
 26 files changed, 18 insertions(+), 14 deletions(-)

New commits:
commit dd946545bec6dc555417459f6db25443f2533d8b
Author: Rizal Muttaqin 
AuthorDate: Tue Aug 18 16:41:33 2020 +0700
Commit: Rizal Muttaqin 
CommitDate: Thu Aug 20 00:36:07 2020 +0200

Sifr: tdf#135872, missing Line Numbering icon

Change-Id: Ic44d598b7f7c66f45dbf1e4e419f6f76e13c7f6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100910
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 
(cherry picked from commit cff430c6ba8a85faaf6e15abd26eceafb493ed9c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100808
(cherry picked from commit da4b25dc11cfa22885ff260a4bdf99ec32f617f9)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100937

diff --git a/icon-themes/sifr/cmd/32/ar/linenumberingdialog.png 
b/icon-themes/sifr/cmd/32/ar/linenumberingdialog.png
new file mode 100644
index ..e13c7689663b
Binary files /dev/null and b/icon-themes/sifr/cmd/32/ar/linenumberingdialog.png 
differ
diff --git a/icon-themes/sifr/cmd/32/linenumberingdialog.png 
b/icon-themes/sifr/cmd/32/linenumberingdialog.png
new file mode 100644
index ..c9609a0e9234
Binary files /dev/null and b/icon-themes/sifr/cmd/32/linenumberingdialog.png 
differ
diff --git a/icon-themes/sifr/cmd/ar/lc_linenumberingdialog.png 
b/icon-themes/sifr/cmd/ar/lc_linenumberingdialog.png
index 1a4e98ba941f..bdc3b598e011 100644
Binary files a/icon-themes/sifr/cmd/ar/lc_linenumberingdialog.png and 
b/icon-themes/sifr/cmd/ar/lc_linenumberingdialog.png differ
diff --git a/icon-themes/sifr/cmd/ar/sc_linenumberingdialog.png 
b/icon-themes/sifr/cmd/ar/sc_linenumberingdialog.png
index 6a9c5aa15f0a..99c3fd666ea0 100644
Binary files a/icon-themes/sifr/cmd/ar/sc_linenumberingdialog.png and 
b/icon-themes/sifr/cmd/ar/sc_linenumberingdialog.png differ
diff --git a/icon-themes/sifr/cmd/lc_linenumberingdialog.png 
b/icon-themes/sifr/cmd/lc_linenumberingdialog.png
index 1f3913772e33..bdf92deeed9f 100644
Binary files a/icon-themes/sifr/cmd/lc_linenumberingdialog.png and 
b/icon-themes/sifr/cmd/lc_linenumberingdialog.png differ
diff --git a/icon-themes/sifr/cmd/sc_linenumberingdialog.png 
b/icon-themes/sifr/cmd/sc_linenumberingdialog.png
index 7d5526fb40c7..91fdd9619175 100644
Binary files a/icon-themes/sifr/cmd/sc_linenumberingdialog.png and 
b/icon-themes/sifr/cmd/sc_linenumberingdialog.png differ
diff --git a/icon-themes/sifr/links.txt b/icon-themes/sifr/links.txt
index 4d8cf94569b3..9e45f065490a 100644
--- a/icon-themes/sifr/links.txt
+++ b/icon-themes/sifr/links.txt
@@ -129,7 +129,7 @@ cmd/32/inserttextframe.png cmd/32/insertframe.png
 cmd/32/inserttimefield.png cmd/32/timefield.png
 cmd/32/inserttimefieldfix.png cmd/32/timefield.png
 cmd/32/insobjctrl.png cmd/32/adddirect.png
-cmd/32/linenumberingdialog.png cmd/32/linenumberdialog.png
+cmd/32/linenumberdialog.png cmd/32/linenumberingdialog.png
 cmd/32/numberingmenu.png cmd/32/outlinebullet.png
 cmd/32/paragraphmenu.png cmd/32/paragraphdialog.png
 cmd/32/shapesmenu.png cmd/32/basicshapes.pentagon.png
@@ -186,7 +186,7 @@ cmd/lc_inserttextframe.png cmd/lc_insertframe.png
 

[Libreoffice-bugs] [Bug 135906] FILESAVE: DOCX with SmartArt roundtripped in Writer fails to open in Word

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135906

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||2368,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||5552,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||5551

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125552] PPTX: FILESAVE: Smartart font type changes after RT

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125552

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||5906

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132368] FILESAVE PPTX: text changes are reproducibly lost (SmartArt)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132368

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||5906

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107548] menu icons always use ImageBigURL

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107548

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-08-19 Thread Maxim Monastirsky (via logerrit)
 framework/source/fwe/classes/addonsoptions.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c87da6596334866499e1aff3959abc025d05f75f
Author: Maxim Monastirsky 
AuthorDate: Wed Aug 19 21:39:44 2020 +0300
Commit: Maxim Monastirsky 
CommitDate: Thu Aug 20 00:19:54 2020 +0200

tdf#107548 Use ImageSmallURL for small icons

Started as a copy-paste error introduced in commit
a2f4aed32257e183339a3513339bc59009c88527 ("fdo#66524 - defer
loading and scaling AddOns images until necessary."), which
was removed later in 9a65df25138750915f9c6e1e1fa09988a2d11434
("coverity#1078526 Logically dead code").

Also, the high contrast properties are no longer supported,
but they still read and were overwriting the big image property.

Change-Id: I005bf5873fe821896c143d8fb513b2f73f05bba1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101028
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/framework/source/fwe/classes/addonsoptions.cxx 
b/framework/source/fwe/classes/addonsoptions.cxx
index faa8ffdc5713..4201a6a5f4f7 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -129,7 +129,7 @@ using namespace ::com::sun::star;
 
 // The following order is mandatory. Please add properties at the end!
 #define PROPERTYCOUNT_IMAGES8
-#define PROPERTYCOUNT_EMBEDDED_IMAGES   4
+#define PROPERTYCOUNT_EMBEDDED_IMAGES   2
 #define OFFSET_IMAGES_SMALL 0
 #define OFFSET_IMAGES_BIG   1
 #define OFFSET_IMAGES_SMALLHC   2
@@ -1642,7 +1642,7 @@ std::unique_ptr 
AddonsOptions_Impl::ReadImageDat
 pEntry->addImage(i == OFFSET_IMAGES_SMALL ? IMGSIZE_SMALL : 
IMGSIZE_BIG, aImage, "");
 }
 }
-else
+else if ( i == OFFSET_IMAGES_SMALL_URL || i == OFFSET_IMAGES_BIG_URL )
 {
 if(!pEntry)
 pEntry.reset(new ImageEntry());
@@ -1653,7 +1653,7 @@ std::unique_ptr 
AddonsOptions_Impl::ReadImageDat
 
 SubstituteVariables( aImageURL );
 
-pEntry->addImage(IMGSIZE_BIG, BitmapEx(), aImageURL);
+pEntry->addImage(i == OFFSET_IMAGES_SMALL_URL ? IMGSIZE_SMALL : 
IMGSIZE_BIG, BitmapEx(), aImageURL);
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-08-19 Thread Maxim Monastirsky (via logerrit)
 sw/uiconfig/swriter/ui/managechangessidebar.ui |4 
 1 file changed, 4 insertions(+)

New commits:
commit e69fafe1873e4afbe739f21f7a82a069cf7eb5b2
Author: Maxim Monastirsky 
AuthorDate: Tue Aug 18 23:32:47 2020 +0300
Commit: Maxim Monastirsky 
CommitDate: Thu Aug 20 00:20:14 2020 +0200

Set a group for radio menu items

Change-Id: If43320e1a19163f998e1e5091a307e40fe9f83f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100964
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/sw/uiconfig/swriter/ui/managechangessidebar.ui 
b/sw/uiconfig/swriter/ui/managechangessidebar.ui
index 5befb6d0488e..b4150936acab 100644
--- a/sw/uiconfig/swriter/ui/managechangessidebar.ui
+++ b/sw/uiconfig/swriter/ui/managechangessidebar.ui
@@ -183,6 +183,7 @@
 False
 Author
 True
+writersort0
   
 
 
@@ -191,6 +192,7 @@
 False
 Date
 True
+writersort0
   
 
 
@@ -199,6 +201,7 @@
 False
 Comment
 True
+writersort0
   
 
 
@@ -207,6 +210,7 @@
 False
 Document Position
 True
+writersort0
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107548] menu icons always use ImageBigURL

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107548

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107548] menu icons always use ImageBigURL

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107548

--- Comment #11 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c87da6596334866499e1aff3959abc025d05f75f

tdf#107548 Use ImageSmallURL for small icons

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122457] Worse text rendering in newer versions of LibreOffice (OpenGL)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122457

--- Comment #25 from Timur  ---
There's no OpenGL anymore. Please retest master 7.1+ with and without Skia.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135910] Transparent objects either possess outlines when none are defined or are completely opaque, depending on export PNG options

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135910

Mike Kaganski  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com,
   ||qui...@gmail.com,
   ||t...@libreoffice.org

--- Comment #9 from Mike Kaganski  ---
The problem is that now, when the painting of objects happens on a clear
transparent vdev, painting the object (e.g. rectangle in case of attachment
164477), happening in two stages (RGB separately, alpha separately), only sees
white background while drawing RGB. AA makes the painting to blend with the
background on edges, which results in the borders of the shape to become light
(and semi-transparent, but the unintended *color* change happens anyway).

I suppose that it should instead somehow see that the pixels it blends with are
completely transparent, and then do not change color, and only apply AA to
transparency. But I don't yet have an idea how to perform that in out weird
separated (RGB / Alpha) graphics.

Thorsten, quikee, Lubos: possibly you have some ideas?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135636] Deleting page break not working, if the cursor is on different page

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135636

raal  changed:

   What|Removed |Added

 CC||ke...@collabora.com

--- Comment #7 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Jan Holesovsky ; Could you possibly take a look at this one?
Thanks

bibisect-linux-64-6.1$
90bda92e580833c804cb8e25f129667964540b11 is the first bad commit
commit 90bda92e580833c804cb8e25f129667964540b11
Author: Jenkins Build User 
Date:   Wed Jan 24 12:29:13 2018 +0100

source sha:c3a085d22742f88e91ff92f319a26d6e8d1d9a98

author  Jan Holesovsky 2018-01-23 18:13:01 +0100
committer   Jan Holesovsky 2018-01-24 11:45:52
+0100
commit  c3a085d22742f88e91ff92f319a26d6e8d1d9a98 (patch)
tree9f84d93e9a2822760b60730e9c6130a31e0302db
parent  3bbf8d0a9b9e36299c889d8252d9a2b068f17ff6 (diff)
lokdialog: Convert the Table -> Properties... to async exec.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135636] Deleting page break not working, if the cursor is on different page

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135636

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135910] Transparent objects either possess outlines when none are defined or are completely opaque, depending on export PNG options

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135910

--- Comment #8 from Mike Kaganski  ---
Created attachment 164477
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164477=edit
Black semi-transparent rectangle on black background

This is a simpler reproducing document.
Exporting it as PNG produces the light frame on black rectangle's borders.
Exporting selection produces a semi-transparent rectangle.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135636] Deleting page break not working, if the cursor is on different page

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135636

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from raal  ---
Confirm with Version: 7.1.0.0.alpha0+
Build ID: ce6c6a5ad6c9dde09bb0bb0c51e16d828cfe0ef7
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135890] Chart Properties Dialog broken on some workflows

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135890

raal  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #3 from raal  ---
Bisected to this commit, but after this this commit is half of the sidebar
completely missing. Probably it was fixed later and this bug is related.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

3401ce61dc5ca6e312b5c37adf86250b6316c94c is the first bad commit
commit 3401ce61dc5ca6e312b5c37adf86250b6316c94c
Author: Jenkins Build User 
Date:   Thu Dec 19 22:50:53 2019 +0100

source sha:e3a002c53a544de02e5119c5b0a2fd4f972156a8

author  Caolán McNamara 2019-12-17 17:27:30 +
committer   Caolán McNamara 2019-12-19 22:07:19
+0100
commit  e3a002c53a544de02e5119c5b0a2fd4f972156a8 (patch)
treed6bd55210bb93fdc2aae2e398b63c3dddeb38326
parent  e994b3fc3b2c9b7d39a715fc4d9453e06434d457 (diff)
get native gtk widgets in sidebars working

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135923] Difference between docx in word and libre.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135923

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #5 from BogdanB  ---
Himajin, please test with 7.1 alpha.
Something about this have changed.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135930] Open with a blank document

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135930

BogdanB  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135930] Open with a blank document

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135930

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #1 from BogdanB  ---
Open LibreOffice. Press Shift+Ctrl+N or go to File - Templates - Manage
Templates - click on Default and right click and Set as default.

Problem solved.

I am waiting for an answer here if you succeded to change that.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] online.git: loleaflet/src

2020-08-19 Thread Szymon Kłos (via logerrit)
 loleaflet/src/layer/tile/CalcTileLayer.js |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 252c9245a68255836173a573554c9dd522790ce6
Author: Szymon Kłos 
AuthorDate: Mon Aug 10 14:43:44 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 22:57:28 2020 +0200

Show availible user avatars in comments in calc

Shows only for users which are present in the session
as oly for them we have available data.

Change-Id: I26b7c7f4358873216dba9fbf69a2608b1bf0803f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100430
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Jan Holesovsky 
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101019
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js 
b/loleaflet/src/layer/tile/CalcTileLayer.js
index 917b08b1d..35eae4c14 100644
--- a/loleaflet/src/layer/tile/CalcTileLayer.js
+++ b/loleaflet/src/layer/tile/CalcTileLayer.js
@@ -884,6 +884,9 @@ L.CalcTileLayer = (L.Browser.mobile ? L.TileLayer : 
L.CanvasTileLayer).extend({
for (var index in values.comments) {
comment = values.comments[index];
comment.tab = parseInt(comment.tab);
+   if (comment.author in 
this._map._viewInfoByUserName) {
+   comment.avatar = 
this._map._viewInfoByUserName[comment.author].userextrainfo.avatar;
+   }
comment.cellPos = 
L.LOUtil.stringToBounds(comment.cellPos);
comment.cellPos = 
L.latLngBounds(this._twipsToLatLng(comment.cellPos.getBottomLeft()),

this._twipsToLatLng(comment.cellPos.getTopRight()));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/src

2020-08-19 Thread Szymon Kłos (via logerrit)
 loleaflet/src/layer/marker/Annotation.js |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7e2929674a772046774ae2825abf72b94353a0e3
Author: Szymon Kłos 
AuthorDate: Thu Aug 13 09:41:05 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 22:52:50 2020 +0200

When avatar fails to load use generic image

Change-Id: I03659a75ed168b15483ef46677eae4989b734933
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100643
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Jan Holesovsky 
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101021
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/loleaflet/src/layer/marker/Annotation.js 
b/loleaflet/src/layer/marker/Annotation.js
index e11665af9..797c2d432 100644
--- a/loleaflet/src/layer/marker/Annotation.js
+++ b/loleaflet/src/layer/marker/Annotation.js
@@ -225,6 +225,7 @@ L.Annotation = L.Layer.extend({
imgAuthor.setAttribute('src', L.LOUtil.getImageURL('user.svg'));
imgAuthor.setAttribute('width', this.options.imgSize.x);
imgAuthor.setAttribute('height', this.options.imgSize.y);
+   imgAuthor.onerror = function () { imgAuthor.setAttribute('src', 
L.LOUtil.getImageURL('user.svg')); };
this._authorAvatarImg = imgAuthor;
this._authorAvatartdImg = tdImg;
this._contentAuthor = L.DomUtil.create(tagDiv, 
'loleaflet-annotation-content-author', tdAuthor);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135930] New: Open with a blank document

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135930

Bug ID: 135930
   Summary: Open with a blank document
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: barbarainmemp...@gmail.com

I'm unable to get rid of a document. When I open Writer, the pictures & texts
are still there instead of a blank document.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2020-08-19 Thread OctopusET (via logerrit)
 extras/source/autocorr/lang/ko/DocumentList.xml |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d622b7c73acac5a8c9dd34818aad1b0d80c00c44
Author: OctopusET 
AuthorDate: Mon Aug 17 17:01:13 2020 +0900
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Aug 19 22:41:04 2020 +0200

tdf#135727 add Korean Autocorrect list

Add Korean Auto Correst list
예뿌 --> 예뻐
예뿌게 -->  예쁘게

Change-Id: I09075fb8b347b048ea26cb6ded0ef3bd774c3264
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100848
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/autocorr/lang/ko/DocumentList.xml 
b/extras/source/autocorr/lang/ko/DocumentList.xml
index f21fa55988c9..e472c1553f1a 100644
--- a/extras/source/autocorr/lang/ko/DocumentList.xml
+++ b/extras/source/autocorr/lang/ko/DocumentList.xml
@@ -2383,4 +2383,6 @@
   
   
   
+  
+  
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109409] TEXTJOIN and CONCAT ignore transposition of arrays passed to them

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109409

--- Comment #15 from Eike Rathke  ---
=TEXTJOIN(",";;TRANSPOSE(A1:B2)) => a1,a2,b1,b2
is enough confirmation for me.
Thanks Mike!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135924] https://fitnessboomzoom.com/vigxex-reviews/

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135924

Telesto  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135022] LibreOffice Crashes when Redoing Zotero Actions.

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135022

Clarc  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135105] In Linux (Mint) two LibreOffice entries are created

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135105

Clarc  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #8 from Clarc  ---
(In reply to Maxim Monastirsky from comment #7)
> (In reply to yehim83708 from comment #6)
> > > Please explain, Mint comes with LO, what did you do with that one? 
> > I uninstalled it before installing the Flatpack.
> Then maybe not completely. I suggest you to look at your package manager
> (e.g. Synaptic), to make sure there are no libreoffice-* packages installed.
> There are also other LO packages that you might want to remove like ure,
> libuno-*, libridl-java. You can verify that the Mint LO version was indeed
> fully removed, by checking that the /usr/lib/libreoffice dir no longer
> exists.

I tried it and you were correct. It didn't uninstall properly. After following
your steps, there's just one of those general-LO-launchers!
Thank you!

Should I close this issue or does somebody else do it?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135929] Increasing image size, makes a part of the text vanish from canvas (anchor to character is especially error prone)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135929

Telesto  changed:

   What|Removed |Added

 CC||jl...@mail.com,
   ||vmik...@collabora.com

--- Comment #2 from Telesto  ---
@Miklos
Sarcastic mood: The lovely anchoring to character.. it will take to solve all
those nice flaws. To paragraph is certainly not perfect, but to character is
quite a can of worms, IMHO. And I love to point that out :P.

I would of course like those fixed, as 'to character' being a regular option;
but being default maybe not the best thing to do. This bug us flaky enough to
reported (and maybe slightly overreported by me) and maybe not the best thing
for general impression. However, only my impression; I can't proof it..

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135926] The ‘Format Page’ menu option has gone missing in Writer!!!!!!

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135926

--- Comment #1 from Maxim Monastirsky  ---
It was renamed to Format > Page Style...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: framework/source hwpfilter/source include/basegfx include/framework include/svl include/ucbhelper include/vcl include/xmloff jvmfwk/inc

2020-08-19 Thread Andrea Gelmini (via logerrit)
 framework/source/helper/dockingareadefaultacceptor.cxx |4 ++--
 hwpfilter/source/hwpreader.cxx |2 +-
 include/basegfx/polygon/b2dpolygon.hxx |2 +-
 include/framework/addonsoptions.hxx|2 +-
 include/svl/broadcast.hxx  |2 +-
 include/ucbhelper/commandenvironment.hxx   |2 +-
 include/ucbhelper/registerucb.hxx  |2 +-
 include/vcl/outdev.hxx |2 +-
 include/xmloff/txtparae.hxx|2 +-
 jvmfwk/inc/elements.hxx|2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 0be225fb60f41b29f283eddd83938c047c552893
Author: Andrea Gelmini 
AuthorDate: Wed Aug 19 18:03:46 2020 +0200
Commit: Andrea Gelmini 
CommitDate: Wed Aug 19 22:07:44 2020 +0200

Fix typos

Change-Id: Ideee477b0c8f0d472a607ed69ba51351d87f61bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101010
Reviewed-by: Julien Nabet 
Tested-by: Jenkins

diff --git a/framework/source/helper/dockingareadefaultacceptor.cxx 
b/framework/source/helper/dockingareadefaultacceptor.cxx
index 9d51d2052516..d167bc11157f 100644
--- a/framework/source/helper/dockingareadefaultacceptor.cxx
+++ b/framework/source/helper/dockingareadefaultacceptor.cxx
@@ -78,7 +78,7 @@ sal_Bool SAL_CALL 
DockingAreaDefaultAcceptor::requestDockingAreaSpace( const css
 css::awt::Size   aSize   (  aRectangle.Width  - 
aInfo.LeftInset - aInfo.RightInset  ,
 aRectangle.Height - 
aInfo.TopInset  - aInfo.BottomInset );
 
-css::awt::Size aMinSize( 0, 0 ); // = 
xLayoutContrains->getMinimumSize();
+css::awt::Size aMinSize( 0, 0 ); // = 
xLayoutConstraints->getMinimumSize();
 
 // Check if request border space would decrease component window 
size below minimum size
 if ((( aSize.Width - RequestedSpace.X - RequestedSpace.Width ) < 
aMinSize.Width ) ||
@@ -113,7 +113,7 @@ void SAL_CALL 
DockingAreaDefaultAcceptor::setDockingAreaSpace( const css::awt::R
 css::awt::DeviceInfo aInfo   = xDevice->getInfo();
 css::awt::Size   aSize   (  aRectangle.Width  - aInfo.LeftInset - 
aInfo.RightInset  ,
 aRectangle.Height - aInfo.TopInset  - 
aInfo.BottomInset );
-css::awt::Size aMinSize( 0, 0 );// = xLayoutContrains->getMinimumSize();
+css::awt::Size aMinSize( 0, 0 );// = xLayoutConstraints->getMinimumSize();
 
 // Check if request border space would decrease component window size 
below minimum size
 sal_Int32 nWidth = aSize.Width - BorderSpace.X - BorderSpace.Width;
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index e647f3882d58..28a9979ee528 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -4873,7 +4873,7 @@ HwpImportFilter::HwpImportFilter(const Reference< 
XComponentContext >& rxContext
 
 sal_Bool HwpImportFilter::filter( const Sequence< PropertyValue >& aDescriptor 
)
 {
-// delegate to IchitaroImpoter
+// delegate to IchitaroImporter
 return rFilter->filter( aDescriptor );
 }
 
diff --git a/include/basegfx/polygon/b2dpolygon.hxx 
b/include/basegfx/polygon/b2dpolygon.hxx
index 997a669bcba3..e74b458ec3af 100644
--- a/include/basegfx/polygon/b2dpolygon.hxx
+++ b/include/basegfx/polygon/b2dpolygon.hxx
@@ -201,7 +201,7 @@ namespace basegfx
 
 @param nCount
 The number of points to append from rPoly, starting
-from nIndex. If zero, as much as possibel is appended
+from nIndex. If zero, as much as possible is appended
 */
 void append(const B2DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 
nCount = 0);
 
diff --git a/include/framework/addonsoptions.hxx 
b/include/framework/addonsoptions.hxx
index 3c00e5a9fb6f..07684311bbe9 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -196,7 +196,7 @@ class UNLESS_MERGELIBS(FWK_DLLPUBLIC) AddonsOptions
 
 
/*-
 @short  Retrieves all available merge instructions for the 
Office menu bar
-@return The filled MergeMenuDefinitionContaier
+@return The filled MergeMenuDefinitionContainer
 
 @onerrorWe return sal_False
 
*//*-*/
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx
index 69a7f4ad029e..c1996ccfeda7 100644
--- a/include/svl/broadcast.hxx
+++ b/include/svl/broadcast.hxx
@@ -69,7 +69,7 @@ public:
  * To avoid that, use this call to announce to the broadcaster it is going
  * to die, and the 

[Libreoffice-commits] online.git: loleaflet/src

2020-08-19 Thread Andras Timar (via logerrit)
 loleaflet/src/control/Control.UserList.js |   12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

New commits:
commit f513eaf5a19dab18376a1ceafbaf6700b6a48419
Author: Andras Timar 
AuthorDate: Wed Aug 19 21:39:23 2020 +0200
Commit: Andras Timar 
CommitDate: Wed Aug 19 22:06:39 2020 +0200

do not show broken images instead of avatars, 2nd try

Change-Id: Iab87518807ce11bbcf19ff8436b9241527140b7a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101023
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/loleaflet/src/control/Control.UserList.js 
b/loleaflet/src/control/Control.UserList.js
index 949394e4f..47a259eca 100644
--- a/loleaflet/src/control/Control.UserList.js
+++ b/loleaflet/src/control/Control.UserList.js
@@ -85,19 +85,11 @@ L.Control.UserList = L.Control.extend({
var iconTd = L.DomUtil.create('td', 'usercolor', content);
var nameTd = L.DomUtil.create('td', 'username loleaflet-font', 
content);
 
-   var hasAvatar = false;
if (extraInfo !== undefined && extraInfo.avatar !== undefined) {
-   var http = new XMLHttpRequest();
-   http.open('HEAD', extraInfo.avatar, false);
-   http.send();
-   if (http.status != 404) {
-   hasAvatar = true;
-   }
-   }
-
-   if (hasAvatar) {
var img = L.DomUtil.create('img', 'avatar-img', iconTd);
img.src = extraInfo.avatar;
+   var altImg = L.LOUtil.getImageURL('user.svg');
+   img.setAttribute('onerror', 
'this.onerror=null;this.src=\'' + altImg + '\';');
$(img).css({'border-color': color});
} else {
img = L.DomUtil.create('div', 'user-info', iconTd);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135929] Increasing image size, makes a part of the text vanish from canvas (anchor to character is especially error prone)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135929

--- Comment #1 from Telesto  ---
Created attachment 164476
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164476=edit
Example file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135929] New: Increasing image size, makes a part of the text vanish from canvas (anchor to character is especially error prone)

2020-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135929

Bug ID: 135929
   Summary: Increasing image size, makes a part of the text vanish
from canvas (anchor to character is especially error
prone)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Increasing image size, makes a part of the text vanish from canvas (anchor to
character is especially error prone)

Steps to Reproduce:
1. Open the attached file
2. Select the smiley
3 A. Format -> Image  Properties -> type
Check relative & relative checkboxes & Keep ratio & type 75% for width



3. Drag the right corner to page margin (so resizing proportionally)
alternative


Actual Results:
Text hidden

Expected Results:
Visible


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

and in
4.4.7.2

and in
3.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   >