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

2019-05-08 Thread Stephan Bergmann (via logerrit)
 ucb/source/ucp/gio/gio_content.cxx  |  448 +++-
 ucb/source/ucp/gio/gio_datasupplier.cxx |   48 +--
 ucb/source/ucp/gio/gio_inputstream.cxx  |   14 -
 ucb/source/ucp/gio/gio_mount.cxx|   14 -
 ucb/source/ucp/gio/gio_outputstream.cxx |   12 
 ucb/source/ucp/gio/gio_provider.cxx |   24 -
 ucb/source/ucp/gio/gio_seekable.cxx |   20 -
 7 files changed, 283 insertions(+), 297 deletions(-)

New commits:
commit d36331d63a68f3dea9123a4a699aea143aaac2ed
Author: Stephan Bergmann 
AuthorDate: Wed May 8 15:39:29 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Thu May 9 07:54:33 2019 +0200

Remove unhelpful "using namespace com::sun::star;" from ucb/source/ucp/gio/

...in preparation for another change using a top-level namespace ucb

Change-Id: I3a92d64806bc570bdfd4fe06e672cb6ce2049e7e
Reviewed-on: https://gerrit.libreoffice.org/71987
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/ucb/source/ucp/gio/gio_content.cxx 
b/ucb/source/ucp/gio/gio_content.cxx
index 087965399d86..6127412d58fc 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -77,15 +77,13 @@
 #include "gio_outputstream.hxx"
 #include "gio_mount.hxx"
 
-using namespace com::sun::star;
-
 namespace gio
 {
 
 Content::Content(
-const uno::Reference< uno::XComponentContext >& rxContext,
+const css::uno::Reference< css::uno::XComponentContext >& rxContext,
 ContentProvider* pProvider,
-const uno::Reference< ucb::XContentIdentifier >& Identifier)
+const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier)
 : ContentImplHelper( rxContext, pProvider, Identifier ),
   m_pProvider( pProvider ), mpFile (nullptr), mpInfo( nullptr ), 
mbTransient(false)
 {
@@ -93,9 +91,9 @@ Content::Content(
 }
 
 Content::Content(
-const uno::Reference< uno::XComponentContext >& rxContext,
+const css::uno::Reference< css::uno::XComponentContext >& rxContext,
 ContentProvider* pProvider,
-const uno::Reference< ucb::XContentIdentifier >& Identifier,
+const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier,
 bool bIsFolder)
 : ContentImplHelper( rxContext, pProvider, Identifier ),
   m_pProvider( pProvider ), mpFile (nullptr), mpInfo( nullptr ), 
mbTransient(true)
@@ -133,7 +131,7 @@ void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ )
 
 OUString SAL_CALL Content::getContentType()
 {
-return isFolder(uno::Reference< ucb::XCommandEnvironment >())
+return isFolder(css::uno::Reference< css::ucb::XCommandEnvironment >())
 ? OUString( GIO_FOLDER_TYPE )
 : OUString( GIO_FILE_TYPE );
 }
@@ -144,9 +142,9 @@ do { \
 aRet <<= aExcept;\
 } while(false)
 
