[Libreoffice-bugs] [Bug 113317] CGJ breaks font rendering (Scheherazade)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113317

Volga  changed:

   What|Removed |Added

 Blocks||71732


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
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 71732] [META] Bugs related to text rendering, typography and font features in LO

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

Volga  changed:

   What|Removed |Added

 Depends on||113317


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113317
[Bug 113317] CGJ breaks font rendering (Scheherazade)
-- 
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 113317] CGJ breaks font rendering (Scheherazade)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113317

--- Comment #2 from Volga  ---
Created attachment 137178
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137178=edit
Snapshot

-- 
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 113317] CGJ breaks font rendering (Scheherazade)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113317

--- Comment #1 from Volga  ---
Created attachment 137177
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137177=edit
Test file

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


[Libreoffice-bugs] [Bug 113317] New: CGJ breaks font rendering (Scheherazade)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113317

Bug ID: 113317
   Summary: CGJ breaks font rendering (Scheherazade)
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
When I insert CGJ (U+034F) within Arabic characters, it breaks font rendering
for certain fonts, and the letter displaying with fallback fonts instead.

Steps to Reproduce:
1. Copying the following characters into Writer:
قاىِٕد (without CGJ)
قاىِٕد (without CGJ)
قاىٕ͏ِد (with CGJ)
2. Select the who text
3. Change font to "Scheherazade"

Actual Results:  
In third line, the letter ى (U+0649) does not displaying with Scheherazade,
using fallback fonts instead.

Expected Results:
While CGJ is instered into the text, it should not font rendering, all texts
should be render as expected.


Reproducible: Always

User Profile Reset: No

Additional Info:
版本:5.4.2.2 (x64)
Build ID:22b09f6418e8c2d508a9eaf86b2399209b0990f4
CPU 线程:4; 操作系统:Windows 6.19; UI 渲染:默认; 
区域语言:zh-CN (zh_CN); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101
Firefox/56.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 113225] LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL )

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113225

Michael Meeks  changed:

   What|Removed |Added

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

--- Comment #6 from Michael Meeks  ---
I hope that in combination with Caolan's epoxy fix in 5.4.2.2 and nailing this
old missing SolarMutex bug (which is independent of GL) we're in a better state
here.

-- 
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: compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk

2017-10-20 Thread Stephan Bergmann
 compilerplugins/clang/faileddyncast.cxx  |6 ++
 compilerplugins/clang/test/faileddyncast.cxx |   21 +
 solenv/CompilerTest_compilerplugins_clang.mk |1 +
 3 files changed, 28 insertions(+)

New commits:
commit 1c680d763e770250b8e1b0e63e62a4f5ecda3b74
Author: Stephan Bergmann 
Date:   Fri Oct 20 14:48:16 2017 +0200

Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_cast

Change-Id: Iecb943db0aff7ffc21cc2f6adb625be369255b32
Reviewed-on: https://gerrit.libreoffice.org/43606
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/compilerplugins/clang/faileddyncast.cxx 
b/compilerplugins/clang/faileddyncast.cxx
index bdc9ce6e5fad..9a257d7d8a23 100644
--- a/compilerplugins/clang/faileddyncast.cxx
+++ b/compilerplugins/clang/faileddyncast.cxx
@@ -80,7 +80,13 @@ bool isAlwaysNull(CXXDynamicCastExpr const * expr) {
 return false;
 #endif
 
+#if 0
   return !DestRD->isDerivedFrom(SrcRD);
+#else
+  return !(DestRD->isDerivedFrom(SrcRD)
+   || SrcRD->isDerivedFrom(DestRD)
+   || SrcRD == DestRD);
+#endif
 }
 
 class FailedDynCast:
diff --git a/compilerplugins/clang/test/faileddyncast.cxx 
b/compilerplugins/clang/test/faileddyncast.cxx
new file mode 100644
index ..7d835e041f7a
--- /dev/null
+++ b/compilerplugins/clang/test/faileddyncast.cxx
@@ -0,0 +1,21 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+struct S1 { virtual ~S1(); };
+struct S2 final: S1 {};
+struct S3: S1 {};
+
+void f(S1 * s1, S2 * s2) {
+(void) dynamic_cast(s1);
+(void) dynamic_cast(s2);
+(void) dynamic_cast(s2);
+(void) dynamic_cast(s2); // expected-error {{dynamic_cast from 'S2 
*' to 'S3 *' always fails [loplugin:faileddyncast]}}
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk 
b/solenv/CompilerTest_compilerplugins_clang.mk
index 26306dccc983..97a870d9c296 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -21,6 +21,7 @@ $(eval $(call 
gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
 compilerplugins/clang/test/droplong \
 compilerplugins/clang/test/externvar \
 compilerplugins/clang/test/expressionalwayszero \
+compilerplugins/clang/test/faileddyncast \
 compilerplugins/clang/test/finalprotected \
 compilerplugins/clang/test/flatten \
 compilerplugins/clang/test/loopvartoosmall \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113225] LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL )

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113225

--- Comment #5 from Commit Notification 
 ---
Michael Meeks committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=254c49dcceaa8b181b2cb3338e34e5637be277b9

tdf#113225 - hold the solar mutex when entering from UNO.

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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-commits] core.git: extensions/source

2017-10-20 Thread Michael Meeks
 extensions/source/update/ui/updatecheckui.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 254c49dcceaa8b181b2cb3338e34e5637be277b9
Author: Michael Meeks 
Date:   Fri Oct 20 15:18:30 2017 +0100

tdf#113225 - hold the solar mutex when entering from UNO.


http://crashreport.libreoffice.org/stats/crash_details/dff57662-1693-47f6-8b09-88f180d2e706

Change-Id: I4322c2113c300af97fb5854aac4a741b7027e6b1
Reviewed-on: https://gerrit.libreoffice.org/43623
Tested-by: Jenkins 
Reviewed-by: Michael Meeks 

diff --git a/extensions/source/update/ui/updatecheckui.cxx 
b/extensions/source/update/ui/updatecheckui.cxx
index b7e512dd537c..498fc0e17304 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -898,6 +898,7 @@ void BubbleWindow::RecalcTextRects()
 static uno::Reference SAL_CALL
 createInstance(const uno::Reference& xContext)
 {
+SolarMutexGuard aGuard;
 return  *new UpdateCheckUI(xContext);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113316] New: Mail Merge Wizard makes LO 6.0apha1 crash (libc-2.26.so, Ubuntu 17.10)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113316

Bug ID: 113316
   Summary: Mail Merge Wizard makes LO 6.0apha1 crash
(libc-2.26.so, Ubuntu 17.10)
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikhail...@dumalogiya.ru

This bug was filed from the crash reporting server and is
br-dd03a60e-577c-4097-a84e-3203540e8a91.
=
http://crashreport.libreoffice.org/stats/crash_details/dd03a60e-577c-4097-a84e-3203540e8a91

$ LANG=en_US.UTF-8 libreofficedev6.0 --version
LibreOfficeDev 6.0.0.0.alpha1 c1d1f859b268f650143d48f294999cda0fa57350

Just open Writer, Tools --> Mail Merge Wizard, and Libreoffice crashes.

VCL gtk2.

-- 
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 113315] New: Empty line in front of a TOC cannot be deleted

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113315

Bug ID: 113315
   Summary: Empty line in front of a TOC cannot be deleted
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zyklo...@web.de

Description:
You cannot delete an empty line in front of a TOC.

Steps to Reproduce:
1. Create a new file and press  for creating a second line.
2. Insert a TOC.
3. Go back to the first (empty) line and press  ⇒ Nothing happens.

Actual Results:  
You cannot delete the empty line.

Expected Results:
Deletion of the empty line should be possible. Because if you insert the TOC in
line 1 instead (without creating a second line), you achieve the wanted
behaviour.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.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 113314] Inserting bullet list content at some other indentation depth should apply the depth to the inserted text

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113314

--- Comment #1 from zyklo...@web.de ---
Created attachment 137176
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137176=edit
Example

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


[Libreoffice-bugs] [Bug 113314] New: Inserting bullet list content at some other indentation depth should apply the depth to the inserted text

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113314

Bug ID: 113314
   Summary: Inserting bullet list content at some other
indentation depth should apply the depth to the
inserted text
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zyklo...@web.de

