[Libreoffice-commits] online.git: test/UnitTyping.cpp

2019-02-13 Thread Libreoffice Gerrit user
 test/UnitTyping.cpp |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ce95c52234f0bb86aaefb63c210efcf7e5a64206
Author: Jan Holesovsky 
AuthorDate: Thu Feb 14 08:37:20 2019 +0100
Commit: Jan Holesovsky 
CommitDate: Thu Feb 14 08:44:46 2019 +0100

Fix build.

Change-Id: I434a22f14482bf901d08b7c833eaff01e7c9c4f5

diff --git a/test/UnitTyping.cpp b/test/UnitTyping.cpp
index b66fdb15b..cb884d95f 100644
--- a/test/UnitTyping.cpp
+++ b/test/UnitTyping.cpp
@@ -11,6 +11,8 @@
 
 #include 
 
+#include 
+
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src

2019-02-13 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 3d8bec750fbcf4aba9fb2c60973c343d7e0ce435
Author: Eduard Ardeleanu 
AuthorDate: Wed Feb 13 17:28:00 2019 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Feb 14 08:42:10 2019 +0100

loleaflet: fix ControlMenubar's DeleteSlide for presentation files

Change-Id: Id45d112ce70029f2c102be3fc3cbff6afc2c8821
Reviewed-on: https://gerrit.libreoffice.org/67782
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 
(cherry picked from commit 4bc56d3fd4bb9fb01fb974884c4a00fbe1833288)
Reviewed-on: https://gerrit.libreoffice.org/67801

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 882481831..f97772ca8 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -756,10 +756,15 @@ L.Control.Menubar = L.Control.extend({
} else if (id === 'duplicatepage') {
this._map.duplicatePage();
} else if (id === 'deletepage') {
+   var map = this._map;
vex.dialog.confirm({
message: _('Are you sure you want to delete 
this slide?'),
-   callback: this._onDeleteSlide
-   }, this);
+   callback: function(e) {
+   if (e) {
+   map.deletePage();
+   }
+   }
+   });
} else if (id === 'about') {
this._map.showLOAboutDialog();
} else if (id === 'keyboard-shortcuts') {
@@ -794,12 +799,6 @@ L.Control.Menubar = L.Control.extend({
this._map.sendUnoCommand(unoCommand);
},
 
-   _onDeleteSlide: function(e) {
-   if (e) {
-   this._map.deletePage();
-   }
-   },
-
_onItemSelected: function(e, item) {
var self = e.data.self;
var type = $(item).data('type');
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: Branch 'libreoffice-6-2' - loleaflet/src

2019-02-13 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 9d598bc30c50535888bda763c3c528c32c29681b
Author: Eduard Ardeleanu 
AuthorDate: Wed Feb 13 17:28:00 2019 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Feb 14 08:40:58 2019 +0100

loleaflet: fix ControlMenubar's DeleteSlide for presentation files

Change-Id: Id45d112ce70029f2c102be3fc3cbff6afc2c8821
Reviewed-on: https://gerrit.libreoffice.org/67782
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 
(cherry picked from commit 4bc56d3fd4bb9fb01fb974884c4a00fbe1833288)
Reviewed-on: https://gerrit.libreoffice.org/67800

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index a14603c13..4be82c6b4 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -714,10 +714,15 @@ L.Control.Menubar = L.Control.extend({
} else if (id === 'duplicatepage') {
this._map.duplicatePage();
} else if (id === 'deletepage') {
+   var map = this._map;
vex.dialog.confirm({
message: _('Are you sure you want to delete 
this slide?'),
-   callback: this._onDeleteSlide
-   }, this);
+   callback: function(e) {
+   if (e) {
+   map.deletePage();
+   }
+   }
+   });
} else if (id === 'about') {
this._map.showLOAboutDialog();
} else if (id === 'keyboard-shortcuts') {
@@ -752,12 +757,6 @@ L.Control.Menubar = L.Control.extend({
this._map.sendUnoCommand(unoCommand);
},
 
-   _onDeleteSlide: function(e) {
-   if (e) {
-   this._map.deletePage();
-   }
-   },
-
_onItemSelected: function(e, item) {
var self = e.data.self;
var type = $(item).data('type');
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: perf.libreoffice.org and Callgrind TB working again

2019-02-13 Thread Noel Grandin via LibreOffice



On 2019/02/14 2:33 AM, Markus Mohrhard via LibreOffice wrote:
the Callgrind tinderbox is after several updates (F20->F29) working again and seems to produce results again. The first 
round of results have been published on perf.libreoffice.org  again.




Thanks Markus for maintaining that.

And nice to see the perf improvements in various things!
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2019-02-13 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 4bc56d3fd4bb9fb01fb974884c4a00fbe1833288
Author: Eduard Ardeleanu 
AuthorDate: Wed Feb 13 17:28:00 2019 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Feb 14 08:39:31 2019 +0100

loleaflet: fix ControlMenubar's DeleteSlide for presentation files

Change-Id: Id45d112ce70029f2c102be3fc3cbff6afc2c8821
Reviewed-on: https://gerrit.libreoffice.org/67782
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 2c3d45b2a..d645c4990 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -757,10 +757,15 @@ L.Control.Menubar = L.Control.extend({
} else if (id === 'duplicatepage') {
this._map.duplicatePage();
} else if (id === 'deletepage') {
+   var map = this._map;
vex.dialog.confirm({
message: _('Are you sure you want to delete 
this slide?'),
-   callback: this._onDeleteSlide
-   }, this);
+   callback: function(e) {
+   if (e) {
+   map.deletePage();
+   }
+   }
+   });
} else if (id === 'about') {
this._map.showLOAboutDialog();
} else if (id === 'keyboard-shortcuts') {
@@ -795,12 +800,6 @@ L.Control.Menubar = L.Control.extend({
this._map.sendUnoCommand(unoCommand);
},
 
-   _onDeleteSlide: function(e) {
-   if (e) {
-   this._map.deletePage();
-   }
-   },
-
_onItemSelected: function(e, item) {
var self = e.data.self;
var type = $(item).data('type');
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - packimages/Package_packimages.mk

2019-02-13 Thread Libreoffice Gerrit user
 packimages/Package_packimages.mk |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7c99d22b2b7a1b93b9bc42a18bd7c2a3d0241188
Author: Damjan Jovanovic 
AuthorDate: Thu Feb 14 05:55:10 2019 +
Commit: Damjan Jovanovic 
CommitDate: Thu Feb 14 05:55:10 2019 +

Fix a regression in 1853299 caused by a path and pattern match rule

in main/packages that were wrong.

Patch by: me

diff --git a/packimages/Package_packimages.mk b/packimages/Package_packimages.mk
index 6cebd5861ac7..2c6e8deaa508 100644
--- a/packimages/Package_packimages.mk
+++ b/packimages/Package_packimages.mk
@@ -53,10 +53,10 @@ $(WORKDIR)/CustomTarget/packimages/bin/images.zip : 
$(COMMAND_IMAGE_LIST)
-c $(SRCDIR)/packimages \
-l $(OUTDIR)/res/img \
-s $(SORTED_LIST) \
-   -l $(OUTDIR)/res/img \
+   -l $(WORKDIR)/CustomTarget/packimages/res/img \
-o $@
 
-$(WORKDIR)/CustomTarget/packimages/bin/images_% : $(COMMAND_IMAGE_LIST)
+$(WORKDIR)/CustomTarget/packimages/bin/images_%.zip : $(COMMAND_IMAGE_LIST)
mkdir -p $(dir $@) && \
$(PERL) $(SOLARENV)/bin/packimages.pl \
$(VERBOSESWITCH) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 105961] TABLE/GUI: Numeric and Decimal doesn't allow input of more than 17 digits

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105961

--- Comment #6 from Robert Großkopf  ---
Bug still exists in LO 6.1.5.2 on OpenSUSE 15, 64bit rpm Linux.

-- 
You are receiving this mail because:
You 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 94284] Calc does not export Charts to XLS with axis set to start or end (see Comment 8)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94284

--- Comment #17 from Luke  ---
Still not exporting correctly in Version: 6.3.0.0.alpha0+
Build ID: 45f4de6d333aa3fa5873cf8e1146286c74960557

-- 
You are receiving this mail because:
You 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: sfx2/source

2019-02-13 Thread Libreoffice Gerrit user
 sfx2/source/control/unoctitm.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 12321a715205d2fe70bd87ddc0efa5ef777884fb
Author: Matteo Casalin 
AuthorDate: Sun Feb 10 16:01:47 2019 +0100
Commit: Matteo Casalin 
CommitDate: Thu Feb 14 07:43:23 2019 +0100

getToken() already returns an empty string if index is negative

Change-Id: Ibb9e866cc0a84973ee950630273f229362cb1bb6
Reviewed-on: https://gerrit.libreoffice.org/67635
Tested-by: Jenkins
Reviewed-by: Matteo Casalin 

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index c2a66b443bd7..d25601a362ca 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -371,14 +371,14 @@ void SfxDispatchController_Impl::addParametersToArgs( 
const css::util::URL& aURL
 sal_Int32 nParmIndex = 0;
 OUString aParamType;
 OUString aParamName = aToken.getToken( 0, '=', nParmIndex );
-OUString aValue = (nParmIndex!=-1) ? aToken.getToken( 0, '=', 
nParmIndex ) : OUString();
+OUString aValue = aToken.getToken( 0, '=', nParmIndex );
 
 if ( !aParamName.isEmpty() )
 {
 nParmIndex = 0;
 aToken = aParamName;
 aParamName = aToken.getToken( 0, ':', nParmIndex );
-aParamType = (nParmIndex!=-1) ? aToken.getToken( 0, ':', 
nParmIndex ) : OUString();
+aParamType = aToken.getToken( 0, ':', nParmIndex );
 }
 
 sal_Int32 nLen = rArgs.getLength();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123459] Writer crashed when quickly close the creating window (with wollmux)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123459

Juergen Funk (CIB)  changed:

   What|Removed |Added

 CC||glo...@fbihome.de,
   ||t...@libreoffice.org
   Assignee|libreoffice-b...@lists.free |juergen.funk...@cib.de
   |desktop.org |

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

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

2019-02-13 Thread Libreoffice Gerrit user
 sfx2/source/dialog/splitwin.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d5c20c6899fb535fa4dd8c85285453d635970cae
Author: Matteo Casalin 
AuthorDate: Sun Feb 10 15:57:57 2019 +0100
Commit: Matteo Casalin 
CommitDate: Thu Feb 14 07:38:23 2019 +0100

No need to downcast integer type here

Change-Id: I99ed9bf6443c8b3c08d9ee45d171751d603c1125
Reviewed-on: https://gerrit.libreoffice.org/67633
Tested-by: Jenkins
Reviewed-by: Matteo Casalin 

diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index 9a97c291aaed..c4396069e705 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -240,8 +240,8 @@ SfxSplitWindow::SfxSplitWindow( vcl::Window* pParent, 
SfxChildAlignment eAl,
 pEmptyWin->bFadeIn = true;
 bPinned = true; // always assume pinned - floating mode not used 
anymore
 
-sal_uInt16 nCount = static_cast(aWinData.getToken(0, 
',', nIdx).toInt32());
-for ( sal_uInt16 n=0; n pDock(new SfxDock_Impl);
 pDock->pWin = nullptr;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-02-13 Thread Libreoffice Gerrit user
 sw/source/core/doc/docfld.cxx |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

New commits:
commit b672d6697a85e46a5b552e727eaad1eb97991bbe
Author: Matteo Casalin 
AuthorDate: Sat Feb 9 11:05:53 2019 +0100
Commit: Matteo Casalin 
CommitDate: Thu Feb 14 07:36:35 2019 +0100

Use indexed getToken()

Change-Id: Ibf8a644c1d61516caa67e0ce22b33a41380d9911
Reviewed-on: https://gerrit.libreoffice.org/67621
Tested-by: Jenkins
Reviewed-by: Matteo Casalin 

diff --git a/sw/source/core/doc/docfld.cxx b/sw/source/core/doc/docfld.cxx
index 30f5a8cb81d3..36e16bff2f5b 100644
--- a/sw/source/core/doc/docfld.cxx
+++ b/sw/source/core/doc/docfld.cxx
@@ -567,8 +567,9 @@ void SwDoc::AddUsedDBToList( std::vector& 
rDBNameList, const OUString&
 #endif
 
 SwDBData aData;
-aData.sDataSource = rDBName.getToken(0, DB_DELIM);
-aData.sCommand = rDBName.getToken(1, DB_DELIM);
+sal_Int32 nIdx{ 0 };
+aData.sDataSource = rDBName.getToken(0, DB_DELIM, nIdx);
+aData.sCommand = rDBName.getToken(0, DB_DELIM, nIdx);
 aData.nCommandType = -1;
 GetDBManager()->CreateDSData(aData);
 rDBNameList.push_back(rDBName);
@@ -583,9 +584,10 @@ void SwDoc::ChangeDBFields( const std::vector& 
rOldNames,
 (void) rNewName;
 #else
 SwDBData aNewDBData;
-aNewDBData.sDataSource = rNewName.getToken(0, DB_DELIM);
-aNewDBData.sCommand = rNewName.getToken(1, DB_DELIM);
-aNewDBData.nCommandType = static_cast(rNewName.getToken(2, 
DB_DELIM).toInt32());
+sal_Int32 nIdx{ 0 };
+aNewDBData.sDataSource = rNewName.getToken(0, DB_DELIM, nIdx);
+aNewDBData.sCommand = rNewName.getToken(0, DB_DELIM, nIdx);
+aNewDBData.nCommandType = static_cast(rNewName.getToken(0, 
DB_DELIM, nIdx).toInt32());
 
 SwSectionFormats& rArr = GetSections();
 for (auto n = rArr.size(); n; )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123459] New: Writer crashed when quickly close the creating window (with wollmux)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123459

Bug ID: 123459
   Summary: Writer crashed when quickly close the creating window
(with wollmux)
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: juergen.funk...@cib.de

The crash can be only testing with wollmux (with local wollmux-config)

Steps:
 - Start writer
 - make the windows in x smaller
 - click the wollmux button in the sidebar
 - in the open-sidebar at the button click the buttons
 - then quickly close the creating windows

not always but often crash LO

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

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

2019-02-13 Thread Libreoffice Gerrit user
 svx/source/fmcomp/dbaexchange.cxx |9 +
 svx/source/form/fmview.cxx|9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 04fbaff283c52ae42e05f64a5cc353b17a537183
Author: Matteo Casalin 
AuthorDate: Sat Feb 9 18:06:09 2019 +0100
Commit: Matteo Casalin 
CommitDate: Thu Feb 14 07:37:22 2019 +0100

Use indexed getToken()

Change-Id: Iee411b9f8af7f123d0b13051ba6266d65ebb10ac
Reviewed-on: https://gerrit.libreoffice.org/67622
Tested-by: Jenkins
Reviewed-by: Matteo Casalin 

diff --git a/svx/source/fmcomp/dbaexchange.cxx 
b/svx/source/fmcomp/dbaexchange.cxx
index 00014f83244c..a01525cfc00d 100644
--- a/svx/source/fmcomp/dbaexchange.cxx
+++ b/svx/source/fmcomp/dbaexchange.cxx
@@ -331,10 +331,11 @@ namespace svx
 
(void)const_cast(_rData).GetString(nRecognizedFormat, 
sFieldDescription);
 
 const sal_Unicode cSeparator = u'\x000B';
-_rDatasource= sFieldDescription.getToken(0, cSeparator);
-_rCommand   = sFieldDescription.getToken(1, cSeparator);
-_nCommandType   = sFieldDescription.getToken(2, cSeparator).toInt32();
-_rFieldName = sFieldDescription.getToken(3, cSeparator);
+sal_Int32 nIdx{ 0 };
+_rDatasource= sFieldDescription.getToken(0, cSeparator, nIdx);
+_rCommand   = sFieldDescription.getToken(0, cSeparator, nIdx);
+_nCommandType   = sFieldDescription.getToken(0, cSeparator, 
nIdx).toInt32();
+_rFieldName = sFieldDescription.getToken(0, cSeparator, nIdx);
 
 return true;
 }
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 0931b0003de7..fd632773be70 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -400,10 +400,11 @@ SdrObjectUniquePtr FmFormView::CreateXFormsControl( const 
OXFormsDescriptor &_rD
 
 SdrObjectUniquePtr FmFormView::CreateFieldControl(const OUString& rFieldDesc) 
const
 {
-OUString sDataSource = rFieldDesc.getToken(0,u'\x000B');
-OUString sObjectName = rFieldDesc.getToken(1,u'\x000B');
-sal_uInt16 nObjectType   = 
static_cast(rFieldDesc.getToken(2,u'\x000B').toInt32());
-OUString sFieldName  = rFieldDesc.getToken(3,u'\x000B');
+sal_Int32 nIdx{ 0 };
+OUString sDataSource = rFieldDesc.getToken(0, u'\x000B', nIdx);
+OUString sObjectName = rFieldDesc.getToken(0, u'\x000B', nIdx);
+sal_uInt16 nObjectType   = static_cast(rFieldDesc.getToken(0, 
u'\x000B', nIdx).toInt32());
+OUString sFieldName  = rFieldDesc.getToken(0, u'\x000B', nIdx);
 
 if (sFieldName.isEmpty() || sObjectName.isEmpty() || sDataSource.isEmpty())
 return nullptr;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 49881] VML Autoshapes created in MS Office not imported at all in LO 3.5.3, FILEOPEN, FORMATTING

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49881

--- Comment #12 from Luke  ---
repo in Version: 6.3.0.0.alpha0+
Build ID: 45f4de6d333aa3fa5873cf8e1146286c74960557
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win;

-- 
You are receiving this mail because:
You 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

2019-02-13 Thread Libreoffice Gerrit user
 0 files changed

New commits:
commit cd28a23abe9205cb347d0869c6494a017e170475
Author: Andrea Gelmini 
AuthorDate: Wed Feb 13 13:34:09 2019 +
Commit: Julien Nabet 
CommitDate: Thu Feb 14 07:06:12 2019 +0100

Removed executable permission on docx file

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

diff --git a/chart2/qa/extras/data/docx/testLabelSeparator.docx 
b/chart2/qa/extras/data/docx/testLabelSeparator.docx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123436] Allow CSV numeric fields to be defined as numeric or currency, not just text

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123436

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu

--- Comment #5 from V Stuart Foote  ---
Can not confirm. To bring in currency from strings, you need to check the
"Detect special numbers" box in the Other Options field.

The text string will then not receive the tic making it a left aligned text
string, and will align right as a number. You can then adjust the formatting to
you liking.

-- 
You are receiving this mail because:
You 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 123303] LibreOffice extremely sluggish on masterdoc import of +6k pages and TOC update

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123303

--- Comment #4 from Adolfo Jayme  ---
(In reply to Daniel Grigoras from comment #2)
> Sure, I'll attach them. After all, what could happen: they only contain
> Intel Top Secret stuff?

If you want to be helpful, sanitize them — we have instructions to do so at
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission

-- 
You are receiving this mail because:
You 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 123458] Canon Printer Tech Support Number

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123458

racheljade  changed:

   What|Removed |Added

URL||https://www.dialprintersupp
   ||ort.com/canon-printer-techn
   ||ical-support.php
   Keywords||accessibility

-- 
You are receiving this mail because:
You 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 123458] New: Canon Printer Tech Support Number

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123458

Bug ID: 123458
   Summary: Canon Printer Tech Support Number
   Product: Impress Remote
   Version: 1.0.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: racheljade...@gmail.com

Description:
Canon Printer Tech Support Number thrives on the customers and henceforth makes
it a point to never compromise with the services we provide. We are here for
you to solve your queries at any hour of day at your doorstep, promising to
deliver the best possible solution efficiently. Please feel free to reach us
with your issues at +1-888-621-0339.

Actual Results:
Canon Printer Tech Support Number thrives on the customers and henceforth makes
it a point to never compromise with the services we provide. We are here for
you to solve your queries at any hour of day at your doorstep, promising to
deliver the best possible solution efficiently. Please feel free to reach us
with your issues at +1-888-621-0339.

Expected Results:
Canon Printer Tech Support Number thrives on the customers and henceforth makes
it a point to never compromise with the services we provide. We are here for
you to solve your queries at any hour of day at your doorstep, promising to
deliver the best possible solution efficiently. Please feel free to reach us
with your issues at +1-888-621-0339.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Canon Printer Tech Support Number thrives on the customers and henceforth makes
it a point to never compromise with the services we provide. We are here for
you to solve your queries at any hour of day at your doorstep, promising to
deliver the best possible solution efficiently. Please feel free to reach us
with your issues at +1-888-621-0339.

-- 
You are receiving this mail because:
You 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 94819] Fileopen: outline numbering not continued in docx

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94819

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 51651] INSTALLATION: MSI issues

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51651

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 95848] FORMATTING: Numbering list in DOCX does not continue previous numbering

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95848

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 49881] VML Autoshapes created in MS Office not imported at all in LO 3.5.3, FILEOPEN, FORMATTING

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49881

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115669] Reference to another sheet don't set when row and column was fixed

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115669

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 105961] TABLE/GUI: Numeric and Decimal doesn't allow input of more than 17 digits

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105961

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 106541] FILEOPEN: Numbering from custom style based on Heading 1 is not considered in this DOC/DOCX

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106541

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115200] During spell check, document is only updated with changes after finishing a sentence

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115200

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115674] lo viewer closes opening docx file

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115674

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115608] incorrect text "this release ... by android" in about

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115608

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 59348] UI: Vertical and horizontal scroll bar of a data grid control doesn't resize when zooming

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59348

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115622] NAVIGATION: Calc fails to page-down accurately, neglects to display certain rows

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115622

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 114983] Unable to make any docked toolbar floating (wayland)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114983

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 41466] VML Callout shapes are incorrectly imported

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41466

