[Libreoffice-commits] core.git: 10 commits - qadevOOo/tests

2015-10-21 Thread Noel Grandin
 qadevOOo/tests/java/ifc/awt/_XButton.java   |6 
--
 qadevOOo/tests/java/ifc/awt/_XCheckBox.java |6 
--
 qadevOOo/tests/java/ifc/awt/_XComboBox.java |   22 
+-
 qadevOOo/tests/java/ifc/awt/_XImageProducer.java|   11 
-
 qadevOOo/tests/java/ifc/awt/_XListBox.java  |   21 
+
 qadevOOo/tests/java/ifc/awt/_XRadioButton.java  |4 
-
 qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java |2 
 qadevOOo/tests/java/ifc/text/_XTextTableCursor.java |2 
 qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java   |6 
--
 qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java   |1 
 10 files changed, 11 insertions(+), 70 deletions(-)

New commits:
commit f7799477ddf650c6adf14bf8c77d0c3e31abed41
Author: Noel Grandin 
Date:   Wed Oct 21 15:20:38 2015 +0200

cid#1327138 UrF: Unread field

Change-Id: I3454f75c9662c76203dd7a2a5e74827bf6d9baf8

diff --git a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java 
b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java
index 5bec1f8..a8757cd 100644
--- a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java
+++ b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java
@@ -46,8 +46,6 @@ public class _XRadioButton extends MultiMethodTest {
 * Listener implementation which sets flags on appropriate method calls
 */
 protected static class TestItemListener implements 
com.sun.star.awt.XItemListener {
-public boolean disposingCalled = false ;
-public boolean itemStateChangedCalled = false ;
 private final java.io.PrintWriter log;
 
 public TestItemListener(java.io.PrintWriter log) {
@@ -55,12 +53,10 @@ public class _XRadioButton extends MultiMethodTest {
 }
 
 public void disposing(com.sun.star.lang.EventObject e) {
-disposingCalled = true ;
 log.println(" disposing was called.") ;
 }
 
 public void itemStateChanged(com.sun.star.awt.ItemEvent e) {
-itemStateChangedCalled = true ;
 log.println(" itemStateChanged was called.") ;
 }
 
commit 971069f41daff6d56c524e3050b33f88502ff11d
Author: Noel Grandin 
Date:   Wed Oct 21 15:20:00 2015 +0200

cid#1327137 UrF: Unread field

Change-Id: I146730254b1b6398a7108648608bddea2e915536

diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java 
b/qadevOOo/tests/java/ifc/awt/_XListBox.java
index 62809b6..6c6ddd6 100644
--- a/qadevOOo/tests/java/ifc/awt/_XListBox.java
+++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java
@@ -62,16 +62,10 @@ public class _XListBox extends MultiMethodTest {
 * Listener implementation which sets flags on appropriate method calls
 */
 protected static class TestActionListener implements 
com.sun.star.awt.XActionListener {
-public boolean disposingCalled = false ;
-public boolean actionPerformedCalled = false ;
 
-public void disposing(com.sun.star.lang.EventObject e) {
-disposingCalled = true ;
-}
+public void disposing(com.sun.star.lang.EventObject e) {}
 
-public void actionPerformed(com.sun.star.awt.ActionEvent e) {
-actionPerformedCalled = true ;
-}
+public void actionPerformed(com.sun.star.awt.ActionEvent e) {}
 
 }
 
@@ -81,17 +75,10 @@ public class _XListBox extends MultiMethodTest {
 * Listener implementation which sets flags on appropriate method calls
 */
 protected static class TestItemListener implements 
com.sun.star.awt.XItemListener {
-public boolean disposingCalled = false ;
-public boolean itemStateChangedCalled = false ;
 
-public void disposing(com.sun.star.lang.EventObject e) {
-disposingCalled = true ;
-}
-
-public void itemStateChanged(com.sun.star.awt.ItemEvent e) {
-itemStateChangedCalled = true ;
-}
+public void disposing(com.sun.star.lang.EventObject e) {}
 
+public void itemStateChanged(com.sun.star.awt.ItemEvent e) {}
 }
 
 TestItemListener itemListener = new TestItemListener() ;
commit 1b1294caacf30597f4385a81b2fec5ec7c3c6dc8
Author: Noel Grandin 
Date:   Wed Oct 21 15:18:58 2015 +0200

cid#1327136 UrF: Unread field

Change-Id: Id12e6d6eb0f372ee92c77754fe13cd391cf1bacb

diff --git a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java 
b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java
index bdcfb44..140c6ff 100644
--- a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java
+++ b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java
@@ -48,10 +48,6 @@ public class _XImageProducer extends MultiMethodTest {
 protected static class TestImageConsumer implements XImageConsumer {
 PrintWriter log = null ;
 public boolean initCalled = 

[Libreoffice-bugs] [Bug 94897] FORMATTING: Diacritic letters displayed wrong with Cambria font when space follows

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94897

--- Comment #12 from V Stuart Foote  ---
(In reply to Tor Lillqvist from comment #11)
A new issue in bug 95222

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


[Libreoffice-bugs] [Bug 95226] New: IFERROR not working correctly under array-evaluation

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95226

Bug ID: 95226
   Summary: IFERROR not working correctly under array-evaluation
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@psilosoph.de

Created attachment 119828
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119828=edit
Demo as mentioned in the bug description

Steps to reproduce the bug:
1. Create a new Calc document with V4.4.4 or higher.
2. Enter 1, =NA(), and =PI() into A1, B1, C1 respectively.
3. Type =IFERROR(A1:C1;"Error!") into A2 and enter this as an array-formula
(Ctrl+Shift+Enter).

Expected result:
1, #N/A, 3,1415926536 displayed in A2:C2 consecutively.

Actual result:
1, #N/A, #NA in the respective cells.

The attached erxample is also demonstrating slightly extended examples and the
complications to be accepted using a workaround (redundant calculation again
which to avoid IFERROR was invented for). 

The bug is partly debasing the IFERROR function concerning its intention to
avoid redundant (second) evaluation.

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


[Libreoffice-bugs] [Bug 95053] FORMATTING: Chart Y Axis Vertical Title invisible, if OpenGL enabled

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95053

Beluga  changed:

   What|Removed |Added

Summary|FORMATTING: Chart  Y Axis   |FORMATTING: Chart Y Axis
   |Vertical Title Unreadable   |Vertical Title invisible,
   ||if OpenGL enabled

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


[Libreoffice-bugs] [Bug 83426] SVG's Load Slowly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83426

--- Comment #7 from Joel Madero  ---
Please don't add secondary concerns to bug reports. 1 bug per bug report. "A
related problem" should be reported separately.

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


[Libreoffice-ux-advise] [Bug 95229] New: Add autosave and backup to work with "remote files"

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95229

Bug ID: 95229
   Summary: Add autosave and backup to work with "remote files"
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: diaz.bast...@openmailbox.org
CC: libreoffice-ux-advise@lists.freedesktop.org

Working with remote files in LibreOffice is a main feature which supports
collaborative work for users and institutions.

However there is no default features or options that protect against failures
in LO or the internet connection, which can cause data loss.

The proposal that I suggest is this:

Autosave: LibreOffice should have own options for remote file storage. Autosave
time should be around 5 minutes or take an autosave algorithm during idle times
(similar to how it works in the cloud).

Backup: In case of loss of connection, I could save the file locally and then
ask the user if they want to update their work in the cloud.

Cheers

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/source

2015-10-21 Thread Jan Holesovsky
 sw/source/uibase/app/docsh.cxx |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 9370559e62a4858ed49a2b6d4c1be48b9f8c4127
Author: Jan Holesovsky 
Date:   Wed Oct 21 17:10:39 2015 +0200

tdf#81219: Sanitize the thumbnail of web view.

So that we don't render the entire document in the thumbnail ;-)

Change-Id: Ic19f403b68bd2e2e748138a861d55e41742250e0

diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 6655f04..18696d8 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -854,7 +854,16 @@ Rectangle SwDocShell::GetVisArea( sal_uInt16 nAspect ) 
const
 SwContentNode* pNd = m_pDoc->GetNodes().GoNext(  );
 
 const SwRect aPageRect = pNd->FindPageFrmRect( false, 0, false );
-return aPageRect.SVRect();
+Rectangle aRect(aPageRect.SVRect());
+
+// tdf#81219 sanitize - nobody is interested in a thumbnail where's
+// nothing visible
+if (aRect.GetHeight() > 2*aRect.GetWidth())
+aRect.SetSize(Size(aRect.GetWidth(), 2*aRect.GetWidth()));
+else if (aRect.GetWidth() > 2*aRect.GetHeight())
+aRect.SetSize(Size(2*aRect.GetHeight(), aRect.GetHeight()));
+
+return aRect;
 }
 return SfxObjectShell::GetVisArea( nAspect );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94042] Improving autorecovery/autosave

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94042

--- Comment #13 from Bastián Díaz  ---
(In reply to Yousuf (Jay) Philips from comment #12)
> (In reply to MM from comment #10)
> > Well that's all nice that you've changed the default to 10 mins, but the
> > users who need that option could already set that to 10 mins (or any other)
> > before. So for them there's not really a big change.
> 
> As most users dont change defaults, it useful to have good defaults.
> 

So why it is not enabled by default backup copies?

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


[Libreoffice-ux-advise] [Bug 94042] Improving autorecovery/autosave

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94042

--- Comment #13 from Bastián Díaz  ---
(In reply to Yousuf (Jay) Philips from comment #12)
> (In reply to MM from comment #10)
> > Well that's all nice that you've changed the default to 10 mins, but the
> > users who need that option could already set that to 10 mins (or any other)
> > before. So for them there's not really a big change.
> 
> As most users dont change defaults, it useful to have good defaults.
> 

So why it is not enabled by default backup copies?

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-21 Thread Richard PALO

Le 19/10/15 06:37, Norbert Thiebaud a écrit :

On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO  wrote:


I'd like to advance, one way or another on this topic.


Sure, but the patch still need to not break Windows.



The updated patchset seems to pass okay, in any event configure sets the 
correct value.


It appears to be an unrelated problem causing the latest windows failure:

# tarball names
# does use some of the variables defined above
include 
C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/download.lst
jenkins_build_client make
/home/tdf/lode/bin/jenkins_build_client: connect: Connection refused
/home/tdf/lode/bin/jenkins_build_client: line 2: /dev/tcp/localhost/2628: 
Connection refused
Build step 'Execute shell' marked build as failure
Finished: FAILURE



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


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

2015-10-21 Thread Jan Holesovsky
 sw/source/uibase/app/docsh.cxx |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit f4294091b997d9118617f0bbb82b1cafe3cf993b
Author: Jan Holesovsky 
Date:   Wed Oct 21 17:10:39 2015 +0200

tdf#81219: Sanitize the thumbnail of web view.

So that we don't render the entire document in the thumbnail ;-)

Change-Id: Ic19f403b68bd2e2e748138a861d55e41742250e0

diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 2d88c5b..82c0e61 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -876,7 +876,16 @@ Rectangle SwDocShell::GetVisArea( sal_uInt16 nAspect ) 
const
 SwContentNode* pNd = m_pDoc->GetNodes().GoNext(  );
 
 const SwRect aPageRect = pNd->FindPageFrmRect();
-return aPageRect.SVRect();
+Rectangle aRect(aPageRect.SVRect());
+
+// tdf#81219 sanitize - nobody is interested in a thumbnail where's
+// nothing visible
+if (aRect.GetHeight() > 2*aRect.GetWidth())
+aRect.SetSize(Size(aRect.GetWidth(), 2*aRect.GetWidth()));
+else if (aRect.GetWidth() > 2*aRect.GetHeight())
+aRect.SetSize(Size(2*aRect.GetHeight(), aRect.GetHeight()));
+
+return aRect;
 }
 return SfxObjectShell::GetVisArea( nAspect );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 81219] START CENTER: thumbnail for files saved in "web layout" shows whole document not just first page

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81219

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 95207] LibreOffice cannot unify differently-named fonts into a single family

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95207

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #2 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 95177] Automatic initial capital letter

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95177

Beluga  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||todven...@suomi24.fi
  Component|BASIC   |Base

--- Comment #6 from Beluga  ---
Please give steps for reproducing the bug.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 95177] Automatic initial capital letter

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95177

--- Comment #5 from Beluga  ---
*** Bug 95176 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 95218] Libre Office Vanilla: Converting PDF via soffice command does not work in terminal/shell execution

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95218

--- Comment #1 from jenafr...@gmail.com ---
Here is the error message, sorry, I forgot to include:

Error: source file could not be loaded

Also, I forgot to explain my intention: I want to convert a docx file into a
pdf file with Libre Office Vanilla on the command line, i.e. via the soffice
binary.

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


[Libreoffice-bugs] [Bug 81219] START CENTER: thumbnail for files saved in "web layout" shows whole document not just first page

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81219

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

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

tdf#81219: Sanitize the thumbnail of web view.

It will be available in 5.1.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92527] docx export: File with shape can not be opened in word 2010 (diamond shape)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92527

raal  changed:

   What|Removed |Added

   Keywords||bisected
 Whiteboard|bibisectRequest |bibisected

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


[Libreoffice-bugs] [Bug 95226] IFERROR not working correctly under array-evaluation

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95226

Wolfgang Jäger  changed:

   What|Removed |Added

 CC||j...@psilosoph.de
Version|unspecified |4.4.4.3 release

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


[Libreoffice-bugs] [Bug 95227] New: LibreOffice Crashes when establishing JDBC connection with mySQL db

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95227

Bug ID: 95227
   Summary: LibreOffice Crashes when establishing JDBC connection
with mySQL db
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yxivq...@getairmail.com

After defining a JDBC connection with mySQL (version 5.1.37 of the connector),
LibreOffice crashes aven though the test was successful.

Datasource URL: mysql://localhost:3306/Test
Driver class: com.mysql.jdbc.Driver

- Register database selected
- Open the database for editing selected

Crash occurs after clicking OK on the authentication dialog box.

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


[Libreoffice-commits] core.git: 4 commits - include/sfx2 include/svtools sfx2/source svtools/source vcl/qa vcl/source vcl/workben

2015-10-21 Thread Caolán McNamara
 dev/null |binary
 include/sfx2/sidebar/ResourceManager.hxx |1 
 include/sfx2/sidebar/SidebarController.hxx   |2 
 include/svtools/acceleratorexecute.hxx   |   28 -
 sfx2/source/sidebar/ResourceManager.cxx  |9 +
 sfx2/source/sidebar/SidebarController.cxx|   33 +-
 svtools/source/misc/acceleratorexecute.cxx   |   95 +--
 vcl/qa/afl-eventtesting/README.eventtesting  |   24 
 vcl/qa/afl-eventtesting/eventtesting.impress |binary
 vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 |binary
 vcl/qa/afl-eventtesting/eventtesting.writer  |binary
 vcl/source/helper/evntpost.cxx   |1 
 vcl/workben/README.eventtesting  |   24 
 13 files changed, 86 insertions(+), 131 deletions(-)

New commits:
commit f80d42876af3808069ca5ea5fb758cf22777dbbc
Author: Caolán McNamara 
Date:   Wed Oct 21 15:43:55 2015 +0100

drop unused stuff scheduled to be removed 'before the next major'

Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934

diff --git a/include/svtools/acceleratorexecute.hxx 
b/include/svtools/acceleratorexecute.hxx
index 975b44d..a4ef5d5 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -71,16 +71,6 @@ struct TMutexInit
  */
 class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
 {
-
-// const, types
-private:
-
-/** @deprecated
-replaced by internal class AsyncAccelExec ...
-remove this resource here if we go forwards to next major */
-typedef ::std::vector< ::std::pair< css::util::URL, 
css::uno::Reference< css::frame::XDispatch > > > TCommandQueue;
-
-
 // member
 private:
 
@@ -97,18 +87,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
 css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xGlobalCfg;
 css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xModuleCfg;
 css::uno::Reference< css::ui::XAcceleratorConfiguration > m_xDocCfg;
-
-/** @deprecated
-replaced by internal class AsyncAccelExec ...
-remove this resource here if we go forwards to next major */
-TCommandQueue m_lCommandQueue;
-
-/** @deprecated
-replaced by internal class AsyncAccelExec ...
-remove this resource here if we go forwards to next major */
-vcl::EventPoster m_aAsyncCallback;
-
-
 // interface
 public:
 
@@ -227,12 +205,6 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
 
 /** TODO document me */
 SVT_DLLPRIVATE css::uno::Reference< css::util::XURLTransformer > 
impl_ts_getURLParser();
-
-
-/** @deprecated
-replaced by internal class AsyncAccelExec ...
-remove this resource here if we go forwards to next major */
-DECL_DLLPRIVATE_LINK_TYPED(impl_ts_asyncCallback, LinkParamNone*, 
void);
 };
 
 } // namespace svt
diff --git a/svtools/source/misc/acceleratorexecute.cxx 
b/svtools/source/misc/acceleratorexecute.cxx
index a4e1ee5..0e77360 100644
--- a/svtools/source/misc/acceleratorexecute.cxx
+++ b/svtools/source/misc/acceleratorexecute.cxx
@@ -83,8 +83,7 @@ class SVT_DLLPRIVATE AsyncAccelExec : public 
cppu::WeakImplHelper 
AcceleratorExecute::impl_ts_ge
 return xParser;
 }
 
-
-IMPL_LINK_NOARG_TYPED(AcceleratorExecute, impl_ts_asyncCallback, 
LinkParamNone*, void)
-{
-// replaced by AsyncAccelExec!
-}
-
-
 AsyncAccelExec::AsyncAccelExec(const 
css::uno::Reference& xFrame,
const 
css::uno::Reference& xDispatch,
const css::util::URL& rURL)
commit 87179c89d55cad895336f14e9fdba11ea9694a15
Author: Caolán McNamara 
Date:   Wed Oct 21 14:24:00 2015 +0100

afl-eventtesting: crash when accelerator processed after frame is disposed

Change-Id: I8c3dcca53d5fb18e9f1da0499a071d35a859a9de

diff --git a/svtools/source/misc/acceleratorexecute.cxx 
b/svtools/source/misc/acceleratorexecute.cxx
index f5aacd0..a4e1ee5 100644
--- a/svtools/source/misc/acceleratorexecute.cxx
+++ b/svtools/source/misc/acceleratorexecute.cxx
@@ -33,19 +33,22 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
 #include 
 
-
 namespace svt
 {
 
-
-
-class SVT_DLLPRIVATE AsyncAccelExec
+class SVT_DLLPRIVATE AsyncAccelExec : public 
cppu::WeakImplHelper
 {
+private:
+css::uno::Reference m_xFrame;
+css::uno::Reference< css::frame::XDispatch > m_xDispatch;
+css::util::URL m_aURL;
+vcl::EventPoster m_aAsyncCallback;
 public:
 
 /** creates a new instance of this class, which can be used
@@ -54,25 +57,28 @@ class SVT_DLLPRIVATE AsyncAccelExec
 This instance can be forced to execute it's internal set 

[Libreoffice-bugs] [Bug 85264] RFE: computed conditional formatting

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85264

r...@alum.mit.edu changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from r...@alum.mit.edu ---
Confirmed that it works as desired.  Not that intuitive, but then again, the
STYLE function isn't that intuitive to begin with.

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


[Libreoffice-bugs] [Bug 95226] IFERROR not working correctly under array-evaluation

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95226

Eike Rathke  changed:

   What|Removed |Added

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

--- Comment #2 from Eike Rathke  ---
Investigating.

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


[Libreoffice-bugs] [Bug 95226] IFERROR not working correctly under array-evaluation

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95226

Wolfgang Jäger  changed:

   What|Removed |Added

Version|4.4.4.3 release |4.1.5.3 release

--- Comment #1 from Wolfgang Jäger  ---
1. The description, 'Actual result:', third position should read #N/A (instead
of #NA).

2. Just tested Calc version 4.1.5.3 release to the same result.

Version changed to 4.1.5.3 release

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


[Libreoffice-bugs] [Bug 95053] FORMATTING: Chart Y Axis Vertical Title Unreadable

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95053

--- Comment #12 from nospamforaxe...@yahoo.de ---
Created attachment 119829
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119829=edit
Y-Axis Title is shown correctly. Solved!

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


[Libreoffice-bugs] [Bug 95228] New: Formatting error on document

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95228

Bug ID: 95228
   Summary: Formatting error on document
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@lakeshoregroup.com

Created attachment 119830
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119830=edit
University document for class

Several documents from a university don't open correctly. There have been
several different files downloaded from the school that don't open correctly in
writer. Thought I would send one in to compatibility can be improved.

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


Re: minutes of ESC call ...

2015-10-21 Thread Cedric Bosdonnat
On Mon, 2015-10-19 at 10:17 +0100, Michael Meeks wrote:
> + ask students to write their own wrap-ups to aggregate (Cedric)

Done. Thanks to all who helped me, the wrapup is out and rerouted to
Google folks.

--
Cedric

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


fatal error in git pull for the master

2015-10-21 Thread Jean-Baptiste Faure
Hi,

I get a fatal error when updating my local repository for the master.
The problem comes from the commit updated core / translations :

https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=b26018b762b7d5659ffab98ffb05c7a74dc94910

The error message (translated in English from French) is:
fatal: the reference is not a tree :
ca20aa8ceb614b394803763754df27fb3b44c0de
Unable to extract 'ca20aa8ceb614b394803763754df27fb3b44c0de' in the path
of the submodule 'translations'.

Is the problem in my local repository or is there un problem with the
translations updating?

Best regards
JBF

-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
Disclaimer: my Internet Provider being located in France, each of our
exchanges over Internet will be scanned by French spying services.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 95176] Kezdő nagybetű

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95176

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #4 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 95194] Incorrect text direction when exporting RTL text from Writer to PDF

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95194

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
   Severity|enhancement |minor

--- Comment #3 from Beluga  ---
Repro, but not in 4.3.0.1.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

4.3.0.1

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |NOTOURBUG

--- Comment #2 from Joel Madero  ---
Can you better describe how you're making this file? I don't fully understand
it (but I don't use Quickbooks either). Are you making it, creating a xlsx,
then converting that to ODS? 

FWIW: the content of the xml is not the same as an empty spreadsheet (thus
however you are making it is adding a bunch of crap, which explains the
slownesss). It also opens with some kind of an error (the XML) in Firefox
saying that it's a bad XML file (lacks structure elements)

Your File XML: http://pastebin.com/jvzdBzSj
An empty spreadsheet created with LibreOffice: http://pastebin.com/NfjdyX19

Given that the files are dramatically different in content (even if visually
they look the same). I am closing this as NOTOURBUG. There is no reason to
believe this is our issue, however you are creating the file is creating extra
stuff (which apparently isn't even right as Firefox spits out errors about XML
structure being messed up) and thus that's the issue.

Thanks

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


[Libreoffice-bugs] [Bug 81219] START CENTER: thumbnail for files saved in "web layout" shows whole document not just first page

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81219

Jan Holesovsky  changed:

   What|Removed |Added

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

--- Comment #6 from Jan Holesovsky  ---
Fixed in master now.

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


[Libreoffice-bugs] [Bug 81144] Chinese full-width pundtuation does not align properly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81144

--- Comment #12 from Mark Hung  ---
Created attachment 119833
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119833=edit
Punctuation that crowded together.

Space at the right side of ideographic comma (、, unicode 3001) and ideographic
fullstop (。,unicode 3002) are removed when compressed. The width of removed
space is fix proportion of the font height. In the extreme case, they crowded
with the following characters ( see uploaded example. ) I guess the algorithm
was originally designed for Japanese.

Ideographic fullstops in most Chinese fonts are centered. Removing space from
one side make it visually unbalaced. But how about Japanese font?

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


[Libreoffice-bugs] [Bug 95053] FORMATTING: Chart Y Axis Vertical Title invisible, if OpenGL enabled

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95053

--- Comment #13 from nospamforaxe...@yahoo.de ---
Do you know the reason why the bug appears on this computer and not on others?
I checked on another Win 7 computer and there it works with OpenGL selected.

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


[Libreoffice-bugs] [Bug 95221] LibreOffice does not embed the latest urw-core35-fonts correctly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95221

--- Comment #3 from Tom Yan  ---
Created attachment 119831
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119831=edit
broken pdf from LO with one string in Roman Regular

For easier debugging

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


[Libreoffice-bugs] [Bug 94428] Printing adds garbage (characters) to top edge of page

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94428

--- Comment #26 from Joel Madero  ---
Please don't report secondary issues to the bug report. 1 bug per report. If it
still prints black after this commit, report a separate issue as this one is
closed.

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

Puggan SE  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

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


[Libreoffice-bugs] [Bug 83301] Allow more than 3 conditional format codes

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83301

--- Comment #5 from r...@alum.mit.edu ---
Another way that works is to use conditional formatting with the conditional
formula being STYLE(...).  As far as I'm concerned, this can now be closed.

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

tommy27  changed:

   What|Removed |Added

 CC||nem...@numbertext.org

--- Comment #61 from tommy27  ---
I put on CC list also a developer who's expert in the field of autocorrection
too.

@Micheal and Lazlo
who's gonna take a look at this buddy?

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


[Libreoffice-bugs] [Bug 95189] Paragraph numbering on one paragraph resets when it shouldn't

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95189

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.3.1 rc  |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 95198] Unable to insert image

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95198

psybuck01  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from psybuck01  ---
Any update on this issue?

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


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

2015-10-21 Thread Caolán McNamara
 svx/source/sdr/contact/objectcontactofpageview.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit d4ef1860f268efb5a7ec5cdbce69b40b8f228dd8
Author: Caolán McNamara 
Date:   Wed Oct 21 16:06:08 2015 +0100

use a default when avoiding config

Change-Id: I5f068a4f8f2f035070ea3ad16bf6d89f7ab0e0fd

diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx 
b/svx/source/sdr/contact/objectcontactofpageview.cxx
index f27bfdd..4786c7a 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "eventhandler.hxx"
 #include 
@@ -393,6 +394,8 @@ namespace sdr
 // check if text animation is allowed.
 bool ObjectContactOfPageView::IsTextAnimationAllowed() const
 {
+if (utl::ConfigManager::IsAvoidConfig())
+return true;
 SdrView& rView = GetPageWindow().GetPageView().GetView();
 const SvtAccessibilityOptions& rOpt = 
rView.getAccessibilityOptions();
 return rOpt.GetIsAllowAnimatedText();
@@ -401,6 +404,8 @@ namespace sdr
 // check if graphic animation is allowed.
 bool ObjectContactOfPageView::IsGraphicAnimationAllowed() const
 {
+if (utl::ConfigManager::IsAvoidConfig())
+return true;
 SdrView& rView = GetPageWindow().GetPageView().GetView();
 const SvtAccessibilityOptions& rOpt = 
rView.getAccessibilityOptions();
 return rOpt.GetIsAllowAnimatedGraphics();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27  ---
did you try resetting the user profile?
https://wiki.documentfoundation.org/UserProfile

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #5 from Luke Kendall  ---
(In reply to Luke Kendall from comment #3)
> Created attachment 119865 [details]
> gdb stack backtrace
> 
> This is the gdb session from LO endlessly (?) scrolling. I tried for a
> minute or two to stop it via the mouse, by hitting Esc, but nothing worked. 
> I alt-tabbed to a Terminal and ran gdb as root, and attached to the process
> and then after the backtrace, killed it.

Oh - you'll no doubt notice the remarkably large number in the call to malloc.

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


[Libreoffice-bugs] [Bug 95243] New: Broken parsing custom style in ODT

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95243

Bug ID: 95243
   Summary: Broken parsing custom style in ODT
   Product: LibreOffice
   Version: 4.4.4.3 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: djbal...@gmail.com

Created attachment 119864
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119864=edit
Flat XML ODF Text Document

I have a Flat XML files that no longer correctly display 
information(style) in version 4.4 and above. The latest version of 
Libreoffice, which opens the document correctly - this 4.3.7.2 for 
Windows. In the new versions just do not displays the whole block 
of documents.

Style:











The block of text that is not displayed:

№: 1793
Дата: 21 октября 2015 г.
15:12:31
Со склада: Главный
склад
На склад: Бар 1


I think that broken interoperability between versions 4.3 and 4.4.

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #2 from Luke Kendall  ---
No, I hadn't tried that.  I've done so now, and I'll post an update if the
problem recurs, or if a day has passed and the problem fails to recur.

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #4 from Luke Kendall  ---
Well, I don't know if this is related or not: let me know if I should submit it
as a separate bug...

I opened up two files - both large, about 120,000 words long.  One is my novel,
which LO edits in quite a snappy fashion (let's call this MS).  The other is
basically the same, but with a very large number of comments from a
professional editor (let's call this MS-ed): LO clearly has some kind of O(N^2)
algorithm when it comes to handling comments, since it struggles horribly to
edit this file.  (Both are in .odt format.)

Anyway, that's just context background.  I opened MS, no problem, and MS-ed.  I
clicked in the scroll region below the scroll-thumb in MS-ed to jump down a
page (since scrolling using the mouse wheel is very laggy - it can take a
minute for LO to finish its painfully slow and staggering scrolling).

What happened was that LO never stopped scrolling. "top" shows it was using
over 99% CPU.  I couldn't get X11 to let me change window focus - I had to use
Alt-tab to get to a Terminal. Nor did the mouse scroll wheel work while LO was
madly scrolling.  In the end I attached to the process in gdb, got a backtrace,
and killed the LO process.  As soon as I did so, X11 mouse events started
working correctly again.

I restarted LO, and almost the same thing happened: one mouse click in the
scroll region, and LO scrolled page by page by page by page... I tried to drag
the scroll thumb back up to stop it, then releaed the mouse. No mouse events
were accepted elsewhere (e.g. I couldn't change focus using the mouse), but
after about a minute the scrolling stopped and the system started responding to
mouse events normally.

I don't dare use the mouse to scroll, though.  I can use Page-up/down safely
(each page-scroll takes about 5 secs to complete).

This is on an Intel NUC (AMD x64) with 16GB RAM.

With LO running but not doing any editing:

top - 16:17:43 up 91 days, 19:53, 14 users,  load average: 0.50, 0.75, 0.82
Tasks: 267 total,   3 running, 263 sleeping,   0 stopped,   1 zombie
%Cpu(s): 12.8 us,  0.6 sy,  0.0 ni, 86.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:  16101596 total, 13980472 used,  2121124 free,  2462616 buffers
KiB Swap:  9820156 total,  1089084 used,  8731072 free.  4949980 cached Mem

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 
29840 luke  20   0 3548172 1.821g  47576 S  48.8 11.9   1066:09 firefox 
 3221 luke  20   0  687556  25736   5800 S   2.3  0.2  30:54.65 gnome-term+ 
 1762 root  20   0  733288 337232 203572 S   1.3  2.1   2097:51 Xorg
 2977 luke  20   0  410924   4128   2484 S   1.0  0.0   1471:33 indicator-+ 
...

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


[Libreoffice-bugs] [Bug 93936] Creating a formula using Ctrl can incorrectly append a comma at the beginning of the function argument

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93936

Óvári  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---
 Ever confirmed|1   |0

--- Comment #4 from Óvári  ---
Bug 93936 is a corner cases on how office productivity software works.
Microsoft Excel (as stated previously) and Google Sheets (tested today) both
correctly allow users to press Ctrl first and select multiple ranges, one range
or one cell, with no comma appended at the beginning of the function argument.

Hence the following numbered points should be added to comment 2:
5. Google Sheets caters for this bug.
6. Exemplar office productivity software caters for this bug.

Hence, setting to UNCONFIRMED.

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


[Libreoffice-bugs] [Bug 95241] All drop-down menus stop working

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95241

--- Comment #3 from Luke Kendall  ---
Created attachment 119865
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119865=edit
gdb stack backtrace

This is the gdb session from LO endlessly (?) scrolling. I tried for a minute
or two to stop it via the mouse, by hitting Esc, but nothing worked.  I
alt-tabbed to a Terminal and ran gdb as root, and attached to the process and
then after the backtrace, killed it.

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


[Libreoffice-bugs] [Bug 95073] New Document Breeze Icon

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95073

--- Comment #2 from tommy27  ---
@andreas_k
please tell your O/S and the LibO version you are using

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


[Libreoffice-bugs] [Bug 94616] easy cell calculations give error 509

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94616

--- Comment #10 from d.klinkenb...@gmx.net ---
Created attachment 119866
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119866=edit
err 509 at cell A6

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


[Libreoffice-bugs] [Bug 66617] chart2 unoapi test fails on sch.ChXDiagram::com::sun::star::chart::ChartStatistics::RegressionCurves

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66617

steve -_-  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|markus.mohrhard@googlemail. |libreoffice-b...@lists.free
   |com |desktop.org

--- Comment #7 from steve -_-  ---
Nothing happened for over 1 year. Freeing this bug. Markus if you still want to
work on this just re-assign yourself.

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #65 from tommy27  ---
(In reply to lockheed from comment #64)
> @tommy27 
>
> ...
>
> And why didn't I raised the priority? I did the very thing when opening the
> bug. I have no influence on other people degrading its priority afterwards.
> And why didn't I add some people to CC list myself? Because I have no clue
> who should be on this list. I'm just a user who registered just to file an
> important bug he found.

I'm just an user too, and I do volunteer work helping the QA team.
I did not have any clue how to process bugs when I started, but I wanted to
learn and I spent time reading the Wiki, talking to devs and QA member in the
mailing lists and forums

there's a wiki where you could have read how to properly report bugs etc. etc.
https://wiki.documentfoundation.org/QA/BugTriage

ignorance is not an excuse. 

> So the last concrete thing I can do here is to ask this: Since you are the
> person who knows those experts, why did it take you 1,5 year to interest
> them in this critical issue?

you still do useless ranting... 
it seems to me that you are looking for someone to spoonfeed yourself...
this is not how thing work in this LibO project.

so, please stop this silly rant.
if you dont't have constructive comments that may help fix the issue, please
shut up.

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


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

2015-10-21 Thread Eike Rathke
 sc/source/core/tool/interpr1.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 968e2faff6d4283dacd9010d31cb4c0df45eb7c5
Author: Eike Rathke 
Date:   Wed Oct 21 18:45:18 2015 +0200

Resolves: tdf#95226 fix broken IFERROR/IFNA array logic

Change-Id: I059248659f51746cfc1d06faeaadaf3d645c03d3

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 4e8fce0..577503e 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -353,11 +353,11 @@ void ScInterpreter::ScIfError( bool bNAonly )
 SCSIZE nC = 0, nR = 0;
 for ( ; nC < nCols && (nC != nErrorCol || nR != 
nErrorRow); /*nop*/ )
 {
-for ( ; nR < nRows && (nC != nErrorCol || nR != 
nErrorRow); ++nR)
+for (nR = 0 ; nR < nRows && (nC != nErrorCol || nR != 
nErrorRow); ++nR)
 {
 lcl_storeJumpMatResult(pMatPtr, pJumpMat, nC, nR);
 }
-if (nC != nErrorCol || nR != nErrorRow)
+if (nC != nErrorCol && nR != nErrorRow)
 ++nC;
 }
 // Now the mixed cases.
@@ -375,6 +375,7 @@ void ScInterpreter::ScIfError( bool bNAonly )
 lcl_storeJumpMatResult(pMatPtr, pJumpMat, nC, 
nR);
 }
 }
+nR = 0;
 }
 xNew = new ScJumpMatrixToken( pJumpMat );
 GetTokenMatrixMap().insert( ScTokenMatrixMap::value_type( 
pCur, xNew ));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92837] Opening a ODS file asks to update external links even if in the options is marked as "always update"

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92837

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
Please could you attach test file?

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