Description:
I copy some bullet list content of e.g. indentation depth 4. Then I create a
new bullet point – but move it to the first indentation layer. When I then
insert the clipboard content, the content gets indented to layer 4 instead of
being matched to the first layer.

Additionally, if I want to insert the same passage not at the beginning of a
new (empty) bullet point, but after some already existing text, the result is
corrupted, because the indentation gets destroyed and seemingly tumultuous.

I attached an example document, where I marked, what I did, and at which
position.

Steps to Reproduce:
1. Copy some bullet list content.
2. Create a new bullet point and move the cursor to another indentation layer.
3. Either fill in some text or leave this bullet point text blank.
4. Press 

Actual Results:  
A: Bullet point text remained blank before inserting:
⇒ Content is not inserted at the specified layer.

B: Bullet point text exists before inserting:
⇒ Content is not fully inserted at the specified layer, some content is
inserted at the old layer.

Expected Results:
I expect that not the absolute layer is saved, but just the relative position.
This way, the copied content would fit correctly into the place of the cursor.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.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 113024] Unable to open file in a read only mounted directory

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113024

TBeholder  changed:

   What|Removed |Added

 CC||turbobehol...@mail.ru

--- Comment #3 from TBeholder  ---
5.1.6.2 (whether from command line or GUI):
if it can't write to the file - opens in read-only,
if it can write to the file, but not that directory - opens for r/w and
actually saves, but without creating a lock file.

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


[Libreoffice-bugs] [Bug 113313] Highlighting isn’t drawn in the backgro =?UTF-8?Q?und?=, but instead even in front of adjacent glyphs

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113313

--- Comment #1 from zyklo...@web.de ---
Created attachment 137175
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137175=edit
Example

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


[Libreoffice-bugs] [Bug 113313] New: Highlighting isn’t drawn in the backgro =?UTF-8?Q?und?=, but instead even in front of adjacent glyphs

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113313

Bug ID: 113313
   Summary: Highlighting isn’t drawn in the background, but
instead even in front of adjacent glyphs
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zyklo...@web.de

Description:
When glyphs loom inside the area of an adjacent glyph, you see that
highlighting one glyph cuts off the other one.

Steps to Reproduce:
1. Type something italic with big letters that have content in the upper right
area of their square area, like “I” or “S” with serifs.
2. Select the glyph to the right side. 
3. Choose a highlight colour.

Actual Results:  
The highlight colour cuts off the adjacent glyph. So this highlighting is even
_before_the_foreground_ of the glyph which got cut-off.

Expected Results:
I expect the highlight colour to be a background colour and therefore behind
_every_ glyph – thus not being able cutting off another glyph.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/57.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 107276] renaming sheet causes chart data ranges referencing sheet to change to Data Table - unrecoverable

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107276

TBeholder  changed:

   What|Removed |Added

 CC||turbobehol...@mail.ru

--- Comment #3 from TBeholder  ---
Does this happen with a formula (on another page) or only chart?
There still seem to be some weird bugs related to sheet references, but mine is
not repeatable.

-- 
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 103150] TOC: Dots between heading and page number aren' t placed equally distanced

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103150

zyklo...@web.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #8 from zyklo...@web.de ---
Ok, I tracked it down to just appearing with Linux-Libertine fonts (also
Biolinum). Setting paragraph template “TOC 1” to Liberation, displays the dots
correctly – setting it back to a Libertine font, leads to this uneven spacing.

-- 
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 107567] Text previews in Paragraph dialog not showing correctly for RTL

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107567

--- Comment #6 from Jim Raykowski  ---
Is it OK if I take this one?

-- 
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 89448] Over-Sensitive Selection in Impress Mac (OSX 10.6)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89448

--- Comment #9 from eisa01  ---
This is still present

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 113275] Last line drop down and expand single word check box should only be show active for Justified

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113275

--- Comment #3 from Jim Raykowski  ---
I have set the patch for this to -1. Will amend on confirmation of correct
behavior.

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


[Libreoffice-bugs] [Bug 112928] LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112928

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
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 112928] LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112928

--- Comment #20 from V Stuart Foote  ---
Created attachment 137174
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137174=edit
XPsp3 x86 WinDbg StackTrace of crash

Attempted to get a SAL_LOG with a CygWin command terminal launch of TDF 5.4.2.2
x86 build.

$ SAL_LOG=1 ./soffice.exe vsf_TestDocument.odt 2> tdf112928_debug.txt

But the launch attempt crashes with .DMP file to into the LO program directory,
SAL_LOG file was empty.

Attaching a WinDbg (sdk7.1) stack trace with symbols and analyze -v

-- 
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 67634] LO cannot display the EPS graphics in a stable way while in document editing mode

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67634

eisa01  changed:

   What|Removed |Added

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

--- Comment #7 from eisa01  ---
I've not had the image disappear while testing other bugs, so this works for me

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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: filter/source

2017-10-20 Thread Caolán McNamara
 filter/source/msfilter/escherex.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4ab059050366d38a1e938cc7c0a2c424dfe1098
Author: Caolán McNamara 
Date:   Fri Oct 20 14:18:29 2017 +0100

Resolves: tdf#113253 graphics change shape after ppt roundtrip

Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4
Reviewed-on: https://gerrit.libreoffice.org/43608
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/filter/source/msfilter/escherex.cxx 
b/filter/source/msfilter/escherex.cxx
index ee7dfe17b36b..780ea677b163 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -3145,7 +3145,7 @@ void 
EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeT
 break;
 case 
css::drawing::EnhancedCustomShapeSegmentCommand::NOFILL :
 {
-nVal = (msopathEscape 
<< 13) | (5 << 8);
+nVal = (msopathEscape 
<< 13) | (10 << 8);
 }
 break;
 case 
css::drawing::EnhancedCustomShapeSegmentCommand::NOSTROKE :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 57128] 3D Slide Transitions are broken.

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57128

--- Comment #16 from eisa01  ---
Created attachment 137173
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137173=edit
Rendering in 6.0.0.0 alpha

Still issues with the animation. The text is not crisp black during the
animation, the borders are distorted

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 57128] 3D Slide Transitions are broken.

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57128

eisa01  changed:

   What|Removed |Added

  Attachment #70123|0   |1
is obsolete||

--- Comment #15 from eisa01  ---
Created attachment 137172
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137172=edit
Test case with transitions

-- 
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 89328] FILESAVE: Particular PPT file containing comment can' t be opened by MS PowerPoint

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89328

eisa01  changed:

   What|Removed |Added

   Keywords||filter:ppt
   Severity|normal  |critical

--- Comment #18 from eisa01  ---
I can reproduce this issue using Matthew's file when opening in PowerPoint 2016
for Mac (15.39). PowerPoint has to repair the document and deletes the comment.

This also happens if I create a completely new odp and export to ppt.

Setting as critical as this causes data loss

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 102985] [META] Font bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|103080  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103080
[Bug 103080] A new default set of bundled fonts
-- 
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 113305] [META] Bundled fonts bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103080


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103080
[Bug 103080] A new default set of bundled fonts
-- 
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 103080] A new default set of bundled fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103080

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 103080] A new default set of bundled fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103080

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 112928] LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112928

Aron Budea  changed:

   What|Removed |Added

   Keywords||notBibisectable

--- Comment #19 from Aron Budea  ---
(In reply to Jeff from comment #18)
> and I wonder if it has to do with how we installed windows updates. I've had

No, others have the same issue with 5.4.2 as well.

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


[Libreoffice-bugs] [Bug 60582] EDITING: Incorrect inserting of images to Draw when done by Copy/Paste from Finder

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60582

eisa01  changed:

   What|Removed |Added

Version|4.0.0.2 rc  |Inherited From OOo

-- 
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 60582] EDITING: Incorrect inserting of images to Draw when done by Copy/Paste from Finder

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60582

--- Comment #5 from eisa01  ---
Still present. Using cmd+c and cmd+v only inserts the icon in Draw. Dragging
the file works fine

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 33550] SVG import/render does not handle marker

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33550

--- Comment #13 from eisa01  ---
If I use File -> Open the file is not correct, the arrowheads are not shown in
Draw

If I drag the file into the Draw window, the arrowheads show correctly

So partly still present

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 107521] Improve DirectWrite implementation font rendering on Windows

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

--- Comment #21 from V Stuart Foote  ---
Created attachment 137171
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137171=edit
rendering at 5.4.3. 1with OpenGL

