[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - svx/uiconfig

2021-08-26 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/sidebarparagraph.ui |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit b30f30fdcc00a254943c39971b0f7f3769ec4f78
Author: Caolán McNamara 
AuthorDate: Thu Aug 26 16:12:42 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Aug 26 21:50:30 2021 +0200

tdf#139660 one of the group needs to be active

in this case using ToolButtons instead of ToggleToolButtons will work ok

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

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index bb37e5689191..6dbeae3fd4e9 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -55,7 +55,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -66,7 +66,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -77,7 +77,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -88,7 +88,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -115,7 +115,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -126,7 +126,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -152,7 +152,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -163,7 +163,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -174,7 +174,7 @@
   
 
 
-  
+  
 True
 False
 True


[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - svx/uiconfig

2021-08-26 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/sidebarparagraph.ui |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 01bcfc465a26ca2bdad6ed5c8d03698d02327c52
Author: Caolán McNamara 
AuthorDate: Thu Aug 26 16:12:42 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Aug 26 21:50:11 2021 +0200

tdf#139660 one of the group needs to be active

in this case using ToolButtons instead of ToggleToolButtons will work ok

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

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index 2db34a7d6ef3..1f34c35b1c67 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -55,7 +55,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -66,7 +66,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -77,7 +77,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -88,7 +88,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -115,7 +115,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -126,7 +126,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -152,7 +152,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -163,7 +163,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -174,7 +174,7 @@
   
 
 
-  
+  
 True
 False
 True


[Libreoffice-bugs] [Bug 142415] Using mouse click in a base to launch a macro from a cell in a table control does not work

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142415

--- Comment #6 from Robert Großkopf  ---
(In reply to Buovjaga from comment #5)
> (In reply to Robert Großkopf from comment #4)
> > First I thought this might be a duplicate of bug 89917. Then I tested with
> > https://bugs.documentfoundation.org/attachment.cgi?id=113999 and detected:
> > Not only the events of write protected tablecontrol has been gone. The
> > events from mouse in editable tablecontrols has also been gone.
> > 
> > This works in LO 7.0.5.2, fails with LO 7.1.3.2 on OpenSUSE 15.2 64bit rpm
> > Linux.
> 
> Please, can you explain how I can see the problem in attachment 113999
> [details]? If I edit the form and control properties of the control in
> Tablecontrol, the events are empty even in 7.0 and 6.3.

Have a look at form Kontakte_Query_not_editable_Tablecontrol.
Open the form for editing.
Right Mousbutton on "Name" → Column → Events: Mous button released is linked to
Main
Right Mousbutton on "EMail" → Column → Events: Mous button pressed is linked to
Main
Right Mousbutton on "Web" → Column → Events: When receiving focus is linked to
Main
It is nearly the same in the form Kontakte_Query_editable_Tablecontrol. Only
"Web" is linked by "Mouse inside".

Every field is linked to the same macro which only shows a msgbox "Event
happens".
Please click with mouse on the tablecontrol of
Kontakte_Query_editable_Tablecontrol. The msgbox will appear. Might be you have
to click not only one time for it. on LO t.o.* and earlier versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread Andreas Heinisch (via logerrit)
 svtools/source/table/tablecontrol_impl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02e48e4c27b2f55bd287717a12ebc68277878b75
Author: Andreas Heinisch 
AuthorDate: Wed Aug 25 16:50:50 2021 +0200
Commit: Andreas Heinisch 
CommitDate: Thu Aug 26 21:48:22 2021 +0200

tdf#143169 - Remove additional row header width

If the table control has row headings, add the extra row width only at
the beginning of each row and not at the end. Otherwise the renderer of
the table control adds an additional column with the width of the row
header of the table.

Change-Id: I0acb67f21d0ad756ed53c56690d3f2deb50de8e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121038
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch 

diff --git a/svtools/source/table/tablecontrol_impl.cxx 
b/svtools/source/table/tablecontrol_impl.cxx
index d0124e290ad2..fbfa551d2c87 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -516,7 +516,7 @@ namespace svt::table
 ColumnPositions::const_reverse_iterator loop = 
m_aColumnWidths.rbegin();
 do
 {
-aArea.SetRight( loop->getEnd() - nScrolledOutLeft + 
m_nRowHeaderWidthPixel );
+aArea.SetRight(loop->getEnd() - nScrolledOutLeft);
 ++loop;
 }
 while ( (   loop != m_aColumnWidths.rend() )


[Libreoffice-bugs] [Bug 138877] Should LibreOffice be giving a warning when a document is opened, but the template from which it was created is deleted?

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138877

BogdanB  changed:

   What|Removed |Added

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

--- Comment #4 from BogdanB  ---
Also tested in 
Version: 5.4.7.2
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk2; 
Locale: ro-RO (ro_RO.UTF-8); Calc: group

No message there when templete for that file is no more there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144106] FILEOPEN: LibreOffice crashes on opening CSV file

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144106

--- Comment #3 from rob...@prino.org ---
It works abso-fluck-ingly flawlessly with 7.1.5.2, to which I had to revert, by
uninstalling 7.2, which wiped out I don't know how many settings - suddenly the
Spanish dictionary came back as did South-African English as a interface
language... 

Needlessly to say, I will stay on 7.1.5.2, as this situation should never ever
have passed any QA. 

And as for "Corrupted user profile", if you don't know what causes it, *I* am
not going to reset anything!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 116315] Cycle Case does not use Sentence case or tOGGLE cASE

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116315

--- Comment #15 from elmau  ---
I test in 7.2

Write any sentence all in UPPERCASE, for example:

LIBREOFFICE IS THE BEST

Select "only" one word, for example "THE" and press SHIFT+F3 three times, the
result is:

Actual Results:  
Libreoffice is the best

Expected Results:
LIBREOFFICE IS the BEST

Reproducible: Always

Additional Info:
Version: 7.2.0.4 / LibreOffice Community
Build ID: 20(Build:4)
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
7.2.0-1
Calc: threaded

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Re: freetype2 2.11.0-1.1 Update Breaks on OpenSUSE Tumbleweed

2021-08-26 Thread Luboš Luňák
On Sunday 22 of August 2021, Luke Benes wrote:
> This also breaks the built on Gentoo and has been reported there too(see
> below). Should we patch our tarball or just update it?
>
> Luboš,
> You've been the most active maintainer. Any thoughts?

 Skia uses some unstable freetype API. I've patched that out, now it should 
build.

> -Luke
> 
> From: bugzilla_nore...@suse.com 
> Sent: Sunday, August 22, 2021 2:06 PM
> Subject: [Bug 1189444] freetype2 2.11.0-1.1 Update Breaks LibreOffice Build
>
> Comment#2  on bug
> 1189444 from Markéta
> Machová
>
> I am aware of this. See https://bugs.gentoo.org/803467 for more info, newer
> skia needs to be bundled with LO (you can find some patches there). But...
> well, I can take skia tarball, patch it and just hardcode it there (without
> the download link), but I find it a bit dirty.



-- 
 Luboš Luňák
 l.lu...@collabora.com


[Libreoffice-bugs] [Bug 120853] [META] DOC (binary) document protection-related issues/enhancement

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120853

Justin L  changed:

   What|Removed |Added

 Depends on||89385


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=89385
[Bug 89385] Edit mode is password is not working on DOC files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 89385] Edit mode is password is not working on DOC files

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89385

Justin L  changed:

   What|Removed |Added

 Blocks||120853

--- Comment #9 from Justin L  ---
confirmed: opening password is requested.
Editing is possible by going to Format - Sections - and removing the protected
status from the section (no password is requested).

I didn't see a duplicate in the META bug, but I expect I've seen this before...


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120853
[Bug 120853] [META] DOC (binary) document protection-related issues/enhancement
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 93210] disappearing line in LibO after click

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93210

--- Comment #9 from Justin L  ---
I don't understand the point of this bug report at all.

So, the document has too much text to actually be shown in a single cell. And
clicking in there make some of the text visible/invisible? Who cares?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 104522] [META] DOCX (OOXML) header & footer-related issues

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104522
Bug 104522 depends on bug 67013, which changed state.

Bug 67013 Summary: FILESAVE: border of header disappears when saving in 
anything but .odt /.ott
https://bugs.documentfoundation.org/show_bug.cgi?id=67013

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 67013] FILESAVE: border of header disappears when saving in anything but .odt /.ott

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67013