--- Comment #19 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115148] Metafiles with semi transparent polygons are shown without colors

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115148

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 94284] Calc does not export Charts to XLS with axis set to start or end (see Comment 8)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94284

--- Comment #16 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 82926] scroll bar ineffective in Content field of Form Properties dialog

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82926

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 107683] FILESAVE: DOCX - Heading styles incorrectly exported with numbering properties tag

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107683

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 123262] Footnote Style is different in MSO and LibO

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123262

Adolfo Jayme  changed:

   What|Removed |Added

Product|Document Liberation Project |LibreOffice
  Component|General |Writer

-- 
You are receiving this mail because:
You 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 116625] [META] Bugs where document modification status is wrong

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116625

Aron Budea  changed:

   What|Removed |Added

 Depends on||123378


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123378
[Bug 123378] (6.2 Regression) Printing always sets "document modified" status
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

perf.libreoffice.org and Callgrind TB working again

2019-02-13 Thread Markus Mohrhard via LibreOffice
Hey,

the Callgrind tinderbox is after several updates (F20->F29) working again
and seems to produce results again. The first round of results have been
published on perf.libreoffice.org again.

If you still see issues please report back to me.

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

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893

--- Comment #20 from JD  ---
I can verify sdritc...@gmail.com, comment #19. Migration of any table
containing numeric/decimal data gets corrupted.

