[Libreoffice-bugs] [Bug 105761] libreoffice-gtk3 causing longer time to open documents from file explorer on Ubuntu systems

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

--- Comment #5 from Ljiljan  ---
(In reply to Jean-Baptiste Faure from comment #4)
> I do not experience this behavior with LO 5.3.0 from the PPA provided by the
> Ubuntu LibreOffice team.
> 
> 1/ Do you use Unity or another window manager?

Yes, I use Ubuntu with Unity.

> 2/ As you have the possibility to use the quickstart, I guess you installed
> the generic Linux version of LibreOffice (build by TDF). I suggest you to
> replace it by the version from the LibreOffice PPA. Does that fix the
> problem?

I installed LibreOffice from
http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu


but QuickStarter option was missing for some reasons. 

> 
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' once the infos are provided.
> 
> Best regards. JBF

Since at the moment I am the only one affected (and who knows why), we could
leave it with 'NEEDINFO'. I will try to find causes and/ or solutions. If
someone else have similar problem, they should change it.

-- 
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 106135] Vectors, overlines, integral, sum, prod are not correctly displayed

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

--- Comment #1 from Dorange-Pattoret Didier  ---
A real regression

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


[Libreoffice-bugs] [Bug 106135] New: Vectors, overlines, integral, sum, prod are not correctly displayed

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

Bug ID: 106135
   Summary: Vectors, overlines, integral, sum, prod are not
correctly displayed
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ddora...@dmaths.org

Created attachment 131404
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131404=edit
What is displayed

Hello,
Since LO 5.3, vectors, overlines, integral, sum, prod... are not correctly
displayed under MacOSx.
The joined file, opened under Windows or Linux, display right formula.
But not under MacOsX.

Try with :
widevec {"AB"} ou  widevec {AB}
 widehat {ABC}
 int from {0} to {5} { f(x) } "d"x
 prod from {0} to {4} { K }
 sum from {0} to {4} { k }
nroot{6}{5}
"S"=  left lbrace {0} nitalic; {3 over 5} right  rbrace
(0 ; 3) ldbracket 2;4  rdbracket lbrace 1 over 2 rbrace

-- 
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 dbaccess/source include/o3tl include/svtools sax/source sc/source sw/source wizards/com

2017-02-21 Thread Andrea Gelmini
 chart2/qa/extras/chart2dump/chart2dump.cxx   |4 
++--
 chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt |2 +-
 dbaccess/source/ui/querydesign/TableWindow.cxx   |2 +-
 include/o3tl/strong_int.hxx  |4 
++--
 include/svtools/parhtml.hxx  |2 +-
 sax/source/fastparser/fastparser.cxx |2 +-
 sc/source/ui/unoobj/docuno.cxx   |2 +-
 sw/source/filter/html/htmlfldw.cxx   |2 +-
 sw/source/filter/html/htmltab.cxx|6 
+++---
 sw/source/filter/ww8/wrtww8.hxx  |2 +-
 wizards/com/sun/star/wizards/agenda/TopicsControl.py |2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7
Author: Andrea Gelmini 
Date:   Mon Feb 20 14:57:15 2017 +0100

Fix typos

Change-Id: I61764094dd6f8e13f29ca554373d30d1d5def447
Reviewed-on: https://gerrit.libreoffice.org/34476
Reviewed-by: jan iversen 
Tested-by: jan iversen 

diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx 
b/chart2/qa/extras/chart2dump/chart2dump.cxx
index 3b80bcc..cba4fbb 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -199,9 +199,9 @@ protected:
 
 bool readAndCheckTransformation(const drawing::HomogenMatrix3& rTransform, 
const OUString& sCheck, const double fEPS, OUString& rExpectedTranform)
 {
-rExpectedTranform = readExpected(sCheck); // Reference transfromation 
string
+rExpectedTranform = readExpected(sCheck); // Reference transformation 
string
 
-// Covnert string back to a transformation;
+// Convert string back to a transformation;
 drawing::HomogenMatrix3 aExpectedTransform;
 aExpectedTransform.Line1.Column1 = rExpectedTranform.getToken(0, 
';').toDouble();
 aExpectedTransform.Line1.Column2 = rExpectedTranform.getToken(1, 
';').toDouble();
diff --git 
a/chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt 
b/chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt
index e955f80..28a125d 100755
--- a/chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt
+++ b/chart2/qa/extras/chart2dump/reference/chartdatatest/simple_chart.txt
@@ -1,5 +1,5 @@
 // sChartTitle
-Annaul Revenue
+Annual Revenue
 // sChartType
 com.sun.star.chart2.ColumnChartType
 // sXAxisTitle
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx 
b/dbaccess/source/ui/querydesign/TableWindow.cxx
index dfc7842..aad254b 100644
--- a/dbaccess/source/ui/querydesign/TableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindow.cxx
@@ -476,7 +476,7 @@ void OTableWindow::SetBoldTitle( bool bBold )
 void OTableWindow::GetFocus()
 {
 Window::GetFocus();
-// we have to forward the focus to our listbox to enable keystokes
+// we have to forward the focus to our listbox to enable keystrokes
 if(m_xListBox)
 m_xListBox->GrabFocus();
 }
diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx
index 7f24714..7c5ac40 100644
--- a/include/o3tl/strong_int.hxx
+++ b/include/o3tl/strong_int.hxx
@@ -33,8 +33,8 @@ namespace o3tl
 ///   typedef o3tl::strong_int MyInt;
 ///
 /// \param UNDERLYING_TYPE the underlying scalar type
-/// \param PHANTOM_TYPEa type tag, used to distinguish this instantion of 
the template
-///from other instantiantions with the same 
UNDERLYING_TYPE.
+/// \param PHANTOM_TYPEa type tag, used to distinguish this instantiation 
of the template
+///from other instantiations with the same 
UNDERLYING_TYPE.
 ///
 template 
 struct strong_int
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index f481066..07f2d5b 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -234,7 +234,7 @@ public:
 
 // remove a comment around the content of 

[Libreoffice-commits] core.git: include/svx libreofficekit/source oox/source sd/inc sd/source sw/inc sw/source xmlscript/source

2017-02-21 Thread Noel Grandin
 include/svx/sidebar/ValueSetWithTextControl.hxx |2 --
 libreofficekit/source/gtk/lokdocview.cxx|6 ++
 libreofficekit/source/gtk/tilebuffer.hxx|8 ++--
 oox/source/core/xmlfilterbase.cxx   |   10 --
 sd/inc/Outliner.hxx |6 --
 sd/source/ui/view/Outliner.cxx  |1 -
 sw/inc/unocrsr.hxx  |   10 +-
 sw/source/core/doc/doccorr.cxx  |2 +-
 sw/source/core/doc/docnew.cxx   |2 +-
 xmlscript/source/xml_helper/xml_impctx.cxx  |   11 +++
 10 files changed, 14 insertions(+), 44 deletions(-)

New commits:
commit c1877a16b38bfd74a52e39b49289d5f5572b610b
Author: Noel Grandin 
Date:   Tue Feb 21 13:10:45 2017 +0200

loplugin:unusedfields

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

diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx 
b/include/svx/sidebar/ValueSetWithTextControl.hxx
index d21ccce..a8c246d 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -49,8 +49,6 @@ public:
 private:
 struct ValueSetWithTextItem
 {
-Image maItemImage;
-Image maSelectedItemImage;
 OUString maItemText;
 OUString maItemText2;
 };
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index b854473..1effc33 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -969,8 +969,7 @@ static gboolean postDocumentLoad(gpointer pData)
 // Total number of columns in this document.
 guint nColumns = ceil((double)nDocumentWidthPixels / nTileSizePixels);
 
-priv->m_pTileBuffer = std::unique_ptr(new 
TileBuffer(priv->m_pDocument,
- 
nColumns));
+priv->m_pTileBuffer = std::unique_ptr(new 
TileBuffer(nColumns));
 gtk_widget_set_size_request(GTK_WIDGET(pLOKDocView),
 nDocumentWidthPixels,
 nDocumentHeightPixels);
@@ -3289,8 +3288,7 @@ lok_doc_view_set_zoom (LOKDocView* pDocView, float fZoom)
 // Total number of columns in this document.
 guint nColumns = ceil((double)nDocumentWidthPixels / nTileSizePixels);
 
-priv->m_pTileBuffer = std::unique_ptr(new 
TileBuffer(priv->m_pDocument,
- 
nColumns));
+priv->m_pTileBuffer = std::unique_ptr(new 
TileBuffer(nColumns));
 gtk_widget_set_size_request(GTK_WIDGET(pDocView),
 nDocumentWidthPixels,
 nDocumentHeightPixels);
diff --git a/libreofficekit/source/gtk/tilebuffer.hxx 
b/libreofficekit/source/gtk/tilebuffer.hxx
index 4fab28d..498ea3f 100644
--- a/libreofficekit/source/gtk/tilebuffer.hxx
+++ b/libreofficekit/source/gtk/tilebuffer.hxx
@@ -90,10 +90,8 @@ private:
 class TileBuffer
 {
  public:
- TileBuffer(LibreOfficeKitDocument *document = nullptr,
-int columns = 0)
- : m_pLOKDocument(document)
- , m_nWidth(columns)
+ TileBuffer(int columns = 0)
+ : m_nWidth(columns)
 {
 cairo_surface_t *pSurface = 
cairo_image_surface_create(CAIRO_FORMAT_ARGB32, nTileSizePixels, 
nTileSizePixels);
 m_DummyTile.setSurface(pSurface);
@@ -135,8 +133,6 @@ class TileBuffer
  */
 void setInvalid(int x, int y, float zoom, GTask* task, GThreadPool*);
 
-/// Contains the reference to the LOK Document that this tile buffer is 
for.
-LibreOfficeKitDocument *m_pLOKDocument;
 /// Stores all the tiles cached by this tile buffer.
 std::map m_mTiles;
 /// Width of the current tile buffer (number of columns)
diff --git a/oox/source/core/xmlfilterbase.cxx 
b/oox/source/core/xmlfilterbase.cxx
index 5e4ae8e..393911c 100644
--- a/oox/source/core/xmlfilterbase.cxx
+++ b/oox/source/core/xmlfilterbase.cxx
@@ -174,19 +174,17 @@ struct XmlFilterBaseImpl
 {
 typedef RefMap< OUString, Relations > RelationsMap;
 
-Reference   mxContext;
 FastParser maFastParser;
 const OUString maBinSuffix;
 RelationsMap   maRelationsMap;
 TextFieldStack maTextFieldStack;
-const NamespaceMap& mrNamespaceMap;
+const NamespaceMap&mrNamespaceMap;
 
 /// @throws RuntimeException
-explicitXmlFilterBaseImpl( const Reference< XComponentContext 
>& rxContext );
+explicitXmlFilterBaseImpl();
 };
 
-XmlFilterBaseImpl::XmlFilterBaseImpl( const Reference< XComponentContext >& 
rxContext ) :
-mxContext(rxContext),

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - ucb/source

2017-02-21 Thread Tor Lillqvist
 ucb/source/ucp/webdav/webdavcontent.cxx|1 +
 ucb/source/ucp/webdav/webdavresponseparser.cxx |1 +
 2 files changed, 2 insertions(+)

New commits:
commit d48f30590a54000287ebdc3453d61e40d6fdfde7
Author: Tor Lillqvist 
Date:   Mon Dec 12 16:57:15 2016 +0200

-Werror,-Wimplicit-fallthrough

Change-Id: I7ea9c1af7568ce37f29df14f8dc4345031c20eb8
(cherry picked from commit dfafaeb989c16792d722d2a256a621f58f8e81fc)
Reviewed-on: https://gerrit.libreoffice.org/34527
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 

diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx 
b/ucb/source/ucp/webdav/webdavcontent.cxx
index ca71b3b..741363a 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2822,6 +2822,7 @@ void Content::transfer(
 Environment );
 // Unreachable
 }
+SAL_FALLTHROUGH;
 
 case ucb::NameClash::OVERWRITE:
 break;
diff --git a/ucb/source/ucp/webdav/webdavresponseparser.cxx 
b/ucb/source/ucp/webdav/webdavresponseparser.cxx
index f666d86..66b73f1 100644
--- a/ucb/source/ucp/webdav/webdavresponseparser.cxx
+++ b/ucb/source/ucp/webdav/webdavresponseparser.cxx
@@ -716,6 +716,7 @@ namespace
 maLock.Scope = maLockScope;
 maResult_Lock.push_back(maLock);
 }
+SAL_FALLTHROUGH; // I hope intentional?
 case WebDAVName_propstat:
 {
 // propstat end, check status
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - ucb/source

2017-02-21 Thread Caolán McNamara
 ucb/source/ucp/webdav/webdavcontent.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c68347040462ae6c000c0f7564c42553c8c18f98
Author: Caolán McNamara 
Date:   Mon Dec 5 15:10:32 2016 +

fix the generally unused non-neon webdav MapDAVException

Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece
(cherry picked from commit e100bb57d884d21c6a0e498317fa93b0202dcb64)
Reviewed-on: https://gerrit.libreoffice.org/34526
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 

diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx 
b/ucb/source/ucp/webdav/webdavcontent.cxx
index 6a07cd3..ca71b3b 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2028,7 +2028,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
 aNewTitle.clear();
 
 // Set error .
-aRet[ nTitlePos ] <<= MapDAVException( e, true );
+aRet[ nTitlePos ] = MapDAVException( e, true );
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'private/Ashod/nonblocking' - 7 commits - common/FileUtil.cpp loleaflet/src Makefile.am net/loolnb.cpp net/ServerSocket.hpp net/socket.hpp net/Socket.hpp net/s

2017-02-21 Thread Jan Holesovsky
 Makefile.am   |2 
 common/FileUtil.cpp   |7 
 loleaflet/src/layer/tile/TileLayer.js |9 
 net/ServerSocket.hpp  |  101 +
 net/Socket.hpp|  432 ++
 net/Ssl.cpp   |  265 +
 net/Ssl.hpp   |   93 
 net/SslSocket.hpp |  246 
 net/loolnb.cpp|  104 +
 net/socket.hpp|  657 --
 net/ssl.cpp   |  265 -
 net/ssl.hpp   |   93 
 12 files changed, 1179 insertions(+), 1095 deletions(-)

New commits:
commit 6087220eb64e06020b7f60584e6d9c361000bb2a
Author: Jan Holesovsky 
Date:   Tue Feb 21 19:55:04 2017 +0100

We should be able to run with 5G of free space just fine.

Change-Id: Ie5df96388eeaa0ddf1a41564ec7d52c283e6b1bb
(cherry picked from commit 7eff2294d938d0e14db50a385ab9e226c14f7c77)

diff --git a/common/FileUtil.cpp b/common/FileUtil.cpp
index 078379b..52dd3ec 100644
--- a/common/FileUtil.cpp
+++ b/common/FileUtil.cpp
@@ -236,8 +236,15 @@ namespace FileUtil
 if (statfs(path.c_str(), ) == -1)
 return true;
 
+// we should be able to run just OK with 5GB
+constexpr int64_t ENOUGH_SPACE = int64_t(5)*1024*1024*1024;
+
+if (static_cast(sfs.f_bavail) * sfs.f_bsize > ENOUGH_SPACE)
+return true;
+
 if (static_cast(sfs.f_bavail) / sfs.f_blocks <= 0.05)
 return false;
+
 return true;
 }
 
commit 1e3aa895bc95c30cfaaf87e5f03aafdcc0dce223
Author: László Németh 
Date:   Tue Feb 21 11:22:20 2017 +0100

loleaflet: debug mode: fade out blue color of the tiles

after 1 sec, if it wasn't removed by a tile update.

From commit bc19f90dd48a1792fca9d5b7bbf13b8f1b35134b
(Don't send a tile that hasn't changed even if client asks for it),
blue color of the requested tiles isn't removed completely.

Change-Id: I0f4c152f61c2b0f70f1b7c23bd63d3e0bc80ec74
(cherry picked from commit cc3b521572ccc33875ee179ca6c78b61cffb5087)

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index 62180dd..762ee03 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -2015,6 +2015,7 @@ L.TileLayer = L.GridLayer.extend({
if (tile._debugTile) {
tile._debugTile.setStyle({fillOpacity: 0.5, fillColor: 
'blue'});
tile._debugTime.date = +new Date();
+   tile._debugTile.date = +new Date();
tile._debugInvalidateCount++;
this._debugInvalidateCount++;
}
@@ -2049,6 +2050,14 @@ L.TileLayer = L.GridLayer.extend({
rect.setStyle({fillOpacity: opac - 
0.04});
}
}
+   for (var key in this._debugTiles) {
+   var rect = this._debugTiles[key];
+   var col = rect.options.fillColor;
+   var opac = rect.options.fillOpacity;
+   if (col === 'blue' && opac >= 0.04 && rect.date 
+ 1000 < +new Date()) {
+   rect.setStyle({fillOpacity: opac - 
0.04});
+   }
+   }
this._debugTimeoutId = setTimeout(function () { 
map._docLayer._debugTimeout(); }, 50);
}
},
commit a72338cc5b463b0ad8664d9e6488bf5ea5a35ba9
Author: Ashod Nakashian 
Date:   Tue Feb 21 21:49:29 2017 -0500

nb: de-templatize ServerSocket

Change-Id: I5680bbf24ade807e34f67f7fce4698ffe5364cb2

diff --git a/net/ServerSocket.hpp b/net/ServerSocket.hpp
new file mode 100644
index 000..a206e7c
--- /dev/null
+++ b/net/ServerSocket.hpp
@@ -0,0 +1,101 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_SERVERSOCKET_HPP
+#define INCLUDED_SERVERSOCKET_HPP
+
+#include "config.h"
+
+#include "memory"
+
+#include "Socket.hpp"
+
+class SocketFactory
+{
+public:
+virtual std::shared_ptr create(const int fd) = 0;
+};
+
+/// A non-blocking, streaming socket.
+class ServerSocket : public Socket
+{
+public:
+ServerSocket(SocketPoll& clientPoller, std::unique_ptr 
sockFactory) :
+_clientPoller(clientPoller),
+

[Libreoffice-bugs] [Bug 106134] New: headless mode does not allow concurrent jobs

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

Bug ID: 106134
   Summary: headless mode does not allow concurrent jobs
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s+cr...@frndt.de

I was trying to batch convert XLSX files to CSV on a multi-CPU system. 
However, libreoffice calc would only process one file at a time.

Steps to reproduce:

1. /usr/lib64/libreoffice/program/soffice.bin --headless --convert-to 'xls:MS
Excel 97' --outdir . /tmp/SXW1E_IS_1.xlsx &
2. /usr/lib64/libreoffice/program/soffice.bin --headless --convert-to 'xls:MS
Excel 97' --outdir . /tmp/SXW1E_IS_2.xlsx &
3. top

Expected results:

Both jobs should have run in parallel.  New systems will almost exclusively
scale vertically (more CPUs, more cores, etc.), not allowing concurrent
workloads is an obsolete paradigm.

-- 
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: external/coinmp external/cppunit external/lcms2 external/libgltf external/python3

2017-02-21 Thread David Ostrovsky
 external/coinmp/ExternalProject_coinmp.mk   |2 +-
 external/cppunit/ExternalProject_cppunit.mk |2 +-
 external/lcms2/ExternalProject_lcms2.mk |2 +-
 external/libgltf/ExternalProject_libgltf.mk |2 +-
 external/python3/ExternalProject_python3.mk |2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f0c7cbe1d8505d3c1f5a2b2253efda35542c898b
Author: David Ostrovsky 
Date:   Tue Feb 21 23:08:19 2017 +0100

MSVC 14.0: Make it work with older SDK version

Change-Id: I50a9e8b122250af445c2a1b3d0941d508e027318
Reviewed-on: https://gerrit.libreoffice.org/34528
Tested-by: Jenkins 
Reviewed-by: David Ostrovsky 

diff --git a/external/coinmp/ExternalProject_coinmp.mk 
b/external/coinmp/ExternalProject_coinmp.mk
index 3e7f0cc..53d8865 100644
--- a/external/coinmp/ExternalProject_coinmp.mk
+++ b/external/coinmp/ExternalProject_coinmp.mk
@@ -22,7 +22,7 @@ $(call gb_ExternalProject_get_state_target,coinmp,build) :
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 
/p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 
/p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
-   $(if 
$(UCRTVERSION),/p:WindowsTargetPlatformVersion=$(UCRTVERSION)) \
+   $(if $(filter 
150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))
 \
,CoinMP/MSVisualStudio/v9)
 
 else
diff --git a/external/cppunit/ExternalProject_cppunit.mk 
b/external/cppunit/ExternalProject_cppunit.mk
index ac84aca..2a5a934 100644
--- a/external/cppunit/ExternalProject_cppunit.mk
+++ b/external/cppunit/ExternalProject_cppunit.mk
@@ -21,7 +21,7 @@ $(call gb_ExternalProject_get_state_target,cppunit,build) :
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 
/p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 
/p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
-   $(if 
$(UCRTVERSION),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))" \
+   $(if $(filter 
150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))"
 \