Justin L  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #16 from Justin L  ---
(In reply to Luke Deller from comment #9)
> Microsoft Word does not actually support the concept of setting a border on
> a header/footer.

Thus NOTABUG

> If instead you set the border on the paragraph within the header, rather
> than on the header itself, then this comes through fine into doc or docx

This kind of emulation is not worth all the pitfalls it will cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/sidebarparagraph.ui |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit d2015ef1e98454c6e9e1b6083bd7103fbab3
Author: Caolán McNamara 
AuthorDate: Thu Aug 26 16:12:42 2021 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 26 20:40:26 2021 +0200

tdf#139660 one of the group needs to be active

in this case using ToolButtons instead of ToggleToolButtons will work ok

Change-Id: I806a8fc409ae346dd6734be13d69c4b171e54c08
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121121
Tested-by: Jenkins
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index bb37e5689191..6dbeae3fd4e9 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -55,7 +55,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -66,7 +66,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -77,7 +77,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -88,7 +88,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -115,7 +115,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -126,7 +126,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -152,7 +152,7 @@
 False
 2
 
-  
+  
 True
 False
 True
@@ -163,7 +163,7 @@
   
 
 
-  
+  
 True
 False
 True
@@ -174,7 +174,7 @@
   
 
 
-  
+  
 True
 False
 True


[Libreoffice-bugs] [Bug 144108] New: Calc application color changes inconsistent.

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144108

Bug ID: 144108
   Summary: Calc application color changes inconsistent.
   Product: LibreOffice
   Version: 7.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ruven.gottl...@gmail.com

When changing background color in calc doc to black, color for all lines is
inverted to white. However, the highlighted cell borders stay black, rendering
the cell invisible.

When changing background color in calc doc to e.g. dark blue, color for all
lines is inverted to white. However, cell contents, and the highlighted cell
borders stay black.

The cell border lines, cell contents, and highlighted cell border color ought
to be changed in a consistent manner.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144106] FILEOPEN: LibreOffice crashes on opening CSV file

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144106

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today or with LO Debian package
7.4.5, I don't reproduce this.

Could you test with LO 7.1.5 or brand 7.2.0 ?
Also, can you give a try at https://wiki.documentfoundation.org/QA/FirstSteps ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138990] ODBC - LO, LO Vanilla, Collabora Office fail to retrieve ODBC datasources on M1 Apple Silicon

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138990

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Alex: searching about your error message, I saw this:
https://blog.devart.com/iodbc-driver-manager-for-apple-silicon-m1.html

"...ODBC drivers for Mac require the iODBC driver manager, but it appears that
the current version only supports the x64-86 Intel architecture.

After seeing numerous complaints about using ODBC drivers from users of the new
Macs, we decided to build iODBC for the x64-86 and arm64 architectures from the
source code of v.3.52.14 and share it with the ODBC community...".

Does it correspond to what you installed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 132616] FILESAVE: ODT->DOC/X: deleted track-changes content not completely marked as deleted

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132616

Justin L  changed:

   What|Removed |Added

   Keywords||filter:docx
Summary|FILESAVE: DOC: Page break   |FILESAVE: ODT->DOC/X:
   |added after every heading   |deleted track-changes
   ||content not completely
   ||marked as deleted

--- Comment #4 from Justin L  ---
This ODT actually is 30 pages of deleted content - visible when you View - Show
tracked changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 65152] CALC: Superscript and Spacing character formats not copied by Clone Formatting - clarify Help per Comment 7

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65152

Rafael Lima  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |rafael.palma.l...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142415] Using mouse click in a base to launch a macro from a cell in a table control does not work

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142415

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Buovjaga  ---
(In reply to Robert Großkopf from comment #4)
> First I thought this might be a duplicate of bug 89917. Then I tested with
> https://bugs.documentfoundation.org/attachment.cgi?id=113999 and detected:
> Not only the events of write protected tablecontrol has been gone. The
> events from mouse in editable tablecontrols has also been gone.
> 
> This works in LO 7.5.0.2, fails with LO 7.1.3.2 on OpenSUSE 15.2 64bit rpm
> Linux.

Please, can you explain how I can see the problem in attachment 113999? If I
edit the form and control properties of the control in Tablecontrol, the events
are empty even in 7.0 and 6.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144107] Editing: page breaks is not visible without gridlines

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144107

--- Comment #2 from Uwe Auer  ---
No repro in 

Version: 7.1.5.2 / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5
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] [Bug 144107] Editing: page breaks is not visible without gridlines

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144107

--- Comment #1 from Uwe Auer  ---
Repro

Version: 7.2.0.4 / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
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] [Bug 131487] Words whose characters span multiple languages should not undergo spell checking

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131487

--- Comment #16 from sergio.calleg...@gmail.com ---
Again this seems to me like abusing a tool that is made for something else.

IMHO, dictionaries assigned to *all* languages are meant for stuff that is
*invariant* across *all* languages, not stuff that is half in a language and
half in another one.  For instance, a brand, a town name, a person name is
likely to stay the same whatever language you are writing in regardless of the
fact that it may not be a proper word in many (or any) of them.

Putting a construction like "dell'Industrial" in an "all languages" dictionary
or in a global ignore list would prevent LibO from correctly marking
"dell'Industrial" as an error when all the characters are marked for the
Italian language (for instance because you meant to write "dell'Industriale").
In some senses it would pollute the set of words recognized as correct in many
cases for the sake of avoiding a rare false positive. 

The other way round, the one and only one case where something like
"dell'Industrial" should not be marked as an error is when you explicitly mark
a part of this construction as Italian and the other part as English.

Avoiding the spellcheck for words whose characters span 2 languages would avoid
the false positive when "dell'Industrial" is wanted (because of the explicit
action of marking "dell'" as Italian and "Industrial" as English) and produce a
false negative only in the extremely rare case when trying to write a form like
"dell'Industrial" you do not pay enough enough attention (and e.g. you write
"dell'Intustrial" - a mistake - notwithstanding the fact that you make an extra
effort on this form (to mark its characters to be part in a language and part
in another).

Most important it would have *zero* impact on words made of characters using
only one language. Conversely, the solution of manually adding forms to
dictionaries not only requires an effort in doing so, but changes the way in
which spellchecking works for all documents.

There is also another aspect. Spellcheck is not only about right/wrong. It is
also about suggestions.  If I add "dell'Industrial" to some dictionary, I
suspect I will get this suggestion whenever I write "dell'Intustriale" rather
than "dell'Industriale" as words whose characters are all Italian, and I
definitely do not want that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144090] Impress does not change slides until skia is disabled

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144090

Julien Nabet  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com

--- Comment #5 from Julien Nabet  ---
Thank you for your feedback.
I'm not sure, when you use "Forceer Skia Software rendering", is it also UI
render: Skia/Vulkan or rather UI render: Skia/Raster ?

Luboš: thought you might be interested in this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142331] Navigationbar in tableviews: Next record jumps over the next record to the third record.

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142331

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144037] kf5: Unable to insert table from toolbar button

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144037

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Buovjaga  ---
Verified, thanks!

Arch Linux 64-bit
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: a1a83b6b3b4459de353e0cdc8cdf402370c0a5c4
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 26 August 2021

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144008] LO crashes when macro tries to start a form document in Base (kf5 only)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144008

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #5 from Buovjaga  ---
Verified, thanks!

Arch Linux 64-bit
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: a1a83b6b3b4459de353e0cdc8cdf402370c0a5c4
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 26 August 2021

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143148] Use pragma once instead of include guards (Episode 2: Endgame)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143148

--- Comment #14 from Commit Notification 
 ---
4k5h1t committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0bae96d56134e2cd2a6fe101fc053cea48c1e017

tdf#143148: Use pragma once instead of include guards in compilerplugins

It will be available in 7.3.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: compilerplugins/clang

2021-08-26 Thread 4k5h1t (via logerrit)
 compilerplugins/clang/store/bodynotinblock.hxx  |5 +
 compilerplugins/clang/store/cascadingassignop.hxx   |5 +
 compilerplugins/clang/store/cascadingcondop.hxx |5 +
 compilerplugins/clang/store/lclstaticfix.hxx|5 +
 compilerplugins/clang/store/postfixincrementfix.hxx |5 +
 compilerplugins/clang/store/removeforwardstringdecl.hxx |5 +
 compilerplugins/clang/store/tutorial/tutorial1.hxx  |5 +
 compilerplugins/clang/store/tutorial/tutorial2.hxx  |5 +
 compilerplugins/clang/store/tutorial/tutorial3.hxx  |5 +
 compilerplugins/clang/unusedvariablecheck.hxx   |5 +
 10 files changed, 10 insertions(+), 40 deletions(-)