I would consider this a VERY CRITICAL problem since it makes using Firebird
migration totally unusable and loss of confidence in the whole process.

-- 
You are receiving this mail because:
You 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 123457] Using multiple words in quotes (e.g. "user data") in Search Term of Help window's Find tab causes LibreOffice to crash (Not Responding msg)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123457

--- Comment #1 from wct  ---
Also, it might be a good idea to have the Help window and the applications
(Writer, Calc, whatever) run in separate processes, so that if the Help window
crashes, it doesn't cause the app to crash as well.

Either that, or have a wide-scope, general error handling 'catch' which
protects the main application from crashing, regardless of what 'exceptions' or
errors or whatever occur in the Help window/component.

-- 
You are receiving this mail because:
You 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 123457] Using multiple words in quotes (e.g. "user data") in Search Term of Help window's Find tab causes LibreOffice to crash (Not Responding msg)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123457

wct  changed:

   What|Removed |Added

Summary|Using multiple words in |Using multiple words in
   |quotes (e.g. "user data")   |quotes (e.g. "user data")
   |in Search Term of Find tab  |in Search Term of Help
   |causes LibreOffice to crash |window's Find tab causes
   |(Not Responding msg)|LibreOffice to crash (Not
   ||Responding msg)

-- 
You are receiving this mail because:
You 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 123457] New: Using multiple words in quotes (e.g. "user data") in Search Term of Find tab causes LibreOffice to crash (Not Responding msg)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123457

Bug ID: 123457
   Summary: Using multiple words in quotes (e.g. "user data") in
Search Term of Find tab causes LibreOffice to crash
(Not Responding msg)
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: windsorcomputertu...@gmail.com

Description:
Both the Help window and the app (Writer, Calc, whatever) crash, if multiple
words, separated by spaces, and within quotation marks, are entered into the
'Search term' field of the Find tab in the LibreOffice Help window.

Steps to reproduce:
1) Open Writer or Calc (possibly others, but only checked these two)
2) Press F1 or open Help > LibreOffice Help from the menu
3) In the Find tab, for the Search Term text input, enter multiple words in
quotes, e.g. "user data" (include the quotation marks)
4) Press Enter or click the Find button

Expected result: 
- The help system should search for the quoted words verbatim, i.e. next to
each other as listed, e.g. any articles which contain the word 'user'
immediately followed by the word 'data' (in this example, such articles
actually do exist).
- At the very least, this should not cause a crash of any part of LibreOffice.
At worst, it might report that such a feature is not implemented, or that
quotes are not allowed in the Find tab.

Actual result: 
- The help system's window crashes: it shows '(Not Responding)' appended to the
window title, and the cursor changes to a waiting cursor (rotating blue circle
on Windows). Not only that, but the application (Writer, Calc, whatever) also
crashes with the same symptoms.
- In the Windows Task Manager, under the Processes tab, the LibreOffice group
-- which contains two sub-tasks, one for "LibreOffice Help" and another for the
app -- has a Status of Not Responding. Ditto for the two sub-tasks.
- In the Task Manager Details tab, the process called 'soffice.bin' has Status
of Not Responding. However, the process called 'soffice.exe' has Status of
Running, however CPU usage is 0 and memory usage is relatively small.
- The only solution appears to be to manually terminate the LibreOffice
tasks/process ('End task' in Task Manager, or try to close via upper-right red
X button on one of the windows, which triggers Windows' default 'End task' on
'Not Responding' windows)

Steps to Reproduce:
1. Open Writer or Calc (possibly others, but only checked these two)
2. Press F1 or open Help > LibreOffice Help from the menu
3. In the Find tab, for the Search Term text input, enter multiple words in
quotes, e.g. "user data" (include the quotation marks)
4. Press Enter or click the Find button

