Re: error C2228 in mysqlc_preparedstatement.cxx

2021-04-01 Thread Ilmari Lauhakangas

On 2.4.2021 1.11, Eike Rathke wrote:

On Friday, 2021-04-02 05:57:18 +0900, himajin10 (Tomoyuki Kubota) wrote:


When I tried to build LibreOffice, I encountered the following error.
I'm not good at C++, and I don't know how to fix this one.

C:/sources/libo-core/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx(98):
error C2228: '.bDisposed' の左側はクラス、構造体、共用体でなければなりません


Could you please build in an English environment so we'd have at least
a chance to grasp the error message? Thanks.


...and this is simply achieved with

LC_ALL=C make

Ilmari
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 141437] EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

--- Comment #2 from Scito  ---
Created attachment 170911
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170911=edit
transpose_line_object.ods

The transposed line object gets too long when doing similar steps to reproduce
using attachment transpose_line_object.ods. It stretches from A5 to C5 when
pasted (transposed) to A5.

When copied normal (i.e. not transposed), the form objects do not change shape.

-- 
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 141401] Option 'Hide styles' in the styles list is greyed out

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141401

--- Comment #3 from Buovjaga  ---
(In reply to Jim Raykowski from comment #2)
> I think it has always been that the 'Hide' option is not shown when showing
> the list of 'Applied Styles'. I noticed 'Show' appears in the context menu
> for hidden styles when they are in the list of 'Applied Styles' and that the
> context menu in the 'All Styles' list for applied styles does not show the
> 'Hide' option.

The thing that changed with your commit is that with GTK3, we see greyed out
Hide, Show, Delete in the context menu (not only with Applied styles). The
other backends behave as in the past.

-- 
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 123072] running with VCL=qt5 takes more than 10 minutes to start

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123072

--- Comment #18 from geometry dash  ---
I agree with you. This post is truly inspiring. I like your post and everything
you share with us is current and very informative, I want to bookmark the page
so I can return here from you that you have done a fantastic job.
https://geometrydashfree.com/

-- 
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 140835] FILERELOAD: Reloading doesn't attempt to reload after failing to reload once

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140835

Matt K  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Matt K  ---
I still repro this.  You should see 2 pop-ups and fail to get a 3rd; the first
pop-up is to state the document is locked when opening and to allow to open
read-only, the second pop-up is to inform the document is locked after trying
to reload, and the third (which fails to show) should be to again inform the
document is locked after trying to reload.

I also noticed the following:

1. open a File with read-only filesystem attribute set
2. clear the filesystem read-only attribute
3. performing File->Reload and observe the document is still open as read-only

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 5707ec3303f8215af91aac7d7f7cc29bf67b6c99
CPU threads: 12; OS: Windows 10.0 Build 19041; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); 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-commits] core.git: canvas/source cui/source drawinglayer/source filter/source include/vcl sc/source vcl/qa vcl/source vcl/unx

2021-04-01 Thread Tomaž Vajngerl (via logerrit)
 canvas/source/directx/dx_vcltools.cxx |2 
 canvas/source/vcl/spritehelper.cxx|4 
 cui/source/dialogs/cuigrfflt.cxx  |2 
 drawinglayer/source/processor2d/vclprocessor2d.cxx|2 
 filter/source/msfilter/msdffimp.cxx   |4 
 include/vcl/bitmap.hxx|   14 --
 include/vcl/bitmap/BitmapTypes.hxx|   10 +
 include/vcl/bitmapex.hxx  |5 
 sc/source/filter/excel/xeescher.cxx   |2 
 vcl/qa/cppunit/BitmapFilterTest.cxx   |4 
 vcl/qa/cppunit/BitmapScaleTest.cxx|4 
 vcl/qa/cppunit/BitmapTest.cxx |   31 ++---
 vcl/qa/cppunit/XpmFilterTest.cxx  |6 -
 vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx  |6 -
 vcl/qa/cppunit/canvasbitmaptest.cxx   |8 -
 vcl/qa/cppunit/pdfexport/pdfexport.cxx|6 -
 vcl/qa/cppunit/skia/skia.cxx  |   14 +-
 vcl/source/bitmap/BitmapColorQuantizationFilter.cxx   |2 
 vcl/source/bitmap/BitmapEx.cxx|9 -
 vcl/source/bitmap/BitmapInfoAccess.cxx|2 
 vcl/source/bitmap/BitmapMosaicFilter.cxx  |2 
 vcl/source/bitmap/BitmapPopArtFilter.cxx  |3 
 vcl/source/bitmap/BitmapSimpleColorQuantizationFilter.cxx |2 
 vcl/source/bitmap/BitmapTools.cxx |4 
 vcl/source/bitmap/alpha.cxx   |2 
 vcl/source/bitmap/bitmap.cxx  |   78 +-
 vcl/source/bitmap/bitmappaint.cxx |6 -
 vcl/source/bitmap/dibtools.cxx|2 
 vcl/source/filter/etiff/etiff.cxx |2 
 vcl/source/filter/png/pngwrite.cxx|4 
 vcl/source/gdi/mtfxmldump.cxx |   15 ++
 vcl/source/gdi/pdfextoutdevdata.cxx   |4 
 vcl/source/gdi/pdfwriter_impl.cxx |   53 +
 vcl/source/gdi/pdfwriter_impl2.cxx|6 -
 vcl/source/gdi/print.cxx  |4 
 vcl/source/graphic/UnoGraphicDescriptor.cxx   |5 
 vcl/source/outdev/bitmap.cxx  |2 
 vcl/source/outdev/transparent.cxx |2 
 vcl/unx/generic/dtrans/bmp.cxx|4 
 39 files changed, 165 insertions(+), 172 deletions(-)

New commits:
commit 88a177f827eba204dea92b631032411de8213ee4
Author: Tomaž Vajngerl 
AuthorDate: Sat Mar 27 10:14:13 2021 +0900
Commit: Tomaž Vajngerl 
CommitDate: Fri Apr 2 06:28:39 2021 +0200

vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}

We can cast the PixelFormat enum to int for the same information
and we can use the enum to reduce ambiguity when possible.

Change-Id: I6ea648139465568cdeb12e5f5f75c7b609365bf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113188
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/canvas/source/directx/dx_vcltools.cxx 
b/canvas/source/directx/dx_vcltools.cxx
index 707d358e5869..d29043070ef3 100644
--- a/canvas/source/directx/dx_vcltools.cxx
+++ b/canvas/source/directx/dx_vcltools.cxx
@@ -166,7 +166,7 @@ namespace dxcanvas::tools
   "::dxcanvas::tools::bitmapFromVCLBitmapEx(): 
"
   "Unable to acquire read access to bitmap" );
 