New commits:
commit 0bae96d56134e2cd2a6fe101fc053cea48c1e017
Author: 4k5h1t 
AuthorDate: Thu Aug 26 17:08:15 2021 +0530
Commit: Ilmari Lauhakangas 
CommitDate: Thu Aug 26 19:20:45 2021 +0200

tdf#143148: Use pragma once instead of include guards in compilerplugins

Replace include guards with pragma once in several header files in 
compilerplugins

Change-Id: I9cc586977dc7ade9278d93396c3efcd13acba286
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121089
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/compilerplugins/clang/store/bodynotinblock.hxx 
b/compilerplugins/clang/store/bodynotinblock.hxx
index e5f0dc49f428..d74a4fbc169d 100644
--- a/compilerplugins/clang/store/bodynotinblock.hxx
+++ b/compilerplugins/clang/store/bodynotinblock.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef BODYNOTINBLOCK_H
-#define BODYNOTINBLOCK_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -33,6 +32,4 @@ class BodyNotInBlock
 
 } // namespace
 
-#endif // BODYNOTINBLOCK_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/cascadingassignop.hxx 
b/compilerplugins/clang/store/cascadingassignop.hxx
index 26080c004beb..147ecaad0dd2 100644
--- a/compilerplugins/clang/store/cascadingassignop.hxx
+++ b/compilerplugins/clang/store/cascadingassignop.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef CASCADINGCONDOP_H
-#define CASCADINGCONDOP_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -33,6 +32,4 @@ class CascadingAssignOp
 
 } // namespace loplugin
 
-#endif // CASCADINGCONDOP_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/cascadingcondop.hxx 
b/compilerplugins/clang/store/cascadingcondop.hxx
index f2c995064eb4..599fafd8263a 100644
--- a/compilerplugins/clang/store/cascadingcondop.hxx
+++ b/compilerplugins/clang/store/cascadingcondop.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef CASCADINGCONDOP_H
-#define CASCADINGCONDOP_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -33,6 +32,4 @@ class CascadingCondOp
 
 } // namespace loplugin
 
-#endif // CASCADINGCONDOP_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/lclstaticfix.hxx 
b/compilerplugins/clang/store/lclstaticfix.hxx
index e15420e63927..16623edcbd8c 100644
--- a/compilerplugins/clang/store/lclstaticfix.hxx
+++ b/compilerplugins/clang/store/lclstaticfix.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef LCLSTATICFIX_H
-#define LCLSTATICFIX_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -28,6 +27,4 @@ class LclStaticFix
 
 } // namespace
 
-#endif // POSTFIXINCREMENTFIX_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/postfixincrementfix.hxx 
b/compilerplugins/clang/store/postfixincrementfix.hxx
index 6cc2470e6ee7..7f496662be17 100644
--- a/compilerplugins/clang/store/postfixincrementfix.hxx
+++ b/compilerplugins/clang/store/postfixincrementfix.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef POSTFIXINCREMENTFIX_H
-#define POSTFIXINCREMENTFIX_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -33,6 +32,4 @@ class PostfixIncrementFix
 
 } // namespace
 
-#endif // POSTFIXINCREMENTFIX_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/removeforwardstringdecl.hxx 
b/compilerplugins/clang/store/removeforwardstringdecl.hxx
index ef2c3f96743f..bedd2c534359 100644
--- a/compilerplugins/clang/store/removeforwardstringdecl.hxx
+++ b/compilerplugins/clang/store/removeforwardstringdecl.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef REMOVEFORWARDSTRINGDECL_H
-#define REMOVEFORWARDSTRINGDECL_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -30,6 +29,4 @@ class RemoveForwardStringDecl
 
 } // namespace
 
-#endif // REMOVEFORWARDSTRINGDECL_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/compilerplugins/clang/store/tutorial/tutorial1.hxx 
b/compilerplugins/clang/store/tutorial/tutorial1.hxx
index a296ab2cf27b..10f73f04b2cd 100644
--- a/compilerplugins/clang/store/tutorial/tutorial1.hxx
+++ b/compilerplugins/clang/store/tutorial/tutorial1.hxx
@@ -9,8 +9,7 @@
  *
  */
 
-#ifndef TUTORIAL1_H
-#define TUTORIAL1_H
+#pragma once
 
 #include "plugin.hxx"
 
@@ -33,6 +32,4 @@ class Tutorial1
 
 } 

[Libreoffice-commits] core.git: helpcontent2

2021-08-26 Thread Adolfo Jayme Barrientos (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fceae764d6bb8d54b138eec79b79c71461db6c20
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Aug 26 12:20:03 2021 -0500
Commit: Gerrit Code Review 
CommitDate: Thu Aug 26 19:20:03 2021 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 230ace24c9acaf135c5748cdda76e7bdfa0a3eda
  - Add a couple of missing definite articles

Change-Id: I5b4c31b0cfc7eac0b82e45bcc8f9407df33a91fe

diff --git a/helpcontent2 b/helpcontent2
index 726aca1551a7..230ace24c9ac 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 726aca1551a75da04dfd8815947d904f96d9c37b
+Subproject commit 230ace24c9acaf135c5748cdda76e7bdfa0a3eda


[Libreoffice-commits] help.git: source/text

2021-08-26 Thread Adolfo Jayme Barrientos (via logerrit)
 source/text/shared/01/ref_pdf_export_general.xhp |2 +-
 source/text/swriter/01/show_whitespace.xhp   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 230ace24c9acaf135c5748cdda76e7bdfa0a3eda
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Aug 26 12:19:26 2021 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Aug 26 12:19:51 2021 -0500

Add a couple of missing definite articles

Change-Id: I5b4c31b0cfc7eac0b82e45bcc8f9407df33a91fe

diff --git a/source/text/shared/01/ref_pdf_export_general.xhp 
b/source/text/shared/01/ref_pdf_export_general.xhp
index 1692a71c5..08ff8827c 100644
--- a/source/text/shared/01/ref_pdf_export_general.xhp
+++ b/source/text/shared/01/ref_pdf_export_general.xhp
@@ -148,7 +148,7 @@
 
 
 Export hidden pages
-Exports 
document hidden slides.
+Exports the 
document’s hidden slides.
 
 
 
diff --git a/source/text/swriter/01/show_whitespace.xhp 
b/source/text/swriter/01/show_whitespace.xhp
index 13fbb7e7b..6efb1e722 100644
--- a/source/text/swriter/01/show_whitespace.xhp
+++ b/source/text/swriter/01/show_whitespace.xhp
@@ -19,7 +19,7 @@
 
 
 Show 
Whitespace
-Displays the document with the top and bottom margins, header 
and footer and a gap between pages. Uncheck to collapse all the elements above 
and display document in a contiguous page stream. Hiding whitespace is only 
possible in Single-page view.
+Displays the document with the top and bottom margins, header 
and footer and a gap between pages. Uncheck to collapse all the elements cited 
and display the document in a contiguous page stream. Hiding whitespace is only 
possible in Single-page view.
 
 
 


[Libreoffice-bugs] [Bug 108772] FILEOPEN: DOC - Last paragraph not shown/hardly accessible in Word 2013+ after roundtrip

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108772

Justin L  changed:

   What|Removed |Added

 CC||david.mu...@intera.si

--- Comment #17 from Justin L  ---
*** Bug 143935 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143935] FILESAVE as doc: last line of document is not shown in MS Word

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143935

Justin L  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Justin L  ---


*** This bug has been marked as a duplicate of bug 108772 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 40163] Export to PDF with option Selection, produces full page export, and not an export based on the area surrounding the selected objects

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

--- Comment #41 from Tristan Miller  ---
(In reply to sergio.callegari from comment #39)
> Draw is often used to prepare illustrations in PDF format to be used in
> other applications (think LaTeX or desktop publishing).

Not just desktop publishing, but professional publishing too.  Most publishers
of journals and books request that diagrams and other illustrations be
submitted as separate files.  All such publishers I have worked with accept PDF
files for vector artwork, but none of them accept OpenDocument files, and many
of them don't accept any of the vector formats produced via LibreOffice's
File->Export command.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144107] New: Editing: page breaks is not visible without gridlines

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144107

