[Libreoffice-bugs] [Bug 126172] Extras / Options cannot be opened if GPG4win is installed

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126172

--- Comment #2 from Helmut Leininger  ---
I made another try.
This time, I decided to wait for maybe hours and did not kill gpg.exe.

After about half an hour, the Options window opened and the functionality seemd
to be ok, also keys for encription could be selected.

Now, opening the Option window takes about 20 to 25 seconds, regardless if LO
is restarted or not.

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

[Libreoffice-commits] core.git: include/comphelper

2019-06-30 Thread Andrea Gelmini (via logerrit)
 include/comphelper/enumhelper.hxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5db683d1c1fea95565e96bbaa6d848c742a7e85a
Author: Andrea Gelmini 
AuthorDate: Fri Jun 14 22:41:49 2019 +
Commit: Julien Nabet 
CommitDate: Mon Jul 1 07:42:17 2019 +0200

Fix typo

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

diff --git a/include/comphelper/enumhelper.hxx 
b/include/comphelper/enumhelper.hxx
index 32d2427267ca..7612ecb5fc43 100644
--- a/include/comphelper/enumhelper.hxx
+++ b/include/comphelper/enumhelper.hxx
@@ -38,7 +38,7 @@ struct OEnumerationLock
 ::osl::Mutex m_aLock;
 };
 
-/** provides an com.sun.star.container::XEnumeration access based
+/** provides a com.sun.star.container::XEnumeration access based
 on an object implementing the com.sun.star.container::XNameAccess interface
 */
 class COMPHELPER_DLLPUBLIC OEnumerationByName : private OEnumerationLock
@@ -66,7 +66,7 @@ private:
 COMPHELPER_DLLPRIVATE void impl_stopDisposeListening();
 };
 
-/** provides an com.sun.star.container::XEnumeration access based
+/** provides a com.sun.star.container::XEnumeration access based
 on an object implementing the com.sun.star.container::XNameAccess interface
 */
 class COMPHELPER_DLLPUBLIC OEnumerationByIndex : private OEnumerationLock
@@ -95,7 +95,7 @@ private:
 class SAL_DLLPUBLIC_TEMPLATE OAnyEnumeration_BASE
 : public ::cppu::WeakImplHelper {};
 
-/** provides an com.sun.star.container::XEnumeration
+/** provides a com.sun.star.container::XEnumeration
 for an outside set vector of Any's.
 
 */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: include/comphelper

2019-06-30 Thread Andrea Gelmini (via logerrit)
 include/comphelper/logging.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5696bdc243bb615973fd32e22933b4b4ff33acd
Author: Andrea Gelmini 
AuthorDate: Fri Jun 14 22:41:46 2019 +
Commit: Julien Nabet 
CommitDate: Mon Jul 1 07:41:55 2019 +0200

Fix typo

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

diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 34d9f4cef5d2..67898408bef6 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -67,7 +67,7 @@ namespace comphelper
 class EventLogger_Impl;
 typedef ::boost::optional< OUString >OptionalString;
 
-/** encapsulates an css::logging::XLogger
+/** encapsulates a css::logging::XLogger
 
 The class silences several (unlikely) errors which could potentially 
happen
 when working with a logger. Additionally, it provides some convenience 
methods
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-30 Thread Arkadiy Illarionov (via logerrit)
 test/source/beans/xpropertyset.cxx |3 -
 test/source/sheet/databaseimportdescriptor.cxx |   42 -
 test/source/sheet/xdatabaserange.cxx   |3 -
 test/source/sheet/xdatapilottable2.cxx |   15 
 test/source/sheet/xsubtotalfield.cxx   |4 +-
 test/source/text/textcontent.cxx   |2 -
 6 files changed, 34 insertions(+), 35 deletions(-)

New commits:
commit 706798376f42771f9c644852eeaeed5540f421ef
Author: Arkadiy Illarionov 
AuthorDate: Sun Jun 30 20:50:45 2019 +0300
Commit: Arkadiy Illarionov 
CommitDate: Mon Jul 1 07:18:16 2019 +0200

Simplify Sequence iterations in test

Use range-based loops or replace with STL functions

Change-Id: I93efa86f49eb49dbdd3b7572dbd538bc300ded05
Reviewed-on: https://gerrit.libreoffice.org/74932
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov 

diff --git a/test/source/beans/xpropertyset.cxx 
b/test/source/beans/xpropertyset.cxx
index f8ac7d17f206..c1638ca0e548 100644
--- a/test/source/beans/xpropertyset.cxx
+++ b/test/source/beans/xpropertyset.cxx
@@ -283,9 +283,8 @@ void XPropertySet::fillPropsToTest(const 
uno::Reference
 aSkip.insert("CharRelief");
 aSkip.insert("IsLayerMode");
 
-for (sal_Int32 i = 0; i < aProps.getLength(); ++i)
+for (const beans::Property& aProp : aProps)
 {
-beans::Property aProp = aProps[i];
 if (aSkip.count(aProp.Name) > 0)
 continue;
 
diff --git a/test/source/sheet/databaseimportdescriptor.cxx 
b/test/source/sheet/databaseimportdescriptor.cxx
index acbe44b1ff71..482af249e5e9 100644
--- a/test/source/sheet/databaseimportdescriptor.cxx
+++ b/test/source/sheet/databaseimportdescriptor.cxx
@@ -30,69 +30,69 @@ void 
DatabaseImportDescriptor::testDatabaseImportDescriptorProperties()
 uno::Reference xImportable(getXImportable(), 
UNO_QUERY_THROW);
 uno::Sequence aPropValues = 
xImportable->createImportDescriptor(true);
 
-for (auto i = 0; i < aPropValues.getLength(); i++)
+for (auto& rPropValue : aPropValues)
 {
 uno::Any aOldValue;
 uno::Any aNewValue;
-if (aPropValues[i].Name == "DatabaseName" || aPropValues[i].Name == 
"SourceObject"
-|| aPropValues[i].Name == "ConnectionResource")
+if (rPropValue.Name == "DatabaseName" || rPropValue.Name == 
"SourceObject"
+|| rPropValue.Name == "ConnectionResource")
 {
 OUString aValue;
-aOldValue = aPropValues[i].Value;
+aOldValue = rPropValue.Value;
 aOldValue >>= aValue;
 OString aMsgGet = "Unable to get PropertyValue "
-  + OUStringToOString(aPropValues[i].Name, 
RTL_TEXTENCODING_UTF8);
+  + OUStringToOString(rPropValue.Name, 
RTL_TEXTENCODING_UTF8);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aMsgGet.getStr(), OUString(""), 
aValue);
 
 aNewValue <<= OUString("New");
-aPropValues[i].Value = aNewValue;
+rPropValue.Value = aNewValue;
 
-aOldValue = aPropValues[i].Value;
+aOldValue = rPropValue.Value;
 aOldValue >>= aValue;
 OString aMsgSet = "Unable to set PropertyValue "
-  + OUStringToOString(aPropValues[i].Name, 
RTL_TEXTENCODING_UTF8);
+  + OUStringToOString(rPropValue.Name, 
RTL_TEXTENCODING_UTF8);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aMsgSet.getStr(), OUString("New"), 
aValue);
 }
-else if (aPropValues[i].Name == "IsNative")
+else if (rPropValue.Name == "IsNative")
 {
 bool aValue = true;
-aOldValue = aPropValues[i].Value;
+aOldValue = rPropValue.Value;
 aOldValue >>= aValue;
 OString aMsgGet = "Unable to get PropertyValue "
-  + OUStringToOString(aPropValues[i].Name, 
RTL_TEXTENCODING_UTF8);
+  + OUStringToOString(rPropValue.Name, 
RTL_TEXTENCODING_UTF8);
 CPPUNIT_ASSERT_MESSAGE(aMsgGet.getStr(), !aValue);
 
 aNewValue <<= true;
-aPropValues[i].Value = aNewValue;
+rPropValue.Value = aNewValue;
 
-aOldValue = aPropValues[i].Value;
+aOldValue = rPropValue.Value;
 aOldValue >>= aValue;
 OString aMsgSet = "Unable to set PropertyValue "
-  + OUStringToOString(aPropValues[i].Name, 
RTL_TEXTENCODING_UTF8);
+  + OUStringToOString(rPropValue.Name, 
RTL_TEXTENCODING_UTF8);
 CPPUNIT_ASSERT_MESSAGE(aMsgSet.getStr(), aValue);
 }
-else if (aPropValues[i].Name == "SourceType")
+else if (rPropValue.Name == "SourceType")
 {
 sheet::DataImportMode aValue;
-aOldValue = aPropValues[i].Value;
+aOldValue = rPropValue.Value;
 

[Libreoffice-bugs] [Bug 126151] Error al escribir N°

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126151

--- Comment #2 from Adolfo Jayme  ---
https://blog.lengua-e.com/2013/el-punto-en-las-abreviaturas/

-- 
You are receiving this mail because:
You 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 90796] [META] HiDPI / Retina bugs

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796
Bug 90796 depends on bug 51735, which changed state.

Bug 51735 Summary: Wavy red underline for spelling errors pixelated on Retina 
display (HiDPI)
https://bugs.documentfoundation.org/show_bug.cgi?id=51735

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 51735] Wavy red underline for spelling errors pixelated on Retina display (HiDPI)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51735

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |qui...@gmail.com
   |desktop.org |
 Status|NEW |RESOLVED

--- Comment #9 from Adolfo Jayme  ---
Fixed with
https://git.libreoffice.org/core/+/bfc19d77cb8db445f1c6123347c19a4c0c6a6cf8

-- 
You are receiving this mail because:
You 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 42082] [META] Make LibreOffice shine and glow on OS X

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082
Bug 42082 depends on bug 51735, which changed state.

Bug 51735 Summary: Wavy red underline for spelling errors pixelated on Retina 
display (HiDPI)
https://bugs.documentfoundation.org/show_bug.cgi?id=51735

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: basegfx/Library_basegfx.mk basegfx/source drawinglayer/source editeng/source include/basegfx include/vcl sw/source vcl/source

2019-06-30 Thread Tomaž Vajngerl (via logerrit)
 basegfx/Library_basegfx.mk   |3 
 basegfx/source/polygon/WaveLine.cxx  |   52 ++
 drawinglayer/source/processor2d/helperwrongspellrenderer.cxx |6 -
 editeng/source/editeng/impedit3.cxx  |7 +
 include/basegfx/polygon/WaveLine.hxx |   41 
 include/vcl/outdev/ScopedStates.hxx  |   41 
 sw/source/core/txtnode/fntcache.cxx  |   11 +-
 vcl/source/outdev/textline.cxx   |   56 ++-
 8 files changed, 186 insertions(+), 31 deletions(-)

New commits:
commit bfc19d77cb8db445f1c6123347c19a4c0c6a6cf8
Author: Tomaž Vajngerl 
AuthorDate: Fri Jun 28 00:03:19 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Mon Jul 1 04:49:07 2019 +0200

Improve the looks of a wave line by draw it with bezier curves

This adds drawing the wave line (typically used to underline the
wrongly spelled words) with bezier curves. Previously the wave
lines were drawn with drawing pixels, which didn't look that good,
especially on HiDPI display, so the looks of wave lines now is
therefor much better.

The creation of the wave line as a polygon has been added to the
basegfx module, so it can be reused if needed.

In addition, everytime we draw the waveline, we have to enable
antialiasing, to have a much better quality of the curves. By
default the antialiasing is disabled for some reason.

This also adds ScopedStates.hxx file which currently includes
ScopedAntialiasing, which sets the antialiasing to a certain state
for the time the object is in scope, and then sets it back to the
original state.

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

diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 4a89d4995583..8ba2fb7cb32c 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
 basegfx/source/matrix/b2dhommatrixtools \
 basegfx/source/matrix/b3dhommatrix \
 basegfx/source/matrix/b3dhommatrixtools \
-   basegfx/source/numeric/ftools \
+basegfx/source/numeric/ftools \
 basegfx/source/point/b2dpoint \
 basegfx/source/point/b2ipoint \
 basegfx/source/point/b3dpoint \
@@ -58,6 +58,7 @@ $(eval $(call gb_Library_add_exception_objects,basegfx,\
 basegfx/source/polygon/b3dpolygontools \
 basegfx/source/polygon/b3dpolypolygon \
 basegfx/source/polygon/b3dpolypolygontools \
+basegfx/source/polygon/WaveLine \
 basegfx/source/range/b2dpolyrange \
 basegfx/source/range/b2drange \
 basegfx/source/range/b2drangeclipper \
diff --git a/basegfx/source/polygon/WaveLine.cxx 
b/basegfx/source/polygon/WaveLine.cxx
new file mode 100644
index ..8385cef7be1b
--- /dev/null
+++ b/basegfx/source/polygon/WaveLine.cxx
@@ -0,0 +1,52 @@
+/* -*- 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/.
+ *
+ */
+
+#include 
+#include 
+
+namespace basegfx
+{
+BASEGFX_DLLPUBLIC B2DPolygon createWaveLinePolygon(basegfx::B2DRectangle 
const& rRectangle)
+{
+basegfx::B2DPolygon aPolygon;
+
+double fWaveHeight = rRectangle.getHeight();
+// Wavelength depends on the wave height so it looks nice
+double fHalfWaveLength = fWaveHeight + 1.0;
+double fWaveAmplitude = fWaveHeight / 2.0;
+
+double fLastX = rRectangle.getMinX();
+double fBaseY = rRectangle.getMinY() + fWaveAmplitude;
+double fDirection = 1.0;
+
+// In quadratic bezier the curve is 1/2 of the control height
+// so we need to compensate for that.
+double fHeightCompensation = 2.0;
+
+aPolygon.append(basegfx::B2DPoint(fLastX, fBaseY));
+
+for (double fI = fHalfWaveLength; fI <= rRectangle.getWidth(); fI += 
fHalfWaveLength)
+{
+basegfx::B2DPoint aPoint(fLastX + fHalfWaveLength, fBaseY);
+basegfx::B2DPoint aControl(fLastX + (fHalfWaveLength / 2.0),
+   fBaseY + fDirection * fWaveAmplitude * 
fHeightCompensation);
+
+aPolygon.appendQuadraticBezierSegment(aControl, aPoint);
+
+fLastX = aPoint.getX(); // next iteration
+fDirection *= -1.0; // fDirection iterates between 1 and -1
+}
+
+return aPolygon;
+}
+
+} // end of namespace basegfx
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/drawinglayer/source/processor2d/helperwrongspellrenderer.cxx 

