[Libreoffice-bugs] [Bug 105945] Impress master slide for "Centered Text" slide layout

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105945

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Buovjaga  ---
(In reply to kubi from comment #2)
> There are 12 slide layouts: "Blank Slide", "Title Slide", "Title, Content",
> ..., "Centered Text". It is the 6th one with one big text box covering
> almost the whole slide.
> You can select them in the slide properties pane or using the drop-down menu
> under the "New Slide" button.

Ok, thanks, I found it. But what are the exact steps?

1. View - Slide master
2. Change color of text (how??)
3. etc.

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


[Libreoffice-ux-advise] [Bug 99038] Find with character formatting is broken

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99038

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #7 from Buovjaga  ---
Let's involve design team.

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


[Libreoffice-bugs] [Bug 99038] Find with character formatting is broken

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99038

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #7 from Buovjaga  ---
Let's involve design team.

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


[Libreoffice-bugs] [Bug 89329] convert pImpl pointers to use std::unique_ptr

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89329

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

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

tdf#89329: use unique_ptr for pImpl in dlgctrls

It will be available in 5.4.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 on the CC list for the bug.
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-02-12 Thread yellowflash104
 sd/source/ui/dlg/dlgctrls.cxx |2 +-
 sd/source/ui/inc/dlgctrls.hxx |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a512feac63b43ab87411f8579169d85af80acb7f
Author: yellowflash104 
Date:   Mon Feb 13 01:38:39 2017 +0530

tdf#89329: use unique_ptr for pImpl in dlgctrls

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

diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx
index 7d48a88..30fc287 100644
--- a/sd/source/ui/dlg/dlgctrls.cxx
+++ b/sd/source/ui/dlg/dlgctrls.cxx
@@ -47,7 +47,7 @@ FadeEffectLB::~FadeEffectLB()
 
 void FadeEffectLB::dispose()
 {
-delete mpImpl;
+mpImpl.reset();
 ListBox::dispose();
 }
 
diff --git a/sd/source/ui/inc/dlgctrls.hxx b/sd/source/ui/inc/dlgctrls.hxx
index bbc76b6..b6ac2169 100644
--- a/sd/source/ui/inc/dlgctrls.hxx
+++ b/sd/source/ui/inc/dlgctrls.hxx
@@ -26,6 +26,7 @@
 #include "sdresid.hxx"
 #include "fadedef.h"
 #include "sddllapi.h"
+#include 
 
 /**
  * FadeEffectLB
@@ -39,7 +40,7 @@ public:
 virtual ~FadeEffectLB() override;
 virtual void dispose() override;
 
-FadeEffectLBImpl*   mpImpl;
+std::unique_ptr mpImpl;
 };
 
 #endif // INCLUDED_SD_SOURCE_UI_INC_DLGCTRLS_HXX
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Udit Sharma license statement

2017-02-12 Thread Jan Iversen
WELCOME
Thanks for your license statement.

We suggest you add yourself to our wiki (remark this is not a demand)
https://wiki.documentfoundation.org/Development/Developers

If you want help to get started or have any questions, then please contact me. 
I am here to help you (and others) in getting their first patch submitted.

LibreOffice is a very big program and getting it built, setting up gerrit, and 
getting the first patch right can be a bit challenging, therefore do not 
hesitate to email me if you want help.

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved

rgds
Jan Iversen.___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Udit Sharma license statement

2017-02-12 Thread Udit Sharma
   All of my past & future contributions to LibreOffice may be
   licensed under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 76183] Image cell anchor broken when autowrap text size increase causes row height change

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76183

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #19 from Mike Kaganski  ---
A patch was submitted for review: https://gerrit.libreoffice.org/34165

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


[Libreoffice-bugs] [Bug 100791] Style read only on template

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100791

Roberto Balutsos  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Roberto Balutsos  ---
I saw that in the last updates the bug has not been seen since.
I think that has been resolved.
Best Regards

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


[Libreoffice-bugs] [Bug 105966] Preset of area style does not respect automatic increment

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105966

--- Comment #1 from jan iversen  ---
skill, difficulty, code pointers

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


[Libreoffice-ux-advise] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

jan iversen  changed:

   What|Removed |Added

   Keywords||needsDevEval
 CC||j...@documentfoundation.org

--- Comment #5 from jan iversen  ---
Code pointers missing, skill, difficulty

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


[Libreoffice-ux-advise] [Bug 54169] LibO doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

--- Comment #39 from jan iversen  ---
A polite ping, still working on this patch ?

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


[Libreoffice-bugs] [Bug 100959] Libreoffice writer crashes with large CTL (Arabic and Farsi) .docx document

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100959

zahra  changed:

   What|Removed |Added

Version|4.4.7.2 release |4.4 all versions

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


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

2017-02-12 Thread Stephan Bergmann
 chart2/source/view/main/VButton.cxx |1 -
 chart2/source/view/main/VButton.hxx |1 -
 2 files changed, 2 deletions(-)

New commits:
commit 6fe9017e9ca80f5043d3368e0e6830e2e1a8afcc
Author: Stephan Bergmann 
Date:   Mon Feb 13 08:02:20 2017 +0100

-Werror,-Wunused-private-field

Change-Id: I5251e187e4923c05795a993194375f509c909e05

diff --git a/chart2/source/view/main/VButton.cxx 
b/chart2/source/view/main/VButton.cxx
index b89fdd1..3bbd90b 100644
--- a/chart2/source/view/main/VButton.cxx
+++ b/chart2/source/view/main/VButton.cxx
@@ -27,7 +27,6 @@ VButton::VButton()
 : m_xShapeFactory(nullptr)
 , m_xTarget(nullptr)
 , m_xShape(nullptr)
-, m_rPosition(0, 0)
 {
 }
 
diff --git a/chart2/source/view/main/VButton.hxx 
b/chart2/source/view/main/VButton.hxx
index 4a024e1..d27b85a 100644
--- a/chart2/source/view/main/VButton.hxx
+++ b/chart2/source/view/main/VButton.hxx
@@ -23,7 +23,6 @@ private:
 css::uno::Reference m_xShapeFactory;
 css::uno::Reference m_xTarget;
 css::uno::Reference m_xShape;
-css::awt::Point m_rPosition;
 OUString m_sLabel;
 OUString m_sCID;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: wsd/LOOLWebSocket.hpp

2017-02-12 Thread Ashod Nakashian
 wsd/LOOLWebSocket.hpp |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 9120fbabad552c22618509cfdc2cf73395e001b7
Author: Ashod Nakashian 
Date:   Sun Feb 12 23:47:43 2017 -0500

wsd: use separate read/write locks in LOOLWebSocket

When two sockets send data to each other in blocking
mode, they can both wait until the other end-point's
buffers are free enough to receive the data being
sent. Since in LOOLWebSocket we lock both send and
receive with the same lock, this prevents the
reader thread from freeing the buffer while we try
to send data. But since our peer is in the same
dilemma, neither of us will make progress--deadlock.

Since sockets are full-duplex, they are capable of
handling two way communication concurrently. Poco
seems to not share data between them either, so
this seems safe.

Change-Id: I1fd68cd4fb3b4250b93c8f94cd42e49ee78f6650
Reviewed-on: https://gerrit.libreoffice.org/34194
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/wsd/LOOLWebSocket.hpp b/wsd/LOOLWebSocket.hpp
index b1acd35..1408622 100644
--- a/wsd/LOOLWebSocket.hpp
+++ b/wsd/LOOLWebSocket.hpp
@@ -31,7 +31,8 @@
 class LOOLWebSocket : public Poco::Net::WebSocket
 {
 private:
-std::mutex _mutex;
+std::mutex _mutexRead;
+std::mutex _mutexWrite;
 
 #if ENABLE_DEBUG
 static std::chrono::milliseconds getWebSocketDelay()
@@ -110,11 +111,12 @@ public:
 // Timeout is in microseconds. We don't need this, except to yield the 
cpu.
 static const Poco::Timespan waitTime(POLL_TIMEOUT_MS * 1000 / 10);
 static const Poco::Timespan waitZero(0);
-std::unique_lock lock(_mutex);
 
 while (poll(waitTime, Poco::Net::Socket::SELECT_READ))
 {
+std::unique_lock lockRead(_mutexRead);
 const int n = Poco::Net::WebSocket::receiveFrame(buffer, length, 
flags);
+lockRead.unlock();
 
 if (n <= 0)
 LOG_TRC("Got nothing (" << n << ")");
@@ -130,6 +132,7 @@ public:
 if ((flags & WebSocket::FRAME_OP_BITMASK) == 
WebSocket::FRAME_OP_PING)
 {
 // Echo back the ping message.
+std::unique_lock lock(_mutexWrite);
 if (Poco::Net::WebSocket::sendFrame(buffer, n, 
static_cast(WebSocket::FRAME_FLAG_FIN) | WebSocket::FRAME_OP_PONG) != n)
 {
 LOG_WRN("Sending Pong failed.");
@@ -158,7 +161,7 @@ public:
 std::this_thread::sleep_for(getWebSocketDelay());
 #endif
 static const Poco::Timespan waitZero(0);
-std::unique_lock lock(_mutex);
+std::unique_lock lock(_mutexWrite);
 
 if (length >= LARGE_MESSAGE_SIZE)
 {
@@ -204,7 +207,8 @@ public:
 /// or, otherwise, close the socket without sending close frame, if it is.
 void shutdown(Poco::UInt16 statusCode, const std::string& statusMessage = 
"")
 {
-std::unique_lock lock(_mutex);
+std::unique_lock lockRead(_mutexRead);
+std::unique_lock lockWrite(_mutexWrite);
 try
 {
 // Calling shutdown, in case of error, would try to send a 'close' 
frame
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] Weekly QA Report (W05-2017)

2017-02-12 Thread Xisco Fauli

Hello,

What have happened in QA in the last 7 days?

  * 165 have been created, of which, 23 are still unconfirmed ( Total 
Unconfirmed bugs: 448 )

Link: http://tinyurl.com/hmbbmpb

  * 1181 comments have been written.

== STATUS CHANGED ==
  * 15 bugs have been changed to 'ASSIGNED'.
Link: http://tinyurl.com/jelbdx9
Done by: Winfried Donkers ( 3 ), Cor Nouws ( 2 ), Dmitry ( 1 ), 
Julien Nabet ( 1 ), raal ( 1 ), Maxim Monastirsky ( 1 ), Matus Uzak ( 1 
), Laurent BP ( 1 ), charan ( 1 ), Bartosz ( 1 ), Eike Rathke ( 1 ), 
Björn Michaelsen ( 1 )


  * 2 bugs have been changed to 'CLOSED'.
Link: http://tinyurl.com/z86r42m
Done by: Harald Koester ( 2 )

  * 38 bugs have been changed to 'NEEDINFO'.
Link: http://tinyurl.com/gpb24gd
Done by: Xisco Faulí ( 18 ), Buovjaga ( 10 ), V Stuart Foote ( 2 ), 
Jean-Baptiste Faure ( 2 ), Zineta ( 1 ), Julien Nabet ( 1 ), robert ( 1 
), tagezi ( 1 ), Timur ( 1 ), tommy27 ( 1 )


  * 106 bugs have been changed to 'NEW'.
Link: http://tinyurl.com/jklda22
Done by: Buovjaga ( 31 ), Xisco Faulí ( 24 ), V Stuart Foote ( 7 ), 
Heiko Tietze ( 4 ), robert ( 3 ), Jean-Baptiste Faure ( 3 ), jan iversen 
( 3 ), Telesto ( 2 ), Julien Nabet ( 2 ), Regina Henschel ( 2 ), 
OfficeUser ( 2 ), m.a.riosv ( 2 ), Alex Thurgood ( 2 ), charan ( 2 ), 
Cor Nouws ( 2 ), Björn Michaelsen ( 2 ), thomaswoltjer ( 1 ), Shimon 
Shore ( 1 ), Samuel Mehrbrodt (CIB) ( 1 ), Tomaz Vajngerl ( 1 ), MM ( 1 
), Milan Bouchet-Valat ( 1 ), maynard.451 ( 1 ), Khaled Hosny ( 1 ), 
Jacques Guilleron ( 1 ), filippo.giacche ( 1 ), Ondrej Fafejta ( 1 ), 
Aron Budea ( 1 ), Alex ARNAUD ( 1 )


  * 3 bugs have been changed to 'REOPENED'.
Link: http://tinyurl.com/j3gh9ym
Done by: Tobias Hemm ( 1 ), Luke Kendall ( 1 ), Alex Thurgood ( 1 )

  * 54 bugs have been changed to 'RESOLVED DUPLICATE'.
Link: http://tinyurl.com/j874ktx
Done by: Buovjaga ( 15 ), Xisco Faulí ( 12 ), V Stuart Foote ( 3 ), 
Jean-Baptiste Faure ( 3 ), Telesto ( 2 ), Julien Nabet ( 2 ), robert ( 2 
), m.a.riosv ( 2 ), Aron Budea ( 2 ), Miklos Vajna ( 1 ), tomaskeb ( 1 
), Regina Henschel ( 1 ), Michael Stahl ( 1 ), Maxim Monastirsky ( 1 ), 
Johnny_M ( 1 ), Khaled Hosny ( 1 ), Alex Thurgood ( 1 ), David Nelson ( 
1 ), Cor Nouws ( 1 ), Caolán McNamara ( 1 )


  * 26 bugs have been changed to 'RESOLVED FIXED'.
Link: http://tinyurl.com/hhkoavx
Done by: Caolán McNamara ( 4 ), Michael Stahl ( 3 ), Kohei Yoshida 
( 3 ), Miklos Vajna ( 2 ), Maxim Monastirsky ( 2 ), Zolnai Tamás ( 1 ), 
Buovjaga ( 1 ), Andras Timar ( 1 ), Heiko Tietze ( 1 ), JAG220 ( 1 ), 
Yousuf Philips (jay) ( 1 ), Miguel ( 1 ), Mike Kaganski ( 1 ), Mark Hung 
( 1 ), Timur ( 1 ), Ashod Nakashian ( 1 ), Katarina Behrens (CIB) ( 1 )


  * 2 bugs have been changed to 'RESOLVED MOVED'.
Link: http://tinyurl.com/jnle8jf
Done by: Mike Kaganski ( 1 ), jan iversen ( 1 )

  * 21 bugs have been changed to 'RESOLVED NOTABUG'.
Link: http://tinyurl.com/h9u3xj9
Done by: Buovjaga ( 6 ), m.a.riosv ( 4 ), Xisco Faulí ( 3 ), V 
Stuart Foote ( 3 ), lore ( 1 ), Jacques Guilleron ( 1 ), Bartosz ( 1 ), 
gameall ( 1 ), Aron Budea ( 1 )


  * 4 bugs have been changed to 'RESOLVED NOTOURBUG'.
Link: http://tinyurl.com/z7pm9x6
Done by: V Stuart Foote ( 1 ), Buovjaga ( 1 ), Alex Thurgood ( 1 ), 
Caolán McNamara ( 1 )


  * 9 bugs have been changed to 'RESOLVED WONTFIX'.
Link: http://tinyurl.com/hpbcl9o
Done by: Heiko Tietze ( 2 ), Xisco Faulí ( 1 ), V Stuart Foote ( 1 
), Vojtěch Obrdlík ( 1 ), Miklos Vajna ( 1 ), Buovjaga ( 1 ), Johannes 
Kingma ( 1 ), jan iversen ( 1 )


  * 11 bugs have been changed to 'RESOLVED WORKSFORME'.
Link: http://tinyurl.com/hspzetk
Done by: Buovjaga ( 4 ), Heiko Tietze ( 2 ), Xisco Faulí ( 1 ), 
Tobias Burnus ( 1 ), Szilard ( 1 ), Alex Thurgood ( 1 ), tommy27 ( 1 )


  * 11 bugs have been changed to 'UNCONFIRMED'.
Link: http://tinyurl.com/goc7nra
Done by: Buovjaga ( 2 ), simone ( 2 ), paolo_debortoli ( 1 ), 
nekonekolol111 ( 1 ), John Kissane ( 1 ), Alex Thurgood ( 1 ), info ( 1 
), Peter Johnson ( 1 ), dieterp ( 1 )


  * 6 bugs have been changed to 'VERIFIED FIXED'.
Link: http://tinyurl.com/zp85ezv
Done by: Zineta ( 1 ), Xisco Faulí ( 1 ), Buovjaga ( 1 ), Heiko 
Tietze ( 1 ), Justin L ( 1 ), Alex ARNAUD ( 1 )


== KEYWORDS ADDED ==
  * 'accessibility' has been added to 2 bugs.
Link: http://tinyurl.com/gwv5obx
Done by: Adolfo Jayme ( 1 ), Alex ARNAUD ( 1 )

  * 'bibisectRequest' has been added to 11 bugs.
Link: http://tinyurl.com/htvf9jv
Done by: Buovjaga ( 5 ), Xisco Faulí ( 4 ), Cor Nouws ( 2 )

  * 'bibisected' has been added to 22 bugs.
Link: http://tinyurl.com/zxcl36r
Done by: Xisco Faulí ( 15 ), Aron Budea ( 5 ), Kevin Suo ( 1 ), 
Alex ARNAUD ( 1 )


  * 'bisected' has been added to 21 bugs.
Link: http://tinyurl.com/hoqn2n4
Done by: Xisco Faulí ( 14 ), Aron Budea ( 7 )

  * 'easyHack' has been added to 1 bugs.
Link: http://tinyurl.com/hs7stax

Weekly QA Report (W05-2017)

2017-02-12 Thread Xisco Fauli

Hello,

What have happened in QA in the last 7 days?

  * 165 have been created, of which, 23 are still unconfirmed ( Total 
Unconfirmed bugs: 448 )

Link: http://tinyurl.com/hmbbmpb

  * 1181 comments have been written.

== STATUS CHANGED ==
  * 15 bugs have been changed to 'ASSIGNED'.
Link: http://tinyurl.com/jelbdx9
Done by: Winfried Donkers ( 3 ), Cor Nouws ( 2 ), Dmitry ( 1 ), 
Julien Nabet ( 1 ), raal ( 1 ), Maxim Monastirsky ( 1 ), Matus Uzak ( 1 
), Laurent BP ( 1 ), charan ( 1 ), Bartosz ( 1 ), Eike Rathke ( 1 ), 
Björn Michaelsen ( 1 )


  * 2 bugs have been changed to 'CLOSED'.
Link: http://tinyurl.com/z86r42m
Done by: Harald Koester ( 2 )

  * 38 bugs have been changed to 'NEEDINFO'.
Link: http://tinyurl.com/gpb24gd
Done by: Xisco Faulí ( 18 ), Buovjaga ( 10 ), V Stuart Foote ( 2 ), 
Jean-Baptiste Faure ( 2 ), Zineta ( 1 ), Julien Nabet ( 1 ), robert ( 1 
), tagezi ( 1 ), Timur ( 1 ), tommy27 ( 1 )


  * 106 bugs have been changed to 'NEW'.
Link: http://tinyurl.com/jklda22
Done by: Buovjaga ( 31 ), Xisco Faulí ( 24 ), V Stuart Foote ( 7 ), 
Heiko Tietze ( 4 ), robert ( 3 ), Jean-Baptiste Faure ( 3 ), jan iversen 
( 3 ), Telesto ( 2 ), Julien Nabet ( 2 ), Regina Henschel ( 2 ), 
OfficeUser ( 2 ), m.a.riosv ( 2 ), Alex Thurgood ( 2 ), charan ( 2 ), 
Cor Nouws ( 2 ), Björn Michaelsen ( 2 ), thomaswoltjer ( 1 ), Shimon 
Shore ( 1 ), Samuel Mehrbrodt (CIB) ( 1 ), Tomaz Vajngerl ( 1 ), MM ( 1 
), Milan Bouchet-Valat ( 1 ), maynard.451 ( 1 ), Khaled Hosny ( 1 ), 
Jacques Guilleron ( 1 ), filippo.giacche ( 1 ), Ondrej Fafejta ( 1 ), 
Aron Budea ( 1 ), Alex ARNAUD ( 1 )


  * 3 bugs have been changed to 'REOPENED'.
Link: http://tinyurl.com/j3gh9ym
Done by: Tobias Hemm ( 1 ), Luke Kendall ( 1 ), Alex Thurgood ( 1 )

  * 54 bugs have been changed to 'RESOLVED DUPLICATE'.
Link: http://tinyurl.com/j874ktx
Done by: Buovjaga ( 15 ), Xisco Faulí ( 12 ), V Stuart Foote ( 3 ), 
Jean-Baptiste Faure ( 3 ), Telesto ( 2 ), Julien Nabet ( 2 ), robert ( 2 
), m.a.riosv ( 2 ), Aron Budea ( 2 ), Miklos Vajna ( 1 ), tomaskeb ( 1 
), Regina Henschel ( 1 ), Michael Stahl ( 1 ), Maxim Monastirsky ( 1 ), 
Johnny_M ( 1 ), Khaled Hosny ( 1 ), Alex Thurgood ( 1 ), David Nelson ( 
1 ), Cor Nouws ( 1 ), Caolán McNamara ( 1 )


  * 26 bugs have been changed to 'RESOLVED FIXED'.
Link: http://tinyurl.com/hhkoavx
Done by: Caolán McNamara ( 4 ), Michael Stahl ( 3 ), Kohei Yoshida 
( 3 ), Miklos Vajna ( 2 ), Maxim Monastirsky ( 2 ), Zolnai Tamás ( 1 ), 
Buovjaga ( 1 ), Andras Timar ( 1 ), Heiko Tietze ( 1 ), JAG220 ( 1 ), 
Yousuf Philips (jay) ( 1 ), Miguel ( 1 ), Mike Kaganski ( 1 ), Mark Hung 
( 1 ), Timur ( 1 ), Ashod Nakashian ( 1 ), Katarina Behrens (CIB) ( 1 )


  * 2 bugs have been changed to 'RESOLVED MOVED'.
Link: http://tinyurl.com/jnle8jf
Done by: Mike Kaganski ( 1 ), jan iversen ( 1 )

  * 21 bugs have been changed to 'RESOLVED NOTABUG'.
Link: http://tinyurl.com/h9u3xj9
Done by: Buovjaga ( 6 ), m.a.riosv ( 4 ), Xisco Faulí ( 3 ), V 
Stuart Foote ( 3 ), lore ( 1 ), Jacques Guilleron ( 1 ), Bartosz ( 1 ), 
gameall ( 1 ), Aron Budea ( 1 )


  * 4 bugs have been changed to 'RESOLVED NOTOURBUG'.
Link: http://tinyurl.com/z7pm9x6
Done by: V Stuart Foote ( 1 ), Buovjaga ( 1 ), Alex Thurgood ( 1 ), 
Caolán McNamara ( 1 )


  * 9 bugs have been changed to 'RESOLVED WONTFIX'.
Link: http://tinyurl.com/hpbcl9o
Done by: Heiko Tietze ( 2 ), Xisco Faulí ( 1 ), V Stuart Foote ( 1 
), Vojtěch Obrdlík ( 1 ), Miklos Vajna ( 1 ), Buovjaga ( 1 ), Johannes 
Kingma ( 1 ), jan iversen ( 1 )


  * 11 bugs have been changed to 'RESOLVED WORKSFORME'.
Link: http://tinyurl.com/hspzetk
Done by: Buovjaga ( 4 ), Heiko Tietze ( 2 ), Xisco Faulí ( 1 ), 
Tobias Burnus ( 1 ), Szilard ( 1 ), Alex Thurgood ( 1 ), tommy27 ( 1 )


  * 11 bugs have been changed to 'UNCONFIRMED'.
Link: http://tinyurl.com/goc7nra
Done by: Buovjaga ( 2 ), simone ( 2 ), paolo_debortoli ( 1 ), 
nekonekolol111 ( 1 ), John Kissane ( 1 ), Alex Thurgood ( 1 ), info ( 1 
), Peter Johnson ( 1 ), dieterp ( 1 )


  * 6 bugs have been changed to 'VERIFIED FIXED'.
Link: http://tinyurl.com/zp85ezv
Done by: Zineta ( 1 ), Xisco Faulí ( 1 ), Buovjaga ( 1 ), Heiko 
Tietze ( 1 ), Justin L ( 1 ), Alex ARNAUD ( 1 )


== KEYWORDS ADDED ==
  * 'accessibility' has been added to 2 bugs.
Link: http://tinyurl.com/gwv5obx
Done by: Adolfo Jayme ( 1 ), Alex ARNAUD ( 1 )

  * 'bibisectRequest' has been added to 11 bugs.
Link: http://tinyurl.com/htvf9jv
Done by: Buovjaga ( 5 ), Xisco Faulí ( 4 ), Cor Nouws ( 2 )

  * 'bibisected' has been added to 22 bugs.
Link: http://tinyurl.com/zxcl36r
Done by: Xisco Faulí ( 15 ), Aron Budea ( 5 ), Kevin Suo ( 1 ), 
Alex ARNAUD ( 1 )


  * 'bisected' has been added to 21 bugs.
Link: http://tinyurl.com/hoqn2n4
Done by: Xisco Faulí ( 14 ), Aron Budea ( 7 )

  * 'easyHack' has been added to 1 bugs.
Link: http://tinyurl.com/hs7stax

[Libreoffice-commits] online.git: Changes to 'private/Ashod/nonblocking'

2017-02-12 Thread Ashod Nakashian
New branch 'private/Ashod/nonblocking' available with the following commits:
commit bbb38c39c9738738597f4c13788e79a0ebca4f44
Author: Ashod Nakashian 
Date:   Mon Feb 13 00:40:03 2017 -0500

nb: gitingore loolnb

Change-Id: I41ed294ce61cb92af065d9fc72e3b35a20be0012

commit 2c431de2089a0c5897d951768996744ee42fdbeb
Author: Ashod Nakashian 
Date:   Sun Feb 12 15:54:49 2017 -0500

nb: support N clients and asynchronously communicate with all

Change-Id: I81f63895180141e554072b6cf5300139299f282c

commit 50338452c405c0fee0f243cba498c1179945c367
Author: Ashod Nakashian 
Date:   Sun Feb 12 14:44:14 2017 -0500

nb: poll using multi-socket poll class SocketPoll

Change-Id: If244c4ec92f70fd458665b88d4da3c5fbcb11077

commit 4fc1464f84312abe25198f23b102e62fa89915ca
Author: Ashod Nakashian 
Date:   Sun Feb 12 14:26:42 2017 -0500

nb: SocketPoll class to poll events on N-Sockets

Internally SocketPoll manages the sockets
and handles the polling and firing of callback.

It's thread-safe and handles asynchronous calls
to remove sockets correctly while potentially
being in poll(2).

The choice for using poll(2) compared to epoll
or select are the following:

1. For our use-case, poll(2) works great up to
   a few hundred sockets, which we don't expect
   to have on a single document normally.

2. select(2) has an awkward API (modifies input,
   f.e) and has limit on max fds that we need to
   be mindful of (even if we'll not hit it in
   practice). poll(2) preserves the input and has
   a no-nonsense API that's simple and readable.

3. While select(2) is the most portable, poll(2)
   isn't far behind. Yet in practice we'll probably
   not support other systems than Linux.

4. epoll(2) starts to scale with hundreds or
   thousands of sockets. Meanwhile, it has high
   overhead to adding/removing sockets (context
   switch to kernel and back). Our typical case
   will have a handful to a dozen sockets.
   Hardly a justification for epoll's heavy guns.

Change-Id: Idf88257ea85e061a37af29eed21e38655ff43c9b

commit 104fa19de0f799e3dc0827e19522c709fda2fee9
Author: Ashod Nakashian 
Date:   Sun Feb 12 00:43:19 2017 -0500

nb: ping-pong messages between client and server

Change-Id: I3856dde09764075a138e8574520487e6e5accd90

commit 47cda23d143a8db1ef7d5fb83edadd996709e678
Author: Ashod Nakashian 
Date:   Sat Feb 11 23:47:41 2017 -0500

nb: Socket connect supports waiting with timeout

Change-Id: Ib2d713d68f3a27067b121adb356188a164da4589

commit 1fa95d8e4f83d84860f415582d0ad5c921dba83a
Author: Ashod Nakashian 
Date:   Sat Feb 11 23:48:21 2017 -0500

nb: server now accepts asynchronously

Change-Id: Ic98f31d4f432fc8a06690b94899314b7c9106c69

commit 400614854051b40ddda1bb045e44af22b8cd00fe
Author: Ashod Nakashian 
Date:   Sat Feb 11 23:36:53 2017 -0500

nb: connect and read asynchronously

Change-Id: I04733f8dbf06f5f31e6b05e7f017ef75c629a015

commit 0657942c95817042e52a07825c7c16373525084f
Author: Ashod Nakashian 
Date:   Sat Feb 11 23:35:22 2017 -0500

nb: add polling to Socket

Change-Id: Ie3fd1f271d9c6fa24e8583316e68a443489d1967

commit 9cfa78cbfb8f2bd6471675d22b0905480a278f79
Author: Ashod Nakashian 
Date:   Sat Feb 11 23:33:51 2017 -0500

nb: add socket error getter

Change-Id: Ia0dfd1d6e6bfd2b34b5a9b01c883d78f9bb15e7d

commit f3131db126ff5f985ef9a5280c846bf8d65f3e63
Author: Ashod Nakashian 
Date:   Sat Feb 11 20:00:53 2017 -0500

nb: Socket fd member is const

Change-Id: Icc7f4d9bbd15ce0feb3a58339771fbfd168e20e5

commit 1bac06baade6e2bc83d93b789120191f38348a18
Author: Ashod Nakashian 
Date:   Sat Feb 11 18:37:56 2017 -0500

nb: add recv and client connection

Change-Id: I311a475428ff410ca26f6049d5371943aa88cc59

commit 2de3540b58978b16eb9f7c68f9d9825ee35de548
Author: Ashod Nakashian 
Date:   Sat Feb 11 18:21:57 2017 -0500

nb: accept connections and send

Change-Id: Ie99b8c15e097fcaca0675aba11e11a11c2e7098f

commit 1bba7d05f83a205d5033f9e5c8d9546d94517c9e
Author: Ashod Nakashian 
Date:   Sat Feb 11 18:17:09 2017 -0500

nb: bind reuses address automatically

This is virtually always desirable, since
without it we may fail to bind after recycling
if the previous socket is TIME_WAIT.

However, if a socket is bound to same address
this will not prevent the failure to bind,
  

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

2017-02-12 Thread Noel Grandin
 sw/inc/dbmgr.hxx|   18 +
 sw/source/uibase/dbui/dbmgr.cxx |   42 +---
 2 files changed, 33 insertions(+), 27 deletions(-)

New commits:
commit 64cb9fb42fb4d56eb9bf42fb9b91a01a405d881d
Author: Noel Grandin 
Date:   Mon Feb 13 08:36:33 2017 +0200

Revert "convert DBConnURIType to scoped enum"

This reverts commit f0c57266709509ae24cfb1615d136263fb1e8d60.

Missed the WIN32 only code where the JET and ACE enumerators were
being used.

diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index cc9c0b9..e1ad5f7 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -285,12 +285,14 @@ public:
 SwDBManager(SwDoc* pDoc);
 ~SwDBManager();
 
-enum class DBConnURIType {
-Unknown,
-Odb,
-Calc,
-Dbase,
-Flat
+enum DBConnURITypes {
+DBCONN_UNKNOWN = 0,
+DBCONN_ODB,
+DBCONN_CALC,
+DBCONN_DBASE,
+DBCONN_FLAT,
+DBCONN_MSJET,
+DBCONN_MSACE
 };
 
 /// MailMergeEvent source
@@ -395,7 +397,7 @@ public:
 
 static css::uno::Sequence GetExistingDatabaseNames();
 
-static DBConnURIType GetDBunoURI(const OUString , css::uno::Any 
);
+static DBConnURITypes GetDBunoURI(const OUString , css::uno::Any 
);
 
 /**
  Loads a data source from file and registers it.
@@ -412,7 +414,7 @@ public:
  In case of success it returns the registered name, otherwise an empty 
string.
  Optionally add a prefix to the registered DB name.
  */
-static OUStringLoadAndRegisterDataSource(const DBConnURIType 
type, const css::uno::Any ,
+static OUStringLoadAndRegisterDataSource(const DBConnURITypes 
type, const css::uno::Any ,
  const 
css::uno::Reference < css::beans::XPropertySet > *pSettings,
  const OUString , 
const OUString *pPrefix, const OUString *pDestDir,
  SwDocShell* pDocShell 
= nullptr);
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx
index e62aec5..59eff0e 100644
--- a/sw/source/uibase/dbui/dbmgr.cxx
+++ b/sw/source/uibase/dbui/dbmgr.cxx
@@ -2598,29 +2598,29 @@ OUString 
SwDBManager::LoadAndRegisterDataSource(SwDocShell* pDocShell)
 uno::Any aURLAny;
 uno::Reference< beans::XPropertySet > aSettings;
 const OUString aURI( xFP->getSelectedFiles().getConstArray()[0] );
-const DBConnURIType type = GetDBunoURI( aURI, aURLAny );
+const DBConnURITypes type = GetDBunoURI( aURI, aURLAny );
 
-if( DBConnURIType::Flat == type )
+if( DBCONN_FLAT == type )
 {
 uno::Reference xContext( 
::comphelper::getProcessComponentContext() );
 uno::Reference < sdb::XTextConnectionSettings > xSettingsDlg = 
sdb::TextConnectionSettings::create(xContext);
 if( xSettingsDlg->execute() )
 aSettings.set( uno::Reference < beans::XPropertySet >( 
xSettingsDlg, uno::UNO_QUERY_THROW ) );
 }
-sFind = LoadAndRegisterDataSource( type, aURLAny, DBConnURIType::Flat 
== type ?  : nullptr, aURI, nullptr, nullptr, pDocShell );
+sFind = LoadAndRegisterDataSource( type, aURLAny, DBCONN_FLAT == type 
?  : nullptr, aURI, nullptr, nullptr, pDocShell );
 }
 return sFind;
 }
 
