[Libreoffice-bugs] [Bug 89606] [META] Table of Contents and Indexes bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89606

Dieter Praas  changed:

   What|Removed |Added

 Depends on||127452


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127452
[Bug 127452] Only first sentence of caption in Index
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127452] Only first sentence of caption in Index

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127452

Dieter Praas  changed:

   What|Removed |Added

Summary|First sentence of caption   |Only first sentence of
   |in Index|caption in Index
 Blocks||89606


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=89606
[Bug 89606] [META] Table of Contents and Indexes bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127452] First sentence of caption in Index

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127452

--- Comment #4 from Dieter Praas  ---
(In reply to Ilya from comment #2)
> Hope this helps.

Yes, it does. But I don't know, if this is possible.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - svx/source

2019-09-11 Thread Michael Weghorn (via logerrit)
 svx/source/sdr/contact/viewcontactofsdrpathobj.cxx |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit e49eb6c9968f3ccc4e24c3f0444221c20aefb7aa
Author: Michael Weghorn 
AuthorDate: Thu Sep 5 19:09:09 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Thu Sep 12 07:37:01 2019 +0200

tdf#126184 Use max paper dimensions to calculate clip region

Assuming at least A4 for the page size isn't enough if
e.g. A2 or larger is used, so too much was clipped in that case.

Therefore, use the the maximum paper width/height instead, which
is 6 m by default. This is still far from the 19 km that caused
tdf#63955 and I cannot reproduce tdf#63955 with that new limit.

A big thanks to Regina Henschel for the great analysis in
tdf#126184!

(Side note: Comments 18 and 19 in tdf#63955 suggest to do the whole
 clipping elsewhere, so if anybody wants to take a look at this...)

Change-Id: Iccacad621675df6c7b4477182d7332c4a3d67139
Reviewed-on: https://gerrit.libreoffice.org/78690
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 
(cherry picked from commit 1dccd6814f1fe7a06f3168d01d18d347269cd3c1)
Reviewed-on: https://gerrit.libreoffice.org/78759
(cherry picked from commit 859f49294ad95d3a6596e135e550253155d6517b)
Reviewed-on: https://gerrit.libreoffice.org/78790
Reviewed-by: Michael Weghorn 

diff --git a/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx 
b/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx
index 9005b67a3fb4..b9f3950772f2 100644
--- a/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx
@@ -19,6 +19,7 @@
 
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -104,11 +105,14 @@ namespace sdr
 //would not over flow into a tiny clip region
 if (nPageWidth < SAL_MAX_INT32/2 && nPageHeight < 
SAL_MAX_INT32/2)
 {
-//But, see tdf#97276 and tdf#98366. Don't clip too much if 
the
+//But, see tdf#97276, tdf#126184 and tdf#98366. Don't clip 
too much if the
 //underlying page dimension is unknown or a paste document
 //where the page sizes use the odd default of 10x10
-nPageWidth = std::max(21000, nPageWidth);
-nPageHeight = std::max(29700, nPageHeight);
+const SvtOptionsDrawinglayer aDrawinglayerOpt;
+const sal_Int32 nMaxPaperWidth = 
aDrawinglayerOpt.GetMaximumPaperWidth() * 1000;
+const sal_Int32 nMaxPaperHeight = 
aDrawinglayerOpt.GetMaximumPaperHeight() * 1000;
+nPageWidth = std::max(nPageWidth, 
nMaxPaperWidth);
+nPageHeight = std::max(nPageHeight, 
nMaxPaperHeight);
 basegfx::B2DRange aClipRange(-nPageWidth, -nPageHeight,
  nPageWidth*2, nPageHeight*2);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 107166] Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107166

--- Comment #214 from Richard Burgess  ---
All Text on ALL Menus and Dialog Boxes Disappears (same Bug, I am sure)
But here is a Work-Around I found:

Libre Office Writer Version: 6.3.1.2 (x86) Under Windows 7 Pro (fully updated)
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU threads: 8; OS: Windows 6.1; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US Calc: threaded

TO WORK AROUND, 
Close Writer, Reopen without any documents, then:
Goto Tools/Options/+Language Settings/Writing Aids/Uncheck "Check grammar as
you type" 
and NOW you can open any offending documents and all menus and dialog text 
returns and everything works correctly. EXCEPT, strangely enough, 
that also disables Spell Checking along with Grammar checking,
but at least I can edit now with all other options working correctly.
This has been going on for 3 years.

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

[Libreoffice-bugs] [Bug 127447] FILEOPEN DOC: incorrect position of grouped drawing objects

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127447

LE GARREC Vincent  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected

--- Comment #4 from LE GARREC Vincent  ---
I made a bibisect.

source sha:52bbb04f1e39b2d778275c91f77b6c0714ecd0d0

tdf#120728 support SvxShape for SdrShape if not inserted
Added a fallback to allow correct SvxShape construction
when SdrObject is not yet inserted - or has no SdrPage yet.
This is needed ue to the paradigm change that a SdrObject
only has a SdrPage when it is inserted.
For more info and a discussion, see added comments.

Change-Id: I2c1a4b1bbb531501ee73ab1c98c13321c5c0b050
Reviewed-on: https://gerrit.libreoffice.org/62710
Tested-by: Jenkins
Reviewed-by: Armin Le Grand 

This is only for the missing object. The problem about wrong position happens
every time.

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

[Libreoffice-ux-advise] [Bug 120269] The descriptions of Safe Mode options are misleading

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120269

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||108571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108571
[Bug 108571] [META] Safe mode bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-bugs] [Bug 112244] EDITING: The application stalls after consecutive actions in Spelling & Grammar

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112244

--- Comment #6 from QA Administrators  ---
Dear Emil Tanev,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116371] FILEOPEN: .doc image rotation not imported; not exported to .doc & .docx

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116371

--- Comment #24 from Mikhail Novosyolov  ---
Created attachment 154119
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154119=edit
Bug is present in LibreOffice 6.3.1.png

Original .doc file is still displayed without rotation in LO 6.3.1

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

[Libreoffice-bugs] [Bug 127476] Rounding behaviour of YEAR and SECOND function is inconsistent

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127476

Albrecht Müller  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||7334
 CC||albrecht.muel...@astrail.de
 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Albrecht Müller  ---
I think it is not useful to upload a sample file for the following reasons:

1) It is pretty easy to see the effect. Just enter the formulas into some cells
of a spreadsheet and check what the results are. Maybe you have to set an
option such that Calc accepts time values that are given as strings.

2) Uploading a file may distract from the real problem I want to address with
this report. Note that I made this bug report to depend on bug 127477 to point
out that you cannot fix this bug before this other bug has been fixed.

Some background information: I have a 6.2.6.2 Ubuntu version available and
discovered that I do not want to upgrade to this version as date & time
arithmetic has changed and that about 50% of the results of trivial date & time
calculations are now wrong. For details see bug 127334.

So I learned that it is the specified behaviour of date & time functions like
HOUR, MINUTE or SECOND to deliver pseudo random values that are correct in 50%
of the cases and one off in the other 50%. Of course, the help information does
not rule out this behaviour. Some other specification seems to exist that has
exactly this behaviour as a consequence. So a change in behaviour I consider a
critical bug has been classified as NOTABUG.

Thus the real problem is that as a user I cannot know what these date & time
functions are supposed to do. That's the reason for bug 127477. I think there
is a lot of confusion about how the date & time arithmetic is intended to work
which results in a couple of bug reports and fixes. This is the reason why I
just uploaded an additional comment to bug 127477 that tries to clarify what I
see a common source of confusion and unnecessary work.

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

[Libreoffice-bugs] [Bug 113477] [META] Decimal separator key bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113477

Dieter Praas  changed:

   What|Removed |Added

 Depends on||127504


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127504
[Bug 127504] LANGUAGE OPTIONS: Crash in mergedlo.dll
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127478] Opening second Calc file while particular file is open always fails

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127478

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

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