Actual Results:
- The help system's window crashes: it shows '(Not Responding)' appended to the
window title, and the cursor changes to a waiting cursor (rotating blue circle
on Windows). Not only that, but the application (Writer, Calc, whatever) also
crashes with the same symptoms.
- In the Windows Task Manager, under the Processes tab, the LibreOffice group
-- which contains two sub-tasks, one for "LibreOffice Help" and another for the
app -- has a Status of Not Responding. Ditto for the two sub-tasks.
- In the Task Manager Details tab, the process called 'soffice.bin' has Status
of Not Responding. However, the process called 'soffice.exe' has Status of
Running, however CPU usage is 0 and memory usage is relatively small.
- The only solution appears to be to manually terminate the LibreOffice
tasks/process ('End task' in Task Manager, or try to close via upper-right red
X button on one of the windows, which triggers Windows' default 'End task' on
'Not Responding' windows)

Expected Results:
- The help system should search for the quoted words verbatim, i.e. next to
each other as listed, e.g. any articles which contain the word 'user'
immediately followed by the word 'data' (in this example, such articles
actually do exist).
- At the very least, this should not cause a crash of any part of LibreOffice.
At worst, it might report that such a feature is not implemented, or that
quotes are not allowed in the Find tab.


Reproducible: Always


User Profile Reset: No



Additional Info:
I tried various quotations, all of which were actual text in the help files,
which I was directly looking at, just to test if any of them would work.
Searching for single words in quotes, such as "features" gave a 'No topics
found.' pop-up message, even though the word features (though without
surrounding quotes) definitely appears in the help.

But any search with multiple words, such as "writer features", causes a full
crash.

Using double-quotes (the '"' symbol) in a search to search for "verbatim text"
is an ubiquitous search 

[Libreoffice-bugs] [Bug 123456] Rendering problems until line selected

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123456

florin.arj...@gmail.com changed:

   What|Removed |Added

 CC||florin.arj...@gmail.com

--- Comment #1 from florin.arj...@gmail.com ---
Created attachment 149289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149289=edit
rendering problems in libre office writer

Another rendering problem: for some reason, sometimes, some lines appear to
have a streak through white line (both on selected and not selected text). This
one only disappears when scrolling text to get it out of the visible screen.
See screenshot.

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

[Libreoffice-bugs] [Bug 123420] Icon Colors are Incorrect

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123420

--- Comment #12 from Luke  ---
Tomaž,
Did you test your patch on Windows? I'm now seeing a crash within seconds of
starting up LO. I haven't bisected it yet, but it started right after your
patch.

-- 
You are receiving this mail because:
You 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 123456] New: Rendering problems until line selected

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123456

Bug ID: 123456
   Summary: Rendering problems until line selected
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: florin.arj...@gmail.com

Created attachment 149288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149288=edit
rendering problems in libre office writer

Very often it happens for lines in Libre Office to be rendered strange.
Selecting something on that line fixes it, but the bug moves to a lower line.
See the screenshot. I have seen this bug for many versions on at least 2
different laptops, so it is an old one.

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

[Libreoffice-bugs] [Bug 104742] [META] Network-involved bugs

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104742
Bug 104742 depends on bug 122813, which changed state.

Bug 122813 Summary: Cannot set links in linux for use in Windows and Linux on a 
nas (network attached storage)
https://bugs.documentfoundation.org/show_bug.cgi?id=122813

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 122813] Cannot set links in linux for use in Windows and Linux on a nas (network attached storage)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122813

Harald Koester  changed:

   What|Removed |Added

 CC||harald.koes...@mail.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 123410] Paste doesn't work inside Writer

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123410

John L. ten Wolde  changed:

   What|Removed |Added

 CC||john...@telus.net

--- Comment #3 from John L. ten Wolde  ---
I'm also on Linux x86_64 and gave this a quick go. Yep I *can* confirm what
Marcel is experiencing. Sort of. The issue appears weirdly inconsistent for me
and it's likely Qt5 VCL plugin dependant.

I'm on Mageia 6 using KDE Frameworks 5.42.0 (Qt 5.9.4). I tried copying the
text from this bug report into Writer from Firefox (60.5.0 ESR) as well as some
gibberish I typed into KWrite (KDE's notepad app).

Day-to-day I still run LO with VCL set to the old GTK2 plugin. Also, I still
normally run with OpenGL disabled. Under these conditions (VCLPLUGIN=gtk;
OpenGL disabled) I cannot reproduce Marcel's issue. However, if I switch to Qt5
what he's reporting does manifest itself for me.

With VCLPLUGIN=qt5 active (OpenGL enabled or not doesn't seem to matter),
Writer struggles to insert large blocks from the clipboard buffer. I say
"struggles" because if I press CTRL+V just once nothing happens. If I press it
again and again: nothing. But if I hammer CTRL+V a dozen or so times the buffer
*will* eventually suddenly puke out onto the screen. Otherwise, if I instead
right-click with my mouse and select "Paste" from the context menu, the buffer
seems to insert on the first try, every try, without issue. Single words appear
to paste fine either way using the keyboard shortcut or context menu.

@Xisco: From what I witnessed in my experimentation above, bug 120625 strikes
me as a different animal.

@Marcel: Which Linux distro are you on and what desktop environment are you
using? In LO, which VCL are you running? The answer to that last question is
located under Help -> About LibreOffice. I'm betting you're set to Qt5.

Also try this: with LO shut down, open a terminal window and copy-paste the
following command line:

libreoffice6.2 --writer -env:SAL_USE_VCLPLUGIN=

Your options after the '=' are:
'gen'  (Generic X Windows);

'gtk'  (GTK2 -- this one causes *me* the fewest headaches over all);

'gtk3' (GTK3 obviously);

'kde4' (with OpenGL active gives me screen corruption -- use at your own
risk!);

'kde5' (this one is new for 6.2.x -- I understand it to be a GTK3/Qt5
hybrid[?]);

'qt5'  (also new with 6.2.x -- *should* be ideal for KDE Plasma 5 users);

Try them with and without OpenGL active (Tools -> Options -> LibreOffice :
View) and report back your findings. Unless you're actually using KDE you can
probably skip 'kde4' and 'kde5'. I could only reproduce your bug with the Qt5
plugin.

Hope this helps. Note that I'm not a developer; only a fellow user with his own
issues (see bug 123285 and please confirm if you've got it too).

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

[Libreoffice-bugs] [Bug 123453] LibreOffice cannot launch when QPainter backend is used

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123453

Ongun Kanat  changed:

   What|Removed |Added

Summary|Libreoffice does not launch |LibreOffice cannot launch
   |when QPainter backend used  |when QPainter backend is
   ||used

-- 
You are receiving this mail because:
You 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 123455] New: Breeze Dark icon set is missing some icons

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123455

Bug ID: 123455
   Summary: Breeze Dark icon set is missing some icons
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ongun.ka...@gmail.com

When using Breeze Dark, some icons are shown grey from Breeze theme.

Here is a quick list, I am using Notebookbar Tabbed, I tested using GTK2 and
KDE5 VCL plugins.

File -> Save as Template

Home -> Insert special character

Insert -> Symbol

References -> Footnotes and Endnotes

View -> Sidebar
View -> Menubar

Tools -> Run Macro
Tools -> Edit Macros

Also Help menu items

Send Feedback
About LibreOffice

Screenshots:
https://imgur.com/a/JJKSPFQ

Specs:
OS: Arch Linux x86_64
Qt 5.12.1
KDE Framworks 5.55

-- 
You are receiving this mail because:
You 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 123454] New: Decimal tabs are rendered as right tabs in imported RTF (and other) documents.

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123454

Bug ID: 123454
   Summary: Decimal tabs are rendered as right tabs in imported
RTF (and other) documents.
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@comcast.net

Created attachment 149287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149287=edit
Decimal tabs in example files

This happens with all my .rtf, .doc, and .docx documents (the .doc and .docx
files resulted from imported .rtf). LibreOffice once treated this correctly,
but I have replaced my previous version with 6.2.0 and can't conveniently check
6.1.0. Version 5.4.7.2 exhibits the same problem.

Attached are two files, one \rtf\mac and the other \rtf\ansi, which display the
problem in LibreOffice 6.2.0 but not in Word, Nisus Writer, or TextEdit. Note
that the \rtf\ansi file also renders the uppercase sigma glyph from the Symbol
font as "D".

-- 
You are receiving this mail because:
You 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 123422] After install (Flatpak) it will not start

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123422

Walter Harrison Stoermer  changed:

   What|Removed |Added

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

--- Comment #2 from Walter Harrison Stoermer  ---
(In reply to Xisco Faulí from comment #1)
> Hello,
> Thanks for reporting this issue.
> Do you use Wayland? bug 123080 ?

Yes, I am running Wayland. 

Update: I seemed to solve the problem by running in safe mode and disabling the
DirectGL, but I have never had an office program require that before. 

It works, for now, and I like the new Tabbed user interface. It makes it easier
to find commands, and it makes it easier for an old MSO user like me to switch
over. I am a massive fan of LibreOffice and Flatpak, and fixing this makes my
Linux experience much better.

If I switch distros, I now know what to do, but I like Fedora, and I hope to
stay with it for a long time.

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 123452] Big file size due to missing compression of the Pictures Directory in LibreOffice 6.x

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123452