@Tomaž, Michael, Khaled, *

Attached screen clips from the 5.4.3.1 Windows 64-bit build (from a 1920x1200
dpi monitor) showing Start Panel and the About dialog. 

One is with GDI fallback from DirectWrite and Direct2D, the other with OpenGL
and DirectWrite Direct2D rendering.

Accept that moving all rendering on Windows to Direct2D, or even FreeType,
along with floating point positioning (bug 103322) is a future refactoring. 

But, can we do anything with the render mode now to clear up font rendering
with OpenGL?

Would setting fixed rendering mode and anti alaising:

   DWRITE_RENDERING_MODE_CLEARTYPE_GDI_NATURAL
   D2D1_TEXT_ANTIALIAS_MODE_GRAYSCALE 

be a better DirectWrite Direct2D rendering match to the GDI rendering that
folks seem to prefer, and keeps folks away from using OpenGL?

-- 
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 74237] zoom slider disappear

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74237

eisa01  changed:

   What|Removed |Added

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

--- Comment #9 from eisa01  ---
I have not managed to get zoom slider to disappear during my testing

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 78777] Keyboard shortcut for format as Currency and Date on OSX used by system for screenshot

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78777

eisa01  changed:

   What|Removed |Added

   Keywords||needsUXEval
   Priority|low |medium
 Blocks||42082
Summary|FORMATTING: Change keyboard |Keyboard shortcut for
   |shortcut on OSX for |format as Currency and Date
   |applying Euro currency cell |on OSX used by system for
   |format  |screenshot

--- Comment #11 from eisa01  ---
Still present, cmd+shift+4 is a system shortcut used for screenshots, and can
not be used to format as currency

Raising importance as keyboard shortcuts are crucial for professionals. This
also applies to format as date (cmd+shift+3, also screenshots)

I think the UX team needs to take a look at this


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=42082
[Bug 42082] [META] Make LibreOffice shine and glow on OS X
-- 
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 42082] [META] Make LibreOffice shine and glow on OS X

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082

eisa01  changed:

   What|Removed |Added

 Depends on||78777


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=78777
[Bug 78777] Keyboard shortcut for format as Currency and Date on OSX used by
system for screenshot
-- 
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 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808
Bug 43808 depends on bug 40036, which changed state.

Bug 40036 Summary: U+202E Right-to-Left Override does not display properly
https://bugs.documentfoundation.org/show_bug.cgi?id=40036

   What|Removed |Added

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

-- 
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 40036] U+202E Right-to-Left Override does not display properly

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40036

Khaled Hosny  changed:

   What|Removed |Added

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

--- Comment #12 from Khaled Hosny  ---
This works for me, and from bug description I suspect it was the same
underlying issue as bug 107204, so marking as duplicate.

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

-- 
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 84696] Wrong alignment of cell content

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84696

eisa01  changed:

   What|Removed |Added

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

--- Comment #16 from eisa01  ---
This seems fine to me in 6.0.0.0 alpha. I added a picture with f in the
next cell

-- 
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 84696] Wrong alignment of cell content

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84696

--- Comment #15 from eisa01  ---
Created attachment 137170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137170=edit
Rendering in 6.0.0.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 97131] Libreoffice imports RTL text in reverse order in PDF importer

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97131

--- Comment #10 from Khaled Hosny  ---
This can be partially worked around but can’t 100% fixed since PDF does not
store actual text (usually) but just the end result of text layout with many
information critical to reproducing the original text completely lost.

Poppler has some support for this, the discussion and patches in
https://bugs.freedesktop.org/show_bug.cgi?id=55977 might help someone trying to
do the same in LibreOffice.

My 2¢, recreating text from PDF files is a lost cause, PDF is first and
foremost a print file format, so it should be viewed as some glorified printed
paper.

-- 
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 113284] Crash opening index dialog

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113284

Julien Nabet  changed:

   What|Removed |Added

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

-- 
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 113299] Writer crashes by adding or update an alphabetical index

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113299

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace, regression
   Priority|medium  |high
 CC||btom...@gmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3284
   Severity|normal  |major

--- Comment #5 from Julien Nabet  ---
Tamas: I don't know how but reverting
https://cgit.freedesktop.org/libreoffice/core/commit/?id=141d4427d2d2db6a16133fcf7571798233a99cb0
allows to not reproduce this one too.

(increase priority since:
- it's a crash
- it's a regression
)

-- 
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 107521] Improve DirectWrite implementation font rendering on Windows

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

--- Comment #20 from V Stuart Foote  ---
Created attachment 137169
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137169=edit
rendering at 5.4.3. 1with  fallback to GDI w/o OpenGL

-- 
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 94054] Writer watermark EPS background image not exported to PDF

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94054

eisa01  changed:

   What|Removed |Added

Version|4.4.5.2 release |Inherited From OOo

--- Comment #7 from eisa01  ---
Still present, and I have the same issue on 3.3, so setting version inherited
from OOo

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 113299] Writer crashes by adding or update an alphabetical index

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113299

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet  ---
Created attachment 137168
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137168=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.
(gtk3 + enable-dbgutil)

-- 
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 113299] Writer crashes by adding or update an alphabetical index

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113299

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |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 112928] LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112928

--- Comment #18 from Jeff  ---
Same problem with LibreOffice 5.4.2.2

and I wonder if it has to do with how we installed windows updates. I've had to
reinstall Windows XP Pro so I used a DVD I bought on ebay for $8 to apply all
the windows updates it could offline. Could that be part of the problem?

-- 
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 93128] Resizing the window vertically with double-arrow cursor in Calc is either “jumpy” or inoperative

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93128

eisa01  changed:

   What|Removed |Added

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

--- Comment #3 from eisa01  ---
I'm not seeing any difference in resizing behavior, either resizing up/down or
left/right. It's also similar in Writer. It looks like LibreOffice could redraw
the window faster, but that might be my 2010 MBP.

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 78486] Feature Request: Add Calculated Field in PIVOT TABLE

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78486

--- Comment #10 from simone  ---
Hi to all,
I thinks it's necessary the functionality "calculated field" in a pivot table.
How can we do to suggest to do this funcionality to developers?


Other functionality in pivot ( less import) are the different layout of pivot,
like you can do in Excel.

Thanks
simone

-- 
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 70093] Color picker disappears when document scrolled with mouse wheel

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70093

eisa01  changed:

   What|Removed |Added

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

--- Comment #13 from eisa01  ---
This works for me

If I click the font color drop down and try to scroll the document, the color
picker stays put. In fact, the document itself doesn't scroll.

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 66138] Set text anchor in style; shape doesn't use it

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66138

eisa01  changed:

   What|Removed |Added

Version|3.3.0 release   |Inherited From OOo
 OS|Mac OS X (All)  |All
   Severity|normal  |minor

--- Comment #4 from eisa01  ---
Still present. Also present in 3.3.0 as per comment 3, so this is inherited

This was reproduced on Windows as well as per comment 2, so setting OS to all.

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 66704] Other: Calc cell formula editing display problems

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66704

--- Comment #7 from eisa01  ---
I can not reproduce problem 2. The tooltip is not displayed over the other
application when I alt-tab.

I can not reproduce problem 3

Problem 4 has new behavior:
Type "=SUM(" in a cell, press esc to close the tooltip. The cursor jumps up to
the right. This is just visual, if I press backspace the "(" is deleted and the
cursor is back at the right place.

The end key is fn+right arrow

-- 
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 113284] Crash opening index dialog

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113284

--- Comment #5 from Julien Nabet  ---
Thank you Jan-Marek for your detailed response.

Tamas: when reverting
https://cgit.freedesktop.org/libreoffice/core/commit/?id=141d4427d2d2db6a16133fcf7571798233a99cb0,
I don't reproduce the abort anymore. Any thoughts?

-- 
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 113312] New: Libre Office Aufgrund eines Problems kann dieses Programm nicht mehr mit Windows kommunizieren.

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113312

Bug ID: 113312
   Summary: Libre Office Aufgrund eines Problems kann dieses
Programm nicht mehr mit Windows kommunizieren.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pyrosc...@gmail.com

Quelle
LibreOffice

Zusammenfassung
Beendet und geschlossen.

Datum
‎20.‎10.‎2017 03:36

Status
Der Bericht wurde gesendet.