[Libreoffice-bugs] [Bug 95183] Check for Updates dialog does not show up in Win x86

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95183

Dennis Roczek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dennisroc...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Dennis Roczek  ---
Version: 5.0.1.2
Build-ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Gebietsschema: de-DE (de_DE)

CONFIRMED

(win xp sp3 x86)

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


[Libreoffice-bugs] [Bug 95230] New: Formula displayed by LO is not correct and show red "?" signs in formula text

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95230

Bug ID: 95230
   Summary: Formula displayed by LO is not correct and show red
"?" signs in formula text
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: maxim...@gmail.com

Created attachment 119834
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119834=edit
Original File

When it show a Formula is displayed with a red "?" sign, but wrongly, I added 2
PDF, 1 created by LO and other by MS Office.

I added the DOCX file too.


Versión: 5.0.2.2
Id. de compilación: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Configuración regional: es-CL (es_CL.UTF-8)

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


[Libreoffice-bugs] [Bug 94271] Calculation in Calc is wrong

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94271

--- Comment #15 from ralf.gandenber...@t-online.de ---
Oh MM, I'm s grateful, many thanks for the hint. It really solves the bug
in my file.

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


[Libreoffice-bugs] [Bug 95210] Opening "Position and Size" mutilates shapes

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95210

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest

--- Comment #1 from Beluga  ---
Confirmed.
No problems in 4.3.0.1

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-ux-advise] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

--- Comment #22 from Cor Nouws  ---
Tools > Options > Calc > Interoperability has the choice for Default or OOo
legacy key bindings.

Could be an option to set F4 for Data source as legacy and F4 for toggle +
Ctrl+F4 for Data source as Default ?

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

raal  changed:

   What|Removed |Added

   Keywords||regression
Version|5.0.3.1 rc  |4.4.2.2 release

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


[Libreoffice-bugs] [Bug 95183] Check for Updates dialog does not show up in Win x86

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95183

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95220] FILEOPEN: Crash on opening attached Calc template

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95220

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #2 from Oliver Brinzing  ---
no crash with lo  5.1.0.0.alpha1+ e2a7cb31ed5b413ea2f846d0a5c562d1ad97195a
debug build on win 7 64bit

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-5' - 4 commits - loleaflet/Makefile loolwsd/configure.ac

2015-10-21 Thread Mihai Varga
 loleaflet/Makefile   |2 +-
 loolwsd/configure.ac |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2433f629f6f6daef9c46448bced94b86273ed3be
Author: Mihai Varga 
Date:   Wed Oct 21 19:43:30 2015 +0300

loolwsd: bump version after tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index f47abd6..6f84485 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.3.12], [libreoff...@collabora.com])
+AC_INIT([loolwsd], [1.3.13], [libreoff...@collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules])
 