[Libreoffice-bugs] [Bug 127504] LANGUAGE OPTIONS: Crash in mergedlo.dll

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127504

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
Summary|Crash in: mergedlo.dll  |LANGUAGE OPTIONS: Crash in
   ||mergedlo.dll
 Blocks||113477

--- Comment #2 from Dieter Praas  ---
I can't confirm it with

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 01837a85004a6f891a09c0a63ed7eff75d634827
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-09-01_00:07:05
Locale: en-GB (de_DE); UI-Language: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 95038] Chart: Add Arrow support to Line Charts

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95038

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 127501] gallery: add pin gallery theme

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127501

andreas_k  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||kain...@gmail.com

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

[Libreoffice-bugs] [Bug 127499] LibO didn't show the name of an MSO linestyle

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127499

andreas_k  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #5 from andreas_k  ---
I think I can fix the bug.

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

[Libreoffice-bugs] [Bug 127487] Incorrect return of data from MATCH function referencing a sheet in another document.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127487

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

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

[Libreoffice-bugs] [Bug 127506] FILEOPEN: DOC: incorrectly displayed table

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127506

Mikhail Novosyolov  changed:

   What|Removed |Added

   Keywords||filter:doc

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

[Libreoffice-bugs] [Bug 104486] FILEOPEN: DOCX: shadow for text in shape not applied (WPS)

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104486

--- Comment #6 from Mikhail Novosyolov  ---
Created attachment 154118
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154118=edit
Remains in LibreOffice 6.3.1.png

Remains in LibreOffice 6.3.1

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

[Libreoffice-ux-advise] [Bug 104564] CALC: More obvious way to indicate that multiple sheets are selected for editing

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104564

Thomas Lendo  changed:

   What|Removed |Added

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

--- Comment #10 from Thomas Lendo  ---
I think this issue was fixed with the commits for bug 124572 "tabs in calc (for
sheets) and draw (for layer) style" introduced with LibreOffice 6.3

Version: 6.4.0.0.alpha0+
Build ID: f76dbe5dc581845996a8bd5f5109c5e2ff5a27b0
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-09-09_05:13:31

I set this bug to RESOLVED WORKSFORME.

If you think this issue isn't fixed enough, please reopen as NEW and argue why
and what is needed.

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

[Libreoffice-bugs] [Bug 112698] [META] DOC (binary) frame-related issues

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112698

Dieter Praas  changed:

   What|Removed |Added

 Depends on||127506


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127506
[Bug 127506] FILEOPEN DOC: Some parts of a text frame are missing
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127200] Anchored images mess up in an .ods calc document after a FILESAVE reload

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127200

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127080] Improve handling of user-defined colors

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127080

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com

--- Comment #1 from Thomas Lendo  ---
Ulrich, can you please explain which dialog you mean with "palette dialog"? And
what's a user-defined color? The "custom color palette" or the "custom color"
button in one of the color widget buttons in the toolbar/notebookbar/sidebar?

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

[Libreoffice-bugs] [Bug 127249] RFE: please add + and - when dragging data

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127249

--- Comment #2 from Todd  ---
Works for me.

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

[Libreoffice-bugs] [Bug 102187] [META] Options dialog bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102187

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||88840


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88840
[Bug 88840] Add color customization for sheet tabs and title in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127215] File name in Export to PDF is truncated after the first dot

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127215

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 127334] Regression: Incompatible changes in date/time arithmetic introduced between Version: 6.0.4.2 (x64) and version 6.2.6.2 (ubuntu)

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127334

Albrecht Müller  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 118105] An image in PDF imported using LO_IMPORT_USE_PDFIUM has artifacts after breaking

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118105

--- Comment #4 from QA Administrators  ---
Dear Mike Kaganski,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

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

2019-09-11 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/shells/basesh.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 1d5b89eccdccb3090b5503a60f829c54c077f328
Author: Jim Raykowski 
AuthorDate: Sun Sep 8 21:37:43 2019 -0800
Commit: Jim Raykowski 
CommitDate: Thu Sep 12 00:20:05 2019 +0200

tdf#126833 fix table auto format undo/redo

Fixes regression caused by fix for tdf#123516

Change-Id: If7b6bf9cba30085585fc495898f3dfb308197495
Reviewed-on: https://gerrit.libreoffice.org/78770
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/shells/basesh.cxx 
b/sw/source/uibase/shells/basesh.cxx
index 0479fca697e0..cf1b2296ca80 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -118,6 +118,7 @@
 #include 
 #include 
 #include 
+#include 
 
 FlyMode SwBaseShell::eFrameMode = FLY_DRAG_END;
 
@@ -2746,7 +2747,12 @@ void SwBaseShell::InsertTable( SfxRequest& _rRequest )
 {
 SwTableNode* pTableNode = const_cast( 
rSh.IsCursorInTable() );
 if ( pTableNode )
+{
 pTableNode->GetTable().SetTableStyleName( aAutoName );
+SwUndoTableAutoFormat* pUndo = new 
SwUndoTableAutoFormat( *pTableNode, *pTAFormat );
+if ( pUndo )
+rSh.GetIDocumentUndoRedo().AppendUndo( 
std::unique_ptr(pUndo) );
+}
 }
 
 rSh.EndAllAction();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 38093] Add an Outline View layout and editing mode to Writer

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38093

--- Comment #36 from V Stuart Foote  ---
*** Bug 127497 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 108571] [META] Safe mode bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108571

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||120269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120269
[Bug 120269] The descriptions of Safe Mode options are misleading
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 97969] Hidden rows sometimes not ignored during column sort

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97969

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108386


Referenced Bugs:

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

[Libreoffice-commits] core.git: dbaccess/inc dbaccess/source framework/inc framework/source offapi/com offapi/type_reference

2019-09-11 Thread Andrea Gelmini (via logerrit)
 dbaccess/inc/strings.hrc|2 +-
 dbaccess/source/core/api/RowSet.cxx |2 +-
 dbaccess/source/core/api/query.cxx  |2 +-
 dbaccess/source/core/api/querycontainer.cxx |8 
 dbaccess/source/core/dataaccess/definitioncontainer.cxx |2 +-
 dbaccess/source/ui/app/AppController.cxx|4 ++--
 dbaccess/source/ui/app/AppControllerDnD.cxx |4 ++--
 dbaccess/source/ui/app/AppDetailView.cxx|4 ++--
 dbaccess/source/ui/browser/brwctrlr.cxx |   12 ++--
 dbaccess/source/ui/browser/dsbrowserDnD.cxx |6 +++---
 dbaccess/source/ui/browser/unodatbr.cxx |4 ++--
 dbaccess/source/ui/dlg/ConnectionHelper.cxx |2 +-
 dbaccess/source/ui/dlg/dbadmin.cxx  |2 +-
 dbaccess/source/ui/dlg/indexdialog.cxx  |4 ++--
 dbaccess/source/ui/dlg/paramdialog.cxx  |   10 +-
 dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx|2 +-
 dbaccess/source/ui/misc/indexcollection.cxx |2 +-
 dbaccess/source/ui/querydesign/JoinExchange.cxx |4 ++--
 dbaccess/source/ui/querydesign/QueryDesignView.cxx  |2 +-
 dbaccess/source/ui/querydesign/TableConnection.cxx  |2 +-
 dbaccess/source/ui/uno/dbinteraction.cxx|2 +-
 framework/inc/dispatch/closedispatcher.hxx  |2 +-
 framework/inc/helper/statusindicator.hxx|2 +-
 framework/source/helper/ocomponentenumeration.cxx   |4 ++--
 framework/source/helper/oframes.cxx |4 ++--
 framework/source/inc/loadenv/loadenvexception.hxx   |4 ++--
 framework/source/services/frame.cxx |4 ++--
 framework/source/services/pathsettings.cxx  |2 +-
 offapi/com/sun/star/form/XGridPeer.idl  |2 +-
 offapi/com/sun/star/form/control/CommandButton.idl  |2 +-
 offapi/com/sun/star/form/control/ImageButton.idl|2 +-
 offapi/com/sun/star/sdbc/XDatabaseMetaData.idl  |2 +-
 offapi/type_reference/typelibrary_history.txt   |2 +-
 33 files changed, 57 insertions(+), 57 deletions(-)