&& msbuild.exe cppunit_dll.vcxproj 
/p:Configuration=$${PROFILEFLAGS}  \
&& cd ../DllPlugInTester \
&& msbuild.exe DllPlugInTester.vcxproj 
/p:Configuration=$${PROFILEFLAGS} \
diff --git a/external/lcms2/ExternalProject_lcms2.mk 
b/external/lcms2/ExternalProject_lcms2.mk
index a6f03f3..e1beee8 100644
--- a/external/lcms2/ExternalProject_lcms2.mk
+++ b/external/lcms2/ExternalProject_lcms2.mk
@@ -22,7 +22,7 @@ $(call gb_ExternalProject_get_state_target,lcms2,build):
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 
/p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 
/p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
-   $(if 
$(UCRTVERSION),/p:WindowsTargetPlatformVersion=$(UCRTVERSION)) \
+   $(if $(filter 
150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))
 \
/p:Configuration=$(if 
$(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
/p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) 
/p:TargetName=lcms2 \
,Projects/VC2013/lcms2_DLL)
diff --git a/external/libgltf/ExternalProject_libgltf.mk 
b/external/libgltf/ExternalProject_libgltf.mk
index 047e90d..746c574 100644
--- a/external/libgltf/ExternalProject_libgltf.mk
+++ b/external/libgltf/ExternalProject_libgltf.mk
@@ -45,7 +45,7 @@ $(call gb_ExternalProject_get_state_target,libgltf,build) :
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 
/p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 
/p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
-   $(if 
$(UCRTVERSION),/p:WindowsTargetPlatformVersion=$(UCRTVERSION)) \
+   $(if $(filter 
150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION))
 \
'/p:AdditionalIncludeDirectories=$(subst 
$(WHITESPACE),;,$(subst /,\,$(strip 

[Libreoffice-bugs] [Bug 105256] KMFL characters are not "swallowed" after completing the complex letter

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

--- Comment #5 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-5-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb183f8a48f678aa4ece5b0058bec90d3d5082e4=libreoffice-5-2

tdf#105256 gtk findfocus return only if focused

It will be available in 5.2.7.

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

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

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


[Libreoffice-bugs] [Bug 105256] KMFL characters are not "swallowed" after completing the complex letter

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.4.0 target:5.3.2   |target:5.4.0 target:5.3.2
   ||target:5.2.7

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - vcl/unx

2017-02-21 Thread Justin Luth
 vcl/unx/gtk/gtksalframe.cxx   |4 ++--
 vcl/unx/gtk3/gtk3gtkframe.cxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bb183f8a48f678aa4ece5b0058bec90d3d5082e4
Author: Justin Luth 
Date:   Mon Feb 20 10:35:25 2017 +0300

tdf#105256 gtk findfocus return only if focused

A patch related to tdf#96685 (commit 
598e6a024163f1510d076000788b7745625f5ed5)
caused the initial regression that Japanese-mozc would freeze(tdf#100903).
That patch only modified what happened when the text was marked as focused.

However, the regression fix for Japanese bug 100903 (commit
1c81af2c1814e8bd12701f85e09cebf5fe206647) was not placed
inside of the "if focused" code, and so it applies to more situations
than were broken by the first regression, thus causing new bug 105256.

So, applying fix 100903 ONLY when focused solves both problems.

Change-Id: I1d8381f2d8cf793d481287ae975ce8a485b6c573
Reviewed-on: https://gerrit.libreoffice.org/34453
Reviewed-by: Justin Luth 
Tested-by: Justin Luth 
Reviewed-by: Takeshi Abe 
(cherry picked from commit 1c3a784d38fc5986c78bab8d283c4661347baf43)
Reviewed-on: https://gerrit.libreoffice.org/34486
Tested-by: Jenkins 
(cherry picked from commit c6a48e66deef01aa82409aec0ab3c2a9201d467b)
Reviewed-on: https://gerrit.libreoffice.org/34489

diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index 3eed890..9fd3518 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -3822,9 +3822,9 @@ uno::Reference
 
uno::Reference(xContext, 
uno::UNO_QUERY);
 if (xText.is())
 return xText;
+if 
(xState->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS))
+return uno::Reference< accessibility::XAccessibleEditableText 
>();
 }