-if( rBmpEx.IsAlpha() || rBmpEx.GetMask().GetBitCount() == 8 )
+if (rBmpEx.IsAlpha() || rBmpEx.GetMask().getPixelFormat() == 
vcl::PixelFormat::N8_BPP)
 {
 Bitmap aAlpha( rBmpEx.IsAlpha() ? 
rBmpEx.GetAlpha().GetBitmap() : rBmpEx.GetMask());
 
diff --git a/canvas/source/vcl/spritehelper.cxx 
b/canvas/source/vcl/spritehelper.cxx
index e8d4fa726e10..7f7035769db2 100644
--- a/canvas/source/vcl/spritehelper.cxx
+++ b/canvas/source/vcl/spritehelper.cxx
@@ -147,7 +147,7 @@ namespace vclcanvas
 
 // bitmasks are much faster than alphamasks on some platforms
 // so convert to bitmask if useful
-bool convertTo1Bpp = aMask.GetBitCount() != 1;
+bool convertTo1Bpp = aMask.getPixelFormat() != 
vcl::PixelFormat::N1_BPP;
 #ifdef MACOSX
 convertTo1Bpp = false;
 #endif
@@ -166,7 +166,7 @@ namespace vclcanvas
 // Note: since we retrieved aBmp and aMask
 // directly from an OutDev, it's already a
 // 'display bitmap' on windows.
-if( aMask.GetBitCount() == 1 )
+if (aMask.getPixelFormat() == vcl::PixelFormat::N1_BPP)
 maContent 

[Libreoffice-bugs] [Bug 141090] Direct Cursor causes instant slowdown in v7.xx of Writer

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141090

--- Comment #1 from Macktek  ---
Apologies, what kind of comment is needed?

-- 
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 141449] test hviet33333333

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141449

duong hoang viet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nguyensythuong26062000@gmai
   |desktop.org |l.com

--- Comment #1 from duong hoang viet  ---
a

-- 
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 141449] New: test hviet33333333

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141449

Bug ID: 141449
   Summary: test hviet
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vietdhhe141...@fpt.edu.vn
CC: markus.mohrh...@googlemail.com



-- 
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 141448] bug thanh test

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141448

abooiris111  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |abooiris...@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-bugs] [Bug 141448] New: bug thanh test

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141448

Bug ID: 141448
   Summary: bug thanh test
   Product: cppunit
   Version: unspecified
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: abooiris...@gmail.com
CC: markus.mohrh...@googlemail.com

-- 
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 141447] test hviet22222

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141447

duong hoang viet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nguyensythuong26062000@gmai
   |desktop.org |l.com

-- 
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 141447] New: test hviet22222

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141447

Bug ID: 141447
   Summary: test hviet2
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vietdhhe141...@fpt.edu.vn
CC: markus.mohrh...@googlemail.com

-- 
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 141446] Bug test

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141446

abooiris111  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |tungtungchu699...@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-bugs] [Bug 141446] New: Bug test

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141446

Bug ID: 141446
   Summary: Bug test
   Product: cppunit
   Version: unspecified
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: abooiris...@gmail.com
CC: markus.mohrh...@googlemail.com

-- 
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 141445] New: okkkkkkkkkkk oko

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141445

Bug ID: 141445
   Summary: okkk oko
   Product: cppunit
   Version: unspecified
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vietdhhe141...@fpt.edu.vn
CC: markus.mohrh...@googlemail.com

okr

-- 
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 141444] test hviet

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141444

duong hoang viet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nguyensythuong26062000@gmai
   |desktop.org |l.com

-- 
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 140907] EDITING: copying of a text strings into a text field fails

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140907

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 140903] EDITING: Conditional formatting is lost after deleting rows referenced in a chart

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140903

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 140901] EDITING Crash when deleting rows that are referenced by a chart

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140901

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 140835] FILERELOAD: Reloading doesn't attempt to reload after failing to reload once

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140835

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 141103] use of SheetNames() in macro causes error when spreadsheet file is opened

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141103

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 141099] unable to access shared file (libre calc) by crossed platform (MS office)

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141099

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 141096] Libre office base - can't repeat a section on several pages in a report showing several values

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141096

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 141093] Anchor "to paragraph" or 'to character' puts an image larger than page margin above present text (should be below)

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141093

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 141090] Direct Cursor causes instant slowdown in v7.xx of Writer

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141090

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 141409] Crash in: mergedlo.dll

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141409

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 141409] Crash in: mergedlo.dll

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141409

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

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


[Libreoffice-bugs] [Bug 141388] Crash in: libswlo.so

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141388

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 141388] Crash in: libswlo.so

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141388

--- 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 141186] In Print dialog +G gives focus to Orientation too

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141186

QA Administrators  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 141186] In Print dialog +G gives focus to Orientation too

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141186

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

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


[Libreoffice-bugs] [Bug 137195] LibreOffice Calc locks up during opening an existing file.

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137195

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 141444] New: test hviet

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141444

Bug ID: 141444
   Summary: test hviet
   Product: cppunit
   Version: unspecified
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vietdhhe141...@fpt.edu.vn
CC: markus.mohrh...@googlemail.com

jhgug

-- 
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 137195] LibreOffice Calc locks up during opening an existing file.

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137195

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

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


[Libreoffice-bugs] [Bug 136394] Document won't open

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136394

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 136394] Document won't open

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136394

--- Comment #4 from QA Administrators  ---
Dear Thomas Ebinger,

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 133067] Wrapped RTL text characters within shapes are exported to tagged PDF with incorrect character order

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133067

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 133067] Wrapped RTL text characters within shapes are exported to tagged PDF with incorrect character order

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133067

--- Comment #6 from QA Administrators  ---
Dear zainab.ali,

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 132328] changing the indentation on custom numbered lists

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132328

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 132328] changing the indentation on custom numbered lists

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132328

--- Comment #5 from QA Administrators  ---
Dear roel verhoeven,

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 136295] Enter text of Font Color (Red), Save, Open, text is now Font Color (Dark Red 2)

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136295

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

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 99608] Using clone formatting enables scrolling with the mouse -- but it shouldn't

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99608

--- Comment #6 from QA Administrators  ---
Dear sdc.blanco,

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 92283] UI: property sidebar is not up to substituting the "line and fill toolbar" with respect to line width

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92283

--- Comment #6 from QA Administrators  ---
Dear sergio.callegari,

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 84933] UI: Changing UI units (or scale) resets sidebar

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84933

--- Comment #5 from QA Administrators  ---
Dear Katarina Behrens,

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 57818] EDITING: when using paintbrush tool with rectangle box selected, every time you try to scroll you'll jump back up

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57818