Beschreibung
Aufgrund eines Problems kann dieses Programm nicht mehr mit Windows
kommunizieren.

Problemsignatur
Problemereignisame: AppHangB1
Anwendungsname: soffice.bin
Anwendungsversion:  5.3.6.1
Anwendungszeitstempel:  599db3c5
Absturzsignatur:d6dc
Absturztyp: 134217728
Betriebsystemversion:   10.0.16299.2.0.0.768.101
Gebietsschema-ID:   1031
Zusätzliche Absturzsignatur 1:  d6dc6ee344ae765042049e20a239c973
Zusätzliche Absturzsignatur 2:  f823
Zusätzliche Absturzsignatur 3:  f82348e1d7b185f7744a76bf2b751d66
Zusätzliche Absturzsignatur 4:  d6dc
Zusätzliche Absturzsignatur 5:  d6dc6ee344ae765042049e20a239c973
Zusätzliche Absturzsignatur 6:  f823
Zusätzliche Absturzsignatur 7:  f82348e1d7b185f7744a76bf2b751d66

Weitere Informationen über das Problem
Bucket-ID:  cf2e2966aa4d62f46c8e3eae82677ac2 (50)

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


[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 117 commits - avmedia/inc avmedia/Library_avmediavlc.mk avmedia/source basctl/source basegfx/source basic/CppunitTest_basic_macr

2017-10-20 Thread Katarina Behrens
Rebased ref, commits from common ancestor:
commit bb8de5570e651c8d0ad40ab3cec8ff1aa783cd61
Author: Katarina Behrens 
Date:   Wed Oct 18 12:50:59 2017 +0200

WIP Don't merge tdf#67770: Read LastActiveDeck bits

Change-Id: Id5e3c3cb4144b9fc56ab5e4a4e49f1fc69e70023

diff --git a/include/sfx2/sidebar/ResourceManager.hxx 
b/include/sfx2/sidebar/ResourceManager.hxx
index 8c50ecfe6316..2d68d3525783 100644
--- a/include/sfx2/sidebar/ResourceManager.hxx
+++ b/include/sfx2/sidebar/ResourceManager.hxx
@@ -51,6 +51,7 @@ public:
 void InitDeckContext(const Context& rContex);
 void SaveDecksSettings(const Context& rContext);
 void SaveDeckSettings(const DeckDescriptor* pDeckDesc);
+void SaveLastActiveDeck(const Context& rContext, const OUString& 
rActiveDeck);
 
 void disposeDecks();
 
@@ -84,6 +85,8 @@ public:
 const OUString& rsDeckId,
 const 
css::uno::Reference& rxController);
 
+const OUString& GetLastActiveDeck( const Context& rContext );
+
 /** Remember the expansions state per panel and context.
 */
 void StorePanelExpansionState(const OUString& rsPanelId,
@@ -99,11 +102,13 @@ private:
 typedef std::vector PanelContainer;
 PanelContainer maPanels;
 mutable std::set maProcessedApplications;
+std::map maLastActiveDecks;
 
 SvtMiscOptions maMiscOptions;
 
 void ReadDeckList();
 void ReadPanelList();
+void ReadLastActive();
 static void ReadContextList(const utl::OConfigurationNode& rNode,
  ContextList& rContextList,
  const OUString& rsDefaultMenuCommand);
diff --git a/sfx2/source/sidebar/ResourceManager.cxx 
b/sfx2/source/sidebar/ResourceManager.cxx
index 1f8fb2863d4f..873aeb203781 100644
--- a/sfx2/source/sidebar/ResourceManager.cxx
+++ b/sfx2/source/sidebar/ResourceManager.cxx
@@ -20,9 +20,11 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -98,6 +100,7 @@ ResourceManager::ResourceManager()
 {
 ReadDeckList();
 ReadPanelList();
+ReadLastActive();
 }
 
 ResourceManager::~ResourceManager()
@@ -243,6 +246,14 @@ const ResourceManager::PanelContextDescriptorContainer& 
ResourceManager::GetMatc
 return rPanelIds;
 }
 
+const OUString& ResourceManager::GetLastActiveDeck( const Context& rContext )
+{
+if( maLastActiveDecks.find( rContext.msApplication ) == 
maLastActiveDecks.end())
+return maLastActiveDecks["any"];
+else
+return maLastActiveDecks[rContext.msApplication];
+}
+
 void ResourceManager::ReadDeckList()
 {
 const utl::OConfigurationTreeRoot aDeckRootNode(
@@ -394,6 +405,22 @@ void ResourceManager::SaveDeckSettings(const 
DeckDescriptor* pDeckDesc)
 aPanelRootNode.commit();
 }
 
+void ResourceManager::SaveLastActiveDeck(const Context& rContext, const 
OUString& rActiveDeck)
+{
+//if( maLastActiveDecks.find( rContext.msApplication ) != 
maLastActiveDecks.end())
+maLastActiveDecks[rContext.msApplication] = rActiveDeck;
+
+std::set aLastActiveDecks;
+for ( auto rEntry : maLastActiveDecks )
+aLastActiveDecks.insert( rEntry.first + "," +  rEntry.second);
+
+std::shared_ptr cfgWriter( 
comphelper::ConfigurationChanges::create() );
+
+
officecfg::Office::UI::Sidebar::Content::LastActiveDeck::set(comphelper::containerToSequence(aLastActiveDecks),
 cfgWriter);
+cfgWriter->commit();
+
+}
+
 void ResourceManager::ReadPanelList()
 {
 const utl::OConfigurationTreeRoot aPanelRootNode(
@@ -435,6 +462,30 @@ void ResourceManager::ReadPanelList()
 }
 }
 
+
+void ResourceManager::ReadLastActive()
+{
+boost::optional< Sequence  > aLastActive 
(officecfg::Office::UI::Sidebar::Content::LastActiveDeck::get());
+
+if (aLastActive)
+{
+const css::uno::Sequence& rLastActiveDecks = 
aLastActive.get();
+for (auto i = rLastActiveDecks.begin(); i != rLastActiveDecks.end(); 
++i)
+{
+sal_Int32 nCharIdx = i->lastIndexOf(',');
+if ( nCharIdx < 0 )
+{
+SAL_WARN("sfx.sidebar", "Expecting 2 values separated by 
comma");
+continue;
+}
+
+const OUString sApplicationName = i->copy( 0, nCharIdx ).trim();
+const OUString sLastUsed = i->copy( nCharIdx + 1 ).trim();
+maLastActiveDecks.insert( std::make_pair(sApplicationName, 
sLastUsed ) );
+}
+}
+}
+
 void ResourceManager::ReadContextList (
 const utl::OConfigurationNode& rParentNode,
 ContextList& rContextList,
diff --git a/sfx2/source/sidebar/SidebarController.cxx 
b/sfx2/source/sidebar/SidebarController.cxx
index e5cc4296b74a..9ab3b39a6c5e 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -140,7 +140,8 @@ 

[Libreoffice-commits] core.git: vcl/inc vcl/osx vcl/win

2017-10-20 Thread Jan-Marek Glogowski
 vcl/inc/osx/salinst.h |6 -
 vcl/inc/win/saldata.hxx   |4 -
 vcl/inc/win/saltimer.h|2 
 vcl/osx/vclnsapp.mm   |2 
 vcl/win/app/salinst.cxx   |  144 --
 vcl/win/window/salobj.cxx |6 -
 6 files changed, 73 insertions(+), 91 deletions(-)

New commits:
commit 8ba60ca42d4d1873b8cd85c5d3b5ed2f0e19df60
Author: Jan-Marek Glogowski 
Date:   Mon Oct 16 17:04:24 2017 +0200

WIN message handling cleanup and refactoring

Replace a lot of duplicated case code with macros.
Some minor constifications of function parameters.

I restrained from shorten the SAL_MSG_* via preprocessor concat,
so a grep will still find the whole names.

Change-Id: If1f2477fc8817b4ae7816e807154e35004bb4da9
Reviewed-on: https://gerrit.libreoffice.org/43531
Tested-by: Jenkins 
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h
index 01e50af77b99..a80af4fb5ee7 100644
--- a/vcl/inc/osx/salinst.h
+++ b/vcl/inc/osx/salinst.h
@@ -63,6 +63,8 @@ public:
 
 class AquaSalInstance : public SalInstance, public SalUserEventList
 {
+friend class AquaSalFrame;
+
 bool RunInMainYield( bool bHandleAllCurrentEvents );
 
 virtual void TriggerUserEventProcessing() override;
@@ -81,7 +83,6 @@ public:
 
 static std::list aAppEventList;
 
-public:
 AquaSalInstance();
 virtual ~AquaSalInstance() override;
 
@@ -136,9 +137,6 @@ public:
 // this is needed to avoid duplicate open events through a) command line 
and b) NSApp's openFile
 static bool isOnCommandLine( const OUString& );
 
-public:
-friend class AquaSalFrame;
-
 void delayedSettingsChanged( bool bInvalidate );
 
 // Is this the NSAppThread?
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx
index 0f3e05b8f31a..659fd68f7dda 100644
--- a/vcl/inc/win/saldata.hxx
+++ b/vcl/inc/win/saldata.hxx
@@ -180,8 +180,8 @@ bool ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, 
LPARAM lParam );
 bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, 
LRESULT& rlResult );
 
 WinSalObject* ImplFindSalObject( HWND hWndChild );