-uno::Any convertToException(GError *pError, const uno::Reference< 
uno::XInterface >& rContext, bool bThrow)
+css::uno::Any convertToException(GError *pError, const css::uno::Reference< 
css::uno::XInterface >& rContext, bool bThrow)
 {
-uno::Any aRet;
+css::uno::Any aRet;
 
 gint eCode = pError->code;
 OUString sMessage(pError->message, strlen(pError->message), 
RTL_TEXTENCODING_UTF8);
@@ -154,113 +152,113 @@ uno::Any convertToException(GError *pError, const 
uno::Reference< uno::XInterfac
 
 OUString sName;
 
-uno::Sequence< uno::Any > aArgs( 1 );
+css::uno::Sequence< css::uno::Any > aArgs( 1 );
 aArgs[ 0 ] <<= sName;
 
 switch (eCode)
 {
 case G_IO_ERROR_FAILED:
-{ io::IOException aExcept(sMessage, rContext);
+{ css::io::IOException aExcept(sMessage, rContext);
   EXCEPT(aExcept); }
 break;
 case G_IO_ERROR_NOT_MOUNTED:
-{ ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext,
-task::InteractionClassification_ERROR, 
ucb::IOErrorCode_NOT_EXISTING_PATH, aArgs);
+{ css::ucb::InteractiveAugmentedIOException aExcept(sMessage, 
rContext,
+css::task::InteractionClassification_ERROR, 
css::ucb::IOErrorCode_NOT_EXISTING_PATH, aArgs);
   EXCEPT(aExcept); }
 break;
 case G_IO_ERROR_NOT_FOUND:
-{ ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext,
-task::InteractionClassification_ERROR, 
ucb::IOErrorCode_NOT_EXISTING, aArgs);
+{ css::ucb::InteractiveAugmentedIOException aExcept(sMessage, 
rContext,
+css::task::InteractionClassification_ERROR, 
css::ucb::IOErrorCode_NOT_EXISTING, aArgs);
   EXCEPT(aExcept); }
 break;
 case G_IO_ERROR_EXISTS:
-{ ucb::NameClashException aExcept(sMessage, rContext,
-task::InteractionClassification_ERROR, sName);
+{ css::ucb::NameClashException aExcept(sMessage, rContext,
+css::task::InteractionClassification_ERROR, sName);
   EXCEPT(aExcept); }
 break;
 case 

[Libreoffice-bugs] [Bug 125104] [Ubuntu, Writer] Chaging page numbering to "1st, 2nd, 3rd, ..." causes crashes when trying to change Page settings later

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125104

--- Comment #19 from bok...@gmail.com ---
(In reply to Xisco Faulí from comment #18)
> That's weird.
> Could you please try the version from
> https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

I prefer not to install manually packages as I am an unskilled user and I don't
want to mess with my installation... would you prefer that I file a report
against the Ubuntu repositories?

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

2019-05-08 Thread Andrea Gelmini (via logerrit)
 dbaccess/source/ui/browser/dbtreeview.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit deafb2edbb066ffd333055a858e78b74abda
Author: Andrea Gelmini 
AuthorDate: Wed May 8 10:14:00 2019 +
Commit: Julien Nabet 
CommitDate: Thu May 9 07:10:30 2019 +0200

Fix typo

Change-Id: I0c594c232a3004c83a33f0948593850dd924caad
Reviewed-on: https://gerrit.libreoffice.org/72020
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx 
b/dbaccess/source/ui/browser/dbtreeview.hxx
index 6ff5959e9ae5..892a6beab394 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -44,7 +44,7 @@ namespace dbaui
 virtual ~DBTreeView() override;
 virtual void dispose() override;
 
-/** sets a handler which is called when an list box entry is to be 
expanded.
+/** sets a handler which is called when a list box entry is to be 
expanded.
 When calling the link, the parameter is an SvTreeListEntry 
marking the entry to be expanded.
 
 */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_bitmap_test.mk vcl/inc vcl/qa

2019-05-08 Thread Tomaž Vajngerl (via logerrit)
 vcl/CppunitTest_vcl_bitmap_test.mk   |1 
 vcl/inc/bitmap/ScanlineTools.hxx |  265 ++
 vcl/qa/cppunit/ScanlineToolsTest.cxx |  268 +++
 3 files changed, 534 insertions(+)

New commits:
commit 09ca8648a47f02c77c26ac6257a51bff62a7bf72
Author: Tomaž Vajngerl 
AuthorDate: Wed May 8 22:50:19 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Thu May 9 07:08:16 2019 +0200

vcl: Add ScanlineTransformer and make tests

This is intended to replace the ImplPixelFormat in macOS and
OpenGL backends, which are duplicated. It'll also come in
handy for other situations in the future.

Also ImplPixelFormat4 (4-bit Palette) in the macOS backend
doesn't work and never has worked correctly (bug at writing).
This fact was discovered while testing the ScanlineTranformer,
which was based on the ImplPixelFormat* code.

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

diff --git a/vcl/CppunitTest_vcl_bitmap_test.mk 
b/vcl/CppunitTest_vcl_bitmap_test.mk
index 3bb293cfc66d..714b390cba93 100644
--- a/vcl/CppunitTest_vcl_bitmap_test.mk
+++ b/vcl/CppunitTest_vcl_bitmap_test.mk
@@ -13,6 +13,7 @@ $(eval $(call 
gb_CppunitTest_add_exception_objects,vcl_bitmap_test, \
 vcl/qa/cppunit/BitmapTest \
 vcl/qa/cppunit/BitmapExTest \
 vcl/qa/cppunit/bitmapcolor \
+vcl/qa/cppunit/ScanlineToolsTest \
 ))
 
 $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\
diff --git a/vcl/inc/bitmap/ScanlineTools.hxx b/vcl/inc/bitmap/ScanlineTools.hxx
new file mode 100644
index ..e87bded7e2d6
--- /dev/null
+++ b/vcl/inc/bitmap/ScanlineTools.hxx
@@ -0,0 +1,265 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ */
+
+#ifndef INCLUDED_VCL_INC_BITMAP_SCANLINETOOLS_HXX
+#define INCLUDED_VCL_INC_BITMAP_SCANLINETOOLS_HXX
+
+#include 
+#include 
+
+namespace vcl::bitmap
+{
+class ScanlineTransformer
+{
+public:
+virtual void startLine(sal_uInt8* pLine) = 0;
+virtual void skipPixel(sal_uInt32 nPixel) = 0;
+virtual Color readPixel() = 0;
+virtual void writePixel(Color nColor) = 0;
+
+virtual ~ScanlineTransformer() = default;
+};
+
+class ScanlineTransformer_ARGB : public ScanlineTransformer
+{
+private:
+sal_uInt8* pData;
+
+public:
+virtual void startLine(sal_uInt8* pLine) override { pData = pLine; }
+
+virtual void skipPixel(sal_uInt32 nPixel) override { pData += nPixel << 2; 
}
+
+virtual Color readPixel() override
+{
+const Color aColor = Color(pData[4], pData[1], pData[2], pData[3]);
+pData += 4;
+return aColor;
+}
+
+virtual void writePixel(Color nColor) override
+{
+*pData++ = nColor.GetTransparency();
+*pData++ = nColor.GetRed();
+*pData++ = nColor.GetGreen();
+*pData++ = nColor.GetBlue();
+}
+};
+
+class ScanlineTransformer_BGR : public ScanlineTransformer
+{
+private:
+sal_uInt8* pData;
+
+public:
+virtual void startLine(sal_uInt8* pLine) override { pData = pLine; }
+
+virtual void skipPixel(sal_uInt32 nPixel) override { pData += (nPixel << 
1) + nPixel; }
+
+virtual Color readPixel() override
+{
+const Color aColor = Color(pData[2], pData[1], pData[0]);
+pData += 3;
+return aColor;
+}
+
+virtual void writePixel(Color nColor) override
+{
+*pData++ = nColor.GetBlue();
+*pData++ = nColor.GetGreen();
+*pData++ = nColor.GetRed();
+}
+};
+
+class ScanlineTransformer_RGB565 : public ScanlineTransformer
+{
+private:
+sal_uInt16* pData;
+
+public:
+virtual void startLine(sal_uInt8* pLine) override
+{
+pData = reinterpret_cast(pLine);
+}
+
+virtual void skipPixel(sal_uInt32 nPixel) override { pData += nPixel; }
+
+virtual Color readPixel() override
+{
+const Color nColor
+= Color((*pData & 0xf800) >> 8, (*pData & 0x07e0) >> 3, (*pData & 
0x001f) << 3);
+pData++;
+return nColor;
+}
+
+virtual void writePixel(Color nColor) override
+{
+*pData++ = ((nColor.GetRed() & 0xf8) << 8) | ((nColor.GetGreen() & 
0xfc) << 3)
+   | ((nColor.GetBlue() & 0xf8) >> 3);
+}
+};
+
+class ScanlineTransformer_8BitPalette : public ScanlineTransformer
+{
+private:
+sal_uInt8* pData;
+const BitmapPalette& mrPalette;
+
+public:
+explicit ScanlineTransformer_8BitPalette(const BitmapPalette& rPalette)
+: pData(nullptr)
+, mrPalette(rPalette)
+{
+}
+
+virtual void startLine(sal_uInt8* 

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

2019-05-08 Thread Adrien Ollier (via logerrit)
 vcl/source/animate/Animation.cxx |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 865371a35d7f9d9fac08e9e75ac3c9c173144746
Author: Adrien Ollier 
AuthorDate: Sat May 4 09:19:31 2019 +0200
Commit: Tomaž Vajngerl 
CommitDate: Thu May 9 07:07:56 2019 +0200

replaces one macro by a constant in the C++ style

Change-Id: I4b4fc85024d64f94197bd0fd25ed8ba0ada004ba
Signed-off-by: Adrien Ollier 
Reviewed-on: https://gerrit.libreoffice.org/71807
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/source/animate/Animation.cxx b/vcl/source/animate/Animation.cxx
index 7885343b7fa8..37af008d036e 100644
--- a/vcl/source/animate/Animation.cxx
+++ b/vcl/source/animate/Animation.cxx
@@ -31,8 +31,6 @@
 
 #include 
 
-#define MIN_TIMEOUT 2
-
 sal_uLong Animation::mnAnimCount = 0;
 
 Animation::Animation()
@@ -268,9 +266,14 @@ void Animation::Draw(OutputDevice* pOut, const Point& 
rDestPt, const Size& rDest
 }
 }
 
+namespace
+{
+constexpr sal_uLong constMinTimeout = 2;
+}
+
 void Animation::ImplRestartTimer(sal_uLong nTimeout)
 {
-maTimer.SetTimeout(std::max(nTimeout, static_cast(MIN_TIMEOUT)) 
* 10);
+maTimer.SetTimeout(std::max(nTimeout, constMinTimeout) * 10);
 maTimer.Start();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-08 Thread Andrea Gelmini (via logerrit)
 dbaccess/source/ui/browser/dbtreemodel.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b900a8fcfa2faf8a5e0286bff63371fe6c58751c
Author: Andrea Gelmini 
AuthorDate: Wed May 8 10:14:02 2019 +
Commit: Jens Carl 
CommitDate: Thu May 9 06:54:02 2019 +0200

Fix typo

Change-Id: I88a32792c19a8d16c400dd2a189c4941149ff941
Reviewed-on: https://gerrit.libreoffice.org/72019
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx 
b/dbaccess/source/ui/browser/dbtreemodel.hxx
index e61e37368ce4..d1497f0bcd63 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -43,7 +43,7 @@ namespace dbaui
 /// if the entry denotes a table or query, this is the respective UNO 
object
 css::uno::Reference< css::beans::XPropertySet >
 xObjectProperties;
-/// if the entry denotes a object container, this is the UNO interface 
for this container
+/// if the entry denotes an object container, this is the UNO 
interface for this container
 css::uno::Reference< css::uno::XInterface >
 xContainer;
 /// if the entry denotes a data source, this is the connection for 
this data source (if already connection)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-05-08 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/export/spreadsheetml/styles.xsl |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7c0124ef386c85801c90bf418510d07989821e74
Author: Andrea Gelmini 
AuthorDate: Wed May 8 10:16:46 2019 +
Commit: Jens Carl 
CommitDate: Thu May 9 06:53:08 2019 +0200

Fix typo

Change-Id: I77133378411c573dd1075d40c7e113b305b3dbba
Reviewed-on: https://gerrit.libreoffice.org/72017
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/filter/source/xslt/export/spreadsheetml/styles.xsl 
b/filter/source/xslt/export/spreadsheetml/styles.xsl
index 54ae12c4d93f..8c9c042dda8d 100644
--- a/filter/source/xslt/export/spreadsheetml/styles.xsl
+++ b/filter/source/xslt/export/spreadsheetml/styles.xsl
@@ -291,7 +291,7 @@
 
 Currency
 
-
+
 
 General
 
@@ -351,13 +351,13 @@
 
$numberStyle/number:year/@number:style='long'">
 Short Date
 
-
+
 
 Short Date
 
 
 
-
+
 
 General
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 107360] No Access connection for 64 bit LO (Windows) - see Comment 7

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107360

--- Comment #26 from lohudkumar  ---
This is a blog you can find better stuff right here
http://taylor411.com/why-use-reloadable-prepaid-cards-here-are-some-amazing-reasons/;>reloadable
prepaid cards/
make sure you can check it out

-- 
You are receiving this mail because:
You 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 116940] FILEOPEN: Incorrect position of shapes

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116940

--- 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 107654] Table Design window for new table, title bar names existing Table1

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107654

--- 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 117402] Invalid HTML for nested lists with Impress Preview in Web Browser

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117402

--- 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 117445] Impress notes do not save 'tab' space as space. Periods do not attach to words.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117445

--- 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 125183] New: Rounding Error in Formula Addition

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125183

Bug ID: 125183
   Summary: Rounding Error in Formula Addition
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kit...@tutanota.com

Description:
Adding the results of three calculations in a formula fails to give same
results if done manually.  See example sheet.

$62 divided by 3 divided by 5 = $4.13
$240 divided by 36 divided by 5 = $1.33
$300 divided by 12 divided by 5 = $5.00
Sum is 10.46
Times 2 Total is $20.92

Spreadsheet says 
$20.94

(Calc is set to round to two decimal points.)

Steps to Reproduce:
1.See sample sheet.
2.
3.

Actual Results:
Wrong

Expected Results:
Correct


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You 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 124554] FORMATTING Text colour change on pdf export of Impress presentation based on new master slide with dark background

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124554

Colin S  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 124554] FORMATTING Text colour change on pdf export of Impress presentation based on new master slide with dark background

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124554

--- Comment #4 from Colin S  ---
Created attachment 151259
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151259=edit
3 slide file showing example of bug

1st slide shows expected behaviour with default dark text and light background
(default master). 2nd slide shows bug when master is applied to slide with dark
background with light (automatic)text--printed text is still dark. Note that
when light text is manually selected on the master it is applied to the printed
slide as displayed. 3rd slide shows expected behaviour with manually selected
dark background and light text.

The easy workaround is to just always remember to manually select light
coloured text when using a dark background. The automatic light coloured text
is not being applied to the slide body when printing though.

-- 
You are receiving this mail because:
You 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 118056] Recovery dialog keeps opening and failing after closing to password prompt at the first recovery

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118056