Bug ID: 144107
   Summary: Editing: page breaks is not visible without gridlines
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: v...@vlbnu.nl

Version: 7.2.0.4 (x64) / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 16; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL

The issue is reproduce by steps:
1- open blank sheet
2- make a page break and it will be visible
3- go to menu options-LO calc-image
4- set to hide at raterlines and click ok
5-page break is no longer visible

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144106] FILEOPEN: LibreOffice crashes on opening CSV file

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144106

rob...@prino.org changed:

   What|Removed |Added

 CC||rob...@prino.org

--- Comment #1 from rob...@prino.org ---
Created attachment 174565
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174565=edit
File than cannot be opened

This file immediately crashed LO when I'm trying to open it by double clicking
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144090] Impress does not change slides until skia is disabled

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144090

--- Comment #4 from Geert Jacobs  ---
(In reply to Julien Nabet from comment #2)
> In addition to what Telesto indicated, you can also follow:
> https://wiki.documentfoundation.org/QA/FirstSteps#Graphics-related_issues_.
> 28Skia.29

1. System is up to date according Lenovo Vantage update checker.
2. When I enable the flag "Forceer Skia Software rendering" below enabled skia
option(Dutch version), the slide transitions work correctly. When i turn that
flag back off (only enable skia active without rendering option active), no
slide transitions anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144106] New: FILEOPEN: LibreOffice crashes on opening CSV file

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144106

Bug ID: 144106
   Summary: FILEOPEN: LibreOffice crashes on opening CSV file
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@prino.org

Description:
The attached CSV file immediately crashes Calc when double-clicked to open it.

Steps to Reproduce:
1. Double click the attached "lift.csv"

Actual Results:
Crash

Expected Results:
Open, like in the previous versions


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.0.4 (x64) / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 8; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-GB (en_GB); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 40163, which changed state.

Bug 40163 Summary: Export to PDF with option Selection, produces full page 
export, and not an export based on the area surrounding the selected objects
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|NOTABUG |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746
Bug 99746 depends on bug 40163, which changed state.

Bug 40163 Summary: Export to PDF with option Selection, produces full page 
export, and not an export based on the area surrounding the selected objects
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|NOTABUG |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 40163] Export to PDF with option Selection, produces full page export, and not an export based on the area surrounding the selected objects

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

V Stuart Foote  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|NOTABUG |---

--- Comment #40 from V Stuart Foote  ---
Still very much a bug in the PDF export filter.

Page size of the PDF export should match the bounding block of the selected
objects--just like it does for the other export/save as filters.

Seems the PDF page is incorrectly set to the page size of the source document.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142331] Navigationbar in tableviews: Next record jumps over the next record to the third record.

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142331

Robert Großkopf  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Robert Großkopf  ---
Have tried it again.
Opened a table, tried to move to next records by the buttons at the bottom of
the table.
LO 7.1.5.2 will jump to third record.
Version: 7.1.5.2 / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 6; OS: Linux 5.3; UI render: default; VCL: kf5
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

LO 7.2.0.4 won't reproduce the buggy behavior. Jumps to next (second) row as
versions before LO 7.1.

Seems the bug has been gone with the wind.

I will set this one as WORKSFORME, because EOL of LO 7.1 will come soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144090] Impress does not change slides until skia is disabled

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144090

--- Comment #3 from Geert Jacobs  ---
(In reply to Telesto from comment #1)
> Could you copy the Help -> About (there is a copy button) and add it here?
> Asking myself: are we talking about Skia Raster or Skia Vulkan. (Help about
> will show)

skia disabled:

Version: 7.1.5.2 (x64) / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: nl-BE (nl_BE); UI: nl-NL
Calc: threaded


skia enabled:

Version: 7.1.5.2 (x64) / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win
Locale: nl-BE (nl_BE); UI: nl-NL
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 80430] [META] Documentation gap for new features

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
Bug 80430 depends on bug 142574, which changed state.

Bug 142574 Summary: Help article is required for Wildcard functionality; and 
disambiguation with regular expressions.
https://bugs.documentfoundation.org/show_bug.cgi?id=142574

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141633] VIEWING: Font Display in tableviews distorted, abnormal size of selected fields

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141633

Buovjaga  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||ilmari.lauhakangas@libreoff
   ||ice.org
Version|7.1.2.2 release |7.1.0.0.alpha0+
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #18 from Buovjaga  ---
Bibisected with linux-64-7.1 to
https://git.libreoffice.org/core/commit/6e7e19d9c300dbdd279789b09f94781e946fad52
weld DateControl

Adding Cc: to Caolán McNamara

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144090] Impress does not change slides until skia is disabled

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144090

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
In addition to what Telesto indicated, you can also follow:
https://wiki.documentfoundation.org/QA/FirstSteps#Graphics-related_issues_.28Skia.29

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142331] Navigationbar in tableviews: Next record jumps over the next record to the third record.

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142331

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #4 from Buovjaga  ---
Not reproduced with 7.1, 7.2 or 7.3 bibisect repos on Linux. I tried kf5 and
gtk3 backends. What might be the problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144100] AutoInput fuction goes only on the next cell.

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144100

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
I don't find it, but I think it is already reported.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141337] Python doc.Sheets.copyByName(existingname, newname, position) does not update references in chart when copying sheets

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141337

Eleonora Govallo  changed:

   What|Removed |Added

 CC||elya.gova...@gmail.com

--- Comment #1 from Eleonora Govallo  ---
Hello!
No repro in Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 008f28c9e01114e731f785e9e238236a1ed069d2
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-08-22_15:17:36
Calc: threaded

In provided document i copied first sheet and checked the data in the chart and
the data was from copied sheet not from the first sheet.
Please update to the latest version ant try to reproduce the bug.
Also please add your version information (Help - About Libre office).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 40163] Export to PDF with option Selection, produces full page export, and not an export based on the area surrounding the selected objects

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

--- Comment #39 from sergio.calleg...@gmail.com ---
> Since it is not unreasonable to show a part of the slide on export ...

I think that there may be a misunderstanding in the scope of the bug. I believe
this issue is not about slides (that is was not opened thinking of impress),
but about drawings (opened thinking of draw). If you check the very first
message it says "It is impossible to export a selection of a *drawing* to PDF"
and then "Create a *drawing*, not a *slide*. For sure I got here because an
issue opened by myself was marked as a duplicate of the present issue, and my
initial bug was about draw.

While draw and impress are in many senses similar and possibly sharing a large
amount of code, the use cases are quite different.

Indeed it is not unreasonable to have the desire to export a slide including
only some elements and not others and for the slide case it may make sense to
deliver the whole page in its original size (particularly if the slide includes
master objects that span the whole slide).  However, for draw the situation is
more complex.

Draw is often used to prepare illustrations in PDF format to be used in other
applications (think LaTeX or desktop publishing). For these cases you want just
the drawing with a tight bounding box in the final PDF. Because draw does not
have a page format button to automatically restrict the page size to the actual
drawing and because exporting the selection is anyway required for this task
because currently it is the only way to create a PDF without a solid
background, in draw it would seem much more logical to provide a tight bounding
box with the PDF export of the current selection.

A case more similar to the impress one being mentioned would only occur in the
much less frequent case where you have a drawing with a layer including a title
block and margin borders. In this case you may be interested in exporting only
a part of the drawing maintaining the original page format (size + title block
layer).

Please reopen.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142444] Hyperlink not added to the with Ctrl-A selected text in cell

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142444

Anna Re  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Anna Re  ---
confirm in

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 5b9cf5881ef53fac5f1d8376f687dbadf9d3cf2b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (ru_RU); UI: en-US
Calc: CL

If you go through first scenario:
"Type a word in an empty cell in Calc, do not leave the cell
Type Ctrl-a to select all text in the cell
Type Ctrl-k to add a hyperlink
Type Ctrl-p to paste the URL
Type  to leave the Hyperlink window"

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 144037, which changed state.

Bug 144037 Summary: kf5: Unable to insert table from toolbar button
https://bugs.documentfoundation.org/show_bug.cgi?id=144037

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144037] kf5: Unable to insert table from toolbar button

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144037

Jan-Marek Glogowski  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144037] kf5: Unable to insert table from toolbar button

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144037

--- Comment #3 from Commit Notification 
 ---
Jan-Marek Glogowski committed a patch related to this issue.
It has been pushed to "master":

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

tdf#144037 Qt5 just close popup with mouse outside