-bool ImplSalPreDispatchMsg( MSG* pMsg );
-void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT nDispatchResult );
+bool ImplSalPreDispatchMsg( const MSG* pMsg );
+void ImplSalPostDispatchMsg( const MSG* pMsg );
 
 void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, vcl::Font& 
rFont );
 
diff --git a/vcl/inc/win/saltimer.h b/vcl/inc/win/saltimer.h
index b7d1a1e0d0f1..61d284d82ddb 100644
--- a/vcl/inc/win/saltimer.h
+++ b/vcl/inc/win/saltimer.h
@@ -25,7 +25,7 @@
 class WinSalTimer final : public SalTimer, protected VersionedEvent
 {
 // for access to Impl* functions
-friend LRESULT CALLBACK SalComWndProc( HWND, UINT nMsg, WPARAM wParam, 
LPARAM lParam, int& rDef );
+friend LRESULT CALLBACK SalComWndProc( HWND, UINT nMsg, WPARAM wParam, 
LPARAM lParam, bool& rDef );
 // for access to GetNextVersionedEvent
 friend void CALLBACK SalTimerProc( PVOID data, BOOLEAN );
 // for access to ImplHandleElapsedTimer
diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm
index 4dd8ceac8169..23b22c360eeb 100644
--- a/vcl/osx/vclnsapp.mm
+++ b/vcl/osx/vclnsapp.mm
@@ -66,7 +66,7 @@ SAL_WNODEPRECATED_DECLARATIONS_PUSH
 NSEvent* pEvent = [NSEvent otherEventWithType: NSApplicationDefined
location: NSZeroPoint
modifierFlags: 0
-   timestamp: 0
+   timestamp: [[NSProcessInfo processInfo] 
systemUptime]
windowNumber: 0
context: nil
subtype: AquaSalInstance::AppExecuteSVMain
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 693411a0583c..68ad7deb994d 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -459,14 +459,14 @@ void WinSalInstance::AcquireYieldMutex( sal_uInt32 nCount 
)
 mpSalYieldMutex->acquire( nCount );
 }
 
-static LRESULT ImplSalDispatchMessage( MSG* pMsg )
+static LRESULT ImplSalDispatchMessage( const MSG* pMsg )
 {
 SalData* pSalData = GetSalData();
 if ( pSalData->mpFirstObject && ImplSalPreDispatchMsg( pMsg ) )
 return 0;
 LRESULT lResult = DispatchMessageW( pMsg );
 if ( pSalData->mpFirstObject )
-ImplSalPostDispatchMsg( pMsg, lResult );
+ImplSalPostDispatchMsg( pMsg );
 return lResult;
 }
 
@@ -569,124 +569,108 @@ bool WinSalInstance::DoYield(bool bWait, bool 
bHandleAllCurrentEvents)
 return bDidWork;
 }
 
-LRESULT CALLBACK SalComWndProc( HWND, UINT nMsg, WPARAM wParam, LPARAM lParam, 
int& rDef )
+#define CASE_NOYIELDLOCK( salmsg, function ) \
+case salmsg: \
+assert( !pInst->mbNoYieldLock ); \
+pInst->mbNoYieldLock = true; \
+function; \
+   

[Libreoffice-bugs] [Bug 35771] Printing issues on Mac OS X (Intel)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35771

--- Comment #40 from eisa01  ---
Still present

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 113311] lifecycle of LibreOfficeKit as used by LOKDocView is broken by design

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113311

--- Comment #1 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4f05fdffbe4483ae0a466a6460b63560c3fb45ca

tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 113311] lifecycle of LibreOfficeKit as used by LOKDocView is broken by design

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113311

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

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


[Libreoffice-commits] core.git: desktop/source libreofficekit/Module_libreofficekit.mk

2017-10-20 Thread Michael Stahl
 desktop/source/lib/init.cxx |2 ++
 libreofficekit/Module_libreofficekit.mk |3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4f05fdffbe4483ae0a466a6460b63560c3fb45ca
Author: Michael Stahl 
Date:   Fri Oct 20 22:14:39 2017 +0200

tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now

Change-Id: I0f6e284d232388019bfa33f07a4afc864e0040a9

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index d84e09c9c7d9..b731f08fb426 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3557,6 +3557,8 @@ static void lo_destroy(LibreOfficeKit* pThis)
 
 comphelper::LibreOfficeKit::setStatusIndicatorCallback(nullptr, nullptr);
 uno::Reference  xDesktop = frame::Desktop::create ( 
::comphelper::getProcessComponentContext() );
+// FIXME: the terminate() call here is a no-op because it detects
+// that LibreOfficeKit::isActive() and then returns early!
 bSuccess = xDesktop.is() && xDesktop->terminate();
 
 if (!bSuccess)
diff --git a/libreofficekit/Module_libreofficekit.mk 
b/libreofficekit/Module_libreofficekit.mk
index cc842b2f3f2c..c74c0681328e 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -15,7 +15,8 @@ $(eval $(call gb_Module_add_check_targets,libreofficekit, \
 CppunitTest_libreofficekit_checkapi \
 ))
 
-$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
+# tdf#113311 disabled because it can deadlock on shutdown
+#$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
 CppunitTest_libreofficekit_tiledrendering \
 ))
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113311] New: lifecycle of LibreOfficeKit as used by LOKDocView is broken by design

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113311

Bug ID: 113311
   Summary: lifecycle of LibreOfficeKit as used by LOKDocView is
broken by design
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mst...@redhat.com
CC: caol...@redhat.com, ke...@collabora.com,
pran...@collabora.co.uk, sberg...@redhat.com

this deadlock just happened in CppunitTest_libreofficekit_tiledrendering:

#0  0x7fa3811fb09d in __lll_lock_wait () at /lib64/libpthread.so.0
#1  0x7fa3811f3e23 in pthread_mutex_lock () at /lib64/libpthread.so.0
#2  0x7fa3822f5a16 in osl_acquireMutex(oslMutexImpl*) (pMutex=0x2d32f40) at
/work/lo/master/sal/osl/unx/mutex.cxx:97
#3  0x7fa37764b065 in osl::Mutex::acquire() (this=0x7fa36948f780
::get()::instance>)
at /work/lo/master/include/osl/mutex.hxx:56
#4  0x7fa3776629c2 in
osl::ClearableGuard::ClearableGuard(osl::Mutex&)
(this=0x7fffcfc0df18, t=...) at /work/lo/master/include/osl/mutex.hxx:163
#5  0x7fa3776610c5 in
comphelper::OInterfaceContainerHelper2::disposeAndClear(com::sun::star::lang::EventObject
const&) (this=0x7fa357bb3110, rEvt=...) at
/work/lo/master/comphelper/source/container/interfacecontainer2.cxx:260
#6  0x7fa369197174 in GrammarCheckingIterator::dispose()
(this=0x7fa357bb2f50) at /work/lo/master/linguistic/source/gciterator.cxx:907
#7  0x7fa351bd7191 in (anonymous
namespace)::doDispose(com::sun::star::uno::Reference
const&) (inst=uno::Reference to (GrammarCheckingIterator *) 0x7fa357bb2f78) at
/work/lo/master/sw/source/core/bastyp/proofreadingiterator.cxx:34
#8  0x7fa351bd7327 in sw::proofreadingiterator::dispose() () at
/work/lo/master/sw/source/core/bastyp/proofreadingiterator.cxx:66
#9  0x7fa351bd1d3e in FinitCore() () at
/work/lo/master/sw/source/core/bastyp/init.cxx:672
#10 0x7fa35284e394 in SwDLL::~SwDLL() (this=0x2b9b7e0, __in_chrg=) at /work/lo/master/sw/source/uibase/app/swdll.cxx:163
#11 0x7fa35284f634 in std::default_delete::operator()(SwDLL*) const
(this=0x7fa353adea98 ::get()::instance+8>, __ptr=0x2b9b7e0)
at /usr/include/c++/7/bits/unique_ptr.h:78
#12 0x7fa35284f8e9 in std::unique_ptr::reset(SwDLL*) (this=0x7fa353adea98 ::get()::instance+8>, __p=0x2b9b7e0) at
/usr/include/c++/7/bits/unique_ptr.h:376
#13 0x7fa35284f3a1 in
comphelper::unique_disposing_ptr::reset(SwDLL*) (this=0x7fa353adea90
::get()::instance>, p=0x0) at
/work/lo/master/include/comphelper/unique_disposing_ptr.hxx:42
#14 0x7fa35284ec7e in
comphelper::unique_disposing_solar_mutex_reset_ptr::reset(SwDLL*)
(this=0x7fa353adea90 ::get()::instance>, p=0x0) at
/work/lo/master/include/comphelper/unique_disposing_ptr.hxx:171
#15 0x7fa35284e5fa in
comphelper::unique_disposing_solar_mutex_reset_ptr::~unique_disposing_solar_mutex_reset_ptr()
(this=0x7fa353adea90 ::get()::instance>,
__in_chrg=) at
/work/lo/master/include/comphelper/unique_disposing_ptr.hxx:177
#16 0x7fa35284e460 in (anonymous
namespace)::SwDLLInstance::~SwDLLInstance() (this=0x7fa353adea90
::get()::instance>, __in_chrg=) at
/work/lo/master/sw/source/uibase/app/swdll.cxx:57
#17 0x7fa381647c68 in __run_exit_handlers () at /lib64/libc.so.6
#18 0x7fa381647cba in  () at /lib64/libc.so.6
#19 0x7fa38162d511 in __libc_start_main () at /lib64/libc.so.6
#20 0x0040a1ba in _start ()

actually it's not really a deadlock - the mutex being locked
is a global variable that has already been destroyed - usually
this only prints a warning like
"pthread_mutex_lock failed: Invalid argument"
but apparently sometimes the freed memory looks like a valid
mutex that is already locked.

this is a regression from:

commit a99707d2c4f65a6a5fe160ce2b614aca273f0d2d
Author: Caolán McNamara 
AuthorDate: Mon May 8 15:26:22 2017 +0100

Resolves: rhbz#144437 make gnome-documents not crash the whole time

accept that once initted that LibreOffice cannot be deinitted and reinited
(without lots of work), but allow the main loop to quit and restart so LOKs
thread can run and exit successfully, new 

[Libreoffice-bugs] [Bug 113284] Crash opening index dialog

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113284

--- Comment #4 from Jan-Marek Glogowski  ---
Created attachment 137167
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137167=edit
Exception throw bt from SwOneExampleFrame::LinkStubTimeoutHdl

(In reply to Julien Nabet from comment #3)
> Jan-Marek: noticing this part in bt:
> #1  0x773cb42a in __GI_abort () at abort.c:89
> #2  0x7fffec7079d0 in Scheduler::ProcessTaskScheduling() () at
> /home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:445
> #3  0x7fffec706b59 in Scheduler::CallbackTaskScheduling() () at
> /home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:262

That's the general try … catch (...) … abort(), when a task throws an
exception. Nothing I can do here, except:

(gdb) f 2
#2  0x2aaab618bafb in Scheduler::ProcessSingleTask (nTime=1508527162299,
pLastDataPtr=0x0) at
/home/glg/Development/libreoffice/dbgutil-clang/vcl/source/app/scheduler.cxx:458
458 abort();
(gdb) p *pTask
$2 = (Idle) {
   = {
 = {
  _vptr$Task = 0x2aaab6c11440 , 
  mpSchedulerData = 0x6e3ac90, 
  mpDebugName = 0x2aaad5988604 "sw uibase SwOneExampleFrame Loaded", 
  mePriority = TaskPriority::HIGH_IDLE, 
  mbActive = false, 
  mbStatic = false
}, 
members of Timer: 
maInvokeHandler = {
  function_ = 0x2aaad580e430 , 
  instance_ = 0x6e5f910
}, 
mnTimeout = 0, 
mbAuto = false
  }, }

So we know which tasks crashs LO, but the exception can come from any code in
this task. So we actually want to find the throw point:

make debugrun gb_DBGARGS="~/Documents/tdf#113284/niqqudless.odt"
(gdb) r

wait until document is loaded, then CTRL+C

(gdb) set pagination off
(gdb) catch throw
(gdb) command 1
>bt
>c
>end
(gdb) set logging redirect on
(gdb) set logging on
(gdb) c

Generate crash in LO.
wait until GDB is back

(gdb) q

Open gdb.txt. The last throw is the problem. See attachment.

Probably it's easier to use the rr debugger?

-- 
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 79754] new ODF template files on windows are not using liberation fonts as default

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79754

--- Comment #16 from Yousuf Philips (jay)  ---
patch - https://gerrit.libreoffice.org/43625

-- 
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 77262] VIEWING: Some animated GIFs display quite wrong on OS X

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77262

eisa01  changed:

   What|Removed |Added

Version|unspecified |Inherited From OOo
   Severity|normal  |minor

--- Comment #12 from eisa01  ---
Still present, and in 3.3

Double checked that this works in Impress, as such I would set this to minor as
very few Writer docs will have this issue

Version: 6.0.0.0.alpha1+
Build ID: 15dce20e8b97dbd0179f01910ca4d0027e80ff4e
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2017-10-20_06:46:46
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 113295] 'Clear List' entry in Recent Documents appears in English rather than Slovenian

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113295

Gabor Kelemen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |kelem...@ubuntu.com
   |desktop.org |
 Ever confirmed|0   |1

--- Comment #6 from Gabor Kelemen  ---
Confirmed with a current translations repository.
The string is translated in sl/framework/messages.po:

#: strings.hrc:36
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "Počisti seznam"

yet it does not appear on the UI.
Neither do other strings from the same file, like the "Untitled" default file
name.

This affects other languages as well and happens because translations are
converted to fwk.mo files and due to a typo in
framework/source/fwe/classes/fwkresid.cxx LO looks for them in fwe.mo files.

-- 
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 113310] New: Special characters - Inserting character from favorites using small box does not add it to recent ; inserting using dialog window, does add to recent

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113310

Bug ID: 113310
   Summary: Special characters - Inserting character from
favorites using small box does not add it to recent;
inserting using dialog window, does add to recent
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mini...@poczta.onet.pl

Description:
When inserting special characters, one can click on character from list of
Favorites. When this is done on small box that appear after clicking icon, that
character will not be added to list of favorites. When this is done on dialog
window (after clicking "Launch dialog"), that character will be added to list
of favorites.

I don't have strong opinion on which is more correct (both behaviors are
justifiable), but I do expect consistent behavior of one function accessed from
two different places.

Steps to Reproduce:
1. Open Writer
2. Click "Insert Special Characters" icon
3. Click any character from Favorites list
4. Notice that this character was inserted, but if you click on "Insert Special
Characters" icon, it won't be on list of recent characters
5. Click "Insert Special Characters" icon again
6. Click "Launch dialog"
7. Click on any character from Favorites list
8. Click "Insert"
9. click on "Insert Special Characters" icon and notice that this time, it was
added to list of recent characters

Actual Results:  
Behavior is not consistent

Expected Results:
Behavior is consistent - either character is added to list of recent characters
in both cases, or in neither case


Reproducible: Always

User Profile Reset: Yes

Additional Info:
Version: 6.0.0.0.alpha1
Build ID: c1d1f859b268f650143d48f294999cda0fa57350
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: kde4; 
Locale: pl-PL (pl_PL.UTF-8); Calc: group

This is daily build of LO 6.0 from October 20th 2017.


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/61.0.3163.100 Safari/537.36