-if 
(xState->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS))
-return uno::Reference< accessibility::XAccessibleEditableText >();
 }
 
 for (sal_Int32 i = 0; i < xContext->getAccessibleChildCount(); ++i)
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 1c2486e..f09905b 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -4002,9 +4002,9 @@ uno::Reference
 
uno::Reference(xContext, 
uno::UNO_QUERY);
 if (xText.is())
 return xText;
+if 
(xState->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS))
+return uno::Reference< accessibility::XAccessibleEditableText 
>();
 }
-if 
(xState->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS))
-return uno::Reference< accessibility::XAccessibleEditableText >();
 }
 
 for (sal_Int32 i = 0; i < xContext->getAccessibleChildCount(); ++i)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106123] Writer crashed while adding a word to the standard dictionary

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

--- Comment #5 from Luke Kendall  ---
Excellent sleuthing, Xisco - thank 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-bugs] [Bug 106112] Math formula editor misplaces vertical elements in to and from and dot modifiers

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

shan...@rap.midco.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from shan...@rap.midco.net ---
I was unable to install OpenSymbol from the link you sent. Font Book on macOS
Sierra reports "1 serious error was found. Do not use this font."

I downloaded an OpenSymbol.ttf font from another font provider, which generated
a "minor problem" report, but allowed installation. After installing this font,
I tested LibreOffice and found the same behavior I originally reported. I've
change the status back to "UNCONFIRMED" as requested by xiscofauli.

I also checked LibreOffice 5.3 on a Windows 10 machine, and the formula was
formatted correctly. So perhaps this is a macOS-specific 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 105769] Crash in: SwWriteTable::SwWriteTable(SwTable const *, SwHTMLTableLayout const *)

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

--- Comment #9 from Michael Weske  ---
I apologize for not thinking of this sooner.  I removed LibreOffice 64bit and
installed 32bit.  Help >> About:
Version: 5.3.0.3
Build ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new; 
Locale: en-US (en_US); Calc: single

Everything worked fine in the 32bit version.  It is only the 64bit that
crashes.

-- 
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 105769] Crash in: SwWriteTable::SwWriteTable(SwTable const *, SwHTMLTableLayout const *)

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

--- Comment #8 from Michael Weske  ---
I entered safe mode and reset the profile.  No change.  I uninstalled
LibreOffice, restarted system, removed \users\mike\AppData\Roaming\LibreOffice,
restarted system, installed Libreoffice (244,260,864
LibreOffice_5.3.0_Win_x64.msi)
>From the Help>>About screen:
Version: 5.3.0.3 (x64)
Build ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: en-US (en_US); Calc: single

I will uninstall and install the 32bit version and report back those results.

-- 
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


New Defects reported by Coverity Scan for LibreOffice

2017-02-21 Thread scan-admin

Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
122 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1401394:(UNCAUGHT_EXCEPT)
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in 
std::unique_ptr::~unique_ptr()()
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in 
std::unique_ptr::~unique_ptr()()
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in std::unique_ptr::~unique_ptr()()



*** CID 1401394:(UNCAUGHT_EXCEPT)
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in 
std::unique_ptr::~unique_ptr()()
229   template, is_same<_Dp, 
default_delete<_Tp
231 unique_ptr(auto_ptr<_Up>&& __u) noexcept;
232 #endif
233 
234   /// Destructor, invokes the deleter if the stored pointer is not 
null.
>>> CID 1401394:(UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list 
>>> "throw()" doesn't allow it to be thrown. This will cause a call to 
>>> unexpected() which usually calls terminate().
235   ~unique_ptr() noexcept
236   {
237 auto& __ptr = std::get<0>(_M_t);
238 if (__ptr != nullptr)
239   get_deleter()(__ptr);
240 __ptr = pointer();
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in 
std::unique_ptr::~unique_ptr()()
229   template, is_same<_Dp, 
default_delete<_Tp
231 unique_ptr(auto_ptr<_Up>&& __u) noexcept;
232 #endif
233 
234   /// Destructor, invokes the deleter if the stored pointer is not 
null.
>>> CID 1401394:(UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list 
>>> "throw()" doesn't allow it to be thrown. This will cause a call to 
>>> unexpected() which usually calls terminate().
235   ~unique_ptr() noexcept
236   {
237 auto& __ptr = std::get<0>(_M_t);
238 if (__ptr != nullptr)
239   get_deleter()(__ptr);
240 __ptr = pointer();
/usr/include/c++/6.3.1/bits/unique_ptr.h: 235 in std::unique_ptr::~unique_ptr()()
229   template, is_same<_Dp, 
default_delete<_Tp
231 unique_ptr(auto_ptr<_Up>&& __u) noexcept;
232 #endif
233 
234   /// Destructor, invokes the deleter if the stored pointer is not 
null.
>>> CID 1401394:(UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list 
>>> "throw()" doesn't allow it to be thrown. This will cause a call to 
>>> unexpected() which usually calls terminate().
235   ~unique_ptr() noexcept
236   {
237 auto& __ptr = std::get<0>(_M_t);
238 if (__ptr != nullptr)
239   get_deleter()(__ptr);
240 __ptr = pointer();

** CID 1401393:(UNCAUGHT_EXCEPT)
/usr/include/c++/6.3.1/bits/unique_ptr.h: 342 in 
std::unique_ptr::reset(sd::slidesorter::view::SlideSorterView::DrawLock
 *)()
/usr/include/c++/6.3.1/bits/unique_ptr.h: 342 in 
std::unique_ptr::reset(PaintBufferGuard *)()
/usr/include/c++/6.3.1/bits/unique_ptr.h: 342 in std::unique_ptr::reset(vcl::Cursor *)()



*** CID 1401393:(UNCAUGHT_EXCEPT)
/usr/include/c++/6.3.1/bits/unique_ptr.h: 342 in 
std::unique_ptr::reset(sd::slidesorter::view::SlideSorterView::DrawLock
 *)()
336*
337* @param __p  The new pointer to store.
338*
339* The deleter will be invoked if a pointer is already owned.
340*/
341   void
>>> CID 1401393:(UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list 
>>> "throw()" doesn't allow it to be thrown. This will cause a call to 
>>> unexpected() which usually calls terminate().
342   reset(pointer __p = pointer()) noexcept
343   {
344 using std::swap;
345 swap(std::get<0>(_M_t), __p);
346 if (__p != pointer())
347   get_deleter()(__p);
/usr/include/c++/6.3.1/bits/unique_ptr.h: 342 in 
std::unique_ptr

[Libreoffice-bugs] [Bug 106133] New: Cell Reference to Cells in Another Sheet Do Not Show-up in Formula Bar When You Type in "=" and Click the Cell

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

Bug ID: 106133
   Summary: Cell Reference to Cells in Another Sheet Do Not
Show-up in Formula Bar When You Type in "=" and Click
the Cell
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Steps to Reproduce:

1. New Calc with two sheets ("Sheet1" and "Sheet2").

2. Put cursor in Sheet2:B3, then click the "Freeze Columns and Rows" toolbar
icon.

3. Put cursor in Sheet2:C4, then try to reference to any cells in Sheet1. (i.e,
type in "=", click "Sheet1", then click any cells in Sheet1).

Expected Behaviour:
In step 3, the formula bar should show the cell reference address when you
click any cells in Sheet1.

Current Behaviour:
Formula bar is always showing "=" without the cell reference.

It is noted that it works OK when the columns and rows are not frozen in
Sheet2.

Version: 5.4.0.0.alpha0+
Build ID: a6c4552e792f6ab20fae83d354b369defd3bb345
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; 
Locale: zh-CN (zh_CN.UTF-8); Calc: group
Ubuntu 16.04 LTS X64.

-- 
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 106133] Cell Reference to Another Sheet Do Not Show-up in Formula Bar When You Type in "=" and Click the Referenced Cell

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

Kevin Suo  changed:

   What|Removed |Added

Summary|Cell Reference to Cells in  |Cell Reference to Another
   |Another Sheet Do Not|Sheet Do Not Show-up in
   |Show-up in Formula Bar When |Formula Bar When You Type
   |You Type in "=" and Click   |in "=" and Click the
   |the Cell|Referenced Cell

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


[Libreoffice-bugs] [Bug 106132] FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption

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

Aron Budea  changed:

   What|Removed |Added

 CC||vmik...@collabora.co.uk,
   ||xiscofa...@libreoffice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3990,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=84
   ||678

--- Comment #2 from Aron Budea  ---
The commit is also causing bug 103990, but it's hard to determine whether the
two issues are the exact same, and also the repro steps/document are very
simple here.
Adding Cc: to Miklos Vajna, please take a look.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=c761df1e42fd11acc5fc05b0baacd803c3788ca6
author  Miklos Vajna   2016-10-25 07:05:47
(GMT)
committer   Miklos Vajna   2016-10-25 09:32:01
(GMT)

"tdf#84678 DOCX import: fix handling of textbox margins"

-- 
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 84678] FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x

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

Aron Budea  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103990] FILEOPEN: DOCX: text inside textbox is cropped

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

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 106132] FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption

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

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||filter:docx, regression
   Priority|medium  |high
 Blocks||104449
 Whiteboard||interoperability

--- Comment #1 from Aron Budea  ---
Bibisected using repo bibisect-win32-5.3.

5ef53ff20dccfce6d58e31ec1d7802357d8140b3 is the first bad commit
commit 5ef53ff20dccfce6d58e31ec1d7802357d8140b3
Author: Norbert Thiebaud 
Date:   Tue Oct 25 05:35:00 2016 -0700

source sha:c761df1e42fd11acc5fc05b0baacd803c3788ca6

# bad: [166286094e583fb471c9500fdbddee4e83ef478c] source
sha:70b3dd697cb248fb56830db691269fe9e78c57fb
# good: [defb73f1c6e2a66dbd21ba89e684f57427e8bc4b] source
sha:5b168b3fa568e48e795234dc5fa454bf24c9805e
git bisect start '166286094e583fb471c9500fdbddee4e83ef478c' 'oldest'
# good: [f8c311fc5523da9c3e971202ac1389be92d196b7] source
sha:9cd59f774621b99174af2cd698466d5c0d9a68e2
git bisect good f8c311fc5523da9c3e971202ac1389be92d196b7
# good: [287cd1a6e31c62e092de162b8a5499fe72858ccd] source
sha:7403c95540ba96a304eaebcb4845e910746133bb
git bisect good 287cd1a6e31c62e092de162b8a5499fe72858ccd
# bad: [6ce9e10e7d03e295648b1f8018e605b32387e2cc] source
sha:01ff03e15449a618a4a8623a29eb9ea5917e6c22
git bisect bad 6ce9e10e7d03e295648b1f8018e605b32387e2cc
# bad: [d942a1e38f5704d412d2c663e437457a1a5a07ba] source
sha:23ca39a7c2cd5b33ac6361282432c6f34c458366
git bisect bad d942a1e38f5704d412d2c663e437457a1a5a07ba
# good: [000a4fc35af4d0c25c3730e4531597aeba340052] source
sha:06916c839b16866b47235306d2db50850df0ad7c
git bisect good 000a4fc35af4d0c25c3730e4531597aeba340052
# good: [045aad312e2314270c22a467d8599d8d449a3a2b] source
sha:b43888e73c761436f102b61e21d00825b6813a18
git bisect good 045aad312e2314270c22a467d8599d8d449a3a2b
# bad: [ebaca41f0b9ca71da0779f7daafddc581b5acabd] source
sha:48304cb5b4d8df71463837e2e48aa7c4d9594df9
git bisect bad ebaca41f0b9ca71da0779f7daafddc581b5acabd
# bad: [872fabb1ea5566e72d1ba5a357b6f9ed3ba3a313] source
sha:799a3a7915e6285c8072f92c63ba7149223ac443
git bisect bad 872fabb1ea5566e72d1ba5a357b6f9ed3ba3a313
# bad: [76228e22605068b4f07a715107f2602e5f47704d] source
sha:56c71eb5bc674938fc9934a56770f6ee19c98204
git bisect bad 76228e22605068b4f07a715107f2602e5f47704d
# bad: [27a003cf107e6356b55a3f42057b44aca9fa05d1] source
sha:30a458d7e1dcd8c7b35cd74b10ce41d2a89e8552
git bisect bad 27a003cf107e6356b55a3f42057b44aca9fa05d1
# good: [2e3a65b324acf135f382cda2efb3cbd0550a4a9e] source
sha:fab262f115e5c0e6d43b65e376241152ddff82b3
git bisect good 2e3a65b324acf135f382cda2efb3cbd0550a4a9e
# bad: [4ddfd43b5587f5a819d210d04e07a632065f7a78] source
sha:b45fe99f16762c5d79ce67f6a04ee58fc7c14456
git bisect bad 4ddfd43b5587f5a819d210d04e07a632065f7a78
# bad: [5ef53ff20dccfce6d58e31ec1d7802357d8140b3] source
sha:c761df1e42fd11acc5fc05b0baacd803c3788ca6
git bisect bad 5ef53ff20dccfce6d58e31ec1d7802357d8140b3
# first bad commit: [5ef53ff20dccfce6d58e31ec1d7802357d8140b3] source
sha:c761df1e42fd11acc5fc05b0baacd803c3788ca6


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 104449] [META] DOCX Textbox related issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||106132


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106132
[Bug 106132] FILEOPEN, DOCX: Frame (text box) around image cuts into image and
caption
-- 
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 106132] New: FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption

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

Bug ID: 106132
   Summary: FILEOPEN, DOCX: Frame (text box) around image cuts
into image and caption
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu

Created attachment 131403
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131403=edit
Sample, save as DOCX and reopen

1. Insert an image in an empty document.
2. Set a caption via right click on image, Insert Caption... (just add a
caption and click OK)
3. Save file as DOCX.
4. Reopen in Writer.

An ODT with steps 1-2 is attached.

=> The frame around the image is incorrectly sized, and can't contain the image
or caption anymore.
(there's no numbering, either, that will be reported separately)

Reproduced with 5.3.0.3 / Windows 7, looks fine in 5.2.0.4. => regression
Interestingly, since 4.4.0.3 the frame also turns into a text box, which, if
created manually, can't hold images.

Since it's a basic function, setting importance to high/major.

-- 
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 104701] PS Type 1 URW fonts missing in LibreOffice 5.3.0.0.beta1 and 5.3.0.0.beta2

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

--- Comment #11 from V Stuart Foote  ---
(In reply to Khaled Hosny from comment #10)
> This is not going to happen, unfortunately.

Nothing unfortunate about it--the ESC made the correct decision with the move
to a common rendering framework.

What might be helpful (and not slipping backward) is to assure that any Type1
PS receive suitable fallback font, so opening an "archival" document receives
reasonable fidelity with no missing blocks of text. IHMO that is all the more
we're obliged to do for Type1 and bitmap fonts.

Otherwise resolving any residual annoyances in the HarfBuzz implementations
interplay with FreeType, CoreText and DirectWrite shaping is time better spent.

And bye the way--thank you Khaled!

-- 
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 104701] PS Type 1 URW fonts missing in LibreOffice 5.3.0.0.beta1 and 5.3.0.0.beta2

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

--- Comment #10 from Khaled Hosny  ---
This is not going to happen, unfortunately. All code supporting Type 1 fonts
have been removed in the upcoming 5.4 release and I don’t see anyone
volunteering to bring it back and adding the code required for the new layout
engine to support them.

A better investment, going forward is to find a non-Type 1 replacement of these
fonts, to convert them to OpenType using AFDKO or FontForge.

-- 
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 104701] PS Type 1 URW fonts missing in LibreOffice 5.3.0.0.beta1 and 5.3.0.0.beta2

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

--- Comment #9 from S.  ---
This unfortunate change breaks formatting for many years of documents I have
created. I have always used the Ghostscript extra fonts, especially "Bitstream
Charter", which is not available in either of the links that Khaled posted.
Please consider revoking this inconsiderate decision.

-- 
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 90195] Hiding the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 102062] [META] Notebookbar: bugs and enhancements

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