--- Comment #5 from Eric Marceau  ---
Created attachment 151258
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151258=edit
Files list - new user, first login, first action is attempt to open LibreOffice

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

[Libreoffice-bugs] [Bug 118056] Recovery dialog keeps opening and failing after closing to password prompt at the first recovery

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118056

--- Comment #4 from Eric Marceau  ---
Created attachment 151257
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151257=edit
Files list - new user, first login, no other actions taken

-- 
You are receiving this mail because:
You 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] dev-tools.git: 7 commits - qa/bugzillaAutomation.py qa/bugzillaChecker.py qa/comments.py qa/common.py qa/createMassPingLists.py

2019-05-08 Thread Libreoffice Gerrit user
 qa/bugzillaAutomation.py  |   90 +-
 qa/bugzillaChecker.py |9 
 qa/comments.py|7 +++
 qa/common.py  |4 --
 qa/createMassPingLists.py |8 ++--
 5 files changed, 84 insertions(+), 34 deletions(-)

New commits:
commit dc797fcc14b79858896f66ca59415700595135d9
Author: Xisco Fauli 
AuthorDate: Thu May 9 00:08:49 2019 +0200
Commit: Xisco Fauli 
CommitDate: Thu May 9 00:08:49 2019 +0200

QA: this can go now

diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py
index 326087f..8845958 100755
--- a/qa/bugzillaChecker.py
+++ b/qa/bugzillaChecker.py
@@ -39,9 +39,6 @@ retestUnconfirmedPeriodDays = 30
 # Unconfirmed bugs which last comment is written by the reporter
 inactiveUnconfirmedPeriodDays = 180
 
-# Needinfo bugs which last comment is written by the reporter
-retestNeedinfoPeriodDays = 60
-
 # Assigned bugs without activity
 inactiveAssignedPeriodDays = 90
 