[Libreoffice-bugs] [Bug 125960] Need new set of favorite fontwork shapes in the Fontwork Gallery

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125960

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You 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 125561] switching (Alt-Tab) forth and back between programs selects all text in cell validity dialog

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125561

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You 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 125920] FILEOPEN: DOC: file with EMF images takes double the time

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125920

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You 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 125948] Base - Tables - Fieldformat: Dialogue isn't sizable, too big for screen

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125948

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You 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 118461] No background color when pasting cells from Calc as RTF in Writer

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118461

--- Comment #2 from QA Administrators  ---
Dear Telesto,

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 121806] Sheet tabs appear too small Ubuntu 18

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121806

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You 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 125952] Falha error free office calc insert function "SOMA"

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125952

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You 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 99220] EXPORT: HTML - Overlapping objects dont retain their positions

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99220

--- Comment #6 from QA Administrators  ---
Dear vit,

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 121806] Sheet tabs appear too small Ubuntu 18

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121806

--- Comment #8 from QA Administrators  ---
Dear Andrew Hughes,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You 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 106427] failure to diagnose invalid file: URL

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106427

--- Comment #10 from QA Administrators  ---
Dear Terrence Enger,

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 79452] Themes with a separator line per toolbar incorrectly places separator line at bottom when toolbar docked at bottom

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79452

--- Comment #19 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 118456] In Whitespace Mode Deleting a Page Break Leaves a Grey Line

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118456

--- Comment #2 from QA Administrators  ---
Dear Harald Koester,

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 69932] Toolbar elements flicker on resize (not with GTK3)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69932

--- Comment #20 from QA Administrators  ---
Dear PedroNGV,

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 68988] FILEOPEN DOC Bullet size is smaller than it should be

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68988

--- Comment #10 from QA Administrators  ---
Dear Michael Kůr,

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 117473] No Undo after updating Table of Contents

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117473

--- Comment #3 from QA Administrators  ---
Dear zerebrom,

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 108727] sub bullet list point not indented on export to html

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108727

--- Comment #6 from QA Administrators  ---
Dear Robert Orzanna,

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 65200] FORMATTING: Autofit width not behave properly if cell(s) contain text wrapping

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65200

--- Comment #9 from QA Administrators  ---
Dear ign_christian,

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 96176] DRAW: Slow performance zooming an SVG after opening

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96176

--- Comment #13 from QA Administrators  ---
Dear Xisco Faulí,

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 95150] Border of tablecontrol doesn't show color

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95150

--- Comment #8 from QA Administrators  ---
Dear robert,

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 95476] FILESAVE Export to xhtml shows display:condition; for section, which is defined as displayed with condition

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95476

--- Comment #9 from QA Administrators  ---
Dear robert,

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 118401] close-and-open-file loses intervening changes by other programs

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118401

--- Comment #2 from QA Administrators  ---
Dear Terrence Enger,

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 126173] FILEOPEN RTF: Autoshape textbox not imported

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126173

Aron Budea  changed:

   What|Removed |Added

 CC||vmik...@collabora.com
Version|4.4.0.3 release |4.3.0.4 release
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=75
   ||158
   Keywords|bibisectRequest |bibisected, bisected
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Aron Budea  ---
Bibisected to the following commit using repo bibisect-win32-4.3. Adding Cc: to
Miklos Vajna (committer).

https://cgit.freedesktop.org/libreoffice/core/commit/?id=c6b99eedda03461202f9bf012a422dfd81da72ec
author  sushil_shinde   2014-02-28
15:33:10 +0530
committer   Miklos Vajna   2014-03-07 03:19:07
-0600

fdo#75158 : Handled unsupported fields for docx 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 126173] FILEOPEN RTF: Autoshape textbox not imported

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126173

Aron Budea  changed:

   What|Removed |Added

Version|4.0.0.3 release |4.4.0.3 release

--- Comment #2 from Aron Budea  ---
In 4.2.0.4 it looks good.
In 4.3.0.4 it fails opening with input/output error.
In 4.4.0.3 textbox isn't imported.

-- 
You are receiving this mail because:
You 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 126173] FILEOPEN RTF: Autoshape textbox not imported

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126173

--- Comment #1 from Aron Budea  ---
Created attachment 152478
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152478=edit
Sample exported as PDF from Word

-- 
You are receiving this mail because:
You 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 126173] New: FILEOPEN RTF: Autoshape textbox not imported

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126173

Bug ID: 126173
   Summary: FILEOPEN RTF: Autoshape textbox not imported
   Product: LibreOffice
   Version: 4.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 113403

Created attachment 152477
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152477=edit
Sample RTF

The attached RTF was created in Word, and contains an autoshape text box.
Open it in Writer.

=> Text box not shown.

Observed using LO 6.4.0.0.alpha0+ (58ef8c188b6bb2ed307f5e825cc7e475c33d0c33),
4.4.0.3 / Windows 7.
In 4.0.0.3 the text box is imported, though doesn't look perfect, but can be
considered a much better state.
=> regression


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 113403] [META] RTF (text) shape-related issues

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113403

Aron Budea  changed:

   What|Removed |Added

 Depends on||126173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126173
[Bug 126173] FILEOPEN RTF: Autoshape textbox not imported
-- 
You are receiving this mail because:
You 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 'feature/cib_contract57c' - vcl/source

2019-06-30 Thread Thorsten Behrens (via logerrit)
 vcl/source/gdi/pdfwriter_impl.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 562275d798ea31303efa3844c4c611a248c5de92
Author: Thorsten Behrens 
AuthorDate: Mon Jul 1 02:50:13 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Mon Jul 1 02:59:05 2019 +0200

Fixup checkbox font export

Conflicts:
vcl/source/gdi/pdfwriter_impl.cxx

Change-Id: Ia451e99003f533dec72cf3309fd843ba0f3f1ed7

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index fc734dc27d11..a14f64d54ed5 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -4391,7 +4391,7 @@ void PDFWriterImpl::createDefaultCheckBoxAppearance( 
PDFWidget& rBox, const PDFW
 // reasons require even the standard PS fonts to be embedded!
 getReferenceDevice()->Push();
 getReferenceDevice()->SetFont(
-Font( OUString( "OpenSymbol" ), Size( 0, 500 ) ) );
+Font( OUString( "OpenSymbol" ), aFont.GetFontSize() ) );
 getReferenceDevice()->ImplNewFont();
 FontCharMapRef pMap;
 getReferenceDevice()->GetFontCharMap(pMap);