Bug 102059 Summary: NotebookBar not accessible with F6
https://bugs.documentfoundation.org/show_bug.cgi?id=102059

   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-ux-advise] [Bug 90195] Hiding the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 101912] [META] Accessibility (a11y) bugs and enhancements

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

Bug 102059 Summary: NotebookBar not accessible with F6
https://bugs.documentfoundation.org/show_bug.cgi?id=102059

   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 102059] NotebookBar not accessible with F6

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||195
 Resolution|--- |FIXED

--- Comment #5 from V Stuart Foote  ---
Sorry, missed the commit. Still have bug 90195 to finish, but this should have
been closed. F6 navigation cycles focus as expected now.

-- 
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 90195] Hiding the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||eszka...@gmail.com

--- Comment #19 from V Stuart Foote  ---
So has the work needed for comment 14 been forgotten?

As we move the MUFFIN interface forward we need to resolve some of these issues
before we can expose it as non-experimental.

Seems we are still going to need to assign a shortcut--F10 still makes the most
sense--to toggle visibility of the main menu for use with the Notebook bar's
tabbed layout, or other MUFFIN .UI interfaces that close it with the
.uno:Menubar.  And as well configuring the  key for toggle to show the
main menu for using its accelerators.

-- 
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 90195] Hiding the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||eszka...@gmail.com

--- Comment #19 from V Stuart Foote  ---
So has the work needed for comment 14 been forgotten?

As we move the MUFFIN interface forward we need to resolve some of these issues
before we can expose it as non-experimental.

Seems we are still going to need to assign a shortcut--F10 still makes the most
sense--to toggle visibility of the main menu for use with the Notebook bar's
tabbed layout, or other MUFFIN .UI interfaces that close it with the
.uno:Menubar.  And as well configuring the  key for toggle to show the
main menu for using its accelerators.

-- 
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: MSVC 2015 builds Failing After 2017 Support added

2017-02-21 Thread David Ostrovsky
On Sun, 2017-02-19 at 20:53 +, Luke Benes wrote:
> config_host.mk: 
> export UCRTSDKDIR=C:/PROGRA~2/WI3CF2~1/10/
> export UCRTVERSION=10.0.10240.0
> 
> Looking at the creation date of that folder, it matches the creation
>  date of C:\Program Files (x86)\Microsoft Visual Studio 14.0. 

Thanks again for the infos and apologize for the regression. It should
be fixed now for all supported compiler/SDK permutations in:[1].

* [1] https://gerrit.libreoffice.org/34528
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

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

New commits:
commit 0999c403a0a7cc9248a1773042ad09fd85004267
Author: Tamás Zolnai 
Date:   Tue Feb 21 23:40:07 2017 +0100

ChartDumpTest: More build fix

Change-Id: Idf59d552582035d3988e761a5024887a2540e692

diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx 
b/chart2/qa/extras/chart2dump/chart2dump.cxx
index 6847fb0..3b80bcc 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -645,7 +645,7 @@ DECLARE_DUMP_TEST(AxisGeometryTest, Chart2DumpTest, false)
 
 DECLARE_DUMP_TEST(AxisLabelTest, Chart2DumpTest, false)
 {
-const double fLocalEPS = 150.1;
+const double fLocalEPS = 200.1;
 const std::vector aTestFiles =
 {
 "default_formated_axis.odp",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106083] Calc chart y-axis title not displayed correctly in LibreOffice 5.3

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

pegr...@sonic.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from pegr...@sonic.net ---
I installed
libo-master~2017-02-18_23.35.38_LibreOfficeDev_5.4.0.0.alpha0_Win_x86

In SAFE MODE the y-axis title appears correctly.
In NORMAL MODE the bug shows up as before - the y-axis title is unreadable.

I have also confirmed that the bug is present in both x86 and x64 versions of
version 5.3.0, but is not present in x86 and x64 versions of version 5.2.5

-- 
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 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

--- Comment #12 from CommodusTheTyrant  ---
ok, so, help me out here - what is a roundtrip?

also - my son typed all morning, and this was his first save.
(the original 'econom...' file)
then he closed writer only to find that it could not reopen.
so, this file is as original 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 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

--- Comment #11 from Xisco Faulí  ---
(In reply to CommodusTheTyrant from comment #10)
> Please try to open the original 'economics project.docx' - that one gives
> the error described, and has the duplicate tag.

That's not the file I meant, we want the original file, the one that gets
corrupted after a roundtrip with LibreOffice, thus we can investigate what's
wrong at export 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-commits] core.git: sw/source

2017-02-21 Thread Johnny_M
 sw/source/filter/inc/fltini.hxx   |   18 -
 sw/source/filter/inc/fltshell.hxx |   16 
 sw/source/filter/inc/wrt_fn.hxx   |6 +--
 sw/source/filter/inc/wrtswtbl.hxx |   70 +++---
 4 files changed, 55 insertions(+), 55 deletions(-)

New commits:
commit 9787e68c27b94ccfa25bd9246e24fb42c900aff3
Author: Johnny_M 
Date:   Sun Feb 19 13:31:50 2017 +

Translate German comments in sw/source/filter/inc/

Change-Id: Ibd1fd21f1d36591d28979e733da4a812133912ef
Reviewed-on: https://gerrit.libreoffice.org/34428
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index 5cb162f..7b5fa11 100644
--- a/sw/source/filter/inc/fltini.hxx
+++ b/sw/source/filter/inc/fltini.hxx
@@ -27,11 +27,11 @@ class SwTextNode;
 class SwNumRule;
 class SwNodeIndex;
 
-// die speziellen Reader
+// the special readers
 
 class HTMLReader: public Reader
 {
-// wir wollen die Streams / Storages nicht geoeffnet haben
+// we don't want to have the streams/storages open
 virtual bool SetStrmStgPtr() override;
 virtual sal_uLong Read(SwDoc &, const OUString& rBaseURL, SwPaM &, const 
OUString &) override;
 virtual OUString GetTemplateName() const override;
@@ -53,18 +53,18 @@ public:
std::vector& rStrings ) const 
override;
 };
 
-// die speziellen Writer
+// the special writers
 
 void GetWW8Writer( const OUString&, const OUString&, WriterRef& );
 
-// Umsetzen der LRSpaces im aktuell importierten Doc. Die Fremd-Filter
-// liefern immer absolute Werte fuer die Ebenen einer NumRule. Wir
-// verarbeiten jetzt aber relative Werte bezogen auf das LR-Space-Item.
-// Das hat zur Folge, das bei allen Absaetzen die EInzuege der NumRule vom
-// Absatz-Einzug abgezogen werden muss.
+// Mapping of the LRSpaces in the currently imported document.
+// The foreign filters always provide absolute values for the levels of
+// a NumRule. We are now processing relative values related to the 
LR-Space-Item
+// though. The consequence of this is that, for all paragraphs, the 
indentations
+// of the NumRule must be subtracted from the paragraph indentation.
 class SW_DLLPUBLIC SwRelNumRuleSpaces
 {
-SwNumRuleTable* pNumRuleTable;  // Liste aller benannten NumRules
+SwNumRuleTable* pNumRuleTable;  // list of all named NumRules
 
 public:
 SwRelNumRuleSpaces( SwDoc& rDoc, bool bNewDoc );
diff --git a/sw/source/filter/inc/fltshell.hxx 
b/sw/source/filter/inc/fltshell.hxx
index 4ba7b72..8c132ef 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -86,7 +86,7 @@ public:
 }
 };
 
-// Stack-Eintrag fuer die Attribute Es werden immer Pointer auf neue Attribute 
uebergeben.
+// Stack entry for the attributes. It is always pointers to new attributes 
that are passed.
 class SwFltStackEntry
 {
 private:
@@ -200,7 +200,7 @@ public:
 SwFltAnchor(const SwFltAnchor&);
 virtual ~SwFltAnchor() override;
 
-// "pure virtual Methoden" vom SfxPoolItem
+// "purely virtual methods" of SfxPoolItem
 virtual bool operator==(const SfxPoolItem&) const override;
 virtual SfxPoolItem* Clone(SfxItemPool* = nullptr) const override;
 void SetFrameFormat(SwFrameFormat * _pFrameFormat);
@@ -249,7 +249,7 @@ public:
 nAutorNo(   rCpy.nAutorNo ),
 nAutorNoPrev(   rCpy.nAutorNoPrev )
 {}
-// "pure virtual Methoden" vom SfxPoolItem
+// "purely virtual methods" of SfxPoolItem
 virtual bool operator==(const SfxPoolItem& rItem) const override;
 virtual SfxPoolItem* Clone(SfxItemPool* = nullptr) const override;
 };