New commits:
commit 157420e496ddebd7101d88ba8d07164d3971ad22
Author: Andrea Gelmini 
AuthorDate: Thu Sep 5 18:51:10 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 23:43:34 2019 +0200

Typos

Mainly fixing '..' and ''

Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9
Reviewed-on: https://gerrit.libreoffice.org/78669
Reviewed-by: Julien Nabet 
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/dbaccess/inc/strings.hrc b/dbaccess/inc/strings.hrc
index 982e146c7f38..a5d8f397283d 100644
--- a/dbaccess/inc/strings.hrc
+++ b/dbaccess/inc/strings.hrc
@@ -255,7 +255,7 @@
 #define STR_TABLEDESIGN_UNDO_PRIMKEY
NC_("STR_TABLEDESIGN_UNDO_PRIMKEY", "Insert/remove primary key" )
 #define STR_VALUE_YES   NC_("STR_VALUE_YES", "Yes" 
)
 #define STR_VALUE_NONC_("STR_VALUE_NO", "No" )
-// Note: should somehow fit to the word "value" in other languages as well: 
value - none 
+// Note: should somehow fit to the word "value" in other languages as well: 
value - none...
 #define STR_VALUE_NONE  NC_("STR_VALUE_NONE", 
"")
 #define STR_TAB_FIELD_NAME  NC_("STR_TAB_FIELD_NAME", 
"Field name" )
 #define STR_TAB_FIELD_COLUMN_NAME   
NC_("STR_TAB_FIELD_COLUMN_NAME", "Field Name" )
diff --git a/dbaccess/source/core/api/RowSet.cxx 
b/dbaccess/source/core/api/RowSet.cxx
index 334afad81836..99c6e56edc0c 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -1254,7 +1254,7 @@ void SAL_CALL ORowSet::moveToCurrentRow(  )
 return;
 
 if ( rowDeleted() )
-// this would perhaps even justify a RuntimeException 
+// this would perhaps even justify a RuntimeException...
 // if the current row is deleted, then no write access to this row 
should be possible. So,
 // m_bModified should be true. Also, as soon as somebody calls 
moveToInsertRow,
 // our current row should not be deleted anymore. So, we should not 
have survived the above
diff --git a/dbaccess/source/core/api/query.cxx 
b/dbaccess/source/core/api/query.cxx
index ddb1f59c2ef6..f8b60a76cb9e 100644
--- a/dbaccess/source/core/api/query.cxx
+++ b/dbaccess/source/core/api/query.cxx
@@ -291,7 +291,7 @@ void OQuery::setFastPropertyValue_NoBroadcast( sal_Int32 
_nHandle, const Any& _r
 m_xCommandDefinition->setPropertyValue(sAggPropName, _rValue);
 
 if ( PROPERTY_ID_COMMAND == _nHandle )
-// the columns are out of date if we are based on a new statement 

+// the 

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

2019-09-11 Thread Julien Nabet (via logerrit)
 connectivity/source/drivers/firebird/DatabaseMetaData.cxx |   22 +++---
 connectivity/source/drivers/firebird/DatabaseMetaData.hxx |2 +
 2 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 7289828e106081ddae0e053d306fef5ffd0dee3b
Author: Julien Nabet 
AuthorDate: Wed Sep 11 21:24:39 2019 +0200
Commit: Julien Nabet 
CommitDate: Wed Sep 11 23:10:47 2019 +0200

tdf#120945: Relationship of tables isn't recognized by formwizard

The patch implements getExportedKeys which was lacking.
Console logs:

warn:connectivity.firebird:13144:18512:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1468:
 Not yet implemented

warn:legacy.osl:13144:18512:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1469:
 Not implemented yet!

The only difference with getImportedKeys is the fact that :
- in getImportedKeys, table name of Where condition is the foreign key
- in getExportedKeys, table name of Where condition should be the primary 
key
Instead of duplicating the whole code of getImportedKeys,
I created a local function which contains the main part.

Change-Id: Ia4497524fecf098257eec27e44e016a7cbe23480
Reviewed-on: https://gerrit.libreoffice.org/78822
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx 
b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
index 7de45f9021d8..76d32e70ba8d 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
@@ -1460,20 +1460,19 @@ uno::Reference< XResultSet > SAL_CALL 
ODatabaseMetaData::getVersionColumns(
 }
 
 uno::Reference< XResultSet > SAL_CALL ODatabaseMetaData::getExportedKeys(
-const Any&, const OUString&, const OUString& )
+const Any&, const OUString&, const OUString& table )
 {
-// List the columns in a table which are foreign keys. This is actually
-// never used anywhere in the LO codebase currently. Retrieval from 
firebird
-// requires using a 5-table join.
-SAL_WARN("connectivity.firebird", "Not yet implemented");
-OSL_FAIL("Not implemented yet!");
-// TODO implement
-return new 
ODatabaseMetaDataResultSet(ODatabaseMetaDataResultSet::eExportedKeys);
+return ODatabaseMetaData::lcl_getKeys(false, table);
 }
 
 uno::Reference< XResultSet > SAL_CALL ODatabaseMetaData::getImportedKeys(
 const Any&, const OUString&, const OUString& table )
 {
+return ODatabaseMetaData::lcl_getKeys(true, table);
+}
+
+uno::Reference< XResultSet > ODatabaseMetaData::lcl_getKeys(const bool& 
bIsImport, const OUString& table )
+{
 ODatabaseMetaDataResultSet* pResultSet = new
 ODatabaseMetaDataResultSet(ODatabaseMetaDataResultSet::eImportedKeys);
 uno::Reference< XResultSet > xResultSet = pResultSet;
@@ -1501,8 +1500,11 @@ uno::Reference< XResultSet > SAL_CALL 
ODatabaseMetaData::getImportedKeys(
"ON PRIM.RDB$INDEX_NAME = PRIMARY_INDEX.RDB$INDEX_NAME "
"INNER JOIN RDB$INDEX_SEGMENTS AS FOREIGN_INDEX "
"ON FOREI.RDB$INDEX_NAME = FOREIGN_INDEX.RDB$INDEX_NAME "
-   "WHERE FOREI.RDB$CONSTRAINT_TYPE = 'FOREIGN KEY' "
-   "AND FOREI.RDB$RELATION_NAME = '"+ table +"'";
+   "WHERE FOREI.RDB$CONSTRAINT_TYPE = 'FOREIGN KEY' ";
+if (bIsImport)
+sSQL = sSQL + "AND FOREI.RDB$RELATION_NAME = '"+ table +"'";
+else
+sSQL = sSQL + "AND PRIM.RDB$RELATION_NAME = '"+ table +"'";
 
 uno::Reference< XResultSet > rs = statement->executeQuery(sSQL);
 uno::Reference< XRow > xRow( rs, UNO_QUERY_THROW );
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx 
b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx
index dc55940fcfe5..95e744bcf7ef 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx
@@ -38,6 +38,8 @@ namespace connectivity
 class ODatabaseMetaData : public ODatabaseMetaData_BASE
 {
 ::rtl::Reference m_pConnection;
+private:
+css::uno::Reference< css::sdbc::XResultSet > lcl_getKeys( const 
bool& bIsImport, const OUString& table );
 public:
 
 explicit ODatabaseMetaData(Connection* _pCon);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127167] Draw Print Dialog: Preview gives totally wrong information about the real print

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127167

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 121426] When I paste HTML text into a cell in a table, then undo it, then cells styling is now changed from previous state

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121426

jdie...@mac.com changed:

   What|Removed |Added

Version|5.2.7.2 release |6.3.1.2 release
 Status|RESOLVED|UNCONFIRMED
  Component|Writer  |LibreOffice
 Resolution|INSUFFICIENTDATA|---
 OS|Linux (All) |Mac OS X (All)
 Ever confirmed|1   |0

--- Comment #5 from jdie...@mac.com ---
I may possibly have observed the same issue.
The steps I took were:

1) copy several lines of text from google docs.
2) selected a single cell of spreadsheets (6.3.1.2 release under OS X 10.14.6).
3) command-V to paste
4) chose "automatic" in response to the requestor that asked me to "Select the
Language Used for Import"
5) since there were several lines copied, they were allocated to multiple
cells, one for each line.  The text was long enough to not fit in the original
size of the cells (i.e., longer than a couple words) so the cells stretched to
accommodate the text, resulting in several rows of the spreadsheet being much
larger than before.
6) clicked on undo.