@@ -316,11 +313,6 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg):
 value = [ rowId, row['last_change_time'], 
comments[-1]['creator'] ]
 util_add_to_result(lResults, 
'unconfirmed_last_comment_from_reporter', value)
 
-elif rowStatus == 'NEEDINFO' and comments[-1]['creator'] == 
creatorMail and \
-datetime.datetime.strptime(row['last_change_time'], 
"%Y-%m-%dT%H:%M:%SZ") >= cfg['retestNeedinfoPeriod']:
-value = [ rowId, row['last_change_time'], 
comments[-1]['creator'] ]
-util_add_to_result(lResults, 'needinfo_provided', value)
-
 if autoFixed:
 util_add_to_result(lResults, 'auto_fixed', autoFixedValue)
 
@@ -484,7 +476,6 @@ def runCfg():
 cfg['coloredInactiveUnconfirmedPeriod'] = 
common.util_convert_days_to_datetime(coloredPeriodDays + 
inactiveUnconfirmedPeriodDays)
 cfg['inactiveUnconfirmedPeriod'] = 
common.util_convert_days_to_datetime(inactiveUnconfirmedPeriodDays)
 cfg['coloredRetestUnconfirmedPeriod'] = 
common.util_convert_days_to_datetime(coloredPeriodDays + 
retestUnconfirmedPeriodDays)
-cfg['retestNeedinfoPeriod'] = 
common.util_convert_days_to_datetime(retestNeedinfoPeriodDays)
 cfg['inactiveAssignedPeriod'] = 
common.util_convert_days_to_datetime(inactiveAssignedPeriodDays)
 cfg['coloredInactiveAssignedPeriod'] = 
common.util_convert_days_to_datetime(coloredPeriodDays + 
inactiveAssignedPeriodDays)
 return cfg
commit 974fbaa41d33f114514954b718bea0cef8ccc34d
Author: Xisco Fauli 
AuthorDate: Wed May 8 23:53:50 2019 +0200
Commit: Xisco Fauli 
CommitDate: Wed May 8 23:53:50 2019 +0200

QA: Automatically move NEEDINFO bugs back to UNCONFIRMED...

if the last comment is from the reporter

diff --git a/qa/bugzillaAutomation.py b/qa/bugzillaAutomation.py
index afa71a1..dc6ba3b 100755
--- a/qa/bugzillaAutomation.py
+++ b/qa/bugzillaAutomation.py
@@ -32,7 +32,8 @@ def util_create_statList():
 },
 'untouched': {},
 'needInfoPing': {},
-'needInfoFollowUpPing': {}
+'needInfoFollowUpPing': {},
+'needInfoToUnconfirmed': {}
 }
 def analyze_bugzilla(statList, bugzillaData, cfg):
 print("Analyze bugzilla\n", end="", flush=True)
@@ -68,12 +69,16 @@ def analyze_bugzilla(statList, bugzillaData, cfg):
 "obsolete" not in [x.lower() for x in comment["tags"]] 
and \
 ('MassPing-UntouchedBug' in comment["text"] or \
 comment["text"].startswith("A polite ping, still 
working on this bug") or \
+'[Automated Action]' in comment["text"] or \
 'MassPing-NeedInfo' in comment["text"]):
 statList['tags']['addObsolete'].add(comment["id"])
 
 if len(comments) > 0:
-if 'MassPing-UntouchedBug' in comments[-1]["text"]:
+if rowStatus == 'NEEDINFO' and \
+comments[-1]['creator'] == row['creator']:
+statList['needInfoToUnconfirmed'][rowId] = rowCreator
 
+if 'MassPing-UntouchedBug' in comments[-1]["text"]:
 if rowStatus != 'NEEDINFO':
 if "obsolete" not in [x.lower() for x in 
comments[-1]["tags"]]:
 
statList['tags']['addObsolete'].remove(comments[-1]["id"])
@@ -103,7 +108,7 @@ def analyze_bugzilla(statList, bugzillaData, cfg):
 row['product'] == 'Impress Remote') and 
row['severity'] != 'enhancement':
 statList['untouched'][rowId] = rowCreator
 
-def post_comments_to_bugzilla(statList, keyInStatList, commentId, comment, 
changeCommand=""):
+def post_comments_to_bugzilla(statList, keyInStatList, commentId, comment, 
addFirstLine, changeCommand=""):
 for bugId, creator in statList[keyInStatList].items():
 bugId = str(bugId)
 
@@ 

[Libreoffice-bugs] [Bug 125111] new user creation accepts invalid name for the user name

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125111

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|dfgdfgfdgnoCodfgdfg |dfgdfgfdgnoCodfgdfg
   |dfgdfgdfg dfg   |dfgdfgdfg dfg
   |noCommentFromQA |

-- 
You are receiving this mail because:
You 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 125182] New: Moving or renaming a file on Mac does not update window title bar

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125182

Bug ID: 125182
   Summary: Moving or renaming a file on Mac does not update
window title bar
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pierre.thibault@pm.me

Description:
On the Mac version of LibreOffice, the window title bar of an open document
displays the name of the file and Cmd-Click or Ctrl-Click displays the location
of the file. If the file is moved or renamed while the document is open then,
the file name or the location displayed is not updated. It should be. This is,
as I know, affecting all document type.

Steps to Reproduce:
1. Create a new writer document and save the document somewhere.
2. Close the document.
3. Open the document.
4. Rename the or move the document in the Finder.

Actual Results:
Results for each steps:

1. The document has no icon displayed in the title bar after being saved.
2.
3. The document now displays an icon in the title bar.
4. The title bar is not updated with the new document name or location.

Expected Results:
Expected results for each steps:

1. Document icon should be displayed after saving.
2.
3.
4. The title bar should be updated with the new file name or document location
but it is not.


Reproducible: Always


User Profile Reset: No



Additional Info:
After changing the file name of the document while it is open, saving the
document  again triggers an alert that the document has changed while it has
not.

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

[Libreoffice-bugs] [Bug 125111] new user creation accepts invalid name for the user name

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125111

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|dfgdfgfdgnoCodfgdfg |dfgdfgfdgnoCodfgdfg
   |dfgdfgdfg dfg   |dfgdfgdfg dfg
   ||noCommentFromQA

-- 
You are receiving this mail because:
You 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 125111] new user creation accepts invalid name for the user name

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125111

Xisco Faulí  changed:

   What|Removed |Added

 Whiteboard|noCommentFromQA |dfgdfgfdgnoCodfgdfg
   ||dfgdfgdfg dfg

-- 
You are receiving this mail because:
You 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 125111] new user creation accepts invalid name for the user name

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125111

QA Administrators  changed:

   What|Removed |Added

 Whiteboard||noCommentFromQA

-- 
You are receiving this mail because:
You 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 125174] Triple click selection (sentence) misses the last guillemet

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125174