@@ -270,7 +270,7 @@ public:
const bool bIsTOCBookmark = false );
 SwFltBookmark( const SwFltBookmark& );
 
-// "pure virtual Methoden" vom SfxPoolItem
+// "purely virtual methods" of SfxPoolItem
 virtual bool operator==(const SfxPoolItem&) const override;
 virtual SfxPoolItem* Clone(SfxItemPool* = nullptr) const override;
 
@@ -310,7 +310,7 @@ class SW_DLLPUBLIC SwFltTOX : public SfxPoolItem
 public:
 SwFltTOX(SwTOXBase* pBase);
 SwFltTOX(const SwFltTOX&);
-// "pure virtual Methoden" vom SfxPoolItem
+// "purely virtual methods" of SfxPoolItem
 virtual bool operator==(const SfxPoolItem&) const override;
 virtual SfxPoolItem* Clone(SfxItemPool* = nullptr) const override;
 SwTOXBase* GetBase(){ return pTOXBase; }
@@ -320,9 +320,9 @@ public:
 bool HadPageDescItem() const { return bHadPageDescItem; }
 };
 
-// Der WWEndStack verhaelt sich wie der WWControlStck, nur dass die Attribute
-// auf ihm bis ans Ende des Dokuments gehortet werden, falls auf sie noch
-// zugegriffen werden muss (z.B. Book/RefMarks, Index u.s.w.)
+// The WWEndStack behaves like the WWControlStack, except that the attributes
+// on it are 

[Libreoffice-bugs] [Bug 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

CommodusTheTyrant  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from CommodusTheTyrant  ---
Please try to open the original 'economics project.docx' - that one gives the
error described, and has the duplicate 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 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #9 from Xisco Faulí  ---
Hello,
I can't reproduce the problem if I save the 'fixed' document. Could you please
attach the original file which gives the SAX parser error after roundtrip?

-- 
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: sc/qa

2017-02-21 Thread Eike Rathke
 sc/qa/unit/ucalc.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 50d9da073d34ea6a223d39538ec37a646f8d276e
Author: Eike Rathke 
Date:   Tue Feb 21 23:14:06 2017 +0100

do not test for different caption pointers ...

... if it's not guaranteed they may not be identical.

Change-Id: Ieb4b0eb07a1b1832df65dde3c2e5a92b5121a162

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 3703696..f2a0196 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -5376,7 +5376,9 @@ void Test::testNoteLifeCycle()
 CPPUNIT_ASSERT_MESSAGE("Failed to paste cell comment at B5.", pNoteB5);
 const SdrCaptionObj* pCaptionB5 = pNoteB5->GetOrCreateCaption(aPosB5);
 CPPUNIT_ASSERT_MESSAGE("No caption at pasted B5.", pCaptionB5);
-CPPUNIT_ASSERT_MESSAGE("Captions not different after Paste.", 
pCaptionB5 != pOtherCaptionB5);
+// Do not test if  pCaptionB5 != pOtherCaptionB5  because since pDoc2
+// has been closed and the caption been deleted objects *may* be
+// allocated at the very same memory location.
 }
 
 m_pDoc->DeleteTab(0);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

2017-02-21 Thread Eike Rathke
 sc/source/ui/drawfunc/fuins2.cxx |   17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 69bc288b0aac0672cf560dec2c4c946e9620ea62
Author: Eike Rathke 
Date:   Mon Feb 20 22:26:40 2017 +0100

Resolves: tdf#106089 generate range string with current address convention

 This is a combination of 2 commits.

Resolves: tdf#106089 catch legal IllegalArgumentException on bad range 
string

... that for example doesn't match the document's current address 
convention.
Further work is need to make that actually fly, but at least don't terminate
the application but come up with a default Chart instead where the range 
can be
edited.

(cherry picked from commit 0200677891c6d592a12343f0d6f82c569cd7a9e0)

Related: tdf#106089 generate range string with current address convention

... so subsequent parsing actually works.

(cherry picked from commit 3ec3d7ead0f2e47a4e24ba0d6953fea0f49815ed)

47d661d24552104b56827248b4c5e6a6617c5d63

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

diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx
index 41610a0..9a9e132 100644
--- a/sc/source/ui/drawfunc/fuins2.cxx
+++ b/sc/source/ui/drawfunc/fuins2.cxx
@@ -114,7 +114,7 @@ void lcl_ChartInit( const uno::Reference < 
embed::XEmbeddedObject >& xObj, ScVie
 pDoc->LimitChartArea( nTab1, nCol1,nRow1, nCol2,nRow2 );
 
 ScRange aRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 );
-aRangeString = aRange.Format(ScRefFlags::RANGE_ABS_3D, 
);
+aRangeString = aRange.Format(ScRefFlags::RANGE_ABS_3D, 
, rScDoc.GetAddressConvention());
 }
 }
 }
@@ -186,7 +186,20 @@ void lcl_ChartInit( const uno::Reference < 
embed::XEmbeddedObject >& xObj, ScVie
 aArgs[3] = beans::PropertyValue(
 OUString("DataRowSource"), -1,
 uno::makeAny( eDataRowSource ), 
beans::PropertyState_DIRECT_VALUE );
-xReceiver->setArguments( aArgs );
+
+try
+{
+xReceiver->setArguments( aArgs );
+}
+catch (const lang::IllegalArgumentException& e)
+{
+// Can happen for invalid aRangeString, in which case a Chart
+// will be created nevertheless and the range string can be
+// edited.
+SAL_WARN("sc.ui",
+"lcl_ChartInit - caught IllegalArgumentException with 
message \"" << e.Message << "\","
+" might be due to aRangeString: " << aRangeString);
+}
 
 // don't create chart listener here (range may be modified in 
chart dialog)
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-02-21 Thread Eike Rathke
 sc/qa/unit/ucalc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6bf75f3d805fd97fb38f2d29158f10245035c2fa
Author: Eike Rathke 
Date:   Tue Feb 21 23:04:48 2017 +0100

this should be GetOrCreateCaption()

... as the caption object has to be created after the note was pasted from a
clipboard where the caption was forgotten..

Change-Id: I9b04f0146a7609ac44973dc181fa2ab6b11295b9

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index e6d9718..3703696 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -5374,7 +5374,7 @@ void Test::testNoteLifeCycle()
 pasteFromClip( m_pDoc, aPosB5, ); // should not crash ... 
tdf#104967
 ScPostIt* pNoteB5 = m_pDoc->GetNote(aPosB5);
 CPPUNIT_ASSERT_MESSAGE("Failed to paste cell comment at B5.", pNoteB5);
-const SdrCaptionObj* pCaptionB5 = pNoteB5->GetCaption();
+const SdrCaptionObj* pCaptionB5 = pNoteB5->GetOrCreateCaption(aPosB5);
 CPPUNIT_ASSERT_MESSAGE("No caption at pasted B5.", pCaptionB5);
 CPPUNIT_ASSERT_MESSAGE("Captions not different after Paste.", 
pCaptionB5 != pOtherCaptionB5);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 62595] Make Edits to Charts Undoable -- Currently Chart Edits Are Not Undoable via Ctrl + Z

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

--- Comment #10 from Gavin D  ---
If the Chart and Calc apps are technically individual programs, why not allow
direct access to the Chart app, where users may create their charts, taking
data from other apps like Calc, while running its own undo/redo stack? In much
the same as a one may create a drawing in Draw, and import it into Writer, it
would be great to create a graph in Chart, and import it into Calc. This would
eradicate the need for nested undo stacks.

-- 
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: sc/qa sc/source

2017-02-21 Thread Winfried Donkers
 sc/qa/unit/data/functions/text/fods/search.fods |  354 ++--
 sc/source/core/tool/interpr1.cxx|   11 
 2 files changed, 221 insertions(+), 144 deletions(-)

New commits:
commit 07157107a3b7fd3d1b55db9ce1aeb9f6d4e204ab
Author: Winfried Donkers 
Date:   Wed Feb 8 16:48:58 2017 +0100

tdf#105772 apply all ODFF constraints with function SEARCH.

Now the function both complies with ODFF1.2 and behaves the same
as Excel does.

Change-Id: Ic49af48cacedbac54688266a916c5fa6e28bb5c4
Reviewed-on: https://gerrit.libreoffice.org/34037
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 

diff --git a/sc/qa/unit/data/functions/text/fods/search.fods 
b/sc/qa/unit/data/functions/text/fods/search.fods
index 4d1b1a0..b4d4ccf 100644
--- a/sc/qa/unit/data/functions/text/fods/search.fods
+++ b/sc/qa/unit/data/functions/text/fods/search.fods
@@ -1,13 +1,13 @@
 
 
 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:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation: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:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis: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: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:form
 x="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.spreadsheet">
- 
2017-02-02T18:52:02.797049582P0D1LibreOfficeDev/5.3.0.0.alpha1$Linux_X86_64
 
LibreOffice_project/883024d657fb45c7da459017d2f936aac5644bfb
+ 
2017-02-02T18:52:02.797049582P0D1LibreOfficeDev/5.4.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/cc33a1ccda26819ed1dff02ec54e7452a598273f
  
   
0
0
33104
-   13409
+   9427

 
  view1
@@ -32,7 +32,7 @@
   
   
4
-   20
+   19
0
0
0
@@ -50,7 +50,7 @@
   
  
  Sheet2
- 1241
+ 1857
  0
  85
  60
@@ -91,10 +91,12 @@
true
true
true
+   true
+   true
false
12632256
false
-   Lexmark-E352dn
+   Generic 
Printer

 
  en