-SwDBManager::DBConnURIType SwDBManager::GetDBunoURI(const OUString , 
uno::Any )
+SwDBManager::DBConnURITypes SwDBManager::GetDBunoURI(const OUString , 
uno::Any )
 {
 INetURLObject aURL( rURI );
 OUString sExt( aURL.GetExtension() );
-DBConnURIType type = DBConnURIType::Unknown;
+DBConnURITypes type = DBCONN_UNKNOWN;
 
 if(sExt == "odb")
 {
-type = DBConnURIType::Odb;
+type = DBCONN_ODB;
 }
 else if(sExt.equalsIgnoreAsciiCase("sxc")
 || sExt.equalsIgnoreAsciiCase("ods")
@@ -2629,7 +2629,7 @@ SwDBManager::DBConnURIType SwDBManager::GetDBunoURI(const 
OUString , uno::A
 OUString sDBURL("sdbc:calc:");
 sDBURL += aURL.GetMainURL(INetURLObject::DecodeMechanism::NONE);
 aURLAny <<= sDBURL;
-type = DBConnURIType::Calc;
+type = DBCONN_CALC;
 }
 else if(sExt.equalsIgnoreAsciiCase("dbf"))
 {
@@ -2638,7 +2638,7 @@ SwDBManager::DBConnURIType SwDBManager::GetDBunoURI(const 
OUString , uno::A
 OUString sDBURL("sdbc:dbase:");
 sDBURL += aURL.GetMainURL(INetURLObject::DecodeMechanism::NONE);
 aURLAny <<= sDBURL;
-type = DBConnURIType::Dbase;
+type = DBCONN_DBASE;
 }
 else if(sExt.equalsIgnoreAsciiCase("csv") || 
sExt.equalsIgnoreAsciiCase("txt"))
 {
@@ -2648,7 +2648,7 @@ SwDBManager::DBConnURIType SwDBManager::GetDBunoURI(const 
OUString , uno::A
 //only the 'path' has to be added
 sDBURL += 

[Libreoffice-bugs] [Bug 105945] Impress master slide for "Centered Text" slide layout

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105945

kubi  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from kubi  ---
There are 12 slide layouts: "Blank Slide", "Title Slide", "Title, Content",
..., "Centered Text". It is the 6th one with one big text box covering almost
the whole slide.
You can select them in the slide properties pane or using the drop-down menu
under the "New Slide" button.

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


[Libreoffice-bugs] [Bug 100813] Writer crashes immediately after opening this .docx or on scroll ( Linux fixed here, Windows in other bug)

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100813

zahra  changed:

   What|Removed |Added

Crash report or|["SwContentFrame::MoveFootn |["SwContentFrame::MoveFootn
crash signature|oteCntFwd(bool,SwFootnoteBo |oteCntFwd(bool,SwFootnoteBo
   |ssFrame *)"]|ssFrame *)"]
   |["rtl_uString_acquire"] |["rtl_uString_acquire"]nnn

--- Comment #65 from zahra  ---
(In reply to zahra from comment #59)
> hi Caolán
> thanks extremely for your efforts to resolve my issues.
> i realy appreciate it and admire it.
> i pray for you and request divine extreme mercy for you in my five times
> daily prayers.
> could you please also solve it for libreoffice 5.2.5.2 also?
> i realy wish that open all of my books without any problem with libreoffice.
> most of my books are in docx format which the users of microsoft office give
> me.
> and also does it solve my issue related to bug 100859?
> it was a very important book for me and God bless you for solving it.

excuse me, sorry for my mistake.
i meant bug
100959
and 101125
i could open my books in versions 5.1.6 and 5.2.5 under windows xp.
i cant access newer versions of windows and i appreciate you if you test them
in 5.2.5, 5.1.6 and 5.3.0 with different windows.
i did not test these books with 5.3.0 and i am grateful to your help.

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


[Libreoffice-bugs] [Bug 89329] convert pImpl pointers to use std::unique_ptr

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89329

--- Comment #132 from Commit Notification 
 ---
Arnold Dumas committed a patch related to this issue.
It has been pushed to "master":

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

tdf#89329: Use unique_ptr for pImpl in numberingtypelistbox

It will be available in 5.4.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 on the CC list for the bug.
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-02-12 Thread Arnold Dumas
 sw/source/uibase/inc/numberingtypelistbox.hxx  |2 +-
 sw/source/uibase/misc/numberingtypelistbox.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 97db2e7717d43aa911a3006251980851a426d190
Author: Arnold Dumas 
Date:   Sun Feb 12 21:02:49 2017 +0100

tdf#89329: Use unique_ptr for pImpl in numberingtypelistbox

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

diff --git a/sw/source/uibase/inc/numberingtypelistbox.hxx 
b/sw/source/uibase/inc/numberingtypelistbox.hxx
index 71d1173..de786c9 100644
--- a/sw/source/uibase/inc/numberingtypelistbox.hxx
+++ b/sw/source/uibase/inc/numberingtypelistbox.hxx
@@ -40,7 +40,7 @@ struct SwNumberingTypeListBox_Impl;
 
 class SW_DLLPUBLIC SwNumberingTypeListBox : public ListBox
 {
-SwNumberingTypeListBox_Impl* pImpl;
+std::unique_ptr pImpl;
 
 public:
 SwNumberingTypeListBox( vcl::Window* pWin, WinBits nStyle );
diff --git a/sw/source/uibase/misc/numberingtypelistbox.cxx 
b/sw/source/uibase/misc/numberingtypelistbox.cxx
index 81e5ad5..eff649e 100644
--- a/sw/source/uibase/misc/numberingtypelistbox.cxx
+++ b/sw/source/uibase/misc/numberingtypelistbox.cxx
@@ -73,7 +73,7 @@ SwNumberingTypeListBox::~SwNumberingTypeListBox()
 
 void SwNumberingTypeListBox::dispose()
 {
-delete pImpl;
+pImpl.reset();
 ListBox::dispose();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 13 commits - compilerplugins/clang cui/source editeng/source include/editeng include/svl include/svx sc/inc sc/qa sc/source sd/source svl/source svx/source sw/inc sw/so

2017-02-12 Thread Noel Grandin
 compilerplugins/clang/unusedenumconstants.py |3 
 cui/source/options/optasian.cxx  |   17 
 editeng/source/editeng/editeng.cxx   |2 
 editeng/source/editeng/impedit.hxx   |6 
 editeng/source/editeng/impedit2.cxx  |3 
 editeng/source/editeng/impedit3.cxx  |7 
 editeng/source/editeng/impedit4.cxx  |2 
 editeng/source/outliner/outlin2.cxx  |2 
 include/editeng/editeng.hxx  |3 
 include/editeng/outliner.hxx |3 
 include/svl/asiancfg.hxx |   14 
 include/svx/svdmodel.hxx |7 
 sc/inc/document.hxx  |   14 
 sc/qa/unit/ucalc.cxx |3 
 sc/source/core/data/documen2.cxx |3 
 sc/source/core/data/documen9.cxx |   11 
 sc/source/ui/docshell/docsh2.cxx |2 
 sc/source/ui/unoobj/confuno.cxx  |2 
 sd/source/ui/unoidl/UnoDocumentSettings.cxx  |8 
 svl/source/config/asiancfg.cxx   |8 
 svx/source/svdraw/svdmodel.cxx   |7 
 sw/inc/IDocumentSettingAccess.hxx|6 
 sw/inc/ccoll.hxx |4 
 sw/inc/chcmprse.hxx  |   28 -
 sw/inc/crsrsh.hxx|   52 +-
 sw/inc/dbmgr.hxx |   18 
 sw/inc/doc.hxx   |4 
 sw/inc/editsh.hxx|2 
 sw/inc/fesh.hxx  |   27 -
 sw/inc/fmtcol.hxx|   46 -
 sw/inc/pagedesc.hxx  |6 
 sw/inc/section.hxx   |4 
 sw/inc/swabstdlg.hxx |3 
 sw/inc/tblenum.hxx   |   12 
 sw/inc/view.hxx  |   37 -
 sw/source/core/crsr/crstrvl.cxx  |   78 +--
 sw/source/core/doc/DocumentSettingManager.cxx|9 
 sw/source/core/doc/doctxm.cxx|2 
 sw/source/core/doc/fmtcol.cxx|   67 --
 sw/source/core/doc/tblrwcl.cxx   |4 
 sw/source/core/docnode/ndtbl.cxx |   18 
 sw/source/core/docnode/node.cxx  |   30 -
 sw/source/core/docnode/section.cxx   |   14 
 sw/source/core/draw/drawdoc.cxx  |3 
 sw/source/core/edit/edtab.cxx|2 
 sw/source/core/frmedt/fetab.cxx  |6 
 sw/source/core/frmedt/fews.cxx   |   32 -
 sw/source/core/inc/DocumentSettingManager.hxx|6 
 sw/source/core/inc/UndoTable.hxx |6 
 sw/source/core/inc/swblocks.hxx  |1 
 sw/source/core/inc/tblrwcl.hxx   |7 
 sw/source/core/layout/pagedesc.cxx   |4 
 sw/source/core/layout/paintfrm.cxx   |8 
 sw/source/core/swg/swblocks.cxx  |4 
 sw/source/core/text/porlay.cxx   |   11 
 sw/source/core/undo/untbl.cxx|   18 
 sw/source/core/unocore/unoidx.cxx|2 
 sw/source/core/unocore/unosect.cxx   |2 
 sw/source/filter/ww8/wrtww8.cxx  |2 
 sw/source/filter/ww8/ww8par.cxx  |2 
 sw/source/filter/ww8/ww8par.hxx  |2 
 sw/source/filter/ww8/ww8par3.cxx |   16 
 sw/source/filter/ww8/ww8par5.cxx |   92 +--
 sw/source/filter/xml/xmlfmt.cxx  |   43 -
 sw/source/ui/chrdlg/pardlg.cxx   |2 
 sw/source/ui/dbui/dbinsdlg.cxx   |4 
 sw/source/ui/dbui/mmlayoutpage.cxx   |2 
 sw/source/ui/dialog/swdlgfact.cxx|2 
 sw/source/ui/dialog/swdlgfact.hxx|2 
 sw/source/ui/dialog/uiregionsw.cxx   |6 
 sw/source/ui/misc/num.cxx|4 
 sw/source/ui/table/splittbl.cxx  |   10 
 sw/source/ui/vba/vbaselection.cxx|2 
 sw/source/uibase/app/docshini.cxx|2 
 sw/source/uibase/chrdlg/ccoll.cxx|   56 +-
 sw/source/uibase/dbui/dbmgr.cxx  |   42 -
 sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx |   89 +--
 sw/source/uibase/dochdl/swdtflvr.cxx |4 
 sw/source/uibase/docvw/AnchorOverlayObject.cxx   |   14 
 sw/source/uibase/docvw/AnchorOverlayObject.hxx   |9 
 

[Libreoffice-bugs] [Bug 105872] Calc display is shifted to next cell when using calibri font

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105872

--- Comment #4 from o...@okakurniawan.net ---
I downloaded 5.3, and the error does not appear.

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


[Libreoffice-bugs] [Bug 105872] Calc display is shifted to next cell when using calibri font

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105872

o...@okakurniawan.net changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104813] FILEOPEN: DOC: performance regression at import time

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104813

--- Comment #11 from Buovjaga  ---
(In reply to Matúš Kukan from comment #10)
> (In reply to Buovjaga from comment #9)
> > I got a callgrind, but it took a suspiciously short amount of time compared
> > to how it takes nearly 3 minutes to open the file normally.
> 
> You need to run 'soffice.bin' directly with valgrind. (not 'soffice' script)

Yeah, my bad. Now I tried again and let it run for the night. The file had
opened, but was somehow frozen. When I killed LibO, the callgrind file remained
0 bytes.

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


[Libreoffice-bugs] [Bug 104813] FILEOPEN: DOC: performance regression at import time

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104813

Buovjaga  changed:

   What|Removed |Added

 Attachment #130959|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 105974] New: Notebookbar: copy and cut icons are missing in clipboard group

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105974

Bug ID: 105974
   Summary: Notebookbar: copy and cut icons are missing in
clipboard group
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jbfa...@libreoffice.org

In the Notebookbar / Contextual groups, there is no icon for Copy and for Cut.
That is inconsistent with the tabbed view and with the fact that there is a
Paste icon.

Version: 5.3.0.3
Build ID: 1:5.3.0~rc3-0ubuntu1~xenial1.1
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; VCL: gtk3; Layout
Engine: new; 
Locale: fr-FR (fr_FR.UTF-8); Calc: single

Idem in version 5.3.1.0.0.0+ and master.

Best regards. JBF

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


[Libreoffice-commits] online.git: loleaflet/src

2017-02-12 Thread Ashod Nakashian
 loleaflet/src/core/Socket.js |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 990d65767204bed8d81f51401bf85465f2e2ec8b
Author: Ashod Nakashian 
Date:   Sun Feb 12 22:59:48 2017 -0500

loleaflet: reconnect silently when disconnected

Change-Id: I7761dcfd283e9b24fd70d255899d438209103a22
Reviewed-on: https://gerrit.libreoffice.org/34193
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index 8e8c20c..2bdf94c 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -493,7 +493,7 @@ L.Socket = L.Class.extend({
this._map.fire('doclayerinit');
} else if (textMsg.startsWith('status:') && this._reconnecting) 
{
// we are reconnecting ...
-   this._reconecting = false;
+   this._reconnecting = false;
this._map._docLayer._onMessage('invalidatetiles: 
EMPTY', null);
this._map.fire('statusindicator', {statusType: 
'reconnected'});
this._map.setPermission(this._map.options.permission);
@@ -540,6 +540,11 @@ L.Socket = L.Class.extend({
 
// Reset wopi's app loaded so that reconnecting again informs 
outerframe about initialization again
this._map['wopi'].resetAppLoaded();
+
+   if (!this._reconnecting) {
+   this._reconnecting = true;
+   this._map._activate();
+   }
},
 
parseServerCmd: function (msg) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-02-12 Thread Ashod Nakashian
 wsd/LOOLWSD.cpp |   20 
 1 file changed, 20 insertions(+)

New commits:
commit 2da90d0cfc4e73490e323cb3ab00f66dd4d25ab0
Author: Ashod Nakashian 
Date:   Sat Feb 11 18:03:14 2017 -0500

wsd: explain the root of the document bifurcation bug

Change-Id: I9ac290c94296ed18dc25ce3b2d9c4939e4eeea91
Reviewed-on: https://gerrit.libreoffice.org/34192
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index d268d68..c910f98 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1595,6 +1595,26 @@ inline ServerSocket* getServerSocket(int portNumber, 
bool reuseDetails)
 // that happens accidentally for developers only anyway, in production 
systemd takes care of
 // having just one, I hope.)
 
+// Note: We really should _not_ need to do this at all. The reason we 
do is that,
+// if we don't, when an instance of loolwsd is already running, a 
second instance
+// would not fail to listen to the _same_ port, and start stealing 
connections.
+// This would have the undesirable side-effect of bifurcating 
documents (meaning,
+// clients loading a document that is already loaded in the first 
instance of
+// wsd, if their socket is accepted by the second instance of wsd, 
will not
+// be able to collaborate with their peers, who are in the first 
instance of wsd).
+// This situation arises because Poco's Socket::bind() (when 
reuseAddress,
+// the second arg, is true) enables reuse for both address _and_ port.
+// The latter is damaging (and the root of this bug). It's designed 
(on Linux)
+// to load-balance requests on a given port to all server instances.
+// But this only works if requests are independent (as in web-page 
serving)
+// and fail miserably for our purposes here (collaborative editing).
+
+// The correct solution is to explicitly enable only address reuse
+// before bind and pass reuseAddress=false (second arg) to bind.
+// Reusing the address is fine, since that eliminates the wait
+// when we recycle and the socket from the earlier run is still
+// in TIME_WAIT.
+
 if (reuseDetails)
 {
 try
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-02-12 Thread Ashod Nakashian
 wsd/LOOLWSD.cpp |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 79c1791764224c8c09c7a9fd4bec306605108701
Author: Ashod Nakashian 
Date:   Sat Feb 11 11:36:38 2017 -0500

wsd: don't block on autosave

Change-Id: Id87465f0aeea9d4f29caea9c88d3a8c7837d8ec2
Reviewed-on: https://gerrit.libreoffice.org/34191
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 97a6088..d268d68 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2518,8 +2518,11 @@ int LOOLWSD::main(const std::vector& 
/*args*/)
 cleanupDocBrokers();
 for (auto& pair : DocBrokers)
 {
-auto docLock = pair.second->getLock();
-pair.second->autoSave(false, 0, docLock);
+auto docLock = pair.second->getDeferredLock();
+if (docLock.try_lock())
+{
+pair.second->autoSave(false, 0, docLock);
+}
 }
 }
 catch (const std::exception& exc)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105927] Crash during Find and Replace of a Single Character Across Multiple Pages in Draw

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105927

--- Comment #9 from Buovjaga  ---
Ok, then this is your only option to give useful information:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

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


[Libreoffice-bugs] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

--- Comment #41 from V Stuart Foote  ---
Present in the Windows TB42 build for 2017-02-13
Version: 5.4.0.0.alpha0+
Build ID: 1d810b69a584fc33f4178c7012f68f551ba2e03b
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-02-12_23:34:02
Locale: en-US (en_US); Calc: CL

Thanks Maxim!

On this build for master the floating panes showing the controls truncated from
collapsed toolbars are functional--labeling/tooltips are active and the pane
resizes as needed to hold the full toolbar.

Resolves a noteworthy annoyance. Assuming there are no structural issues with
toolbars (5.3 -> master), maybe a good candidate for backport to 5.3?

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


[Libreoffice-ux-advise] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

--- Comment #41 from V Stuart Foote  ---
Present in the Windows TB42 build for 2017-02-13
Version: 5.4.0.0.alpha0+
Build ID: 1d810b69a584fc33f4178c7012f68f551ba2e03b
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-02-12_23:34:02
Locale: en-US (en_US); Calc: CL

Thanks Maxim!

On this build for master the floating panes showing the controls truncated from
collapsed toolbars are functional--labeling/tooltips are active and the pane
resizes as needed to hold the full toolbar.

Resolves a noteworthy annoyance. Assuming there are no structural issues with
toolbars (5.3 -> master), maybe a good candidate for backport to 5.3?

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


[Libreoffice-bugs] [Bug 105973] Writer - Line Spacing dropped from Context Menu - Replaced by links to other Menus ?

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105973

--- Comment #1 from David C. Rankin  ---
Created attachment 131166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131166=edit
attachment 2 - writer context menu in ver. 5.2.33

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


[Libreoffice-bugs] [Bug 105973] New: Writer - Line Spacing dropped from Context Menu - Replaced by links to other Menus ?

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105973

Bug ID: 105973
   Summary: Writer - Line Spacing dropped from Context Menu -
Replaced by links to other Menus?
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: drankina...@suddenlinkmail.com

Created attachment 131165
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131165=edit
attachment 1 - traditional right-click context menu in writer

In the change from 5.1 to 5.2 in writer, the normal "Line-Spacing" entries were
dropped from the Right-Click context menu for text editing in writer. (for some
reason that bug filed on or about December 2, 2016 is no longer accessible
here). That made document editing much more difficult where there are frequent
line-spacing changes (like for pleadings and briefs). The normal context for
5.1 (shown in Attachment 1) allowed handling changes seamlessly without
diverting attention from the paragraph.

When "Line-Spacing" was dropped in 5.1, I was assured that context menus could
be edited in 5.2 to allow placing line spacing back in the Right-Click context
menu. I am now using the following on openSuSE Leap 42:

Version: 5.2.3.3
Build ID: 20m0(Build:3)
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

There is no way to add the line-spacing commands back to the context menu. The
various help indicates adding line-spacing to the menubar and right-clicking
the button will allow the command to be added to the context menu. However,
that does not work.

I need line spacing back in the text-editing context menu in writer. Please
restore that functionality to the context menu, or provide a documented way
that I can customize the context menu and add it myself.

The current context menu in writer is all but worthless (see attachment 2).
Aside from copy, cut, paste, it contains NO usable commands but instead
contains links to other menus. (Why would you ever have a menu point to another
menu? Really?) A context menu should contain frequently used COMMANDS relative
to the current context -- a 'context menu', not links to other menus available
in the menubar.

The 5.1 context menu was a well thought out and helpful context menu. It
provide direct access to Clear Direct Formatting, Font, Size, Style, Alignment,
Line Spacing, Change Case and Synonyms. The current context menu in 5.2
reflects Zero thought about human-factors or efficiency in word processing.
Frankly it looks more like a collection of things left as placeholders until
somebody finds the time to come back and actually make it do something (the
KDE4/Plasma approach to interface design)

Please elevate this issue and make it a priority. Context menus that do nothing
but list other menus do not help users that rely on writer do anything
productive. (other than file bug reports about lost functionality)

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


[Libreoffice-bugs] [Bug 105889] Cell in one spreadsheet will not link to cell in another spreadsheet.

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105889

gwma...@yahoo.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 105889] Cell in one spreadsheet will not link to cell in another spreadsheet.

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105889

--- Comment #2 from gwma...@yahoo.com ---
No bug.  I had included an ' in the file name.  When I removed it every thing
was fine.  Sorry about that.

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


[Libreoffice-bugs] [Bug 101472] Mouseover highlight does not disappear after moving mouse out of the formula pane

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101472

Takeshi Abe  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 105972] PDF form export does not save field types

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105972

--- Comment #1 from Christopher Smith  ---
Created attachment 131164
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131164=edit
that form rendered as a PDF/FDF form with default options

Note that the fields that should be tagged as numeric or date are instead set
as plain text.

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


[Libreoffice-bugs] [Bug 105972] New: PDF form export does not save field types

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105972

Bug ID: 105972
   Summary: PDF form export does not save field types
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christopher.sm...@sphere-systems.com

Created attachment 131163
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131163=edit
sample form as ODT with text, numeric, and date fields

I am exporting a LibreOffice form as FDF. On export, all fields (or at least
numeric and date fields) are saved as plain text fields with no format
restrictions. I first observed this behavior in 5.1; it is still present in
5.3.0.3.

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


[Libreoffice-bugs] [Bug 105971] Format issue with a .doc file

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105971

--- Comment #1 from David Chambers  ---
I am unable to attach the sample document as .doc is not accepted

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


[Libreoffice-bugs] [Bug 105971] New: Format issue with a .doc file

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105971

Bug ID: 105971
   Summary: Format issue with a .doc file
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dav...@iinet.net.au

Description:
The .doc file (document)is fine when opened in Microsoft Word (various
versions)However when opened in Libre 5.3 the contents of a table contain
signature images does not present correctly.

Steps to Reproduce:
1.Open file
2.
3.

Actual Results:  
A signature appears elsewhere in the document not in the table.

Expected Results:
Same as for MS Word


Reproducible: Always

User Profile Reset: No

Additional Info:
Hopefully I can find Add Attachment after filing.


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393

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


[Libreoffice-bugs] [Bug 105970] aspect ratio 16: 9 template within impress makes letters too kerned too much together, for titles, bullet points etc - seems okay in 4:3

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105970

--- Comment #2 from Stu Mountjoy  ---
Created attachment 131162
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131162=edit
showing kerning problem in impress regardless of template used, in 5.3.0.3

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


[Libreoffice-bugs] [Bug 105970] aspect ratio 16: 9 template within impress makes letters too kerned too much together, for titles, bullet points etc - seems okay in 4:3

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105970

--- Comment #1 from Stu Mountjoy  ---
Created attachment 131161
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131161=edit
hopefully showing kerning problem

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


[Libreoffice-bugs] [Bug 105970] New: aspect ratio 16: 9 template within impress makes letters too kerned too much together, for titles, bullet points etc - seems okay in 4:3

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105970

Bug ID: 105970
   Summary: aspect ratio 16:9 template within impress makes
letters too kerned too much together, for titles,
bullet points etc - seems okay in 4:3
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mtjoy...@gmail.com

Description:
If I use LibreOffice 5.3.0.3 and are in Impress, and use a template and the
template IS aspect ratio 16:9, some letters are too close together.

Steps to Reproduce:
1.open LibreOffice
2.select impress
3.select any 16:9 template
4.type in a bullet point onto the slide

Actual Results:  
Letters too close together.

Expected Results:
Letters properly spaced


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/56.0.2924.87 Safari/537.36

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


[Libreoffice-bugs] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

--- Comment #40 from V Stuart Foote  ---
Maxim has posted https://gerrit.libreoffice.org/#/c/34180/ with commit

https://cgit.freedesktop.org/libreoffice/core/commit/?id=81d4fbc0daa54889ccb09e6a3fadff9c70d99448

Will be available on daily TB build of master/5.4.0alpha0+, testing and feed
back would be appreciated.

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


[Libreoffice-ux-advise] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

--- Comment #40 from V Stuart Foote  ---
Maxim has posted https://gerrit.libreoffice.org/#/c/34180/ with commit

https://cgit.freedesktop.org/libreoffice/core/commit/?id=81d4fbc0daa54889ccb09e6a3fadff9c70d99448

Will be available on daily TB build of master/5.4.0alpha0+, testing and feed
back would be appreciated.

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


[Libreoffice-bugs] [Bug 105962] Assertion failed when Impress is started with Notebookbar enabled

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105962

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||philip...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=98
   ||034

--- Comment #5 from Aron Budea  ---
(In reply to Akshay Deep from comment #4)
> Ohh.. notebookbar designers can give me an UI Idea to add this control. For
> the time being, I'll create a patch to remove this error as soon as possible.

Akshay, Julien, thanks to both of you for the quick action.

Let's add jay here: please give input on where to add the same feature what bug
98034 was about to Notebookbar.

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


[Libreoffice-bugs] [Bug 102366] FILESAVE: Saving text file with odt/ docx extension wont save formatted text

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102366

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||ba...@caesar.elte.hu
 Whiteboard|backportRequest:5.2 |

--- Comment #14 from Aron Budea  ---
I suspect this is not a LibreOffice bug, and nothing got fixed. Judging from
attachment 127922, which is a raw text file with ODT extension, probably the
file was initially created as a raw text file.

Then I assume the setting to warn if the user is saving in a different file
format other than ODF was disabled, and thus the save also happened in text
format, because the original format was kept.

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


[Libreoffice-bugs] [Bug 102496] FILEOPEN DOC Hang on opening of .doc

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102496

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Whiteboard|backportRequest:5.3 |

--- Comment #5 from Aron Budea  ---
No hang with 5.3.0.3 / Windows 7.
Removing backportRequest tag.

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


[Libreoffice-bugs] [Bug 105969] New: Index split into two pages after save and re-open

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105969

Bug ID: 105969
   Summary: Index split into two pages after save and re-open
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: p...@softsuit.be

Description:
Index added to document and up-to-date.  Document is saved and closed.  After
re-opening, the index is split over two pages, leaving an empty grey area,
which should have been used.  When re-applying the update index it is
corrected.

Actual Results:  
Make new document, add image on page one and under the image insert the index. 
Start adding text at page 2.  update index before saving, close document. 
Re-open document and index is split over page 1 and 2.  Apply update index and
index is back as it was before, only on page 1.

Expected Results:
that the index stayed in 1 piece, on page 1


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101
Firefox/51.0

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


[Libreoffice-bugs] [Bug 105968] New: Engineering notation can be by a factor of 10 on some calculations!

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105968

Bug ID: 105968
   Summary: Engineering notation can be by a factor of 10 on some
calculations!
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dphill...@scientific-solutions.com

Created attachment 131160
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131160=edit
Engineering notation error for some values. The cell highlighted in yellow
should display 100 and does so with scientific notation (1.00E+02), but Eng
Notation displays 10.00E+00 (10)

The cell will display the proper value in scientific notation, but not for
engineering notation. It seems to be value specific, as it works it most cases.
The attached file contains two cells, highlighted in yellow, with identical
formulas but yielding different results.  

This error can cause major math errors!

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


[Libreoffice-bugs] [Bug 105967] Force display of linebreaks (nonprinting chars) if part of a tracked edit

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105967

--- Comment #1 from strata_ran...@hotmail.com ---
Created attachment 131159
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131159=edit
Sample file with tracked changes and descriptions thereof

Upon further inspection, it appears that when tracked changes is on and shown,
LO displays *all* linebreaks in the file, regardless of whether they were
original or inserted/deleted -- and *not* a trivial matter when you are trying
to review/edit a document and you are splitting/merging paragraphs.

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


[Libreoffice-bugs] [Bug 34355] Use margins to track changes

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

--- Comment #22 from strata_ran...@hotmail.com ---
I agree, LO's implementation of (particularly in displaying) tracked changes is
still decidedly inferior to MS Word 97/2003, which was my first exposure to
such options.

In my case, I downloaded LO for some of the perks it offers over OO (including
having a review toolbar shipped by default; I had to build one manually in OO).

One big thing that LO should have is the concept of 'original' vs. 'final'
views of a document with tracked edits.  Currently the only two views we have
are "show markup" (original + markup) and "hide markup (final + no markup). 
This is insufficient; it should be expanded to match Word's level of
functionality where original v. final and with/without markup are separate
options.  This gives us a combination of four view modes:

- "Original"
- "Original with markup" forces deletions to be displayed inline; insertions
can be displayed inline or as margin balloons.
- "Final with markup" forces insertions to be displayed inline; deletions can
be displayed inline or as margin balloons.
- "Final"

One big issue I have run into is that LO's handling of tracked linebreak edits
is that when markup is shown, the document is displayed reflecting *ALL*
linebreaks in the file, even ones that were inserted or deleted.  This impacts
how the display is paginated, not cool...

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


[Libreoffice-bugs] [Bug 105951] Paragraph line spacing is off with particular (old) TTF Fonts (Frutiger)

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105951

--- Comment #7 from Andreas Fröhlich  ---
(In reply to Buovjaga from comment #6)
> Frutiger is a commercial font (so we cannot test it). It apparently also has
> bad metrics. Closing along the lines of bug 105784

Thank You, Buovjaga, 
I understand and agree with your assessment. 
Thank you for taking the time!

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


[Libreoffice-bugs] [Bug 105957] [META] Bugs and enhancements related to Scrollbars

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105957

Volga  changed:

   What|Removed |Added

Summary|[META] Scrollbars   |[META] Bugs and
   ||enhancements related to
   ||Scrollbars

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


[Libreoffice-bugs] [Bug 105967] New: Force display of linebreaks (nonprinting chars) if part of a tracked edit

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105967

Bug ID: 105967
   Summary: Force display of linebreaks (nonprinting chars) if
part of a tracked edit
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: strata_ran...@hotmail.com

Description:
When editing a document with LO's review features enabled, not all changes are
displayed equally.  In particular, when I split a paragraph (by adding a ¶)
this change is reflected in the display, but when I combine two paragraphs (by
removing the ¶) this change is NOT reflected in the display.

Furthermore, when I display nonprinting characters, the ¶ marks are rendered
independent of the styles set in Tools > Options > Writer > Changes; it is
impossible to tell at a glance which marks are original, added, or deleted.


Steps to Reproduce:
1 - Open any convenient document and enable tracked changes.
2 - Make assorted whitespace edits (add/remove spaces, tabs, and paragraphs).
3 - Show nonprinting characters.

Actual Results:  
Spaces and tabs obey the styles specified in Tools > Options (except for
foreground color).

Linebreaks do not; it is impossible to tell which ones are original, or
inserted/deleted.

Expected Results:
At a minimum, linebreaks that are part of a tracked edit should be displayed
regardless of whether nonprinting characters in general are displayed; they
should also inherit the same display style as other tracked edits.


Reproducible: Always

User Profile Reset: 

Additional Info:
Unsure what Severity to assign this -- it's technically just a display issue
with no loss of function, BUT the impact it has on an editing/review workflow
is definitely not 'trivial'.


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101
Firefox/48.0

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


[Libreoffice-bugs] [Bug 101293] Bad marker icons in Galaxy and Highcontrast theme

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101293

--- Comment #7 from Regina Henschel  ---
It is fixed for Galaxy by Tomaž Vajngerl with commit
https://cgit.freedesktop.org/libreoffice/core/commit/?id=9b71cb737174c4a3eb9a1bcdbc5424cf34d6e6a6


In future the markers will be stored in independent, single icons, see commit
https://cgit.freedesktop.org/libreoffice/core/commit/?id=681c2c3f59863d1f2d0123a92ee63baf84e18dfc

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


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

2017-02-12 Thread Tamás Zolnai
 chart2/qa/extras/chart2dump/chart2dump.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d810b69a584fc33f4178c7012f68f551ba2e03b
Author: Tamás Zolnai 
Date:   Sun Feb 12 23:58:27 2017 +0100

ChartDumpTest: Let's have a bigger delta

Change-Id: I2bbb2fb5470af3026441102980f026bc9ad753b0

diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx 
b/chart2/qa/extras/chart2dump/chart2dump.cxx
index b4d92d1..e18cf25 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -25,7 +25,7 @@
 #include 
 
 #define EPS 1E-12
-#define INT_EPS 1.1
+#define INT_EPS 2.1
 
 #define DECLARE_DUMP_TEST(TestName, BaseClass, DumpMode) \
 class TestName : public BaseClass { \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-02-12 Thread Tomaž Vajngerl
 chart2/source/controller/dialogs/DataBrowserModel.cxx |   12 +-
 chart2/source/controller/dialogs/TitleDialogData.cxx  |   10 ++---
 chart2/source/inc/DisposeHelper.hxx   |   34 +-
 3 files changed, 25 insertions(+), 31 deletions(-)

New commits:
commit 608811c2cb507176530aad0e7e6da81335ecaf10
Author: Tomaž Vajngerl 
Date:   Tue Feb 7 14:27:52 2017 +0100

chart2: simplify and/or clean-up and c++11 features

Change-Id: I4550d04ae4bf6e45f24e34dfb2babc0fdef8ba5a
Reviewed-on: https://gerrit.libreoffice.org/34006
Reviewed-by: Tomaž Vajngerl 
Tested-by: Tomaž Vajngerl 

diff --git a/chart2/source/controller/dialogs/DataBrowserModel.cxx 
b/chart2/source/controller/dialogs/DataBrowserModel.cxx
index 83064a1..55bbefe 100644
--- a/chart2/source/controller/dialogs/DataBrowserModel.cxx
+++ b/chart2/source/controller/dialogs/DataBrowserModel.cxx
@@ -958,16 +958,10 @@ void DataBrowserModel::addErrorBarRanges(
 if( xErrorLSequence.is())
 aSequences.push_back( xErrorLSequence );
 
-for( ::std::vector< Reference< chart2::data::XLabeledDataSequence > 
>::const_iterator aIt( aSequences.begin());
- aIt != aSequences.end(); ++aIt )
+for (Reference const & 
rDataSequence : aSequences)
 {
-m_aColumns.push_back(
-tDataColumn(
-xDataSeries,
-lcl_getUIRoleName( *aIt ),
-*aIt,
-NUMBER,
-nNumberFormatKey ));
+m_aColumns.push_back(tDataColumn(xDataSeries, 
lcl_getUIRoleName(rDataSequence),
+ rDataSequence, NUMBER, 
nNumberFormatKey));
 ++rInOutSequenceIndex;
 ++rInOutHeaderEnd;
 }
diff --git a/chart2/source/controller/dialogs/TitleDialogData.cxx 
b/chart2/source/controller/dialogs/TitleDialogData.cxx
index 8ab0a36..892c9a4 100644
--- a/chart2/source/controller/dialogs/TitleDialogData.cxx
+++ b/chart2/source/controller/dialogs/TitleDialogData.cxx
@@ -33,11 +33,11 @@ TitleDialogData::TitleDialogData( ReferenceSizeProvider* 
pRefSizeProvider )
 , aTextList(7)
 , apReferenceSizeProvider( pRefSizeProvider )
 {
-sal_Int32 nN = 0;
-for(nN=7;nN--;)
-aPossibilityList[nN]=true;
-for(nN=7;nN--;)
-aExistenceList[nN]=false;
+for (sal_Int32 i = 0; i < 7; i++)
+{
+aPossibilityList[i] = true;
+aExistenceList[i] = false;
+}
 }
 
 void TitleDialogData::readFromModel( const uno::Reference< frame::XModel>& 
xChartModel )
diff --git a/chart2/source/inc/DisposeHelper.hxx 
b/chart2/source/inc/DisposeHelper.hxx
index 72642a2..cd886c2 100644
--- a/chart2/source/inc/DisposeHelper.hxx
+++ b/chart2/source/inc/DisposeHelper.hxx
@@ -27,32 +27,32 @@ namespace chart
 namespace DisposeHelper
 {
 
-template< class T >
-void Dispose( const T & xIntf )
+template
+void Dispose(const T & xInterface)
 {
-css::uno::Reference< css::lang::XComponent > xComp( xIntf, 
css::uno::UNO_QUERY );
-if( xComp.is())
-xComp->dispose();
+css::uno::Reference xComponent(xInterface, 
css::uno::UNO_QUERY);
+if (xComponent.is())
+xComponent->dispose();
 }
 
-template< class Intf >
-void DisposeAndClear( css::uno::Reference< Intf > & rIntf )
+template
+void DisposeAndClear(css::uno::Reference & rInterface)
 {
-Dispose< css::uno::Reference< Intf > >( rIntf );
-rIntf.set( 0 );
+Dispose(rInterface);
+rInterface.set(nullptr);
 }
 
-template< class Container >
-void DisposeAllElements( Container & rContainer )
+template
+void DisposeAllElements(Container & rContainer)
 {
-for( const auto& rElem : rContainer )
-Dispose< typename Container::value_type >( rElem );
+for (const auto & rElement : rContainer)
+{
+Dispose(rElement);
+}
 }
 
-} //  namespace DisposeHelper
-} //  namespace chart
+}} //  namespace chart::DisposeHelper
 
-// INCLUDED_CHART2_SOURCE_INC_DISPOSEHELPER_HXX
-#endif
+#endif // INCLUDED_CHART2_SOURCE_INC_DISPOSEHELPER_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105959] FORMATTING in Calc --change case does not happen across cells

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105959

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #4 from m.a.riosv  ---
With SHIFT the selection it's up to first/last cell on the row.

But with SHIFT or SHIFT+CTRL+(home|end), cell conversion it's only done on the
first cell of the selection.

There is some kind of issue.

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


[Libreoffice-bugs] [Bug 105579] After certain actions comments in Calc point to the wrong cell

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105579

--- Comment #6 from Aron Budea  ---
Created attachment 131158
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131158=edit
Bug about to occur

I only managed to get this on the 4-5th try myself. Also, if it doesn't occur,
just undo until after the row resizing after adding the comment, and try again.
A telltale sign of the bug if the arrow stops pointing to the cell during
dragging. Sometimes it happens easier after undoing and giving it another go.

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


Re: system-wide location for dictionary files and dictionary file name format

2017-02-12 Thread Erik Quaeghebeur
Thanks, slacka.

> To answer your first and third question, we use hunspell not myspell. 

Ok. I knew that hunspell was used, but was not sure about the location
LO looks in for dictionary files. /usr/share/hunspell contains the spell
checking dictionaries and these are linked to from /usr/share/myspell
and similarly for thesauri (/usr/share/mythes) and hyphenation files
(/usr/share/hyphen), so I guess LO also looks in /usr/share/mythes and
/usr/share/hyphen.

> For the spellcheck function to work, LibreOffice requires both the main 
> hunspell
> package along with a language dictionary (hunspell-en for English,
> hunspell-de for German, etc).

Hunspell is covered; I'm focusing on dictionary files (spelling,
thesaurus, hyphenation). Let's consider the French dictionaries from
their source . These contain fr-classique,
fr-moderne, fr-toutesvariantes, and fr-reforme1990 spelling
dictionaries. These are installed in /usr/share/hunspell and picked up,
e.g., by Firefox. However, LO does not pick them up, apparently because
their filenames are not of the form xx_YY, but of the form xx-. The
oxt file distributed by dicollecte contains a dictionaries.xcu file and
a Python script that deals with this when installed by the user, so not
system-wide. What I want to achieve is that the xcu file and other
relevant files are installed system-wide in such a way that LO picks
them up and things work the same way as if the oxt file was installed
per-user. *Where should I put those files?*

> For a package maintainer, your main concern should be that the language 
> dictionary
> associated with the user’s locales is installed.  

Well, in Gentoo it is not done that way, but that is not too important
here. (This is reasonable: for example, I don't have French
locatlizations installed, but do write French texts from time to time.
In short: dictionaries should not be too tightly coupled to locales.)


Best,

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


[Libreoffice-bugs] [Bug 104450] [META] DOCX file opening issues

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104450
Bug 104450 depends on bug 101125, which changed state.

Bug 101125 Summary: libreoffice writer crashes for me when i attempt to open 
this .docx file.
https://bugs.documentfoundation.org/show_bug.cgi?id=101125

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 101125] libreoffice writer crashes for me when i attempt to open this .docx file.

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101125

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #11 from Aron Budea  ---
Tested with 5.3.0.3 and 5.4 daily build (details are below) / Windows 7.

The file still takes a very long time to open, in fact I didn't wait for them
to finish, and after waiting a few mins terminated Writer. Let's say it's not
fixed, so I'm reopening the report.

Version: 5.4.0.0.alpha0+
Build ID: d707687fe3bc3a12bb372846392e6630ccc9299e
CPU Threads: 4; OS Version: Windows 6.1; UI Render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-02-12_07:39:29
Locale: hu-HU (hu_HU); Calc: CL

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


[Libreoffice-commits] core.git: chart2/inc chart2/Library_chartcore.mk chart2/source offapi/com offapi/UnoApi_offapi.mk

2017-02-12 Thread Tomaž Vajngerl
 chart2/Library_chartcore.mk   |1 
 chart2/inc/ChartModel.hxx |2 
 chart2/source/inc/PopupRequest.hxx|   51 ++
 chart2/source/model/main/ChartModel.cxx   |   11 
 chart2/source/tools/PopupRequest.cxx  |   42 ++
 offapi/UnoApi_offapi.mk   |2 
 offapi/com/sun/star/chart2/data/PopupRequest.idl  |   44 ++
 offapi/com/sun/star/chart2/data/XDataReceiver.idl |2 
 offapi/com/sun/star/chart2/data/XPopupRequest.idl |   39 
 9 files changed, 194 insertions(+)

New commits:
commit 8cc8ffdb04f9915c5b7619ef89762c7a40c2
Author: Tomaž Vajngerl 
Date:   Tue Feb 7 14:25:26 2017 +0100

[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calc

Change-Id: Iea600e229deb69d1638a1a649008fc4738a5934a
Reviewed-on: https://gerrit.libreoffice.org/34005
Reviewed-by: Tomaž Vajngerl 
Tested-by: Tomaž Vajngerl 

diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk
index 2acc34f..6d1a721 100644
--- a/chart2/Library_chartcore.mk
+++ b/chart2/Library_chartcore.mk
@@ -223,6 +223,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcore,\
 chart2/source/tools/ObjectIdentifier \
 chart2/source/tools/OPropertySet \
 chart2/source/tools/PolynomialRegressionCurveCalculator \
+chart2/source/tools/PopupRequest \
 chart2/source/tools/PotentialRegressionCurveCalculator \
 chart2/source/tools/PropertyHelper \
 chart2/source/tools/RangeHighlighter \
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index da23683..5225b80 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -143,6 +143,7 @@ private:
 css::awt::Size m_aVisualAreaSize;
 css::uno::Reference< css::frame::XModel >  m_xParent;
 css::uno::Reference< css::chart2::data::XRangeHighlighter > 
m_xRangeHighlighter;
+css::uno::Reference m_xPopupRequest;
 ::std::vector< GraphicObject >
m_aGraphicObjectVector;
 
 css::uno::Reference< css::chart2::data::XDataProvider >   m_xDataProvider;
@@ -382,6 +383,7 @@ public:
 virtual void SAL_CALL attachNumberFormatsSupplier( const 
css::uno::Reference<
 css::util::XNumberFormatsSupplier >& xSupplier ) override;
 virtual css::uno::Reference< css::chart2::data::XRangeHighlighter > 
SAL_CALL getRangeHighlighter() override;
+virtual css::uno::Reference< css::chart2::data::XPopupRequest > SAL_CALL 
getPopupRequest() override;
 
 //  XTitled 
 virtual css::uno::Reference< css::chart2::XTitle > SAL_CALL 
getTitleObject() override;
diff --git a/chart2/source/inc/PopupRequest.hxx 
b/chart2/source/inc/PopupRequest.hxx
new file mode 100644
index 000..e564003
--- /dev/null
+++ b/chart2/source/inc/PopupRequest.hxx
@@ -0,0 +1,51 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_CHART2_SOURCE_INC_POPUPREQUEST_HXX
+#define INCLUDED_CHART2_SOURCE_INC_POPUPREQUEST_HXX
+
+#include "MutexContainer.hxx"
+#include 
+#include 
+#include 
+
+namespace chart
+{
+
+namespace impl
+{
+
+typedef cppu::WeakComponentImplHelper 
PopupRequest_Base;
+
+}
+
+class PopupRequest : public MutexContainer, public impl::PopupRequest_Base
+{
+public:
+explicit PopupRequest();
+virtual ~PopupRequest() override;
+
+protected:
+//  XRequestCallback 
+virtual void SAL_CALL addCallback(const css::uno::Reference< 
::css::awt::XCallback >& xCallback,
+  const css::uno::Any& aData) override;
+
+//  WeakComponentImplHelperBase 
+// is called when dispose() is called at this component
+virtual void SAL_CALL disposing() override;
+
+private:
+css::uno::Reference m_xCallback;
+};
+
+} //  namespace chart
+
+#endif // INCLUDED_CHART2_SOURCE_INC_POPUPREQUEST_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/model/main/ChartModel.cxx 
b/chart2/source/model/main/ChartModel.cxx
index 924e5be..d502324 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -32,6 +32,7 @@
 #include "NameContainer.hxx"
 #include "UndoManager.hxx"
 #include "ChartView.hxx"
+#include "PopupRequest.hxx"
 #include 
 
 #include 
@@ -412,6 +413,7 @@ void SAL_CALL ChartModel::disconnectController( const 
uno::Reference< frame::XCo
 m_xCurrentController.clear();
 
 DisposeHelper::DisposeAndClear( m_xRangeHighlighter );
+

Re: Tool for converting PowerPoint angle to degree

2017-02-12 Thread Tomaž Vajngerl
Hi Regina,

On Sun, Feb 12, 2017 at 10:55 PM, Regina Henschel
 wrote:
> Hi all,
>
> I'm looking at https://bugs.documentfoundation.org/show_bug.cgi?id=99617
> The reason for that bug is a missing convert from the PowerPoint angle unit
> to degree. I can correct it by /6. But I think, that converting between
> PowerPoint angle unit and degree is such a common task, that there should
> already exist a tool. But I do not find such method.
>
> If it not exists, shall I write it, if yes where? Or shall I simple fix it
> by /6 ?

Seems like there is a good place in
include/oox/drawingml/drawingmltypes.hxx (where EMU to 100th
conversion is) and as far as I see PER_DEGREE constant is what you are
searching for. If you'll add a conversion method I think it is best to
add it into this header too.

> Kind regards
> Regina

Regards, Tomaž
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 105962] Assertion failed when Impress is started with Notebookbar enabled

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105962

--- Comment #4 from Akshay Deep  ---
(In reply to Julien Nabet from comment #3)
> Regression from
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=76acb8ab5f302d1dc3a33ac8c13e5e8fd7b6c7a5
> 
> Akshay: thought you might be interested in this one.
> 
> (Notebarbook can be used when enabling experimental options in LO)

Ohh.. notebookbar designers can give me an UI Idea to add this control. For the
time being, I'll create a patch to remove this error as soon as possible.

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


[Libreoffice-bugs] [Bug 101125] libreoffice writer crashes for me when i attempt to open this .docx file.

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101125

Aron Budea  changed:

   What|Removed |Added

 Attachment #126409|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

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


[Libreoffice-ux-advise] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

--- Comment #4 from Cor Nouws  ---
(In reply to Heiko Tietze from comment #2)

> Additional note 3: Selection is not clear enough as it could mixed up with
> 'Format > Print ranges'. Better call this option 'Selected pages'.

Bug 90436 is about the change from Selection to "Selection/Selected sheets"
(partial done)

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


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

2017-02-12 Thread Tamás Zolnai
 chart2/qa/extras/chart2dump/chart2dump.cxx 
  |  100 +++---
 
chart2/qa/extras/chart2dump/reference/axisgeometrytest/axis_special_positioning.txt
  |8 
 
chart2/qa/extras/chart2dump/reference/axisgeometrytest/default_formated_axis.txt
 |8 
 chart2/qa/extras/chart2dump/reference/axisgeometrytest/formated_axis_lines.txt 
  |8 
 chart2/qa/extras/chart2dump/reference/axisgeometrytest/rotated_axis_labels.txt 
  |8 
 chart2/qa/extras/chart2dump/reference/axislabeltest/default_formated_axis.txt  
  |   48 ++--
 chart2/qa/extras/chart2dump/reference/axislabeltest/formated_axis_labels.txt   
  |   48 ++--
 chart2/qa/extras/chart2dump/reference/axislabeltest/rotated_axis_labels.txt
  |   36 +--
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_auto_adjust_with_titles.txt
|4 
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_auto_adjust_without_titles.txt
 |4 
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_custom_positioning.txt
 |4 
 
chart2/qa/extras/chart2dump/reference/columncharttest/column_chart_small_spacing.txt
 |   24 +-
 chart2/qa/extras/chart2dump/reference/columncharttest/normal_column_chart.txt  
  |   24 +-
 
chart2/qa/extras/chart2dump/reference/columncharttest/percent_stacked_column_chart.txt
   |   24 +-
 chart2/qa/extras/chart2dump/reference/columncharttest/stacked_column_chart.txt 
  |   24 +-
 chart2/qa/extras/chart2dump/reference/gridtest/formated_grid_line.txt  
  |4 
 chart2/qa/extras/chart2dump/reference/gridtest/horizontal_grid.txt 
  |4 
 chart2/qa/extras/chart2dump/reference/gridtest/minor_grid.txt  
  |   16 -
 chart2/qa/extras/chart2dump/reference/gridtest/vertical_grid.txt   
  |4 
 chart2/qa/extras/chart2dump/reference/legendtest/custom_legend_position.txt
  |   16 -
 chart2/qa/extras/chart2dump/reference/legendtest/legend_on_bottom.txt  
  |   16 -
 chart2/qa/extras/chart2dump/reference/legendtest/legend_on_left_side.txt   
  |   16 -
 chart2/qa/extras/chart2dump/reference/legendtest/legend_on_right_side.txt  
  |8 
 chart2/qa/extras/chart2dump/reference/legendtest/legend_on_top.txt 
  |   16 -
 chart2/qa/extras/chart2dump/reference/legendtest/many_legend_entries.txt   
  |   60 +++---
 chart2/qa/extras/chart2dump/reference/legendtest/multiple_categories.txt   
  |   32 +--
 26 files changed, 302 insertions(+), 262 deletions(-)

New commits:
commit 614f4b5a32e569051b6ed058fe6369f96fea3b48
Author: Tamás Zolnai 
Date:   Sun Feb 12 22:31:18 2017 +0100

ChartDumpTest: Fix checking of transformations

Allow 1 point difference.

Change-Id: Ib7d6ca0db773872469f5fc5a0d0dadb4a101c7df
Reviewed-on: https://gerrit.libreoffice.org/34184
Reviewed-by: Tamás Zolnai 
Tested-by: Tamás Zolnai 

diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx 
b/chart2/qa/extras/chart2dump/chart2dump.cxx
index d0adeda..b4d92d1 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -69,6 +69,19 @@
 CPPUNIT_ASSERT_EQUAL_MESSAGE(OString("Failing test file is: " + 
sTestFileName).getStr(), readExpected(#aActual), aActual.trim()); \
 }
 
+#define CPPUNIT_DUMP_ASSERT_TRANSFORMATIONS_EQUAL(aActual) \
+if(isInDumpMode()) \
+writeActualTransformation(aActual, #aActual); \
+else \
+{ \
+OUString expectedTransform; \
+if (!readAndCheckTransformation (aActual, #aActual, 
expectedTransform)) \
+{ \
+OString sTestFileName = OUStringToOString(getTestFileName(), 
RTL_TEXTENCODING_UTF8); \
+CPPUNIT_ASSERT_EQUAL_MESSAGE(OString("Failing test file is: " + 
sTestFileName).getStr(), expectedTransform, 
transformationToOneLineString(aActual)); \
+} \
+}
+
 #define CPPUNIT_DUMP_ASSERT_NOTE(Note) \
 if(isInDumpMode()) \
 writeNote(OUString(Note)); \
@@ -175,6 +188,39 @@ protected:
 return sExpected.toDouble();
 }
 
+void writeActualTransformation(const drawing::HomogenMatrix3& rTransform, 
const OUString& sCheck)
+{
+writeActual(transformationToOneLineString(rTransform), sCheck);
+}
+
+bool readAndCheckTransformation(const drawing::HomogenMatrix3& rTransform, 
const OUString& sCheck, OUString& rExpectedTranform)
+{
+rExpectedTranform = readExpected(sCheck); // Reference transfromation 
string
+
+// Covnert string back to a transformation;
+drawing::HomogenMatrix3 aExpectedTransform;
+

[Libreoffice-bugs] [Bug 103236] Some Impress slide transitions crash LO on older GPUs that only support old OpenGL versions

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103236

--- Comment #45 from Aron Budea  ---
(In reply to billy78 from comment #44)
> 5.2.5.1 : crash
> 5.3.0.3 : no crash
> http://dev-builds.libreoffice.org/daily/master/Win-x86@42/2017-01-29_05.25.
> 38/libo-master~2017-01-29_05.25.38_LibreOfficeDev_5.4.0.0.alpha0_Win_x86.msi
> : nocrash

Since we started getting the (otherwise very similar) crash at different
versions, it could be that the cause affecting your system has been resolved,
but the one affecting my system is still there. Nevertheless, it's good to hear
the crash is gone for you.

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


[Libreoffice-ux-advise] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

Cor Nouws  changed:

   What|Removed |Added

   Keywords|needsDevEval|

--- Comment #3 from Cor Nouws  ---
No need for additional code pointers

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


[Libreoffice-bugs] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

Cor Nouws  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |c...@nouenoff.nl
   |desktop.org |

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


[Libreoffice-bugs] [Bug 105962] Assertion failed when Impress is started with Notebookbar enabled

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105962

Julien Nabet  changed:

   What|Removed |Added

   Keywords||regression
 CC||akshaydeepi...@gmail.com

--- Comment #3 from Julien Nabet  ---
Regression from
https://cgit.freedesktop.org/libreoffice/core/commit/?id=76acb8ab5f302d1dc3a33ac8c13e5e8fd7b6c7a5

Akshay: thought you might be interested in this one.

(Notebarbook can be used when enabling experimental options in LO)

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


[Libreoffice-ux-advise] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

Cor Nouws  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |c...@nouenoff.nl
   |desktop.org |

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


[Libreoffice-bugs] [Bug 105962] Assertion failed when Impress is started with Notebookbar enabled

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105962

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Julien Nabet  ---
Delay elements are lacking in customanimationspanelhorizontal.ui

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


Re: system-wide location for dictionary files and dictionary file name format

2017-02-12 Thread slacka
To answer your first and third question, we use hunspell not myspell. For the
spellcheck function to work, LibreOffice requires both the main hunspell
package along with a language dictionary (hunspell-en for English,
hunspell-de for German, etc). For a package maintainer, your main concern
should be that the language dictionary associated with the user’s locales is
installed.  



--
View this message in context: 
http://nabble.documentfoundation.org/system-wide-location-for-dictionary-files-and-dictionary-file-name-format-tp4207770p4207781.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0

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


[Libreoffice-ux-advise] [Bug 42029] Can't access toolbar split/ group button dropdowns from chevron button on smaller window size

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42029

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0

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


[Libreoffice-bugs] [Bug 105962] Assertion failed when Impress is started with Notebookbar enabled

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105962

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

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

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

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


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

2017-02-12 Thread Maxim Monastirsky
 framework/inc/uielement/toolbarmanager.hxx|   11 
 framework/source/uielement/addonstoolbarmanager.cxx   |1 
 framework/source/uielement/popuptoolbarcontroller.cxx |   10 
 framework/source/uielement/subtoolbarcontroller.cxx   |1 
 framework/source/uielement/toolbarmanager.cxx |  217 +-
 include/vcl/toolbox.hxx   |   10 
 vcl/inc/toolbox.h |1 
 vcl/source/window/floatwin.cxx|   14 -
 vcl/source/window/toolbox.cxx |   20 +
 vcl/source/window/toolbox2.cxx|   48 +--
 10 files changed, 185 insertions(+), 148 deletions(-)

New commits:
commit 81d4fbc0daa54889ccb09e6a3fadff9c70d99448
Author: Maxim Monastirsky 
Date:   Sun Feb 12 22:14:48 2017 +0200

tdf#42029 Use a floating toolbar to show clipped items

Change-Id: I6b366f115258ef8497807163179d3e08ab3d5e6f
Reviewed-on: https://gerrit.libreoffice.org/34180
Tested-by: Jenkins 
Reviewed-by: Maxim Monastirsky 

diff --git a/framework/inc/uielement/toolbarmanager.hxx 
b/framework/inc/uielement/toolbarmanager.hxx
index 739d22f..9876d6b 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -94,6 +94,7 @@ class ToolBarManager : public ToolbarManager_Base
 void CheckAndUpdateImages();
 virtual void RefreshImages();
 void FillToolbar( const css::uno::Reference< 
css::container::XIndexAccess >& rToolBarData );
+void FillOverflowToolbar( ToolBox* pParent );
 void notifyRegisteredControllers( const OUString& aUIElementName, 
const OUString& aCommand );
 void Destroy();
 
@@ -113,8 +114,6 @@ class ToolBarManager : public ToolbarManager_Base
 };
 
 protected:
-DECL_LINK( Command, CommandEvent const *, void );
-PopupMenu * GetToolBarCustomMenu(ToolBox* pToolBar);
 DECL_LINK(Click, ToolBox *, void);
 DECL_LINK(DropdownClick, ToolBox *, void);
 DECL_LINK(DoubleClick, ToolBox *, void);
@@ -124,13 +123,16 @@ class ToolBarManager : public ToolbarManager_Base
 DECL_LINK( MiscOptionsChanged, LinkParamNone*, void );
 
 DECL_LINK( MenuButton, ToolBox *, void );
+DECL_LINK( MenuPreExecute, ToolBox *, void );
 DECL_LINK( MenuSelect, Menu *, bool );
-void MenuDeactivated();
 DECL_LINK(AsyncUpdateControllersHdl, Timer *, void);
+DECL_LINK( OverflowEventListener, VclWindowEvent&, void );
 DECL_STATIC_LINK( ToolBarManager, ExecuteHdl_Impl, void*, void );
 
 virtual bool MenuItemAllowed( sal_uInt16 ) const;
 
+void AddCustomizeMenuItems(ToolBox* pToolBar);
+void InitImageManager();
 void RemoveControllers();
 void CreateControllers();
 void UpdateControllers();
@@ -138,7 +140,6 @@ class ToolBarManager : public ToolbarManager_Base
 void UpdateController( const css::uno::Reference< 
css::frame::XToolbarController >& xController);
 //end
 void AddFrameActionListener();
-void ImplClearPopupMenu( ToolBox *pToolBar );
 void RequestImages();
 ToolBoxItemBits ConvertStyleToToolboxItemBits( sal_Int32 nStyle );
 css::uno::Reference< css::frame::XModel > GetModelFromFrame() const;
@@ -178,6 +179,8 @@ class ToolBarManager : public ToolbarManager_Base
 SubToolBarToSubToolBarControllerMap  
m_aSubToolBarControllerMap;
 Timer
m_aAsyncUpdateControllersTimer;
 OUString 
m_sIconTheme;
+
+rtl::Reference< ToolBarManager > 
m_aOverflowManager;
 };
 
 }
diff --git a/framework/source/uielement/addonstoolbarmanager.cxx 
b/framework/source/uielement/addonstoolbarmanager.cxx
index 9458d2f..4f8a4f6 100644
--- a/framework/source/uielement/addonstoolbarmanager.cxx
+++ b/framework/source/uielement/addonstoolbarmanager.cxx
@@ -82,7 +82,6 @@ AddonsToolBarManager::AddonsToolBarManager( const Reference< 
XComponentContext >
 m_pToolBar->SetSelectHdl( LINK( this, AddonsToolBarManager, Select) );
 m_pToolBar->SetClickHdl( LINK( this, AddonsToolBarManager, Click ) );
 m_pToolBar->SetDoubleClickHdl( LINK( this, AddonsToolBarManager, 
DoubleClick ) );
-m_pToolBar->SetCommandHdl( LINK( this, AddonsToolBarManager, Command ) );
 m_pToolBar->SetStateChangedHdl( LINK( this, AddonsToolBarManager, 
StateChanged ) );
 m_pToolBar->SetDataChangedHdl( LINK( this, AddonsToolBarManager, 
DataChanged ) );
 }
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx 
b/framework/source/uielement/popuptoolbarcontroller.cxx
index b04c831..34b3a39 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ 

Tool for converting PowerPoint angle to degree

2017-02-12 Thread Regina Henschel

Hi all,

I'm looking at https://bugs.documentfoundation.org/show_bug.cgi?id=99617
The reason for that bug is a missing convert from the PowerPoint angle 
unit to degree. I can correct it by /6. But I think, that converting 
between PowerPoint angle unit and degree is such a common task, that 
there should already exist a tool. But I do not find such method.


If it not exists, shall I write it, if yes where? Or shall I simple fix 
it by /6 ?


Kind regards
Regina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 99617] FILEOPEN pptx animation "rotate" is wrongly converted

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99617

--- Comment #2 from Regina Henschel  ---
Created attachment 131156
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131156=edit
reason is missing convert

This would fix the bug. But do not yet merge, it is only for information.

I think, that converting a PowerPoint angle unit to degree is such a common
task, that there should be a tool already for it. But I do not find such.
I'll ask on the dev-list.

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


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

2017-02-12 Thread Mike Kaganski
 sw/qa/extras/uiwriter/data/tdf105625.fodt   |9 ++
 sw/qa/extras/uiwriter/data/tdf90362.fodt|6 +
 sw/qa/extras/uiwriter/uiwriter.cxx  |   47 -
 sw/source/core/crsr/callnk.cxx  |4 -
 sw/source/core/crsr/pam.cxx |   54 +---
 sw/source/core/doc/DocumentContentOperationsManager.cxx |9 ++
 sw/source/uibase/wrtsh/delete.cxx   |   24 ++-
 7 files changed, 107 insertions(+), 46 deletions(-)

New commits:
commit 00e2a8b58f152cce8070311da821f3db5f45afd3
Author: Mike Kaganski 
Date:   Fri Feb 10 13:29:38 2017 +1000

Tdf#105625: backport commits

f72b866c9cf4f07fce6744fbf482c4c6488106e2
c34fc4520dfee4ca068f249ee0756dacaa7a60cf
af42aab836626fdf7b29921dff5d344a8b0e47c6
c484c5532a9508606d65dfbb805163cd00178f4c
d4036d3a89b65a4912f62e3930eb1a31cd90a16b

Change-Id: I2d27a12dcc51e4213d6cf1332749d32fe1cc630f
Reviewed-on: https://gerrit.libreoffice.org/34124
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/sw/qa/extras/uiwriter/data/tdf105625.fodt 
b/sw/qa/extras/uiwriter/data/tdf105625.fodt
new file mode 100644
index 000..9a1d573
--- /dev/null
+++ b/sw/qa/extras/uiwriter/data/tdf105625.fodt
@@ -0,0 +1,9 @@
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
+ 
+  
+   
+   Field
+  
+ 
+
\ No newline at end of file
diff --git a/sw/qa/extras/uiwriter/data/tdf90362.fodt 
b/sw/qa/extras/uiwriter/data/tdf90362.fodt
index bf74255..97db3d5 100644
--- a/sw/qa/extras/uiwriter/data/tdf90362.fodt
+++ b/sw/qa/extras/uiwriter/data/tdf90362.fodt
@@ -3,8 +3,10 @@
  
   
Before
-   
+   
+Inside
+   
After
   
  
-
+
\ No newline at end of file
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 61c2cbf..c50e26a 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -205,6 +205,7 @@ public:
 void testTdf104425();
 void testTdf104814();
 void testTdf105417();
+void testTdf105625();
 
 CPPUNIT_TEST_SUITE(SwUiWriterTest);
 CPPUNIT_TEST(testReplaceForward);
@@ -309,6 +310,7 @@ public:
 CPPUNIT_TEST(testTdf104425);
 CPPUNIT_TEST(testTdf104814);
 CPPUNIT_TEST(testTdf105417);
+CPPUNIT_TEST(testTdf105625);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -2626,20 +2628,21 @@ void SwUiWriterTest::testTdf88899()
 
 void SwUiWriterTest::testTdf90362()
 {
-// First check if the end of the second paragraph is indeed protected.
 SwDoc* pDoc = createDoc("tdf90362.fodt");
 SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+uno::Reference 
xComponentContext(comphelper::getProcessComponentContext());
+// Ensure correct initial setting
+comphelper::ConfigurationHelper::writeDirectKey(xComponentContext, 
"org.openoffice.Office.Writer/", "Cursor/Option", "IgnoreProtectedArea", 
css::uno::Any(false), comphelper::EConfigurationModes::Standard);
+// First check if the end of the second paragraph is indeed protected.
 pWrtShell->EndPara();
 pWrtShell->Down(/*bSelect=*/false);
 

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

2017-02-12 Thread Tamás Zolnai
 sc/qa/unit/ucalc.hxx|6 +++
 sc/qa/unit/ucalc_pivottable.cxx |   78 
 2 files changed, 84 insertions(+)

New commits:
commit e5aa7a5b5753c57969fc2e17fb334781bb2a0481
Author: Tamás Zolnai 
Date:   Sun Feb 12 19:10:00 2017 +0100

Pivot table median function test

Change-Id: I0a31733644aa6d4566566d0324d39aaf6b59b04f
Reviewed-on: https://gerrit.libreoffice.org/34179
Tested-by: Jenkins 
Reviewed-by: Tamás Zolnai 

diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index f324748..7b3b8fe 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -325,6 +325,11 @@ public:
  */
 void testPivotTableDPCollection();
 
+/**
+* Test pivot table median function
+*/
+void testPivotTableMedianFunc();
+
 void testCellCopy();
 void testSheetCopy();
 void testSheetMove();
@@ -627,6 +632,7 @@ public:
 CPPUNIT_TEST(testPivotTableDocFunc);
 CPPUNIT_TEST(testPivotTableRepeatItemLabels);
 CPPUNIT_TEST(testPivotTableDPCollection);
+CPPUNIT_TEST(testPivotTableMedianFunc);
 CPPUNIT_TEST(testCellCopy);
 CPPUNIT_TEST(testSheetCopy);
 CPPUNIT_TEST(testSheetMove);
diff --git a/sc/qa/unit/ucalc_pivottable.cxx b/sc/qa/unit/ucalc_pivottable.cxx
index 28b475d..2c2cfb5 100644
--- a/sc/qa/unit/ucalc_pivottable.cxx
+++ b/sc/qa/unit/ucalc_pivottable.cxx
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 
 namespace {
 
@@ -2490,4 +2491,81 @@ void Test::testPivotTableDPCollection()
 m_pDoc->DeleteTab(0);
 }
 
+void Test::testPivotTableMedianFunc()
+{
+m_pDoc->InsertTab(0, "Data");
+m_pDoc->InsertTab(1, "Table");
+
+// Raw data
+const char* aData[][4] = {
+{ "Condition", "Day1Hit", "Day1Miss", "Day1FalseAlarm" },
+{ "False Memory", "7", "3", "0" },
+{ "Control", "10", "0", "1" },
+{ "False Memory", "9", "1", "0" },
+{ "Control", "9", "1", "2" },
+{ "False Memory", "7", "3", "3" },
+{ "Control", "10", "0", "0" },
+{ "False Memory", "9", "1", "1" },
+{ "Control", "6", "4", "2" },
+{ "False Memory", "8", "2", "1" },
+{ "Control", "7", "3", "3" },
+{ "False Memory", "9", "1", "1" },
+{ "Control", "10", "0", "0" },
+{ "False Memory", "10", "0", "0" },
+{ "Control", "10", "0", "0" },
+{ "False Memory", "10", "0", "0" },
+{ "Control", "9", "1", "1" },
+{ "False Memory", "10", "0", "0" },
+{ "Control", "10", "0", "0" },
+};
+
+// Dimension definition
+DPFieldDef aFields[] = {
+{ "Condition", sheet::DataPilotFieldOrientation_ROW, 0, false },
+{ "Day1Hit", sheet::DataPilotFieldOrientation_DATA, 
sheet::GeneralFunction2::MEDIAN, false },
+{ "Day1Miss", sheet::DataPilotFieldOrientation_DATA, 
sheet::GeneralFunction2::MEDIAN, false },
+{ "Day1FalseAlarm", sheet::DataPilotFieldOrientation_DATA, 
sheet::GeneralFunction2::MEDIAN, false },
+};
+
+ScAddress aPos(1, 1, 0);
+ScRange aDataRange = insertRangeData(m_pDoc, aPos, aData, 
SAL_N_ELEMENTS(aData));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("failed to insert range data at correct 
position", aPos, aDataRange.aStart);
+
+std::unique_ptr pDPObj(createDPFromRange(
+m_pDoc, aDataRange, aFields, SAL_N_ELEMENTS(aFields), false));
+CPPUNIT_ASSERT_MESSAGE("Failed to create pivot table object.", pDPObj);
+
+// Create a new pivot table output.
+ScDBDocFunc aFunc(getDocShell());
+bool bSuccess = aFunc.CreatePivotTable(*pDPObj, false, true);
+CPPUNIT_ASSERT_MESSAGE("Failed to create pivot table output via 
ScDBDocFunc.", bSuccess);
+ScDPCollection* pDPs = m_pDoc->GetDPCollection();
+CPPUNIT_ASSERT_MESSAGE("Failed to get pivot table collection.", pDPs);
+ScDPObject* pDPObject = &(*pDPs)[0];
+ScRange aOutRange = pDPObject->GetOutRange();
+{
+// Expected output table content.  0 = empty cell
+   const char* aOutputCheck[][4] = {
+{ "Condition", "Data", nullptr },
+{ "Control", "Median - Day1Hit", "10" },
+{ nullptr, "Median - Day1Miss", "0" },
+{ nullptr, "Median - Day1FalseAlarm", "1", },
+{ "False Memory", "Median - Day1Hit", "9" },
+{ nullptr, "Median - Day1Miss", "1" },
+{ nullptr, "Median - Day1FalseAlarm", "0", "0" },
+{ "Total Median - Day1Hit", nullptr, "9", nullptr },
+{ "Total Median - Day1Miss", nullptr, "1", nullptr },
+{ "Total Median - Day1FalseAlarm", nullptr, "0.5", nullptr }
+};
+
+bSuccess = checkDPTableOutput<4>(m_pDoc, aOutRange, aOutputCheck, 
"Pivot table created via ScDBDocFunc");
+CPPUNIT_ASSERT_MESSAGE("Table output check failed", bSuccess);
+}
+
+bSuccess = aFunc.RemovePivotTable(*pDPObject, false, true);
+
+

[Libreoffice-commits] core.git: external/hunspell

2017-02-12 Thread Caolán McNamara
 external/hunspell/0001-cppcheck-redundant-c_str.patch  
   |   34 
 external/hunspell/0001-cppcheck-rv-is-reassigned-before-old-value-used.patch   
   |   57 
 external/hunspell/0001-loop-via-iterators.patch
   |   36 
 
external/hunspell/0002-add-a-get_clen_and_captype-varient-that-takes-a-buff.patch
 |   78 
 external/hunspell/0002-rename-std-vector-w_char-to-wide-string.patch   
   |  912 --
 
external/hunspell/0003-Related-hunspell-406-use-a-basic_string-w_char-inste.patch
 |   37 
 external/hunspell/0003-hoist-string-lowering-from-ngram-to-ngsuggest.patch 
   |  264 ++
 
external/hunspell/0004-either-clear-will-be-called-anyway-before-use-or-its.patch
 |   81 
 
external/hunspell/0004-use-a-per-hashmgr-persistent-wide-string-scratch-buf.patch
 |  117 -
 
external/hunspell/0005-use-a-per-hashmgr-persistent-wide-string-scratch-buf.patch
 |  168 -
 external/hunspell/UnpackedTarball_hunspell.mk  
   |   10 
 11 files changed, 556 insertions(+), 1238 deletions(-)

New commits:
commit 163435fa23fbfc237a7718c9d440a98847e4f626
Author: Caolán McNamara 
Date:   Sun Feb 12 17:20:56 2017 +

use alternative optimizations for buffer creation bottleneck

Change-Id: I9f29e8d3e5e97fe403a3e0d7d03c6ac01c7689c4

diff --git a/external/hunspell/0001-cppcheck-redundant-c_str.patch 
b/external/hunspell/0001-cppcheck-redundant-c_str.patch
new file mode 100644
index 000..276ddd2
--- /dev/null
+++ b/external/hunspell/0001-cppcheck-redundant-c_str.patch
@@ -0,0 +1,34 @@
+From 9a0baf202f67291eaf482f1bcf654e21d71943e2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= 
+Date: Mon, 23 Jan 2017 11:43:53 +
+Subject: [PATCH] cppcheck: redundant c_str
+
+---
+ src/hunspell/suggestmgr.cxx | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/hunspell/suggestmgr.cxx b/src/hunspell/suggestmgr.cxx
+index b998341..8d46dd6 100644
+--- a/src/hunspell/suggestmgr.cxx
 b/src/hunspell/suggestmgr.cxx
+@@ -1107,7 +1107,7 @@ void SuggestMgr::ngsuggest(std::vector& 
wlst,
+ int sc2;
+ if (utf8) {
+   w_f.clear();
+-  u8_u16(w_f, f.c_str());
++  u8_u16(w_f, f);
+   sc2 = ngram(3, w_word, w_f, NGRAM_LONGER_WORSE + low) +
+ leftcommonsubstring(w_word, w_f);
+ } else {
+@@ -1132,7 +1132,7 @@ void SuggestMgr::ngsuggest(std::vector& 
wlst,
+ std::string target2 = phonet(candidate, *ph);
+ w_target2.clear();
+ if (utf8) {
+-  u8_u16(w_target2, target2.c_str());
++  u8_u16(w_target2, target2);
+   scphon = 2 * ngram(3, w_target, w_target2,
+  NGRAM_LONGER_WORSE);
+ } else {
+-- 
+2.9.3
+
diff --git 
a/external/hunspell/0001-cppcheck-rv-is-reassigned-before-old-value-used.patch 
b/external/hunspell/0001-cppcheck-rv-is-reassigned-before-old-value-used.patch
new file mode 100644
index 000..bfcdf49
--- /dev/null
+++ 
b/external/hunspell/0001-cppcheck-rv-is-reassigned-before-old-value-used.patch
@@ -0,0 +1,57 @@
+From 93156ba9a8e644f8b0b724880668714adcb0d094 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= 
+Date: Mon, 23 Jan 2017 12:05:07 +
+Subject: [PATCH] cppcheck: rv is reassigned before old value used
+
+---
+ src/hunspell/affixmgr.cxx   | 6 ++
+ src/hunspell/suggestmgr.cxx | 3 +--
+ 2 files changed, 3 insertions(+), 6 deletions(-)
+
+diff --git a/src/hunspell/affixmgr.cxx b/src/hunspell/affixmgr.cxx
+index 680cbe9..21cf384 100644
+--- a/src/hunspell/affixmgr.cxx
 b/src/hunspell/affixmgr.cxx
+@@ -1494,9 +1494,8 @@ int AffixMgr::defcpd_check(hentry*** words,
+ }
+ 
+ inline int AffixMgr::candidate_check(const char* word, int len) {
+-  struct hentry* rv = NULL;
+ 
+-  rv = lookup(word);
++  struct hentry* rv = lookup(word);
+   if (rv)
+ return 1;
+ 
+@@ -3045,10 +3044,9 @@ struct hentry* AffixMgr::affix_check(const char* word,
+  int len,
+  const FLAG needflag,
+  char in_compound) {
+-  struct hentry* rv = NULL;
+ 
+   // check all prefixes (also crossed with suffixes if allowed)
+-  rv = prefix_check(word, len, in_compound, needflag);
++  struct hentry* rv = prefix_check(word, len, in_compound, needflag);
+   if (rv)
+ return rv;
+ 
+diff --git a/src/hunspell/suggestmgr.cxx b/src/hunspell/suggestmgr.cxx
+index 8d46dd6..54a474f 100644
+--- a/src/hunspell/suggestmgr.cxx
 b/src/hunspell/suggestmgr.cxx
+@@ -1675,11 +1675,10 @@ std::string SuggestMgr::suggest_hentry_gen(hentry* rv, 
const char* pattern) {
+   if (HENTRY_DATA(rv))
+ p = (char*)strstr(HENTRY_DATA2(rv), MORPH_ALLOMORPH);
+   while (p) {
+-struct hentry* rv2 = NULL;
+ p += MORPH_TAG_LEN;
+ int plen = fieldlen(p);
+ std::string 

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

2017-02-12 Thread Tamás Zolnai
 chart2/qa/extras/chart2dump/chart2dump.cxx 
  |   66 ++
 chart2/qa/extras/chart2dump/data/chartwall_auto_adjust_with_titles.ods 
  |binary
 chart2/qa/extras/chart2dump/data/chartwall_auto_adjust_without_titles.ods  
  |binary
 chart2/qa/extras/chart2dump/data/chartwall_custom_positioning.ods  
  |binary
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_auto_adjust_with_titles.txt
|   20 +++
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_auto_adjust_without_titles.txt
 |   20 +++
 
chart2/qa/extras/chart2dump/reference/chartwalltest/chartwall_custom_positioning.txt
 |   20 +++
 7 files changed, 126 insertions(+)

New commits:
commit 125194ff4b983ccdfb2390449c0a4b4d4345b29b
Author: Tamás Zolnai 
Date:   Sun Feb 12 20:50:12 2017 +0100

ChartDumpTest: Test chart wall

Change-Id: I16b7da66c6a6bab160212c47a75ce22951f85f87
Reviewed-on: https://gerrit.libreoffice.org/34181
Reviewed-by: Tamás Zolnai 
Tested-by: Tamás Zolnai 

diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx 
b/chart2/qa/extras/chart2dump/chart2dump.cxx
index 3fa487a..d0adeda 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -744,6 +744,72 @@ DECLARE_DUMP_TEST(ColumnChartTest, Chart2DumpTest, false)
 }
 }
 
+DECLARE_DUMP_TEST(ChartWallTest, Chart2DumpTest, false)
+{
+const std::vector aTestFiles =
+{
+"chartwall_auto_adjust_with_titles.ods",
+"chartwall_auto_adjust_without_titles.ods",
+"chartwall_custom_positioning.ods"
+};
+
+for (const OUString& sTestFile : aTestFiles)
+{
+setTestFileName(sTestFile);
+load(getTestFileDirName(), getTestFileName());
+uno::Reference< chart::XChartDocument > 
xChartDoc(getChartDocFromSheet(0, mxComponent), UNO_QUERY_THROW);
+uno::Reference 
xDrawPageSupplier(xChartDoc, uno::UNO_QUERY);
+uno::Reference xDrawPage = 
xDrawPageSupplier->getDrawPage();
+uno::Reference xShapes(xDrawPage->getByIndex(0), 
uno::UNO_QUERY);
+CPPUNIT_ASSERT(xShapes.is());
+
+uno::Reference xChartWall = getShapeByName(xShapes, 
"CID/DiagramWall=");
+CPPUNIT_ASSERT(xChartWall.is());
+
+// Check position and size
+awt::Point aChartWallPosition = xChartWall->getPosition();
+CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(aChartWallPosition.X);
+CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(aChartWallPosition.Y);
+awt::Size aChartWallSize = xChartWall->getSize();
+CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(aChartWallSize.Height);
+CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(aChartWallSize.Width);
+
+// Check transformation
+Reference< beans::XPropertySet > xPropSet(xChartWall, UNO_QUERY_THROW);
+CPPUNIT_ASSERT(xPropSet.is());
+drawing::HomogenMatrix3 aTransform;
+xPropSet->getPropertyValue("Transformation") >>= aTransform;
+OUString sChartWallTransformation = 
transformationToOneLineString(aTransform);
+CPPUNIT_DUMP_ASSERT_STRINGS_EQUAL(sChartWallTransformation);
+
+// Check fill properties
+drawing::FillStyle aChartWallFillStyle;
+xPropSet->getPropertyValue(UNO_NAME_FILLSTYLE) >>= aChartWallFillStyle;
+
CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(static_cast(aChartWallFillStyle));
+util::Color aChartWallFillColor = 0;
+xPropSet->getPropertyValue(UNO_NAME_FILLCOLOR) >>= aChartWallFillColor;
+
CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(static_cast(aChartWallFillColor));
+
+// Check line properties
+// Line type
+drawing::LineDash aLineDash;
+xPropSet->getPropertyValue("LineDash") >>= aLineDash;
+OUString sChartWallLineDash =
+OUString::number(static_cast(aLineDash.Style)) + ";" + 
OUString::number(aLineDash.Dots) + ";" + OUString::number(aLineDash.DotLen) +
+OUString::number(aLineDash.Dashes) + ";" + 
OUString::number(aLineDash.DashLen) + ";" + 
OUString::number(aLineDash.Distance);
+CPPUNIT_DUMP_ASSERT_STRINGS_EQUAL(sChartWallLineDash);
+// Line color
+util::Color aChartWallLineColor = 0;
+xPropSet->getPropertyValue("LineColor") >>= aChartWallLineColor;
+
CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(static_cast(aChartWallLineColor));
+// Line width
+sal_Int32 nChartWallLineWidth = 0;
+xPropSet->getPropertyValue("LineWidth") >>= nChartWallLineWidth;
+CPPUNIT_DUMP_ASSERT_NUMBERS_EQUAL(nChartWallLineWidth);
+
+}
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git 
a/chart2/qa/extras/chart2dump/data/chartwall_auto_adjust_with_titles.ods 
b/chart2/qa/extras/chart2dump/data/chartwall_auto_adjust_with_titles.ods
new file mode 100755

[Libreoffice-commits] core.git: external/hunspell

2017-02-12 Thread Caolán McNamara
 external/hunspell/ExternalProject_hunspell.mk |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 804287e4ab0ae0e9f5d61446b473c9cd985e9674
Author: Caolán McNamara 
Date:   Sun Feb 12 17:37:40 2017 +

Resolves: tdf#105426 helpful to actually let the compiler optimize hunspell

*facepalm*

Change-Id: I5f6d6cb94e1a80d2d7ae96900517aae3c8f39f08
Reviewed-on: https://gerrit.libreoffice.org/34176
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/external/hunspell/ExternalProject_hunspell.mk 
b/external/hunspell/ExternalProject_hunspell.mk
index 4c3b74d..984485f 100644
--- a/external/hunspell/ExternalProject_hunspell.mk
+++ b/external/hunspell/ExternalProject_hunspell.mk
@@ -13,18 +13,14 @@ $(eval $(call gb_ExternalProject_register_targets,hunspell,\
build \
 ))
 
-hunspell_CXXFLAGS=$(CXXFLAGS)
+hunspell_CPPCLAGS=$(CPPFLAGS)
 
 ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
 ifneq (,$(gb_ENABLE_DBGUTIL))
-hunspell_CXXFLAGS+=-D_GLIBCXX_DEBUG
+hunspell_CPPFLAGS+=-D_GLIBCXX_DEBUG
 endif
 endif
 
-ifneq (,$(debug))
-hunspell_CXXFLAGS+=-g
-endif
-
 $(call gb_ExternalProject_get_state_target,hunspell,build):
$(call gb_ExternalProject_run,build,\
$(if $(filter IOS MACOSX,$(OS)),ACLOCAL="aclocal -I 
$(SRCDIR)/m4/mac") \
@@ -33,7 +29,8 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
$(SHELL) ./configure --disable-shared --disable-nls --with-pic \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM))\
$(if $(filter 
AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
-   CXXFLAGS="$(hunspell_CXXFLAGS)" \
+   $(if 
$(hunspell_CPPFLAGS),CPPFLAGS='$(hunspell_CPPFLAGS)') \
+   CXXFLAGS="$(CXXFLAGS) $(if 
$(debug),$(gb_COMPILERNOOPTFLAGS) $(gb_DEBUGINFO_FLAGS) 
$(gb_DEBUG_CXXFLAGS),$(gb_COMPILEROPTFLAGS))" \
&& cd src/hunspell && $(MAKE) \
)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98477] Grow/Shrink animation in PPTX does nothing in Impress

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98477

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel  ---
Setting grow works (sometimes?). Try it by using the dialog, which you get,
when you click the "more properties" button on the right side of the Size
drop-down.

But shrink is broken totally.

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

--- Comment #9 from Regina Henschel  ---
The import from pptx problem is in bug 98477.

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


[Libreoffice-bugs] [Bug 105927] Crash during Find and Replace of a Single Character Across Multiple Pages in Draw

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105927

--- Comment #8 from Vince Wilyard  ---
(In reply to Buovjaga from comment #7)
> (In reply to Vince Wilyard from comment #6)
> > Your file worked fine for me. However my files are 132 pages in size. The
> > characters are grouped together in different ways. So maybe that is the
> > difference. I just do not understand why OpenOffice can handle the same file
> > with relative ease compared to LibreOffice. OpenOffice is 32bit and
> > LibreOffice is 64bit.
> 
> Well, that's the key info :) You need to attach a file for testing.

Thank you for replying again. I would love to upload the file but it is a work
in progress subject to some intellectual property rules that I can not violate.
I am currently going back and forth between LibreOffice and OpenOffice. I have
also been tweaking the memory settings on LibreOffice. 

I am just not sure if I have to restart the machine in order for the memory
settings to take effect.

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


[Libreoffice-bugs] [Bug 67531] SLIDESHOW: Resize Animation is missing

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67531

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
This animation comes in, if you import a pptx. See my file and comment in bug
48918. Setting this to duplicate?

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


[Libreoffice-bugs] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||easyHack, needsDevEval

--- Comment #2 from Heiko Tietze  ---
Sounds reasonable. Although if 'selection' is enabled automatically in Word for
some reasons, the similar behavior in Calc would be to print/export the
active/selected sheet.

Guess switching from All to Selection is an easyhack.

Additional note 3: Selection is not clear enough as it could mixed up with
'Format > Print ranges'. Better call this option 'Selected pages'.

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


[Libreoffice-ux-advise] [Bug 105965] UI request to synchronize 'File > Print' and 'File > ' Export as PDF' default behavior

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105965

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||easyHack, needsDevEval

--- Comment #2 from Heiko Tietze  ---
Sounds reasonable. Although if 'selection' is enabled automatically in Word for
some reasons, the similar behavior in Calc would be to print/export the
active/selected sheet.

Guess switching from All to Selection is an easyhack.

Additional note 3: Selection is not clear enough as it could mixed up with
'Format > Print ranges'. Better call this option 'Selected pages'.

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #8 from Regina Henschel  ---
Created attachment 131155
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131155=edit
PowerPoint grow and shrink animations on a shape

If you import a pptx, which has this animation, you get a UI for it. But you
cannot get this animation in a native LO presentation.

The animation itself has some bugs. The scaling factor is not imported from
*.pptx and it is not possible in that UI to set a "shrinking" factor. You can
click on "smaller" and "tiny" but you get a growing.

Therefore I think, the UI should only be enabled, if these bugs are fixed too.

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


[Libreoffice-bugs] [Bug 105957] [META] Scrollbars

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105957
Bug 105957 depends on bug 105808, which changed state.

Bug 105808 Summary: make the scroll bar useful for really large documents, 
currently it is too sensitive for them
https://bugs.documentfoundation.org/show_bug.cgi?id=105808

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Libreoffice-ux-advise] [Bug 105808] make the scroll bar useful for really large documents, currently it is too sensitive for them

2017-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105808

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Heiko Tietze  ---
How the scrollbar works is defined by the operating system/desktop environment
and messing around with those defaults always ends in a much worse scenario.
And actually the _thumb_ behaves exactly as you describe on my system (LXQt,
KWin, Breeze): it becomes smaller with increasing number of pages, but only up
to around 200. After that it remains large enough to easily deal with it.
Admitted that scrolling to a particular position is not fun.

The issue boils down how to deal with large documents. And as Stuart pointed
out we have the Navigator for this purpose. Plus the newly introduced dialog
Edit > Go to page (ctrl+G). You have also a lot of other supportive functions
to find a certain position, for instance bookmarks or a table of contents with
links.

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


  1   2   3   4   >