commit 324e917c41d01615d36012dba3facfde829f324c
Author: Mihai Varga 
Date:   Wed Oct 21 19:43:10 2015 +0300

loolwsd: bump version before tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 0dfa688..f47abd6 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.3.11], [libreoff...@collabora.com])
+AC_INIT([loolwsd], [1.3.12], [libreoff...@collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules])
 
commit b069597e1bd1b34bcc99b76ddaa62db138ec99c8
Author: Mihai Varga 
Date:   Wed Oct 21 19:22:41 2015 +0300

loleaflet: bump version after tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index c9c0efe..60374fa 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.2.10
+VERSION=1.2.11
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit 8a6b67e884ee49739d01014fdf3cff6fc1c15056
Author: Mihai Varga 
Date:   Wed Oct 21 19:06:24 2015 +0300

loleaflet: bump version before tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 82b88f8..c9c0efe 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.2.9
+VERSION=1.2.10
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95216] error when pressing F1 for help

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95216

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95216] error when pressing F1 for help

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95216

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Going to need some additional details.

Are you on 32-bit or 64-bit Windows?

Please post description your OS and hardware, the summary page from a run of
msinfo32 would be enough.

Also open the LibreOffice menu Help -> About LibreOffice and clip out the
details

Finally, did you download and install the help pack for your local?