@@ -111,14 +113,12 @@
  ([{£¥‵〈《「『【〔〖([{£¥〝︵︷︹︻︽︿﹁﹃﹙﹛﹝({“‘
 

-   true
-   true
3
1
true
1
true
-   rgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAzwAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkE0AElucHV0U2xvdDpUcmF5MQBEdXBsZXg6Tm9uZQAAEgBDT01QQVRfRFVQTEVYX01PREUPAER1cGxleE1vZGU6Ok9mZg==
+   hQH+/0dlbmVyaWMgUHJpbnRlcgAAU0dFTlBSVAAWAAMApgAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCm1hcmdpbmRhanVzdG1lbnQ9MCwwLDAsMApjb2xvcmRlcHRoPTI0CnBzbGV2ZWw9MApwZGZkZXZpY2U9MApjb2xvcmRldmljZT0wClBQRENvbnRleERhdGEKUGFnZVNpemU6QTQAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=
false
0
   
@@ -146,7 +146,7 @@
  
  
   
-   
+   

   
   
@@ -733,15 +733,63 @@
   

   
-  
-   
-  
-  
   



   
+  
+   
+  
+  
+   
+  
+  
+  
+   
+ 

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

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

--- Comment #13 from Vince Wilyard  ---
(In reply to Jean-Baptiste Faure from comment #12)
> (In reply to Vince Wilyard from comment #11)
> > Thank you to everyone for your help so far.
> > 
> > Here is what I am doing to get LibreDraw to do what I want it to do.
> > 
> > 1. Open File.
> > 2. Perform a Find and Replace edit.
> > 3. Let it complete without touching the mouse in any application. The
> > Replace All 
> >remains pushed down on the screen.
> > 4. Save the file with a desired new name. 
> > 5. Close the file.
> > 6. Close LibreOffice.
> > 7. Repeat.
> > 
> > If I click anywhere in any application during the Replace All edit, then
> > LibreOffice stops responding, and then I have to kill the operation / task.
> > So I follow the above steps.
> 
> Is it not enough to close the Find dialog when Replace All has
> finished, that is right after 3?
> 
> Best regards. JBF

This is correct. I have attempted several different sequences. But what I
outlined above works without locking up Libre. I usually wait a minute or two
before opening up the file to repeat the process for the next change. Otherwise
if I don't, then I get "Not Responding". 

Thank you for asking.

Best regards, VW

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

2017-02-21 Thread Markus Mohrhard
 ucb/source/ucp/webdav/SerfSession.cxx|3 +++
 ucb/source/ucp/webdav/webdavcontent.cxx  |6 ++
 ucb/source/ucp/webdav/webdavdatasupplier.cxx |1 +
 ucb/source/ucp/webdav/webdavprovider.cxx |1 +
 4 files changed, 11 insertions(+)

New commits:
commit 931646b2534f245064a87dbe6054921a9ef71765
Author: Markus Mohrhard 
Date:   Tue Feb 21 21:25:47 2017 +0100

fix the webdav=serf build

Change-Id: I1e66f437d561e5a8838fd331c6add25f4e25655e
Reviewed-on: https://gerrit.libreoffice.org/34525
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/ucb/source/ucp/webdav/SerfSession.cxx 
b/ucb/source/ucp/webdav/SerfSession.cxx
index 90becfc..91e3871 100644
--- a/ucb/source/ucp/webdav/SerfSession.cxx
+++ b/ucb/source/ucp/webdav/SerfSession.cxx
@@ -44,6 +44,9 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
 #define OID_SUBJECT_ALTERNATIVE_NAME "2.5.29.17"
 
 #include 
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx 
b/ucb/source/ucp/webdav/webdavcontent.cxx
index 5b193ea..6c72c36 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -26,17 +26,22 @@
 #include 
 #include 
 
+#include 
+#include 
 #include 
+#include 
 #include 
 #include 
 #include 
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -71,6 +76,7 @@
 #include "ContentProperties.hxx"
 #include "SerfUri.hxx"
 #include "UCBDeadPropertyValue.hxx"
+#include "DAVException.hxx"
 
 using namespace com::sun::star;
 using namespace http_dav_ucp;
diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.cxx 
b/ucb/source/ucp/webdav/webdavdatasupplier.cxx
index 4ff990a..6da72d2 100644
--- a/ucb/source/ucp/webdav/webdavdatasupplier.cxx
+++ b/ucb/source/ucp/webdav/webdavdatasupplier.cxx
@@ -32,6 +32,7 @@
 #include "ContentProperties.hxx"
 #include "DAVSession.hxx"
 #include "SerfUri.hxx"
+#include 
 
 using namespace com::sun::star;
 using namespace http_dav_ucp;
diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx 
b/ucb/source/ucp/webdav/webdavprovider.cxx
index 4fc3d30..607d642 100644
--- a/ucb/source/ucp/webdav/webdavprovider.cxx
+++ b/ucb/source/ucp/webdav/webdavprovider.cxx
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace com::sun::star;
 using namespace http_dav_ucp;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106096] Formatting marks (aka Non-printing characters) missing or misplaced

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

--- Comment #4 from Gabriele Ponzo  ---
I've noticed on last attachment that tab symbols are centred, but also that
MacOs version is more recent than mine, that is 10.8.5. So the behavior is
different among versions of MacOs.

-- 
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 106101] Custom Shapes, how to print variable value or show variable value to debug

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

--- Comment #5 from sportegioco  ---
Sorry for mistake in question category,

This is a simple custom shapes, an arrow that have this code:


  
  


  



The question is:   
When i move an handle, is possible to print in real time in the page (... in a
text area or in other way)  the value of $0 or $1 or other variable ...if there
were like ?f0 ?f1

...like in the example in attachment

Thank 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-bugs] [Bug 106101] Custom Shapes, how to print variable value or show variable value to debug

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

--- Comment #4 from sportegioco  ---
Created attachment 131402
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131402=edit
SimplyArrow.odg

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

2017-02-21 Thread Winfried Donkers
 sc/source/core/inc/interpre.hxx  |2 +-
 sc/source/core/tool/interpr3.cxx |5 +++--
 sc/source/core/tool/interpr4.cxx |4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 0aca3bde3ae6d1acc241e3aecde5ebca89b75b1b
Author: Winfried Donkers 
Date:   Thu Feb 9 17:21:28 2017 +0100

tdf#105885 fix incorrect result with CHISQ.DIST.RT.

With X-argument < 0 Excel returns an error; Calc now does too.

Change-Id: I58a84436b2418bef824b6494c2cc5737932cc936
Reviewed-on: https://gerrit.libreoffice.org/34098
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index ccc46ad..bbd18dd 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -877,7 +877,7 @@ void ScTDist_MS();
 void ScTDist_T( int nTails );
 void ScFDist();
 void ScFDist_LT();
-void ScChiDist();   // for LEGACY.CHIDIST, returns right tail
+void ScChiDist( bool bODFF);   // for LEGACY.CHIDIST, returns right tail
 void ScChiSqDist(); // returns left tail or density
 void ScChiSqDist_MS();
 void ScChiSqInv(); //invers to CHISQDIST
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index 95010d2..bef7725 100644
--- a/sc/source/core/tool/interpr3.cxx
+++ b/sc/source/core/tool/interpr3.cxx
@@ -1729,14 +1729,15 @@ void ScInterpreter::ScFDist_LT()
 }
 }
 
-void ScInterpreter::ScChiDist()
+void ScInterpreter::ScChiDist( bool bODFF )
 {
 double fResult;
 if ( !MustHaveParamCount( GetByte(), 2 ) )
 return;
 double fDF  = ::rtl::math::approxFloor(GetDouble());
 double fChi = GetDouble();
-if (fDF < 1.0) // x<=0 returns 1, see ODFF 6.17.10
+if ( fDF < 1.0 // x<=0 returns 1, see ODFF1.2 6.18.11
+   || ( !bODFF && fChi < 0 ) ) // Excel does not accept negative fChi
 {
 PushIllegalArgument();
 return;
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 09c75f7..b6e069e 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4261,8 +4261,8 @@ StackVar ScInterpreter::Interpret()
 case ocFDist:
 case ocFDist_RT : ScFDist();break;
 case ocFDist_LT : ScFDist_LT(); break;
-case ocChiDist  :
-case ocChiDist_MS   : ScChiDist();  break;
+case ocChiDist  : ScChiDist( true );break;
+case ocChiDist_MS   : ScChiDist( false );   break;
 case ocChiSqDist: ScChiSqDist();break;
 case ocChiSqDist_MS : ScChiSqDist_MS(); break;
 case ocStandard : ScStandard(); break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 105618] Weaknesses in creating Bézier curve

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

--- Comment #6 from Regina Henschel  ---
I think, the "Meta"-idea is better. Create a new bug report for the missing
parts in the help. It is clear, that an existing feature should be described.

For the other parts, first a concept has to be discussed (outside Bugzilla),
about what are use cases with Bézier curves and how the UI can better support
the users in their tasks. (Perhaps an idea for GSoC 2018?)

-- 
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 105618] Weaknesses in creating Bézier curve

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

--- Comment #6 from Regina Henschel  ---
I think, the "Meta"-idea is better. Create a new bug report for the missing
parts in the help. It is clear, that an existing feature should be described.

For the other parts, first a concept has to be discussed (outside Bugzilla),
about what are use cases with Bézier curves and how the UI can better support
the users in their tasks. (Perhaps an idea for GSoC 2018?)

-- 
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 105792] UI: editing gradient fill shows different colors than original one

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

Katarina Behrens (CIB)  changed:

   What|Removed |Added

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

--- Comment #2 from Katarina Behrens (CIB)  ---
Not specific to pptx

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

-- 
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 103847] Slide background settings are different on side bar and in slide properties dialog

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

Katarina Behrens (CIB)  changed:

   What|Removed |Added

 CC||tobias.bur...@physik.fu-ber
   ||lin.de

--- Comment #4 from Katarina Behrens (CIB)  ---
*** Bug 105792 has been marked as a duplicate of this bug. ***

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


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

2017-02-21 Thread Winfried Donkers
 sc/source/core/tool/interpr3.cxx |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit ceb1b8f3baa425f0d1ec96ceb2e49e3a04ba4a0a
Author: Winfried Donkers 
Date:   Sat Feb 11 15:05:22 2017 +0100

tdf#105937 fix incorrect constraint for Calc function T.DIST.RT.

As code is shared for various t-distribution functions, the applied
constraints did not all apply for T.DIST.RT.

Change-Id: Ia68330e6fad7990e964fa5fd86fc062c156d1a4e
Reviewed-on: https://gerrit.libreoffice.org/34149
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index b780e78..95010d2 100644
--- a/sc/source/core/tool/interpr3.cxx
+++ b/sc/source/core/tool/interpr3.cxx
@@ -1649,13 +1649,17 @@ void ScInterpreter::ScTDist_T( int nTails )
 if ( !MustHaveParamCount( GetByte(), 2 ) )
 return;
 double fDF = ::rtl::math::approxFloor( GetDouble() );
-double T   = GetDouble();
-if ( fDF < 1.0 || T < 0.0 )
+double fT  = GetDouble();
+if ( fDF < 1.0 || ( nTails == 2 && fT < 0.0 ) )
 {
 PushIllegalArgument();
 return;
 }
-PushDouble( GetTDist( T, fDF, nTails ) );
+double fRes = GetTDist( fT, fDF, nTails );
+if ( nTails == 1 && fT < 0.0 )
+PushDouble( 1.0 - fRes ); // tdf#105937, right tail, negative X
+else
+PushDouble( fRes );
 }
 
 void ScInterpreter::ScTDist_MS()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

--- Comment #8 from CommodusTheTyrant  ---
Ok, now in the 7z file there are in fact both files, the one generating the SAX
parse error, and the 'Fixed' one that is OK.

The difference is that I took out one of the two 'w:themeColor="text1"' tags
from the document.xml in the file with the 'Fixed' prefix.

I solved our problem, thank God, but the bug I wanted to report, because the
FILESAVE messed up here by repeating that tag twice.

-- 
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 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

--- Comment #7 from CommodusTheTyrant  ---
Created attachment 131401
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131401=edit
Both the corrupt and the fixed DOCX file included here

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


[Libreoffice-bugs] [Bug 106086] FILESAVE: 'w:ThemeColor' attribute duplicated after roundtrip

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

CommodusTheTyrant  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-commits] core.git: include/svl svl/source

2017-02-21 Thread Laurent Balland-Poirier
 include/svl/zforlist.hxx|3 ---
 svl/source/numbers/zforlist.cxx |9 -
 2 files changed, 12 deletions(-)

New commits:
commit 52b464f31a162c2e90cb5482ffa2a7ff8dd386d5
Author: Laurent Balland-Poirier 
Date:   Tue Feb 21 08:31:07 2017 +0100

Remove unused function. Following tdf#105657

Change-Id: I7890d76b35bcf5eb9a965fb90ae1a106913548e8
Reviewed-on: https://gerrit.libreoffice.org/34506
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 

diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 81c57d7..dfdd8eb 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -533,9 +533,6 @@ public:
  sal_uInt16& nPrecision, sal_uInt16& 
nAnzLeading,
  LanguageType eLnge = LANGUAGE_DONTKNOW );
 
-/// Get round value with fraction representation
-double GetRoundFractionValue( sal_uInt32 nFormat, double fValue ) const;
-
 /// Check if format code string may be deleted by user
 bool IsUserDefined( const OUString& sStr, LanguageType eLnge = 
LANGUAGE_DONTKNOW );
 
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index b4621bc..c9dab53 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -1962,15 +1962,6 @@ void SvNumberFormatter::GetFormatSpecialInfo(sal_uInt32 
nFormat,
 }
 }
 
-double SvNumberFormatter::GetRoundFractionValue( sal_uInt32 nFormat, double 
fValue ) const
-{
-const SvNumberformat* pFormat = GetFormatEntry( nFormat );
-if ( pFormat )
-return pFormat->GetRoundFractionValue( fValue );
-else
-return fValue;
-}
-
 sal_uInt16 SvNumberFormatter::GetFormatPrecision( sal_uInt32 nFormat ) const
 {
 const SvNumberformat* pFormat = GetFormatEntry( nFormat );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105618] Weaknesses in creating Bézier curve

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

