[Libreoffice-bugs] [Bug 119101] LLVM Error causes crash on launch

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119101

--- Comment #3 from Kyle De'Vir  ---
Also, OpenCL is enabled by default on a new profile...

This is very annoying, because it isn't really clear what the problem is, for
new users.

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


[Libreoffice-bugs] [Bug 119101] LLVM Error causes crash on launch

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119101

--- Comment #2 from Kyle De'Vir  ---
This bug is caused by enabling OpenCL, and having an OpenCL driver that
LibreOffice doesn't like.

You can fix this by running `SAL_DISABLE_OPENCL=1 libreoffice` and then
disabling OpenCL in the settings manually. Then restart.

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

2018-09-10 Thread Libreoffice Gerrit user
 avmedia/source/macavf/macavfuno.mm |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e4e0bf8e81694f80a72d241fe5c8cae64240436
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 07:31:05 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 07:31:05 2018 +0200

loplugin:includeform

Change-Id: I4885c9ad497c350679588fc2068728c7a39edb88

diff --git a/avmedia/source/macavf/macavfuno.mm 
b/avmedia/source/macavf/macavfuno.mm
index 5d4b36da20ab..c10ad73d22dd 100644
--- a/avmedia/source/macavf/macavfuno.mm
+++ b/avmedia/source/macavf/macavfuno.mm
@@ -19,7 +19,7 @@
 
 #include "macavfcommon.hxx"
 #include "manager.hxx"
-#include "com/sun/star/lang/XSingleServiceFactory.hpp"
+#include 
 
 using namespace ::com::sun::star;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103494] [META] Textbox bugs and enhancements

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103494
Bug 103494 depends on bug 109229, which changed state.

Bug 109229 Summary: FILESAVE: Textbox's height is reduced after RT
https://bugs.documentfoundation.org/show_bug.cgi?id=109229

   What|Removed |Added

 Status|ASSIGNED|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: sw/qa xmloff/source

2018-09-10 Thread Libreoffice Gerrit user
 sw/qa/extras/layout/data/tdf117188.docx |binary
 sw/qa/extras/layout/layout.cxx  |   23 +++
 xmloff/source/draw/ximpshap.cxx |   14 +-
 3 files changed, 32 insertions(+), 5 deletions(-)

New commits:
commit c3422cd205d8da852f5c310b5f08028d6c4c5eb4
Author: Mike Kaganski 
AuthorDate: Mon Sep 10 17:07:47 2018 +0300
Commit: Mike Kaganski 
CommitDate: Tue Sep 11 06:03:24 2018 +0200

tdf#109229: Set "TextBox" prop before filling textbox-related props

Otherwise those properties aren't set, and defaults are used

Change-Id: Ib6671c019ff652ec5b59d9cbbf02a4e536a17817
Reviewed-on: https://gerrit.libreoffice.org/60267
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/sw/qa/extras/layout/data/tdf117188.docx 
b/sw/qa/extras/layout/data/tdf117188.docx
new file mode 100644
index ..418f665ae7dc
Binary files /dev/null and b/sw/qa/extras/layout/data/tdf117188.docx differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 8d5a76201563..facc0fea1f6b 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -35,6 +35,7 @@ public:
 void testTdf109137();
 void testForcepoint72();
 void testTdf118058();
+void testTdf117188();
 
 CPPUNIT_TEST_SUITE(SwLayoutWriter);
 CPPUNIT_TEST(testTdf116830);
@@ -52,6 +53,7 @@ public:
 CPPUNIT_TEST(testTdf109137);
 CPPUNIT_TEST(testForcepoint72);
 CPPUNIT_TEST(testTdf118058);
+CPPUNIT_TEST(testTdf117188);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -307,6 +309,27 @@ void SwLayoutWriter::testTdf118058()
 pDoc->getIDocumentLayoutAccess().GetCurrentViewShell()->CalcLayout();
 }
 
+void SwLayoutWriter::testTdf117188()
+{
+createDoc("tdf117188.docx");
+uno::Reference xStorable(mxComponent, uno::UNO_QUERY);
+utl::TempFile aTempFile;
+aTempFile.EnableKillingFile();
+uno::Sequence 
aDescriptor(comphelper::InitPropertySequence({
+{ "FilterName", uno::Any(OUString("writer8")) },
+}));
+xStorable->storeToURL(aTempFile.GetURL(), aDescriptor);
+loadURL(aTempFile.GetURL(), "tdf117188.odt");
+xmlDocPtr pXmlDoc = parseLayoutDump();
+OUString sWidth = getXPath(pXmlDoc, 
"/root/page/body/txt/anchored/fly/infos/bounds", "width");
+OUString sHeight = getXPath(pXmlDoc, 
"/root/page/body/txt/anchored/fly/infos/bounds", "height");
+// The text box must have zero border distances
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"left", "0");
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"top", "0");
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"width", sWidth);
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"height", sHeight);
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(SwLayoutWriter);
 CPPUNIT_PLUGIN_IMPLEMENT();
 
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index c68be43fc9c9..21339eb6bbcf 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -696,6 +696,15 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = 
true */)
 }
 }
 
+// Writer shapes: if this one has a TextBox, set it here. We need 
to do it before
+// pDocStyle->FillPropertySet, because setting some properties 
depend on the format
+// having RES_CNTNT attribute (e.g., 
UNO_NAME_TEXT_(LEFT|RIGHT|UPPER|LOWER)DIST; see
+// SwTextBoxHelper::syncProperty, which indirectly calls 
SwTextBoxHelper::isTextBox)
+uno::Reference xPropertySetInfo
+= xPropSet->getPropertySetInfo();
+if (xPropertySetInfo->hasPropertyByName("TextBox"))
+xPropSet->setPropertyValue("TextBox", uno::makeAny(mbTextBox));
+
 // if this is an auto style, set its properties
 if(bAutoStyle && pDocStyle)
 {
@@ -703,11 +712,6 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = 
true */)
 pDocStyle->FillPropertySet(xPropSet);
 }
 
-// Writer shapes: if this one has a TextBox, set it here.
-uno::Reference xPropertySetInfo = 
xPropSet->getPropertySetInfo();
-if (xPropertySetInfo->hasPropertyByName("TextBox"))
-xPropSet->setPropertyValue("TextBox", uno::makeAny(mbTextBox));
-
 } while(false);
 
 // try to set text auto style
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

--- Comment #4 from dmhym...@hotmail.com ---
Updating to newer version 6.0 has resolved. Marked as such.

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


[Libreoffice-bugs] [Bug 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

--- Comment #5 from dmhym...@hotmail.com ---
Updating to newer version 6.0 has resolved. Marked as such.

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


[Libreoffice-bugs] [Bug 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

dmhym...@hotmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 112256] Insert Index makes diacritics invisible

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112256

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112202] FILEOPEN: DOCX thesis template with empty header

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112202

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112309] Heading row with vertical text alignment disappear on setting optimal row height

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112309

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112244] EDITING: The application stalls after consecutive actions in Spelling & Grammar

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112244

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 105358] Missing System Installed Fonts - Visible in 4.2 but missing in 5.2 because grouped

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105358

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #5 from cgpanda  ---
Thanks for your tip, I have delete the config files, but still, and only in 6.x
in windows, win10 and win8.

I dont know where to upload the video, you can find at here:
https://www66.zippyshare.com/v/OMwJeBEX/file.html

thanks

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


[Libreoffice-bugs] [Bug 119798] New: Crash, after a pop-up window which says: wrapped std::exception vector::_M_range_check: __n (which is 20) >= this->size() (which is 20)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119798

Bug ID: 119798
   Summary: Crash, after a pop-up window which says: wrapped
std::exception vector::_M_range_check: __n (which is
20) >= this->size() (which is 20)
   Product: LibreOffice
   Version: 6.0.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: seth...@gmail.com

Description:
EDITING UI

LibreOffice Calc version:

Version: 6.0.6.2
Build ID: 6.0.6.2-1.fc28
CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.utf8); Calc: group

running on Fedora 28 Linux crashes with a pop-up window with the message in the
Summary.

Steps to Reproduce:
1. Click the "+" in the lower right corner to open a new sheet
2. Click Sheet > Insert Sheet... > From File > (choose a file and sheet)
3. Pop-up window with the above message appears, LibreOffice Calc exits
4. Restarting LibreOffice Calc brings up a recovery screen.  Spreadsheet is
restored to the last time I saved it.

Actual Results:
LibreOffice crashes

Expected Results:
Libreoffice inserts the new sheet without the pop-up.


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 6.0.6.2
Build ID: 6.0.6.2-1.fc28
CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.utf8); Calc: group

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #4 from BogdanB  ---
For 6.x try User Profile Reset.
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #3 from cgpanda  ---
I am in windows, and have test in three computer, 5.4x work will, 6.x slow.

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


[Libreoffice-bugs] [Bug 119796] Cannot see paragraph marks

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119796

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Toggle the formatting mark visible with +F10 or use the button on the
Standard toolbar (marked with the Pilcrow ¶ -- 00b6 glyph).

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