Expected result is for the spreadsheet to be the same as before the paste
operation.  Instead, although the text disappeared, the change to the row sizes
did not.

This behavior did not occur when I copy and pasted from Writer, just from
google docs.

Furthermore, if I then click on "redo" to bring the text back and then click on
"undo" again, now the row sizes revert appropriately.  So this appears to be
specific to when the language import function is invoked.

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

[Libreoffice-bugs] [Bug 127495] Choice of Formats is reduced for Formula-Fields

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127495

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
I can't confirm it with

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 01837a85004a6f891a09c0a63ed7eff75d634827
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-09-01_00:07:05
Locale: en-GB (de_DE); UI-Language: en-US
Calc: threaded

and also not with

Version: 6.2.5.2 (x64)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

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

[Libreoffice-bugs] [Bug 112256] Insert Index makes diacritics invisible

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112256

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 123232] LibreOffice 6.2.0 installed in OpenSuse does not run, just try starting and stops

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123232

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 127080] Improve handling of user-defined colors

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127080

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 127487] Incorrect return of data from MATCH function referencing a sheet in another document.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127487

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 127471] Copied calc diagram in gdi format looks ok under linux, but the fonts looks weird under windows.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127471

--- Comment #7 from Khaled Hosny  ---
Does enabling/disabling OpenGL on Windows affect this in anyway?

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

[Libreoffice-bugs] [Bug 123280] LibreOffice crashed/closed when clicked for 'full screen' from 'View' dropdown menu, in Writer

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123280

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 127194] Embedded video always in front of text

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127194

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-ux-advise] [Bug 127249] RFE: please add + and - when dragging data

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127249

--- Comment #2 from Todd  ---
Works for me.

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

[Libreoffice-bugs] [Bug 108019] [META] Calc UX bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108019
Bug 108019 depends on bug 104564, which changed state.

Bug 104564 Summary: CALC: More obvious way to indicate that multiple sheets are 
selected for editing
https://bugs.documentfoundation.org/show_bug.cgi?id=104564

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 127508] I cannot disable effect from highlighted/normal column/row header

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

andreas_k  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||kain...@gmail.com

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

[Libreoffice-bugs] [Bug 39593] copy/paste code detector / fixing

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39593

--- Comment #83 from Commit Notification 
 ---
Arkadiy Illarionov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/8f35bb1fcc9c1efd7edc52efbfc33509de2c00f2%5E%21

tdf#39593 Drop RootItemContainer::GetImplementation

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 127487] Incorrect return of data from MATCH function referencing a sheet in another document.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127487

--- Comment #8 from Don Anderson  ---
Created attachment 154121
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154121=edit
Explanation of MATCH function usage.

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

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2019-09-11 Thread Stephan Bergmann (via logerrit)
 solenv/flatpak-manifest.in |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 6bddab1d2553defebf6b2ebdd80553413d364dd8
Author: Stephan Bergmann 
AuthorDate: Mon Sep 9 08:53:05 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 23:39:04 2019 +0200

Adapt solenv/flatpak-manifest.in to recent download.lst changes

Change-Id: Idc5dd70be16d1905cee2b84860e031953b6323b9
Reviewed-on: https://gerrit.libreoffice.org/78779
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index ca233e6a8e88..7fbd150a3b72 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -341,10 +341,10 @@
 "dest-filename": 
"external/tarballs/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/mdds-1.4.3.tar.bz2;,
-"sha256": 
"25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81",
+"url": 
"https://dev-www.libreoffice.org/src/mdds-1.5.0.tar.bz2;,
+"sha256": 
"144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d",
 "type": "file",
-"dest-filename": "external/tarballs/mdds-1.4.3.tar.bz2"
+"dest-filename": "external/tarballs/mdds-1.5.0.tar.bz2"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/neon-0.30.2.tar.gz;,
@@ -365,10 +365,10 @@
 "dest-filename": "external/tarballs/openldap-2.4.45.tgz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz;,
-"sha256": 
"3f48cfbc21ad74787218284939c04d42cb836c73bc393f27f538b668e4d78a5f",
+"url": 
"https://dev-www.libreoffice.org/src/liborcus-0.15.2.tar.gz;,
+"sha256": 
"aa9bd86da242bf67de1cb0785afd457b5398798c8a86d6c5492c9e6c3d3e8aa4",
 "type": "file",
-"dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz"
+"dest-filename": "external/tarballs/liborcus-0.15.2.tar.gz"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/poppler-0.74.0.tar.xz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: distro-configs/LibreOfficeFlatpak.conf solenv/flatpak-manifest.in

2019-09-11 Thread Stephan Bergmann (via logerrit)
 distro-configs/LibreOfficeFlatpak.conf |1 +
 solenv/flatpak-manifest.in |6 ++
 2 files changed, 7 insertions(+)

New commits:
commit e046381467f7ad03a845156042dcedb75e56f0d3
Author: Stephan Bergmann 
AuthorDate: Mon Sep 9 08:54:42 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 19:26:58 2019 +0200

Adapt solenv/flatpak-manifest.in to "bundle external: qrcodegen"

(b4141cade04dac0c9d47293313a4521282975f12)

Change-Id: I3474bdf62d865974bf03682c3201d8dc42993c7a
Reviewed-on: https://gerrit.libreoffice.org/78780
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/distro-configs/LibreOfficeFlatpak.conf 
b/distro-configs/LibreOfficeFlatpak.conf
index 9d638fa0a449..5bdba7501869 100644
--- a/distro-configs/LibreOfficeFlatpak.conf
+++ b/distro-configs/LibreOfficeFlatpak.conf
@@ -55,6 +55,7 @@
 --without-system-orcus
 --without-system-poppler
 --without-system-postgresql
+--without-system-qrcodegen
 --without-system-redland
 --without-system-sane
 --without-system-xmlsec
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 9ebddffefca1..ca233e6a8e88 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -383,6 +383,12 @@
 "dest-filename": 
"external/tarballs/postgresql-9.2.24.tar.bz2"
 },
 {
+"url": 
"https://dev-www.libreoffice.org/src/QR-Code-generator-1.4.0.tar.gz;,
+"sha256": 
"fcdf9fd69fde07ae4dca2351d84271a9de8093002f733b77c70f52f1630f6e4a",
+"type": "file",
+"dest-filename": 
"external/tarballs/QR-Code-generator-1.4.0.tar.gz"
+},
+{
 "url": 
"https://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz;,
 "sha256": 
"ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed",
 "type": "file",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127505] New: Support connectors with multiple junctures/turns

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127505

Bug ID: 127505
   Summary: Support connectors with multiple junctures/turns
   Product: LibreOffice
   Version: 6.3.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyal...@technion.ac.il

At the moment, (straight-angle) connectors can only have up to 2 turns, e.g.
one of:

>

or 

---
   |
   v

or

---
   |
--->

but for many diagrams, connectors with more turns are sorely needed. This is
especially true when you want to connect two objects with some other object
standing in the way of the connector - either you go through it, or around it.