It will be available in 7.3.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144037] kf5: Unable to insert table from toolbar button

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144037

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144008] LO crashes when macro tries to start a form document in Base (kf5 only)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144008

Jan-Marek Glogowski  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread Jan-Marek Glogowski (via logerrit)
 vcl/qt5/Qt5Widget.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1a83b6b3b4459de353e0cdc8cdf402370c0a5c4
Author: Jan-Marek Glogowski 
AuthorDate: Thu Aug 26 14:23:29 2021 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Aug 26 17:58:50 2021 +0200

tdf#144037 Qt5 just close popup with mouse outside

How hard could it be to close a popup window when losing focus or
clicking outside of it (AKA tdf#143114 problem 3)? At least with
Qt it feels like solving an NP problem...

So don't always force-close the popup window if clicked anywhere
on it. Seems to be consistent with gen and gtk3.

Change-Id: Ia1c231c0b51a55bec2c587feffcf14bb4b4cee55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121093
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/qt5/Qt5Widget.cxx b/vcl/qt5/Qt5Widget.cxx
index 864701340ad3..64ad4f7539c4 100644
--- a/vcl/qt5/Qt5Widget.cxx
+++ b/vcl/qt5/Qt5Widget.cxx
@@ -182,7 +182,7 @@ void Qt5Widget::mousePressEvent(QMouseEvent* pEvent)
 {
 handleMousePressEvent(m_rFrame, pEvent);
 if (m_rFrame.isPopup()
-|| !geometry().translated(geometry().topLeft() * 
-1).contains(pEvent->pos()))
+&& !geometry().translated(geometry().topLeft() * 
-1).contains(pEvent->pos()))
 closePopup();
 }
 


[Libreoffice-bugs] [Bug 116683] LibreOffice is unusable under Plasma's breeze-dark theme

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116683

--- Comment #19 from haytham@gmail.com ---
Ok, Here's latest update, you can set breeze(dark) under
tools>options>view>icon style, and all will be set correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144008] LO crashes when macro tries to start a form document in Base (kf5 only)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144008

--- Comment #4 from Commit Notification 
 ---
Jan-Marek Glogowski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/923b30aa27ceb377d6a540c012000e89ce5db31e

tdf#144008 Qt5/Kf5 create frames in the GUI thread

It will be available in 7.3.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144008] LO crashes when macro tries to start a form document in Base (kf5 only)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144008

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread Jan-Marek Glogowski (via logerrit)
 vcl/qt5/Qt5Instance.cxx|   18 +++---
 vcl/unx/kf5/KF5SalInstance.cxx |   15 ---
 2 files changed, 27 insertions(+), 6 deletions(-)

New commits:
commit 923b30aa27ceb377d6a540c012000e89ce5db31e
Author: Jan-Marek Glogowski 
AuthorDate: Thu Aug 26 13:49:13 2021 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Thu Aug 26 17:58:03 2021 +0200

tdf#144008 Qt5/Kf5 create frames in the GUI thread

There was a 50% chance my pick would have been correct... ok,
just half-true, as in hindsight, I should have preferred the
secure variant using RunInMain to start with.

I thought I could use some templated class functions to get rid
of all the copy and paste, but that looked even more ugly.

P.S. if you wonder - like myself - about the code formatting in
Qt5Instance::CreateFrame: that if from clang-format.

Change-Id: I3a6b0c12c9d71ad8e777ed82526d1515a249832c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121091
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index 432af5e6f718..f1e34d2761b1 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -285,13 +285,21 @@ void Qt5Instance::deleteObjectLater(QObject* pObject) { 
pObject->deleteLater();
 
 SalFrame* Qt5Instance::CreateChildFrame(SystemParentData* /*pParent*/, 
SalFrameStyleFlags nStyle)
 {
-return new Qt5Frame(nullptr, nStyle, m_bUseCairo);
+SalFrame* pRet(nullptr);
+RunInMainThread([&, this]() { pRet = new Qt5Frame(nullptr, nStyle, 
useCairo()); });
+assert(pRet);
+return pRet;
 }
 
 SalFrame* Qt5Instance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags 
nStyle)
 {
 assert(!pParent || dynamic_cast(pParent));
-return new Qt5Frame(static_cast(pParent), nStyle, m_bUseCairo);
+
+SalFrame* pRet(nullptr);
+RunInMainThread(
+[&, this]() { pRet = new Qt5Frame(static_cast(pParent), 
nStyle, useCairo()); });
+assert(pRet);
+return pRet;
 }
 
 void Qt5Instance::DestroyFrame(SalFrame* pFrame)
@@ -306,7 +314,11 @@ void Qt5Instance::DestroyFrame(SalFrame* pFrame)
 SalObject* Qt5Instance::CreateObject(SalFrame* pParent, SystemWindowData*, 
bool bShow)
 {
 assert(!pParent || dynamic_cast(pParent));
-return new Qt5Object(static_cast(pParent), bShow);
+
+SalObject* pRet(nullptr);
+RunInMainThread([&]() { pRet = new 
Qt5Object(static_cast(pParent), bShow); });
+assert(pRet);
+return pRet;
 }
 
 void Qt5Instance::DestroyObject(SalObject* pObject)
diff --git a/vcl/unx/kf5/KF5SalInstance.cxx b/vcl/unx/kf5/KF5SalInstance.cxx
index 608b5dccc4dc..9279ec50b98b 100644
--- a/vcl/unx/kf5/KF5SalInstance.cxx
+++ b/vcl/unx/kf5/KF5SalInstance.cxx
@@ -42,13 +42,22 @@ 
KF5SalInstance::KF5SalInstance(std::unique_ptr& pQApp, bool bUseCa
 
 SalFrame* KF5SalInstance::CreateChildFrame(SystemParentData* /*pParent*/, 
SalFrameStyleFlags nStyle)
 {
-return new KF5SalFrame(nullptr, nStyle, useCairo());
+SalFrame* pRet(nullptr);
+RunInMainThread([&, this]() { pRet = new KF5SalFrame(nullptr, nStyle, 
useCairo()); });
+assert(pRet);
+return pRet;
 }
 
-SalFrame* KF5SalInstance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags 
nState)
+SalFrame* KF5SalInstance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags 
nStyle)
 {
 assert(!pParent || dynamic_cast(pParent));
-return new KF5SalFrame(static_cast(pParent), nState, 
useCairo());
+
+SalFrame* pRet(nullptr);
+RunInMainThread([&, this]() {
+pRet = new KF5SalFrame(static_cast(pParent), nStyle, 
useCairo());
+});
+assert(pRet);
+return pRet;
 }
 
 bool KF5SalInstance::hasNativeFileSelection() const


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Julien Nabet  changed:

   What|Removed |Added

 CC||ipla...@tuta.io

--- Comment #11 from Julien Nabet  ---
*** Bug 144101 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144101] LibreOfficeDev - Immediate crash when attempting to edit a database report

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144101

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Julien Nabet  ---


*** This bug has been marked as a duplicate of bug 117159 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread Caolán McNamara (via logerrit)
 vcl/source/control/edit.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f72013ca65c7a33991d5fb124b919fe7cde269e2
Author: Caolán McNamara 
AuthorDate: Thu Aug 26 15:24:25 2021 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 26 17:57:16 2021 +0200

use max of avg digit or 'average char' width to measure Edit space

instead of the x-width

this is similar to what gtk does