--- Comment #3 from V Stuart Foote  ---
Created attachment 151256
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151256=edit
sample Writer document

sample document, one sentence in en-US, duplicated fr-FR.

Selection via "tripple click", or using the newly provided "Select Sentence"
UNO command (bug 124552) as menu/button/context menu customized action.

Selection of the first sentence in en-US with a closing '"' does include the
quotation.

But selection of the first sentence in fr-FR with closing '»' will not include
the quotation in the selection. Selecting the second sentence will start that
sentence selection with the '»'

The guillemet -- U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK is not
recognized as valid punctuation bounding a sentence.

-- 
You are receiving this mail because:
You 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 118056] Recovery dialog keeps opening and failing after closing to password prompt at the first recovery

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118056

--- Comment #3 from Eric Marceau  ---
(In reply to Eric Marceau from comment #2)
> New Instance Report related to Bug 118056
> 
> 
> Environment:
> media-info: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
> Kernel: Linux 4.15.0-48-generic x86_64
> 

Package version in Ubuntu repository is labelled:  

  libreoffice 1:6.0.7-0ubuntu0.18.04.5 (ubuntu-security)

-- 
You are receiving this mail because:
You 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 81640] Very slow and lagging if open file stored on network

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81640

e...@chiralsoftware.com changed:

   What|Removed |Added

Version|4.2.4.2 release |6.0.7.3 release

--- Comment #18 from e...@chiralsoftware.com ---
I'm having exactly the same bug and it has been going on for a while with all
the versions within the past year or so. It is simply unusable to open a ODT
document on our Samba server. I have to copy it to my local machine to edit it.
It's faster to access it from remote by SSH than it is on our LAN. It's a
complete usability disaster. The Samba server is on Ubuntu 1604, 4.3.11-Ubuntu.
Whatever interaction is causing this, it should be fixed as a top priority.

-- 
You are receiving this mail because:
You 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 97792] Sending mail fails on Windows 10 with Mail app

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97792

--- Comment #8 from Ramson Roni  ---
You can try to update your windows, or that particular software, it might
possible that your system or that particular app is not updated.
https://www.121techsupport.co/garmim-map-update/

-- 
You are receiving this mail because:
You 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 125181] New: The shapes 'star24' and 'star32' imported from OOXML behave wrong when using the adjustment handle

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125181

Bug ID: 125181
   Summary: The shapes 'star24' and 'star32' imported from OOXML
behave wrong when using the adjustment handle
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 151255
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151255=edit
shapes 'star24' and 'star32'

Open the attached document. Click on the star and drag the handle upwards to
make it less sharp. Notice, that the handle jumps to the center.

The problem is, that LO follows the preset definition literally, but the
specification has an error in this case.

For details read the thread
https://social.msdn.microsoft.com/Forums/en-US/b0f67ace-a6e2-4cc5-a4fb-a1e0e2494303/suspicious-attribute-maxyquotssd2quot-in-presetshape-definition-of-star24-and-star32-shape?forum=os_binaryfile

-- 
You are receiving this mail because:
You 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 125174] Triple click selection (sentence) misses the last guillemet

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125174

V Stuart Foote  changed:

   What|Removed |Added

 OS|Linux (All) |All

--- Comment #2 from V Stuart Foote  ---
So, positioned by Writer ViewShell, and then Writer cursor definition for
END_SENT [1], with Lang and Locale considered. So guess the break iterator [2]
for fr_FR script just does not recognize the guillemet quotation as a valid
sentence closing--stopping at the period.

These parts of the Writer shell and cursor are ancient, don't know if they can
be corrected without major rework.

=-refs-=

[1]
https://opengrok.libreoffice.org/xref/core/sw/source/core/crsr/swcrsr.cxx#1550

[2] https://opengrok.libreoffice.org/xref/core/sw/inc/breakit.hxx#60

-- 
You are receiving this mail because:
You 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 124086] copy of the contents of the cell where it finds the cursor

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124086

JoanaM  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You 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 118056] Recovery dialog keeps opening and failing after closing to password prompt at the first recovery

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118056

--- Comment #2 from Eric Marceau  ---
New Instance Report related to Bug 118056


Environment:
media-info: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Kernel: Linux 4.15.0-48-generic x86_64


I have the same problem of looping on recovery attempts at startup of
LibreOffice, after crashing.

I looked at the command line options and the options 

  "--nodefault"

and

  "--norestore"

did not fix the issue and allow LibreOffice to start with the welcome screen.

There is no options to tell LibreOffice to 

  "--sanitize"

that will force startup by running a sanitizing process to purge any offending
condition causing LibreOffice to enter the crash recovery process.

NOTE:  I have edited the ~/.config/libreoffice/4/user/registrymodifications.xcu
to remove at first the "RecoveryList" entry for "recovery_item_1", with no
success, then attempted again with deleting that and the 2 references to
"RecoveryInfo", for each of "Crashed" and "SessionData", again with no success. 

Even after doing that, LibreOffice is obtaining from somewhere unknown that
there is still a reference to a need for recovery, for the offending file
"Untitled_1".

Can anyone advise 
- where that offending reference is stored for persistence, and 
- how to remove that so as to restore sanity?

I have purged what I believe is the related pipe file,

  /tmp/OSL_PIPE_1000_SingleOfficeIPC_a0f990f14944785c517f24b57dd362a

and temporary files

  /tmp/lu4634fq381z.tmp  (example)

and that doesn't fixt it either.

I have event completely removed all related package files, then re-installed,
with no positive outcome.

Is there a "cleanup user" function available to restore the necessary sanity
for LibreOffice for a specified user?

Thank you,
Eric