--- Comment #10 from QA Administrators  ---
Dear Gregor Knechtges,

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 42742] FILEOPEN: DOC: Documents with linked images take a long time to load

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42742

--- Comment #23 from QA Administrators  ---
Dear Yaytay,

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 31072] Impress not showing Unicode characters correctly when in fullscreen/run mode

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31072

--- Comment #24 from QA Administrators  ---
Dear JC John Sese Cuneta,

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 123658] When searching for a text string in slide notes, there is no obvious way to restart a search at the first slide.

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123658

--- Comment #6 from QA Administrators  ---
Dear David F Smith,

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 108344] Scrolling with the mouse pointer above the sidebar will open the deck again

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108344

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

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 106501] FILEOPEN DOC: Imported Shapes have rotated text

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106501

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

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 103918] Keys for "back" in presentation don't work when using automatic transitions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103918

--- Comment #4 from QA Administrators  ---
Dear Mike C. Fletcher,

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 141443] New: Page wouldn't stay fully shown when using PgUp and PgDn

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141443

Bug ID: 141443
   Summary: Page wouldn't stay fully shown when using PgUp and
PgDn
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: al20...@gmail.com

Description:
Hi,
Using the latest and greatest LibreOffice here 7.0.4.2 for Windows...
Finding it very annoying when my document window actually shows a page fully
(maybe some narrow strip of a previous page up top, and maybe a very little of
the next one down bottom), but when I use PgUp and PgDn buttons, the next page
would not show in place of the page last shown, but will be somewhat moved up,
I figure, subject to how much of that page was shown previously at the bottom,
the next PgDn, and the next one, will be cut off from the top even further,
etc, etc to the point that the pages are obviously cut in half, with the page
break right in the middle of the window...
Going with PgUp is the same story, reversed...
So suggested is to position next / previous page so that if the page was
entirely shown in the window, the next page is also appears fully, right in
place of the previous one.
Thanks for considering this

Steps to Reproduce:
1. Just navigate any document in a full-screen window, for example, or a window
that is big enough to have a page shown entirely...


Actual Results:
Pages are cut off more and more...

Expected Results:
Fully shown pages should pop-up in place of one another when the PgUp / PgDn
buttons are used to navigate the document.


Reproducible: Always


User Profile Reset: No



Additional Info:
See description

-- 
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 'private/tvajngerl/staging' - include/tools tools/qa tools/source vcl/source

2021-04-01 Thread Tomaž Vajngerl (via logerrit)
 include/tools/GenericTypeSerializer.hxx |4 ++
 include/tools/fract.hxx |9 --
 tools/qa/cppunit/test_GenericTypeSerializer.cxx |   22 
 tools/source/generic/fract.cxx  |   33 
 tools/source/stream/GenericTypeSerializer.cxx   |   30 -
 vcl/source/gdi/TypeSerializer.cxx   |8 ++---
 6 files changed, 64 insertions(+), 42 deletions(-)

New commits:
commit 327f1f18440beb2219b3167319e5d97c715198ce
Author: Tomaž Vajngerl 
AuthorDate: Fri Apr 2 11:37:42 2021 +0900
Commit: Tomaž Vajngerl 
CommitDate: Fri Apr 2 11:37:42 2021 +0900

vcl: move Fraction reading/writing to GenericTypeSerializer

Change-Id: Iccacaa7fd9cffe1d99f76def854c2150bb4d94f4

diff --git a/include/tools/GenericTypeSerializer.hxx 
b/include/tools/GenericTypeSerializer.hxx
index cb54e693c118..f67d92c845c5 100644
--- a/include/tools/GenericTypeSerializer.hxx
+++ b/include/tools/GenericTypeSerializer.hxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 
 namespace tools
 {
@@ -47,6 +48,9 @@ public:
 
 void readRectangle(Rectangle& rRectangle);
 void writeRectangle(const Rectangle& rRectangle);
+
+void readFraction(Fraction& rFraction);
+void writeFraction(Fraction const& rFraction);
 };
 
 } // end namespace tools
diff --git a/include/tools/fract.hxx b/include/tools/fract.hxx
index c37859d7c17a..73d22fcaf430 100644
--- a/include/tools/fract.hxx
+++ b/include/tools/fract.hxx
@@ -33,7 +33,6 @@ class SAL_WARN_UNUSED TOOLS_DLLPUBLIC Fraction final
 sal_Int32   mnNumerator = 0;
 sal_Int32   mnDenominator = 1;
 boolmbValid = true;
-
 public:
 Fraction() = default;
 Fraction( const Fraction & rFrac ) = default;
@@ -85,8 +84,12 @@ public:
 TOOLS_DLLPUBLIC friend bool operator<=( const Fraction& rVal1, const 
Fraction& rVal2 );
 TOOLS_DLLPUBLIC friend bool operator>=( const Fraction& rVal1, const 
Fraction& rVal2 );
 
-TOOLS_DLLPUBLIC friend SvStream& ReadFraction( SvStream& rIStream, 
Fraction & rFract );
-TOOLS_DLLPUBLIC friend SvStream& WriteFraction( SvStream& rOStream, const 
Fraction& rFract );
+static Fraction createInvalid()
+{
+Fraction aFraction;
+aFraction.mbValid = false;
+return aFraction;
+}
 };
 
 TOOLS_DLLPUBLIC Fraction operator+( const Fraction& rVal1, const Fraction& 
rVal2 );
diff --git a/tools/qa/cppunit/test_GenericTypeSerializer.cxx 
b/tools/qa/cppunit/test_GenericTypeSerializer.cxx
index 24d1497f92d2..262f0d68671f 100644
--- a/tools/qa/cppunit/test_GenericTypeSerializer.cxx
+++ b/tools/qa/cppunit/test_GenericTypeSerializer.cxx
@@ -87,10 +87,32 @@ public:
 }
 }
 
+void testRoundtripFraction()
+{
+{
+Fraction aFraction(2, 5);
+CPPUNIT_ASSERT(aFraction.IsValid());
+
+SvMemoryStream aStream;
+aStream.Seek(STREAM_SEEK_TO_BEGIN);
+GenericTypeSerializer aSerializer(aStream);
+aSerializer.writeFraction(aFraction);
+
+aStream.Seek(STREAM_SEEK_TO_BEGIN);
+
+Fraction aReadFraction(1, 2);
+aSerializer.readFraction(aReadFraction);
+CPPUNIT_ASSERT(aReadFraction.IsValid());
+CPPUNIT_ASSERT_EQUAL(sal_Int32(2), aReadFraction.GetNumerator());
+CPPUNIT_ASSERT_EQUAL(sal_Int32(5), aReadFraction.GetDenominator());
+}
+}
+
 CPPUNIT_TEST_SUITE(GenericTypeSerializerTest);
 CPPUNIT_TEST(testRoundtripPoint);
 CPPUNIT_TEST(testRoundtripSize);
 CPPUNIT_TEST(testRoundtripRectangle);