@@ -4401,7 +4401,7 @@ void PDFWriterImpl::createDefaultCheckBoxAppearance( 
PDFWidget& rBox, const PDFW
 
 // make sure OpenSymbol is embedded, and includes our checkmark
 const sal_Unicode cMark=0x2713;
-const GlyphItem aItem(pMap->GetGlyphIndex(cMark), 0, 0,
+const GlyphItem aItem(0, 0, pMap->GetGlyphIndex(cMark),
   Point(), 0, 0, 0);
 const std::vector aCodeUnits={ cMark };
 sal_uInt8 nMappedGlyph;
@@ -4425,10 +4425,10 @@ void PDFWriterImpl::createDefaultCheckBoxAppearance( 
PDFWidget& rBox, const PDFW
 rBox.m_aRect = aCheckRect;
 
 // create appearance streams
-sal_Int32 nCharXOffset = 1000;
+sal_Int32 nCharXOffset = 1000 - 787; // metrics from OpenSymbol
 nCharXOffset *= aCheckRect.GetHeight();
 nCharXOffset /= 2000;
-sal_Int32 nCharYOffset = 1000-(820-143); // metrics from Zapf
+sal_Int32 nCharYOffset = 1000 - (820-143); // metrics from Zapf
 nCharYOffset *= aCheckRect.GetHeight();
 nCharYOffset /= 2000;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - include/comphelper

2019-06-30 Thread Andrea Gelmini (via logerrit)
 include/comphelper/interfacecontainer2.hxx  |2 +-
 include/comphelper/listenernotification.hxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 45a2eecfee472d8822130a90999b46ad371dee95
Author: Andrea Gelmini 
AuthorDate: Sun Jun 30 21:36:05 2019 +
Commit: Jens Carl 
CommitDate: Mon Jul 1 02:45:38 2019 +0200

Fix typo

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

diff --git a/include/comphelper/interfacecontainer2.hxx 
b/include/comphelper/interfacecontainer2.hxx
index 5fd78a584ce3..63888008d3ea 100644
--- a/include/comphelper/interfacecontainer2.hxx
+++ b/include/comphelper/interfacecontainer2.hxx
@@ -53,7 +53,7 @@ namespace detail {
 
 class OInterfaceContainerHelper2;
 /**
-  This is the iterator of a InterfaceContainerHelper. Typically
+  This is the iterator of an InterfaceContainerHelper. Typically
   one constructs an instance on the stack for one firing session.
   It is not allowed to assign or copy an instance of this class.
 
commit 5cddf87c7db0f142a57862d223be02bb293a6388
Author: Andrea Gelmini 
AuthorDate: Fri Jun 14 22:41:47 2019 +
Commit: Jens Carl 
CommitDate: Mon Jul 1 02:44:56 2019 +0200

Fix typo

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

diff --git a/include/comphelper/listenernotification.hxx 
b/include/comphelper/listenernotification.hxx
index a92ea7ecd04b..88c2b8ef979b 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -37,7 +37,7 @@ namespace comphelper
 
 /** abstract base class which manages a listener container, including
 THB's listener notification pattern which cares for removing listeners
-which throw an DisposedException upon notification
+which throw a DisposedException upon notification
 
 Using this class is pretty easy:
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-30 Thread Adrien Ollier (via logerrit)
 include/vcl/outdev.hxx |1 +
 include/vcl/print.hxx  |1 +
 vcl/source/gdi/pdfwriter_impl.hxx  |1 +
 vcl/source/gdi/pdfwriter_impl2.cxx |2 ++
 vcl/source/gdi/print.cxx   |2 ++
 vcl/source/outdev/clipping.cxx |   24 
 6 files changed, 19 insertions(+), 12 deletions(-)

New commits:
commit 3a99d7f6210363cef47641481b82bae6fb1e997c
Author: Adrien Ollier 
AuthorDate: Tue May 14 19:51:24 2019 +0200
Commit: Tomaž Vajngerl 
CommitDate: Mon Jul 1 02:03:55 2019 +0200

tdf#74702: cleans OutputDevice::InitClipRegion up

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

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 52b5602d69b0..e23e3552fe0c 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -666,6 +666,7 @@ public:
 protected:
 
 virtual voidInitClipRegion();
+virtual voidClipRegionIntersectRectangle(vcl::Region&);
 virtual voidClipToPaintRegion( tools::Rectangle& 
rDstRect );
 
 private:
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index be077d8017f9..6210acb5bac1 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -233,6 +233,7 @@ protected:
 const tools::PolyPolygon  ) 
override;
 
 voidScaleBitmap ( Bitmap&, SalTwoRect& ) override 
{ };
+voidClipRegionIntersectRectangle(vcl::Region&) 
override;
 
 public:
 voidDrawGradientEx( OutputDevice* pOut, const 
tools::Rectangle& rRect,
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx 
b/vcl/source/gdi/pdfwriter_impl.hxx
index b5a0f5ff87e1..b615ac24feb9 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -595,6 +595,7 @@ public:
 
 protected:
 void ImplClearFontData(bool bNewFontLists) override;
+void ClipRegionIntersectRectangle(vcl::Region&) override;
 
 private:
 MapMode m_aMapMode; // PDFWriterImpl scaled 
units
diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx 
b/vcl/source/gdi/pdfwriter_impl2.cxx
index 5db8a6b1677c..a1bc6472fbfd 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -2025,4 +2025,6 @@ void PDFWriterImpl::ImplClearFontData(bool bNewFontLists)
 }
 }
 
+void PDFWriterImpl::ClipRegionIntersectRectangle(vcl::Region&) {}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index ed6be53ecd87..8678dc1986b2 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -1669,6 +1669,8 @@ void Printer::SetFontOrientation( LogicalFontInstance* 
const pFontEntry ) const
 pFontEntry->mnOrientation = pFontEntry->mxFontMetric->GetOrientation();
 }
 
+void Printer::ClipRegionIntersectRectangle(vcl::Region&) {}
+
 Bitmap Printer::GetBitmap( const Point& rSrcPt, const Size& rSize ) const
 {
 SAL_WARN("vcl.gdi", "GetBitmap(): This should never be called on by a 
Printer instance");
diff --git a/vcl/source/outdev/clipping.cxx b/vcl/source/outdev/clipping.cxx
index 3503b9555970..6e3fa877bc4b 100644
--- a/vcl/source/outdev/clipping.cxx
+++ b/vcl/source/outdev/clipping.cxx
@@ -154,18 +154,7 @@ void OutputDevice::InitClipRegion()
 
 // #102532# Respect output offset also for clip region
 vcl::Region aRegion( ImplPixelToDevicePixel( maRegion ) );
-const bool bClipDeviceBounds((OUTDEV_PDF != GetOutDevType())
-  && (OUTDEV_PRINTER != 
GetOutDevType()));
-if( bClipDeviceBounds )
-{
-// Perform actual rect clip against outdev
-// dimensions, to generate empty clips whenever one of the
-// values is completely off the device.
-tools::Rectangle aDeviceBounds( mnOutOffX, mnOutOffY,
- mnOutOffX+GetOutputWidthPixel()-1,
- mnOutOffY+GetOutputHeightPixel()-1 );
-aRegion.Intersect( aDeviceBounds );
-}
+ClipRegionIntersectRectangle(aRegion);
 
 if ( aRegion.IsEmpty() )
 {
@@ -194,6 +183,17 @@ void OutputDevice::InitClipRegion()
 mbInitClipRegion = false;
 }
 
+void OutputDevice::ClipRegionIntersectRectangle(vcl::Region& rRegion)
+{
+// Perform actual rect clip against outdev dimensions,
+// to generate empty clips whenever one of the values is completely off 
the device.
+rRegion.Intersect(tools::Rectangle{mnOutOffX,
+   mnOutOffY,
+   mnOutOffX + GetOutputWidthPixel() - 1,
+  

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

2019-06-30 Thread Adrien Ollier (via logerrit)
 include/vcl/outdev.hxx |5 -
 include/vcl/window.hxx |2 ++
 vcl/source/gdi/pdfwriter_impl.hxx  |3 +++
 vcl/source/gdi/pdfwriter_impl2.cxx |   10 ++
 vcl/source/outdev/font.cxx |   17 -
 vcl/source/outdev/outdev.cxx   |4 
 vcl/source/window/window3.cxx  |7 +++
 7 files changed, 30 insertions(+), 18 deletions(-)

New commits:
commit 19057bca87abf09ec6701c1d28084faa24ba9c3f
Author: Adrien Ollier 
AuthorDate: Thu May 9 19:41:35 2019 +0200
Commit: Tomaž Vajngerl 
CommitDate: Mon Jul 1 02:01:35 2019 +0200

tdf#74702 partial cleanup of OutDevType

makes OutputDevice::ImplClearFontData clean

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

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 15491e8d2807..52b5602d69b0 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1274,13 +1274,16 @@ protected:
 virtual voidSetFontOrientation( LogicalFontInstance* const 
pFontInstance ) const;
 virtual longGetFontExtLeading() const;
 
+virtual void ImplClearFontData(bool bNewFontLists);
+void ReleaseFontCache();
+void ReleaseFontCollection();
+
 private:
 
 typedef void ( OutputDevice::* FontUpdateHandler_t )( bool );
 
 SAL_DLLPRIVATE bool ImplNewFont() const;
 
-SAL_DLLPRIVATE void ImplClearFontData( bool bNewFontLists );
 SAL_DLLPRIVATE void ImplRefreshFontData( bool bNewFontLists );
 SAL_DLLPRIVATE static void  ImplUpdateFontDataForAllFrames( 
FontUpdateHandler_t pHdl, bool bNewFontLists );
 
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 3b28f9a503a0..433ace0b73c9 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -741,6 +741,8 @@ protected:
 
 virtual voidInitClipRegion() override;
 
+void ImplClearFontData(bool bNewFontLists) override;
+
 // FIXME: this is a hack to workaround missing layout functionality
 SAL_DLLPRIVATE void ImplAdjustNWFSizes();
 
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx 
b/vcl/source/gdi/pdfwriter_impl.hxx
index 923454d424be..b5a0f5ff87e1 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -593,6 +593,9 @@ public:
 
 static void convertLineInfoToExtLineInfo( const LineInfo& rIn, 
PDFWriter::ExtLineInfo& rOut );
 
+protected:
+void ImplClearFontData(bool bNewFontLists) override;
+
 private:
 MapMode m_aMapMode; // PDFWriterImpl scaled 
units
 std::vector< PDFPage >  m_aPages;
diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx 
b/vcl/source/gdi/pdfwriter_impl2.cxx
index 5e5c0e5fbf6a..5db8a6b1677c 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -2015,4 +2015,14 @@ static bool lcl_canUsePDFAxialShading(const Gradient& 
rGradient) {
 return rGradient.GetSteps() <= 0;
 }
 
+void PDFWriterImpl::ImplClearFontData(bool bNewFontLists)
+{
+VirtualDevice::ImplClearFontData(bNewFontLists);
+if (bNewFontLists && AcquireGraphics())
+{
+ReleaseFontCollection();
+ReleaseFontCache();
+}
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index 22fd7b4e0d9c..0467f2f7c1ae 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -513,23 +513,6 @@ void OutputDevice::ImplClearFontData( const bool 
bNewFontLists )
 {
 if (mxFontCollection && mxFontCollection != 
pSVData->maGDIData.mxScreenFontList)
 mxFontCollection->Clear();
-
-if (GetOutDevType() == OUTDEV_PDF)
-{
-mxFontCollection.reset();
-mxFontCache.reset();
-}
-}
-
-// also update child windows if needed
-if ( GetOutDevType() == OUTDEV_WINDOW )
-{
-vcl::Window* pChild = 
static_cast(this)->mpWindowImpl->mpFirstChild;
-while ( pChild )
-{
-pChild->ImplClearFontData( true );
-pChild = pChild->mpWindowImpl->mpNext;
-}
 }
 }
 
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index ef512a80d6e4..a7fa60287a29 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -729,4 +729,8 @@ bool OutputDevice::DrawEPS( const Point& rPoint, const 
Size& rSize,
 return bDrawn;
 }
 
+void OutputDevice::ReleaseFontCache() { mxFontCache.reset(); }
+
+void OutputDevice::ReleaseFontCollection() { mxFontCollection.reset(); }
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index 283aee05918e..492839f05415 100644
--- a/vcl/source/window/window3.cxx
+++ 

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

2019-06-30 Thread Dennis Francis (via logerrit)
 sc/qa/unit/data/functions/array/fods/fourier.fods |  236 +++---
 sc/source/core/tool/interpr3.cxx  |8 
 2 files changed, 215 insertions(+), 29 deletions(-)

New commits:
commit 08c39a9d96dafcb6f04b0b73e82603dfb49acc21
Author: Dennis Francis 
AuthorDate: Thu Jun 20 11:59:44 2019 +0530
Commit: Tomaž Vajngerl 
CommitDate: Mon Jul 1 01:57:27 2019 +0200

tdf#126012: Take care of polar and min-magnitude flags...

even in one point case (FOURIER). Add relevant test cases too.

Change-Id: I647ac14ff8e9ee11664b23b37d150f51e6a08354
Reviewed-on: https://gerrit.libreoffice.org/74412
Reviewed-by: Dennis Francis 
Tested-by: Dennis Francis 
(cherry picked from commit e324a6cea23fe19ec8a67f368c31e1567928a5af)
Reviewed-on: https://gerrit.libreoffice.org/74441
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/sc/qa/unit/data/functions/array/fods/fourier.fods 
b/sc/qa/unit/data/functions/array/fods/fourier.fods
index 789e1bd15f73..91b1aa4d098e 100644
--- a/sc/qa/unit/data/functions/array/fods/fourier.fods
+++ b/sc/qa/unit/data/functions/array/fods/fourier.fods
@@ -1,20 +1,20 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
- 
2019-02-19T14:19:02.7820374922019-03-03T16:30:38.015797381PT2H52M20S66LibreOfficeDev/6.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/b4df9b0b4c7411f257b0a397687587114a53208e
+ 
2019-02-19T14:19:02.7820374922019-06-20T11:49:43.838698519PT3H13M28S71LibreOfficeDev/6.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/74a7b890524af4a52e711d8f0793ce844ded0948
  
   
0
0
-   20041
-   4713
+   58208
+   25287

 
  view1
  
   
1
-   8
+   17
0
0
0
@@ -31,8 +31,8 @@
false
   
   
-   0
-   3
+   1
+   71
0
0
0
@@ -41,7 +41,7 @@
0
0
0
-   0
+   44
0
100
60
@@ -49,8 +49,8 @@
false
   
   
-   4
-   39
+   3
+   15
0
0
0
@@ -67,8 +67,8 @@
false
   
  
- Sheet1
- 1861
+ Sheet2
+ 1307
  0
  100
  60
@@ -125,9 +125,9 @@
  
 

-   Generic 
Printer
+   DeskJet-2130-series
false
-   nwH+/0dlbmVyaWMgUHJpbnRlcgAAU0dFTlBSVAAWAAMAwAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCmNvbGxhdGU9ZmFsc2UKbWFyZ2luZGFqdXN0bWVudD0wLDAsMCwwCmNvbG9yZGVwdGg9MjQKcHNsZXZlbD0wCnBkZmRldmljZT0xCmNvbG9yZGV2aWNlPTAKUFBEQ29udGV4RGF0YQpEdXBsZXg6Tm9uZQBQYWdlU2l6ZTpBNAAAEgBDT01QQVRfRFVQTEVYX01PREUPAER1cGxleE1vZGU6Ok9mZg==
+   

[Libreoffice-commits] core.git: helpcontent2

2019-06-30 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7968c970953267d024b42ac891be3428cf52eb72
Author: Olivier Hallot 
AuthorDate: Sun Jun 30 23:18:43 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jul 1 00:07:57 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Insert sys selector for Mac

Change-Id: I628d9e0e460a0e32cee8d89d05f42fb1a1d2f178
Reviewed-on: https://gerrit.libreoffice.org/74937
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 2060b9069fa2..1b1ba626707b 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 2060b9069fa292aee06cc636e8febe0ab3d79207
+Subproject commit 1b1ba626707b857d873dabbc838c1db02a246595
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-30 Thread Olivier Hallot (via logerrit)
 source/text/shared/guide/openpgp.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b1ba626707b857d873dabbc838c1db02a246595
Author: Olivier Hallot 
AuthorDate: Sun Jun 30 23:18:43 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jul 1 00:07:57 2019 +0200

Insert sys selector for Mac

Change-Id: I628d9e0e460a0e32cee8d89d05f42fb1a1d2f178
Reviewed-on: https://gerrit.libreoffice.org/74937
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/guide/openpgp.xhp 
b/source/text/shared/guide/openpgp.xhp
index 10aa9c6d9..35dc2ad60 100644
--- a/source/text/shared/guide/openpgp.xhp
+++ b/source/text/shared/guide/openpgp.xhp
@@ -51,7 +51,7 @@
 You must define a 
personal pair of cryptography keys with the OpenPGP application. Refer to the 
OpenPGP software installed on how to create a pair of keys, it is usually the 
first step to execute after the software installation.
 %PRODUCTNAME Encryption Setup
 
-Choose menu 
Tools – Options – User Data. In the 
Cryptography area:
+Choose menu 
%PRODUCTNAME - 
PreferencesTools - 
Options – User 
Data. In the Cryptography area:
 
 Encrypting documents
 OpenPGP encryption 
requires the use of the public key of the recipient and this key must be 
available in the OpenPGP key chain stored in your computer. To encrypt a 
document:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126168] Crash in: rtl_uString_acquire: frame style undo redo

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126168

Xisco Faulí  changed:

   What|Removed |Added

 CC||r...@post.cz,
   ||todven...@suomi24.fi

--- Comment #4 from Xisco Faulí  ---
it needs to be bisected with 5.0 repo. I've tried on linux but the results
isn't accurate. I'll try again tomorrow. Maybe it's better if done on Win

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

[Libreoffice-bugs] [Bug 126168] Crash in: rtl_uString_acquire: frame style undo redo

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126168

Xisco Faulí  changed:

   What|Removed |Added

Version|5.3 all versions|5.2 all versions
   Keywords||bibisectRequest, regression

--- Comment #3 from Xisco Faulí  ---
Also reproduced in

Version: 5.2.0.0.alpha0+
Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53
Threads 4; Ver: 4.15; Render: default; 

but not in

Version: 4.5.0.0.alpha0+
Build ID: 2851ce5afd0f37764cbbc2c2a9a63c7adc844311
Locale: ca_ES

-- 
You are receiving this mail because:
You 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 69069] [EDITING, VIEWING] 100% CPU while Scrolling and copying Columns

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69069

bmkla...@yahoo.de changed:

   What|Removed |Added

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

--- Comment #16 from bmkla...@yahoo.de ---
Verified with

Version: 6.1.6.3 (x64)
Build-ID: 5896ab1714085361c45cf540f76f60673dd96a72
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group threaded

on OS
Windows 10 Home
Version 1903
Build 18362.175

CPU is still high but calc.exe ist responsive and no crash.

Thanks for the work :-)

-- 
You are receiving this mail because:
You 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 108075] [META] Scrolling and Page up/down issues

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108075
Bug 108075 depends on bug 69069, which changed state.

Bug 69069 Summary: [EDITING, VIEWING] 100% CPU while Scrolling and copying 
Columns
https://bugs.documentfoundation.org/show_bug.cgi?id=69069

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108844] [META] Cut/copy bugs and enhancements

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108844
Bug 108844 depends on bug 69069, which changed state.

Bug 69069 Summary: [EDITING, VIEWING] 100% CPU while Scrolling and copying 
Columns
https://bugs.documentfoundation.org/show_bug.cgi?id=69069

   What|Removed |Added

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

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

[Libreoffice-ux-advise] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

--- Comment #6 from V Stuart Foote  ---
s/ICS/ICU

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

[Libreoffice-bugs] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

--- Comment #6 from V Stuart Foote  ---
s/ICS/ICU

-- 
You are receiving this mail because:
You 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 126160] Opening Options dialog causes Writer to hang infinitely

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126160

Oliver Brinzing  changed:

   What|Removed |Added

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

--- Comment #5 from Oliver Brinzing  ---
can you please confirm: 
Bug 126172 - Extras / Options cannot be opened if GPG4win is installed (edit)

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

-- 
You are receiving this mail because:
You 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 126172] Extras / Options cannot be opened if GPG4win is installed

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126172

Oliver Brinzing  changed:

   What|Removed |Added

 CC||pscho...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
*** Bug 126160 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 126160] Opening Options dialog causes Writer to hang infinitely

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126160

--- Comment #4 from Patrick Schönbach  ---
Indeed, I do. However, it never has been a problem before. Is there a way to
use both LO and gog4win?

-- 
You are receiving this mail because:
You 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 126160] Opening Options dialog causes Writer to hang infinitely

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126160

Oliver Brinzing  changed:

   What|Removed |Added

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

--- Comment #3 from Oliver Brinzing  ---
(In reply to Patrick Schönbach from comment #0)
> Description:
> After trying to open the Optionss dialog, Writer hangs forever.
> (This also still happens in 6.2.5 RC2 and in 6.3 beta2)

do you use gpg4win/gpg.exe?
please have a look at:
https://listarchives.libreoffice.org/de/users/msg21798.html

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

2019-06-30 Thread Arkadiy Illarionov (via logerrit)
 toolkit/source/awt/animatedimagespeer.cxx |4 
 toolkit/source/awt/vclxtoolkit.cxx|   24 +---
 toolkit/source/awt/vclxwindow1.cxx|   12 --
 toolkit/source/awt/vclxwindows.cxx|   22 +--
 toolkit/source/controls/controlmodelcontainerbase.cxx |   91 ++-
 toolkit/source/controls/dialogcontrol.cxx |   11 -
 toolkit/source/controls/geometrycontrolmodel.cxx  |   24 +---
 toolkit/source/controls/grid/defaultgriddatamodel.cxx |   18 +--
 toolkit/source/controls/stdtabcontroller.cxx  |  108 --
 toolkit/source/controls/stdtabcontrollermodel.cxx |   10 -
 toolkit/source/controls/tabpagecontainer.cxx  |6 -
 toolkit/source/controls/tabpagemodel.cxx  |   10 -
 toolkit/source/controls/unocontrol.cxx|   32 ++---
 toolkit/source/controls/unocontrolcontainer.cxx   |   32 ++---
 toolkit/source/controls/unocontrolmodel.cxx   |   44 +++
 toolkit/source/controls/unocontrols.cxx   |   53 ++--
 toolkit/source/helper/formpdfexport.cxx   |9 -
 toolkit/source/helper/unopropertyarrayhelper.cxx  |6 -
 toolkit/source/helper/vclunohelper.cxx|5 
 19 files changed, 214 insertions(+), 307 deletions(-)

New commits:
commit 172a5e3306edbef3d40d9850c446dba00b7ada06
Author: Arkadiy Illarionov 
AuthorDate: Sun Jun 30 13:39:03 2019 +0300
Commit: Arkadiy Illarionov 
CommitDate: Sun Jun 30 17:17:49 2019 +0200

Simplify Sequence iterations in toolkit

Use range-based loops or replace with STL functions

Change-Id: I8129ca201dd7017fc4064b04834f41d69cc01274
Reviewed-on: https://gerrit.libreoffice.org/74926
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov 

diff --git a/toolkit/source/awt/animatedimagespeer.cxx 
b/toolkit/source/awt/animatedimagespeer.cxx
index 4d1be4be96e7..5277841af3e6 100644
--- a/toolkit/source/awt/animatedimagespeer.cxx
+++ b/toolkit/source/awt/animatedimagespeer.cxx
@@ -169,9 +169,9 @@ namespace toolkit
 o_images.resize(0);
 size_t count = size_t( i_imageURLs.getLength() );
 o_images.reserve( count );
-for ( size_t i = 0; i < count; ++i )
+for ( const auto& rImageURL : i_imageURLs )
 {
-o_images.emplace_back( i_imageURLs[i] );
+o_images.emplace_back( rImageURL );
 }
 }
 
diff --git a/toolkit/source/awt/vclxtoolkit.cxx 
b/toolkit/source/awt/vclxtoolkit.cxx
index 904f95fd5e38..42c135c7b889 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -1413,14 +1413,12 @@ vcl::Window* VCLXToolkit::ImplCreateWindow( 
VCLXWindow** ppNewComp,
 css::uno::Sequence< css::beans::NamedValue 
> aProps;
 if( anyHandle >>= aProps )
 {
-const int nProps = aProps.getLength();
-const css::beans::NamedValue* pProps = 
aProps.getConstArray();
-for( int i = 0; i < nProps; i++ )
+for( const css::beans::NamedValue& 
rProp : aProps )
 {
-if ( pProps[i].Name == "WINDOW" )
-pProps[i].Value >>= 
nWindowHandle;
-else if ( pProps[i].Name == 
"XEMBED" )
-pProps[i].Value >>= bXEmbed;
+if ( rProp.Name == "WINDOW" )
+rProp.Value >>= nWindowHandle;
+else if ( rProp.Name == "XEMBED" )
+rProp.Value >>= bXEmbed;
 }
 }
 else
@@ -1645,14 +1643,12 @@ css::uno::Reference< css::awt::XWindowPeer > 
VCLXToolkit::createSystemChild( con
 css::uno::Sequence< css::beans::NamedValue > aProps;
 if( Parent >>= aProps )
 {
-const int nProps = aProps.getLength();
-const css::beans::NamedValue* pProps = aProps.getConstArray();
-for( int i = 0; i < nProps; i++ )
+for( const css::beans::NamedValue& rProp : aProps )
 {
-if ( pProps[i].Name == "WINDOW" )
-pProps[i].Value >>= nWindowHandle;
-else if ( pProps[i].Name == "XEMBED" )
-pProps[i].Value >>= bXEmbed;
+if ( rProp.Name == "WINDOW" )
+rProp.Value >>= nWindowHandle;
+ 

[Libreoffice-bugs] [Bug 118112] Parameter index out of range (1 > number of parameters, which is 0). (see comment 39 for manual fix)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118112

--- Comment #55 from t...@tim-passingham.co.uk ---
(In reply to Julien Nabet from comment #54)
> (In reply to tim from comment #53)
> > ...
> > > Did you rename your LO directory profile before creating your brand new 
> > > odb
> > > file?
> > You've slightly lost me there.  Are you saying I need to start a completely
> > new LO user profile?  If so, others are also going to encounter this problem
> > every time they create new databases.
> 
> I'm not sure here but can you give it a try just to know if it helps?
I renamed my old profile, so a new one was created (LO 6.2.2.2).

I created a new base document, using mysql jdbc (and Driver) to a test mariadb
database.

I created a new form (and subform).

I got the same parameter error.

-- 
You are receiving this mail because:
You 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 126165] FILESAVE PPTX: Embedded MP3 audio or a link to it not saved in presentation

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126165

Aron Budea  changed:

   What|Removed |Added

Summary|FILESAVE PPTX:  |FILESAVE PPTX: Embedded MP3
   |Embedded/linked MP3 audio   |audio or a link to it not
   |not saved with presentation |saved in presentation

-- 
You are receiving this mail because:
You 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 126165] FILESAVE PPTX: Embedded/linked MP3 audio not saved with presentation

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126165

Aron Budea  changed:

   What|Removed |Added

Summary|FILESAVE PPTX: Embedded MP3 |FILESAVE PPTX:
   |audio not saved in  |Embedded/linked MP3 audio
   |presentation|not saved with presentation

--- Comment #2 from Aron Budea  ---
Actually, the same happens if the MP3 is linked, let's include that issue here.

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

[Libreoffice-bugs] [Bug 117891] Base table icons in Main window Tables list are displaying the Calc Template icon

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117891

Rizal Muttaqin  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |riz_17_...@yahoo.co.id
   |desktop.org |

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

[Libreoffice-bugs] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

--- Comment #5 from V Stuart Foote  ---
The edit engine handling of the selections at word bounds is done in
impedit2.cxx, no special logic for NBS or other NPC noted. Meaning, IIUC the
word boundary is as provided by ICS lib.

https://opengrok.libreoffice.org/xref/core/editeng/source/editeng/impedit2.cxx?=a682d129=1412#1480

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

[Libreoffice-ux-advise] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

--- Comment #5 from V Stuart Foote  ---
The edit engine handling of the selections at word bounds is done in
impedit2.cxx, no special logic for NBS or other NPC noted. Meaning, IIUC the
word boundary is as provided by ICS lib.

https://opengrok.libreoffice.org/xref/core/editeng/source/editeng/impedit2.cxx?=a682d129=1412#1480

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

[Libreoffice-ux-advise] [Bug 126166] Command and labels for Select to Start of Word, select to End of Word need correction

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126166

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
The edit engine commands for word bounded selection linked as .uno from
impedit2.cxx here:

https://opengrok.libreoffice.org/xref/core/editeng/source/editeng/impedit2.cxx?=a682d129=1412#1480

So UNO command name, and command labeling listed in comment 1, should probably
reflect that context of Start / End to complement the command for selecting the
word.

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

[Libreoffice-bugs] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 126166] Command and labels for Select to Start of Word, select to End of Word need correction

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126166

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
The edit engine commands for word bounded selection linked as .uno from
impedit2.cxx here:

https://opengrok.libreoffice.org/xref/core/editeng/source/editeng/impedit2.cxx?=a682d129=1412#1480

So UNO command name, and command labeling listed in comment 1, should probably
reflect that context of Start / End to complement the command for selecting the
word.

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

[Libreoffice-ux-advise] [Bug 125887] Handling protected space (U+00a0) at word bounds

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125887

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 117891] Base table icons in Main window Tables list are displaying the Calc Template icon

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117891

--- Comment #11 from Commit Notification 
 ---
rizmut committed a patch related to this issue.
It has been pushed to "libreoffice-6-3":

https://git.libreoffice.org/core/+/d738560df327cc9be87ae2478187e524e6ee9a87%5E%21

Breeze, KJ, elementary: Fix for tdf#117891

It will be available in 6.3.0.1.

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

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

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

[Libreoffice-bugs] [Bug 117891] Base table icons in Main window Tables list are displaying the Calc Template icon

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117891

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0 target:6.2.4   |target:6.3.0 target:6.2.4
   |target:6.4.0|target:6.4.0 target:6.3.0.1

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg icon-themes/elementary icon-themes/elementary_svg icon-themes/karasa_jaga i

2019-06-30 Thread rizmut (via logerrit)
 dev/null  |binary
 icon-themes/breeze/cmd/32/absoluterecord.png  |binary
 icon-themes/breeze/cmd/32/assignmacro.png |binary
 icon-themes/breeze/cmd/32/attributepagesize.png   |binary
 icon-themes/breeze/cmd/32/colorsettings.png   |binary
 icon-themes/breeze/cmd/32/filecontrol.png |binary
 icon-themes/breeze/cmd/32/grafgamma.png   |binary
 icon-themes/breeze/cmd/32/graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/32/pagemode.png|binary
 icon-themes/breeze/cmd/32/slidechangewindow.png   |binary
 icon-themes/breeze/cmd/lc_absoluterecord.png  |binary
 icon-themes/breeze/cmd/lc_assignmacro.png |binary
 icon-themes/breeze/cmd/lc_colorsettings.png   |binary
 icon-themes/breeze/cmd/lc_filecontrol.png |binary
 icon-themes/breeze/cmd/lc_graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/lc_pagedialog.png  |binary
 icon-themes/breeze/cmd/lc_pagemode.png|binary
 icon-themes/breeze/cmd/sc_absoluterecord.png  |binary
 icon-themes/breeze/cmd/sc_assignmacro.png |binary
 icon-themes/breeze/cmd/sc_attributepagesize.png   |binary
 icon-themes/breeze/cmd/sc_colorsettings.png   |binary
 icon-themes/breeze/cmd/sc_filecontrol.png |binary
 icon-themes/breeze/cmd/sc_graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/sc_pagemode.png|binary
 icon-themes/breeze/cmd/sc_switchxformsdesignmode.png  |binary
 icon-themes/breeze/links.txt  | 1084 ++
 icon-themes/breeze/res/lx03132.png|binary
 icon-themes/breeze/res/sx03132.png|binary
 icon-themes/breeze_dark/cmd/32/absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/32/assignmacro.png|binary
 icon-themes/breeze_dark/cmd/32/attributepagesize.png  |binary
 icon-themes/breeze_dark/cmd/32/colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/32/filecontrol.png|binary
 icon-themes/breeze_dark/cmd/32/grafgamma.png  |binary
 icon-themes/breeze_dark/cmd/32/graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/32/pagemode.png   |binary
 icon-themes/breeze_dark/cmd/32/slidechangewindow.png  |binary
 icon-themes/breeze_dark/cmd/lc_absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/lc_assignmacro.png|binary
 icon-themes/breeze_dark/cmd/lc_colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/lc_filecontrol.png|binary
 icon-themes/breeze_dark/cmd/lc_graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/lc_pagemode.png   |binary
 icon-themes/breeze_dark/cmd/sc_absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/sc_assignmacro.png|binary
 icon-themes/breeze_dark/cmd/sc_attributepagesize.png  |binary
 icon-themes/breeze_dark/cmd/sc_colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/sc_filecontrol.png|binary
 icon-themes/breeze_dark/cmd/sc_graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/sc_pagemode.png   |binary
 icon-themes/breeze_dark/res/lx03132.png   |binary
 icon-themes/breeze_dark/res/sx03132.png   |binary
 icon-themes/breeze_svg/cmd/32/absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/32/assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/32/attributepagesize.svg   |1 
 icon-themes/breeze_svg/cmd/32/colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/32/filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/32/grafgamma.svg   |2 
 icon-themes/breeze_svg/cmd/32/graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/32/pagemode.svg|1 
 icon-themes/breeze_svg/cmd/32/slidechangewindow.svg   |1 
 icon-themes/breeze_svg/cmd/lc_absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/lc_assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/lc_colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/lc_filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/lc_graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/lc_pagemode.svg|1 
 icon-themes/breeze_svg/cmd/sc_absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/sc_assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/sc_attributepagesize.svg   |1 
 icon-themes/breeze_svg/cmd/sc_colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/sc_filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/sc_graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/sc_pagemode.svg|1 
 

[Libreoffice-bugs] [Bug 125561] switching (Alt-Tab) forth and back between programs selects all text in cell validity dialog

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125561

bado...@o2.pl  changed:

   What|Removed |Added

   Severity|normal  |minor
Version|6.1.5.2 release |6.1.0.3 release
 OS|Linux (All) |All

--- Comment #1 from bado...@o2.pl  ---
On loss of focus.
For fields in solver too, possibly more.

-- 
You are receiving this mail because:
You 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 117891] Base table icons in Main window Tables list are displaying the Calc Template icon

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117891

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0 target:6.2.4   |target:6.3.0 target:6.2.4
   ||target:6.4.0

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

[Libreoffice-bugs] [Bug 117891] Base table icons in Main window Tables list are displaying the Calc Template icon

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117891

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

https://git.libreoffice.org/core/+/b2fe75d13e8cf7bf1deabfb232fd907f0894996e%5E%21

Breeze, KJ, elementary: Fix for tdf#117891

It will be available in 6.4.0.

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

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

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

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg icon-themes/elementary icon-themes/elementary_svg icon-themes/karasa_jaga icon-themes/karasa_jaga_svg

2019-06-30 Thread rizmut (via logerrit)
 dev/null  |binary
 icon-themes/breeze/cmd/32/absoluterecord.png  |binary
 icon-themes/breeze/cmd/32/assignmacro.png |binary
 icon-themes/breeze/cmd/32/attributepagesize.png   |binary
 icon-themes/breeze/cmd/32/colorsettings.png   |binary
 icon-themes/breeze/cmd/32/filecontrol.png |binary
 icon-themes/breeze/cmd/32/grafgamma.png   |binary
 icon-themes/breeze/cmd/32/graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/32/pagemode.png|binary
 icon-themes/breeze/cmd/32/slidechangewindow.png   |binary
 icon-themes/breeze/cmd/lc_absoluterecord.png  |binary
 icon-themes/breeze/cmd/lc_assignmacro.png |binary
 icon-themes/breeze/cmd/lc_colorsettings.png   |binary
 icon-themes/breeze/cmd/lc_filecontrol.png |binary
 icon-themes/breeze/cmd/lc_graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/lc_pagedialog.png  |binary
 icon-themes/breeze/cmd/lc_pagemode.png|binary
 icon-themes/breeze/cmd/sc_absoluterecord.png  |binary
 icon-themes/breeze/cmd/sc_assignmacro.png |binary
 icon-themes/breeze/cmd/sc_attributepagesize.png   |binary
 icon-themes/breeze/cmd/sc_colorsettings.png   |binary
 icon-themes/breeze/cmd/sc_filecontrol.png |binary
 icon-themes/breeze/cmd/sc_graphicfiltersmooth.png |binary
 icon-themes/breeze/cmd/sc_pagemode.png|binary
 icon-themes/breeze/cmd/sc_switchxformsdesignmode.png  |binary
 icon-themes/breeze/links.txt  | 1084 ++
 icon-themes/breeze/res/lx03132.png|binary
 icon-themes/breeze/res/sx03132.png|binary
 icon-themes/breeze_dark/cmd/32/absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/32/assignmacro.png|binary
 icon-themes/breeze_dark/cmd/32/attributepagesize.png  |binary
 icon-themes/breeze_dark/cmd/32/colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/32/filecontrol.png|binary
 icon-themes/breeze_dark/cmd/32/grafgamma.png  |binary
 icon-themes/breeze_dark/cmd/32/graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/32/pagemode.png   |binary
 icon-themes/breeze_dark/cmd/32/slidechangewindow.png  |binary
 icon-themes/breeze_dark/cmd/lc_absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/lc_assignmacro.png|binary
 icon-themes/breeze_dark/cmd/lc_colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/lc_filecontrol.png|binary
 icon-themes/breeze_dark/cmd/lc_graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/lc_pagemode.png   |binary
 icon-themes/breeze_dark/cmd/sc_absoluterecord.png |binary
 icon-themes/breeze_dark/cmd/sc_assignmacro.png|binary
 icon-themes/breeze_dark/cmd/sc_attributepagesize.png  |binary
 icon-themes/breeze_dark/cmd/sc_colorsettings.png  |binary
 icon-themes/breeze_dark/cmd/sc_filecontrol.png|binary
 icon-themes/breeze_dark/cmd/sc_graphicfiltersmooth.png|binary
 icon-themes/breeze_dark/cmd/sc_pagemode.png   |binary
 icon-themes/breeze_dark/res/lx03132.png   |binary
 icon-themes/breeze_dark/res/sx03132.png   |binary
 icon-themes/breeze_svg/cmd/32/absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/32/assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/32/attributepagesize.svg   |1 
 icon-themes/breeze_svg/cmd/32/colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/32/filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/32/grafgamma.svg   |2 
 icon-themes/breeze_svg/cmd/32/graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/32/pagemode.svg|1 
 icon-themes/breeze_svg/cmd/32/slidechangewindow.svg   |1 
 icon-themes/breeze_svg/cmd/lc_absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/lc_assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/lc_colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/lc_filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/lc_graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/lc_pagemode.svg|1 
 icon-themes/breeze_svg/cmd/sc_absoluterecord.svg  |1 
 icon-themes/breeze_svg/cmd/sc_assignmacro.svg |1 
 icon-themes/breeze_svg/cmd/sc_attributepagesize.svg   |1 
 icon-themes/breeze_svg/cmd/sc_colorsettings.svg   |1 
 icon-themes/breeze_svg/cmd/sc_filecontrol.svg |1 
 icon-themes/breeze_svg/cmd/sc_graphicfiltersmooth.svg |2 
 icon-themes/breeze_svg/cmd/sc_pagemode.svg|1 
 

[Libreoffice-bugs] [Bug 126160] Opening Options dialog causes Writer to hang infinitely

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126160

--- Comment #2 from Patrick Schönbach  ---
It also happens with a new, empty document.

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

[Libreoffice-bugs] [Bug 126160] Opening Options dialog causes Writer to hang infinitely

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126160

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
I can't confirm this with

Version: 6.4.0.0.alpha0+ (x64)
Build ID: ae823e4633a76d13cebc6432b9e44b9b2862326b
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-06-26_23:06:07
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

and also not with

Version: 6.2.5.2 (x64)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

Does it happen just after creating a new document or does it happen only with 
specific document?

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

[Libreoffice-bugs] [Bug 126136] Export ePub italicized words run into next word

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126136

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 Blocks||114162

--- Comment #2 from Dieter Praas  ---
John, thank you for reporting the bug. Please attach document from comment 1 as
odt-file, as this makes it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it)


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 114162] [META] EPUB export bugs and enhancements

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114162

Dieter Praas  changed:

   What|Removed |Added

 Depends on||126136


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126136
[Bug 126136] Export ePub italicized words run into next word
-- 
You are receiving this mail because:
You 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 126172] New: Extras / Options cannot be opened if GPG4win is installed

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126172

Bug ID: 126172
   Summary: Extras / Options cannot be opened if GPG4win is
installed
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hl...@gmx.at

Description:
Window to set Opteions cannot be opened. 
If you try by Extras/Options a prcess gpg.exe ist started und eats 30% of CPU.
But it seems LO does not see an answer. LO gets unresponsive ("Keine
Rückmeldung").
If gpg.exe is killed, the Options window opens immediately

Steps to Reproduce:
1. install LO 6.2 (or 6.1 or 6.3 beta2), same behavious
2. install GPG4win
3. start LO, try Extras/Options

Actual Results:
LO hangs

Expected Results:
should work


Reproducible: Always


User Profile Reset: Yes



Additional Info:
[Information automatically included from LibreOffice]
Locale: de
Module: StartModule
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes

Windows 10, last updates
GPG4win 3.1.9
LO 6.2.4.2, 6.1.6, 6.3.0 beta-2

-- 
You are receiving this mail because:
You 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 126083] Borders of merged table cells disappear if you enable page header (also in PDF export) (steps in comment 7)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

--- Comment #9 from Dieter Praas  ---
Thank you for clarification. Feel free to change bug summary.

-- 
You are receiving this mail because:
You 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 126083] Borders of merged table cells disappear if you enable page header (also in PDF export) (steps in comment 7)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

--- Comment #8 from cyberrob  ---
Just to clarify, as the new title may be misleading: from my observations
enabling the header just helps to reproduce the problem (disappearing cell
borders) with the example document if it does not show up anywhere right after
opening the document.

I have had this issue with many documents containing tables with merged cells
in the way it is in the multiple tables in the example document. Sometimes
everything is fine and when I change something in the document and some tables
get slightly moved around, the problem arises.

So it does not seem to be releated to enabling/disabling the page header. This
only makes it appear (and maybe also disappear in some cases) as the document
layout changes.

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

[Libreoffice-bugs] [Bug 126168] Crash in: rtl_uString_acquire: frame style undo redo

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126168

Xisco Faulí  changed:

   What|Removed |Added

   See Also||https://crashreport.libreof
   ||fice.org/stats/signature/rt
   ||l_uString_acquire

-- 
You are receiving this mail because:
You 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 125953] FIREBIRD: Form wizard fails to create correct layout when CLOB[BLOB] field present

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125953

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

I don't know if it's ok but at least the form creation doesn't hang/cancel even
when using other possibilities than Data Sheet.

-- 
You are receiving this mail because:
You 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 126168] Crash in: rtl_uString_acquire: frame style undo redo

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126168

Xisco Faulí  changed:

   What|Removed |Added

Version|6.2.0.2 rc  |5.3 all versions
 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
Also reproduced in

Version: 5.2.0.0.alpha1+
Build ID: 5b168b3fa568e48e795234dc5fa454bf24c9805e
CPU Threads: 4; OS Version: Linux 4.15; UI Render: default; 
Locale: ca-ES (ca_ES.UTF-8)

-- 
You are receiving this mail because:
You 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 113288] Writer does not remember and not even keep the position of its window on the desktop

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113288

--- Comment #16 from Dieter Praas  ---
(In reply to Christian Lehmann from comment #15)
> I cannot at the moment reproduce the bug.

So perhaps we can close this for the moment as RESOLVED WORKSFORME and you can
change it back to UNCONFIRMED, if it happens again and you can provide more
details?

-- 
You are receiving this mail because:
You 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 126083] Borders of merged table cells disappear if you enable page header (also in PDF export) (steps in comment 7)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

Dieter Praas  changed:

   What|Removed |Added

Summary|Borders of merged table |Borders of merged table
   |cells disappear if you  |cells disappear if you
   |nable page header (also in  |enable page header (also in
   |PDF export) (steps in   |PDF export) (steps in
   |comment 7)  |comment 7)

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

[Libreoffice-bugs] [Bug 126083] Borders of merged table cells disappear if you nable page header (also in PDF export) (steps in comment 7)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

Dieter Praas  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Summary|Randomly disappearing   |Borders of merged table
   |borders of merged table |cells disappear if you
   |cells (also in PDF export)  |nable page header (also in
   ||PDF export) (steps in
   ||comment 7)
 Status|UNCONFIRMED |NEW
 Blocks||107701

--- Comment #7 from Dieter Praas  ---
I confirm it with

Version: 6.2.5.2 (x64)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

and with

Version: 6.4.0.0.alpha0+ (x64)
Build ID: ae823e4633a76d13cebc6432b9e44b9b2862326b
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-06-26_23:06:07
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded


Steps to reproduce

1. Open attachment from comment 1
2. Got to page 11
3. Enable header

Result: Border of the first cell in the last row of table two gets lost.


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107701] [META] Table border bugs and enhancements

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107701

Dieter Praas  changed:

   What|Removed |Added

 Depends on||126083


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126083
[Bug 126083] Borders of merged table cells disappear if you nable page header
(also in PDF export) (steps in comment 7)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125373] Paragraph style editing and application is not applied to the paragraph properly.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125373

--- Comment #19 from Dieter Praas  ---
(In reply to Buovjaga from comment #18)
> (In reply to Dieter Praas from comment #17)
> > You also can attach a sample document with that problem.
> 
> We already have one sample, attachment 151891 [details], but no steps to
> perform on it to reproduce any specific problem.

Sorry, you're right. Some steps to reproduce would be helpful.

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

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

2019-06-30 Thread Arkadiy Illarionov (via logerrit)
 ucb/source/cacher/dynamicresultsetwrapper.cxx|6 
 ucb/source/core/FileAccess.cxx   |   12 -
 ucb/source/core/ucb.cxx  |   17 -
 ucb/source/core/ucbcmds.cxx  |  198 +--
 ucb/source/core/ucbprops.cxx |   14 -
 ucb/source/core/ucbstore.cxx |   15 -
 ucb/source/sorter/sortdynres.cxx |3 
 ucb/source/ucp/cmis/cmis_content.cxx |   75 +++-
 ucb/source/ucp/cmis/cmis_repo_content.cxx|   10 -
 ucb/source/ucp/ext/ucpext_content.cxx|   15 -
 ucb/source/ucp/file/bc.cxx   |   26 +--
 ucb/source/ucp/file/filcmd.cxx   |   28 +--
 ucb/source/ucp/file/filnot.cxx   |   23 +-
 ucb/source/ucp/file/filprp.cxx   |   13 -
 ucb/source/ucp/file/filrset.cxx  |   30 +--
 ucb/source/ucp/file/filtask.cxx  |   78 -
 ucb/source/ucp/file/prov.cxx |   13 -
 ucb/source/ucp/ftp/ftpcontent.cxx|   45 ++---
 ucb/source/ucp/ftp/ftpresultsetI.cxx |   22 +-
 ucb/source/ucp/ftp/ftpresultsetbase.cxx  |   13 -
 ucb/source/ucp/gio/gio_content.cxx   |   10 -
 ucb/source/ucp/hierarchy/hierarchycontent.cxx|   19 --
 ucb/source/ucp/package/pkgcontent.cxx|   17 -
 ucb/source/ucp/tdoc/tdoc_content.cxx |   17 -
 ucb/source/ucp/webdav-neon/ContentProperties.cxx |   15 -
 ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx |6 
 ucb/source/ucp/webdav-neon/LinkSequence.cxx  |   19 --
 ucb/source/ucp/webdav-neon/NeonSession.cxx   |   22 --
 ucb/source/ucp/webdav-neon/webdavcontent.cxx |   53 ++
 29 files changed, 326 insertions(+), 508 deletions(-)

New commits:
commit 02872ceafb8adca47cce856d0e44107494ba2e21
Author: Arkadiy Illarionov 
AuthorDate: Sat Jun 29 22:24:22 2019 +0300
Commit: Arkadiy Illarionov 
CommitDate: Sun Jun 30 12:40:20 2019 +0200

Simplify Sequence iterations in ucb

Use range-based loops or replace with STL functions

Change-Id: I755dec47aeeed879a032eecd50dee585c392ec59
Reviewed-on: https://gerrit.libreoffice.org/74915
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov 

diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx 
b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index fc6d0dbf90de..042a63c57c55 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -223,9 +223,11 @@ void DynamicResultSetWrapper::impl_notify( const 
ListEvent& Changes )
 
 {
 osl::Guard< osl::Mutex > aGuard( m_aMutex );
-for( long i=0; !m_bGotWelcome && i aInfo = aCnt.queryCreatableContentsInfo();
-sal_Int32 nCount = aInfo.getLength();
-if ( nCount == 0 )
-return;
 
-for ( sal_Int32 i = 0; i < nCount; ++i )
+for ( const ContentInfo & rCurr : aInfo )
 {
 // Simply look for the first KIND_FOLDER...
-const ContentInfo & rCurr = aInfo[i];
 if ( rCurr.Attributes & ContentInfoAttribute::KIND_FOLDER )
 {
 // Make sure the only required bootstrap property is "Title",
@@ -591,13 +587,9 @@ bool OFileAccess::createNewFile( const OUString & 
rParentURL,
 ucbhelper::Content aParentCnt( rParentURL, mxEnvironment.get(), 
comphelper::getProcessComponentContext() );
 
 Sequence< ContentInfo > aInfo = aParentCnt.queryCreatableContentsInfo();
-sal_Int32 nCount = aInfo.getLength();
-if ( nCount == 0 )
-return false;
 
-for ( sal_Int32 i = 0; i < nCount; ++i )
+for ( const ContentInfo & rCurr : aInfo )
 {
-const ContentInfo & rCurr = aInfo[i];
 if ( ( rCurr.Attributes
& ContentInfoAttribute::KIND_DOCUMENT ) &&
  ( rCurr.Attributes
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index 907cef806449..1246d6483051 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -710,21 +710,16 @@ void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
 // virtual
 void SAL_CALL UniversalContentBroker::changesOccurred( const 
util::ChangesEvent& Event )
 {
-sal_Int32 nCount = Event.Changes.getLength();
-if ( nCount )
+if ( Event.Changes.hasElements() )
 {
 uno::Reference< container::XHierarchicalNameAccess > xHierNameAccess;
 Event.Base >>= xHierNameAccess;
 
 OSL_ASSERT( xHierNameAccess.is() );
 
-const util::ElementChange* pElementChanges
-= Event.Changes.getConstArray();
-
 ContentProviderDataList aData;
-for ( sal_Int32 n = 0; n < nCount; ++n )
+for ( const util::ElementChange& rElem : Event.Changes )
 {
-const util::ElementChange& rElem = pElementChanges[ n ];
 OUString aKey;
 rElem.Accessor >>= aKey;
 
@@ -870,16 +865,14 @@ bool 

[Libreoffice-bugs] [Bug 125373] Paragraph style editing and application is not applied to the paragraph properly.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125373

--- Comment #18 from Buovjaga  ---
(In reply to Dieter Praas from comment #17)
> You also can attach a sample document with that problem.

We already have one sample, attachment 151891, but no steps to perform on it to
reproduce any specific problem.

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

[Libreoffice-bugs] [Bug 125953] FIREBIRD: Form wizard fails to create correct layout when CLOB[BLOB] field present

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125953

--- Comment #7 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, only when I put "Clob"
in fields for forms, I got this trace when going to step 5:
java.lang.NullPointerException
at
com.sun.star.wizards.document.DatabaseControl.createGridColumn(DatabaseControl.java:70)
at
com.sun.star.wizards.document.DatabaseControl.(DatabaseControl.java:45)
at
com.sun.star.wizards.document.GridControl.(GridControl.java:80)
at
com.sun.star.wizards.form.FormDocument$ControlForm.insertGridControl(FormDocument.java:516)
at
com.sun.star.wizards.form.FormDocument$ControlForm.initialize(FormDocument.java:389)
at
com.sun.star.wizards.form.FormDocument.initialize(FormDocument.java:152)
at com.sun.star.wizards.form.FormWizard.enterStep(FormWizard.java:103)
at
com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:314)
at
com.sun.star.wizards.ui.WizardDialog.gotoNextAvailableStep(WizardDialog.java:563)
at
com.sun.star.wizards.ui.WizardDialog.access$500(WizardDialog.java:46)
at
com.sun.star.wizards.ui.WizardDialog$4.actionPerformed(WizardDialog.java:405)
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:185)
at com.sun.proxy.$Proxy71.execute(Unknown Source)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:541)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:555)
at com.sun.star.wizards.form.FormWizard.start(FormWizard.java:349)
at
com.sun.star.wizards.form.CallFormWizard$FormWizardImplementation.trigger(CallFormWizard.java:75)

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

Re: Help in contributing

2019-06-30 Thread julien2412
Hi Manav,

Since I suppose you at least typed "libreoffice contribute" on Google and
had https://www.libreoffice.org/community/get-involved/ in first results,
could you be more specific about what you need?

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 126171] FORMS: Border of controls will be printed black for multiline-controls.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126171

Robert Großkopf  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 126170] FORMS: Content of controls couldn't be printed with coloured fonts.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126170

Robert Großkopf  changed:

   What|Removed |Added

 OS|All |Linux (All)
   Hardware|All |x86-64 (AMD64)
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6171

--- Comment #1 from Robert Großkopf  ---
All tested with OpenSUSE 15, 64bit rpm Linux and LO 6.2.5.2.

-- 
You are receiving this mail because:
You 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 126171] New: FORMS: Border of controls will be printed black for multiline-controls.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126171

Bug ID: 126171
   Summary: FORMS: Border of controls will be printed black for
multiline-controls.
   Product: LibreOffice
   Version: 6.3.0.0.beta2+
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Open https://bugs.documentfoundation.org/attachment.cgi?id=152476

Open the form "form_controls_red_fonts_multiline".
Print the form into a file.
The borders, which couldn't be seen in the form, are printed black for the
multiline-controls, grey for the number-control. The border colour is set to
"grey".

Expected behaviour: Borders of a control are printed with colour defined in the
form.

All tested with OpenSUSE 15, 64bit rpm Linux and LO 6.2.5.2.

-- 
You are receiving this mail because:
You 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 126170] New: FORMS: Content of controls couldn't be printed with coloured fonts.

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126170

Bug ID: 126170
   Summary: FORMS: Content of controls couldn't be printed with
coloured fonts.
   Product: LibreOffice
   Version: 6.3.0.0.beta2+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 152476
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152476=edit
Open the forms of the control and print it into a file.

Open the attached database.
Open the form "form_controls_red_fonts".
Print the content into a file.

Preview of print and printed file will show the content printed black. (Also a
grey border appears, which isn't shown in the form).

Now open the form "form_controls_red_fonts_multiline".
Print the content into a file.

Preview of print and printed file will show the content of the two multiline
controls printed red. (Also a black border appears around this controls, which
isn't shown in the form).

Expected behaviour: Printed content should be shown the same way the form
appears.

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

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

2019-06-30 Thread Arkadiy Illarionov (via logerrit)
 ucb/source/ucp/file/filrow.cxx |  118 +++--
 ucb/source/ucp/file/filrow.hxx |4 +
 2 files changed, 48 insertions(+), 74 deletions(-)

New commits:
commit 639698862d16310b60514277d59227eec37eb02a
Author: Arkadiy Illarionov 
AuthorDate: Sat Jun 29 16:44:52 2019 +0300
Commit: Noel Grandin 
CommitDate: Sun Jun 30 11:46:28 2019 +0200

tdf#39593 Reduce copy-paste in XRow_impl::get*

Add isIndexOutOfBounds and template getValue methods

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

diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx
index a6156823bbf0..67845ea426d7 100644
--- a/ucb/source/ucp/file/filrow.cxx
+++ b/ucb/source/ucp/file/filrow.cxx
@@ -101,19 +101,16 @@ OUString SAL_CALL
 XRow_impl::getString(
  sal_Int32 columnIndex )
 {
-  if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+  if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
-  OUString  Value;
-  osl::MutexGuard aGuard( m_aMutex );
-  m_nWasNull = ::convert( m_pMyShell,m_xTypeConverter,m_aValueMap[ 
--columnIndex ],Value );
-  return Value;
+  return getValue(columnIndex);
 }
 
 sal_Bool SAL_CALL
 XRow_impl::getBoolean(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 bool  Value( false );
 osl::MutexGuard aGuard( m_aMutex );
@@ -126,7 +123,7 @@ sal_Int8 SAL_CALL
 XRow_impl::getByte(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 sal_Int8  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -138,7 +135,7 @@ sal_Int16 SAL_CALL
 XRow_impl::getShort(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 sal_Int16  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -151,7 +148,7 @@ sal_Int32 SAL_CALL
 XRow_impl::getInt(
   sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 sal_Int32  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -163,7 +160,7 @@ sal_Int64 SAL_CALL
 XRow_impl::getLong(
sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 sal_Int64  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -175,7 +172,7 @@ float SAL_CALL
 XRow_impl::getFloat(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 float  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -187,7 +184,7 @@ double SAL_CALL
 XRow_impl::getDouble(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
 double  Value( 0 );
 osl::MutexGuard aGuard( m_aMutex );
@@ -199,48 +196,36 @@ uno::Sequence< sal_Int8 > SAL_CALL
 XRow_impl::getBytes(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
-uno::Sequence< sal_Int8 >  Value(0);
-osl::MutexGuard aGuard( m_aMutex );
-m_nWasNull = ::convert >( 
m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value );
-return Value;
+return getValue>(columnIndex);
 }
 
 util::Date SAL_CALL
 XRow_impl::getDate(
 sal_Int32 columnIndex )
 {
-if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() )
+if( isIndexOutOfBounds( columnIndex ) )
 throw sdbc::SQLException( THROW_WHERE, uno::Reference< uno::XInterface 
>(), OUString(), 0, uno::Any() );
-util::Date  Value;

[Libreoffice-bugs] [Bug 39593] copy/paste code detector / fixing

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39593

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

https://git.libreoffice.org/core/+/639698862d16310b60514277d59227eec37eb02a%5E%21

tdf#39593 Reduce copy-paste in XRow_impl::get*

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 118112] Parameter index out of range (1 > number of parameters, which is 0). (see comment 39 for manual fix)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118112

--- Comment #54 from Julien Nabet  ---
(In reply to tim from comment #53)
> ...
> > Did you rename your LO directory profile before creating your brand new odb
> > file?
> You've slightly lost me there.  Are you saying I need to start a completely
> new LO user profile?  If so, others are also going to encounter this problem
> every time they create new databases.

I'm not sure here but can you give it a try just to know if it helps?

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

[Libreoffice-bugs] [Bug 126083] Randomly disappearing borders of merged table cells (also in PDF export)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

cyberrob  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from cyberrob  ---

I tested the Example document again on another machine running Windows 10 and
the newest libreoffice fresh:

Version: 6.2.4.2 (x64)
Build-ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64
CPU-Threads: 8; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

After opening the file the problem was not visible. I then enabled page headers
(Format -> Page -> Header) (In my German version it is Format -> Seite ->
Kopfzeile). Then the problem gets visible on page 11. See attached screenshot.

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

[Libreoffice-bugs] [Bug 126083] Randomly disappearing borders of merged table cells (also in PDF export)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126083

--- Comment #5 from cyberrob  ---
Created attachment 152475
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152475=edit
Screenshot using LO Fresh 6.2.4.2 (x64)

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

[Libreoffice-bugs] [Bug 118112] Parameter index out of range (1 > number of parameters, which is 0). (see comment 39 for manual fix)

2019-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118112

--- Comment #53 from t...@tim-passingham.co.uk ---
(In reply to Julien Nabet from comment #52)
> (In reply to tim from comment #51)
> > ...
> > This is completely new odb file, so I did not expect to get this problem
> > again.  I know how to fix it, but surely it should not be happening?
> 
> On connectivity/registry, there are 2 subdirs related to mysql:
> - mysqlc
> - mysql_jdbc
> 
> Both have "ParameterNameSubstitution" blocks in "Properties" superblock with
> "true" value.
> Re reading "connectivity/registry/README", I noted:
> "
> Property: actual setting with its underlying type and its default value
> 
> Feature: a boolean that says "let the user change that setting in the
> Advanced Settings UI"
> "
> So it shouldn't be necessary to add "ParameterNameSubstitution" in
> "Features" parts.
> 
> Did you rename your LO directory profile before creating your brand new odb
> file?
You've slightly lost me there.  Are you saying I need to start a completely new
LO user profile?  If so, others are also going to encounter this problem every
time they create new databases.

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