--- Comment #5 from Heiko Tietze  ---
(In reply to Regina Henschel from comment #4)
> If you hold the Alt-key down, when you click for an anchor point, then the
> curve up to there is closed and your mouse is "free" and you can draw a
> next, closed curve, but you stay _inside the same object_. The result is the
> same as if you first draw two objects and then combine them.

The most wanted feature I guess. Hidden combine, which in turn is unknown...

How about keeping this ticket plain and ask for helplines only, which would be
nice. Otherwise we could also make this a meta ticket.

-- 
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: [Libreoffice-commits] Try to cut some costs

2017-02-21 Thread Maxim Monastirsky
Hi Stephan,

On Tue, 2017-02-21 at 10:14 +0100, Stephan Bergmann wrote:
> Any numbers that show that these complications of the code are worth
> it?
> 
TBH I don't know that much about profiling, but when I tested just the
GetGlobalAcceleratorConfiguration function, the cpu time I got was
around 30% of what was before. Also it worth mentioning that this
technique also used in other places in the code base, e.g.

http://opengrok.libreoffice.org/xref/core/framework/source/uielement/su
btoolbarcontroller.cxx#199
http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/imagemgr.cxx
#140

when the latter is of exact the same use case.

Are these complications really worth it? I don't have a definite
answer, as I doubt that the difference can be noticed on a modern hw
(unlike GlobalAcceleratorConfiguration that I changed in the other
commit, which was a real problem).

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


[Libreoffice-bugs] [Bug 104332] Opening Tools menu is slow for the first time (Writer only)

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

--- Comment #13 from Telesto  ---
Created attachment 131400
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131400=edit
LLDB backtrace

Version: 5.4.0.0.alpha0+
Build ID: 273823de644f2086377795d3afb51a39d30bfeaa
CPU Threads: 4; OS Version: Mac OS X 10.12.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 104332] Opening Tools menu is slow for the first time (Writer only)

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

--- Comment #12 from Telesto  ---
Created attachment 131399
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131399=edit
Xcode Time Profile

-- 
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 106111] PDF and Print text is cut, different font size and auto row adjust fails in 5.3 builds (regression)

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

--- Comment #15 from Heiko Tietze  ---
(In reply to Xisco Faulí from comment #13)
> @Heiko, why is it requested to be a MAB bug? How many is many users?

Question forwarded to the OP (the discussion runs in the DE telegram channel
and I'm not fully aware of all aspects).

-- 
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 106131] Crash when I try to move a small line near the left side of a page

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

--- Comment #3 from Roman  ---
*it looks like

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

2017-02-21 Thread Katarina Behrens
 sd/source/ui/sidebar/SlideBackground.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a6cc03546975c9343e2c554f3f049c8f7c35bb54
Author: Katarina Behrens 
Date:   Tue Feb 21 14:36:09 2017 +0100

tdf#102003: Fix misbehaving bitmap fills in sidebar

Change-Id: I7339081df12695ad624a8b71024281034d9380be
Reviewed-on: https://gerrit.libreoffice.org/34520
Tested-by: Jenkins 
Reviewed-by: Katarina Behrens 

diff --git a/sd/source/ui/sidebar/SlideBackground.cxx 
b/sd/source/ui/sidebar/SlideBackground.cxx
index 3d51dfb..a607ae9 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -853,13 +853,13 @@ IMPL_LINK_NOARG(SlideBackground, FillBackgroundHdl, 
ListBox&, void)
 sal_Int16 nPos = mpFillAttr->GetSelectEntryPos();
 GraphicObject aBitmap;
 OUString aName;
-if(nPos == static_cast< sal_Int32 >(BITMAP))
+if( nFillPos == BITMAP )
 {
 SvxBitmapListItem aBitmapListItem(*static_cast(pSh->GetItem(SID_BITMAP_LIST)));
 aBitmap = 
aBitmapListItem.GetBitmapList()->GetBitmap(nPos)->GetGraphicObject();
 aName = 
aBitmapListItem.GetBitmapList()->GetBitmap(nPos)->GetName();
 }
-else if(nPos == static_cast< sal_Int32 >(PATTERN))
+else if( nFillPos == PATTERN )
 {
 SvxPatternListItem aPatternListItem(*static_cast(pSh->GetItem(SID_PATTERN_LIST)));
 aBitmap = 
aPatternListItem.GetPatternList()->GetBitmap(nPos)->GetGraphicObject();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104312] Severe lag on drawing canvas in "Draw"

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

Telesto  changed:

   What|Removed |Added

 Attachment #129451|0   |1
is obsolete||

--- Comment #23 from Telesto  ---
Created attachment 131398
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131398=edit
LLDB UIElementFactoryManager

Version: 5.4.0.0.alpha0+
Build ID: 273823de644f2086377795d3afb51a39d30bfeaa
CPU Threads: 4; OS Version: Mac OS X 10.12.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 106131] Crash when I try to move a small line near the left side of a page

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

--- Comment #2 from Roman  ---
actually, it like just moving the line in the page, placing it somewhere and
then pressing the left mouse button causes Writer to crash

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


[Libreoffice-commits] core.git: 2 commits - sc/source svx/uiconfig sw/AllLangResTarget_sw.mk sw/inc sw/source

2017-02-21 Thread Caolán McNamara
 sc/source/ui/miscdlgs/acredlin.cxx   |6 
 svx/uiconfig/ui/acceptrejectchangesdialog.ui |   79 ++-
 sw/AllLangResTarget_sw.mk|1 
 sw/inc/helpid.h  |9 
 sw/source/uibase/inc/misc.hrc|1 
 sw/source/uibase/inc/redlndlg.hxx|2 
 sw/source/uibase/misc/redlndlg.cxx   |  283 ---
 sw/source/uibase/misc/redlndlg.hrc   |   28 --
 sw/source/uibase/misc/redlndlg.src   |   85 
 9 files changed, 207 insertions(+), 287 deletions(-)

New commits:
commit 4bd8c84c4af617ddfeaa48e9c773ccc73bebade2
Author: Caolán McNamara 
Date:   Tue Feb 21 17:14:26 2017 +

reformat this a tad

Change-Id: I278abd2f3410cb0212b48a605001fe7145c82cfa

diff --git a/sw/source/uibase/misc/redlndlg.cxx 
b/sw/source/uibase/misc/redlndlg.cxx
index 2d96ad8..5765393 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -146,25 +146,24 @@ void SwModelessRedlineAcceptDlg::dispose()
 }
 
 SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, 
VclBuilderContainer *pBuilder,
-   vcl::Window *pContentArea, bool 
bAutoFormat) :
-m_pParentDlg  (pParent),
-m_aTabPagesCTRL   (VclPtr::Create(pContentArea, 
pBuilder)),
-m_xPopup(pBuilder->get_menu("writermenu")),
-m_sInserted   (SW_RES(STR_REDLINE_INSERTED)),
-m_sDeleted(SW_RES(STR_REDLINE_DELETED)),
-m_sFormated   (SW_RES(STR_REDLINE_FORMATED)),
-m_sTableChgd  (SW_RES(STR_REDLINE_TABLECHG)),
-m_sFormatCollSet (SW_RES(STR_REDLINE_FMTCOLLSET)),
-m_sAutoFormat (SW_RES(STR_REDLINE_AUTOFMT)),
-m_bOnlyFormatedRedlines( false ),
-m_bRedlnAutoFormat   (bAutoFormat),
-m_bInhibitActivate( false ),
-m_aInserted   (BitmapEx(SW_RES(BMP_REDLINE_INSERTED))),
-m_aDeleted(BitmapEx(SW_RES(BMP_REDLINE_DELETED))),
-m_aFormated   (BitmapEx(SW_RES(BMP_REDLINE_FORMATED))),
-m_aTableChgd  (BitmapEx(SW_RES(BMP_REDLINE_TABLECHG))),
-m_aFormatCollSet  (BitmapEx(SW_RES(BMP_REDLINE_FMTCOLLSET)))
-
+   vcl::Window *pContentArea, bool 
bAutoFormat)
+: m_pParentDlg(pParent)
+, m_aTabPagesCTRL(VclPtr::Create(pContentArea, pBuilder))
+, m_xPopup(pBuilder->get_menu("writermenu"))
+, m_sInserted(SW_RES(STR_REDLINE_INSERTED))
+, m_sDeleted(SW_RES(STR_REDLINE_DELETED))
+, m_sFormated(SW_RES(STR_REDLINE_FORMATED))
+, m_sTableChgd(SW_RES(STR_REDLINE_TABLECHG))
+, m_sFormatCollSet(SW_RES(STR_REDLINE_FMTCOLLSET))
+, m_sAutoFormat(SW_RES(STR_REDLINE_AUTOFMT))
+, m_bOnlyFormatedRedlines(false)
+, m_bRedlnAutoFormat(bAutoFormat)
+, m_bInhibitActivate(false)
+, m_aInserted(BitmapEx(SW_RES(BMP_REDLINE_INSERTED)))
+, m_aDeleted(BitmapEx(SW_RES(BMP_REDLINE_DELETED)))
+, m_aFormated(BitmapEx(SW_RES(BMP_REDLINE_FORMATED)))
+, m_aTableChgd(BitmapEx(SW_RES(BMP_REDLINE_TABLECHG)))
+, m_aFormatCollSet(BitmapEx(SW_RES(BMP_REDLINE_FMTCOLLSET)))
 {
 m_aTabPagesCTRL->SetHelpId(HID_REDLINE_CTRL);
 m_pTPView = m_aTabPagesCTRL->GetViewPage();
commit e834354ff3dbf38b1d3834f6980fffaed7b4074c
Author: Caolán McNamara 
Date:   Tue Feb 21 16:25:41 2017 +

convert writer changes menu to .ui

Change-Id: I30a957f91c3faca5e16a70efce08579ac3368bdf

diff --git a/sc/source/ui/miscdlgs/acredlin.cxx 
b/sc/source/ui/miscdlgs/acredlin.cxx
index cf18e2b..ac5d9b5 100644
--- a/sc/source/ui/miscdlgs/acredlin.cxx
+++ b/sc/source/ui/miscdlgs/acredlin.cxx
@@ -1679,15 +1679,15 @@ IMPL_LINK_NOARG(ScAcceptChgDlg, CommandHdl, 
SvSimpleTable*, void)
 m_xPopup->Deactivate();
 }
 
-const sal_uInt16 nSubSortId = m_xPopup->GetItemId("sort");
+const sal_uInt16 nSubSortId = m_xPopup->GetItemId("calcsort");
 PopupMenu *pSubMenu = m_xPopup->GetPopupMenu(nSubSortId);
-const sal_uInt16 nActionId = pSubMenu->GetItemId("action");
+const sal_uInt16 nActionId = pSubMenu->GetItemId("calcaction");
 
 sal_uInt16 nSortedCol = pTheView->GetSortedCol();
 if (nSortedCol != 0x)
 pSubMenu->CheckItem(nActionId + nSortedCol);
 
-const sal_uInt16 nEditId = m_xPopup->GetItemId("edit");
+const sal_uInt16 nEditId = m_xPopup->GetItemId("calcedit");
 
 m_xPopup->EnableItem(nEditId, false);
 
diff --git a/svx/uiconfig/ui/acceptrejectchangesdialog.ui 
b/svx/uiconfig/ui/acceptrejectchangesdialog.ui
index af4ddf2..38d6d01 100644
--- a/svx/uiconfig/ui/acceptrejectchangesdialog.ui
+++ b/svx/uiconfig/ui/acceptrejectchangesdialog.ui
@@ -128,14 +128,14 @@
 True
 False
 
-  
+  
 True
 False
 Edit Comment...
   
 
 
-  
+  
 True
 False
 Sorting
@@ -145,7 +145,7 @@
 True
 False
   

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

2017-02-21 Thread Caolán McNamara
 helpers/help_hid.lst   |5 
 source/text/shared/01/02230401.xhp |   42 ++---
 2 files changed, 21 insertions(+), 26 deletions(-)

New commits:
commit 0dbfd3f53a4cb4074ea5745fa5c7331d87c2742e
Author: Caolán McNamara 
Date:   Tue Feb 21 17:08:02 2017 +

update help ids for writer sort/edit comments menu .ui conversion

Change-Id: I960d72cd9e7903c9682e84770d8587fd69b4883b

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index a792828..ef53254 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1284,7 +1284,6 @@ HID_EDITENG_SPELLER_ADDWORD,34066,
 HID_EDITENG_SPELLER_AUTOCORRECT,34068,
 HID_EDITENG_SPELLER_IGNORE,34067,
 HID_EDITENG_SPELLER_START,34065,
-HID_EDIT_COMMENT,53056,
 HID_EDIT_FORMULA,53896,
 HID_EDIT_WIN,52821,
 HID_ENDNOTE_OPTIONS,53216,