+CPPUNIT_TEST(testRoundtripFraction);
 CPPUNIT_TEST_SUITE_END();
 };
 
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 448a70c5ea33..b525d1de9896 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -370,39 +370,6 @@ bool operator > ( const Fraction& rVal1, const Fraction& 
rVal2 )
 return toRational(rVal1.mnNumerator, rVal1.mnDenominator) > 
toRational(rVal2.mnNumerator, rVal2.mnDenominator);
 }
 
-SvStream& ReadFraction( SvStream& rIStream, Fraction & rFract )
-{
-sal_Int32 num(0), den(0);
-rIStream.ReadInt32( num );
-rIStream.ReadInt32( den );
-if ( den <= 0 )
-{
-SAL_WARN( "tools.fraction", "'ReadFraction()' read an invalid 
fraction" );
-rFract.mbValid = false;
-}
-else
-{
-rFract.mnNumerator = num;
-rFract.mnDenominator = den;
-rFract.mbValid = true;
-}
-return rIStream;
-}
-
-SvStream& WriteFraction( SvStream& rOStream, const Fraction& rFract )
-{
-if ( !rFract.mbValid )
-{
-SAL_WARN( "tools.fraction", "'WriteFraction()' write an invalid 
fraction" );
-rOStream.WriteInt32( 0 );
-rOStream.WriteInt32( -1 );
-} else {
-rOStream.WriteInt32( rFract.mnNumerator );
-

[Libreoffice-bugs] [Bug 141361] Number keypad entry fills multiple pages with the same number.

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141361

--- Comment #1 from miguel  ---
Identical to bug #140522.

-- 
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 108906] Bitmap custom positioning

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108906

--- Comment #6 from Yang Ruflo  ---
Already fixed though. 

Yang | https://www.roofingrepairswestauckland.kiwi/

-- 
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 141276] Libreoffice ignore keypress when hovering outline arrow button

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141276

Jim Raykowski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |desktop.org |
 Status|UNCONFIRMED |NEW
 CC||rayk...@gmail.com

--- Comment #1 from Jim Raykowski  ---
I agree.

Here is a patch that changes this behavior:
https://gerrit.libreoffice.org/c/core/+/113496

-- 
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 141277] blank menus and other UI issues, recent master builds nVidia GPU

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141277

--- Comment #17 from Matt K  ---
I isolated the cause to the following user config file:
instdir/user/registrymodifications.xcu

I saved a "good" version of the file that worked after uninstalling the NVIDIA
driver, and I kept the "good" version after re-installing the NVIDIA driver and
the bug goes away -- so it may not be a driver issue.  To isolate the cause, I
diff'd the "good" and "bad" .xcu file and found the cause was the following
line:

...

After deleting that line from the config and restarting LibreOffice, the bug
re-appears, and inspecting the .xcu file shows new/different values for this
item.

(In reply to V Stuart Foote from comment #14)
> That is a little too indescript. A couple of screen clips please.

Added screenshot attachment

> So, with that in mind please rethink your testing.  Each of the rendering
> configurations, against each of the discrete nVidia GPU's drivers, or any
> additional GPU / driver you test (e.g. an onboard Intel).

Here is the results of my testing:

1.  CPU only, default GDI  (all uncheckeds on Tools -> Options -> View panel)
- NVIDIA GeForce GTX 1080 Ti version 465.89: bad
- Microsoft Basic Display Adapter version 10.0.19041.1: works

2.  default GDI with CPU controlled Hardware Acceleration (the one box checked)
- NVIDIA GeForce GTX 1080 Ti version 465.89: bad
- Microsoft Basic Display Adapter version 10.0.19041.1: works

3. either of the above with the anti-aliasing box checked
- NVIDIA GeForce GTX 1080 Ti version 465.89: bad
- Microsoft Basic Display Adapter version 10.0.19041.1: works

4. Skia based accelerated rendering raster only (with both Skia boxes checked)
- NVIDIA GeForce GTX 1080 Ti version 465.89: bad
- Microsoft Basic Display Adapter version 10.0.19041.1: works

5. Skia based accelerated rendering with Vulkan--next gen OpenGL--(the raster
rendering box unchecked)
- NVIDIA GeForce GTX 1080 Ti version 465.89: bad
- Microsoft Basic Display Adapter version 10.0.19041.1: works

-- 
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 141277] blank menus and other UI issues, recent master builds nVidia GPU

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141277

--- Comment #16 from Matt K  ---
Created attachment 170910
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170910=edit
Screenshot of No UI/gray menu drop down

-- 
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 140229] Link to External Data - Calc not responding/very slow

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140229