--- Comment #1 from AnFr  ---
Created attachment 149286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149286=edit
test files archive

In the attached archive 6 files are included:
3 ODT files saved with different LibreOffice versions.
3 PNG files showing the compression rate of the different LibreOffice versions.

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

[Libreoffice-bugs] [Bug 123453] New: Libreoffice does not launch when QPainter backend used

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123453

Bug ID: 123453
   Summary: Libreoffice does not launch when QPainter backend used
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ongun.ka...@gmail.com

Libreoffice stucks at the splash screen when "SAL_USE_VCLPLUGIN=qt5" is set.

The bug does not happen when KDE5 VCL plugin or Qt5 VCL plugin with Cairo path
is used.

The build script used is
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libreoffice-fresh

Specs:
OS: Arch Linux x86_64
Qt 5.12.1
KDE Frameworks 5.55

-- 
You are receiving this mail because:
You 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 123452] New: Big file size due to missing compression of the Pictures Directory in LibreOffice 6.x

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123452

Bug ID: 123452
   Summary: Big file size due to missing compression of the
Pictures Directory in LibreOffice 6.x
   Product: LibreOffice
   Version: 6.0.6.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andreas.frie...@elmos.com

Description:
Testing the LibreOffice 6.1.5 for company usage I've seen that formally compact
files are getting big, if saved with LibreOffice 6.x.
Specially Files with EMF pictures.
Making a copy of the files to [formername].zip and enter them with an archive
browser I've found that the new Libre Office does not compress the EMF files.
With the actually used version 5.3.7 the EMF files in the directory 'Pictures'
have a high compression rate.

Steps to Reproduce:
1. Generate an ODT file and import one ore more graphics.
2. Open the file with an older version (e.g. 5.3.7) and SaveAs.
3. Open the file with an actual version (e.g. 6.1.5) and SaveAs.
--> compare the file sizes

Actual Results:
The file saved with 6.1.5 has the size of the uncompressed graphics.
The file saved with 5.3.7 is much smaller.

Expected Results:
the file sizes should be similar.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Tested with

Setup 1:
Version: 6.1.5.2 (x64)
Build-ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU-Threads: 4; BS: Windows 6.1; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group threaded

Setup 2:
Version: 5.3.7.2
Build-ID: 6b8ed514a9f8b44d37a1b96673cbbdd077e24059
CPU-Threads: 4; BS-Version: Windows 6.1; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group

Setup 3:
Version: 6.0.6.2
Build-ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
CPU-Threads: 4; BS: Windows 6.1; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

Setup 4:
Version: 6.0.7.3
Build-ID: 1:6.0.7-0ubuntu0.18.04.2
CPU-Threads: 4; BS: Linux 4.15; UI-Render: Standard; VCL: gtk3; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

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

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

2019-02-13 Thread Libreoffice Gerrit user
 include/vcl/bitmapaccess.hxx   |5 -
 svx/source/svdraw/svdoashp.cxx |3 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 9c6519398fb5efbe662ae6f9abfffa80ef821a63
Author: Tomaž Vajngerl 
AuthorDate: Wed Feb 13 21:37:45 2019 +0100
Commit: Tomaž Vajngerl 
CommitDate: Wed Feb 13 22:39:50 2019 +0100

remove GetLuminance from BitmapReadAccess

It's not really that important shortcut function as the function
is used only twice in the whole code base.

Change-Id: Idf25ded6320f766bc66beec0ee272a62765303ba
Reviewed-on: https://gerrit.libreoffice.org/67792
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/include/vcl/bitmapaccess.hxx b/include/vcl/bitmapaccess.hxx
index cb4c8cb6ad0e..d7b1f2838bad 100644
--- a/include/vcl/bitmapaccess.hxx
+++ b/include/vcl/bitmapaccess.hxx
@@ -215,11 +215,6 @@ public:
 return GetPixel(nY, nX).GetBlueOrIndex();
 }
 