Right now we resort to lame solutions such as connecting up to some arbitrary
point (with no snapping to that point usually), then connecting from that point
onwards. Or perhaps - a size-0, transparent box as a mid-way anchor.

It would be best if these connectors could have a toggleable option to avoid
other objects by additional turns; but regardless - it should be possible to
add a "joint" of 2 turns to any of their straight segment, and then manipulate
each segment separately. IIANM, Microsoft Visio has this feature.

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

[Libreoffice-bugs] [Bug 103133] FILEOPEN: Text blocks in .DOCX created in WPS Office are displayed in incorrect positions in LibO

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103133

--- Comment #13 from Mikhail Novosyolov  ---
Created attachment 154117
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154117=edit
Bug is present in libreoffice 6.3.1.png

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

[Libreoffice-bugs] [Bug 127487] Incorrect return of data from MATCH function referencing a sheet in another document.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127487

--- Comment #7 from m.a.riosv  ---
I can't find any MATCH on the sample file.

Verify there are the same options on Menu/Tools/Options/LibreOffice
calc/Calculate

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

[Libreoffice-bugs] [Bug 97969] Hidden rows sometimes not ignored during column sort

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97969

--- Comment #7 from Thomas Lendo  ---
Reproduced with Version: 6.4.0.0.alpha0+
Build ID: f76dbe5dc581845996a8bd5f5109c5e2ff5a27b0
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-09-09_05:13:31

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

[Libreoffice-bugs] [Bug 127506] FILEOPEN DOC: Some parts of a text frame are missing

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127506

Dieter Praas  changed:

   What|Removed |Added

 Blocks||112698
Summary|FILEOPEN: DOC: incorrectly  |FILEOPEN DOC: Some parts of
   |displayed table |a text frame are missing
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Dieter Praas  ---
I confirm it with

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 01837a85004a6f891a09c0a63ed7eff75d634827
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-09-01_00:07:05
Locale: en-GB (de_DE); UI-Language: en-US
Calc: threaded

It is not a table but a text frame (regarding to informations from the
navigator)

=> I updated bug summary


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112698
[Bug 112698] [META] DOC (binary) frame-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127506] FILEOPEN: DOC: incorrectly displayed table

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127506

--- Comment #2 from Mikhail Novosyolov  ---
Created attachment 154115
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154115=edit
How the 1st table must be displayed correctly.png

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

[Libreoffice-bugs] [Bug 105948] [META] Undo/Redo bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
Bug 105948 depends on bug 121426, which changed state.

Bug 121426 Summary: When I paste HTML text into a cell in a table, then undo 
it, then cells styling is now changed from previous state
https://bugs.documentfoundation.org/show_bug.cgi?id=121426

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INSUFFICIENTDATA|---

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

[Libreoffice-bugs] [Bug 89565] Icon Transparency on the toolbar Mode is not available for all figures from the Drawing toolbar

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89565

--- Comment #10 from RGB  ---
Reproducible on 6.2.7.1 and 6.3.1.2. The transparency tool does not work with
any of the predefined shapes (rectangle, oval, etc.), it only works with closed
shapes draw by hand ("curve, filled" or "polygon, filled")

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

[Libreoffice-commits] core.git: idlc/Executable_idlc.mk

2019-09-11 Thread Mike Kaganski (via logerrit)
 idlc/Executable_idlc.mk |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit e08cba00beaf29b9953cb4c3f89faca2bc7b42c1
Author: Mike Kaganski 
AuthorDate: Wed Sep 4 10:20:38 2019 +0300
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 23:46:20 2019 +0200

Fix missing dependency

Without this, e.g. 'make clean; make CustomTarget_idlc/parser_test' may
fail on localized Windows, because the library is not built yet.

$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=en_US.UTF-8

(but what is relevant, is that on Windows, osl_getThreadTextEncoding
returns active codepage, independent on cygwin locale settings; in my
case, it's Win1251)

Backtrace:

ucrtbased.dll!issue_debug_notification(const wchar_t * const message) 
Line 28
at 
minkernel\crts\ucrt\src\appcrt\internal\report_runtime_error.cpp(28)
ucrtbased.dll!__acrt_report_runtime_error(const wchar_t * message) Line 
154
at 
minkernel\crts\ucrt\src\appcrt\internal\report_runtime_error.cpp(154)
ucrtbased.dll!abort() Line 61
at minkernel\crts\ucrt\src\appcrt\startup\abort.cpp(61)
sal3.dll!`anonymous 
namespace'::FullTextEncodingData::FullTextEncodingData() Line 389
at c:\lo\src\core\sal\textenc\textenc.cxx(389)
sal3.dll!rtl::Static<`anonymous 
namespace'::FullTextEncodingData,A0xa37698ef::FullTextEncodingDataSingleton>::get()
 Line 395
at c:\lo\src\core\include\rtl\instance.hxx(395)
sal3.dll!Impl_getTextEncodingData(unsigned short nEncoding) Line 434
at c:\lo\src\core\sal\textenc\textenc.cxx(434)
sal3.dll!rtl_createTextToUnicodeConverter(unsigned short eTextEncoding) 
Line 110
at c:\lo\src\core2\sal\textenc\textcvt.cxx(110)
sal3.dll!rtl_string2UString_status(_rtl_uString * * ppThis, const char 
* pStr, long nLen, unsigned short eTextEncoding, unsigned long nCvtFlags, 
unsigned long * pInfo) Line 807
at c:\lo\src\core\sal\rtl\ustring.cxx(807)
sal3.dll!rtl_string2UString(_rtl_uString * * ppThis, const char * pStr, 
long nLen, unsigned short eTextEncoding, unsigned long nCvtFlags) Line 887
at c:\lo\src\core\sal\rtl\ustring.cxx(887)
idlc.exe!rtl::OUString::OUString(const char * value, long length, 
unsigned short encoding, unsigned long convertFlags) Line 363
at c:\lo\src\core\include\rtl\ustring.hxx(363)
idlc.exe!convertToAbsoluteSystemPath(const rtl::OString & fileName) 
Line 62
at c:\lo\src\core\idlc\source\idlccompile.cxx(62)
idlc.exe!sal_main_with_args(int argc, char * * argv) Line 86
at c:\lo\src\core\idlc\source\idlcmain.cxx(86)
idlc.exe!main(int argc, char * * argv) Line 26
at c:\lo\src\core\idlc\source\idlcmain.cxx(26)
idlc.exe!invoke_main() Line 79
at 
d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(79)
idlc.exe!__scrt_common_main_seh() Line 288
at 
d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(288)
idlc.exe!__scrt_common_main() Line 331
at 
d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(331)
idlc.exe!mainCRTStartup() Line 17
at 
d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp(17)
kernel32.dll!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()


Change-Id: Ida88eca9d477c61870a8fb94aab043f894b16d10
Reviewed-on: https://gerrit.libreoffice.org/78580
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/idlc/Executable_idlc.mk b/idlc/Executable_idlc.mk
index d5d1af3f9d13..e194e9049c77 100644
--- a/idlc/Executable_idlc.mk
+++ b/idlc/Executable_idlc.mk
@@ -63,4 +63,11 @@ $(eval $(call gb_Executable_add_exception_objects,idlc,\
 idlc/source/astservice \
 ))
 
+# Without this, e.g. 'make clean; make CustomTarget_idlc/parser_test' may fail 
on Windows localized
+# to something other than listed in Impl_getTextEncodingData, because 
osl_getThreadTextEncoding()
+# returns Windows ACP, calling FullTextEncodingData ctor which loads the 
not-yet-built library
+$(call gb_Executable_add_runtime_dependencies,idlc, \
+$(call gb_Library_get_target,sal_textenc) \
+)
+
 # vim:set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127215] File name in Export to PDF is truncated after the first dot

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127215

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

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

[Libreoffice-bugs] [Bug 127477] Incomplete description of date & time functions in the help information

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127477

Albrecht Müller  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126914] Calc does not highlight the current cell or cell range (gtk/gtk3)

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126914