[Libreoffice-bugs] [Bug 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||vstuart.fo...@utsa.edu

--- Comment #3 from V Stuart Foote  ---
Can not confirm on 6.1.0.3 release, or recent master/6.2.0 build

Reopening the sample document (attachment 144776) retains the original scaling,
expected.  Simply focusing on each formula to refresh its OLE with current sm
rendering results in correct scaling for all sm nodes/elements in the formulas.

Please retest with current/spported build of LibreOffice.

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


[Libreoffice-bugs] [Bug 119796] Cannot see paragraph marks

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119796

BogdanB  changed:

   What|Removed |Added

 CC||bogdan...@gmail.com

--- Comment #1 from BogdanB  ---
Created attachment 144780
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144780=edit
Control+F10

See the video. Are you talikng about this? If yes try Control+F10.

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

BogdanB  changed:

   What|Removed |Added

 CC||bogdan...@gmail.com

--- Comment #2 from BogdanB  ---
Created attachment 144779
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144779=edit
On Linux it is not slow. See the video

I can't reproduce on Linux on 6.0, 6.1 or 6.2

In this video you can see it is working very well in all 3 versions. On linux.

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


[Libreoffice-bugs] [Bug 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #5 from BogdanB  ---
(In reply to Heiko Tietze from comment #4)
> Don't see this as a big problem. You can always enter your own caption, we
> just switch the default.

It's just a problem of numbering. You have Figure 1, than Ilustration 1, than
Figure 2, than Ilustration 2, depending what version of LO we use for inserting
Figure or Ilustration.

If we have a big document the Navigator menu will show for Image a repeatable
numbering. 

Instead of:
Figure 1.
Figure 2.
Figure 3.
Figure 4.

Will be:
Figure 1.
Ilustration 1.
Figure 2.
Ilustration 2.

It's a bit confusing for people using the Navigator menu and big documents.

-- 
You are receiving this mail because:
You 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 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #5 from BogdanB  ---
(In reply to Heiko Tietze from comment #4)
> Don't see this as a big problem. You can always enter your own caption, we
> just switch the default.

It's just a problem of numbering. You have Figure 1, than Ilustration 1, than
Figure 2, than Ilustration 2, depending what version of LO we use for inserting
Figure or Ilustration.

If we have a big document the Navigator menu will show for Image a repeatable
numbering. 

Instead of:
Figure 1.
Figure 2.
Figure 3.
Figure 4.

Will be:
Figure 1.
Ilustration 1.
Figure 2.
Ilustration 2.

It's a bit confusing for people using the Navigator menu and big documents.

-- 
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 119797] The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #1 from cgpanda  ---
Created attachment 144778
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144778=edit
it's a draw file, in page 7 have a table, and slow at there

it's a draw file, in page 7 have a table, and slow at there

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


[Libreoffice-bugs] [Bug 119797] New: The table is make libreoffice draw very very slow

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

Bug ID: 119797
   Summary: The table is make libreoffice draw very very slow
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cgpa...@sina.com

Description:
Hi, The table will make libreoffice slowly, very slow. I think it's have
problem, just a simple table.

Steps to Reproduce:
1.just open my file, and view the page 7, there have a table
2.
3.

Actual Results:
so slow, what ever you doing anything, zoom or edit, all very slow

Expected Results:
I think it should smooth


Reproducible: Always


User Profile Reset: No



Additional Info:
I am first report bug for libeoffice, and sorry my bad english.

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


[Libreoffice-bugs] [Bug 119796] New: Cannot see paragraph marks

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119796

Bug ID: 119796
   Summary: Cannot see paragraph marks
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frank.lazz...@outlook.com

Description:
I cannot see any paragraph marks on LibreOffice documents. Paragraph marks help
me organize paragraphs on documents.

Steps to Reproduce:
1.Write a few lines
2.click enter for a new paragraph
3.cannot see the paragraph mark like Microsoft Office Word

Actual Results:
Cannot see paragraph marks

Expected Results:
Want to see paragraph marks


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
none

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


[Libreoffice-bugs] [Bug 119795] crash when inserting a measure line

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

Drew Jensen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All
 CC||drewjensen.in...@gmail.com

--- Comment #2 from Drew Jensen  ---
Confirmed Ubuntu 18.04 Libreoffice
Version: 6.2.0.0.alpha0+
Build ID: 2789bbfd607240f260dfb38b6e9c19c9cf49fca9
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-09-09_22:35:03

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


[Libreoffice-bugs] [Bug 119694] HSQLDB driver not loading causes BASE error in embedded hsqldb database

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119694

--- Comment #37 from Adolfo Jayme  ---
The change will appear in RC2

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


[Libreoffice-bugs] [Bug 119795] crash when inserting a measure line

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

--- Comment #1 from Regina Henschel  ---
It is OK in Version: 6.2.0.0.alpha0+
Build ID: d59acca8d1e33585d6f29cd85e8cb0d598067f9b
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-09-02_04:28:44
Locale: en-US (en_US); Calc: CL

and crashed in Version: 6.2.0.0.alpha0+
Build ID: 5a4ed4533127db8cf149353d587a7d3a89c5b338
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-09-03_12:13:14
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

Drew Jensen  changed:

   What|Removed |Added

 CC||drewjensen.in...@gmail.com,
   ||noelgran...@gmail.com
   Keywords||bibisected, bisected,
   ||regression

--- Comment #4 from Drew Jensen  ---
Alright bibsect against the 6.1 repository says that the anomaly arrived with
commit: id=be48eb2e82a3d8891ee84145567e2b89884f1fd6

return std::unique_ptr from SdrMakeOutliner

and some of its callers

Change-Id: I121a7810e3e35e76da4ffe5fc5405a7bf86cb66d

17 files changed 

author: Noel Grandin  2018-05-02 13:00:30
+0200 (adding to CC)

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


[Libreoffice-bugs] [Bug 119795] New: crash when inserting a measure line

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

Bug ID: 119795
   Summary: crash when inserting a measure line
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 144777
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144777=edit
call stack as reported by Visual Studio

Start Draw.
Select the "measure line" tool from the "Line and Arrows" sub-toolbar.
Draw a measure line -> crash.

Error message is
Ausnahme ausgelöst bei 0x7FFF9B2E6360 (editenglo.dll) in soffice.bin:
0xC005: Zugriffsverletzung beim Lesen an Position 0x0080.

No crash report.

It happens in Version: 6.2.0.0.alpha0+ (x64)
Build-ID: a201c5c8c3e7ea14001b5634f330dbce2b1f4314
CPU-Threads: 8; BS: Windows 10.0; UI-Render: GL; 
Gebietsschema: de-DE (en_US); Calc: CL

and too in Version: 6.2.0.0.alpha0+ (x64)
Build ID: efe119aaa50e9f532b3fac1ef153469c80f24b80
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-10_01:36:26
Locale: de-DE (en_US); Calc: CL

The call stack from Visual Studio is attached.

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

--- Comment #3 from Drew Jensen  ---
OOPS the test version of LibreOffice is:
Version: 6.1.1.1
Build ID: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

Drew Jensen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Drew Jensen  ---
Confirmed with Ubuntu 18.04 and LibreOffice


Crash report filed here:
crashreport.libreoffice.org/stats/crash_details/51e46801-0475-4f37-8d25-6b5c80306a6c

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


[Libreoffice-bugs] [Bug 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

--- Comment #2 from dmhym...@hotmail.com ---
Created attachment 144776
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144776=edit
File which displays rendering errors, source for 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 119794] Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

--- Comment #1 from dmhym...@hotmail.com ---
Created attachment 144775
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144775=edit
Screenshot showing rendering errors

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


[Libreoffice-bugs] [Bug 119794] New: Formula objects cut off vector arrows

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119794

Bug ID: 119794
   Summary: Formula objects cut off vector arrows
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dmhym...@hotmail.com

Description:
The vector arrow placed over elements in the formula editor renders outside the
border of the formula when shown in Writer. This issue occurs for arrows
produced by both 'vec' and 'widevec', but does not apply to other modifiers
drawn above characters, such as 'bar' and 'hat'. Including 'bar' or 'hat' in
the same line, or extending the height of the formula by other means, reveals
that the vector arrows are drawn, but are cut off by the bounds of the
rendering window.

Vector arrows are visible while the equation editor is open, but are not
rendered properly once the editor is closed and editing the document resumes.
They are also not printed properly, or exported properly to PDF.

A similar bug appears if a vector arrow is placed above an element in the
denominator of a fraction expression; the arrow overlaps the horizontal
dividing line. In this case, the arrow is also not visible while the equation
editor is open.

It seems that the vector arrow may not be marked as having height, so it does
not move the formula border or other elements, such that it can be drawn
unobscured. 

Steps to Reproduce:
1. Open formula editor in a new blank document
2. Enter the formula "vec E = - vec nabla V"
3. Close the formula editor

Actual Results:
Vector arrows above E and nabla are not visible. It is evident that some accent
is present above E, but the nature of the accent is not apparent.

Expected Results:
Vector arrows above E and nabla are rendered within the object.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 5.1.6.2
Build ID: 1:5.1.6~rc2-0ubuntu1~xenial4
CPU Threads: 4; OS Version: Linux 4.15; UI Render: default; 
Locale: en-CA (en_CA.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 119783] Bookmarks Menu Extension crashes with LO 6

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119783

--- Comment #4 from ribotb  ---
(In reply to Julien Nabet from comment #1)
> I found the extension here:
> https://extensions.openoffice.org/fr/project/bookmarks-menu
> It's not in https://extensions.libreoffice.org/
> 
> I'd say NOTOURBUG but I suppose we shouldn't crash too.
I don't know :-)

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


[Libreoffice-bugs] [Bug 119783] Bookmarks Menu Extension crashes with LO 6

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119783

--- Comment #3 from ribotb  ---
(In reply to Xisco Faulí from comment #2)
> Could you please attach a document to reproduce the issue?
> I only see  when I go to bookmark menu...
No document. They're just menu items.

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

--- Comment #1 from Constantine  ---
Created attachment 144774
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144774=edit
testcase

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


[Libreoffice-bugs] [Bug 43219] FILEOPEN: Captions numbers in MSWord *.doc converted to zero at openning

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43219

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in 6.1.1.1 on Windows 10

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


[Libreoffice-bugs] [Bug 119793] New: Crash on redo of rectangle movement and text

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

Bug ID: 119793
   Summary: Crash on redo of rectangle movement and text
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hi-an...@yandex.ru

Description:


Steps to Reproduce:
1. Open the attached xls
2. Move the orange-border rectangle that is at top-left angle someplace.
3. Press a letter (so a character would appear in the rectangle)
4. Press Ctrl+z to undo the text, and then press Ctrl+z to undo the movement


Actual Results:
Calc crashes

Expected Results:
Actions undone.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
This crash reproducible at least on Mac OS X, and Archlinux.

Stacktrace from the later, got with gdb:

#0  0x7fc59c0b32bc in  () at /usr/lib/libreoffice/program/libsfxlo.so
#1  0x7fc59be7d65e in SfxShell::GetSlotState(unsigned short, SfxInterface
const*, SfxItemSet*) () at /usr/lib/libreoffice/program/libsfxlo.so
#2  0x7fc54fb0d72e in ScTabViewShell::GetUndoState(SfxItemSet&) () at
/usr/lib/libreoffice/program/../program/libsclo.so
#3  0x7fc59be5b5e0 in SfxDispatcher::FillState_(SfxSlotServer const&,
SfxItemSet&, SfxSlot const*) () at /usr/lib/libreoffice/program/libsfxlo.so
#4  0x7fc59be5865a in  () at /usr/lib/libreoffice/program/libsfxlo.so
#5  0x7fc59be58af2 in  () at /usr/lib/libreoffice/program/libsfxlo.so
#6  0x7fc599c8c4c4 in Scheduler::ProcessTaskScheduling() () at
/usr/lib/libreoffice/program/libvcllo.so
#7  0x7fc58cda19b9 in  () at
/usr/lib/libreoffice/program/libvclplug_gtk3lo.so
#8  0x7fc59499ab49 in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#9  0x7fc59499af59 in  () at /usr/lib/libglib-2.0.so.0
#10 0x7fc59499afee in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#11 0x7fc58cda2f14 in  () at
/usr/lib/libreoffice/program/libvclplug_gtk3lo.so
#12 0x7fc599c9b7cf in Application::Yield() () at
/usr/lib/libreoffice/program/libvcllo.so
#13 0x7fc599c9cff6 in Application::Execute() () at
/usr/lib/libreoffice/program/libvcllo.so
#14 0x7fc59d4a3de2 in  () at /usr/lib/libreoffice/program/libsofficeapp.so
#15 0x7fc599ca2258 in  () at /usr/lib/libreoffice/program/libvcllo.so
#16 0x7fc599ca2362 in SVMain() () at
/usr/lib/libreoffice/program/libvcllo.so
#17 0x7fc59d4cbca9 in soffice_main () at
/usr/lib/libreoffice/program/libsofficeapp.so
#18 0x5571a78ac02d in  ()
#19 0x7fc59d26e223 in __libc_start_main () at /usr/lib/libc.so.6
#20 0x5571a78ac06e in  ()

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


[Libreoffice-bugs] [Bug 43170] compatibility with MS Word: width of the last column in the tables that have borderlines increases

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43170

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #12 from Roman Kuznetsov <79045_79...@mail.ru> ---
in

Версия: 6.1.1.1 (x64)
ID сборки: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: GL; 
Локаль: ru-RU (ru_RU); Calc: CL

there isn't lost of alignment, table always on center
But wide of right column in first table increases by 0,01 cm after every
save-reopen in DOC format.

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - wsd/FileServer.cpp

2018-09-10 Thread Libreoffice Gerrit user
 wsd/FileServer.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit daaccabd1690709d3ce103161522e5ee47f30efd
Author: Jan Holesovsky 
AuthorDate: Sat Sep 8 00:10:50 2018 +0200
Commit: Michael Meeks 
CommitDate: Mon Sep 10 23:08:53 2018 +0200

ServiceRoot: Fix the admin console (the jwt token generation).

Change-Id: Ic1772692471d29c99d7d68834cddb6b304e721d2
Reviewed-on: https://gerrit.libreoffice.org/60177
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp
index f1ccfecc9..5b3aed55b 100644
--- a/wsd/FileServer.cpp
+++ b/wsd/FileServer.cpp
@@ -252,7 +252,7 @@ bool FileServerRequestHandler::isAdminLoggedIn(const 
HTTPRequest& request,
 
 Poco::Net::HTTPCookie cookie("jwt", jwtToken);
 // bundlify appears to add an extra /dist -> dist/dist/admin
-cookie.setPath("/loleaflet/dist/");
+cookie.setPath(LOOLWSD::ServiceRoot + "/loleaflet/dist/");
 cookie.setSecure(LOOLWSD::isSSLEnabled() ||
  LOOLWSD::isSSLTermination());
 response.addCookie(cookie);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - wsd/FileServer.cpp wsd/LOOLWSD.cpp

2018-09-10 Thread Libreoffice Gerrit user
 wsd/FileServer.cpp |   16 
 wsd/LOOLWSD.cpp|1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

New commits:
commit af2847e9a4d9085ba1d85144a54d505eb8fa84e7
Author: Jan Holesovsky 
AuthorDate: Fri Sep 7 23:34:09 2018 +0200
Commit: Michael Meeks 
CommitDate: Mon Sep 10 23:08:32 2018 +0200

ServiceRoot: Fix the branding and update the admin console debug URL.

Change-Id: Id10d7a4d99ea993a398467e528e2018cc12d503b
Reviewed-on: https://gerrit.libreoffice.org/60176
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp
index 251dd7ce9..f1ccfecc9 100644
--- a/wsd/FileServer.cpp
+++ b/wsd/FileServer.cpp
@@ -616,11 +616,11 @@ void FileServerRequestHandler::preprocessFile(const 
HTTPRequest& request, Poco::
 Poco::replaceInPlace(preprocess, std::string("%VERSION%"), 
std::string(LOOLWSD_VERSION_HASH));
 Poco::replaceInPlace(preprocess, std::string("%SERVICE_ROOT%"), 
LOOLWSD::ServiceRoot);
 
-static const std::string linkCSS("");
-static const std::string scriptJS("");
+static const std::string linkCSS("");
+static const std::string scriptJS("");
 
-std::string brandCSS(Poco::format(linkCSS, std::string(BRANDING)));
-std::string brandJS(Poco::format(scriptJS, std::string(BRANDING)));
+std::string brandCSS(Poco::format(linkCSS, LOOLWSD::ServiceRoot, 
std::string(BRANDING)));
+std::string brandJS(Poco::format(scriptJS, LOOLWSD::ServiceRoot, 
std::string(BRANDING)));
 
 const auto& config = Application::instance().config();
 #if ENABLE_SUPPORT_KEY
@@ -628,8 +628,8 @@ void FileServerRequestHandler::preprocessFile(const 
HTTPRequest& request, Poco::
 SupportKey key(keyString);
 if (!key.verify() || key.validDaysRemaining() <= 0)
 {
-brandCSS = Poco::format(linkCSS, std::string(BRANDING_UNSUPPORTED));
-brandJS = Poco::format(scriptJS, std::string(BRANDING_UNSUPPORTED));
+brandCSS = Poco::format(linkCSS, LOOLWSD::ServiceRoot, 
std::string(BRANDING_UNSUPPORTED));
+brandJS = Poco::format(scriptJS, LOOLWSD::ServiceRoot, 
std::string(BRANDING_UNSUPPORTED));
 }
 #endif
 
@@ -789,13 +789,13 @@ void FileServerRequestHandler::preprocessAdminFile(const 
HTTPRequest& request,co
 if (!FileServerRequestHandler::isAdminLoggedIn(request, response))
 throw Poco::Net::NotAuthenticatedException("Invalid admin login");
 
-static const std::string scriptJS("");
+static const std::string scriptJS("");
 static const std::string footerPage("Key: %s 
Expiry Date: %s");
 
 const std::string relPath = getRequestPathname(request);
 LOG_DBG("Preprocessing file: " << relPath);
 std::string adminFile = *getUncompressedFile(relPath);
-std::string brandJS(Poco::format(scriptJS, std::string(BRANDING)));
+std::string brandJS(Poco::format(scriptJS, LOOLWSD::ServiceRoot, 
std::string(BRANDING)));
 std::string brandFooter;
 
 #if ENABLE_SUPPORT_KEY
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 087abbd27..ecc3d4fd1 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -573,6 +573,7 @@ inline std::string getAdminURI(const 
Poco::Util::LayeredConfiguration )
 std::ostringstream oss;
 
 oss << getLaunchBase(user + ":" + passwd + "@");
+oss << LOOLWSD::ServiceRoot;
 oss << LOOLWSD_TEST_ADMIN_CONSOLE;
 
 return oss.str();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and enhancements

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102345
Bug 102345 depends on bug 119723, which changed state.

Bug 119723 Summary: Terms Used for Formatting Marks are different to the Terms 
Used in Unicode Standard or Wikipedia
https://bugs.documentfoundation.org/show_bug.cgi?id=119723

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and enhancements

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102345
Bug 102345 depends on bug 107447, which changed state.

Bug 107447 Summary: Terms of 2 Formatting Marks are different to the Unicode 
Terms
https://bugs.documentfoundation.org/show_bug.cgi?id=107447

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
Bug 80430 depends on bug 119723, which changed state.

Bug 119723 Summary: Terms Used for Formatting Marks are different to the Terms 
Used in Unicode Standard or Wikipedia
https://bugs.documentfoundation.org/show_bug.cgi?id=119723

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119723] Terms Used for Formatting Marks are different to the Terms Used in Unicode Standard or Wikipedia

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119723

--- Comment #4 from Harald Koester  ---
*** Bug 107447 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 107447] Terms of 2 Formatting Marks are different to the Unicode Terms

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107447

Harald Koester  changed:

   What|Removed |Added

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

--- Comment #9 from Harald Koester  ---
(In reply to Khaled Hosny from comment #6)
> *** Bug 119723 has been marked as a duplicate of this bug. ***

In bug 119723 there are more cases of incorrect terms listed. So the cases in
this report (107447) are a subset. Hence the correct state for this report
should be "Dupe of 119723" in order to cover all cases.

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

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


[Libreoffice-bugs] [Bug 119723] Terms Used for Formatting Marks are different to the Terms Used in Unicode Standard or Wikipedia

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119723

Harald Koester  changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 107447] Terms of 2 Formatting Marks are different to the Unicode Terms

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107447

Harald Koester  changed:

   What|Removed |Added

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

--- Comment #9 from Harald Koester  ---
(In reply to Khaled Hosny from comment #6)
> *** Bug 119723 has been marked as a duplicate of this bug. ***

In bug 119723 there are more cases of incorrect terms listed. So the cases in
this report (107447) are a subset. Hence the correct state for this report
should be "Dupe of 119723" in order to cover all cases.

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

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-09-10 Thread Libreoffice Gerrit user
 loleaflet/dist/l10n/admin-localizations.json |  236 +--
 1 file changed, 118 insertions(+), 118 deletions(-)

New commits:
commit 03834a40aa80ef9ce22ea7178f1da244c1ba
Author: Jan Holesovsky 
AuthorDate: Fri Sep 7 23:03:01 2018 +0200
Commit: Michael Meeks 
CommitDate: Mon Sep 10 23:06:16 2018 +0200

ServiceRoot: Admin console localization.

Change-Id: I6f9a19df8f15a00a816fbb904f23d3911d03b3ed
Reviewed-on: https://gerrit.libreoffice.org/60175
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/dist/l10n/admin-localizations.json 
b/loleaflet/dist/l10n/admin-localizations.json
index bbd78611f..0ad504c88 100644
--- a/loleaflet/dist/l10n/admin-localizations.json
+++ b/loleaflet/dist/l10n/admin-localizations.json
@@ -1,121 +1,121 @@
 {
 "en": false,
-"ab": "/loleaflet/dist/l10n/ui-ab.json",
-"af": "/loleaflet/dist/l10n/ui-af.json",
-"am": "/loleaflet/dist/l10n/ui-am.json",
-"an": "/loleaflet/dist/l10n/ui-an.json",
-"ar": "/loleaflet/dist/l10n/ui-ar.json",
-"as": "/loleaflet/dist/l10n/ui-as.json",
-"ast": "/loleaflet/dist/l10n/ui-ast.json",
-"az": "/loleaflet/dist/l10n/ui-az.json",
-"be": "/loleaflet/dist/l10n/ui-be.json",
-"bg": "/loleaflet/dist/l10n/ui-bg.json",
-"bn-in": "/loleaflet/dist/l10n/ui-bn_IN.json",
-"bn": "/loleaflet/dist/l10n/ui-bn.json",
-"bo": "/loleaflet/dist/l10n/ui-bo.json",
-"br": "/loleaflet/dist/l10n/ui-br.json",
-"brx": "/loleaflet/dist/l10n/ui-brx.json",
-"bs": "/loleaflet/dist/l10n/ui-bs.json",
-"ca": "/loleaflet/dist/l10n/ui-ca.json",
-"cs": "/loleaflet/dist/l10n/ui-cs.json",
-"cy": "/loleaflet/dist/l10n/ui-cy.json",
-"da": "/loleaflet/dist/l10n/ui-da.json",
-"de": "/loleaflet/dist/l10n/ui-de.json",
-"dgo": "/loleaflet/dist/l10n/ui-dgo.json",
-"dsb": "/loleaflet/dist/l10n/ui-dsb.json",
-"dz": "/loleaflet/dist/l10n/ui-dz.json",
-"el": "/loleaflet/dist/l10n/ui-el.json",
-"en-gb": "/loleaflet/dist/l10n/ui-en_GB.json",
-"en-za": "/loleaflet/dist/l10n/ui-en_ZA.json",
-"eo": "/loleaflet/dist/l10n/ui-eo.json",
-"es": "/loleaflet/dist/l10n/ui-es.json",
-"et": "/loleaflet/dist/l10n/ui-et.json",
-"eu": "/loleaflet/dist/l10n/ui-eu.json",
-"fa": "/loleaflet/dist/l10n/ui-fa.json",
-"fi": "/loleaflet/dist/l10n/ui-fi.json",
-"fr": "/loleaflet/dist/l10n/ui-fr.json",
-"ga": "/loleaflet/dist/l10n/ui-ga.json",
-"gd": "/loleaflet/dist/l10n/ui-gd.json",
-"gl": "/loleaflet/dist/l10n/ui-gl.json",
-"gn": "/loleaflet/dist/l10n/ui-gug.json",
-"gu": "/loleaflet/dist/l10n/ui-gu.json",
-"he": "/loleaflet/dist/l10n/ui-he.json",
-"hi": "/loleaflet/dist/l10n/ui-hi.json",
-"hr": "/loleaflet/dist/l10n/ui-hr.json",
-"hsb": "/loleaflet/dist/l10n/ui-hsb.json",
-"hu": "/loleaflet/dist/l10n/ui-hu.json",
-"id": "/loleaflet/dist/l10n/ui-id.json",
-"is": "/loleaflet/dist/l10n/ui-is.json",
-"it": "/loleaflet/dist/l10n/ui-it.json",
-"ja": "/loleaflet/dist/l10n/ui-ja.json",
-"jv": "/loleaflet/dist/l10n/ui-jv.json",
-"ka": "/loleaflet/dist/l10n/ui-ka.json",
-"kk": "/loleaflet/dist/l10n/ui-kk.json",
-"kl": "/loleaflet/dist/l10n/ui-kl.json",
-"km": "/loleaflet/dist/l10n/ui-km.json",
-"kn": "/loleaflet/dist/l10n/ui-kn.json",
-"kok": "/loleaflet/dist/l10n/ui-kok.json",
-"ko": "/loleaflet/dist/l10n/ui-ko.json",
-"ks": "/loleaflet/dist/l10n/ui-ks.json",
-"ky": "/loleaflet/dist/l10n/ui-ky.json",
-"lb": "/loleaflet/dist/l10n/ui-lb.json",
-"lo": "/loleaflet/dist/l10n/ui-lo.json",
-"lt": "/loleaflet/dist/l10n/ui-lt.json",
-"lv": "/loleaflet/dist/l10n/ui-lv.json",
-"mai": "/loleaflet/dist/l10n/ui-mai.json",
-"mk": "/loleaflet/dist/l10n/ui-mk.json",
-"ml": "/loleaflet/dist/l10n/ui-ml.json",
-"mni": "/loleaflet/dist/l10n/ui-mni.json",
-"mn": "/loleaflet/dist/l10n/ui-mn.json",
-"mr": "/loleaflet/dist/l10n/ui-mr.json",
-"my": "/loleaflet/dist/l10n/ui-my.json",
-"nb": "/loleaflet/dist/l10n/ui-nb.json",
-"ne": "/loleaflet/dist/l10n/ui-ne.json",
-"nl": "/loleaflet/dist/l10n/ui-nl.json",
-"nn": "/loleaflet/dist/l10n/ui-nn.json",
-"nr": "/loleaflet/dist/l10n/ui-nr.json",
-"nso": "/loleaflet/dist/l10n/ui-nso.json",
-"oc": "/loleaflet/dist/l10n/ui-oc.json",
-"om": "/loleaflet/dist/l10n/ui-om.json",
-"or": "/loleaflet/dist/l10n/ui-or.json",
-"pa-in": "/loleaflet/dist/l10n/ui-pa_IN.json",
-"pl": "/loleaflet/dist/l10n/ui-pl.json",
-"pt-br": "/loleaflet/dist/l10n/ui-pt_BR.json",
-"pt": "/loleaflet/dist/l10n/ui-pt.json",
-"ro": "/loleaflet/dist/l10n/ui-ro.json",
-"ru": "/loleaflet/dist/l10n/ui-ru.json",
-"rw": "/loleaflet/dist/l10n/ui-rw.json",
-"sah": "/loleaflet/dist/l10n/ui-sah.json",
-"sa": "/loleaflet/dist/l10n/ui-sa_IN.json",
-"sat": "/loleaflet/dist/l10n/ui-sat.json",
-"sd": "/loleaflet/dist/l10n/ui-sd.json",
-

[Libreoffice-bugs] [Bug 42742] FILEOPEN: Documents with linked images take a long time to load

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42742

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #20 from Roman Kuznetsov <79045_79...@mail.ru> ---
in 

Версия: 6.1.1.1 (x64)
ID сборки: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: GL; 
Локаль: ru-RU (ru_RU); Calc: CL

Opening of file takes 20 sec

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/debug loleaflet/dist loleaflet/main.js loleaflet/src wsd/FileServer.cpp

2018-09-10 Thread Libreoffice Gerrit user
 loleaflet/debug/document/admin.html   |2 +-
 loleaflet/debug/document/adminAnalytics.html  |2 +-
 loleaflet/debug/document/adminSettings.html   |2 +-
 loleaflet/dist/admin/admin.html   |8 
 loleaflet/dist/admin/adminAnalytics.html  |8 
 loleaflet/dist/admin/adminHistory.html|8 
 loleaflet/dist/admin/adminSettings.html   |8 
 loleaflet/dist/loleaflet.html |1 +
 loleaflet/main.js |1 +
 loleaflet/src/core/Socket.js  |2 +-
 loleaflet/src/layer/tile/TileLayer.js |2 +-
 loleaflet/src/map/handler/Map.FileInserter.js |2 +-
 loleaflet/src/map/handler/Map.SlideShow.js|2 +-
 wsd/FileServer.cpp|2 ++
 14 files changed, 27 insertions(+), 23 deletions(-)

New commits:
commit d3d635a7614fca6a1c85bb1e316414e5c46e1c40
Author: Jan Holesovsky 
AuthorDate: Fri Sep 7 22:56:09 2018 +0200
Commit: Michael Meeks 
CommitDate: Mon Sep 10 23:02:21 2018 +0200

ServiceRoot: Add the serviceRoot to various html and js files.

Change-Id: Ibd9093afa3d1f014c70328446ee42189dd0c2117
Reviewed-on: https://gerrit.libreoffice.org/60174
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/debug/document/admin.html 
b/loleaflet/debug/document/admin.html
index 947fdc40b..0102aec9b 100644
--- a/loleaflet/debug/document/admin.html
+++ b/loleaflet/debug/document/admin.html
@@ -37,7 +37,7 @@
 vex.defaultOptions.className = 'vex-theme-plain';
 
 
-   var host = 'wss://' + window.location.host + '/lool/adminws/';
+   var host = 'wss://' + window.location.host + 
'%SERVICE_ROOT%/lool/adminws/';
new AdminSocketOverview(host);
 
 
diff --git a/loleaflet/debug/document/adminAnalytics.html 
b/loleaflet/debug/document/adminAnalytics.html
index c6d9babf7..0dbb2bf7d 100644
--- a/loleaflet/debug/document/adminAnalytics.html
+++ b/loleaflet/debug/document/adminAnalytics.html
@@ -38,7 +38,7 @@
 
 
 
-   host = 'wss://' + window.location.host + '/lool/adminws/';
+   host = 'wss://' + window.location.host + '%SERVICE_ROOT%/lool/adminws/';
new AdminSocketAnalytics(host);
 
 
diff --git a/loleaflet/debug/document/adminSettings.html 
b/loleaflet/debug/document/adminSettings.html
index 6c985da19..3983efc7f 100644
--- a/loleaflet/debug/document/adminSettings.html
+++ b/loleaflet/debug/document/adminSettings.html
@@ -37,7 +37,7 @@
 
 
 
-   host = 'wss://' + window.location.host + '/lool/adminws/';
+   host = 'wss://' + window.location.host + '%SERVICE_ROOT%/lool/adminws/';
new AdminSocketSettings(host);
 
 
diff --git a/loleaflet/dist/admin/admin.html b/loleaflet/dist/admin/admin.html
index f23d510ca..a076a1749 100644
--- a/loleaflet/dist/admin/admin.html
+++ b/loleaflet/dist/admin/admin.html
@@ -15,19 +15,19 @@
   https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";>
   https://oss.maxcdn.com/respond/1.4.2/respond.min.js";>
 

[Libreoffice-bugs] [Bug 42527] PDF: Writer slow to print or export a document with linked images (if not updated or broken)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42527

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
in Версия: 6.1.1.1 (x64)
ID сборки: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: GL; 
Локаль: ru-RU (ru_RU); Calc: CL

when export to PDF LibreOffice doesn't freeze, export is about 12 sec and it
created good PDF without any images. 
And in document doesn't show any images and scrolling of document has many
micro freezes.

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist loolwsd.xml.in wsd/FileServer.cpp wsd/LOOLWSD.cpp wsd/LOOLWSD.hpp

2018-09-10 Thread Libreoffice Gerrit user
 loleaflet/dist/loleaflet.html |   14 +++---
 loolwsd.xml.in|1 +
 wsd/FileServer.cpp|1 +
 wsd/LOOLWSD.cpp   |   16 
 wsd/LOOLWSD.hpp   |1 +
 5 files changed, 26 insertions(+), 7 deletions(-)

New commits:
commit 6d09c64f355152d322bf43ba4760627a1bb68f6b
Author: Jan Holesovsky 
AuthorDate: Fri Sep 7 00:25:50 2018 +0200
Commit: Michael Meeks 
CommitDate: Mon Sep 10 22:59:19 2018 +0200

ServiceRoot: Allow prefixing all the URI paths with a given prefix.

For instances that has to run in a deeper path like
https://server/something/blah/loleaflet/HASH/loleaflet.html.

Change-Id: Idacdaf9087d682fd527c3af2ea45d6b51a33908e
Reviewed-on: https://gerrit.libreoffice.org/60173
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 3a3424c79..ce9cdcb74 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -19,10 +19,10 @@
   window.addEventListener('message', PostMessageReadyListener, false);
 
  
-
-
-
-
+
+
+
+
   
  
-
-
-
+
+
+
 
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 7aae4c8d6..74414de97 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -68,6 +68,7 @@
 
 
   all
+  
 
 
 
diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp
index d7fc0df7b..afd7f63af 100644
--- a/wsd/FileServer.cpp
+++ b/wsd/FileServer.cpp
@@ -614,6 +614,7 @@ void FileServerRequestHandler::preprocessFile(const 
HTTPRequest& request, Poco::
 Poco::replaceInPlace(preprocess, std::string("%ACCESS_HEADER%"), 
escapedAccessHeader);
 Poco::replaceInPlace(preprocess, std::string("%HOST%"), host);
 Poco::replaceInPlace(preprocess, std::string("%VERSION%"), 
std::string(LOOLWSD_VERSION_HASH));
+Poco::replaceInPlace(preprocess, std::string("%SERVICE_ROOT%"), 
LOOLWSD::ServiceRoot);
 
 static const std::string linkCSS("");
 static const std::string scriptJS("");
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 404597676..087abbd27 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -553,6 +553,7 @@ inline std::string getLaunchURI()
 std::ostringstream oss;
 
 oss << getLaunchBase("");
+oss << LOOLWSD::ServiceRoot;
 oss << LOOLWSD_TEST_LOLEAFLET_UI;
 oss << "?file_path=file://";
 oss << Poco::Path(aAbsTopSrcDir).absolute().toString();
@@ -597,6 +598,7 @@ std::string LOOLWSD::LoTemplate;
 std::string LOOLWSD::ChildRoot;
 std::string LOOLWSD::ServerName;
 std::string LOOLWSD::FileServerRoot;
+std::string LOOLWSD::ServiceRoot;
 std::string LOOLWSD::LOKitVersion;
 std::string LOOLWSD::ConfigFile = LOOLWSD_CONFIGDIR "/loolwsd.xml";
 std::string LOOLWSD::ConfigDir = LOOLWSD_CONFIGDIR "/conf.d";
@@ -695,6 +697,7 @@ void LOOLWSD::initialize(Application& self)
 { "loleaflet_html", "loleaflet.html" },
 { "loleaflet_logging", "false" },
 { "net.proto", "all" },
+{ "net.service_root", "" },
 { "num_prespawn_children", "1" },
 { "per_document.autosave_duration_secs", "300" },
 { "per_document.idle_timeout_secs", "3600" },
@@ -870,6 +873,11 @@ void LOOLWSD::initialize(Application& self)
 LOG_WRN("Invalid protocol: " << proto);
 }
 
+// Prefix for the loolwsd pages; should not end with a '/'
+ServiceRoot = getPathFromConfig("net.service_root");
+while (ServiceRoot.length() > 0 && ServiceRoot[ServiceRoot.length() - 1] 
== '/')
+ServiceRoot.pop_back();
+
 #if ENABLE_SSL
 LOOLWSD::SSLEnabled.set(getConfigValue(conf, "ssl.enable", true));
 #else
@@ -1802,6 +1810,13 @@ private:
 
 try
 {
+// Check and remove the ServiceRoot from the request.getURI()
+if (!Util::startsWith(request.getURI(), LOOLWSD::ServiceRoot))
+throw BadRequestException("The request does not start with 
prefix: " + LOOLWSD::ServiceRoot);
+
+std::string 
requestURIString(request.getURI().substr(LOOLWSD::ServiceRoot.length()));
+request.setURI(requestURIString);
+
 // Routing
 Poco::URI requestUri(request.getURI());
 std::vector reqPathSegs;
@@ -2432,6 +2447,7 @@ private:
 const std::string loleafletHtml = config.getString("loleaflet_html", 
"loleaflet.html");
 const std::string uriValue = ((LOOLWSD::isSSLEnabled() || 
LOOLWSD::isSSLTermination()) ? "https://; : "http://;)
+ std::string("%SERVER_HOST%")
+   + LOOLWSD::ServiceRoot
+ "/loleaflet/" LOOLWSD_VERSION_HASH "/" + 
loleafletHtml + '?';
 
 InputSource inputSrc(discoveryPath);
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 536f8d051..b2014d4f3 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -57,6 +57,7 @@ public:
 static 

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - filter/source oox/source sc/qa

2018-09-10 Thread Libreoffice Gerrit user
 filter/source/msfilter/escherex.cxx   |   13 -
 filter/source/msfilter/msdffimp.cxx   |   14 --
 oox/source/drawingml/shape.cxx|3 +++
 sc/qa/unit/data/xls/hiddenShape.xls   |binary
 sc/qa/unit/subsequent_export-test.cxx |   30 ++
 5 files changed, 53 insertions(+), 7 deletions(-)

New commits:
commit ff1500df0ff350caa091d042a9db4ab8696d4918
Author: Aron Budea 
AuthorDate: Mon Sep 3 02:42:44 2018 +0200
Commit: Andras Timar 
CommitDate: Mon Sep 10 22:57:59 2018 +0200

tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)

In Excel hidden drawing objects aren't printed. When not
hidden, printing is controlled by a separate 'Print object'
setting.

Only rely visibility setting for now, but properly:
visible means also printed, hidden means not printed.
Ie. import visible property also as printable, and only
output visible property in XLS(X) formats.

For the future, in XLSX format printability is controlled by
attribute 'fPrintsWithSheet' of element 'clientData', don't
know about XLS, there fUsefPrint/fPrint bits don't appear to
be used anymore (see note in tdf#119639).

Reviewed-on: https://gerrit.libreoffice.org/59915
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 
(cherry picked from commit b38065ea941375bf4f78f13314e84f4a875545d9)

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

diff --git a/filter/source/msfilter/escherex.cxx 
b/filter/source/msfilter/escherex.cxx
index 63464150d7be..98a961f63836 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -1223,17 +1223,20 @@ void EscherPropertyContainer::CreateShapeProperties( 
const css::uno::Reference<
 uno::Reference< beans::XPropertySet > aXPropSet( rXShape, uno::UNO_QUERY );
 if ( aXPropSet.is() )
 {
-bool bVal = false;
+bool bVisible = false;
+bool bPrintable = false;
 css::uno::Any aAny;
 sal_uInt32 nShapeAttr = 0;
-if (EscherPropertyValueHelper::GetPropertyValue(aAny, aXPropSet, 
"Visible", true) && (aAny >>= bVal))
+if (EscherPropertyValueHelper::GetPropertyValue(aAny, aXPropSet, 
"Visible", true) && (aAny >>= bVisible))
 {
-if ( !bVal )
+if ( !bVisible )
 nShapeAttr |= 0x20002;  // set fHidden = true
 }
-if (EscherPropertyValueHelper::GetPropertyValue(aAny, aXPropSet, 
"Printable", true) && (aAny >>= bVal))
+// This property (fPrint) isn't used in Excel anymore, leaving it for 
legacy reasons
+// one change, based on XLSX: hidden implies not printed, let's not 
export the fPrint property in that case
+if (bVisible && EscherPropertyValueHelper::GetPropertyValue(aAny, 
aXPropSet, "Printable", true) && (aAny >>= bPrintable))
 {
-if ( !bVal )
+if ( !bPrintable )
 nShapeAttr |= 0x1;  // set fPrint = false;
 }
 if ( nShapeAttr )
diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index c44f09a87ab1..5e175aa42837 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4857,8 +4857,18 @@ SdrObject* SvxMSDffManager::ImportShape( const 
DffRecordHeader& rHd, SvStream& r
 if ( pRet )
 {
 sal_Int32 nGroupProperties( GetPropertyValue( DFF_Prop_fPrint, 0 ) );
-pRet->SetVisible( ( nGroupProperties & 2 ) == 0 );
-pRet->SetPrintable( ( nGroupProperties & 1 ) != 0 );
+const bool bVisible = ( ( nGroupProperties & 2 ) == 0 );
+pRet->SetVisible( bVisible );
+// In Excel hidden means not printed
+if ( !bVisible )
+{
+pRet->SetPrintable( false );
+}
+else
+{
+// This property isn't used in Excel anymore, leaving it for 
legacy reasons
+pRet->SetPrintable( ( nGroupProperties & 1 ) != 0 );
+}
 }
 
 //Import alt text as description
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 1d73cdaa38f6..92aa4ce059b9 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -855,6 +855,9 @@ Reference< XShape > const & Shape::createAndInsert(
 SAL_INFO("oox.drawingml", "Shape::createAndInsert: invisible shape 
with id='" << msId << "'");
 const OUString sVisible( "Visible" );
 xSet->setPropertyValue( sVisible, Any( false ) );
+// In Excel hidden means not printed, let's use visibility for now 
until that's handled separately
+const OUString sPrintable( "Printable" );
+xSet->setPropertyValue( sPrintable, Any( false ) );
 }
 
 ActionLockGuard const alg(mxShape);
diff --git 

[Libreoffice-bugs] [Bug 119723] Terms Used for Formatting Marks are different to the Terms Used in Unicode Standard or Wikipedia

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119723

--- Comment #3 from Harald Koester  ---
According Khaled Hosny in bug 107447 LibreOffice does not use the characters
'Zero width non-joiner' and 'Zero width joiner'. Correct should be:

Unicode:Used in LibreOffice:
... ... 
ZERO WIDTH SPACE (U+200B)   No-width optional break* (not OK)
WORD JOINER (U+2060)No-width no break (not OK)
... ...

The respective German terms are:

... ... 
ZERO WIDTH SPACE (U+200B)   Breitenloses Leerzeichen (not OK)
WORD JOINER (U+2060)Wortverbinder (not OK)
... ...

Furthermore:

(a) It may be wise to add the old terms in brackets to the new terms, hence
AFAIK Microsoft uses the same old terms for 'No-width optional break' and
'No-width no break'.

(b) In the dialogue Special Characters all terms used for the caption of the
preview of a character are not localised. I'm not sure if this captions should
be localised, because you have to translate thousands of terms.

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


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

2018-09-10 Thread Libreoffice Gerrit user
 loleaflet/src/control/Toolbar.js |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 8464c97390e57bfc14177dc8583e2b659c612cc1
Author: George Wood 
AuthorDate: Tue Jul 24 12:19:52 2018 +0100
Commit: Michael Meeks 
CommitDate: Mon Sep 10 22:53:29 2018 +0200

enables debug mode to be turned on from the about screen by pressing d.

Also fixes focus issue with map after closing dialog.

Change-Id: I81b57f552b7ab66d3cdf19d140779efb249cd8d9
Reviewed-on: https://gerrit.libreoffice.org/60295
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index d417d3dbd..c6c4fc4ba 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -1,3 +1,4 @@
+/* -*- js-indent-level: 8 -*- */
 /*
  * Toolbar handler
  */
@@ -185,6 +186,7 @@ L.Map.include({
contentCSS: {width: w + 'px'},
buttons: {},
afterOpen: function($vexContent) {
+   map.enable(false);
// Display help according to document 
opened
if (map.getDocType() === 'text') {

document.getElementById('text-shortcuts').style.display='block';
@@ -196,7 +198,7 @@ L.Map.include({

document.getElementById('presentation-shortcuts').style.display='block';
}
 
-   // Lets transalte
+   // Lets translate
var i, max;
var translatableContent = 
$vexContent.find('h1');
for (i = 0, max = 
translatableContent.length; i < max; i++) {
@@ -228,6 +230,7 @@ L.Map.include({
},
beforeClose: function () {
map.focus();
+   map.enable(true);
}
});
});
@@ -242,6 +245,12 @@ L.Map.include({
var productString = _('This version of %productName is powered 
by');

content.find('#product-string').text(productString.replace('%productName', 
productName));
var w = window.innerWidth / 2;
+   var map = this;
+   var handler = function(event) {
+   if (event.keyCode === 68) {
+   map._docLayer.toggleTileDebugMode();
+   }
+   };
vex.open({
content: content,
showCloseButton: true,
@@ -251,6 +260,7 @@ L.Map.include({
buttons: {},
afterOpen: function($vexContent) {
map.enable(false);
+   $(window).bind('keyup.vex', handler);
// workaround for 
https://github.com/HubSpot/vex/issues/43
$('.vex-overlay').css({ 'pointer-events': 
'none'});
$('.vex').click(function() {
@@ -261,7 +271,9 @@ L.Map.include({
});
},
beforeClose: function () {
+   $(window).unbind('keyup.vex', handler)
map.enable(true);
+   map.focus();
}
});
}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108800] [META] Print related issues

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

Dieter Praas  changed:

   What|Removed |Added

 Depends on||119567


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119567
[Bug 119567] Repeated print with deleted comments doesn't open printer window
from 6.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 106179] [META] Writer comment bugs and enhancements

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Dieter Praas  changed:

   What|Removed |Added

 Depends on||119567


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119567
[Bug 119567] Repeated print with deleted comments doesn't open printer window
from 6.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 119567] Repeated print with deleted comments doesn't open printer window from 6.0

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119567

Dieter Praas  changed:

   What|Removed |Added

 Blocks||106179, 108800
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106179
[Bug 106179] [META] Writer comment bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print 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 119732] Crash in: BitmapReadAccess::SetPixelForN24BitTcRgb(unsigned char *, long, BitmapColor const &, ColorMask const &)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119732

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
Thanks for reporting the issue.
Does it work if you disable OpenGl ? ->
https://wiki.documentfoundation.org/OpenGL

-- 
You are receiving this mail because:
You 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: Changes to 'refs/tags/libreoffice-6.1.1.2'

2018-09-10 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.1.2' created by Christian Lohmaier 
 at 2018-09-10 20:08 +

Tag libreoffice-6.1.1.2
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJbls9UAAoJEPQ0oe+v7q6j50kP/3KWOJk5Rr/x8IF+kywvc7HE
WzTPJs4qWJOP/49YDary7c+4z/zbNhBQ1xzxGrUjUEmsn0Tm+F93057Z1dGq7Pha
xF4/O4OgR26CTWehKuQYRHeVjbqJZi0BjIXq408eG4kMZal01p0LtTSTObrq56tT
cSKbmIwCh85/ChmKRFstJcP0mKajcZ9/5dNJDb0wKfqStsSZGirZMdM4+ZcphLUI
I97o6TBdwzowp2Tcd/cKnY4gUdwjylO9vvVme8gGpFyvU4ZcJVw4B8vjd5Ifb/6r
i/I8lortYformdRdcyvI0bukGxDixKMk6mEzNK4eBfw+G48MSbCO+I1rM3OYoK/A
tBRqA7vNaiG4Uuw4tY0up2oLXZchbmb0PQzEYe/Sq28iDoGHR6S/SEe147yI/GMF
bwubf4ON/kHrLwyIuH4JTdwc6em8wh2pROaddkCMQvIusiVO/z5s/1GC7HvjV91S
23ZbWNjVdOoZWSRhQTtW1V+GbSitEla5O9L7wgWkA46ab7PtPysYj2Bol35V7uPb
NXQz8NUvtTx9N4DNUz7RAAXbpN5eCn7J3m6AtQjBg4OocvSpS24tnaqeib0ABc8o
4oHD8cOAspA8EPAQ3Af0HuEYUK6f0NRtFKqcLRl5gjfX4l9xMFzHbAVB9vOmBBT1
QNZRwrieVOURS7eo7Bb+
=FOTd
-END PGP SIGNATURE-

Changes since libreoffice-6-1-branch-point-995:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-6.1.1.2'

2018-09-10 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.1.2' created by Christian Lohmaier 
 at 2018-09-10 20:08 +

Tag libreoffice-6.1.1.2
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJbls9KAAoJEPQ0oe+v7q6j1GYP/3jSIdNc8XgfyW2XnKCYDtrq
DE1H19OKith+AD4ssGJTLEXKkCHbL6CcFnlBYpZ6/YAuPbjk20Yog1+71H4ZnKWg
0GQt3hlvMA8/6y6lF0KpbvciXvpLybij9E9GnuIU4Hc3go/PGPCbzjq/rXT0Op30
0U3BHgRK0OlIKOBUsEPO/RzLnrEICfwb8jruL5cDHKRsXqKC58pNP0c3NjI50Hcr
d7HxUhn5qnrM9eYoQ2Mx42GAcquLaS/bXaFRvPG6uNd3jOG3Y9J2hDh3ORzol1gn
0K/FkcFE5Zuzo4sZYCSMkVl1euJkftgJ8wER0Lxxjf+9q2khqesOd8pfL7FnN5Hi
fUhiBtgb3MxslOzx1UWerjfnpfdtJG7/Y929ehlR5PsGp1BPyEjDeYc1vvXQkxGh
lmFC2u4SJ93Aw/cahmdbkrZxpXln427b8wAEUFBZesCcDRhL3RxFzfJ/VX5HLPTF
oCbjGGCurzitFqDANw0QQPVTGde2TaaEYl4wwRyG4gM99JrvqKoNnJqUpmbSIose
i5EVXQ/tsRHEGnyL2FuqsfaXhid0AXQ6Ldl64fUh439FdQbbt9U8PzpgEk0k0+vn
M7ki6NowxMbO9VCUAelLeCmTnPNhm8aPT2H0KYROQiC8iM4JQRj0eEGZqDJnkdHs
PV5Thuqfjnwd3MmSd4k2
=np6n
-END PGP SIGNATURE-

Changes since libreoffice-6-1-branch-point-8:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-6.1.1.2'

2018-09-10 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.1.2' created by Christian Lohmaier 
 at 2018-09-10 20:08 +

Tag libreoffice-6.1.1.2
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJbls9RAAoJEPQ0oe+v7q6jZxYP/2chu8aEw5CTOs6z1wOeUDc+
kYIDw2l6f3ZE7PfkzEReAhgoki3Pkd7iN/OUUeGUP34y497SECnr3kX8oe4MWJD9
OHAWfBnHbceHrmhrNf1RfB/cUQ5IjI9nY+NuQWfDVU0dlc7zA5fCrngeoI0Yk0DF
foZVELkUoZX618KcG8L4iypSmSomlPzb1SOIr+WGzHSugQw0D7AvkQcdRFqBu3fu
5F4YV2p6VBcisE4Qz38cRcnQzX7TFv6isLqaB9OEr0wOLC5ox0Aow22fun7z143D
kvFTyAeGONxvxsgZgS1xXtfZCtPkWqkgPo9FgpALVP4v0ZoN/I16Y6638Op7jUfp
FpGKUV/01VNECNH7cRMG014qwmc60HSbSVUrXsynmDURe6f7zMqxNNlvomhp8Wpe
uTZVzrmxJ9SkvXM1MBVpl/i9erEUWGL9y0CPR/RvQA0ZwM6a8A1p+UKkNsifhAKP
+M1K+D5CATK98XAk6DeiBgoKXD79WdlOeyt57bccNDzRK7k04V0z6hH30n4yADJP
xQeWL5rUlq37ad+zdZJZfZL7ihRoKXhQC+3G431DS8msOSrmextjvuCyoLeQwygv
duGwaAjgjbZZ5RUq3JhxDxmfBksb/9xQc8w5v1oeiEn7UPefPw0PLZYmOVR4G7q3
rcZdLiru3JsWd+PPsaCa
=Vrqx
-END PGP SIGNATURE-

Changes since libreoffice-6.1.1.1-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1-1' - configure.ac

2018-09-10 Thread Libreoffice Gerrit user
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbdfe156420a448ac185911c9c2da53a4c5b4471
Author: Christian Lohmaier 
AuthorDate: Mon Sep 10 22:09:26 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Mon Sep 10 22:09:26 2018 +0200

bump product version to 6.1.1.2.0+

Change-Id: I5077c7e7356aebc524c435dec0aa0a1e75e3766e

diff --git a/configure.ac b/configure.ac
index 1c66623561f7..133482123bf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[6.1.1.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.1.1.2.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-6.1.1.2'

2018-09-10 Thread Libreoffice Gerrit user
Tag 'libreoffice-6.1.1.2' created by Christian Lohmaier 
 at 2018-09-10 20:08 +

Tag libreoffice-6.1.1.2
-BEGIN PGP SIGNATURE-

iQIcBAABAgAGBQJbls9OAAoJEPQ0oe+v7q6j7/wQAJIgTQ/rBRf+q0jHHz0nzy1t
k5CalBtl8ztCzai2h/hXB+CREL1WI3Vt4SUYSk6a65jQ5DvmBkNn71fCIuKbAlNR
j/wCZsUjSuYC1gCmMbxKKRFNjTB0ZGTbLubGwLzM0VL4MJbX+6K3iZrAAy8+6azi
uAjWmZ/AuzWye/K0mUSOqhMMmL04KP5WrCjbinjrr5tlY6xGIDeugGsZThskK28i
WZqGNYRgp13+FaKAUYYTbyQdkgG1fdxWPORE/SNZ+vz4eVd4WxIk/JEdww+hXQ3E
EuT5m5baOhsG+jwbXmbvTsiiZ4Oa8Bzjsj7M7lnuA/1JMNeD/F1l42bO8Nxfe3rI
KpVHvCI5IuTeKNmOe+mF0bbTixC2XKN2+iaqs/rTKLAwRDchVVPjvedg4SIAANEh
8bYj/dEAocgCcP0AMIROBx0x5OW7SIoDmES5GVVMvD/1z+FKz79b95ARz6rKl1Tc
LT0T3bLIKR6rmXK9XXnR+iIEWP0NwfP+mBsbWq6Hd6xoqZLXIvdT2FOwTNvoU03h
x6jS9ZxbkAitTahK/ShSsfBZFSiTyCumi+LBLrxq6lscdBaLtwyRm6S1bQkiBiF6
g+EWPYgIyn7ivEj7W1FeCsio7JGtsxdSLkC1wFdEku2GEFE+/omiDiLJyEOH1s6g
ihenev+Jkih2ROkRwnw2
=Cfus
-END PGP SIGNATURE-

Changes since libreoffice-6-1-branch-point-67:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119774] page count discrepancy LibO 6.0.3.2 versus 5.4.6.2

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119774

--- Comment #8 from tommy27  ---
ok, done another test under Win8.1 x64 using LibO 5.4.3 and 6.0.6

the document page count is "9" in both versions.

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


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

2018-09-10 Thread Libreoffice Gerrit user
 sfx2/qa/cppunit/test_misc.cxx |9 +
 sfx2/source/doc/docfile.cxx   |   11 ++-
 2 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit c51a113b30d02e51f16484faa2550d56880f453b
Author: Miklos Vajna 
AuthorDate: Mon Sep 3 21:07:00 2018 +0200
Commit: Caolán McNamara 
CommitDate: Mon Sep 10 22:06:08 2018 +0200

tdf#119381 sfx2 store: don't break symlink targets

osl::File::move() would not follow symlinks for the target, so don't
move the file in that case.

(cherry picked from commit 72be5ac08aa963bdd42d2e56a62f43e69f728caa)

Change-Id: I907e1ba8db04dad670c884ea0283947f953117da
Reviewed-on: https://gerrit.libreoffice.org/60272
Reviewed-by: Christian Lohmaier 
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index 817e246b6bf6..ffe23997c12a 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -186,6 +186,15 @@ void MiscTest::testHardLinks()
 // This failed: hard link count was 1, the hard link broke on store.
 CPPUNIT_ASSERT(buf.st_nlink > 1);
 
+// Test that symlinks are presreved as well.
+remove(aNew.getStr());
+symlink(aOld.getStr(), aNew.getStr());
+xStorable->storeToURL(aURL + ".2", {});
+nRet = lstat(aNew.getStr(), );
+CPPUNIT_ASSERT_EQUAL(0, nRet);
+// This failed, the hello.odt.2 symlink was replaced with a real file.
+CPPUNIT_ASSERT(bool(S_ISLNK(buf.st_mode)));
+
 xComponent->dispose();
 #endif
 }
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 2e8b874deedb..e6a858ae6bf8 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -199,8 +199,8 @@ sal_uInt64 GetDefaultFileAttributes(const OUString& rURL)
 return nRet;
 }
 
-/// Determines if rURL is a non-hard-linked file:// URL.
-bool IsNotHardLinkedFile(const OUString& rURL)
+/// Determines if rURL is a non-linked (symlink or hardlink) file:// URL.
+bool IsNotLinkedFile(const OUString& rURL)
 {
 if (!comphelper::isFileUrl(rURL))
 return false;
@@ -211,10 +211,11 @@ bool IsNotHardLinkedFile(const OUString& rURL)
 return false;
 
 struct stat buf;
-if (stat(rPath.toUtf8().getStr(), ) != 0)
+if (lstat(rPath.toUtf8().getStr(), ) != 0)
 return false;
 
-if (buf.st_nlink > 1)
+// Hardlink or symlink: osl::File::move() doesn't play with these nicely.
+if (buf.st_nlink > 1 || S_ISLNK(buf.st_mode))
 return false;
 #endif
 
@@ -1851,7 +1852,7 @@ void SfxMedium::TransactedTransferForFS_Impl( const 
INetURLObject& aSource,
 OUString aDestMainURL = 
aDest.GetMainURL(INetURLObject::DecodeMechanism::NONE);
 
 sal_uInt64 nAttributes = 
GetDefaultFileAttributes(aDestMainURL);
-if (IsNotHardLinkedFile(aDestMainURL) && 
osl::File::move(aSourceMainURL, aDestMainURL) == osl::FileBase::E_None)
+if (IsNotLinkedFile(aDestMainURL) && 
osl::File::move(aSourceMainURL, aDestMainURL) == osl::FileBase::E_None)
 {
 if (nAttributes)
 // Adjust attributes, source might be created with
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119700] Links to external HTML files updated wrong

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119700

Xisco Faulí  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
Version|5.3.0.3 release |Inherited From OOo

--- Comment #10 from Xisco Faulí  ---
I don't mean building LibreOffice from scratch.
What I mean is if you reproduce the problem if you create the file from scratch
?

-- 
You are receiving this mail because:
You 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_contract935' - framework/inc framework/source

2018-09-10 Thread Libreoffice Gerrit user
 framework/inc/dispatch/interceptionhelper.hxx|2 -
 framework/source/dispatch/interceptionhelper.cxx |   26 ++-
 2 files changed, 21 insertions(+), 7 deletions(-)

New commits:
commit 6568768caf4e05d83495eecad4dca23d641795ca
Author: Vasily Melenchuk 
AuthorDate: Mon Sep 10 22:40:46 2018 +0300
Commit: Vasily Melenchuk 
CommitDate: Mon Sep 10 23:01:07 2018 +0300

framework: mutex locking revision

- revert own mutex, use SolarMutex as before
- extend SolarMutex protected area until queryDispatch() finish

Change-Id: Ie94b120a594aff8a3a443b3eb6ee723eb3d5a26f

diff --git a/framework/inc/dispatch/interceptionhelper.hxx 
b/framework/inc/dispatch/interceptionhelper.hxx
index 8ada47f696a2..ee6ae9db1b97 100755
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -146,8 +146,6 @@ class InterceptionHelper : public  ::cppu::WeakImplHelper<
The last or the first registered one. */
 static bool m_bPreferrFirstInterceptor;
 
-osl::Mutex m_Mutex;
-
 // native interface
 
 public:
diff --git a/framework/source/dispatch/interceptionhelper.cxx 
b/framework/source/dispatch/interceptionhelper.cxx
index 9342cfab8f52..55ee63ba1e83 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -43,7 +43,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL 
InterceptionHelper::queryD

   sal_Int32nSearchFlags)
 throw(css::uno::RuntimeException, std::exception)
 {
-osl::Guard aGuard(m_Mutex);
+SolarMutexGuard aLock;
 
 // a) first search an interceptor, which match to this URL by its URL 
pattern registration
 //Note: if it return NULL - it does not mean an empty interceptor list 
automatically!
@@ -99,8 +99,6 @@ css::uno::Sequence< css::uno::Reference< 
css::frame::XDispatch > > SAL_CALL Inte
 void SAL_CALL InterceptionHelper::registerDispatchProviderInterceptor(const 
css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xInterceptor)
 throw(css::uno::RuntimeException, std::exception)
 {
-osl::Guard aGuard(m_Mutex);
-
 // reject incorrect calls of this interface method
 css::uno::Reference< css::frame::XDispatchProvider > xThis(static_cast< 
::cppu::OWeakObject* >(this), css::uno::UNO_QUERY);
 if (!xInterceptor.is())
@@ -121,6 +119,9 @@ void SAL_CALL 
InterceptionHelper::registerDispatchProviderInterceptor(const css:
 aInfo.lURLPattern[0] = "*";
 }
 
+// SAFE {
+SolarMutexClearableGuard aWriteLock;
+
 // a) no interceptor at all - set this instance as master for given 
interceptor
 //and set our slave as its slave - and put this interceptor to the 
list.
 //Its place there doesn't matter. Because this list is currently empty.
@@ -165,6 +166,9 @@ void SAL_CALL 
InterceptionHelper::registerDispatchProviderInterceptor(const css:
 
 css::uno::Reference< css::frame::XFrame > xOwner(m_xOwnerWeak.get(), 
css::uno::UNO_QUERY);
 
+aWriteLock.clear();
+// } SAFE
+
 // Don't forget to send a frame action event "context changed".
 // Any cached dispatch objects must be validated now!
 if (xOwner.is())
@@ -174,12 +178,14 @@ void SAL_CALL 
InterceptionHelper::registerDispatchProviderInterceptor(const css:
 void SAL_CALL InterceptionHelper::releaseDispatchProviderInterceptor(const 
css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xInterceptor)
 throw(css::uno::RuntimeException, std::exception)
 {
-osl::Guard aGuard(m_Mutex);
 // reject wrong calling of this interface method
 css::uno::Reference< css::frame::XDispatchProvider > xThis(static_cast< 
::cppu::OWeakObject* >(this), css::uno::UNO_QUERY);
 if (!xInterceptor.is())
 throw css::uno::RuntimeException("NULL references not allowed as in 
parameter", xThis);
 
+// SAFE {
+SolarMutexClearableGuard aWriteLock;
+
 // search this interceptor ...
 // If it could be located inside cache -
 // use its slave/master relations to update the interception list;
@@ -207,6 +213,9 @@ void SAL_CALL 
InterceptionHelper::releaseDispatchProviderInterceptor(const css::
 
 css::uno::Reference< css::frame::XFrame > xOwner(m_xOwnerWeak.get(), 
css::uno::UNO_QUERY);
 
+aWriteLock.clear();
+// } SAFE
+
 // Don't forget to send a frame action event "context changed".
 // Any cached dispatch objects must be validated now!
 if (xOwner.is())
@@ -217,8 +226,9 @@ void SAL_CALL 
InterceptionHelper::releaseDispatchProviderInterceptor(const css::
 void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& 
aEvent)
 throw(css::uno::RuntimeException, std::exception)
 {
-osl::Guard aGuard(m_Mutex);
 #ifdef FORCE_DESTRUCTION_OF_INTERCEPTION_CHAIN
+// SAFE ->
+

[Libreoffice-bugs] [Bug 119777] CRASH opening the page dialog (gtk3)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119777

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.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 119777] CRASH opening the page dialog (gtk3)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119777

--- Comment #5 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

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

tdf#119777 min target is 3.18, not 3.20

It will be available in 6.2.0.

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

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

-- 
You are receiving this mail because:
You are 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: cui/uiconfig svtools/uiconfig svx/uiconfig sw/uiconfig

2018-09-10 Thread Libreoffice Gerrit user
 cui/uiconfig/ui/fontfragment.ui  |2 +-
 svtools/uiconfig/ui/linewindow.ui|2 +-
 svx/uiconfig/ui/colorwindow.ui   |2 +-
 sw/uiconfig/swriter/ui/bibliofragment.ui |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9c6c179ee4e71127194c4e50fd96ad21995a85c9
Author: Caolán McNamara 
AuthorDate: Mon Sep 10 16:26:07 2018 +0100
Commit: Caolán McNamara 
CommitDate: Mon Sep 10 21:56:38 2018 +0200

tdf#119777 min target is 3.18, not 3.20

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

diff --git a/cui/uiconfig/ui/fontfragment.ui b/cui/uiconfig/ui/fontfragment.ui
index 325671d04b51..18b4ab9be7d4 100644
--- a/cui/uiconfig/ui/fontfragment.ui
+++ b/cui/uiconfig/ui/fontfragment.ui
@@ -1,7 +1,7 @@
 
 
 
-  
+  
   
 True
 False
diff --git a/svtools/uiconfig/ui/linewindow.ui 
b/svtools/uiconfig/ui/linewindow.ui
index db8c559f5436..e316a62cd36a 100644
--- a/svtools/uiconfig/ui/linewindow.ui
+++ b/svtools/uiconfig/ui/linewindow.ui
@@ -1,7 +1,7 @@
 
 
 
-  
+  
   
 False
 True
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
index 04cebea74eff..853ce6831900 100644
--- a/svx/uiconfig/ui/colorwindow.ui
+++ b/svx/uiconfig/ui/colorwindow.ui
@@ -1,7 +1,7 @@
 
 
 
-  
+  
   
 True
 False
diff --git a/sw/uiconfig/swriter/ui/bibliofragment.ui 
b/sw/uiconfig/swriter/ui/bibliofragment.ui
index 4bf528dc6e28..47dd9f321298 100644
--- a/sw/uiconfig/swriter/ui/bibliofragment.ui
+++ b/sw/uiconfig/swriter/ui/bibliofragment.ui
@@ -1,7 +1,7 @@
 
 
 
-  
+  
   
 False
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103572] Writer freezes when saving file to sleeping NAS

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103572

--- Comment #6 from Dieter Praas  ---
Peter, unfortunately nothing has happened with this bug report for more than
one and a half year. So I'd like to ask, if it is still valid.

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


[Libreoffice-bugs] [Bug 119220] Long CPU spike when adding a new bullet (see comment 5)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119220

--- Comment #7 from Telesto  ---
(In reply to Buovjaga from comment #6)
> So you are saying all of those bumps in the previous comment are about 30
> seconds long? Because I'm not seeing them. They are short bumps.
> 
> Arch Linux 64-bit
> Version: 6.2.0.0.alpha0+
> Build ID: 033a68c49fe2b8aa397832d92d400eb0259ea809
> CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
> Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
> Built on September 5th 2018

The length of the bumps differ.. 4 & 6 are the longest. 10-15 seconds. I will
create a screencast.

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


[Libreoffice-bugs] [Bug 119429] implement native KIO support to avoid potential data loss when using Dolphin file browser in SMB shares to open documents

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119429

--- Comment #4 from Nate Graham  ---
(In reply to Buovjaga from comment #3)
> (In reply to Nate Graham from comment #2)
> > This could also be caused if suring the save process, LO deletes the old
> > file and replaces it with a different one. This would be very unfortunate
> > from a KDE perspective as we currently have no way to handle that.
> 
> From a recent discussion on #libreoffice-dev regarding another matter, I
> understand this is exactly the way LibreOffice does saving.

Right. We discovered that LO performs atomic saves while investigating this
issue.

We committed a fix to KIO to support apps that perform atomic saves like LO:
https://cgit.kde.org/kio.git/commit/?id=820f622e86bb0b7d44a39a3f90f84c99736b30c7

That said, it would still be nice to get native KIO support as a part of the
KDE backend. It makes a lot of other things nicer, too.

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


[Libreoffice-bugs] [Bug 119176] AutoCorrect: Small interruptions cause additional words which don't exist (comment 7 isue 2)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119176

--- Comment #18 from Telesto  ---
(In reply to Telesto from comment #17)
> The underlying issue might be older...
> 
> Hulpvaardigheid is working fine with 4.3.7.2. However, weirdness happens
> with:
> bewijslast -> wrong: bewijsla & bewijslas
> bewijsrisico -> bewijsris

Typing bewijslas + pause+ t & enter (3x) = entry bewijslas

Found in:
Version: 4.3.0.4
Build ID: 62ad5818884a2fc2e5780dd45466868d41009ec0

but not in 
4.2.0.4

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


[Libreoffice-bugs] [Bug 119429] implement native KIO support to avoid potential data loss when using Dolphin file browser in SMB shares to open documents

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119429

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
(In reply to Nate Graham from comment #2)
> This could also be caused if suring the save process, LO deletes the old
> file and replaces it with a different one. This would be very unfortunate
> from a KDE perspective as we currently have no way to handle that.

>From a recent discussion on #libreoffice-dev regarding another matter, I
understand this is exactly the way LibreOffice does saving.

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


[Libreoffice-bugs] [Bug 119418] Libreoffice- Following installation of Calc Drawings could not be accessed. Selecting my drawing produced document name " Smart investor.ods", Status " not recovered"

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119418

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 CC||todven...@suomi24.fi
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Buovjaga  ---
It sounds like a problem with Ubuntu and not upstream LibreOffice. Please file
a report in their system: https://bugs.launchpad.net/ubuntu/+source/libreoffice

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


[Libreoffice-bugs] [Bug 119674] FILEOPEN: PPTX import WordArt is invisible when Pattern Fill Used

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119674

Luke  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major
 CC|katarina.behr...@cib.de |

--- Comment #4 from Luke  ---
Per IRC discussion on orphaned regressions, bumped priority and removed CC:
Katrina.

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


[Libreoffice-bugs] [Bug 119395] Default Page Margins - Revisited

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119395

Buovjaga  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 119395] Default Page Margins - Revisited

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119395

Buovjaga  changed:

   What|Removed |Added

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

-- 
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 119405] [NEWHELP] Neither Chrome nor Safari on macOS autodetect the language, Firefox works

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119405

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Already confirmed in Redmine -> NEW

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


[Libreoffice-bugs] [Bug 119280] Calc: Suggestion to include in the Print dialog the Sheet/Page tab from the Page Style dialog

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119280

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Please translate to English

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


[Libreoffice-bugs] [Bug 119774] page count discrepancy LibO 6.0.3.2 versus 5.4.6.2

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119774

--- Comment #7 from MM  ---
Windows and ubuntu 16.04 have TNR fonts and showing 9 pages.

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


[Libreoffice-bugs] [Bug 119220] Long CPU spike when adding a new bullet (see comment 5)

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119220

--- Comment #6 from Buovjaga  ---
So you are saying all of those bumps in the previous comment are about 30
seconds long? Because I'm not seeing them. They are short bumps.

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 033a68c49fe2b8aa397832d92d400eb0259ea809
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on September 5th 2018

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


[Libreoffice-bugs] [Bug 119305] Chart created from fully selected sheet only targets header row

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119305

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
Summary|Chart created from fully|Chart created from fully
   |selected sheet is   |selected sheet only targets
   |transparent/blank in|header row
   |certain cases   |
 CC||noelgran...@gmail.com

--- Comment #4 from Buovjaga  ---
Bibisected with win32-6.1 to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=3acc5a2383f5b0458e3caf1505fe6b8ad7dc3fb0

tdf#69977 improve creation of large charts
this patch only tweaks a few things around the edges. The bulk of the
cost is down in the chart2 module where it creates ticks and labels.

Adding Cc: to Noel Grandin

Tweaked summary a bit as I became aware of the exact issue.

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


[Libreoffice-bugs] [Bug 119700] Links to external HTML files updated wrong

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119700

--- Comment #9 from NoRa  ---
>
> Do you remember the specific version?

I think but i'm not very sure it was the first time in the 5.3 version. And
then in every version after it.

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


[Libreoffice-bugs] [Bug 119700] Links to external HTML files updated wrong

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119700

NoRa  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
Version|Inherited From OOo  |5.3.0.3 release

--- Comment #8 from NoRa  ---
No, I don't build Libreoffice from scratch.

i use the fresh package from manjaro-linux or for 6.1.1dev a customized package
from the build server of the document foundation.

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


[Libreoffice-bugs] [Bug 61196] FILESAVE: Add support for exporting files in djvu format

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61196

--- Comment #4 from ComputerHotline  ---
Team can base this feature on this free software :
http://jwilk.net/software/pdf2djvu

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sysui/desktop

2018-09-10 Thread Libreoffice Gerrit user
 sysui/desktop/icons/ooo3_base_app.ico|binary
 sysui/desktop/icons/ooo3_calc_app.ico|binary
 sysui/desktop/icons/ooo3_draw_app.ico|binary
 sysui/desktop/icons/ooo3_impress_app.ico |binary
 sysui/desktop/icons/ooo3_math_app.ico|binary
 sysui/desktop/icons/ooo3_writer_app.ico  |binary
 6 files changed

New commits:
commit 149e28db41dfe6e9af11cd9519c59da5dfd61b6e
Author: Matthias Seidel 
AuthorDate: Mon Sep 10 17:54:14 2018 +
Commit: Matthias Seidel 
CommitDate: Mon Sep 10 17:54:14 2018 +

Updated app icons for Windows, see:


https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/ui/VisualDesign/gifs/Icons/OOo30_final_mimetype/icos/

Enabled compression for 256x256 icons.

diff --git a/sysui/desktop/icons/ooo3_base_app.ico 
b/sysui/desktop/icons/ooo3_base_app.ico
index e9af06abd9b1..db50752fc9f6 100755
Binary files a/sysui/desktop/icons/ooo3_base_app.ico and 
b/sysui/desktop/icons/ooo3_base_app.ico differ
diff --git a/sysui/desktop/icons/ooo3_calc_app.ico 
b/sysui/desktop/icons/ooo3_calc_app.ico
index 8d91367e5a2f..9153cc65e292 100755
Binary files a/sysui/desktop/icons/ooo3_calc_app.ico and 
b/sysui/desktop/icons/ooo3_calc_app.ico differ
diff --git a/sysui/desktop/icons/ooo3_draw_app.ico 
b/sysui/desktop/icons/ooo3_draw_app.ico
index 9f4f0c35af14..cc46b24ee86a 100755
Binary files a/sysui/desktop/icons/ooo3_draw_app.ico and 
b/sysui/desktop/icons/ooo3_draw_app.ico differ
diff --git a/sysui/desktop/icons/ooo3_impress_app.ico 
b/sysui/desktop/icons/ooo3_impress_app.ico
index 7dcd17aba264..07f5d32ed9da 100755
Binary files a/sysui/desktop/icons/ooo3_impress_app.ico and 
b/sysui/desktop/icons/ooo3_impress_app.ico differ
diff --git a/sysui/desktop/icons/ooo3_math_app.ico 
b/sysui/desktop/icons/ooo3_math_app.ico
index d182fd54bc2a..dedc7441f5ce 100755
Binary files a/sysui/desktop/icons/ooo3_math_app.ico and 
b/sysui/desktop/icons/ooo3_math_app.ico differ
diff --git a/sysui/desktop/icons/ooo3_writer_app.ico 
b/sysui/desktop/icons/ooo3_writer_app.ico
index 22c9661f1ce0..1980f1968118 100755
Binary files a/sysui/desktop/icons/ooo3_writer_app.ico and 
b/sysui/desktop/icons/ooo3_writer_app.ico differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: cui/uiconfig sc/uiconfig solenv/sanitizers starmath/uiconfig svx/uiconfig sw/uiconfig

2018-09-10 Thread Libreoffice Gerrit user
 cui/uiconfig/ui/optviewpage.ui   |4 ++--
 sc/uiconfig/scalc/ui/regressiondialog.ui |2 +-
 solenv/sanitizers/ui/cui.suppr   |3 ---
 solenv/sanitizers/ui/modules/scalc.suppr |2 --
 solenv/sanitizers/ui/modules/smath.suppr |2 --
 solenv/sanitizers/ui/modules/swriter.suppr   |5 -
 solenv/sanitizers/ui/svx.suppr   |6 --
 starmath/uiconfig/smath/ui/fontsizedialog.ui |2 +-
 svx/uiconfig/ui/addinstancedialog.ui |2 +-
 svx/uiconfig/ui/docking3deffects.ui  |4 ++--
 sw/uiconfig/swriter/ui/businessdatapage.ui   |2 +-
 sw/uiconfig/swriter/ui/privateuserpage.ui|2 +-
 sw/uiconfig/swriter/ui/tocindexpage.ui   |4 ++--
 13 files changed, 11 insertions(+), 29 deletions(-)

New commits:
commit 256dbcd3d1c732a713ca8a735e14c16326e46b7e
Author: Katarina Behrens 
AuthorDate: Mon Sep 10 10:50:09 2018 +0200
Commit: Katarina Behrens 
CommitDate: Mon Sep 10 19:49:38 2018 +0200

a11y: Fix multiple instances of duplicate mnemonics

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

diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index c41f15313183..0ab9a67a6d8d 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -424,7 +424,7 @@
 start
 Sidebar _icon size:
 True
-iconsize
+sidebariconsize
   
   
 0
@@ -453,7 +453,7 @@
 start
 _Notebookbar icon size:
 True
-iconsize
+notebookbariconsize
   
   
 0
diff --git a/sc/uiconfig/scalc/ui/regressiondialog.ui 
b/sc/uiconfig/scalc/ui/regressiondialog.ui
index 58ead6ca7f12..0634afee630a 100644
--- a/sc/uiconfig/scalc/ui/regressiondialog.ui
+++ b/sc/uiconfig/scalc/ui/regressiondialog.ui
@@ -197,7 +197,7 @@
 False
 Results to:
 True
-variable2-range-edit
+output-range-edit
 0
   
   
diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr
index e14665466a7c..2087ab7eeb8e 100644
--- a/solenv/sanitizers/ui/cui.suppr
+++ b/solenv/sanitizers/ui/cui.suppr
@@ -361,9 +361,6 @@ 
cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='nopasswordsave'] orphan-label
 cui/uiconfig/ui/optsecuritypage.ui://GtkLabel[@id='label4'] orphan-label
 cui/uiconfig/ui/optviewpage.ui://GtkLabel[@id='openglenabled'] orphan-label
 cui/uiconfig/ui/optviewpage.ui://GtkLabel[@id='opengldisabled'] orphan-label
-cui/uiconfig/ui/optviewpage.ui://GtkComboBoxText[@id='iconsize'] 
duplicate-mnemonic
-cui/uiconfig/ui/optviewpage.ui://GtkComboBoxText[@id='sidebariconsize'] 
no-labelled-by
-cui/uiconfig/ui/optviewpage.ui://GtkComboBoxText[@id='notebookbariconsize'] 
no-labelled-by
 cui/uiconfig/ui/pageformatpage.ui://GtkSpinButton[@id='spinMargLeft'] 
duplicate-mnemonic
 cui/uiconfig/ui/pageformatpage.ui://GtkSpinButton[@id='spinMargRight'] 
duplicate-mnemonic
 cui/uiconfig/ui/pageformatpage.ui://GtkLabel[@id='labelMsg'] orphan-label
diff --git a/solenv/sanitizers/ui/modules/scalc.suppr 
b/solenv/sanitizers/ui/modules/scalc.suppr
index 12fb75427aa0..d42ca3eba9ea 100644
--- a/solenv/sanitizers/ui/modules/scalc.suppr
+++ b/solenv/sanitizers/ui/modules/scalc.suppr
@@ -157,8 +157,6 @@ 
sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-columns'] orphan-
 sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='insert-rows'] 
orphan-label
 sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-columns'] 
orphan-label
 sc/uiconfig/scalc/ui/protectsheetdlg.ui://GtkLabel[@id='delete-rows'] 
orphan-label
-sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='variable2-range-edit']
 duplicate-mnemonic
-sc/uiconfig/scalc/ui/regressiondialog.ui://foruilo-RefEdit[@id='output-range-edit']
 no-labelled-by
 sc/uiconfig/scalc/ui/regressiondialog.ui://GtkLabel[@id='error-message'] 
orphan-label
 sc/uiconfig/scalc/ui/retypepassdialog.ui://GtkLabel[@id='descLabel'] 
orphan-label
 sc/uiconfig/scalc/ui/retypepassdialog.ui://GtkLabel[@id='docStatusLabel'] 
orphan-label
diff --git a/solenv/sanitizers/ui/modules/smath.suppr 
b/solenv/sanitizers/ui/modules/smath.suppr
index 505bbda6e43e..075009ab02db 100644
--- a/solenv/sanitizers/ui/modules/smath.suppr
+++ b/solenv/sanitizers/ui/modules/smath.suppr
@@ -3,8 +3,6 @@ 

[Libreoffice-commits] core.git: solenv/sanitizers

2018-09-10 Thread Libreoffice Gerrit user
 solenv/sanitizers/ui/modules/swriter.suppr |4 
 1 file changed, 4 deletions(-)

New commits:
commit 647631e0cb4a2db73b69aa9e93f49af70d9b4af8
Author: Katarina Behrens 
AuthorDate: Mon Sep 10 11:16:28 2018 +0200
Commit: Katarina Behrens 
CommitDate: Mon Sep 10 19:49:52 2018 +0200

a11y: Remove unused warnings

since commit 1188bebbc53d0519733cfe98cfab4d83474e8ddf

tdf#118742 - Input field dialog workflow

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

diff --git a/solenv/sanitizers/ui/modules/swriter.suppr 
b/solenv/sanitizers/ui/modules/swriter.suppr
index 5a58b8dace10..5457c5ba450b 100644
--- a/solenv/sanitizers/ui/modules/swriter.suppr
+++ b/solenv/sanitizers/ui/modules/swriter.suppr
@@ -49,8 +49,6 @@ 
sw/uiconfig/swriter/ui/createautomarkdialog.ui://GtkLabel[@id='yes'] orphan-labe
 sw/uiconfig/swriter/ui/createautomarkdialog.ui://GtkLabel[@id='no'] 
orphan-label
 sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui://GtkButton[@id='down'] 
button-no-label
 sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui://GtkButton[@id='up'] 
button-no-label
-sw/uiconfig/swriter/ui/dropdownfielddialog.ui://GtkButton[@id='prev'] 
button-no-label
-sw/uiconfig/swriter/ui/dropdownfielddialog.ui://GtkButton[@id='next'] 
button-no-label
 sw/uiconfig/swriter/ui/editsectiondialog.ui://GtkEntry[@id='curname'] 
no-labelled-by
 sw/uiconfig/swriter/ui/editsectiondialog.ui://GtkEntry[@id='filename'] 
duplicate-mnemonic
 sw/uiconfig/swriter/ui/endnotepage.ui://GtkLabel[@id='label19'] orphan-label
@@ -119,8 +117,6 @@ 
sw/uiconfig/swriter/ui/indexentry.ui://GtkButton[@id='previous'] button-no-label
 sw/uiconfig/swriter/ui/indexentry.ui://GtkButton[@id='next'] button-no-label
 sw/uiconfig/swriter/ui/indexentry.ui://GtkButton[@id='first'] button-no-label
 sw/uiconfig/swriter/ui/indexentry.ui://GtkButton[@id='last'] button-no-label
-sw/uiconfig/swriter/ui/inputfielddialog.ui://GtkButton[@id='prev'] 
button-no-label
-sw/uiconfig/swriter/ui/inputfielddialog.ui://GtkButton[@id='next'] 
button-no-label
 sw/uiconfig/swriter/ui/insertbookmark.ui://GtkEntry[@id='name'] no-labelled-by
 sw/uiconfig/swriter/ui/insertbreak.ui://GtkSpinButton[@id='pagenumsb'] 
missing-label-for
 sw/uiconfig/swriter/ui/insertcaption.ui://GtkEntry[@id='caption_edit'] 
no-labelled-by
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-6-1' - source/ab source/de source/el source/es source/kk source/ko source/nn source/pt source/vec

2018-09-10 Thread Libreoffice Gerrit user
 source/ab/cui/messages.po |
7 
 source/ab/wizards/messages.po |   
14 
 source/ab/wizards/source/resources.po |   
16 
 source/de/helpcontent2/source/text/shared/01.po   |   
44 -
 source/de/helpcontent2/source/text/shared/help.po |
6 
 source/de/scp2/source/ooo.po  |   
12 
 source/el/helpcontent2/source/text/shared/01.po   |   
44 -
 source/el/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/el/scp2/source/ooo.po  |   
10 
 source/es/helpcontent2/source/text/schart/01.po   |
6 
 source/es/helpcontent2/source/text/shared/01.po   |
6 
 source/kk/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/kk/scp2/source/ooo.po  |   
10 
 source/ko/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/ko/scp2/source/ooo.po  |   
10 
 source/nn/helpcontent2/source/text/shared/01.po   |   
44 -
 source/nn/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/nn/scp2/source/ooo.po  |   
10 
 source/pt/helpcontent2/source/text/sbasic/shared.po   |   
60 +-
 source/pt/helpcontent2/source/text/shared/01.po   |  
238 +-
 source/pt/helpcontent2/source/text/shared/guide.po|
6 
 source/pt/helpcontent2/source/text/shared/optionen.po |   
32 -
 source/vec/connectivity/registry/mork/org/openoffice/Office/DataAccess.po |
8 
 source/vec/cui/messages.po|   
85 +--
 source/vec/dbaccess/messages.po   |   
18 
 source/vec/dictionaries/id.po |   
10 
 source/vec/extensions/messages.po |   
16 
 source/vec/filter/source/config/fragments/filters.po  |   
54 +-
 source/vec/filter/source/config/fragments/types.po|   
28 -
 source/vec/fpicker/messages.po|   
12 
 source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po   |   
18 
 source/vec/officecfg/registry/data/org/openoffice/Office/UI.po|   
12 
 source/vec/scp2/source/activex.po |
8 
 source/vec/scp2/source/ooo.po |   
22 
 source/vec/svtools/messages.po|   
51 +-
 source/vec/vcl/messages.po|   
10 
 source/vec/writerperfect/messages.po  |   
10 
 source/vec/xmlsecurity/messages.po|   
10 
 38 files changed, 489 insertions(+), 490 deletions(-)

New commits:
commit 8e2ebf8b33be2639de80b50350d0323bdec97392
Author: Christian Lohmaier 
AuthorDate: Mon Sep 10 19:24:58 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Mon Sep 10 19:24:58 2018 +0200

update templates for 6.1.1 rc2

Change-Id: I0300893173264ca4eb17a1bc1eeb0ad4c8c51641

diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index e8d98e07e7c..02f22352868 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2018-07-02 00:13+0200\n"
-"PO-Revision-Date: 2018-08-17 07:47+\n"
+"PO-Revision-Date: 2018-09-08 08:40+\n"
 "Last-Translator: Андрей Абухба \n"
 "Language-Team: LANGUAGE \n"
 "Language: ab\n"
@@ -13,7 +13,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Accelerator-Marker: ~\n"
 "X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1534492054.00\n"
+"X-POOTLE-MTIME: 1536396039.00\n"
 
 #: cui/inc/personalization.hrc:31
 msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
@@ -2354,10 +2354,9 @@ msgid "_Edit..."
 msgstr "Ариашара..."
 
 #: cui/uiconfig/ui/applyautofmtpage.ui:46
-#, fuzzy
 msgctxt "applyautofmtpage|label1"
 msgid "[M]: Replace while modifying existing text"
-msgstr "[А]: Иалаԥсахлатәуп иҟоу атеқст аԥсахраан"
+msgstr "[A]: Иалаԥсахлатәуп иҟоу атеқст аԥсахраан"
 
 #: cui/uiconfig/ui/applyautofmtpage.ui:60
 msgctxt "applyautofmtpage|label2"
diff --git a/source/ab/wizards/messages.po b/source/ab/wizards/messages.po
index 48283fb41b5..34cb9126b37 100644
--- a/source/ab/wizards/messages.po
+++ 

[Libreoffice-bugs] [Bug 119694] HSQLDB driver not loading causes BASE error in embedded hsqldb database

2018-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119694

Drew Jensen  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You 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] translations.git: Branch 'libreoffice-6-1-1' - source/ab source/de source/el source/es source/kk source/ko source/nn source/pt source/vec

2018-09-10 Thread Libreoffice Gerrit user
 source/ab/cui/messages.po |
7 
 source/ab/wizards/messages.po |   
14 
 source/ab/wizards/source/resources.po |   
16 
 source/de/helpcontent2/source/text/shared/01.po   |   
44 -
 source/de/helpcontent2/source/text/shared/help.po |
6 
 source/de/scp2/source/ooo.po  |   
12 
 source/el/helpcontent2/source/text/shared/01.po   |   
44 -
 source/el/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/el/scp2/source/ooo.po  |   
10 
 source/es/helpcontent2/source/text/schart/01.po   |
6 
 source/es/helpcontent2/source/text/shared/01.po   |
6 
 source/kk/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/kk/scp2/source/ooo.po  |   
10 
 source/ko/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/ko/scp2/source/ooo.po  |   
10 
 source/nn/helpcontent2/source/text/shared/01.po   |   
44 -
 source/nn/officecfg/registry/data/org/openoffice/Office/UI.po |
8 
 source/nn/scp2/source/ooo.po  |   
10 
 source/pt/helpcontent2/source/text/sbasic/shared.po   |   
60 +-
 source/pt/helpcontent2/source/text/shared/01.po   |  
238 +-
 source/pt/helpcontent2/source/text/shared/guide.po|
6 
 source/pt/helpcontent2/source/text/shared/optionen.po |   
32 -
 source/vec/connectivity/registry/mork/org/openoffice/Office/DataAccess.po |
8 
 source/vec/cui/messages.po|   
85 +--
 source/vec/dbaccess/messages.po   |   
18 
 source/vec/dictionaries/id.po |   
10 
 source/vec/extensions/messages.po |   
16 
 source/vec/filter/source/config/fragments/filters.po  |   
54 +-
 source/vec/filter/source/config/fragments/types.po|   
28 -
 source/vec/fpicker/messages.po|   
12 
 source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po   |   
18 
 source/vec/officecfg/registry/data/org/openoffice/Office/UI.po|   
12 
 source/vec/scp2/source/activex.po |
8 
 source/vec/scp2/source/ooo.po |   
22 
 source/vec/svtools/messages.po|   
51 +-
 source/vec/vcl/messages.po|   
10 
 source/vec/writerperfect/messages.po  |   
10 
 source/vec/xmlsecurity/messages.po|   
10 
 38 files changed, 489 insertions(+), 490 deletions(-)

New commits:
commit 56e5fc6a901c2672817b6aa81a82073232cc52ae
Author: Christian Lohmaier 
AuthorDate: Mon Sep 10 19:24:58 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Mon Sep 10 19:33:23 2018 +0200

update templates for 6.1.1 rc2

Change-Id: I0300893173264ca4eb17a1bc1eeb0ad4c8c51641
(cherry picked from commit 8e2ebf8b33be2639de80b50350d0323bdec97392)

diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index e8d98e07e7c..02f22352868 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2018-07-02 00:13+0200\n"
-"PO-Revision-Date: 2018-08-17 07:47+\n"
+"PO-Revision-Date: 2018-09-08 08:40+\n"
 "Last-Translator: Андрей Абухба \n"
 "Language-Team: LANGUAGE \n"
 "Language: ab\n"
@@ -13,7 +13,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Accelerator-Marker: ~\n"
 "X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1534492054.00\n"
+"X-POOTLE-MTIME: 1536396039.00\n"
 
 #: cui/inc/personalization.hrc:31
 msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
@@ -2354,10 +2354,9 @@ msgid "_Edit..."
 msgstr "Ариашара..."
 
 #: cui/uiconfig/ui/applyautofmtpage.ui:46
-#, fuzzy
 msgctxt "applyautofmtpage|label1"
 msgid "[M]: Replace while modifying existing text"
-msgstr "[А]: Иалаԥсахлатәуп иҟоу атеқст аԥсахраан"
+msgstr "[A]: Иалаԥсахлатәуп иҟоу атеқст аԥсахраан"
 
 #: cui/uiconfig/ui/applyautofmtpage.ui:60
 msgctxt "applyautofmtpage|label2"
diff --git a/source/ab/wizards/messages.po b/source/ab/wizards/messages.po
index 48283fb41b5..34cb9126b37 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1-1' - translations

2018-09-10 Thread Libreoffice Gerrit user
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b2ba1f475ec6f4cbbec231af1afa96478cd53f1c
Author: Christian Lohmaier 
AuthorDate: Mon Sep 10 19:24:58 2018 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Sep 10 19:36:00 2018 +0200

Update git submodules

* Update translations from branch 'libreoffice-6-1-1'
  - update templates for 6.1.1 rc2

Change-Id: I0300893173264ca4eb17a1bc1eeb0ad4c8c51641
(cherry picked from commit 8e2ebf8b33be2639de80b50350d0323bdec97392)

diff --git a/translations b/translations
index d409ea073e7a..56e5fc6a901c 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit d409ea073e7a5b5149b116adaf88e8218dfb6274
+Subproject commit 56e5fc6a901c2672817b6aa81a82073232cc52ae
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - translations

2018-09-10 Thread Libreoffice Gerrit user
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b91cdb8d22db1c0f15848eb2528d79113031f86c
Author: Christian Lohmaier 
AuthorDate: Mon Sep 10 19:24:58 2018 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Sep 10 19:34:34 2018 +0200

Update git submodules

* Update translations from branch 'libreoffice-6-1'
  - update templates for 6.1.1 rc2

Change-Id: I0300893173264ca4eb17a1bc1eeb0ad4c8c51641

diff --git a/translations b/translations
index f5aa65c58dae..8e2ebf8b33be 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit f5aa65c58dae559a2fb9dc94bc00e576d1840eb0
+Subproject commit 8e2ebf8b33be2639de80b50350d0323bdec97392
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   >