-- 
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 113309] New: Special characters - when Recent list is empty, removing character from favorites marks first char on list of favorites as selected

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113309

Bug ID: 113309
   Summary: Special characters - when Recent list is empty,
removing character from favorites marks first char on
list of favorites as selected
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mini...@poczta.onet.pl

Description:
If you remove character from list of favorites using button, then first
character on list of favorites will be marked as selected (it will have blue
background) - but it won't be actually selected.

This happens only when "Recent characters" list is empty.

Steps to Reproduce:
1. Open Writer
2. Click Special Characters icon and select "Launch dialog"
3. Make sure that "Recent characters" list is empty
4. Make sure that "Favorite characters" list contains at least 3 items
5. Click on third or later character on list of favorites
6. Click "Remove from favorites" button on right side of dialog

Actual Results:  
First character on list of favorite characters is marked as selected (has blue
background), but actually isn't selected - right side of dialog will still
refer to character selected before removal

Expected Results:
None of characters is selected - just as it happens when you remove character
using context menu item


Reproducible: Always

User Profile Reset: Yes

Additional Info:
Version: 6.0.0.0.alpha1
Build ID: c1d1f859b268f650143d48f294999cda0fa57350
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: kde4; 
Locale: pl-PL (pl_PL.UTF-8); Calc: group

This is daily build of LO 6.0 from October 20th 2017.


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/61.0.3163.100 Safari/537.36

-- 
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 113308] New: UI: 5.4 uses wrong font, 5.2 uses correct font ( in the same document)

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113308

Bug ID: 113308
   Summary: UI: 5.4 uses wrong font, 5.2 uses correct font (in the
same document)
   Product: LibreOffice
   Version: 5.4.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: li...@mory-wigger.ch

Opening an existing .ods file with calc 5.2.0 (x86-64): The used font
("Liberation Sans") is shown correctly in the spreadsheet as in the font
selection list combo.

After upgrading to LibreOffice 5.4.2 (x86-64):

Opening the same .ods file with calc 5.4.2: Instead of the used font
"Liberation Sans" text in all cells is shown in "Courier New" font in the
spreadsheet as in the font selection list combo.

After downgrading to 5.2: The document (not having saved it in 5.4!) is shown
as it should be, with the correct font.

-- 
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 113307] "Paste special..." from Calc to Writer doesn' t preserve formatting

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113307

ask4supp...@email.cz changed:

   What|Removed |Added

 CC||ask4supp...@email.cz

--- Comment #1 from ask4supp...@email.cz ---
Created attachment 137166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137166=edit
A sample file.

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


[Libreoffice-bugs] [Bug 113307] New: "Paste special..." from Calc to Writer doesn' t preserve formatting

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113307

Bug ID: 113307
   Summary: "Paste special..." from Calc to Writer doesn't
preserve formatting
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ask4supp...@email.cz

Description:
When pasting any of the decimal numbers in the attachment to Writer as
"Formatted text [RTF]", "HTML (HyperText Markup Language)", "DDE link" or
"Unformatted text", the formatting isn't preserved. 

Steps to Reproduce:
1. In the attachment, select any cell containing a decimal number. 
2. Copy the selected cell to clipboard. 
3. Open Writer. 
4. Press Ctr + Shift + V (or Edit → Paste special...). 
5. Select "Formatted text [RTF]", "HTML (HyperText Markup Language)", "DDE
link" or "Unformatted text"
6. Compare the pasted number with the original. 

Actual Results:  
Only rounded (whole) number is pasted. 

Expected Results:
The original decimal number should be pasted. 


Reproducible: Always

User Profile Reset: Yes

Additional Info:
The same thing occurs when accidentally cutting/changing any of the numbers and
then pressing Ctrl + Z. 

The numbers have conditional formatting applied. 

The bug is present in a recent version of LibreOffice as well. 


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/59.0.3071.115 Safari/537.36

-- 
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 113284] Crash opening index dialog

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113284

Julien Nabet  changed:

   What|Removed |Added

   Keywords|wantBacktrace   |haveBacktrace
 CC||glo...@fbihome.de

--- Comment #3 from Julien Nabet  ---
Jan-Marek: noticing this part in bt:
#1  0x773cb42a in __GI_abort () at abort.c:89
#2  0x7fffec7079d0 in Scheduler::ProcessTaskScheduling() () at
/home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:445
#3  0x7fffec706b59 in Scheduler::CallbackTaskScheduling() () at
/home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:262

thought you might be interested in this one.

(last commit retrieved: commit 44f54bf392375b789e3e3c3e868c9426d6cd4e41 (HEAD
-> master, origin/master, origin/HEAD)
Author: Takeshi Abe 
Date:   Wed Oct 18 17:22:02 2017 +0900
)

-- 
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 113284] Crash opening index dialog

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113284

--- Comment #2 from Julien Nabet  ---
Created attachment 137165
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137165=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.
(I use gtk3 rendering + enable-dbgutil)

-- 
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 106154] Extremely slow basic operations on macOS

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106154

--- Comment #24 from Jan-Marek Glogowski  ---
So for some reason in your profile, when calling Dialog::Execute, LO processes
a delayed UserEvent generated by BackingWindow::dispatchURL called from
somewhere earlier.

UserEvents have the highest priority in LO, and this adds a whooping 800ms to
the 1.8s of opening the dialog. The dialog generation is actually just 600ms,
so it's faster then in my debug build. I've never seen this in my traces - no
idea, what's going on.
But generally opening the URL should probably be converted to an Idle, or it
should run the scheduler for UI updates.
A single operation with 800ms on your HW is way too long and the priority of
the file open operation is also way too high. Might be Ok, if there is no
document yet open, so the user can't interact in any sensible way… well
actually it's not.

Then there is the "first right click" delay, which initializes all macOS
spelling and grammar checking engines for all languages, which currently is 280
for me. It's just once, but it takes 3.5s in my debug build. Changing this to
an on-demand code, or a thread will be some work. I guess all other OS don't
offer so many engines, or the initialization is cheaper. Never seen this
either.

-- 
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: include/toolkit include/tools toolkit/inc

2017-10-20 Thread Noel Grandin
 include/toolkit/awt/vclxbitmap.hxx|4 -
 include/toolkit/awt/vclxfont.hxx  |4 -
 include/toolkit/awt/vclxpointer.hxx   |4 -
 include/toolkit/awt/vclxregion.hxx|4 -
 include/toolkit/controls/accessiblecontrolcontext.hxx |   43 +++
 include/toolkit/controls/formattedcontrol.hxx |   49 --
 include/toolkit/controls/roadmapentry.hxx |   17 +-
 include/toolkit/controls/stdtabcontroller.hxx |3 -
 include/toolkit/controls/stdtabcontrollermodel.hxx|4 -
 include/toolkit/controls/unocontrols.hxx  |5 -
 include/tools/b3dtrans.hxx|   18 +++---
 include/tools/color.hxx   |3 -
 toolkit/inc/helper/unopropertyarrayhelper.hxx |4 -
 13 files changed, 66 insertions(+), 96 deletions(-)

New commits:
commit 22fa30c2f6aa541f6b1db002d276459d137490c8
Author: Noel Grandin 
Date:   Fri Oct 20 13:44:12 2017 +0200

loplugin:finalclasses in toolkit,tools

Change-Id: I365d9a5057b35bf0441ac8fbfef4447a25652760
Reviewed-on: https://gerrit.libreoffice.org/43601
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/include/toolkit/awt/vclxbitmap.hxx 
b/include/toolkit/awt/vclxbitmap.hxx
index 891a8b42b536..cc83653e751a 100644
--- a/include/toolkit/awt/vclxbitmap.hxx
+++ b/include/toolkit/awt/vclxbitmap.hxx
@@ -32,17 +32,15 @@
 //  class VCLXBitmap
 
 