Aron Budea  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 CC||ba...@caesar.elte.hu

--- Comment #10 from Aron Budea  ---
Happens in Windows as well, see bug 126914, attachment 154112.

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

[Libreoffice-bugs] [Bug 127478] Opening second Calc file while particular file is open always fails

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127478

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

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

2019-09-11 Thread Arkadiy Illarionov (via logerrit)
 framework/inc/uielement/rootitemcontainer.hxx |3 --
 framework/source/fwi/uielement/rootitemcontainer.cxx  |   11 
+-
 framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx |7 +++---
 framework/source/uiconfiguration/uiconfigurationmanager.cxx   |7 +++---
 4 files changed, 11 insertions(+), 17 deletions(-)

New commits:
commit 8f35bb1fcc9c1efd7edc52efbfc33509de2c00f2
Author: Arkadiy Illarionov 
AuthorDate: Sat Sep 7 16:25:24 2019 +0300
Commit: Stephan Bergmann 
CommitDate: Wed Sep 11 23:45:08 2019 +0200

tdf#39593 Drop RootItemContainer::GetImplementation

Replace with comphelper::getUnoTunnelImplementation.
Also use isUnoTunnelId().

Change-Id: I014d27fd985836e9232b7f4772696b946eec907e
Reviewed-on: https://gerrit.libreoffice.org/78745
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/framework/inc/uielement/rootitemcontainer.hxx 
b/framework/inc/uielement/rootitemcontainer.hxx
index ce0aa4a426ec..a0238b94579e 100644
--- a/framework/inc/uielement/rootitemcontainer.hxx
+++ b/framework/inc/uielement/rootitemcontainer.hxx
@@ -69,8 +69,7 @@ class RootItemContainer final : private cppu::BaseMutex,
 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes(  ) 
override;
 
 // XUnoTunnel
-static FWI_DLLPUBLIC const css::uno::Sequence< sal_Int8 >&   
GetUnoTunnelId() throw();
-static FWI_DLLPUBLIC RootItemContainer*
   GetImplementation( const css::uno::Reference< css::uno::XInterface >& 
rxIFace ) throw();
+static FWI_DLLPUBLIC const css::uno::Sequence< sal_Int8 >&   
getUnoTunnelId() throw();
 sal_Int64   SAL_CALL 
getSomething( const css::uno::Sequence< sal_Int8 >& rIdentifier ) override;
 
 // XIndexContainer
diff --git a/framework/source/fwi/uielement/rootitemcontainer.cxx 
b/framework/source/fwi/uielement/rootitemcontainer.cxx
index 4571b3b61603..f7e7eb28dbb7 100644
--- a/framework/source/fwi/uielement/rootitemcontainer.cxx
+++ b/framework/source/fwi/uielement/rootitemcontainer.cxx
@@ -142,7 +142,7 @@ Reference< XIndexAccess > 
RootItemContainer::deepCopyContainer( const Reference<
 // XUnoTunnel
 sal_Int64 RootItemContainer::getSomething( const css::uno::Sequence< sal_Int8 
>& rIdentifier )
 {
-if( ( rIdentifier.getLength() == 16 ) && ( 0 == memcmp( 
RootItemContainer::GetUnoTunnelId().getConstArray(), 
rIdentifier.getConstArray(), 16 ) ) )
+if( isUnoTunnelId(rIdentifier) )
 return sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr 
>( this ));
 return 0;
 }
@@ -152,18 +152,11 @@ namespace
 class theRootItemContainerUnoTunnelId : public rtl::Static< 
UnoTunnelIdInit, theRootItemContainerUnoTunnelId > {};
 }
 
-const Sequence< sal_Int8 >& RootItemContainer::GetUnoTunnelId() throw()
+const Sequence< sal_Int8 >& RootItemContainer::getUnoTunnelId() throw()
 {
 return theRootItemContainerUnoTunnelId::get().getSeq();
 }
 
-RootItemContainer* RootItemContainer::GetImplementation( const 
css::uno::Reference< css::uno::XInterface >& rxIFace ) throw()
-{
-css::uno::Reference< css::lang::XUnoTunnel > xUT( rxIFace, 
css::uno::UNO_QUERY );
-return xUT.is() ? reinterpret_cast< RootItemContainer* 
>(sal::static_int_cast< sal_IntPtr >(
-  xUT->getSomething( 
RootItemContainer::GetUnoTunnelId() ))) : nullptr;
-}
-
 // XElementAccess
 sal_Bool SAL_CALL RootItemContainer::hasElements()
 {
diff --git a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx 
b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
index b629dbaefca3..36631222539e 100644
--- a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
@@ -60,6 +60,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 using namespace css;
@@ -427,7 +428,7 @@ void 
ModuleUIConfigurationManager::impl_requestUIElementData( sal_Int16 nElement
 {
 MenuConfiguration aMenuCfg( m_xContext );
 Reference< XIndexAccess > xContainer( 
aMenuCfg.CreateMenuBarConfigurationFromXML( xInputStream ));
-RootItemContainer* pRootItemContainer = 
RootItemContainer::GetImplementation( xContainer );
+auto pRootItemContainer = 
comphelper::getUnoTunnelImplementation( xContainer );
 if ( pRootItemContainer )
 aUIElementData.xSettings.set( static_cast< 
OWeakObject * >( new ConstItemContainer( pRootItemContainer, true ) ), 
UNO_QUERY );
 else
@@ -446,7 +447,7 @@ void 
ModuleUIConfigurationManager::impl_requestUIElementData( sal_Int16 nElement
 {
 Reference< XIndexContainer > 

[Libreoffice-bugs] [Bug 127501] New: gallery: add pin gallery theme

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127501

Bug ID: 127501
   Summary: gallery: add pin gallery theme
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Created attachment 154111
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154111=edit
pin galler theme

Galleries are awesome cause you can add there images, shapes, symbols, ...
everything and use them later or in any other LibO app.

To give the user the feedback that gallery is something like an clipboard for
graphics, it should be more clear (visual) that an user can add to an gallery
whatever the user want.

therefore I'd like to add an LibreOffice pin gallery theme which is an (nearly)
empty theme located in the user dictionary so the user can drag & drop whatever
wanted to the pin theme.

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

[Libreoffice-bugs] [Bug 127449] Edit->Find in LibreOffice Calc returns "search key not found" when the search term contains an apostrophe.

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127449

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-ux-advise] [Bug 38093] Add an Outline View layout and editing mode to Writer

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38093

--- Comment #36 from V Stuart Foote  ---
*** Bug 127497 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 127354] Erroneous path to image inserted by Basic macro causes crash on entering bounding box for image

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127354

--- Comment #12 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today with gtk3, kf5 or gen
rendering, I only have blue rectangle and no empty frame below, so can't
reproduce this.
I'll give a new try on Win10 tomorrow.

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

[Libreoffice-bugs] [Bug 120269] The descriptions of Safe Mode options are misleading

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120269

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||108571


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 127431] Writer crashes when using special paste

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127431

--- Comment #8 from John Sakoutis  ---
I think the box that appears when I press Ctrl + F is an XFCE 4 or Arch Linux
popup. The bug seems to be if the user is somehow able to select an object that
does not appear on the list, in my case, the find function (possibly built into
xfce 4) is able to select no item and when I proceed with the paste, it doesn’t
know how to paste.

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

[Libreoffice-ux-advise] [Bug 127249] RFE: please add + and - when dragging data

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127249

Thomas Lendo  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||thomas.le...@gmail.com
   Keywords||needsUXEval

--- Comment #1 from Thomas Lendo  ---
Maybe it's enough to only show a plus symbol additional to the already showed
symbol if ctrl + drag the cell data. This means to copy the data. All other
cases means move the data which must not be indicated by an extra symbol. All
the more as a minus implicates a deletion or subtraction which isn't the case
here.

Adding needsUXEval.

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

[Libreoffice-bugs] [Bug 113113] [META] Sheet tabs bar bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113113
Bug 113113 depends on bug 104564, which changed state.

Bug 104564 Summary: CALC: More obvious way to indicate that multiple sheets are 
selected for editing
https://bugs.documentfoundation.org/show_bug.cgi?id=104564

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112202] FILEOPEN: DOCX thesis template with empty header

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112202

--- Comment #6 from QA Administrators  ---
Dear Mike,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 127502] New: remove all gallery themes from core

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127502