--- Comment #10 from Jan-Marek Glogowski  ---
(In reply to raal from comment #9)
> 71099e0ed300dd33d10d7f893523f685bb9debea is the first bad commit
> commit 71099e0ed300dd33d10d7f893523f685bb9debea
> Author: Jenkins Build User 
> Date:   Tue Jun 2 03:17:25 2020 +0200
> 
> source sha:07379e0eb27de0c16ae3838532310aa5aec4f20f

That commit updated LO to a new version of the neon library for SharePoint
"fixes" (0.31.1). No code in LO was changed. That neon version triggers a bug
with https and IIS servers, according to the upstream bug report. The update to
0.31.2 fixes this for me.

Upstream bug: https://github.com/notroj/neon/issues/11

Pending Gerrit patch: : https://gerrit.libreoffice.org/c/core/+/113495

-- 
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: Changes to 'feature/themesupport2'

2021-04-01 Thread Jan Holesovsky (via logerrit)
New branch 'feature/themesupport2' available with the following commits:
commit fafb9498ee7a83c77b45e161f4b1372a2d25cb0f
Author: Jan Holesovsky 
Date:   Fri Apr 2 00:21:34 2021 +0200

Unit test (with the content disabled so far) for the theming.

Change-Id: Ie9e003df38e1bc766fb5323936138d3e0e664321

commit ea7755fcc195d48959c2ab1341031cd63fd8157d
Author: Tomaž Vajngerl 
Date:   Thu Sep 24 12:32:14 2015 +0200

Improve preview of theme color sets - add color set name

Change-Id: I1f7b3668ba9dfbab1da283741e99754de2d6be47

commit 5b562d0f69153aa3e8b4657985b607ea7b3f1d6e
Author: Tomaž Vajngerl 
Date:   Thu Sep 24 12:30:10 2015 +0200

StylePresets: set bacground color for ValueSet

Change-Id: Ifbaab139235dbe2fdcebf278bce2c91c2b744aa6

commit 90a50a8098b958f5439ce67c823240427c348142
Author: Tomaž Vajngerl 
Date:   Wed Sep 23 13:38:38 2015 +0200

adjust the conversion from theme color type to the color set index

Change-Id: I8c54c8935de8acc3e2b302e10327aa2488f9ac85

commit 8d9ded86502cb72a9990ee340d47674825ac7bc7
Author: Tomaž Vajngerl 
Date:   Wed Sep 23 13:37:43 2015 +0200

convert tint value from ooxml to the value we support

Change-Id: I5a79ca434be16f9dccc5aa6118a7efbf4544f0b1

commit f26ebb15e0a5d582363de86c36614811d75b406c
Author: Tomaž Vajngerl 
Date:   Wed Sep 23 13:35:56 2015 +0200

check that the color index is valid

Change-Id: Id5c7c83f50e1611af12f3b25e6c9a335a8353ba0

commit 6a2bd264bc5b9560788a9c10b81a80ab4ac20ef9
Author: Tomaž Vajngerl 
Date:   Wed Sep 23 13:33:59 2015 +0200

swap text and background colors in colorsets

Change-Id: I1e1da85d6c58e3ed5ab4c44c2ab0ae7c3b080251

commit ecd52b7ae86890afed422f498bd272466069533d
Author: Tomaž Vajngerl 
Date:   Sun Sep 20 19:27:09 2015 +0200

Support reading back theme color from an ooxml document

ooxml supports theme colors and tint/shade value that additionally
changed the theme color. Read back which theme color + tint/shade
value was applied in the resulting color and add this attributes
as properties to be used by writer.
In sidebar theme panel the changing the theme colors now doesn't
takes this into account and changes the colors correctly.

Change-Id: I6703e86b1fc6b2ba07f3023ec48e619aec961ff1

commit 91f29d5b2585dbe51e2bc44a32a52bdbe5378477
Author: Tomaž Vajngerl 
Date:   Sun Sep 20 19:20:59 2015 +0200

Theme color and tint/shade attribute for SvxColorItem

To support theme colors the SvxColorItem must be extended with
an optional attribute theme index to define the index to which
theme color current color belongs and an optional tint/shade
attribute define how much the color ha been additionally tinted
or shaded.

Change-Id: I87b7788ead25f956eeec835ba80df5e913790697

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-04-01 Thread Eike Rathke (via logerrit)
 sc/inc/formulacell.hxx |   22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 465b8b0e9ad4b0c9c7701dee2820a99c5d00b5bf
Author: Eike Rathke 
AuthorDate: Thu Apr 1 23:51:46 2021 +0200
Commit: Eike Rathke 
CommitDate: Fri Apr 2 00:48:46 2021 +0200

Work around assert() in circular reference within group calc, tdf#141146

Triggered by crash test loading document of
wget 'https://bz.apache.org/ooo/attachment.cgi?id=71756' -O ooo114587-1.ods

after

commit 042dbf83122b14fd1dd32705c8f8b7d65c22f21b
CommitDate: Thu Mar 25 16:31:29 2021 +0100

Resolves: tdf#141146 Fix LOOKUP in array with result
scalar / single reference

Though could happen any time whenever a shared formula group calc
attempts to obtain a result from an already running cell.

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

diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index ae889d7ba77b..28317d60690a 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -22,11 +22,13 @@
 #include 
 
 #include 
+#include 
 #include 
 
 #include "types.hxx"
 #include "interpretercontext.hxx"
 #include "document.hxx"
+#include "docoptio.hxx"
 #include "formulalogger.hxx"
 #include "formularesult.hxx"
 
@@ -436,15 +438,25 @@ public:
 return (rDocument.GetAutoCalc() || (cMatrixFlag != 
ScMatrixMode::NONE));
 }
 