-class VCLXBitmap :  public css::awt::XBitmap,
+class VCLXBitmap final : public css::awt::XBitmap,
 public css::awt::XDisplayBitmap,
 public css::lang::XTypeProvider,
 public css::lang::XUnoTunnel,
 public ::cppu::OWeakObject
 {
-private:
 ::osl::MutexmaMutex;
 BitmapExmaBitmap;
 
-protected:
 ::osl::Mutex&   GetMutex() { return maMutex; }
 
 
diff --git a/include/toolkit/awt/vclxfont.hxx b/include/toolkit/awt/vclxfont.hxx
index 080f9feacc64..9b12b496a21b 100644
--- a/include/toolkit/awt/vclxfont.hxx
+++ b/include/toolkit/awt/vclxfont.hxx
@@ -34,19 +34,17 @@
 //  class VCLXFont
 
 
-class TOOLKIT_DLLPUBLIC VCLXFont :  public css::awt::XFont2,
+class TOOLKIT_DLLPUBLIC VCLXFont final : public css::awt::XFont2,
 public css::lang::XTypeProvider,
 public css::lang::XUnoTunnel,
 public ::cppu::OWeakObject
 {
-private:
 ::osl::MutexmaMutex;
 css::uno::Reference< css::awt::XDevice> mxDevice;
 vcl::Font   maFont;
 std::unique_ptr
 mpFontMetric;
 
-protected:
 boolImplAssertValidFontMetric();
 ::osl::Mutex&   GetMutex() { return maMutex; }
 
diff --git a/include/toolkit/awt/vclxpointer.hxx 
b/include/toolkit/awt/vclxpointer.hxx
index 23bcb1c122a0..951efeb7457c 100644
--- a/include/toolkit/awt/vclxpointer.hxx
+++ b/include/toolkit/awt/vclxpointer.hxx
@@ -33,14 +33,12 @@
 //  class VCLXPointer
 
 
-class VCLXPointer: public cppu::WeakImplHelper<
+class VCLXPointer final : public cppu::WeakImplHelper<
 css::awt::XPointer, css::lang::XUnoTunnel, css::lang::XServiceInfo>
 {
-private:
 ::osl::MutexmaMutex;
 Pointer maPointer;
 
-protected:
 ::osl::Mutex&   GetMutex() { return maMutex; }
 
 public:
diff --git a/include/toolkit/awt/vclxregion.hxx 
b/include/toolkit/awt/vclxregion.hxx
index 86dc44d4eaca..82ec095be43a 100644
--- a/include/toolkit/awt/vclxregion.hxx
+++ b/include/toolkit/awt/vclxregion.hxx
@@ -33,16 +33,14 @@
 //  class VCLXRegion
 
 
-class VCLXRegion :  public css::awt::XRegion,
+class VCLXRegion final : public css::awt::XRegion,
 public css::lang::XTypeProvider,
 public css::lang::XUnoTunnel,
 public ::cppu::OWeakObject
 {
-private:
 ::osl::MutexmaMutex;
 vcl::Region  maRegion;
 
-protected:
 ::osl::Mutex&   GetMutex() { return maMutex; }
 
 public:
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx 
b/include/toolkit/controls/accessiblecontrolcontext.hxx
index cbd304a1334d..180fd538551c 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -47,31 +47,11 @@ namespace toolkit
 control model, and a weak reference to the control. The reference to 
the model is freed when the model
 is being disposed.
 */
-class OAccessibleControlContext
+class OAccessibleControlContext final
 :public ::comphelper::OAccessibleImplementationAccess
 ,public OAccessibleControlContext_Base
 ,public OAccessibleControlContext_IBase
 {
-private:
-css::uno::Reference< css::beans::XPropertySet >
-m_xControlModel;// the model of the 

Re: A proposal for separate English localization

2017-10-20 Thread jonathon
On 10/20/2017 03:54 PM, Wols Lists wrote:

> and en_US are actually two distinct languages with different vocabularies and 
> spellings (and indeed, maybe grammars?).

FWIW, _African-American Vernacular English_ utilizes a tense that is not
present in either _Standard American English_ nor _Received English_.

> Okay, 99% of it is the same, but can somebody please tell me what a rubber is?

Go shag somewhere else. This isn't a crib. 

###

If users of African American Vernacular English want to create that
L10N, more power to them.  Likewise, if users of Scottish English want
to create an L10N, let Bobby lede the way.

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


[Libreoffice-bugs] [Bug 113305] [META] Bundled fonts bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |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 80346] Preferred default fonts for Asian and CTL documents should be Libre fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80346

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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-ux-advise] [Bug 98012] Replace the Gentium Basic font by the Gentium Plus font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98012

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 97577] UI: Source Sans Pro, as Impress default font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97577

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 98012] Replace the Gentium Basic font by the Gentium Plus font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98012

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 80346] Preferred default fonts for Asian and CTL documents should be Libre fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80346

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 79022] Please bundle Source Serif Pro

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79022

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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-ux-advise] [Bug 97577] UI: Source Sans Pro, as Impress default font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97577

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 62764] Liberation fonts causing Windows 7 SP1 to BSOD

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62764

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 113305] [META] Bundled fonts bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Depends on||79022, 80346, 97577, 98012,
   ||62764


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=62764
[Bug 62764] Liberation fonts causing Windows 7 SP1 to BSOD
https://bugs.documentfoundation.org/show_bug.cgi?id=79022
[Bug 79022] Please bundle Source Serif Pro
https://bugs.documentfoundation.org/show_bug.cgi?id=80346
[Bug 80346] Preferred default fonts for Asian and CTL documents should be Libre
fonts
https://bugs.documentfoundation.org/show_bug.cgi?id=97577
[Bug 97577] UI: Source Sans Pro, as Impress default font
https://bugs.documentfoundation.org/show_bug.cgi?id=98012
[Bug 98012] Replace the Gentium Basic font by the Gentium Plus font
-- 
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 113306] New: [Regression] Error dialog when selecting File -> Templates -> Open Template on fresh profile

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113306

Bug ID: 113306
   Summary: [Regression] Error dialog when selecting File ->
Templates -> Open Template on fresh profile
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mini...@poczta.onet.pl

Description:
When trying to open template on fresh profile, LibreOffice gives me error box
with message:

"/tmp/lo-test/user/template does not exist."

This happens on daily build of 6.0 from October 20 (Build ID:
c1d1f859b268f650143d48f294999cda0fa57350), but not on 5.4.1, hence regression
keyword

Steps to Reproduce:
1. Open LibreOffice on fresh profile: `libreofficedev6.0
-env:UserInstallation=file:///tmp/lo-test/`
2. Open any application with support for templates (e.g. Writer)
3. Select File -> Templates -> Open Template...

Actual Results:  
Dialog box with error message appears:

/tmp/lo-test/user/template does not exist.

Expected Results:
Error box does not appear.

Missing directory will be created automatically if I try to *save* template,
and I might want to open template I have received by email (i.e. one that is
not stored in LibreOffice config dir), so this dialog box does not give me any
actionable information.


Reproducible: Always

User Profile Reset: Yes

Additional Info:
Version: 6.0.0.0.alpha1
Build ID: c1d1f859b268f650143d48f294999cda0fa57350
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: kde4; 
Locale: pl-PL (pl_PL.UTF-8); Calc: group


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/61.0.3163.100 Safari/537.36

-- 
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 79022] Please bundle Source Serif Pro

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79022

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 97577] UI: Source Sans Pro, as Impress default font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97577

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 80346] Preferred default fonts for Asian and CTL documents should be Libre fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80346

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 102985] [META] Font bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|80346, 97577, 98012, 79022  |113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79022
[Bug 79022] Please bundle Source Serif Pro
https://bugs.documentfoundation.org/show_bug.cgi?id=80346
[Bug 80346] Preferred default fonts for Asian and CTL documents should be Libre
fonts
https://bugs.documentfoundation.org/show_bug.cgi?id=97577
[Bug 97577] UI: Source Sans Pro, as Impress default font
https://bugs.documentfoundation.org/show_bug.cgi?id=98012
[Bug 98012] Replace the Gentium Basic font by the Gentium Plus font
https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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-ux-advise] [Bug 80346] Preferred default fonts for Asian and CTL documents should be Libre fonts

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80346

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 98012] Replace the Gentium Basic font by the Gentium Plus font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98012

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 113305] [META] Bundled fonts bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102985


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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-ux-advise] [Bug 98012] Replace the Gentium Basic font by the Gentium Plus font

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98012

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102985  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 113305] New: [META] Bundled fonts bugs and enhancements

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

Bug ID: 113305
   Summary: [META] Bundled fonts bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

https://wiki.documentfoundation.org/LibreOffice_Fonts_Bundle
https://wiki.documentfoundation.org/Fonts

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


  1   2   3   4   5   >