either
LibreOffice_5.0.2.2_Win_x86_helppack_fr.msi
LibreOffice_5.0.2.2_Win_x64_helppack_fr.msi

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


[Libreoffice-bugs] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

--- Comment #23 from blackton2002-m...@yahoo.com ---
(In reply to Cor Nouws from comment #22)
> Tools > Options > Calc > Interoperability has the choice for Default or OOo
> legacy key bindings.
> 
> Could be an option to set F4 for Data source as legacy and F4 for toggle +
> Ctrl+F4 for Data source as Default ?

I like this notion as well.

But if this change shall be globally, then we will need to find a global entry
in the settings.

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #62 from lockheed  ---
I fail to understand why did it take 1,5 year to do those things described in
the comments from the last month. Seem like the most basic things that should
have been taken care of 18 months ago.

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


Re: [Libreoffice-qa] minutes of ESC call ...

2015-10-21 Thread Cedric Bosdonnat
On Mon, 2015-10-19 at 10:17 +0100, Michael Meeks wrote:
> + ask students to write their own wrap-ups to aggregate (Cedric)

Done. Thanks to all who helped me, the wrapup is out and rerouted to
Google folks.

--
Cedric

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 95184] Online Update tab is missing in LibreOffice 5.x x86

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95184

V Stuart Foote  changed:

   What|Removed |Added

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

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


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