Change-Id: I2806939a09b275a3060ddf693e2763238a4e075f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121118
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index c2329c45dc78..958b26e54dde 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -2668,8 +2668,8 @@ Size Edit::CalcSize(sal_Int32 nChars) const
 {
 // width for N characters, independent from content.
 // works only correct for fixed fonts, average otherwise
-Size aSz( GetTextWidth( "x" ), GetTextHeight() );
-aSz.setWidth( aSz.Width() * nChars );
+float fUnitWidth = std::max(approximate_char_width(), 
approximate_digit_width());
+Size aSz(fUnitWidth * nChars, GetTextHeight());
 aSz.AdjustWidth(ImplGetExtraXOffset() * 2 );
 aSz = CalcWindowSize( aSz );
 return aSz;
@@ -2679,8 +2679,8 @@ sal_Int32 Edit::GetMaxVisChars() const
 {
 const vcl::Window* pW = mpSubEdit ? mpSubEdit : this;
 sal_Int32 nOutWidth = pW->GetOutputSizePixel().Width();
-sal_Int32 nCharWidth = GetTextWidth( "x" );
-return nCharWidth ? nOutWidth/nCharWidth : 0;
+float fUnitWidth = std::max(approximate_char_width(), 
approximate_digit_width());
+return nOutWidth / fUnitWidth;
 }
 
 namespace vcl


[Libreoffice-bugs] [Bug 144105] New: LO crashes during mail merge wizard when an address block is modified

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144105

Bug ID: 144105
   Summary: LO crashes during mail merge wizard when an address
block is modified
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: patr...@scphotographic.com

Description:
I have a mail merge document for writing invoices, linked to a spreadsheet.
Both were converted from MS Office documents to .ods and .odt. The mail merge
works properly. The address fields were normal fields, not in an address block.

I wanted to be able to omit empty address lines, so I modified the .odt
document to include an address block. None of the templates available worked
for my layout so I click  and adjust the layout of the address block. I
click ; LO crashes.
MAILMERGE

Steps to Reproduce:
1.open mail merge document
2.open mail merge wizard
3.edit address block
4. click 
5. click 

Actual Results:
LO crashes

Expected Results:
Mail merge document updated


Reproducible: Always


User Profile Reset: No



Additional Info:
If I accept one of the default address blocks this doesn't happen.

Crash report: f4de36a8-0698-487e-b4f3-8a95612b5f0a 

Version: 7.2.0.4 (x64) / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-GB (en_GB); UI: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127146] Footnotes "Before/After" text disappears while saving as DOC/X

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127146

--- Comment #8 from Justin L  ---
Created attachment 174564
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174564=edit
beforeAfterFootnotes.odt: don't make this look dumb during emulation

This blew apart my grand idea of DocxAttributeOutput::FootnoteEndnoteRefTag()
OUString sSuffix = rInfo.GetSuffix();
if (!sSuffix.isEmpty())
{
RunText(sSuffix);
m_rExport.m_bAddFootnoteTab = false;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144090] Impress does not change slides until skia is disabled

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144090

--- Comment #1 from Telesto  ---
Could you copy the Help -> About (there is a copy button) and add it here?
Asking myself: are we talking about Skia Raster or Skia Vulkan. (Help about
will show)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-08-26 Thread DaeHyun Sung (via logerrit)
 filter/source/xslt/export/wordml/ooo2wordml_list.xsl |6 --
 filter/source/xslt/export/wordml/ooo2wordml_settings.xsl |8 +---
 2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit c216777e8add833be5ee49bc98197ea21cbb4da0
Author: DaeHyun Sung 
AuthorDate: Sun Aug 15 22:44:23 2021 +0900
Commit: Miklos Vajna 
CommitDate: Thu Aug 26 17:42:43 2021 +0200

tdf#143526 Korean numbering import/export support

add support for the new NUMBER_LEGAL_KO(korean-legal) numbering format to 
various import and export filters.
fix support for the HANGUL_SYLLABLE_KO(korean-counting) numbering format.

Change-Id: I7b7dafe7305da910784ae537e307f9bfd05319a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120509
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl 
b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
index 4b30aef6823c..5ebf0e6ac460 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
@@ -281,8 +281,10 @@
 
 
 
-
-
+
+
+
+
 
 
 
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl 
b/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
index c3ab20eebd4f..2130db508b22 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_settings.xsl
@@ -244,8 +244,10 @@
 
 
 
-
-
+
+
+
+
 
 
 
@@ -297,7 +299,7 @@
 
 
 
+chinese-not-impl -->
 
 
 


[Libreoffice-bugs] [Bug 144070] Filesave DOCX / DOC / ODT: Abnormal increase in size because JPEG image saved as large PNG

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144070

--- Comment #7 from Telesto  ---
(In reply to Timur from comment #6)
> Real puzzle is why it converts to PNG.
The image filetype gets imported in LibreOffice as "unknown' (see compress
dialog). Not sure if 'jpeg' being regarded as an unsupported extension?
Unknown format will trigger a conversion.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136925] PDF: export as PDF results in some shifted items

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136925

--- Comment #7 from raal  ---
(In reply to Buovjaga from comment #6)
> (In reply to raal from comment #5)
> > bibisect with bibisect-linux-64-5.4 unsuccessfull, pdf export broken in
> > bibisect repo.
> 
> Is it also broken, if you use SAL_USE_VCLPLUGIN=gen ?

Yes, the exported pdf is broken, not LO.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144096] "underdots" are too fine (in PDF export)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144096

--- Comment #4 from Telesto  ---
Dots in PDF at 100% look different compared to ODT in LibreOffice
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: f58f35b2c8ca1efbacec642a8f3de5b0c499bc6b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

Also the case with 4.0.0.3 export. 

However no clue about scaling, font rendering etc asses if this being a bug or
not

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144103] more than one image on page does not print

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144103

--- Comment #6 from Ray Holme  ---
I did testing (to see if save or reload of doc. fixed it).

>From a new document (page settings changed to .25" borders and 4 lines of
"text" so I can control where the images are placed - "upper" and "lower" and 2
blank lines), I insert the images at the 2nd and 4th lines which are BLANK.
 The first time I did this - somehow a 2nd BLANK page was made
  when I tried preview, only the lower image of the 1st page shows on preview
So I deleted the ONE line carrying over into the BLANK second page.
  after that, the preview of page 1 is correct.

The behavior is most peculiar, but very easy to fix manually
 - feel free to close this bug as it is annoying but the fix is easy.
UNLESS you too are intrigued.

Why this happens is sure weird. Sorry to bother you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141758] vba NumberFormat for dates does only work once and never again

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141758

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #6 from raal  ---
No error in Linux bibisect-44max master, but I get error in bibisect-50max
oldest.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144001] Crash while deleting work or opening workbook

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144001

--- Comment #5 from Telesto  ---
No crash with
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: f58f35b2c8ca1efbacec642a8f3de5b0c499bc6b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

They external file connected to the attached file is lacking -
2021年最新版营口耘垦牧业有限公司员工电子花名册-核对完-欣(13)(1).xlsx 

It looks like an look-up issue. So the file is maybe needed to reproduce the
crash

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: 2 commits - include/tools vcl/skia

2021-08-26 Thread Luboš Luňák (via logerrit)
 include/tools/gen.hxx|5 +++--
 vcl/skia/gdiimpl.cxx |4 ++--
 vcl/skia/osx/gdiimpl.cxx |   14 +++---
 3 files changed, 12 insertions(+), 11 deletions(-)

New commits:
commit 2ca522fa2d3d1f80a9f12826f76028264be1dfa1
Author: Luboš Luňák 
AuthorDate: Thu Aug 26 11:12:15 2021 +0200
Commit: Luboš Luňák 
CommitDate: Thu Aug 26 17:24:43 2021 +0200

change some left,top,width,height usage in Skia to x,y,w,h