-bool MaybeInterpret()
+void MaybeInterpret()
 {
 if (NeedsInterpret())
 {
-assert(!rDocument.IsThreadedGroupCalcInProgress());
-Interpret();
-return true;
+if (bRunning && !rDocument.GetDocOptions().IsIter() && 
rDocument.IsThreadedGroupCalcInProgress())
+{
+// This is actually copied from Interpret()'s if(bRunning)
+// block that once caught this circular reference but now is
+// prepended with various threaded group calc things which the
+// assert() below is supposed to fail on when entering again.
+// Nevertheless, we need some state here the caller can obtain.
+aResult.SetResultError( FormulaError::CircularReference );
+}
+else
+{
+assert(!rDocument.IsThreadedGroupCalcInProgress());
+Interpret();
+}
 }
-return false;
 }
 
 /**
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 34828] Navigator item "Draw objects" in Calc does not show Draw objects without name (Writer fixed in the mean time..)

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34828

Jim Raykowski  changed:

   What|Removed |Added

 Status|NEW |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 103030] [META] Navigator sidebar deck and floating window

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030
Bug 103030 depends on bug 34828, which changed state.

Bug 34828 Summary: Navigator item "Draw objects" in Calc does not show Draw 
objects without name (Writer fixed in the mean time..)
https://bugs.documentfoundation.org/show_bug.cgi?id=34828

   What|Removed |Added

 Status|NEW |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 141401] Option 'Hide styles' in the styles list is greyed out

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141401

--- Comment #2 from Jim Raykowski  ---
I think it has always been that the 'Hide' option is not shown when showing the
list of 'Applied Styles'. I noticed 'Show' appears in the context menu for
hidden styles when they are in the list of 'Applied Styles' and that the
context menu in the 'All Styles' list for applied styles does not show the
'Hide' option.

-- 
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


Re: error C2228 in mysqlc_preparedstatement.cxx

2021-04-01 Thread Eike Rathke
Hi himajin10,

On Friday, 2021-04-02 05:57:18 +0900, himajin10 (Tomoyuki Kubota) wrote:

> When I tried to build LibreOffice, I encountered the following error.
> I'm not good at C++, and I don't know how to fix this one.
> 
> C:/sources/libo-core/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx(98):
> error C2228: '.bDisposed' の左側はクラス、構造体、共用体でなければなりません

Could you please build in an English environment so we'd have at least
a chance to grasp the error message? Thanks.

Anyhow, it seems to complain about
OPreparedStatement::rBHelper.bDisposed
that is in there for over a decade now.

This is what MS says about error C2228:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2228
which is not very helpful here.

I'd assume some precompiled headers mismatch / outdated in your build
but I've not much clue about Windows build environment.

  Eike

-- 
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 141387] FILEOPEN PPTX Shape has shadow but it shouldn’t

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141387

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #4 from Aron Budea  ---
Created attachment 170909
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170909=edit
Screenshot from 3.5.0.3

(In reply to NISZ LibreOffice Team from comment #0)
> In 7.1 the problem became very visible, but the extra shadow effect was
> enabled before in 6.0, 5.0, 4.1 but not yet in 4.0.
...
> Still setting bibisectrequest for the appearance of shadow in 4.1
I'm not sure what kind of difference to look for in 4.0 vs. 4.1, I'm seeing the
very faint circular shadow in both versions. Attaching a screenshot from
3.5.0.3, an even earlier version, which also has the shadow.

-- 
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 141442] New: LibreOffice Icon theme noncompliant with dark-color Plasma color scheme, no way to change it

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141442

Bug ID: 141442
   Summary: LibreOffice Icon theme noncompliant with dark-color
Plasma color scheme, no way to change it
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: resist0r...@protonmail.com

Created attachment 170908
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170908=edit
Icon theme issue

Bug description:
On distros running KDE plasma (I'm running plasmashell 5.18.5 on Kubuntu
20.04), if you set the Plasma global theme or the GTK3+ theme to anything based
on the premise of "dark mode", it applies to the GTK components in the
LibreOffice UI, but the icon theme remains the same: intended for light mode.
The icon sets available in the settings menu are all light mode icons.

My Workaround (Sets LibreOffice to remain in light mode while the rest of the
system is in dark mode):

cd /usr/share/applications
sed -i -e 's/Exec=/Exec=env GTK_THEME=Default/g' libreoffice*


I really don't like this workaround. I would like to see a dark mode icon set
for Libreoffice, or at least LibreOffice to use the system icons in this case.

Possible fixes:
Include "dark mode" icon themes in the extensions store for Linux users

-- 
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 141405] LO crashes when adding control in dialog editor

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141405

Jim Raykowski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jim Raykowski  ---
(In reply to John from comment #3)
> Works for me now. Thanks, Mr. Raykowski. That was quick!

Your welcome John. Thanks for your detailed bug report.

While looking at this I noticed ctrl+click on the icons inserts the object in
the dialog without automatically naming it. Perhaps this is something you would
like to see changed. If so, please create a request and add me to the cc list.

-- 
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 125877] FILEOPEN ODT Table in footnote disappears after saving RTF/DOC/X to ODT and reopening

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125877

BogdanB  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #9 from BogdanB  ---
The table is imported into the document in 7.2

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: c088d26578d1be352efa49bd164a8217627648de
CPU threads: 4; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.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 141441] New: Font style menulist loses selection when switching fonts

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141441

Bug ID: 141441
   Summary: Font style menulist loses selection when switching
fonts
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

Reproduction:

1. Create a new writer document
2. Open the Character dialog
3. Type the name of another font family (e.g. if you had Liberation Serif type
Liberation Sans, otherwise type Liberation Serif)

The moment you even start typing anything, the selection on the Style menulist
is lost. Now, when you type the new font family, approve and re-open the dialog
it will be the Regular style (assuming that's what you had to begin with) - but
I don't see why the selection should be lost at all (or at least, not restored
after some font with a Regular style is selected). Note it is not lost for the
font size, for example.

-- 
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 100479] Searching text in a large document using the "Find all" button makes LibreOffice Writer unresponsive (freeze) for minutes

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100479

--- Comment #14 from BogdanB  ---
Created attachment 170907
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170907=edit
screnshot of CPU

-- 
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 100479] Searching text in a large document using the "Find all" button makes LibreOffice Writer unresponsive (freeze) for minutes

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100479

--- Comment #13 from BogdanB  ---
Exactly the same result with Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: c088d26578d1be352efa49bd164a8217627648de
CPU threads: 4; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.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 100479] Searching text in a large document using the "Find all" button makes LibreOffice Writer unresponsive (freeze) for minutes

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100479

--- Comment #12 from BogdanB  ---
Tested with
Version: 7.1.1.2 / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 4; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.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 100479] Searching text in a large document using the "Find all" button makes LibreOffice Writer unresponsive (freeze) for minutes

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100479

--- Comment #11 from BogdanB  ---
I searched for "ARTICULO 142" with Ctrl+F and than Find All. 2 seconds.

Then I searched for "a". A lot of "a", so the one of the fourth CPU that I have
have gone to 100% for 20 seconds, than to 8%. And another CPU have gone to 100%
for 10 seconds. So a total of 30 seconds of freezing when searching for a lot
of "a" in a document with 882.562 characters. I think is quite ok for a such a
long 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: sw/qa

2021-04-01 Thread Andrea Gelmini (via logerrit)
 0 files changed

New commits:
commit b2b892ddb13cd21c031519a6f6ca8d496deaf259
Author: Andrea Gelmini 
AuthorDate: Thu Apr 1 21:52:51 2021 +0200
Commit: Andrea Gelmini 
CommitDate: Thu Apr 1 23:12:47 2021 +0200

Removed executable bits on docx file

Change-Id: I33e44f912723cf984322d13d7ad18aca138cabcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113471
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf141231_arabicHebrewNumbering.docx 
b/sw/qa/extras/ooxmlexport/data/tdf141231_arabicHebrewNumbering.docx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


error C2228 in mysqlc_preparedstatement.cxx

2021-04-01 Thread himajin100000 (Tomoyuki Kubota)

Hi,

When I tried to build LibreOffice, I encountered the following error.
I'm not good at C++, and I don't know how to fix this one.

C:/sources/libo-core/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx(98): 
error C2228: '.bDisposed' の左側はクラス、構造体、共用体でなければなりません


make[1]: *** [C:/sources/libo-core/solenv/gbuild/LinkTarget.mk:301: 
C:/build/workdir/CxxObject/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.o] 
Error 2

make[1]: *** Waiting for unfinished jobs
make: *** [Makefile:283: build] Error 2

can I have some advice ?
--
himajin10
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2021-04-01 Thread Andrea Gelmini (via logerrit)
 sw/qa/uitest/styleInspector/styleInspector.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2c25d46852bd84147ae518b2fb271579f6e9b66
Author: Andrea Gelmini 
AuthorDate: Tue Mar 30 16:42:56 2021 +0200
Commit: Andrea Gelmini 
CommitDate: Thu Apr 1 22:44:46 2021 +0200

Fix typo

Change-Id: I5c55d9d51f1935406bca5a26307f78edfb73b9f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113373
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/qa/uitest/styleInspector/styleInspector.py 
b/sw/qa/uitest/styleInspector/styleInspector.py
index bd23e8a461c4..d26c21f2a9ed 100644
--- a/sw/qa/uitest/styleInspector/styleInspector.py
+++ b/sw/qa/uitest/styleInspector/styleInspector.py
@@ -166,7 +166,7 @@ class styleNavigator(UITestCase):
 
 self.xUITest.executeCommand(".uno:GoDown")
 # FIXME jump over the control character (not visible in getString(), 
but it affects
-# cursor position and avabiality of NestedTextContent)
+# cursor position and availability of NestedTextContent)
 self.xUITest.executeCommand(".uno:GoRight")
 
 # The cursor is on text with annotated text range
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-04-01 Thread Andrea Gelmini (via logerrit)
 0 files changed

New commits:
commit 809ab64547d0738e9538416caf35663c93de4046
Author: Andrea Gelmini 
AuthorDate: Tue Mar 30 16:51:30 2021 +0200
Commit: Andrea Gelmini 
CommitDate: Thu Apr 1 22:43:09 2021 +0200

Removed execution bits on docx file

Change-Id: I2adf76801b5ad2f52a5c861b68c5dd3571874356
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113377
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/qa/extras/uiwriter/data/tdf140828.docx 
b/sw/qa/extras/uiwriter/data/tdf140828.docx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 141440] New: Comment deleted when pasting special Formula, Number or Text

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141440

Bug ID: 141440
   Summary: Comment deleted when pasting special Formula, Number
or Text
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: romain2b...@yahoo.fr

Steps to reproduce:
1. Open a new workbook
2. Type '=1+1' in A1
3. Create a comment 'My comment' in B1
4. Copy cell A1
5. Select B1
6. Do one of the following:
- Go into Edit > Paste special > Formula only
- Go into Edit > Paste special > Number only
- Go into Edit > Paste special > Text only
- Go into Edit > Paste special > Paste special..., uncheck everything and check
ONLY formula or Number or Text

Observed: The formula/number/text got pasted in B1 (ok) but deleting the
comment (ko).

Expected: The formula/number/text got pasted in B1 not changing/deleting the
comment.

Nota: Similar to comments, merged cell also disappear when pasting formula
only, see bug 106177

-- 
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: sw/inc sw/source

2021-04-01 Thread Andrea Gelmini (via logerrit)
 sw/inc/pagedesc.hxx |2 +-
 sw/source/core/unocore/unostyle.cxx |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2be6461c9feeeac6844f4b982ed37309d634760f
Author: Andrea Gelmini 
AuthorDate: Thu Apr 1 21:49:19 2021 +0200
Commit: Andrea Gelmini 
CommitDate: Thu Apr 1 22:42:27 2021 +0200

Fix typos

Change-Id: Id8850c9353203706f62b895132ef8d9d150d5bad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113470
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx
index 4178361349d6..efeb6539b400 100644
--- a/sw/inc/pagedesc.hxx
+++ b/sw/inc/pagedesc.hxx
@@ -226,7 +226,7 @@ public:
 /// Checks if the pagedescriptor has a stashed format according to the 
parameters or not.
 bool HasStashedFormat(bool bHeader, bool bLeft, bool bFirst);
 
-/// Gives the feature of removing the stashed format by hand if it is 
neccessarry.
+/// Gives the feature of removing the stashed format by hand if it is 
necessary.
 void RemoveStashedFormat(bool bHeader, bool bLeft, bool bFirst);
 
 /// Same as WriteUseOn(), but the >= HeaderShare part of the bitfield is 
not modified.
diff --git a/sw/source/core/unocore/unostyle.cxx 
b/sw/source/core/unocore/unostyle.cxx
index a695cfdafa47..f72271018ad3 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -2978,7 +2978,7 @@ void SwXPageStyle::SetPropertyValues_Impl(const 
uno::Sequence& rProper
 SetStyleProperty(*pEntry, *pPropSet, 
rValues[nProp], aBaseImpl);
 }
 
-// reset paret at ItemSet from SetItem
+// reset parent at ItemSet from SetItem
 rSetSet.SetParent(nullptr);
 
 // set the new SvxSetItem at the real target and 
delete it
@@ -3311,7 +3311,7 @@ void SwXPageStyle::setPropertyValue(const OUString& 
rPropertyName, const uno::An
 for (size_t i = 0; i < GetDoc()->GetPageDescCnt(); i++)
 {
 auto pPageDesc = ()->GetPageDesc(i);
-// If we have the right page descriptor stash the neccessary 
formats in import time.
+// If we have the right page descriptor stash the necessary 
formats in import time.
 if (pPageDesc->GetName() == GetStyleName())
 {
 auto pLeftHeader = 
pPageDesc->GetLeft().GetHeader().GetHeaderFormat();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-04-01 Thread Andrea Gelmini (via logerrit)
 sw/source/uibase/shells/drawsh.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit fe737095d88be60bf4f4e3b3ba876047177a25c5
Author: Andrea Gelmini 
AuthorDate: Thu Apr 1 21:39:20 2021 +0200
Commit: Andrea Gelmini 
CommitDate: Thu Apr 1 22:41:08 2021 +0200

Removed duplicated include

Change-Id: I0becc94e87dee55fad57e66d182c54cc64ee5013
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113469
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/source/uibase/shells/drawsh.cxx 
b/sw/source/uibase/shells/drawsh.cxx
index 3cf059b05929..5b57fcb07a1d 100644
--- a/sw/source/uibase/shells/drawsh.cxx
+++ b/sw/source/uibase/shells/drawsh.cxx
@@ -32,7 +32,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||141439


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141439
[Bug 141439] Cannot specify both a search expression and a style in Find &
Replace
-- 
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 102847] [META] Quick Find, Search and Replace

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||141439


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141439
[Bug 141439] Cannot specify both a search expression and a style in Find &
Replace
-- 
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 141439] Cannot specify both a search expression and a style in Find & Replace

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141439

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||102847, 102946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
-- 
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 141439] New: Cannot specify both a search expression and a style in Find & Replace

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141439

Bug ID: 141439
   Summary: Cannot specify both a search expression and a style in
Find & Replace
   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: eyalr...@gmx.com

In LO writer, you can either search for a given string (or an expression), or
for any occurrence of a given style. But - you cannot do both at once.

You should definitely be able to say "Find the word foo in all paragraphs with
paragraph style MyStyle"; and possibly also specify the character style, list
style and page style as well.

-- 
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 141438] remove obsolete comment ...

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141438

Michael Meeks  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Whiteboard||easyHack,
   ||difficultyBeginner,
   ||skillCpp, topicCleanup

-- 
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 141438] New: remove obsolete comment ...

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141438

Bug ID: 141438
   Summary: remove obsolete comment ...
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

The code seems to have -very- old comments in it of this form:

//FEATURE::CONDCOLL

These were checked in in 2000 with the original code, and don't belong in the
code-base. Please can you remove all of them neatly ? =)

Thanks.

-- 
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-1' - extensions/source

2021-04-01 Thread Caolán McNamara (via logerrit)
 extensions/source/propctrlr/usercontrol.cxx |9 ++---
 extensions/source/propctrlr/usercontrol.hxx |7 ++-
 2 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit d0628bd6813de2685f4367118dc0f9ca036d1eaf
Author: Caolán McNamara 
AuthorDate: Thu Apr 1 17:31:58 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Apr 1 22:19:57 2021 +0200

tdf#141084 don't notify that the control has changed content until focus-out

while also keeping tdf#140239 working too

Change-Id: I42833f6a4d2440781cf3f2297b78c6e313b3d239
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113474
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extensions/source/propctrlr/usercontrol.cxx 
b/extensions/source/propctrlr/usercontrol.cxx
index fbf829b62938..345162ecffa0 100644
--- a/extensions/source/propctrlr/usercontrol.cxx
+++ b/extensions/source/propctrlr/usercontrol.cxx
@@ -248,9 +248,7 @@ namespace pcr
 bool bSuccess = rValue >>= sURL;
 if (bSuccess && GraphicObject::isGraphicObjectUniqueIdURL(sURL))
 sURL = pControlWindow->GetPlaceHolder();
-// tdf#140239 leave current cursor valid if the contents won't change
-if (sURL != pControlWindow->GetURL())
-pControlWindow->set_entry_text(sURL);
+pControlWindow->set_entry_text(sURL);
 }
 
 Any SAL_CALL OFileUrlControl::getValue()
@@ -266,6 +264,11 @@ namespace pcr
 return ::cppu::UnoType::get();
 }
 
+IMPL_LINK_NOARG(OFileUrlControl, URLModifiedHdl, weld::ComboBox&, void)
+{
+editChanged();
+}
+
 } // namespace pcr
 
 
diff --git a/extensions/source/propctrlr/usercontrol.hxx 
b/extensions/source/propctrlr/usercontrol.hxx
index facc2621707f..74821a25d0d4 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -119,6 +119,8 @@ namespace pcr
 typedef CommonBehaviourControl OFileUrlControl_Base;
 class OFileUrlControl : public OFileUrlControl_Base
 {
+private:
+DECL_LINK(URLModifiedHdl, weld::ComboBox&, void);
 public:
 OFileUrlControl(std::unique_ptr xWidget, 
std::unique_ptr xBuilder, bool bReadOnly);
 
@@ -130,7 +132,10 @@ namespace pcr
 virtual void SetModifyHandler() override
 {
 OFileUrlControl_Base::SetModifyHandler();
-getTypedControlWindow()->connect_changed(LINK(this, 
CommonBehaviourControlHelper, ModifiedHdl));
+SvtURLBox* pControlWindow = getTypedControlWindow();
+// tdf#140239 and tdf#141084 don't notify that the control has 
changed content until focus-out
+pControlWindow->connect_focus_out(LINK(this, 
CommonBehaviourControlHelper, LoseFocusHdl));
+pControlWindow->connect_changed(LINK(this, OFileUrlControl, 
URLModifiedHdl));
 }
 
 virtual weld::Widget* getWidget() override { return 
getTypedControlWindow()->getWidget(); }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 141403] Crash when I close a tab and not save the document.

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141403

beatriz.a...@hotmail.com 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 108075] [META] Scrolling and Page up/down issues

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108075
Bug 108075 depends on bug 141333, which changed state.

Bug 141333 Summary: Mouse wheel scroll slow in Font Features
https://bugs.documentfoundation.org/show_bug.cgi?id=141333

   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 114781] IMPRESS & DRAW: „Zoom & View Layout“ window does not response, if slider is on a higher zoom level than 1000%

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114781

--- Comment #13 from Mike  ---
One thing ist fixed:

>3. Click (in old LO versions - double click) on the number.
>-> „Zoom & View Layout“ window appears. It suggest a value of 1000%.
>4. Click on „OK“.
>->Nothing happens. Zoom factor stays the same

the other thing is not fixed

>5. Open „Zoom & View Layout“ window again
>6. Delete the „1000%“ (empty the variable field)
>7. Click „OK“
>8. Zoom will skip to 5 % instead of 1000 %. 

If you delete the zoom factor variable, the zoom will skip to 5% and not 100%.

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
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 141437] EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

Scito  changed:

   What|Removed |Added

 Blocks||108479
Crash report or||141436
crash signature||


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108479
[Bug 108479] [META] Paste special bugs and enhancements
-- 
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 141437] EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

Scito  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||1436
Crash report or|141436  |
crash signature||

-- 
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 141436] EDITING: transposed formula object has "size zero" and is in wrong cell

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141436

Scito  changed:

   What|Removed |Added

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

-- 
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 108479] [META] Paste special bugs and enhancements

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108479

Scito  changed:

   What|Removed |Added

 Depends on||141437


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141437
[Bug 141437] EDITING: transposed form objects (like circle or line) have wrong
dimensions
-- 
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 141437] EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

Scito  changed:

   What|Removed |Added

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

-- 
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 141437] EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

Scito  changed:

   What|Removed |Added

 CC||i...@scito.ch

--- Comment #1 from Scito  ---
Created attachment 170906
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170906=edit
transpose_circle_object.ods

-- 
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 141399] 'Update all' repositions text cursor

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141399

Michael Warner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Michael Warner  ---
Christian, can you provide a sample 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-bugs] [Bug 141437] New: EDITING: transposed form objects (like circle or line) have wrong dimensions

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141437

Bug ID: 141437
   Summary: EDITING: transposed form objects (like circle or line)
have wrong dimensions
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i...@scito.ch

Description:
Form objects have different size/dimensions than the original form object.

Steps to Reproduce:
1. Open attached sheet "transpose_circle_object.ods".
2. Select cells A1 to A3.
3. Copy cells
4. Go to cell A5
5. Menu Edit > Paste Special > Paste Special
6. Click on the Transpose button in the Paste Special dialog.

Actual Results:
The circle changed the shape to an ellipse.
It is in correct cell B5.

Expected Results:
The circle object keeps the shape of a circle.
It is in correct cell B5.


Reproducible: Always


User Profile Reset: No



Additional Info:
I've discovered this bug while fixing and testing bug 107348.

Version: 7.0.4.2
Build ID: 00(Build:2)
CPU threads: 4; OS: Linux 5.3; UI render: GL; VCL: kf5
Locale: de-CH (en_US.UTF-8); UI: de-DE
Calc: threaded

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 4f7bc49bce261f1cf206d25f0299fd080a9f5d28
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: x11
Locale: en-US (en_US.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


  1   2   3   4   >