-sal_uInt8 GetLuminance(long nY, long nX) const
-{
-return GetColor(nY, nX).GetLuminance();
-}
-
 /** Get the interpolated color at coordinates fY, fX; if outside, return 
rFallback */
 BitmapColor GetInterpolatedColorWithFallback( double fY, double fX, const 
BitmapColor& rFallback ) const;
 
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 0e9435871639..0a1539c570b4 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -361,7 +361,8 @@ static SdrObject* ImpCreateShadowObjectClone(const 
SdrObject& rOriginal, const S
 {
 for(long x(0); x < pReadAccess->Width(); x++)
 {
-sal_uInt16 
nLuminance(static_cast(pReadAccess->GetLuminance(y, x)) + 1);
+const BitmapColor aColor = 
pReadAccess->GetColor(y, x);
+sal_uInt16 
nLuminance(static_cast(aColor.GetLuminance()) + 1);
 const Color aDestColor(
 static_cast((nLuminance * 
static_cast(aShadowColor.GetRed())) >> 8),
 static_cast((nLuminance * 
static_cast(aShadowColor.GetGreen())) >> 8),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-02-13 Thread Libreoffice Gerrit user
 vcl/qa/cppunit/BitmapProcessorTest.cxx  |   51 ---
 vcl/source/bitmap/BitmapDisabledImageFilter.cxx |   78 +---
 2 files changed, 58 insertions(+), 71 deletions(-)

New commits:
commit b43976324f4f8e003b80ce422eb393010d8a101e
Author: Tomaž Vajngerl 
AuthorDate: Wed Feb 13 21:26:18 2019 +0100
Commit: Tomaž Vajngerl 
CommitDate: Wed Feb 13 22:39:28 2019 +0100

Improve the algorithm of disabled image creation

Main change is to not change alpha channel at all. For RGB
channels, calculate the luma value and map the value into 160-224
range. Much simpler and better result.

Change-Id: Ied108c2135f98d78f230a2c0b305bd3396d9ccfd
Reviewed-on: https://gerrit.libreoffice.org/67791
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/qa/cppunit/BitmapProcessorTest.cxx 
b/vcl/qa/cppunit/BitmapProcessorTest.cxx
index fe49184c3302..fa0ccc5fc638 100644
--- a/vcl/qa/cppunit/BitmapProcessorTest.cxx
+++ b/vcl/qa/cppunit/BitmapProcessorTest.cxx
@@ -39,20 +39,51 @@ class BitmapProcessorTest : public CppUnit::TestFixture
 
 void BitmapProcessorTest::testDisabledImage()
 {
-Bitmap aBitmap(Size(3, 3), 24);
 {
-BitmapScopedWriteAccess pWriteAccess(aBitmap);
-pWriteAccess->Erase(Color(0x00, 0x11, 0x22, 0x33));
+Bitmap aBitmap(Size(3, 3), 24);
+{
+BitmapScopedWriteAccess pWriteAccess(aBitmap);
+pWriteAccess->Erase(Color(0x00, 0x00, 0xFF, 0x00));
+}
+BitmapEx aBitmapEx(aBitmap);
+BitmapDisabledImageFilter aDisabledImageFilter;
+BitmapEx aDisabledBitmapEx(aDisabledImageFilter.execute(aBitmapEx));
+Bitmap aDisabledBitmap(aDisabledBitmapEx.GetBitmap());
+{
+Bitmap::ScopedReadAccess pReadAccess(aDisabledBitmap);
+Color aColor(pReadAccess->GetPixel(0, 0).GetColor());
+CPPUNIT_ASSERT_EQUAL(Color(0x00C5C5C5), aColor);
+}
 }
-BitmapEx aBitmapEx(aBitmap);
-BitmapDisabledImageFilter aDisabledImageFilter;
-BitmapEx aDisabledBitmapEx(aDisabledImageFilter.execute(aBitmapEx));
-Bitmap aDisabledBitmap(aDisabledBitmapEx.GetBitmap());
 
 {
-Bitmap::ScopedReadAccess pReadAccess(aDisabledBitmap);
-Color aColor(pReadAccess->GetPixel(0, 0).GetColor());
-CPPUNIT_ASSERT_EQUAL(Color(0x001E1E1E), aColor);
+Bitmap aBitmap(Size(3, 3), 24);
+{
+BitmapScopedWriteAccess pWriteAccess(aBitmap);
+pWriteAccess->Erase(Color(0x00, 0x00, 0xFF, 0x00));
+}
+AlphaMask aMask(Size(3, 3));
+{
+AlphaScopedWriteAccess pWriteAccess(aMask);
+pWriteAccess->Erase(Color(0x00, 0xAA, 0xAA, 0xAA));
+}
+
+BitmapEx aBitmapEx(aBitmap, aMask);
+BitmapDisabledImageFilter aDisabledImageFilter;
+BitmapEx aDisabledBitmapEx(aDisabledImageFilter.execute(aBitmapEx));
+
+Bitmap aDisabledBitmap(aDisabledBitmapEx.GetBitmap());
+{
+Bitmap::ScopedReadAccess pReadAccess(aDisabledBitmap);
+Color aColor(pReadAccess->GetPixel(0, 0).GetColor());
+CPPUNIT_ASSERT_EQUAL(Color(0x00C5C5C5), aColor);
+}
+AlphaMask aDisabledAlphaMask(aDisabledBitmapEx.GetAlpha());
+{
+AlphaMask::ScopedReadAccess pReadAccess(aDisabledAlphaMask);
+Color aColor(pReadAccess->GetPixel(0, 0).GetColor());
+CPPUNIT_ASSERT_EQUAL(Color(0xAA), aColor);
+}
 }
 }
 
diff --git a/vcl/source/bitmap/BitmapDisabledImageFilter.cxx 
b/vcl/source/bitmap/BitmapDisabledImageFilter.cxx
index 3529f7e67dc2..56f46b313159 100644
--- a/vcl/source/bitmap/BitmapDisabledImageFilter.cxx
+++ b/vcl/source/bitmap/BitmapDisabledImageFilter.cxx
@@ -24,82 +24,38 @@ BitmapEx BitmapDisabledImageFilter::execute(BitmapEx const& 
rBitmapEx) const
 sal_uInt16 nBitCount = rBitmapEx.GetBitCount();
 if (nBitCount < 8)
 nBitCount = 8;
+
 const BitmapPalette* pPal = nBitCount == 8 ? ::GetGreyPalette(256) 
: nullptr;
 Bitmap aGrey(aSize, nBitCount, pPal);
-
-AlphaMask aGreyAlpha(aSize);
-
-Bitmap aBitmap(rBitmapEx.GetBitmap());
-Bitmap::ScopedReadAccess pRead(aBitmap);
-
 BitmapScopedWriteAccess pGrey(aGrey);
-AlphaScopedWriteAccess pGreyAlpha(aGreyAlpha);
 
 BitmapEx aReturnBitmap;
-
-if (rBitmapEx.IsTransparent())
+Bitmap aReadBitmap(rBitmapEx.GetBitmap());
+Bitmap::ScopedReadAccess pRead(aReadBitmap);
+if (pRead && pGrey)
 {
-AlphaMask aBitmapAlpha(rBitmapEx.GetAlpha());
-AlphaMask::ScopedReadAccess pReadAlpha(aBitmapAlpha);
-
-if (pRead && pReadAlpha && pGrey && pGreyAlpha)
+for (long nY = 0; nY < aSize.Height(); ++nY)
 {
-BitmapColor aGreyAlphaValue(0);
+Scanline pGreyScan = pGrey->GetScanline(nY);
+Scanline pReadScan = pRead->GetScanline(nY);
 
-for (long nY = 0; nY < 

[Libreoffice-bugs] [Bug 122590] FILEOPEN XLSX Conditional formatting referencing cell value in another sheet isn't imported

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122590

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
Confirm. Version: 6.3.0.0.alpha0+
Build ID: c7ad7849d54fd3dad67e7779102f65b8b2f04881
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

-- 
You are receiving this mail because:
You 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 122705] Doesn't open PPTX file and LibreOffice is freezed

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122705

--- Comment #4 from raal  ---
Created attachment 149285
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149285=edit
file

@Roman, please test with current master.

-- 
You are receiving this mail because:
You 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 86879] FILEOPEN: Hangs trying to open invalid .doc file

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86879

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #18 from Julien Nabet  ---
I submitted a patch to review here:
https://gerrit.libreoffice.org/#/c/67794/

Hope it's ok, at least, I could open the doc.

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

[Libreoffice-bugs] [Bug 122705] Doesn't open PPTX file and LibreOffice is freezed

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122705

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
I can open file in Version: 6.3.0.0.alpha0+
Build ID: c7ad7849d54fd3dad67e7779102f65b8b2f04881
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

https://wiki.documentfoundation.org/Releases/4.3.1/RC1
bnc#881025 mark axis a percent axis only when all data series are percent.
[Kohei Yoshida]

-- 
You are receiving this mail because:
You 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 86879] FILEOPEN: Hangs trying to open invalid .doc file

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86879

--- Comment #17 from Julien Nabet  ---
The pb is here precisely
https://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/ww8par.cxx?r=30c0134c#3102
3101  sal_Int32 nL2;
3102  for (nL2 = 0; nL2 < nStrLen; ++nL2)
3103  {
...
3118  
3119  if ((32 > nUCode) || (0xa0 == nUCode))
3120  {
3121  m_pStrm->SeekRel( m_bIsUnicode ? -2 : -1 );
3122  break; // Special character < 32, == 0xa0 found
3123  }
3124  
We enter at nL2 = 0, we enter in "if" condition because of something wrong in
the file.
So we go backward in the file with call to m_pStrm->SeekRel with negative
value.

-- 
You are receiving this mail because:
You 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 86879] FILEOPEN: Hangs trying to open invalid .doc file

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86879

--- Comment #16 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated some days ago, there's a
nonending loop here:
#13 0x7fffda16dc79 in SwWW8ImplReader::ReadChar(long, long)
(this=0x5ac8d980, nPosCp=3370, nCpOfs=0)
at /home/julien/lo/libreoffice/sw/source/filter/ww8/ww8par.cxx:3558
#14 0x7fffda16d772 in SwWW8ImplReader::ReadChars(int&, int, long, long)
(this=0x5ac8d980, rPos=@0x7ffef3c0: 3370, nNextAttr=123763,
nTextEnd=124060, nCpOfs=0)
at /home/julien/lo/libreoffice/sw/source/filter/ww8/ww8par.cxx:3475

-- 
You are receiving this mail because:
You 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 121716] FILESAVE XLSX The settings for the right pages are applied to the left pages as well

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121716

raal  changed:

   What|Removed |Added

Version|6.3.0.0.alpha0+ Master  |4.1.0.4 release
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
   Keywords||filter:xlsx

--- Comment #4 from raal  ---
Confirm with Version: 6.3.0.0.alpha0+
Build ID: c7ad7849d54fd3dad67e7779102f65b8b2f04881
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

and Version: 4.1.0.0.alpha1+
Build ID: 863d38fbfa4fb4861e476828c46410602100919

-- 
You are receiving this mail because:
You 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 123451] the "." in the numeric keypad inputs '.' instead of ', ' when using the kde5 VCL in Calc

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123451

--- Comment #1 from Albert Astals Cid  ---
"Catalan locate" -> "Catalan locale"

-- 
You are receiving this mail because:
You 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 123451] New: the "." in the numeric keypad inputs '.' instead of ', ' when using the kde5 VCL in Calc

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123451

Bug ID: 123451
   Summary: the "." in the numeric keypad inputs '.' instead of
',' when using the kde5 VCL in Calc
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aa...@kde.org

Description:
In Calc pressing the "." key on the numeric keypad should enter a ',' for
languages that use , as the decimal separator

Steps to Reproduce:
0. Be using Catalan locate
1. Open calc
2. Press . in the numeric keypad


Actual Results:
See how a . appears

Expected Results:
See how a , appears


Reproducible: Always


User Profile Reset: No



Additional Info:
Works fine when using the SAL_USE_VCLPLUGIN=gtk3_kde5 environment variable

-- 
You are receiving this mail because:
You 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 123352] RTF headers - different left and right headers not saved in code correctly

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123352

--- Comment #3 from Sevo  ---
footer - same 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-commits] online.git: android/app

2019-02-13 Thread Libreoffice Gerrit user
 android/app/src/main/cpp/androidapp.cpp|   18 
+-
 android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java |   16 
+---
 2 files changed, 18 insertions(+), 16 deletions(-)

New commits:
commit 95827f3c1cf0f6b94820a78ae457b44f53dc1236
Author: Jan Holesovsky 
AuthorDate: Wed Feb 13 21:52:19 2019 +0100
Commit: Jan Holesovsky 
CommitDate: Wed Feb 13 21:52:43 2019 +0100

android: Actually attempt to load the file for real.

Hits an assert, no LOK is available.

Change-Id: I86b46ea2fcee41966f46ae7f54fe5a506aa7769a

diff --git a/android/app/src/main/cpp/androidapp.cpp 
b/android/app/src/main/cpp/androidapp.cpp
index 45aefd63d..f8e13260f 100644
--- a/android/app/src/main/cpp/androidapp.cpp
+++ b/android/app/src/main/cpp/androidapp.cpp
@@ -127,13 +127,13 @@ static char *js_result_as_gstring(WebKitJavascriptResult 
*js_result)
 return nullptr;
 #endif
 }
+#endif
 