2015-10-21 Thread Caolán McNamara
 sd/source/ui/view/ViewShellBase.cxx  |6 ++
 vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 |binary
 2 files changed, 6 insertions(+)

New commits:
commit fb5b2c5580a247a2f6935e66dbcb48e16e291e87
Author: Caolán McNamara 
Date:   Wed Oct 21 16:47:33 2015 +0100

afl-eventtesting: crash if you close shell behind running presentation

Change-Id: Ib8f02ddfe3b74e97145e22aa88e6f97d52c39f7a

diff --git a/sd/source/ui/view/ViewShellBase.cxx 
b/sd/source/ui/view/ViewShellBase.cxx
index 4fa7078..966e777 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -33,6 +33,7 @@
 #include "app.hrc"
 #include "strings.hrc"
 #include "glob.hrc"
+#include "slideshow.hxx"
 #include "unokywds.hxx"
 #include 
 #include "DrawDocShell.hxx"
@@ -263,6 +264,11 @@ ViewShellBase::ViewShellBase (
 */
 ViewShellBase::~ViewShellBase()
 {
+rtl::Reference xSlideShow(SlideShow::GetSlideShow(*this));
+if (xSlideShow.is() && xSlideShow->dependsOn(this))
+SlideShow::Stop(*this);
+xSlideShow.clear();
+
 // Tell the controller that the ViewShellBase is not available anymore.
 if (mpImpl->mpController.get() != NULL)
 mpImpl->mpController->ReleaseViewShellBase();
diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 
b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2
new file mode 100644
index 000..d312939
Binary files /dev/null and 
b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: 2 commits - loleaflet/dist loleaflet/reference.html loleaflet/src

2015-10-21 Thread Mihai Varga
 loleaflet/dist/leaflet.css|1 +
 loleaflet/reference.html  |5 +
 loleaflet/src/control/Control.PartsPreview.js |2 +-
 loleaflet/src/control/Toolbar.js  |8 
 loleaflet/src/map/handler/Map.Keyboard.js |2 +-
 loleaflet/src/map/handler/Map.Print.js|4 ++--
 6 files changed, 18 insertions(+), 4 deletions(-)

New commits:
commit e6ce519f1c5730c66307344c92c7cce7b6831826
Author: Mihai Varga 
Date:   Wed Oct 21 18:41:24 2015 +0300

loleaflet: added a map.print() method

Also renamed the print handler so that it does not interfere with the
new method

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 07574de..4f13e94 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -1598,6 +1598,11 @@ var map = L.map('map', {
undefined
 Download the document as "format" with the name "name" by applying 
the filter options.

+   
+   print()
+   undefined
+Opens the browser's print dialog or promts the user to download a 
pdf version of the document.
+   
 
 
 Page oriented
diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index 8b04431..2b85406 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -46,6 +46,10 @@ L.Map.include({
'options=' + options);
},
 
+   print: function () {
+   this.downloadAs('print.pdf', 'pdf', null, 'print');
+   },
+
saveAs: function (url, format, options) {
if (format === undefined || format === null) {
format = '';
@@ -80,5 +84,9 @@ L.Map.include({
}
L.Socket.sendMessage('uno ' + unoState);
}
+   },
+
+   insertFile: function (file) {
+   this.fire('insertfile', {file: file});
}
 });
diff --git a/loleaflet/src/map/handler/Map.Keyboard.js 
b/loleaflet/src/map/handler/Map.Keyboard.js
index 5aa146b..6f4f3c1 100644
--- a/loleaflet/src/map/handler/Map.Keyboard.js
+++ b/loleaflet/src/map/handler/Map.Keyboard.js
@@ -287,7 +287,7 @@ L.Map.Keyboard = L.Handler.extend({
L.Socket.sendMessage('uno .uno:LeftPara');
break;
case 80: // p
-   this._map.downloadAs('print.pdf', 'pdf', null, 
'print');
+   this._map.print();
break;
case 82: // r
L.Socket.sendMessage('uno .uno:RightPara');
diff --git a/loleaflet/src/map/handler/Map.Print.js 
b/loleaflet/src/map/handler/Map.Print.js
index 1a92c8b..9adda5b 100644
--- a/loleaflet/src/map/handler/Map.Print.js
+++ b/loleaflet/src/map/handler/Map.Print.js
@@ -3,7 +3,7 @@
  */
 
 L.Map.mergeOptions({
-   print: true
+   printHandler: true
 });
 
 L.Map.Print = L.Handler.extend({
@@ -59,4 +59,4 @@ L.Map.Print = L.Handler.extend({
}
 });
 
-L.Map.addInitHook('addHandler', 'print', L.Map.Print);
+L.Map.addInitHook('addHandler', 'printHandler', L.Map.Print);
commit 0fa8f600943cab3036e4666746c811c39245b31a
Author: Mihai Varga 
Date:   Wed Oct 21 11:22:55 2015 +0300

loleaflet: stick the parts preview to the left

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index e11233e..b1a3dac 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -703,6 +703,7 @@ a.leaflet-control-buttons:hover:first-child {
background: #DFDFDF;
position: absolute;
top: 70px;
+left: 0px;
bottom: 0px;
max-width: 195px;
overflow: hidden;
diff --git a/loleaflet/src/control/Control.PartsPreview.js 
b/loleaflet/src/control/Control.PartsPreview.js
index 5439b49..2a6c5ad 100644
--- a/loleaflet/src/control/Control.PartsPreview.js
+++ b/loleaflet/src/control/Control.PartsPreview.js
@@ -29,7 +29,7 @@ L.Control.PartsPreview = L.Control.extend({
if (!this._previewInitialized && docType === 'presentation') {
// make room for the preview
var docContainer = L.DomUtil.get('document-container');
-   L.DomUtil.setStyle(docContainer, 'left', '200px');
+   L.DomUtil.setStyle(docContainer, 'left', '195px');
setTimeout(L.bind(function () {
this._map.invalidateSize();

$('.scroll-container').mCustomScrollbar('update');
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-21 Thread Michael Stahl
 sw/source/core/doc/DocumentContentOperationsManager.cxx |   27 ++
 sw/source/core/fields/reffld.cxx|   12 +++---
 sw/source/ui/index/cnttab.cxx   |   29 
 sw/source/uibase/dochdl/gloshdl.cxx |   12 ++
 4 files changed, 36 insertions(+), 44 deletions(-)

New commits:
commit fcc2415ade6ae93710bbbda9f7e163045e323105
Author: Michael Stahl 
Date:   Wed Oct 21 17:38:29 2015 +0200

sw: replace boost::ptr_vector with std::vector

Change-Id: I5c011939ec492e0ae2cf136554b8b1f42e1253e9

diff --git a/sw/source/uibase/dochdl/gloshdl.cxx 
b/sw/source/uibase/dochdl/gloshdl.cxx
index 6050cf6..4ac121b 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -59,8 +59,6 @@
 
 #include 
 
-#include 
-
 #include 
 
 using namespace ::com::sun::star;
@@ -72,6 +70,8 @@ struct TextBlockInfo_Impl
 OUString sTitle;
 OUString sLongName;
 OUString sGroupName;
+TextBlockInfo_Impl(OUString const& rTitle, OUString const& rLongName, 
OUString const& rGroupName)
+: sTitle(rTitle), sLongName(rLongName), sGroupName(rGroupName) {}
 };
 
 // Dialog for edit templates
@@ -395,7 +395,7 @@ bool SwGlossaryHdl::Expand( const OUString& rShortName,
 SwGlossaries *pGlossaries,
 SwTextBlocks *pGlossary  )
 {
-boost::ptr_vector aFoundArr;
+std::vector aFoundArr;
 OUString aShortName( rShortName );
 bool bCancel = false;
 // search for text block
@@ -424,11 +424,7 @@ bool SwGlossaryHdl::Expand( const OUString& rShortName,
 const OUString 
sShortName(pGlossaryList->GetBlockShortName(i, j));
 if( rSCmp.isEqual( rShortName, sShortName ))
 {
-TextBlockInfo_Impl* pData = new TextBlockInfo_Impl;
-pData->sTitle = sTitle;
-pData->sLongName = sLongName;
-pData->sGroupName = sGroupName;
-aFoundArr.push_back(pData);
+aFoundArr.push_back(TextBlockInfo_Impl(sTitle, 
sLongName, sGroupName));
 }
 }
 }
commit 2f5748afa7841ef65476d3656009cff4bc8e1150
Author: Michael Stahl 
Date:   Wed Oct 21 17:12:37 2015 +0200

sw: replace boost::ptr_vector with std::vector

Change-Id: If476381b05b046443facc9dd220d273133bda651

diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 529d04b..b779796 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -79,7 +79,8 @@
 
 #include 
 
-#include 
+#include 
+#include 
 #include 
 
 
@@ -157,7 +158,7 @@ class SwEntryBrowseBox : public SwEntryBrowseBox_Base
 OUString  sYes;
 OUString  sNo;
 
-boost::ptr_vector aEntryArr;
+std::vector m_Entries;
 
 ::svt::CellControllerRefxController;
 ::svt::CellControllerRefxCheckController;
@@ -3964,9 +3965,9 @@ bool SwEntryBrowseBox::SeekRow( long nRow )
 OUString SwEntryBrowseBox::GetCellText(long nRow, sal_uInt16 nColumn) const
 {
 const OUString* pRet = 
-if (aEntryArr.size() > static_cast(nRow))
+if (static_cast(nRow) < m_Entries.size())
 {
-const AutoMarkEntry* pEntry = [ nRow ];
+const AutoMarkEntry* pEntry = m_Entries[ nRow ].get();
 switch(nColumn)
 {
 case  ITEM_SEARCH   :pRet = >sSearch; break;
@@ -4012,8 +4013,8 @@ bool SwEntryBrowseBox::SaveModified()
 pController = xCheckController;
 bVal = static_cast< 
::svt::CheckBoxCellController*>(pController)->GetCheckBox().IsChecked();
 }
-AutoMarkEntry* pEntry = nRow >= aEntryArr.size() ? new AutoMarkEntry
-  : [nRow];
+AutoMarkEntry* pEntry = (nRow >= m_Entries.size()) ? new AutoMarkEntry
+   : m_Entries[nRow].get();
 switch(nCol)
 {
 case  ITEM_SEARCH   : pEntry->sSearch = sNew; break;
@@ -4024,9 +4025,9 @@ bool SwEntryBrowseBox::SaveModified()
 case  ITEM_CASE : pEntry->bCase = bVal; break;
 case  ITEM_WORDONLY : pEntry->bWord = bVal; break;
 }
-if(nRow >= aEntryArr.size())
+if (nRow >= m_Entries.size())
 {
-aEntryArr.push_back( pEntry );
+m_Entries.push_back(std::unique_ptr(pEntry));
 RowInserted(nRow, 1, true, true);
 if(nCol < ITEM_WORDONLY)
 {
@@ -4090,21 +4091,21 @@ void SwEntryBrowseBox::ReadEntries(SvStream& rInStr)
 sStr = sLine.getToken(0, ';', nSttPos );
 pToInsert->bWord = !sStr.isEmpty() && sStr != "0";
 
-aEntryArr.push_back( pToInsert );
+m_Entries.push_back(std::unique_ptr(pToInsert));
 pToInsert = 0;
 }
   

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-5' - 14 commits - loleaflet/dist loleaflet/reference.html loleaflet/spec loleaflet/src

2015-10-21 Thread Mihai Varga
 loleaflet/dist/leaflet.css |1 
 loleaflet/reference.html   |5 
 loleaflet/spec/loleaflet.html  |5 
 loleaflet/spec/loleaflet/control/PartsSpec.js  |  163 
 loleaflet/spec/loleaflet/control/PermissionSpec.js |  129 
 loleaflet/spec/loleaflet/control/SearchSpec.js |  103 
 loleaflet/spec/loleaflet/control/ToolbarSpec.js|   61 +++
 loleaflet/spec/loleaflet/loleafletSpec.js  |  169 -
 loleaflet/src/control/Control.PartsPreview.js  |2 
 loleaflet/src/control/Toolbar.js   |   13 +
 loleaflet/src/core/Socket.js   |1 
 loleaflet/src/layer/tile/GridLayer.js  |5 
 loleaflet/src/layer/tile/TileLayer.js  |7 
 loleaflet/src/map/Map.js   |3 
 loleaflet/src/map/handler/Map.Keyboard.js  |2 
 loleaflet/src/map/handler/Map.Print.js |4 
 16 files changed, 492 insertions(+), 181 deletions(-)

New commits:
commit 829005749b212c1456c8cc272e0a63aac46baf31
Author: Mihai Varga 
Date:   Wed Oct 21 18:41:24 2015 +0300

loleaflet: added a map.print() method

Also renamed the print handler so that it does not interfere with the
new method

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 07574de..4f13e94 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -1598,6 +1598,11 @@ var map = L.map('map', {
undefined
 Download the document as "format" with the name "name" by applying 
the filter options.

+   
+   print()
+   undefined
+Opens the browser's print dialog or promts the user to download a 
pdf version of the document.
+   
 
 
 Page oriented
diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index 8b04431..2b85406 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -46,6 +46,10 @@ L.Map.include({
'options=' + options);
},
 
+   print: function () {
+   this.downloadAs('print.pdf', 'pdf', null, 'print');
+   },
+
saveAs: function (url, format, options) {
if (format === undefined || format === null) {
format = '';
@@ -80,5 +84,9 @@ L.Map.include({
}
L.Socket.sendMessage('uno ' + unoState);
}
+   },
+
+   insertFile: function (file) {
+   this.fire('insertfile', {file: file});
}
 });
diff --git a/loleaflet/src/map/handler/Map.Keyboard.js 
b/loleaflet/src/map/handler/Map.Keyboard.js
index 4d51958..1f32539 100644
--- a/loleaflet/src/map/handler/Map.Keyboard.js
+++ b/loleaflet/src/map/handler/Map.Keyboard.js
@@ -284,7 +284,7 @@ L.Map.Keyboard = L.Handler.extend({
L.Socket.sendMessage('uno .uno:LeftPara');
break;
case 80: // p
-   this._map.downloadAs('print.pdf', 'pdf', null, 
'print');
+   this._map.print();
break;
case 82: // r
L.Socket.sendMessage('uno .uno:RightPara');
diff --git a/loleaflet/src/map/handler/Map.Print.js 
b/loleaflet/src/map/handler/Map.Print.js
index 1a92c8b..9adda5b 100644
--- a/loleaflet/src/map/handler/Map.Print.js
+++ b/loleaflet/src/map/handler/Map.Print.js
@@ -3,7 +3,7 @@
  */
 
 L.Map.mergeOptions({
-   print: true
+   printHandler: true
 });
 
 L.Map.Print = L.Handler.extend({
@@ -59,4 +59,4 @@ L.Map.Print = L.Handler.extend({
}
 });
 
-L.Map.addInitHook('addHandler', 'print', L.Map.Print);
+L.Map.addInitHook('addHandler', 'printHandler', L.Map.Print);
commit 68a159dae7fc1212810869ba8be0979354281259
Author: Mihai Varga 
Date:   Wed Oct 21 11:22:55 2015 +0300

loleaflet: stick the parts preview to the left

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index 77c0381..96a9a38 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -703,6 +703,7 @@ a.leaflet-control-buttons:hover:first-child {
background: #DFDFDF;
position: absolute;
top: 70px;
+left: 0px;
bottom: 0px;
max-width: 195px;
overflow: hidden;
diff --git a/loleaflet/src/control/Control.PartsPreview.js 
b/loleaflet/src/control/Control.PartsPreview.js
index 5439b49..2a6c5ad 100644
--- a/loleaflet/src/control/Control.PartsPreview.js
+++ b/loleaflet/src/control/Control.PartsPreview.js
@@ -29,7 +29,7 @@ L.Control.PartsPreview = L.Control.extend({
if (!this._previewInitialized && docType === 'presentation') {
// make room for the preview
 

[Libreoffice-bugs] [Bug 93174] Insert as background from gallery does not work in writer (docx)

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93174

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Summary|Insert as background from   |Insert as background from
   |gallery does not work in|gallery does not work in
   |writer  |writer (docx)
 OS|Windows (All)   |All

--- Comment #8 from raal  ---
I can confirm with Version: 5.1.0.0.alpha1+
Build ID: 51df957e1a40d2f3511345c1600c05dd35f34b6b
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-10-19_04:22:32
and LO 4.4.2

Insert as background - Page or paragraph
save as .docx (see reporter's printscreen)
reopen

background lost


For .odt with Version: 5.1.0.0.alpha1+
Insert as background - Page -  work

Insert as background - paragraph -  doesn't work

=>

@Regina, comment 4 -  it's another bug for format .odt. Can you create a new
bug?

@yousifjkadom, is your bug for docx format?

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #66 from tommy27  ---
by the way, thanks to Puggan SE who really did some good job doing the
bibisect.

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


[Libreoffice-bugs] [Bug 95230] Formula displayed by LO is not correct and show red "?" signs in formula text

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95230

--- Comment #1 from Maximiliano Castañón  ---
Created attachment 119835
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119835=edit
File generated by LO, exactly as visible by LO

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


[Libreoffice-bugs] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

--- Comment #22 from Cor Nouws  ---
Tools > Options > Calc > Interoperability has the choice for Default or OOo
legacy key bindings.

Could be an option to set F4 for Data source as legacy and F4 for toggle +
Ctrl+F4 for Data source as Default ?

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


[Libreoffice-ux-advise] [Bug 59418] EDITING: Use F4 for absolute reference toggle

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59418

--- Comment #23 from blackton2002-m...@yahoo.com ---
(In reply to Cor Nouws from comment #22)
> Tools > Options > Calc > Interoperability has the choice for Default or OOo
> legacy key bindings.
> 
> Could be an option to set F4 for Data source as legacy and F4 for toggle +
> Ctrl+F4 for Data source as Default ?

I like this notion as well.

But if this change shall be globally, then we will need to find a global entry
in the settings.

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

tommy27  changed:

   What|Removed |Added

 Whiteboard||bibisectRequest

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


[Libreoffice-bugs] [Bug 95184] Online Update tab is missing in LibreOffice 5.x x86

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95184

Dennis Roczek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dennisroc...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Dennis Roczek  ---
Version: 5.0.1.2
Build-ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Gebietsschema: de-DE (de_DE)

CONFIRMED

(win xp sp3 x86)


BTW: shouldn't the online-update be listed under internet?!?

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


[Libreoffice-bugs] [Bug 95230] Formula displayed by LO is not correct and show red "?" signs in formula text

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95230

--- Comment #2 from Maximiliano Castañón  ---
Created attachment 119836
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119836=edit
File Exported by MS Office from Original File

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #63 from tommy27  ---
@lockheed
why didn't you do it yourself?

instead of ranting, please to something concrete and useful to help solving the
issue

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #64 from lockheed  ---
@tommy27 - do something concrete and useful to help solving the issue? You
mean, like, say, being the very person who first reported and filed this bug 18
months ago? And then getting Owen Genat to provide even more details on the
issue?


And why didn't I raised the priority? I did the very thing when opening the
bug. I have no influence on other people degrading its priority afterwards.

And why didn't I add some people to CC list myself? Because I have no clue who
should be on this list. I'm just a user who registered just to file an
important bug he found.

So the last concrete thing I can do here is to ask this: Since you are the
person who knows those experts, why did it take you 1,5 year to interest them
in this critical issue?

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


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Created attachment 119837
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119837=edit
printscreen

regression, works in Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

reproducible with LO 4.4.2, linux

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


[Libreoffice-bugs] [Bug 95060] Combining Diacritics will not stack when exported to PDF.

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95060

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz

--- Comment #6 from raal  ---
regression,works correct in LO 4.4.2.2, linux

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


[Libreoffice-bugs] [Bug 95053] FORMATTING: Chart Y Axis Vertical Title Unreadable

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95053

--- Comment #11 from nospamforaxe...@yahoo.de ---
(In reply to Beluga from comment #10)
> (In reply to nospamforaxel-1 from comment #9)
> > Same situation after re-installation of LO :-(.
> > 
> > What shall I do?
> 
> What is your setting for Tools - Options - LibreOffice - View - Use OpenGL
> for all rendering? If enabled, what happens, if you disable it?

Bingo!
Setting was ON. When I switch it off, the y-axis title gets shown correctly!

Thank you very much!

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


[Libreoffice-bugs] [Bug 95221] LibreOffice does not embed the latest urw-core35-fonts correctly

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95221

--- Comment #4 from Tom Yan  ---
Created attachment 119832
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119832=edit
working pdf from LO with one string in Roman Regular

For easier debugging

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


[Libreoffice-bugs] [Bug 61914] [META] Start Center -- implementation UI and UX

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61914
Bug 61914 depends on bug 81219, which changed state.

Bug 81219 Summary: START CENTER: thumbnail for files saved in "web layout" 
shows whole document not just first page
https://bugs.documentfoundation.org/show_bug.cgi?id=81219

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 76964] Automatic capitalization of "i" in a non-english language

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76964

--- Comment #67 from lockheed  ---
(In reply to tommy27 from comment #65)
> I'm just an user too, and I do volunteer work helping the QA team.
> I did not have any clue how to process bugs when I started, but I wanted to
> learn and I spent time reading the Wiki, talking to devs and QA member in
> the mailing lists and forums

Good for you. What does it have to do with me? I have no interest nor time to
process bugs. I am no volunteer nor do I help the team in any other way than
reporting a bug I encounter.
Is it an obligation for someone who reports a bug to become a volunteer and go
learn all those things? No? So what is the point of writing about it other than
having a feeling you are right because you wrote something? Being right doesn't
work like that.


> there's a wiki where you could have read how to properly report bugs etc.
> etc. 
> 


Ignorance of what? And excuse from what exactly? Pointing out that this issue
has received poor attention?


> you still do useless ranting... 
> it seems to me that you are looking for someone to spoonfeed yourself...
> this is not how thing work in this LibO project.

Spoonfeed? Do you understand meanings of words you are using? In order to be
spoonfed one needs to have some (usually easily self-filled) need, expressed
with a question, and expectation for somebody to answer that question. I do not
recall asking for anything nor expressing any need so please stop using words
and arguments that have no application to what you (try to) respond to.

This seem to be your whole theme - to say things that have nothing to do with
the discussion, just to say something. There are wikis and other resources
online where you can learn how to construct a non-nonsensical arguments and
responses, eg: http://virtualschool.edu
/mon/SocialConstruction/Logic.html
Ignorance is not an excuse. 

If you do not know how to rant, or respond to a rant, or construct a working,
logical response of any kind to what someone wrote, do not attempt it.
EOT

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


[Libreoffice-bugs] [Bug 95231] Colors are not displayed in cells only after save as XLS

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95231

--- Comment #2 from Andrei Cristian Petcu  ---
Created attachment 119840
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119840=edit
Print screen from LO Calc after save (Looks bad)

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


[Libreoffice-bugs] [Bug 95231] Colors are not displayed in cells only after save as XLS

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95231

--- Comment #1 from Andrei Cristian Petcu  ---
Created attachment 119839
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119839=edit
Print screen from LO Calc before save (looks good)

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


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Depends on||95053

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


[Libreoffice-bugs] [Bug 95213] second level numbering turns bold in .DOCX export

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95213

--- Comment #2 from Andrew Kornilov  ---
Hi, LO4 also has a problem: font of the second level is wrong, as i mentioned
in the linked bug: it has Sans Serif font, while it had Serif in the original
DOC.

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


[Libreoffice-bugs] [Bug 95053] FORMATTING: Chart Y Axis Vertical Title invisible, if OpenGL enabled

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95053

Beluga  changed:

   What|Removed |Added

 Blocks||93529

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


[Libreoffice-bugs] [Bug 95153] Image Format - No borders doesn't work

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95153

Michael  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 95219] No way to break linkage between numbered lists

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95219

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
So is it not enough to right-click and select Restart numbering?

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


[Libreoffice-bugs] [Bug 95232] Error on edit and preview presentations

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95232

beldmit  changed:

   What|Removed |Added

  Component|LibreOffice |Impress

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


[Libreoffice-bugs] [Bug 95230] Formula displayed by LO is not correct and show red "?" signs in formula text

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95230

Douglas Mencken  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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95222] glyph positioning for justified paragraphs splitting letters from words for several fonts

2015-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95222

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Confirmed.

No splitting in 5.0.2

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 186f32f63434e16ff5776251657f902d5808ed3d
TinderBox: Win-x86@39, Branch:master, Time: 2015-10-16_09:42:47
Locale: en-US (fi_FI)

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


  1   2   3   4   >