Change-Id: I26e0f1f1c9aef795b040a191ffa9b725280eb63e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121080
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index 882816514362..cb8708fd5d60 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -571,7 +571,7 @@ void SkiaSalGraphicsImpl::setCanvasClipRegion(SkCanvas* 
canvas, const vcl::Regio
 region.GetRegionRectangles(rectangles);
 path.incReserve(rectangles.size() + 1);
 for (const tools::Rectangle& rectangle : rectangles)
-path.addRect(SkRect::MakeXYWH(rectangle.Left(), rectangle.Top(), 
rectangle.GetWidth(),
+path.addRect(SkRect::MakeXYWH(rectangle.getX(), rectangle.getY(), 
rectangle.GetWidth(),
   rectangle.GetHeight()));
 path.setFillType(SkPathFillType::kEvenOdd);
 canvas->clipPath(path);
@@ -1971,7 +1971,7 @@ bool SkiaSalGraphicsImpl::drawGradient(const 
tools::PolyPolygon& rPolyPolygon,
 if (rPolyPolygon.IsRect())
 {
 // Rect->Polygon conversion loses the right and bottom edge, fix that.
-path.addRect(SkRect::MakeXYWH(boundRect.Left(), boundRect.Top(), 
boundRect.GetWidth(),
+path.addRect(SkRect::MakeXYWH(boundRect.getX(), boundRect.getY(), 
boundRect.GetWidth(),
   boundRect.GetHeight()));
 boundRect.AdjustRight(1);
 boundRect.AdjustBottom(1);
diff --git a/vcl/skia/osx/gdiimpl.cxx b/vcl/skia/osx/gdiimpl.cxx
index 34f343097c1c..13a5dd32aa82 100644
--- a/vcl/skia/osx/gdiimpl.cxx
+++ b/vcl/skia/osx/gdiimpl.cxx
@@ -135,7 +135,7 @@ void AquaSkiaSalGraphicsImpl::flushSurfaceToScreenCG(const 
SkIRect& rect)
 // the first pixel of rect.topLeft(), and using pixmap.rowBytes() ensures 
the following
 // pixel lines will be read from correct positions.
 CGContextRef context
-= CGBitmapContextCreate(pixmap.writable_addr32(rect.left(), 
rect.top()), rect.width(),
+= CGBitmapContextCreate(pixmap.writable_addr32(rect.x(), rect.y()), 
rect.width(),
 rect.height(), 8, pixmap.rowBytes(), 
GetSalData()->mxRGBSpace,
 toCGBitmapType(image->colorType(), 
image->alphaType()));
 assert(context); // TODO
@@ -143,7 +143,7 @@ void AquaSkiaSalGraphicsImpl::flushSurfaceToScreenCG(const 
SkIRect& rect)
 assert(screenImage); // TODO
 if (mrShared.isFlipped())
 {
-const CGRect screenRect = CGRectMake(rect.left(), GetHeight() - 
rect.top() - rect.height(),
+const CGRect screenRect = CGRectMake(rect.x(), GetHeight() - rect.y() 
- rect.height(),
  rect.width(), rect.height());
 mrShared.maContextHolder.saveState();
 CGContextTranslateCTM(mrShared.maContextHolder.get(), 0, 
pixmap.height());
@@ -153,13 +153,13 @@ void 
AquaSkiaSalGraphicsImpl::flushSurfaceToScreenCG(const SkIRect& rect)
 }
 else
 {
-const CGRect screenRect = CGRectMake(rect.left(), rect.top(), 
rect.width(), rect.height());
+const CGRect screenRect = CGRectMake(rect.x(), rect.y(), rect.width(), 
rect.height());
 CGContextDrawImage(mrShared.maContextHolder.get(), screenRect, 
screenImage);
 }
 
 CGImageRelease(screenImage);
 CGContextRelease(context);
-mrShared.refreshRect(rect.left(), rect.top(), rect.width(), rect.height());
+mrShared.refreshRect(rect.x(), rect.y(), rect.width(), rect.height());
 }
 
 bool AquaSkiaSalGraphicsImpl::drawNativeControl(ControlType nType, ControlPart 
nPart,
@@ -201,9 +201,9 @@ bool AquaSkiaSalGraphicsImpl::drawNativeControl(ControlType 
nType, ControlPart n
 // as in AquaGraphicsBackend::drawNativeControl().
 if (nType == ControlType::WindowBackground)
 updateRect.Intersection(mClipRegion.GetBoundRect());
-addUpdateRegion(SkRect::MakeXYWH(updateRect.Left(), updateRect.Top(), 
updateRect.GetWidth(),
- updateRect.GetHeight()));
-getDrawCanvas()->drawImage(bitmap.asImage(), rControlRegion.Left(), 
rControlRegion.Top());
+addUpdateRegion(SkRect::MakeXYWH(updateRect.getX(), updateRect.getY(),
+ updateRect.GetWidth(), 
updateRect.GetHeight()));
+getDrawCanvas()->drawImage(bitmap.asImage(), rControlRegion.getX(), 
rControlRegion.getY());
 ++mPendingOperationsToFlush; // tdf#136369
 postDraw();
 }
commit 

[Libreoffice-bugs] [Bug 143978] Calc: shrink to fit makes font size unnecessary small compared to cell width

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143978

Telesto  changed:

   What|Removed |Added

Version|7.2.0.4 release |5.4.0.3 release
 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
Summary|Calc: shrink to fit |Calc: shrink to fit makes
   ||font size unnecessary small
   ||compared to cell width
 Status|UNCONFIRMED |NEW

--- Comment #3 from Telesto  ---
Also in
6.4

6.1

and in
Version: 6.0.6.0.0+ (it renders correctly on open but suddenly becomes smaller)
Build ID: c30963b8b4bbbe42a24b97aafa161eff9d7ccdd4
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

and in
Version: 5.4.0.2
Build ID: 2b906d450a44f2bbe506dcd22c51b3fa11dc65fd
CPU threads: 4; OS: Windows 6.2; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL


slightly smaller compared to A8
Version: 5.3.0.2
Build ID: 5ad7b2889021c491af62f7930a4b1cb631392f16
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new; 
Locale: nl-NL (nl_NL); Calc: group


Fine in
Versie: 5.2.4.2 
Build ID: 3d5603e1122f0f102b62521720ab13a38a4e0eb0
CPU Threads: 4; Versie besturingssysteem:Windows 6.2; UI Render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136925] PDF: export as PDF results in some shifted items

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136925

--- Comment #6 from Buovjaga  ---
(In reply to raal from comment #5)
> bibisect with bibisect-linux-64-5.4 unsuccessfull, pdf export broken in
> bibisect repo.

Is it also broken, if you use SAL_USE_VCLPLUGIN=gen ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136925] PDF: export as PDF results in some shifted items

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136925

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
bibisect with bibisect-linux-64-5.4 unsuccessfull, pdf export broken in
bibisect repo.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143978] Calc: shrink to fit

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143978

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

STR (hope I understand it correctly)

1. Open the attached file
2. Cell A8 has size adjusted manually from 10 to 9 to fit the cell
3. Cell A9 has shrink to fit enabled, and makes font unnecessary smaller

Repro with
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: f58f35b2c8ca1efbacec642a8f3de5b0c499bc6b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144104] pdf import into draw and export causes formatting issues

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144104

--- Comment #2 from johnks  ---
Created attachment 174562
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174562=edit
output from draw

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139660] Paragraph panel alignment buttons should not be toggle buttons

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139660

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144104] pdf import into draw and export causes formatting issues

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144104

--- Comment #1 from johnks  ---
Created attachment 174561
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174561=edit
input file for test

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144104] New: pdf import into draw and export causes formatting issues

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144104

Bug ID: 144104
   Summary: pdf import into draw and export causes formatting
issues
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: testing1237...@yahoo.com

Description:
i have attached a pdf i downloaded from a url to pdf website. the page is of
libreoffice wikipedia. Also attached is output of my draw if i exported the
pdf. 

there are various formatting issues. 
1. on the first page, bottom right, there is a service hyperlinked image. that
is gone in draw output.
2.on page 3, bottom right text box "libreoffice viewer on android" has bottom
part one pixel line cut off in original. in draw output, a lot more is on 4th
page.
3.on page 6, the wide image is within box in the original and in draw output,
the same goes outside on left side.

4. more troubling is the fact that all hyperlinks are gone in the draw output.
This should not silently fail as the pdf is expected to be the same as input
and if input had hyperlinks, output should do so.

Steps to Reproduce:
1. open original file in draw. click on export directly to pdf
2. compare input to output file


Actual Results:
draw output file is different from input file

Expected Results:
output should be same as input


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.0.4 / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Flatpak
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 144017] New Function to count duplicates in list

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144017

John Murrell  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from John Murrell  ---
Ok,

The function COUNTIFS does something similar to what I was proposing. So I will
close this.

However COUNTIFS does not actually work in my application, I think because the
list of random numbers re-calculates each time COUNTIFS runs so the results
keep on changing. As a result when you filter on the COUNTIFS >1 you it does
not show the duplicates and takes about 1/2 hour to run. Not sure if this is a
bug or expected behaviour but the only way it appears to get the duplicated
results is to use a pivot table or do a filter on the cell colours when the
filtering on conditional results bug is fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 144017] New Function to count duplicates in list

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144017

John Murrell  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from John Murrell  ---
Ok,

The function COUNTIFS does something similar to what I was proposing. So I will
close this.

However COUNTIFS does not actually work in my application, I think because the
list of random numbers re-calculates each time COUNTIFS runs so the results
keep on changing. As a result when you filter on the COUNTIFS >1 you it does
not show the duplicates and takes about 1/2 hour to run. Not sure if this is a
bug or expected behaviour but the only way it appears to get the duplicated
results is to use a pivot table or do a filter on the cell colours when the
filtering on conditional results bug is fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 116082] [META] Image issues related to image DPI

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116082
Bug 116082 depends on bug 132658, which changed state.