-// TODO handle the message from JS here
-static void handle_lool_message(WebKitUserContentManager *manager,
-WebKitJavascriptResult   *js_result,
-gpointer  user_data)
+/// Handle a message from JavaScript.
+extern "C" JNIEXPORT void JNICALL
+Java_org_libreoffice_androidapp_MainActivity_postMobileMessage(JNIEnv *env, 
jobject, jstring message)
 {
-gchar *string_value = js_result_as_gstring(js_result);
+const char *string_value = env->GetStringUTFChars(message, nullptr);
 
 if (string_value)
 {
@@ -188,7 +188,7 @@ static void handle_lool_message(WebKitUserContentManager 
*manager,
return;
std::vector buf(n);
n = fakeSocketRead(fakeClientFd, 
buf.data(), n);
-   send2JS(buf);
+   // TODO send2JS(buf);
}
}
else
@@ -234,17 +234,17 @@ static void handle_lool_message(WebKitUserContentManager 
*manager,
 free(string_copy);
 }).detach();
 }
-g_free(string_value);
 }
 else
 LOG_TRC_NOFILE("From JS: lool: some object");
 }
-#endif
 
 /// Create the LOOLWSD instance.
 extern "C" JNIEXPORT void JNICALL
-Java_org_libreoffice_androidapp_MainActivity_createLOOLWSD(JNIEnv*, jobject)
+Java_org_libreoffice_androidapp_MainActivity_createLOOLWSD(JNIEnv *env, 
jobject, jstring loadFileURL)
 {
+fileURL = std::string(env->GetStringUTFChars(loadFileURL, nullptr));
+
 Log::initialize("Mobile", "trace", false, false, {});
 Util::setThreadName("main");
 
diff --git 
a/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java 
b/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
index ae27334c6..dc594b924 100644
--- a/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
+++ b/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
@@ -28,7 +28,8 @@ public class MainActivity extends AppCompatActivity {
 super.onCreate(savedInstanceState);
 setContentView(R.layout.activity_main);
 
-createLOOLWSD();
+String urlToLoad = "file:///android_asset/dist/hello-world.odt";
+createLOOLWSD(urlToLoad);
 
 final WebView browser = findViewById(R.id.browser);
 browser.setWebViewClient(new WebViewClient());
@@ -38,7 +39,7 @@ public class MainActivity extends AppCompatActivity {
 browser.addJavascriptInterface(this, "LOOLMessageHandler");
 
 browser.loadUrl("file:///android_asset/dist/loleaflet.html?file_path=" 
+
-"file:///android_asset/dist/hello-world.odt" + // TODO the 
real URL here
+urlToLoad +
 "=1=edit" +
 "=true"); // TODO remove later?
 
@@ -55,19 +56,19 @@ public class MainActivity extends AppCompatActivity {
 static {
 System.loadLibrary("androidapp");
 }
-public native void createLOOLWSD();
+
+/** Initialize the LOOLWSD to load 'loadFileURL'. */
+public native void createLOOLWSD(String loadFileURL);
 
 /** Passing messages from JS (instead of the websocket communication). */
 @JavascriptInterface
-public void postMobileMessage(String message)
-{
-Log.d(TAG, "postMobileMessage: " + message);
-}
+public native void postMobileMessage(String message);
 
 /** Passing messages from JS (instead of the websocket communication). */
 @JavascriptInterface
 public void postMobileError(String message)
 {
+// TODO handle this
 Log.d(TAG, "postMobileError: " + message);
 }
 
@@ -75,6 +76,7 @@ public class MainActivity extends AppCompatActivity {
 @JavascriptInterface
 public void postMobileDebug(String message)
 {
+// 

[Libreoffice-bugs] [Bug 123423] Time range calculation sometimes off by one

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123423

documentfoundation@eddie-sh.de changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from documentfoundation@eddie-sh.de ---


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

-- 
You are receiving this mail because:
You 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 123423] Time range calculation sometimes off by one

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123423

documentfoundation@eddie-sh.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 123423] Time range calculation sometimes off by one

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123423

--- Comment #5 from documentfoundation@eddie-sh.de ---
Created attachment 149284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149284=edit
screenshot of the above, in case the calculation ends up correct for you

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

[Libreoffice-bugs] [Bug 123423] Time range calculation sometimes off by one

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123423

--- Comment #4 from documentfoundation@eddie-sh.de ---
Created attachment 149283
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149283=edit
minimal broken example

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

[Libreoffice-bugs] [Bug 123306] Drawing select hangs

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123306

--- Comment #13 from Vincent Boudry  ---
(In reply to Vincent Boudry from comment #10)
> Actually, the process doesn't hang completely:
> it eventually stops after ~ 7 mins or so... without any selection being
> applied.

Rectification: I let it run ~19 mins, just to know.
I could finally get an active selection, by carefully clicking on the window
edge.

Now I noticed LO indicates 1532 drawing objects selected.

-- 
You are receiving this mail because:
You 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 123449] Background surface of outline area does not reflect master slide setting

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123449

gorgonz  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from gorgonz  ---
Hey guys,

forget it. Playing around I recognised that the default slide has no text field
but a subtitle field. So, this is not affected by formatting the outline area.

On the other hand, formatting the subtitle will reflect the 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 123413] Quickstarter Startup shortcut does not get updated on deployed MAJOR VERSION upgrade

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123413

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Quickstarter Startup|Quickstarter Startup
   |shortcut does not get   |shortcut does not get
   |updated on MAJOR VERSION|updated on deployed MAJOR
   |upgrade |VERSION upgrade
 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 123450] simple macro invoking google-chrome does not result in google-chrome execution

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

--- Comment #1 from Roy Kimbrell  ---
Both "/opt/google/chrome/google-chrome https://ask.libreoffice.org; and
"google-chrome https://ask.libreoffice.org; worked as expected when typed into
a terminal.

"firefox https://ask.libreoffice.org; worked in the same way.

-- 
You are receiving this mail because:
You 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 123306] Drawing select hangs

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123306

--- Comment #12 from Vincent Boudry  ---
(In reply to Alex Thurgood from comment #11)
> @Vincent : thanks for the samples.
>
> Do you have any accessibility features enabled, by any chance (e.g.
> VoiceOver, or any other assistive technology tools) ?

Nothing that I know of...

> I also see a call to what looks like hardware acceleration - is this enabled
> under your LibreOffice preferences ? Usually, this should be disabled by
> default, or at least, that was my understanding, as it was known to cause
> problems.

I disabled it specifically for those tests. 

(In reply to Alex Thurgood from comment #11)
> @Vincent : thanks for the samples.
> 
> 
> Do you have any accessibility features enabled, by any chance (e.g.
> VoiceOver, or any other assistive technology tools) ?
> 
> I also see a call to what looks like hardware acceleration - is this enabled
> under your LibreOffice preferences ? Usually, this should be disabled by
> default, or at least, that was my understanding, as it was known to cause
> problems.

-- 
You are receiving this mail because:
You 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 123448] Recovery document dialog is missing buttons on show using the kde5 VCL

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123448

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||m.wegh...@posteo.de
 Status|UNCONFIRMED |RESOLVED
 Blocks||102495

--- Comment #3 from Michael Weghorn  ---
Right, this is handled in bug 119720 already.

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 123448, which changed state.

Bug 123448 Summary: Recovery document dialog is missing buttons on show using 
the kde5 VCL
https://bugs.documentfoundation.org/show_bug.cgi?id=123448

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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

[Libreoffice-bugs] [Bug 119720] kde5: Buttons in some dialogs only shown after repaint is triggered

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119720

Michael Weghorn  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #10 from Michael Weghorn  ---
*** Bug 123448 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 102495] [META] KDE VCL backend bugs and enhancements

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495

Michael Weghorn  changed:

   What|Removed |Added

 Depends on||123448


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123448
[Bug 123448] Recovery document dialog is missing buttons on show using the kde5
VCL
-- 
You are receiving this mail because:
You 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 123413] Quickstarter Startup shortcut does not get updated on MAJOR VERSION upgrade

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123413

--- Comment #4 from Kris Lou  ---
I should have been more specific.  Mike hit it on the head -- generally
deployed when user is offline, but even still, installed by a user other than
the logged-in-user.

I deploy via WPKG, and the install command is _generally_ as follows -- I have
a bunch of variable substitution here as I remove most DICT, LANGPACK, and
HELPPACK (and a few default extensions).  

msiexec /i "%SOFTWARE%\Libreoffice\LibreOffice_%PKG_VERSION%_Win_x64.msi" /q
ISCHECKFORPRODUCTUPDATES=0 SELECT_WORD=1 ADDLOCAL=ALL SELECT_EXCEL=0
SELECT_POWERPOINT=1 SELECT_VISIO=1 CREATEDESKTOPLINK=0 REGISTER_XLS=0
REGISTER_XLSX=0 REGISTER_DOC=1 REGISTER_DOCX=1 REGISTER_DOCM=1 REGISTER_DOT=1
REGISTER_DOTX=1 REGISTER_DOTM=1 REGISTER_RTF=1 REGISTER_PPT=1 REGISTER_PPS=1
REGISTER_PPSX=1 REGISTER_PPTX=1 REGISTER_PPTM=1 REGISTER_POT=1 REGISTER_POTX=1
REGISTER_POTM=1 REGISTER_ALL_MSO_TYPES=0 QUICKSTART=1 VC_REDIST=1
UI_LANGS=en_US RebootYesNo=No PRODUCTALLLANGUAGES=en-US
REMOVE=%DICT%,%LANGPACK%,%HELPPACK%,%MISCEXT%  /norestart