@@ -2846,10 +2845,6 @@ HID_SMA_XUNDERBRACEY,63839,
 HID_SMA_XUNIONY,63118,
 HID_SMA_XWIDEBSLASHY,63837,
 HID_SMA_XWIDESLASHY,63836,
-HID_SORT_ACTION,53050,
-HID_SORT_AUTHOR,53051,
-HID_SORT_COMMENT,53053,
-HID_SORT_DATE,53052,
 HID_SOURCEVIEW,52825,
 HID_SOURCE_EDITWIN,52836,
 HID_SPELLCHECK,33822,
diff --git a/source/text/shared/01/02230401.xhp 
b/source/text/shared/01/02230401.xhp
index 75f0246..6ffca38 100644
--- a/source/text/shared/01/02230401.xhp
+++ b/source/text/shared/01/02230401.xhp
@@ -94,25 +94,25 @@
 Lists the changes that 
were recorded in the document. When you select an entry in the list, the change 
is highlighted in the document. To sort the list, click a column heading. 
 Hold down CommandCtrl
 while you click to select multiple entries in the list.
 To edit the comment for an entry in the list, right-click the entry, 
and then choose Edit - Comment.
 After you accept or reject a change, the entries of the list are 
re-ordered according to "Accepted" or "Rejected" status.
-
+
 Action
-Lists the 
changes that were made in the document.
+Lists the 
changes that were made in the document.
 Position 
 
 Lists the 
cells with contents that were changed. 
 
-
+
 Author
-  Lists the user 
who made the change.
-
+  Lists the 
user who made the change.
+
 Date
-  Lists the date 
and time that the change was made.
-
+  Lists the 
date and time that the change was made.
+
 Comment
-  Lists the 
comments that are attached to the change.
+  Lists the 
comments that are attached to the change.
 
 
 If you made 
changes by choosing Format - AutoCorrect - Apply and Edit Changes, 
the Undo button appears in the dialog. Reverse the last Accept or Reject 
command.
 
   There are additional commands in the context menu of 
the list:
-
-
+
+
 Edit comment
-  Edit the comment 
for the selected change.
+  Edit the 
comment for the selected change.
   Sort
   Sorts the list according to the column headings.
-
+
 Action
-  Sorts the list according to the type 
of change.
-
+  Sorts 
the list according to the type of change.
+
 Author
-  Sorts the list according to the 
Author.
-
+  Sorts 
the list according to the Author.
+
 Date
-  Sorts the list according to the date and 
time.
-
+  Sorts the 
list according to the date and time.
+
 Comment
-  Sorts the list according to the 
comments that are attached to the changes.
-
+  Sorts the 
list according to the comments that are attached to the 
changes.
+
 Document Position
-  Sorts the 
list in a descending order according to the position of the changes in the 
document. This is the default sorting method.
+  Sorts 
the list in a descending order according to the position of the changes in the 
document. This is the default sorting method.

 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-02-21 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb38069490b7eb3ec286cdb0309fc8f49f192843
Author: Caolán McNamara 
Date:   Tue Feb 21 17:08:02 2017 +

Updated core
Project: help  0dbfd3f53a4cb4074ea5745fa5c7331d87c2742e

update help ids for writer sort/edit comments menu .ui conversion

Change-Id: I960d72cd9e7903c9682e84770d8587fd69b4883b

diff --git a/helpcontent2 b/helpcontent2
index 358d6c4..0dbfd3f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 358d6c4eb7e82309fb1bc1f362d5f43297cbc2ba
+Subproject commit 0dbfd3f53a4cb4074ea5745fa5c7331d87c2742e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106131] Crash when I try to move a small line near the left side of a page

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

--- Comment #1 from Roman  ---
edit: *step2. left-click on the anchor symbol and drag it to the left side of
the page

-- 
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 106131] Crash when I try to move a small line near the left side of a page

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

Roman  changed:

   What|Removed |Added

   Keywords||filter:odt
 Status|UNCONFIRMED |NEW
Crash report or||http://crashreport.libreoff
crash signature||ice.org/stats/crash_details
   ||/535a76bf-d33f-4715-91ea-f1
   ||be968f8261
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 106131] New: Crash when I try to move a small line near the left side of a page

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

Bug ID: 106131
   Summary: Crash when I try to move a small line near the left
side of a page
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kikmo...@gmail.com

Description:
It just crashes LibreOffice Writer and gives me this link
http://crashreport.libreoffice.org/stats/crash_details/535a76bf-d33f-4715-91ea-f1be968f8261,
after that all my documents are restored successfully.


Steps to Reproduce:
1.Draw a vertical line with the "height" of the mouse
2.Move it between two lines of text
3.If it disappears, left-click somewhere on the page

Actual Results:  
LibreOffice Writer crashes.

Expected Results:
The line to be moved between the text-lines


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; 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 106126] Marking comments as resolved

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

Pranav Kant  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 106073] DOCX has a different page count in LibreOffice

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

--- Comment #2 from Timur  ---
(In reply to Jacques Guilleron from comment #1)
> The culprit is a tabulation at  page 125, 126.
> Without this tabulation, the page number become correct.
Can you please create a minimal test case?

-- 
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 106090] the program crashes once deleting a whole row ( red line botton)

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

--- Comment #3 from Timur  ---
This may be resolved in Bug 100764 or not.

-- 
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 100924] TRACK CHANGES: Clicking at a recorded change in the document doesn' t select that item in list of changes

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

Cor Nouws  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #19 from Cor Nouws  ---
ok then ...

-- 
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 106130] incorrect/faulty comment position for OOXML documents

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

--- Comment #2 from Xisco Faulí  ---
Created attachment 131393
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131393=edit
comparison MSO 2010 and LibreOffice 5.4

-- 
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 72362] PDF: images in PDF export somewhat blurry ( even with lossless images and JPEG options)

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

Timur  changed:

   What|Removed |Added

Summary|PDF: images in PDF export   |PDF: images in PDF export
   |somewhat blurry |somewhat blurry (even with
   ||lossless images and JPEG
   ||options)

-- 
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 106130] incorrect/faulty comment position for OOXML documents

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
Version|5.4.0.0.alpha0+ Master  |4.1 all versions
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Confirmed in

Version: 5.4.0.0.alpha0+
Build ID: e9e6228533b336317aa809a74fd1c338d4f7
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and

Version: 4.1.0.0.alpha0+
Build ID: 2f205ee79ea929c6fce5686512bd468ab78a87

-- 
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 102928] JPEG image (CMYK?) damaged in the exported PDF

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

Timur  changed:

   What|Removed |Added

 CC||regisbaloz...@yahoo.fr

--- Comment #17 from Timur  ---
*** Bug 106095 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 106095] Bug in exporting JPG picture/logo to PDF

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

Timur  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |RESOLVED
 CC||gti...@gmail.com
Version|5.2.1.2 release |5.2.0.0.beta1
 Resolution|--- |DUPLICATE
Summary|Bug in exporting|Bug in exporting JPG
   |picture/logo to PDF |picture/logo to PDF
   |(version 5.2.1.5)   |

--- Comment #3 from Timur  ---
Reporter cannot confirm it's own bug, so I reverted to Unconfirmed. 
This bug is reproducible since 5.2.0 up to 5.4+ and not with 5.1.6 so
regression. 
Looks like logo is JPG. 
I was about to set as New but I'll mark as duplicate. 
If someone disagrees based on more tests or knowledge, just feel free to reopen
and explain. 
And for reporter: thank you, but search for PDF and JPG points to this other
bug. Please search before submitting.

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

-- 
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 106096] Formatting marks (aka Non-printing characters) missing or misplaced

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

ghostonthew...@gmail.com changed:

   What|Removed |Added

 CC||ghostonthew...@gmail.com

--- Comment #3 from ghostonthew...@gmail.com ---
Created attachment 131392
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131392=edit
screenshot

Can confirm absence of blue dots for space characters within text although
correspondent option is enabled in Formatting Aids options. Downgrade to 5.2.5
resolves 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 72362] PDF: images in PDF export somewhat blurry

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

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
Version|4.1.3.2 release |Inherited From OOo
Summary|PDF: Blurry images in PDF   |PDF: images in PDF export
   |export  |somewhat blurry

-- 
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 99950] Corrupted .docx file (attribute redefined) by comment + recorded changes + formatting

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

Aron Budea  changed:

   What|Removed |Added

   Keywords||dataLoss
   Priority|medium  |high
 CC||ba...@caesar.elte.hu
 Blocks||83946
 Whiteboard||interoperability
   Severity|normal  |major


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Bugs for tracking changes
-- 
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 83946] [META] Bugs for tracking changes

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||99950


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99950
[Bug 99950] Corrupted .docx file (attribute redefined) by comment + recorded
changes + formatting
-- 
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 83946] [META] Bugs for tracking changes

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||33082


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33082
[Bug 33082] Multiple operations are not tracked as change in change control
-- 
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 33082] Multiple operations are not tracked as change in change control

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Bugs for tracking changes
-- 
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 105769] Crash in: SwWriteTable::SwWriteTable(SwTable const *, SwHTMLTableLayout const *)

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

--- Comment #7 from Xisco Faulí  ---
I can't reproduce the steps described in comment 6 in 

Versión: 5.3.0.3
Id. de compilación: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
Subpr. de CPU: 1; Versión de SO: Windows 6.1; Repr. de IU: predet.; Motor de
trazado: HarfBuzz; 
Configuración regional: es-ES (es_ES); Calc: group

@Michael, could you please reset your Libreoffice profile (
https://wiki.documentfoundation.org/UserProfile ) and re-test?
OTOH, Could you please provide the information in Help - About LibreOffice ?

-- 
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: common/FileUtil.cpp

2017-02-21 Thread Jan Holesovsky
 common/FileUtil.cpp |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit 7eff2294d938d0e14db50a385ab9e226c14f7c77
Author: Jan Holesovsky 
Date:   Tue Feb 21 19:55:04 2017 +0100

We should be able to run with 5G of free space just fine.

Change-Id: Ie5df96388eeaa0ddf1a41564ec7d52c283e6b1bb

diff --git a/common/FileUtil.cpp b/common/FileUtil.cpp
index 078379b..52dd3ec 100644
--- a/common/FileUtil.cpp
+++ b/common/FileUtil.cpp
@@ -236,8 +236,15 @@ namespace FileUtil
 if (statfs(path.c_str(), ) == -1)
 return true;
 
+// we should be able to run just OK with 5GB
+constexpr int64_t ENOUGH_SPACE = int64_t(5)*1024*1024*1024;
+
+if (static_cast(sfs.f_bavail) * sfs.f_bsize > ENOUGH_SPACE)
+return true;
+
 if (static_cast(sfs.f_bavail) / sfs.f_blocks <= 0.05)
 return false;
+
 return true;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106111] PDF and Print text is cut, different font size and auto row adjust fails in 5.3 builds (regression)

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

Buovjaga  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com,
   ||todven...@suomi24.fi

--- Comment #14 from Buovjaga  ---
Heiko: see previous question.

-- 
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 106112] Math formula editor misplaces vertical elements in to and from and dot modifiers

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

--- Comment #5 from Regina Henschel  ---
I have no Mac and therefore cannot determine, whether it is a general bug.

The font file is in from
https://cgit.freedesktop.org/libreoffice/core/tree/extras/source/truetype/symbol/opens___.ttf
Click on (plain) to actually download it. But I do not know, whether it can be
directly installed on a Mac. So someone with a Mac needs to look at this 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 106095] Bug in exporting picture/logo to PDF (version 5.2.1.5)

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

Timur  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 105769] Crash in: SwWriteTable::SwWriteTable(SwTable const *, SwHTMLTableLayout const *)

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

--- Comment #6 from Michael Weske  ---
Yes I can duplicate it every time.

EXAMPLE:
The e-mail asking if I could duplicate the issue has a table in it.
1) open   swriter
2) copy table from e-mail and past into swriter
3) "Save" document   (standard .odt format)
4) "Save As"  and change type to "Microsoft Word 2007-2013 XML (.docx)
It prompts that with the "Confirm Format" dialog.  I approve and
it crashes.
5) allow it to recover the document (or just load the saved document) and you
can save as .docx

I did the same thing with step 2 being text instead of a table and it worked as
expected.

Also, I realize the second case was a duplicate, but since I had the two crash
reports, I was not sure how to tie the second one to this.

I hope this helps.

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


  1   2   3   >