Bug 132658 Summary: ENHANCEMENT: Image without resolution set should get a 
default fallback resolution (not based on a screen resolution)
https://bugs.documentfoundation.org/show_bug.cgi?id=132658

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 52598] Writer ignores original picture pixel density in .jpg files, and uses 120 dpi (refer comment 19)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52598

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #36 from Telesto  ---
*** Bug 132658 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 132658] ENHANCEMENT: Image without resolution set should get a default fallback resolution (not based on a screen resolution)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132658

Telesto  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #27 from Telesto  ---


*** This bug has been marked as a duplicate of bug 52598 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134203] Layout loop for single cell table splitting across 23 pages with tables within; SwFrame::setRootFrame -> SwFrame::UnionFrame

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134203

--- Comment #14 from Telesto  ---
(In reply to Jan-Marek Glogowski from comment #8)
> Main problem is that I simply don't understand the condition, when it's
> actually fine to break the layout, so it can be resumed correctly. 2nd
> problem is, that the idle layout is currently stateless, but for my current
> approach it would need some state to handle removing of pages.

Is this not simply some layout issue, where table rendering keeps forcing a
frame union. Which for some reason not 'passed' based on timing? 

I see this more as an uncovered table splitting bug. Where certain kind of
frame union is tried, but failing (oscillating back and forward) without a
bail-out (likely because embedded table in table)

The bail-out obviously result in some layout change, but if it's the same prior
6.4, who cares? Layout loop seems more evil to me ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 40163] Export to PDF with option Selection, produces full page export, and not an export based on the area surrounding the selected objects

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40163

--- Comment #38 from Tristan Miller  ---
(In reply to Cor Nouws from comment #37)
> discussed in the meeting.
> Since it is not unreasonable to show a part of the slide on export, and
> other export options for selected objects are available (File>Expect), let
> us close as WFM.
> 
> created https://bugs.documentfoundation.org/show_bug.cgi?id=144102 for the
> Help

I'm afraid I don't understand your comment at all, and moreover your talk about
"slides" mistakenly assumes that this issue is unique to LibreOffice Impress.

I can still reproduce the issue using both Impress and Draw on LibreOffice
7.1.5.2.  Can you please elaborate on what "other export options for selected
objects are available"?  What other options are there for exporting a selected
object to a PDF?  (On my system, there's no such command as File->Expect. 
There is a File->Export, but it doesn't allow one to export as PDF.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134203] Layout loop for single cell table splitting across 23 pages with tables within; SwFrame::setRootFrame -> SwFrame::UnionFrame

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134203

Telesto  changed:

   What|Removed |Added

Summary|Layout loop |Layout loop for single cell
   ||table splitting across 23
   ||pages with tables within;
   ||SwFrame::setRootFrame ->
   ||SwFrame::UnionFrame

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: readlicense_oo/docs

2021-08-26 Thread Roman Kuznetsov (via logerrit)
 readlicense_oo/docs/readme.xrm |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit de399fdf22206f9402a0322ce4851be9cc5e901c
Author: Roman Kuznetsov 
AuthorDate: Wed Aug 25 22:19:41 2021 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Aug 26 16:49:35 2021 +0200

tdf#144030 Readme review

Change-Id: I1500b2beacb88c0014495d98d8fb79090d7c9486
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121052
Tested-by: Jenkins
Reviewed-by: Sophie Gautier 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
index 5592da6f0e2c..d01823d780d7 100644
--- a/readlicense_oo/docs/readme.xrm
+++ b/readlicense_oo/docs/readme.xrm
@@ -122,7 +122,7 @@
 

Problems During 
Program Startup
-   Difficulties starting 
${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen 
display are often caused by the graphics card driver. If these problems occur, 
please update your graphics card driver or try using the graphics driver 
delivered with your operating system. Difficulties displaying 3D objects can 
often be solved by deactivating the option "Use OpenGL" under 'Tools - Options 
- ${PRODUCTNAME} - View - 3D view'.
+   Difficulties starting 
${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen 
display are often caused by the graphics card driver. If these problems occur, 
please update your graphics card driver or try using the graphics driver 
delivered with your operating system.

 

@@ -136,11 +136,6 @@
The 
location of the configuration file might vary on different versions of 
Windows.

 
-   
-   Mozilla Address 
Book Driver
-   The Mozilla address 
book driver requires the SUNWzlib package. This package is not part of 
the minimum Solaris operating system installation. If you require access to the 
Mozilla address book, then add this package to your Solaris operating system 
using the command "pkgadd" from the installation CD.
-   
-

Shortcut Keys
Only shortcut keys (key 
combinations) not used by the operating system can be used in ${PRODUCTNAME}. 
If a key combination in ${PRODUCTNAME} does not work as described in the 
${PRODUCTNAME} Help, check if that shortcut is already used by the operating 
system. To rectify such conflicts, you can change the keys assigned by your 
operating system. Alternatively, you can change almost any key assignment in 
${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} 
Help or the Help documentation of your operating system.


[Libreoffice-bugs] [Bug 144072] LibreofficeBase crashed when 2 fields selected in report builder from different sections and width is adjusted 2nd time

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144072

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #8 from Xisco Faulí  ---
(In reply to Alex Thurgood from comment #4)
> For me, on macOS, any attempt to move any selected field+label causes an
> immediate crash with
> 
> Version: 7.2.0.4 / LibreOffice Community
> Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
> CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx
> Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
> Calc: threaded
> 
> Enclosing Apple Stack Trace.

that is already reported in bug 144072. Putting this one back to UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144072] LibreofficeBase crashed when 2 fields selected in report builder from different sections and width is adjusted 2nd time

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144072

Xisco Faulí  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144101] LibreOfficeDev - Immediate crash when attempting to edit a database report

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144101

Xisco Faulí  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||4072
 CC||xiscofa...@libreoffice.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144072] LibreofficeBase crashed when 2 fields selected in report builder from different sections and width is adjusted 2nd time

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144072

--- Comment #7 from Xisco Faulí  ---
Nor in

Version: 7.2.1.0.0+ / LibreOffice Community
Build ID: 5d6a91b8ea40ec79c746e5c1d486be6e25a2856d
CPU threads: 4; OS: Linux 5.10; 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] [Bug 144072] LibreofficeBase crashed when 2 fields selected in report builder from different sections and width is adjusted 2nd time

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144072

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #6 from Xisco Faulí  ---
I can't reproduce it in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: fbe183bbb05220a4ccc51952445b1797bb498403
CPU threads: 4; OS: Linux 5.10; 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] [Bug 142307] Upgrade SSE2 sum to AVX512 sum with Neumaier (precise fp-sum)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142307

--- Comment #8 from dante19031...@gmail.com ---
> Yeah, I just want to know info like:
> 
> "I have a spreadsheet with 1 million cells with data and 100 formulas
> 
> It took 1 min for recalculating before
> It take 10 sec for recalculating after"

That depends of the computer, for mine (3*10^6 terms):
Time for sum with NONE: 0.002667 s (default on ARM)
Time for sum with AVX: 0.001426 s (new)
Time for sum with SSE2: 0.001914 s (original)
And I can't tell you about AVX512.

But can't give you much more info. This kind of thing will work on auto
generated calc sheets with insane amounts of data.

So expect an improvement of ~ * 1.4 on the sum plus the time spended on the
interpreter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143159] Box in navigation bar of form too short for values greater than 9999

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143159

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: include/tools

2021-08-26 Thread dante (via logerrit)
 include/tools/cpuid.hxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b0bf212fb90708edb8f7c092240d31eacacc8455
Author: dante 
AuthorDate: Thu Aug 26 13:51:55 2021 +0200
Commit: Eike Rathke 
CommitDate: Thu Aug 26 16:34:09 2021 +0200

Correction on cpui flags

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

diff --git a/include/tools/cpuid.hxx b/include/tools/cpuid.hxx
index 98dca497a7de..0fb1d5b8e965 100644
--- a/include/tools/cpuid.hxx
+++ b/include/tools/cpuid.hxx
@@ -27,13 +27,13 @@ enum class InstructionSetFlags
 SSE42 = 0x10,
 AVX   = 0x20,
 AVX2  = 0x40,
-AVX512F = 0x100
+AVX512F = 0x80
 };
 
 } // end cpuid
 
 namespace o3tl {
-template<> struct typed_flags : 
is_typed_flags {};
+template<> struct typed_flags : 
is_typed_flags {};
 }
 
 namespace cpuid {


<    1   2   3   4   5   >