--- 

My understanding is that QUICKSTART=1 corresponds to a registry entry, which in
turn creates or ensures that the Quickstarter link is created at every user
session.  Is it possible to change the behavior to remove previous link(s) and
create new ones with the current version?  

Lastly, again, this is cosmetic, so not crucial by any means.

-- 
You are receiving this mail because:
You 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 123450] New: simple macro invoking google-chrome does not result in google-chrome execution

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123450

Bug ID: 123450
   Summary: simple macro invoking google-chrome does not result in
google-chrome execution
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: roy.kimbr...@gmail.com

Description:
The following macro does not work in Libreoffice Writer:

Sub Test_Chrome
Dim strURL As String
strURL = "https://ask.libreoffice.org;
Shell( "/opt/google/chrome/google-chrome " + strURL )
End Sub

The result is either a crash in google-chrome or nothing at all.

Substituting "google-chrome"for "/opt/google/chrome/google-chrome" does not
change the behavior. For example, the following does not work either:

Sub Test_Chrome
Dim strURL As String
strURL = "https://ask.libreoffice.org;
Shell( "google-chrome " + strURL )
End Sub

However the following works fine:

Sub Test_Firefox
Dim strURL As String
strURL = "https://ask.libreoffice.org;
Shell( "firefox " + strURL )
End Sub

Steps to Reproduce:
1.Enter the macro shown in the description
2.Compile/run the macro

Actual Results:
Either a chrome crash or nothing at all

Expected Results:
Chrome should appear with the https://ask.libreoffice.org page.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Could not execute the test macros in safe mode.

-- 
You are receiving this mail because:
You 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: android/app loleaflet/html loleaflet/js loleaflet/src loleaflet/util

2019-02-13 Thread Libreoffice Gerrit user
 android/app/src/main/java/org/libreoffice/androidapp/JavaScriptInterface.java 
|   22 
 android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
|   26 +
 loleaflet/html/loleaflet.html.m4  
|   27 +++---
 loleaflet/js/global.js
|4 -
 loleaflet/js/toolbar.js   
|2 
 loleaflet/src/control/Control.Menubar.js  
|2 
 loleaflet/src/core/Socket.js  
|4 -
 loleaflet/src/map/handler/Map.FileInserter.js 
|6 +-
 loleaflet/util/create-l10n-all-js.pl  
|2 
 9 files changed, 55 insertions(+), 40 deletions(-)

New commits:
commit 7604f9b21813c19a0644ae28ac987a541bebd699
Author: Jan Holesovsky 
AuthorDate: Wed Feb 13 21:16:42 2019 +0100
Commit: Jan Holesovsky 
CommitDate: Wed Feb 13 21:18:57 2019 +0100

android: Pass the messages from JS to the MainActivity.

Change-Id: Id2d5bac0f67668305ed47276614fde590d461901

diff --git 
a/android/app/src/main/java/org/libreoffice/androidapp/JavaScriptInterface.java 
b/android/app/src/main/java/org/libreoffice/androidapp/JavaScriptInterface.java
deleted file mode 100644
index c1d28c8ed..0
--- 
a/android/app/src/main/java/org/libreoffice/androidapp/JavaScriptInterface.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -*- 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/.
- */
-
-package org.libreoffice.androidapp;
-
-import android.webkit.JavascriptInterface;
-
-public class JavaScriptInterface {
-
-@JavascriptInterface
-public String getString(String aString) {
-return aString + " -> came from JAVA";
-}
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git 
a/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java 
b/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
index 504b7592a..ae27334c6 100644
--- a/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
+++ b/android/app/src/main/java/org/libreoffice/androidapp/MainActivity.java
@@ -10,7 +10,9 @@
 package org.libreoffice.androidapp;
 
 import android.os.Bundle;
+import android.util.Log;
 import android.view.View;
+import android.webkit.JavascriptInterface;
 import android.webkit.WebSettings;
 import android.webkit.WebView;
 import android.webkit.WebViewClient;
@@ -19,6 +21,7 @@ import android.widget.Button;
 import androidx.appcompat.app.AppCompatActivity;
 
 public class MainActivity extends AppCompatActivity {
+final static String TAG = "MainActivity";
 
 @Override
 protected void onCreate(Bundle savedInstanceState) {
@@ -32,7 +35,7 @@ public class MainActivity extends AppCompatActivity {
 
 WebSettings browserSettings = browser.getSettings();
 browserSettings.setJavaScriptEnabled(true);
-browser.addJavascriptInterface(new JavaScriptInterface(), 
"MainHandler");
+browser.addJavascriptInterface(this, "LOOLMessageHandler");
 
 browser.loadUrl("file:///android_asset/dist/loleaflet.html?file_path=" 
+
 "file:///android_asset/dist/hello-world.odt" + // TODO the 
real URL here
@@ -53,6 +56,27 @@ public class MainActivity extends AppCompatActivity {
 System.loadLibrary("androidapp");
 }
 public native void createLOOLWSD();
+
+/** Passing messages from JS (instead of the websocket communication). */
+@JavascriptInterface
+public void postMobileMessage(String message)
+{
+Log.d(TAG, "postMobileMessage: " + message);
+}
+
+/** Passing messages from JS (instead of the websocket communication). */
+@JavascriptInterface
+public void postMobileError(String message)
+{
+Log.d(TAG, "postMobileError: " + message);
+}
+
+/** Passing messages from JS (instead of the websocket communication). */
+@JavascriptInterface
+public void postMobileDebug(String message)
+{
+Log.d(TAG, "postMobileDebug: " + message);
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index fbfa87b03..8c8eadd50 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -178,17 +178,30 @@ ifelse(MOBILEAPP,[true],
 dnl# For use in conditionals in JS: window.ThisIsAMobileApp, 
window.ThisIsTheiOSApp,
 dnl# and window.ThisIsTheGtkApp
 

[Libreoffice-bugs] [Bug 122971] Slow/laggy scrolling in a specific document

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122971

Telesto  changed:

   What|Removed |Added

 Blocks||106179


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 106179] [META] Writer comment bugs and enhancements

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Telesto  changed:

   What|Removed |Added

 Depends on||122971


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122971
[Bug 122971] Slow/laggy scrolling in a specific document
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 122969] Choppy zooming in & out in a document with lots of comments

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122969

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 122971] Slow/laggy scrolling in a specific document

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122971

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 61558] Big (complex) document : high CPU load and ever increasing memory usage (track changes and many comments are part of the problem)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61558

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 122969] Choppy zooming in & out in a document with lots of comments

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122969

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 122969] Choppy zooming in & out in a document with lots of comments

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122969

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 119485] Scrolling performance in multi page view with large amount of comments slow and comment boxes are flickering (repaints)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119485

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 122969] Choppy zooming in & out in a document with lots of comments

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122969

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 92011] slow typing with large numbers of comments when displayed

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92011

Telesto  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
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: Program Committee of the LibreOffice Conference 2019

2019-02-13 Thread Muhammet Kara via LibreOffice
Hi Sophie,

I would be happy to help.

Best,
Muhammet


Sophie , 11 Şub 2019 Pzt, 16:48 tarihinde şunu
yazdı:

> Hi all,
>
> Like each year, we need a program committee to frame the tracks and vote
> on the papers for the LibreOffice conference.
>
> The committee will have to decide on the main topics of the conference,
> then read and decide on the talk proposals and set the program for the
> three days of conference together with the local team. This will be done
> during July and August.
>
> If you want to be part of the committee just answer here or send me a
> mail, be aware however that a high availability will be requested
> *during July and August*. We will need no more than 5 persons.
>
> Thanks in advance,
> Cheers
> Sophie
>
> --
> Sophie Gautier sophie.gaut...@documentfoundation.org
> GSM: +33683901545
> IRC: sophi
> Release coordinator
> The Document Foundation
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 123436] Allow CSV numeric fields to be defined as numeric or currency, not just text

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123436

Robert Großkopf  changed:

   What|Removed |Added

  Component|Base|Calc

--- Comment #4 from Robert Großkopf  ---
This is indeed the wrong component. Base is the database GUI of LibreOffice.
Calc is the GUI for spreadsheets.

Please post only one row of the original format of the *.csv-file. '$500.00
isn't a part of this, right?

-- 
You are receiving this mail because:
You 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 123436] Allow CSV numeric fields to be defined as numeric or currency, not just text

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123436

--- Comment #3 from Lora  Saltis  ---
 I am imported a CSV file from my credit union into a LIBRE Office spreadsheet
to work with the data for tax purposed which requires me to Sort and Sum
various transactions for tax reporting. The currency fields of the CSV file are
treated like text strings with a "'$" leading very number.For example:'$500.00
as a text string of characters instead of being able to define it as a numeric
or currency field 500.00 which has an arithmetic value and can be calculated.

I'm not sure its a database 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

  1   2   3   4   5   >