Bug ID: 127502
   Summary: remove all gallery themes from core
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Request is to remove all gallery items from the LibreOffice installation and
make them available on the extension webpage. The only Gallery theme within
LibreOffice core repository will be the nearly empty pin theme (Bug 127501).

Pro
+ save 14 mb on disk space
+ galleries can't be generic enough to fit 10% of the users
+ galleries are stored in install directory so the users can't add or remove
shapes
+ gallery extensions are stored in user dictionary

Con
- Gallery items are not available after installation
- "Functionality" will be removed and be available only via extension page
- Link to the extension page is needed

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

[Libreoffice-bugs] [Bug 127503] 6.3 Calc will not run my Cash register (macros) right , 6.2.7 is fine

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127503

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
   Keywords||bibisected, bisected,
   ||regression
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Aron Budea  ---
Indeed this is a regression, and could be bibisected to the following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d464d505fbf6e53a38afdd3661d320fac8c760d6
author  Armin Le Grand   2018-10-12 11:13:09
+0200
committer   Armin Le Grand   2018-11-27 11:33:10
+0100

"Refactor calc non-linear ViewToDevice transform"

There are two separate bugs reported on the two behaviors mentioned in this
bug:
- buttons flashing: bug 121963,
- current cell not getting highlighted: bug 126914.

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

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

[Libreoffice-bugs] [Bug 92380] Style preview rendering problems in the dialog, toolbar and sidebar

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92380

--- Comment #42 from Thomas Lendo  ---
Nothing changed in Version: 6.4.0.0.alpha0+
Build ID: f76dbe5dc581845996a8bd5f5109c5e2ff5a27b0
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-09-09_05:13:31

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

[Libreoffice-bugs] [Bug 127498] possible regression in TIMEVALUE formula sometime with one second less than expected

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127498

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||er...@redhat.com,
   ||oliver.brinz...@gmx.de
 Status|UNCONFIRMED |NEW

--- Comment #2 from Oliver Brinzing  ---
reproducible with:

Version: 6.2.7.1 (x64)
Build-ID: 23edc44b61b830b7d749943e020e96f5a7df63bf
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: 

Version: 6.3.1.2 (x64)
Build-ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: 

this issue *seems* to be a duplicate of:

Bug 125099 - Rounding of durations displayed as wall clock time.
Bug 127143 - Time addition short of one second in calc

@erack: shouldn't we add a [META] issue ?

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

[Libreoffice-bugs] [Bug 127506] New: FILEOPEN: DOC: incorrectly displayed table

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127506

Bug ID: 127506
   Summary: FILEOPEN: DOC: incorrectly displayed table
   Product: LibreOffice
   Version: 6.3.1.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikhail...@dumalogiya.ru

Description:
The first table in this *.doc document is rendered incorrectly. Reproduced in
Libreoffice Writer 6.2.6, 6.3.1 and OpenOffice Writer 4.1.5.

This table is displayed correctly in WPS Office and OnlyOffice DesktopEditors.

I have not been able to make a minimal document with this problem. If I copy
that table to a new document in WPS Office and save it as doc or docx,
LibreOffice displays it correctly.

Steps to Reproduce:
.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:
.

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

[Libreoffice-bugs] [Bug 127506] FILEOPEN: DOC: incorrectly displayed table

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127506

--- Comment #1 from Mikhail Novosyolov  ---
Created attachment 154114
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154114=edit
Original document with problem.doc

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

[Libreoffice-bugs] [Bug 127509] New: Dash type should not respect draw:style="rect" item for draw:name

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127509

Bug ID: 127509
   Summary: Dash type should not respect draw:style="rect" item
for draw:name
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

If you add to Standard.sod the following line



but draw:style="circle" than the style isn't named "Dash". It doesn't matter if
the draw:style is circle or rect it's always the style "Dash" only the end
style of dots are different (which option is not possible in LibO).

The issue is that MS Visio use draw:style="circle" by default and MSO use
draw:style="rect".

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

[Libreoffice-bugs] [Bug 91874] A Search by function or keyword over main menu-- similar to SpotLight, Tell Me, or Ubuntu's HUD but native for LO GUI

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91874

--- Comment #28 from Xkm  ---
(In reply to Heiko Tietze from comment #25)
> (In reply to andreas_k from comment #23)
> > as suggested in bug 119379...
> 
> (In reply to V Stuart Foote from comment #24)
> > I'd love to see this as a dedicated deck...
> 
> Isn't the search-at-the-sidebar request off-topic here since this ticket is
> about a filter for the main menu. Use case: Evil designers change the
> position of menu items so often that users cannot remember where to look for
> rarely used functions and want to search for it.

+1: I don't use LibreOffice daily but when I use it, it often takes me minutes
to find the menu entry / command I was searching for. I would like to have the
search as part of the primary window (and not as part of something I don't even
know or understand). As much as I don't like M$ Office, their design is quite
helpful in this case. See [1] for an example.


[1]
https://www.pcworld.com/article/2155462/microsoft-adds-tell-me-search-bar-to-excel-powerpoint-online.html

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

[Libreoffice-bugs] [Bug 127443] Keyboard use of insert table tool bar control: Set table size 1x1 on first down or right arrow key press after insert table control window is shown

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127443

--- Comment #2 from Jim Raykowski  ---
Code pointers:
TableWindow::KeyInput 
TableWindow class is found in svx/source/tbxcrls/layctrl.cxx

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

[Libreoffice-bugs] [Bug 127249] RFE: please add + and - when dragging data

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127249

Thomas Lendo  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||thomas.le...@gmail.com
   Keywords||needsUXEval

--- Comment #1 from Thomas Lendo  ---
Maybe it's enough to only show a plus symbol additional to the already showed
symbol if ctrl + drag the cell data. This means to copy the data. All other
cases means move the data which must not be indicated by an extra symbol. All
the more as a minus implicates a deletion or subtraction which isn't the case
here.

Adding needsUXEval.

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

[Libreoffice-bugs] [Bug 127508] New: I cannot disable effect from highlighted/normal column/row header

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

Bug ID: 127508
   Summary: I cannot disable effect from highlighted/normal
column/row header
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@sy.sa

Created attachment 154120
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154120=edit
Review headers

I want disable that effect on highlighted column/row header, that give it
gradient

But I cannot

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

[Libreoffice-bugs] [Bug 103133] FILEOPEN: Text blocks in .DOCX created in WPS Office are displayed in incorrect positions in LibO

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103133

Mikhail Novosyolov  changed:

   What|Removed |Added

 Attachment #154117|Bug is present in   |Bug is present in
description|libreoffice 6.3.1.png   |libreoffice 6.3.1 Page
   ||12).png
 Attachment #154117|DeepinScreenshot_выбер |DeepinScreenshot_вÑбеÑи
   filename|ите-область_20190 |Ñе-облаÑÑÑ_20190912001
   |912001934.png   |934.png

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

[Libreoffice-bugs] [Bug 127501] gallery: add pin gallery theme

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127501

--- Comment #1 from andreas_k  ---
As I use  symbol for the theme, the  Pin theme is always nr. one in the list
so it's also the default theme.

Now in english Arrows is default (nr. 1 in the list) and in german Bullets, but
Bullets are for bullet points in a list and should be not used in gernal so you
see something by default which is useless.

But have  Pin by default give the user the feedback "hey I can add there stuff
to use it later"

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

[Libreoffice-bugs] [Bug 88840] Add color customization for sheet tabs and title in Calc

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88840

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks|108019  |102187

--- Comment #7 from Thomas Lendo  ---
Is this still a relevant issue to have a color setting in the options dialog?

I think this issue is not necessary any more since the commits for bug 124572
"tabs in calc (for sheets) and draw (for layer) style" introduced with
LibreOffice 6.3 because the grey small bar at the bottom of each sheet tab
shows what's selected. Seems not worth to give that small bar a customized
color.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102187
[Bug 102187] [META] Options dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108019
[Bug 108019] [META] Calc UX bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127504] New: Crash in: mergedlo.dll

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127504

Bug ID: 127504
   Summary: Crash in: mergedlo.dll
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tor...@yahoo.com

This bug was filed from the crash reporting server and is
br-d0662f7e-8e98-491d-9834-761b6550b6d5.
=

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

[Libreoffice-bugs] [Bug 127503] 6.3 Calc will not run my Cash register (macros) right , 6.2.7 is fine

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127503

--- Comment #1 from Steve Dulaney  ---
Created attachment 154112
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154112=edit
Cash register

type in number between 1 and 10 in a24 and below. Does not work in 6.3 series,
but works in 6.2 series 6.2.7

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

[Libreoffice-bugs] [Bug 127473] Regression: Formatting error using format "TT.MM.JJJJ HH:MM:SS, 000000000000000000"

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127473

Albrecht Müller  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||7477
 Ever confirmed|1   |0

--- Comment #2 from Albrecht Müller  ---
For roughly the same reasons I explained in
https://bugs.documentfoundation.org/show_bug.cgi?id=127476#c2 I do not want to
upload an example file. The real problems are bug 127334 and bug 127477. I
mentioned this bug so someone that cares about bug 127334 may keep an eye on
this and may occasionally fix it. Note: The time the light needs to travel the
size of an atom is longer than the durations that this format allows to
express. That is not something I usually have to deal with.

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

[Libreoffice-bugs] [Bug 104564] CALC: More obvious way to indicate that multiple sheets are selected for editing

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104564

Thomas Lendo  changed:

   What|Removed |Added

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

--- Comment #10 from Thomas Lendo  ---
I think this issue was fixed with the commits for bug 124572 "tabs in calc (for
sheets) and draw (for layer) style" introduced with LibreOffice 6.3