P.S.  Don't know if there is anything meaningful related to the problem in the
following:
May  8 16:56:46 OasisMini kernel: [ 1679.057158] kauditd_printk_skb: 312
callbacks suppressed
May  8 16:56:46 OasisMini kernel: [ 1679.057163] audit: type=1400
audit(1557349006.170:377): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/home/ericthered/.cache/mesa_shader_cache/index" pid=4395
comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
May  8 16:56:46 OasisMini kernel: [ 1679.575940] audit: type=1400
audit(1557349006.690:378): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/usr/share/print-backends/org.openprinting.Backend.CUPS" pid=4394
comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
May  8 16:56:48 OasisMini kernel: [ 1681.753772] audit: type=1400
audit(1557349008.870:379): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/home/ericthered/.cache/mesa_shader_cache/index" pid=4413
comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
May  8 16:56:49 OasisMini kernel: [ 1682.282830] audit: type=1400
audit(1557349009.398:380): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/usr/share/print-backends/org.openprinting.Backend.CUPS" pid=4412
comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
May  8 16:56:50 OasisMini kernel: [ 1683.781040] audit: type=1400
audit(1557349010.894:381): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/home/ericthered/.cache/mesa_shader_cache/index" pid=4431
comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
May  8 16:56:51 OasisMini kernel: [ 1684.301490] audit: type=1400
audit(1557349011.414:382): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/usr/share/print-backends/org.openprinting.Backend.CUPS" pid=4430
comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
May  8 17:16:23 OasisMini kernel: [ 2856.075714] audit: type=1400
audit(1557350183.134:383): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/home/ericthered/.cache/mesa_shader_cache/index" pid=4635
comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
May  8 17:16:23 OasisMini kernel: [ 2856.793532] audit: type=1400
audit(1557350183.850:384): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/proc/4634/mountinfo" pid=4634 comm="soffice.bin"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
May  8 17:16:23 OasisMini kernel: [ 2856.794038] audit: type=1400
audit(1557350183.854:385): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/proc/4634/cgroup" pid=4634 comm="soffice.bin" requested_mask="r"
denied_mask="r" fsuid=1000 ouid=1000
May  8 17:16:23 OasisMini kernel: [ 2856.794048] audit: type=1400
audit(1557350183.854:386): apparmor="ALLOWED" operation="open"
profile="libreoffice-so
ffice" name="/sys/fs/cgroup/memory/memory.limit_in_bytes" pid=4634
comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
May  8 17:16:23 OasisMini kernel: [ 

[Libreoffice-bugs] [Bug 89449] Line connectors become shape objects in Impress when opening Microsoft .PPTX file format

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89449

--- Comment #22 from Regina Henschel  ---
Look at
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/connectorshapecontext.cxx?r=85fe083c#54

It seems, that nothing is implemented for import of connector shapes.

-- 
You are receiving this mail because:
You 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 120729] User-Unfriendly Display of Tracked Modifications (if tracking modifications is on)

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120729

--- Comment #4 from Adalbert Hanßen  ---
Created attachment 151254
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151254=edit
My last comment as a playground to test a document with some changes in it

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

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - extras/source

2019-05-08 Thread Matthias Seidel (via logerrit)
 extras/source/misc_config/wizard/web/styles/beige.css|1 +
 extras/source/misc_config/wizard/web/styles/bg.css   |1 +
 extras/source/misc_config/wizard/web/styles/bgr.css  |1 +
 extras/source/misc_config/wizard/web/styles/bgrey.css|1 +
 extras/source/misc_config/wizard/web/styles/bwb.css  |1 +
 extras/source/misc_config/wizard/web/styles/bwo.css  |1 +
 extras/source/misc_config/wizard/web/styles/dark.css |1 +
 extras/source/misc_config/wizard/web/styles/dp.css   |1 +
 extras/source/misc_config/wizard/web/styles/forest.css   |1 +
 extras/source/misc_config/wizard/web/styles/green.css|1 +
 extras/source/misc_config/wizard/web/styles/greenred.css |1 +
 extras/source/misc_config/wizard/web/styles/grey.css |1 +
 extras/source/misc_config/wizard/web/styles/ibg.css  |1 +
 extras/source/misc_config/wizard/web/styles/ice.css  |1 +
 extras/source/misc_config/wizard/web/styles/marine.css   |1 +
 extras/source/misc_config/wizard/web/styles/orange.css   |1 +
 extras/source/misc_config/wizard/web/styles/red.css  |1 +
 extras/source/misc_config/wizard/web/styles/rgb.css  |1 +
 extras/source/misc_config/wizard/web/styles/strange.css  |1 +
 extras/source/misc_config/wizard/web/styles/violet.css   |1 +
 extras/source/misc_config/wizard/web/styles/water.css|1 +
 21 files changed, 21 insertions(+)

New commits:
commit 0b9ae923ca73de806383da359e80c02d2f235dc2
Author: Matthias Seidel 
AuthorDate: Wed May 8 21:10:29 2019 +
Commit: Matthias Seidel 
CommitDate: Wed May 8 21:10:29 2019 +

Re-added "background.gif" to css.

The background graphic is converted to GIF from the wizard. So it is still 
needed.

diff --git a/extras/source/misc_config/wizard/web/styles/beige.css 
b/extras/source/misc_config/wizard/web/styles/beige.css
index ad7ae9941da8..16b395727f3f 100644
--- a/extras/source/misc_config/wizard/web/styles/beige.css
+++ b/extras/source/misc_config/wizard/web/styles/beige.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #FFCC99;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: "Times New Roman", Times, serif;
diff --git a/extras/source/misc_config/wizard/web/styles/bg.css 
b/extras/source/misc_config/wizard/web/styles/bg.css
index cfa0cc80cb32..6bf30efdcdfe 100644
--- a/extras/source/misc_config/wizard/web/styles/bg.css
+++ b/extras/source/misc_config/wizard/web/styles/bg.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #660033;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: Arial, Helvetica, sans-serif;
diff --git a/extras/source/misc_config/wizard/web/styles/bgr.css 
b/extras/source/misc_config/wizard/web/styles/bgr.css
index 0a1d2fc90a46..a80fd7e16272 100644
--- a/extras/source/misc_config/wizard/web/styles/bgr.css
+++ b/extras/source/misc_config/wizard/web/styles/bgr.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #660033;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: Arial, Helvetica, sans-serif;
diff --git a/extras/source/misc_config/wizard/web/styles/bgrey.css 
b/extras/source/misc_config/wizard/web/styles/bgrey.css
index 153d72423f3e..84d99fb064d3 100644
--- a/extras/source/misc_config/wizard/web/styles/bgrey.css
+++ b/extras/source/misc_config/wizard/web/styles/bgrey.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #00;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: "Times New Roman", Times, serif;
diff --git a/extras/source/misc_config/wizard/web/styles/bwb.css 
b/extras/source/misc_config/wizard/web/styles/bwb.css
index 6cd68c930469..15a5d2ad6548 100644
--- a/extras/source/misc_config/wizard/web/styles/bwb.css
+++ b/extras/source/misc_config/wizard/web/styles/bwb.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #99;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: Arial, Helvetica, sans-serif;
diff --git a/extras/source/misc_config/wizard/web/styles/bwo.css 
b/extras/source/misc_config/wizard/web/styles/bwo.css
index ba7a707b33f3..5dd9585207d9 100644
--- a/extras/source/misc_config/wizard/web/styles/bwo.css
+++ b/extras/source/misc_config/wizard/web/styles/bwo.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #66;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: Arial, Helvetica, sans-serif;
diff --git a/extras/source/misc_config/wizard/web/styles/dark.css 
b/extras/source/misc_config/wizard/web/styles/dark.css
index 69974adfff10..5d4cdc25de56 100644
--- a/extras/source/misc_config/wizard/web/styles/dark.css
+++ b/extras/source/misc_config/wizard/web/styles/dark.css
@@ -70,6 +70,7 @@
 }
 body {
background-color: #00;
+   background-image: url(images/background.gif);
 }
 .toctitle {
font-family: 

[Libreoffice-bugs] [Bug 121242] Libreoffice (flatpak) segfaults after extension installation

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121242

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #8 from Xisco Faulí  ---
Dear Julien,
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
You are receiving this mail because:
You 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 124434] Figures appear blurry in this presentation

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124434

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #5 from Xisco Faulí  ---
it seems also fine in

Version: 6.2.5.0.0+
Build ID: 6c3ceaf3e4d59c658d0f9e4e1b22204be25f74e2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

Could you please paste the info from Help - about LibreOffice ?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the information has been provided

-- 
You are receiving this mail because:
You 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 120556] Password protected sheets in Calc cause crashes annd the same when uses autocorrection (eg. :?:)

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120556

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #17 from Xisco Faulí  ---
Dear Leandro,
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
You are receiving this mail because:
You 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 124831] Crash in: rtl_uString_newFromStr_WithLength FILEOPEN ODS

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124831

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 120729] User-Unfriendly Display of Tracked Modifications (if tracking modifications is on)

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120729

Adalbert Hanßen  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Adalbert Hanßen  ---
This demonstration is done with LibreOffice
Version: 6.3.0.0.alpha0+
Build ID: 98630a0bd49bd80652145a21e4e0d0ded792b36b
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-05-04_04:44:35
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded
Since this is an English version, I now see the English names of the functions
in the dialogues.

The relevant functions are (and most of them can also be accessed through
View>Toolbars>Track Changes):

1. Edit>Track Changes>Record: If this one is checked, all modifications are
recorded, otherwise they are not recorded (and those changes can not be
verified as changes later).

2. Edit>Track Changes>Show: If this one is checked, modifications are shown
in color and if the mouse is moved over one, the time of the change and the
author are shown after a second. Otherwise the changes are not shown, the final
version which is reached if all changes were accepted, is shown.

3. Edit>Track Changes>Manage which opens its own dialogue window with two
sub-tabs, namely List and Filter.

4. Edit>Track Changes>Manage Tab List shows a list of all recorded changes
together with the timestamps of them and the authors, who applied them.

5. Edit>Track Changes>Manage Tab Filter lets you enter criteria to filter
changes by time, author, action or comment. Selected changes can be accepted or
rejected altogether or one by one. 

Other than complained about in the bug report, the Edit>Track Changes>Show flag
is no longer set to True when the file gets stored. 

It looks like this part of
https://bugs.documentfoundation.org/show_bug.cgi?id=120729 is fixed in this
version 6.3.0.0.alpha0+ used for my test.

I also made some more proposals to improve revising documents. One of my
proposals dealt with going from one change to the next one or to the last one.
If one uses Edit>Track Changes>Manage Tab List, the changes shown in that list
reflect the order of the changes in the text. If one clicks on one of them in
the Manage Changes dialogue with List, this immediately moves the cursor to the
associated change. So by going through the list in forward or backward
direction, it is now possible, to accept or reject the changes in the text and
to quickly move to the next change without first having to search for it. Also
this can be done with the purple bckwards arrow or with the blue foreward arrow
in the View>Toolbars>Track Changes  View>Toolbars>Track Changes toolbar.

However, the counterpart to selecting a changed position in the editor window
does not move the mark in the corresponding Edit>Track Changes>Manage Tab List
window. In order to find the appropriate change, one might sort the changes by
time and then search the right one by looking at the time stamp shown by the
mouse-over action in the editor window. That’s a bit awkward!

By using the criterion Action of the dialogue Edit>Track Changes>Manage Tab
Filter, one can for example select Formats to select all format changes. If
this is done, those format changes are selected in the parallel Edit>Track
Changes>Manage Tab List dialogue. There they can be accepted all together,
rejected altogether or accepted or rejected case by case ony dealing with
format changes.

However, when revising a document, one often does not want to care for
formatting issues and many formatting changes are very distracting. So it is
advisable to be able to not show any format changes  (all formatting stuff
including insertion and deletion of multiple white spaces, replacing spaces
with non-breaking spaces and vice versa, replacements of spaces with tabs and
vice versa). Also it might be beneficial, to also suppress any orthography
amendments (e.g. through something related to spell checking) and all
amendments with respect to punctuation, since in almost all cases such changes
are done on the fly and a subsequent proofreader prefers not be distracted by
many of such (in most cases) unsubstantial changes.

Edit>Track Changes>Manage Tab Filter with selection of Date seems to have no
influence: I would expect that they also operate on the changes shown in the
Edit>Track Changes>Manage Tab List window and preferably those changes not
selected through the filter criteria are not shown highlighted in the editor
window (i.e. they all are shown as if they had been all accepted). Right now
the modifications filtered out of the List window are shown in the editor
window despite the filter function. The suppressed modifications are shown with
highlight despite they are deselected through the filter 

[Libreoffice-bugs] [Bug 125031] cell error on Calc

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125031

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |NOTABUG

--- Comment #4 from Xisco Faulí  ---
Closing as RESOLVED NOTABUG

-- 
You are receiving this mail because:
You 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 125180] Bad behaviour in BASIC procedure with several optional parameters.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125180

Luis  changed:

   What|Removed |Added

 CC||luismiguel.laco...@gmail.co
   ||m

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

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

[Libreoffice-bugs] [Bug 125104] [Ubuntu, Writer] Chaging page numbering to "1st, 2nd, 3rd, ..." causes crashes when trying to change Page settings later

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125104

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #18 from Xisco Faulí  ---
That's weird.
Could you please try the version from
https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
You are receiving this mail because:
You 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 125180] New: Bad behaviour in BASIC procedure with several optional parameters.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125180

Bug ID: 125180
   Summary: Bad behaviour in BASIC procedure with several optional
parameters.
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: luismiguel.laco...@gmail.com

Description:
In a BASIC procedure with two optional parameters when you call the procedure
with the first parameter omited and the second parameter present then the fist
parameter receives a value and the function IsMissing returs false.

I attached a test file with this BASIC code:

option explicit

Sub Main
SubOneParameter()
SubOneParameter(1)
SubTwoParameters()
SubTwoParameters(,)
SubTwoParameters(,2)
SubTwoParameters(1,)
SubTwoParameters(1,2)   
End Sub

sub SubOneParameter(optional lPar1 as integer)
if ismissing(lPar1) then
msgbox("Missing parameter")
else 
msgbox("Not missing parameter, value "+lPar1)
endif   
end sub

sub SubTwoParameters(optional lPar1 as integer,optional lPar2 as integer)
dim cMsg as string
if ismissing(lPar1) then
cMsg="Missing first parameter"
else 
cMsg="Not missing first parameter, value "+lPar1
endif
cMsg=cMsg+chr(13)
if ismissing(lPar2) then
cMsg=cMsg+"Missing second parameter"
else 
cMsg=cMsg+"Not missing second parameter, value "+lPar2
endif
msgbox(cMsg)
end sub