Version: 6.4.0.0.alpha0+
Build ID: f76dbe5dc581845996a8bd5f5109c5e2ff5a27b0
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-09-09_05:13:31

I set this bug to RESOLVED WORKSFORME.

If you think this issue isn't fixed enough, please reopen as NEW and argue why
and what is needed.

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

[Libreoffice-bugs] [Bug 108386] [META] Calc sorting related bugs and enhancements

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108386

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||97969


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97969
[Bug 97969] Hidden rows sometimes not ignored during column sort
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118854] Style not visible in list of styles if font is white and highlight color is not white

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118854

--- Comment #12 from Thomas Lendo  ---
(In reply to Heiko Tietze from comment #11)
> And what do you in case of blue for both font and background color? Of
> course we can twist the user settings but that ends up in some kind of no
> WYSIWYG preview that is available with the checkbox.
As I said in the comment before: "... "the software must automatically handle
that". Regardless what the user does, the style name must be readable. ...".
For me, readability beats 1:1 preview realization. These cases are seldom, so
this is manageable and preview means real preview in almost all cases.

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

[Libreoffice-bugs] [Bug 127504] Crash in: mergedlo.dll

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127504

--- Comment #1 from tor...@yahoo.com ---
Tools>Options>Language settings>Languages>check/uncheck DecimalSeparatorKey
then click OK causes the crash.

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

[Libreoffice-bugs] [Bug 127215] File name in Export to PDF is truncated after the first dot

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127215

--- Comment #9 from gorgonz  ---
maybe I should have listened more carefully, forget one subject: profile

Sorry ;-)

- created a new user test with a new standard profile in leap 15.1
- starting konsole and standard LO 6.5.2.5
- opening "nur.test2.bug"
- open the export dialog results in:
test@linux-8ipm1:~/Downloads> libreoffice
kf5.kio.widgets: No node found for item that was just removed:
QUrl("file:///home/test/Downloads/LibreOffice-6.2.7-x86_64.AppImage")
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")

- open file in 6.2.7 brings
f5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.drkonqi.desktop" has Type= "Application" but
no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.drkonqi.desktop"
kf5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.systemmonitor.desktop" has Type= "Application"
but no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.systemmonitor.desktop"

- exporting now brings
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")

and - as already mentioned the name "nur.test2.pdf instead of
"nur.test2.bug.pdf". So, this bug still exists.

But the other file name "nur.test.bug.odt" is exported in the right way to
"nur.test.bug.pdf". Just by the way, also produced these messages:
kf5.kio.core: Invalid URL: QUrl("nur.test.bug.pdf")
kf5.kio.core: Invalid URL: QUrl("nur.test.bug.pdf")

This behaviour is the same in 6.4.0-alpha

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

[Libreoffice-bugs] [Bug 127501] gallery: add pin gallery theme

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127501

--- Comment #2 from andreas_k  ---
maybe some (3-6) shapes can be added to  Pin list, only to show what's
possible to have there. Something like an showroom for example symbols for
- pin
- sticky note
- alarm
- todo
- like it
- work on later

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

[Libreoffice-bugs] [Bug 127507] New: Allow choosing different alignment behavior

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127507

Bug ID: 127507
   Summary: Allow choosing different alignment behavior
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyal...@technion.ac.il

Description:
Let's suppose we're left-aligning two shapes, at X positions 1 cm and 2 cm. We
could:

* Align their left edges to 1 cm (choose the leftmost)
* Align their left edges to 2 cm (choose the rightmost)
* Align their left edges to 1.5 cm (choose the average)

LO Draw currently chooses the first option - for left-aligning. For
right-aligning it's the last option, and for centering it's the middle option.

This is not necessarily what the user wants, or needs. S/he may have some
element perfectly in place, then want to align all other elements with it.
While it's true you could sort of do this with align, it's at the very least
inconvenient and annoying to do so (e.g. using rulers); also, due to UI
accuracy issues (can't go lower than 0.01 cm), the user may not always
correctly be able t manually align the boxes.

I would like for the choice between the three behaviors above to be made
available - some GUI'ish way.

Steps to Reproduce:
Create two squares of dimension 1 and place them at a distance of 1 x their
size horizontally and 3 x their size vertically for a while. The align them and
un-align them in several ways.

Actual Results:
N/A

Expected Results:
N/A


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 124081] sluggish behaviour LibreOffice 6.2.1.2 on MacBook Pro with Mojave

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124081

--- Comment #2 from QA Administrators  ---
Dear josef carel,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 127215] File name in Export to PDF is truncated after the first dot

2019-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127215

--- Comment #8 from gorgonz  ---
well, I don't know, just wanted to help, making LO better ;-). You may close it
then, because You can't reproduce the bug.

Still some notes for analysing the behaviour on my systems:

- Tried the same with my laptop and openSUSE Tumbleweed => same result with
those 3 versions

- there was no difference in using AppImage in language de or en.

- opened "nur.test2.bug" in leap 15.1, the moment I call the export function in
6.2.7 I see these messages in the konsole:
kf5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.drkonqi.desktop" has Type= "Application" but
no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.drkonqi.desktop"
kf5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.systemmonitor.desktop" has Type= "Application"
but no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.systemmonitor.desktop"
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")

- if I use my official LO 6.2.5.2 from konsole, then I get less messages:
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")
kf5.kio.core: Invalid URL: QUrl("nur.test2.pdf")

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

  1   2   3   >