Actual Results:
In The call SubTwoParameters(,) the first parameter (not present) receives the
value 448 ??? and shows message
Not missing first parameter, value 448
Missing second parameter

In The call SubTwoParameters(,2) the first parameter (not present) receives the
value 448 ??? and shows message
Not missing first parameter, value 448
Not missing second parameter, value 2

Expected Results:
When the first parameter is not present never must reveive a value.


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
You are receiving this mail because:
You 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 124800] Phonetic guide is empty

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124800

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Xisco Faulí  ---
(In reply to Army_bloodcore from comment #2)
> (In reply to Xisco Faulí from comment #1)
> > Could you please paste the info from Help - about LibreOffice ?
> > 
> > I have set the bug's status to 'NEEDINFO'. Please change it back to
> > 'UNCONFIRMED' once the information has been provided
> No, I cannot, in MS office this feature is enabled, why you cannot enable
> this also in LibreOffice?

Please, provide the Info requested, otherwise we can't triage this issue

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

[Libreoffice-bugs] [Bug 124353] Calc crashes on right click on the row marker

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124353

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #6 from Xisco Faulí  ---
Closing as RESOLVED INSUFFICIENTDATA.

@szotsaki, if you read this, please create a new report...

-- 
You are receiving this mail because:
You 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 124592] persistent crashes on file load with ver. libo-master64~2019-04-07_01.12.58_LibreOfficeDev_6.3.0.0.alpha0_Win_x64

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124592

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Xisco Faulí  ---
Duplicate of bug 125018

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

-- 
You are receiving this mail because:
You 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 125018] latest alpha version does not start up at all

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125018

Xisco Faulí  changed:

   What|Removed |Added

 CC||newbie...@gmx.de

--- Comment #8 from Xisco Faulí  ---
*** Bug 124592 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 125104] [Ubuntu, Writer] Chaging page numbering to "1st, 2nd, 3rd, ..." causes crashes when trying to change Page settings later

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125104

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 125057] [FORMATTING] Conditional formatting KO while copying sheet

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125057

QA Administrators  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 125104] [Ubuntu, Writer] Chaging page numbering to "1st, 2nd, 3rd, ..." causes crashes when trying to change Page settings later

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125104

--- Comment #17 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 125052] Data error risk from not calculating on large spreadsheets

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125052

QA Administrators  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 124999] Notebook Bar sluggish when window is resized

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124999

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 125031] cell error on Calc

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125031

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124999] Notebook Bar sluggish when window is resized

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124999

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 125031] cell error on Calc

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125031

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124933] Improve repair of broken reference source

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124933

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 125052] Data error risk from not calculating on large spreadsheets

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125052

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 125057] [FORMATTING] Conditional formatting KO while copying sheet

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125057

--- Comment #7 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124831] Crash in: rtl_uString_newFromStr_WithLength FILEOPEN ODS

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124831

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124847] LibreOffice Calc crashes on startup using Ubuntu 19.04

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124847

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124933] Improve repair of broken reference source

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124933

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124847] LibreOffice Calc crashes on startup using Ubuntu 19.04

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124847

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124685] [6.2.2.2/Win64] SLIDESHOW Libreoffice Impress custom animation skips frames with OpenGL disabled

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124685

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124592] persistent crashes on file load with ver. libo-master64~2019-04-07_01.12.58_LibreOfficeDev_6.3.0.0.alpha0_Win_x64

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124592

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124550] In Writer, when a mail merge document has different header/footer on a first page, final merged document has page headers messed up

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124550

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124550] In Writer, when a mail merge document has different header/footer on a first page, final merged document has page headers messed up

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124550

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124630] Zoom bar not working well

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124630

--- Comment #8 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124685] [6.2.2.2/Win64] SLIDESHOW Libreoffice Impress custom animation skips frames with OpenGL disabled

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124685

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124630] Zoom bar not working well

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124630

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124800] Phonetic guide is empty

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124800

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124831] Crash in: rtl_uString_newFromStr_WithLength FILEOPEN ODS

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124831

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124800] Phonetic guide is empty

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124800

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124540] Advancing to an Embedded Video Causes the Previous text Slide to be Overlayed on it

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124540

--- Comment #9 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124540] Advancing to an Embedded Video Causes the Previous text Slide to be Overlayed on it

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124540

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124592] persistent crashes on file load with ver. libo-master64~2019-04-07_01.12.58_LibreOfficeDev_6.3.0.0.alpha0_Win_x64

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124592

QA Administrators  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 124434] Figures appear blurry in this presentation

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124434

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 89449] Line connectors become shape objects in Impress when opening Microsoft .PPTX file format

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89449

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #21 from Regina Henschel  ---
The problem still exists in Version: 6.3.0.0.alpha0+ (x64)
Build ID: 15c39bb2e75df40c30bcbf789d815376dd2e31ce
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-05-02_22:43:22
Locale: de-DE (en_US); UI-Language: en-US
Calc: threaded

The "straightConnector1" becomes a simple custom shape on import.

-- 
You are receiving this mail because:
You 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 124187] Font display issues with BlackForestSans font

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124187

--- Comment #9 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124187] Font display issues with BlackForestSans font

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124187

QA Administrators  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 124277] Slower pasting of sheets

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124277

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124353] Calc crashes on right click on the row marker

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124353

QA Administrators  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 124277] Slower pasting of sheets

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124277

--- Comment #8 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124355] Crash in: vcl::Window::DecModalCount()

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124355

--- Comment #6 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124355] Crash in: vcl::Window::DecModalCount()

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124355

QA Administrators  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 124480] Support Android system theme

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124480

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124461] Creating workbook to workbook links no longer simple.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124461

--- Comment #8 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124461] Creating workbook to workbook links no longer simple.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124461

QA Administrators  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 124353] Calc crashes on right click on the row marker

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124353

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124480] Support Android system theme

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124480

--- Comment #13 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124434] Figures appear blurry in this presentation

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124434

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124152] Paragraph styles panel not updated in realtime after modifying "Default style"

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124152

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

QA Administrators  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 123602] Spacing changes when .odt file opened with more recent version of Writer

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123602

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 123944] EDITING: LO stops working for several minutes when editing Forms

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123944

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You 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 124152] Paragraph styles panel not updated in realtime after modifying "Default style"

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124152

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

--- Comment #9 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124084] Template change goes unnoticed

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124084

--- Comment #11 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 123602] Spacing changes when .odt file opened with more recent version of Writer

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123602

QA Administrators  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 123944] EDITING: LO stops working for several minutes when editing Forms

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123944

--- Comment #15 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You 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 124008] array declared with own type can't redim

2019-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124008

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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