[Libreoffice-bugs] [Bug 108580] Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing ( for local solution see comment 7)

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

--- Comment #53 from Kumāra  ---
(In reply to Mike Kaganski from comment #50)
> (In reply to SpongeBob from comment #49)
> > Hey I try the LibreOffice version : 
> > master64~2018-05-03_08.36.01_LibreOfficeDev_6.1.0.0.alpha1_Win_x64.msi
> > 
> > and indeed when I launch the install I get a message (~ please install
> > KB2919355 )
> 
> Great! So I see that the detection works correctly.

OK, but is this all that can be done for this issue? I was hoping I could just
install LO and be done with it.

Anyway, I'm hoping to save some time for me. Other than SpongeBob, has anyone
else tried? What's your experience?

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


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

2018-05-10 Thread Zdeněk Crhonek
 sc/qa/uitest/calc_tests/tdf88999.py |   53 
 1 file changed, 53 insertions(+)

New commits:
commit 4374f8b621dbefcb0a78a8005db48eb25675bf3c
Author: Zdeněk Crhonek 
Date:   Thu May 10 17:25:33 2018 +0200

uitest for bug tdf#88999

Change-Id: I442704bb54490bdb37a5c3bf7dd0c123cfb89ee6
Reviewed-on: https://gerrit.libreoffice.org/54088
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/uitest/calc_tests/tdf88999.py 
b/sc/qa/uitest/calc_tests/tdf88999.py
new file mode 100644
index ..ddbfaa4279ee
--- /dev/null
+++ b/sc/qa/uitest/calc_tests/tdf88999.py
@@ -0,0 +1,53 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from uitest.uihelper.common import select_pos
+from uitest.uihelper.calc import enter_text_to_cell
+from libreoffice.calc.document import get_sheet_from_doc
+from libreoffice.calc.conditional_format import 
get_conditional_format_from_sheet
+from uitest.debug import sleep
+from libreoffice.calc.document import get_cell_by_position
+from libreoffice.uno.propertyvalue import mkPropertyValues
+#Bug 88999 - UI: Scientific format: unable to modify number of decimal places 
through Sidebar or Format > Cells
+
+class tdf88999(UITestCase):
+def test_tdf88999_scientific_format_decimal_value(self):
+#numberingformatpage.ui
+calc_doc = self.ui_test.create_doc_in_start_center("calc")
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+enter_text_to_cell(gridwin, "A1", "1e-2")
+gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "B1"}))
+#select cell A1
+gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "A1"}))
+#format - cell
+self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog")
+xDialog = self.xUITest.getTopFocusWindow()
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "0")  #tab Numbers
+xliststore1 = xDialog.getChild("categorylb")  #1st list / Category
+xliststore2 = xDialog.getChild("formatlb")  #2nd list / Format
+xdecimalsed = xDialog.getChild("decimalsed")
+xleadzerosed = xDialog.getChild("leadzerosed")
+xnegnumred = xDialog.getChild("negnumred")
+xthousands = xDialog.getChild("thousands")
+xlanguagelb = xDialog.getChild("languagelb")
+xformatted = xDialog.getChild("formatted")
+
+self.assertEqual(get_state_as_dict(xliststore1)["SelectEntryText"], 
"Scientific")
+self.assertEqual(get_state_as_dict(xdecimalsed)["Text"], "2")
+self.assertEqual(get_state_as_dict(xdecimalsed)["Enabled"], "true")
+self.assertEqual(get_state_as_dict(xleadzerosed)["Text"], "1")
+self.assertEqual(get_state_as_dict(xformatted)["Text"], "0.00E+00")
+xOk = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOk)
+
+self.ui_test.close_doc()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117472] Form controls anchored to cell do not re-position if rows above are resized

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

--- Comment #3 from Mohith Manoj  ---
Re-tested and found OK in version 6.0.4

Version: 6.0.4.2 (x64)
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: en-US (en_US); 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 117557] New: Add CJK Fonts to LibreOffice Online Docker Image

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

Bug ID: 117557
   Summary: Add CJK Fonts to LibreOffice Online Docker Image
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanjing...@gmail.com

Please add CJK Fonts like "Source Han Sans CJK", "Source Han Serif CJK",
"Wenquanyi Micro Hei", "Wenquanyi ZenHei", "Droid Sans Fallback" to LibreOffice
Online Docker Image, thank you!

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


[Libreoffice-bugs] [Bug 117556] New: the program keeps changing my document or deleting content after I save it

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

Bug ID: 117556
   Summary: the program keeps changing my document or deleting
content after I save it
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: p903starshipt...@yahoo.com

Description:
The program worked find until I did the current update. I wrote a one page
document and saved it. The next day when i open document it was missing parts
of it and the order had been re-arrange. Also the "style" changed by itself and
kept defaulting to W1 and the front changed also 
I started a new doc and typed all the information again saved it and it did the
same thing again   

Steps to Reproduce:
1.started a new document 3 times 
2.
3.

Actual Results:  
same bug 

Expected Results:
dont know what your asking 


Reproducible: Always


User Profile Reset: No



Additional Info:
stop changing the document 


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/65.0.3325.181 Safari/537.36

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


[Libreoffice-bugs] [Bug 117441] Not able to delete or move/ copy sheets in Calc on V6.0.3.2 or three previous versions.

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

--- Comment #6 from adrians1...@gmail.com ---
My apologies to all concerned.

When I went into the file properties I found that I'd ticked 'Record Changes'
under the security tab. When I unchecked this option the spreadsheet went back
to normal operation i.e. able to Delete and Move/Copy.

I've been using the program since years before the split with Apache, but
clearly don't know all its ins and outs as a user. 

Many Thank You's to those who helped.

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


[Libreoffice-bugs] [Bug 107006] Form control properties / Background color / Can only apply recently-used colors

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 83159] DATALOSS: default font size not saved in chart textbox

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

--- Comment #14 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 107021] WindowServer memory leak when performing mail merge in Writer

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 64914] FILEOPEN: Libreoffice freezes importing a file containing a chart with large data source

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107676] Formatting: text beneath the text grid

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

--- 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 106672] Calc: Pasted Worksheet with Chart does not show Data Ranges menu/toolbar item

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

--- Comment #13 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 97585] INSERT: SVG background not shown

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

--- 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 64500] FILESAVE: ODT loses images and charts anchored to frame when saving as DOC or DOCX

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 99492] LibreOffice is unable to change background of table from HTML

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 37268] Data Pilot and sheet local defined named range insert menu entry inactive

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

--- Comment #14 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 43175] EDITING: Sheet references not correctly updated in charts when copying multiple sheets in Calc

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

--- Comment #26 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 94502] FILESAVE: Distorted and unusable export of stacked bar chart to Excel .XLSX

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 102057] charts in duplicated sheet point to original sheet rather than to duplicated one

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 103796] (FILEOPEN) Chart are not displayed when importing a WPS Spreadsheet (.et) files

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107610] FILEOPEN PPTX: wrong default fonts for non English text

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

--- 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 100306] bar chart x-axis and y-axis settings are swapped

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

--- 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 107750] Previews of drawing & presentation styles not rendered in Styles and Formatting deck in Impress /Draw

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 60508] EDITING particular .ppt: y-axis label of CHART embedded in Spreadsheet OLE object exceeds chart area

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100388] Mail Merge Fields cause partial inability to insert spaces between words

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

--- 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 107532] Crashreport when launching

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 53007] VIEWING: In bar (and column) charts, can' t totally remove space between bars

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104518] FILEOPEN XLS Pie chart colors not imported correctly

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


Re: Subsequent Test PythonTest_dbaccess_python stuck in Infinite Loop

2018-05-10 Thread slacka
I can confirm that the build failure was caused by 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=1c5c9b84 

Refactor: migration warn dlg without modifying API

and that Mike Kaganski's commit does resolve the issue.




--
Sent from: http://nabble.documentfoundation.org/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 114082] Notebookbar: Hamburger icon button isnt well aligned

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

Kshitij  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |kshitijpatha...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 117555] Shortcut keys wouldn't work under zh_TW ( and probably most CJK) locale due to input method issue

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

Franklin Weng  changed:

   What|Removed |Added

Summary|Shortcut keys wouldn't work |Shortcut keys wouldn't work
   |under zh_TW (and mostly |under zh_TW (and probably
   |CJK) locale due to input|most CJK) locale due to
   |method issue|input method 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 117555] New: Shortcut keys wouldn't work under zh_TW (and mostly CJK) locale due to input method issue

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

Bug ID: 117555
   Summary: Shortcut keys wouldn't work under zh_TW (and mostly
CJK) locale due to input method issue
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frank...@goodhorse.idv.tw

Shortcut keys with 
 - Ctrl+Space
 - Shift+Space
 - Ctrl+Shift
would not work under zh_TW locale (and probably most CJK locale) because they
are related to our input method which 
 - IM is launched by ctrl-space
 - half/full type is switched by shift-space
 - input method selecting is going through by ctrl-shift

For example, in Calc the Ctrl-Space to select column and Shift-Space to select
row can't work because the key combinations would be hijacked by our input
method.

Ctrl+Shift+Space to add non-breaking space can't work in Writer because it will
be implemented to switch from half-type to full-type characters.

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


[Libreoffice-bugs] [Bug 117555] Shortcut keys wouldn't work under zh_TW (and mostly CJK) locale due to input method issue

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

Franklin Weng  changed:

   What|Removed |Added

   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-bugs] [Bug 117554] New: Non-breaking space, non-breaking hyphen, no-width no break don't work under zh_TW locale

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

Bug ID: 117554
   Summary: Non-breaking space, non-breaking hyphen, no-width no
break don't work under zh_TW locale
   Product: LibreOffice
   Version: 4.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frank...@goodhorse.idv.tw

Created attachment 142027
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142027=edit
I want "新北市" connected together without being broken but didn't work

In English mode (LC_ALL=en_US.UTF-8 libreoffice) the non-breaking features can
work.  However in Chinese mode (LC_ALL=zh_TW.UTF-8 libreoffice) it doesn't.  I
insert non-breaking space or no-width no break between two Chinese characters
and it still broke into new lines (not the whole words going into new lines)
when wrapping.

It may be inherited from OOo.  My earliest tested version is 4.0.0.3.

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


Infra call on Tue, May 15 at 16:30 UTC

2018-05-10 Thread Guilhem Moulin
Hi there,

The next infra call will take place at `date -d 'Tue May 15 16:30:00 UTC 2018'`
(18:30:00 Berlin time).

See https://pad.documentfoundation.org/p/infra for details; agenda TBA.

See you there!
Cheers,
-- 
Guilhem.


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 71886] FILEOPEN, FILESAVE, docx: flip attribute not imported/exported

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

Victor Mireyev  changed:

   What|Removed |Added

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

--- Comment #12 from Victor Mireyev  ---
This bug is not reproduced anymore on LibreOffice 6.0.2.1, ie image is flipped
correctly when file is opened in LibreOffice, and after roundtrip in MS Office
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 104468] [META] DOCX (OOXML) image-related issues

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

Bug 71886 Summary: FILEOPEN, FILESAVE, docx: flip attribute not 
imported/exported
https://bugs.documentfoundation.org/show_bug.cgi?id=71886

   What|Removed |Added

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

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


[Libreoffice-commits] core.git: configure.ac

2018-05-10 Thread Tor Lillqvist
 configure.ac |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

New commits:
commit fc00041df85fd508d1fc34658d4c9ceeb10084b1
Author: Tor Lillqvist 
Date:   Thu May 10 14:43:10 2018 +0300

Also for SDK 10.0.17134 the winsdklibsubdir needs to have a .0 tacked on

Also remove questionable old "Hack needed at least by tml".

Change-Id: I478358ea114cee2f8a181b98cb3433447b3ed560
Reviewed-on: https://gerrit.libreoffice.org/54081
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 

diff --git a/configure.ac b/configure.ac
index ad94133135ff..cef6c2940019 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5230,12 +5230,8 @@ find_winsdk_version()
 winsdklibsubdir="10.0.16299.0"
 elif test "$regvalue" = "10.0.15063"; then
 winsdklibsubdir="10.0.15063.0"
-dnl Hack needed at least by tml:
-if test ! -f "${winsdktest}/Include/10.0.15063.0/um/sqlext.h" \
--a -f "${winsdktest}/Include/10.0.14393.0/um/sqlext.h"
-then
-winsdklibsubdir="10.0.14393.0"
-fi
+elif test "$regvalue" = "10.0.17134"; then
+winsdklibsubdir="$regvalue.0"
 fi
 return
 fi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/clang-format vcl/CppunitTest_vcl_complextext.mk vcl/Executable_vcldemo.mk vcl/headless vcl/inc vcl/qt5 vcl/quartz vcl/source vcl/unx vcl/win

2018-05-10 Thread Khaled Hosny
 solenv/clang-format/blacklist|1 
 vcl/CppunitTest_vcl_complextext.mk   |5 +-
 vcl/Executable_vcldemo.mk|1 
 vcl/headless/svptext.cxx |4 -
 vcl/inc/CommonSalLayout.hxx  |   64 ---
 vcl/inc/headless/svpgdi.hxx  |2 
 vcl/inc/quartz/salgdi.h  |3 -
 vcl/inc/salgdi.hxx   |3 -
 vcl/inc/sallayout.hxx|   61 +
 vcl/inc/textrender.hxx   |2 
 vcl/inc/unx/cairotextrender.hxx  |2 
 vcl/inc/unx/genpspgraphics.h |2 
 vcl/inc/unx/salgdi.h |2 
 vcl/inc/win/DWriteTextRenderer.hxx   |4 -
 vcl/inc/win/salgdi.h |9 +---
 vcl/inc/win/winlayout.hxx|5 --
 vcl/qt5/Qt5Graphics.hxx  |2 
 vcl/qt5/Qt5Graphics_Text.cxx |6 +-
 vcl/quartz/salgdi.cxx|7 +--
 vcl/source/gdi/CommonSalLayout.cxx   |   33 +++
 vcl/source/gdi/sallayout.cxx |6 --
 vcl/unx/generic/gdi/cairotextrender.cxx  |8 +--
 vcl/unx/generic/gdi/font.cxx |4 -
 vcl/unx/generic/print/genpspgraphics.cxx |   20 -
 vcl/win/gdi/DWriteTextRenderer.cxx   |5 --
 vcl/win/gdi/winlayout.cxx|   23 +--
 26 files changed, 119 insertions(+), 165 deletions(-)

New commits:
commit a909afbc21e8cdd03a7f27db798f830c76aa91d2
Author: Khaled Hosny 
Date:   Thu May 10 12:48:13 2018 +0200

Fold CommonSalLayout into GenericSalLayout

Now the crazy constructors of CommonSalLayout are gone, we can merge
the two and drop one level of indirection.

Change-Id: I166e4ed2c9d22c1ce75246d486f7526c4928f652
Reviewed-on: https://gerrit.libreoffice.org/54077
Tested-by: Jenkins 
Reviewed-by: Khaled Hosny 

diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index f63ff7be8ab7..f1cf302e060a 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -17547,7 +17547,6 @@ vcl/inc/BitmapProcessor.hxx
 vcl/inc/BitmapScaleConvolutionFilter.hxx
 vcl/inc/BitmapScaleSuperFilter.hxx
 vcl/inc/BitmapSymmetryCheck.hxx
-vcl/inc/CommonSalLayout.hxx
 vcl/inc/ControlCacheKey.hxx
 vcl/inc/PhysicalFontCollection.hxx
 vcl/inc/PhysicalFontFace.hxx
diff --git a/vcl/CppunitTest_vcl_complextext.mk 
b/vcl/CppunitTest_vcl_complextext.mk
index 81dc60fe67d7..ec4c071c5a9b 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -19,7 +19,10 @@ $(eval $(call 
gb_CppunitTest_add_exception_objects,vcl_complextext, \
vcl/qa/cppunit/complextext \
 ))
 
-$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,\
+   boost_headers \
+   harfbuzz \
+))
 
 ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
 $(eval $(call gb_CppunitTest_use_package,vcl_complextext,fonts_dejavu))
diff --git a/vcl/Executable_vcldemo.mk b/vcl/Executable_vcldemo.mk
index a09d3b4936e1..c06725c297cf 100644
--- a/vcl/Executable_vcldemo.mk
+++ b/vcl/Executable_vcldemo.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_Executable_use_api,vcldemo,\
 $(eval $(call gb_Executable_use_externals,vcldemo,\
boost_headers \
glm_headers \
+   harfbuzz \
 ))
 ifeq ($(ENABLE_HEADLESS),)
 $(eval $(call gb_Executable_use_externals,vcldemo,\
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx
index caa34e33f7b9..1e0b578f800b 100644
--- a/vcl/headless/svptext.cxx
+++ b/vcl/headless/svptext.cxx
@@ -23,7 +23,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 void SvpSalGraphics::SetFont( const FontSelectPattern* pIFSD, int 
nFallbackLevel )
 {
@@ -106,7 +106,7 @@ std::unique_ptr SvpSalGraphics::GetTextLayout( 
ImplLayoutArgs& rArgs,
 return m_aTextRenderImpl.GetTextLayout(rArgs, nFallbackLevel);
 }
 
-void SvpSalGraphics::DrawTextLayout(const CommonSalLayout& rLayout)
+void SvpSalGraphics::DrawTextLayout(const GenericSalLayout& rLayout)
 {
 m_aTextRenderImpl.DrawTextLayout(rLayout);
 }
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
deleted file mode 100644
index ae5804d5df95..
--- a/vcl/inc/CommonSalLayout.hxx
+++ /dev/null
@@ -1,64 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the 

[Libreoffice-bugs] [Bug 115600] Missing Messages at the Use of “Navigate by” Function when Document Beginning or End is Reached

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

Jim Raykowski  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |desktop.org |

--- Comment #19 from Jim Raykowski  ---
I have assigned this one to myself because I am working on a different approach
for displaying these messages that combines the display work into one local
function for use in the move navigation handler.

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


[Libreoffice-bugs] [Bug 117475] CRASH changing the master slide

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC|philip...@hotmail.com   |caol...@redhat.com

--- Comment #8 from Maxim Monastirsky  ---
This is the real first bad commit:

commit db00223e6d3132eac9603e5dabd20cd03f599cb3
Author: Caolán McNamara 
Date:   Wed May 18 12:10:26 2016 +0100

Related: tdf#99523 select only the desired slides

when selecting the same slides in the document as are
selected in the slide pane, don't forget to unselect
any slides already selected in the document.

impress is nuts in carrying around two selection
mechanisms.

Change-Id: I97d744c1c57b68dc312a17a5cd5290e1b6ccf083

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 115496] Menubar entry in the hamburger menu isn' t working in with Notebookbar in Grouped full/compact mode

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

andreas_k  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||kain...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from andreas_k  ---
thanks Menubar instead of MenuBar work

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


[Libreoffice-ux-advise] [Bug 107158] [META] Groupedbar variant of the Notebookbar

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

Bug 115496 Summary: Menubar entry in the hamburger menu isn't working in with 
Notebookbar in Grouped full/compact mode
https://bugs.documentfoundation.org/show_bug.cgi?id=115496

   What|Removed |Added

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

-- 
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 108097] Draw (Not Responding) ~3-6 seconds unable to use GUI

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

Christopher M. Penalver  changed:

   What|Removed |Added

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

--- Comment #5 from Christopher M. Penalver  
---
DRAW no longer goes into "Not Responding" loop without input as originally
reported. Also, was able to add/modify text with no problem, while
simultaneously having other documents open in Calc, and Writer.

Version: 6.0.3.2 (x64)
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: group

Windows 10 Home x64
Version: 1803
Build: 17134.1

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


[Libreoffice-bugs] [Bug 55160] Fileopen: docx layout not imported correctly - support for nested floating tables

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

--- Comment #10 from Gabor Kelemen  ---
Created attachment 142026
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142026=edit
Screenshot of the file in current master

Still not good, although in a different way.

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


[Libreoffice-commits] core.git: config_host/config_features.h.in config_host/config_java.h.in connectivity/source cppu/source cui/source dbaccess/source desktop/source desktop/unx include/connectivity

2018-05-10 Thread Rene Engelhard
 config_host/config_features.h.in  |8 
 config_host/config_java.h.in  |8 
 connectivity/source/commontools/CommonTools.cxx   |2 +-
 cppu/source/uno/lbenv.cxx |2 +-
 cppu/source/uno/lbmap.cxx |2 +-
 cui/source/options/optjava.cxx|2 +-
 cui/source/options/optjava.hxx|2 +-
 dbaccess/source/ui/dlg/ConnectionPage.cxx |2 +-
 dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx |2 +-
 dbaccess/source/ui/dlg/TextConnectionHelper.cxx   |2 +-
 dbaccess/source/ui/dlg/detailpages.cxx|2 +-
 desktop/source/app/app.cxx|1 +
 desktop/source/app/desktopcontext.cxx |2 +-
 desktop/unx/source/start.c|2 +-
 include/connectivity/CommonTools.hxx  |2 +-
 sfx2/source/control/unoctitm.cxx  |2 +-
 sw/inc/SwAppletImpl.hxx   |2 +-
 sw/source/filter/html/htmlplug.cxx|2 +-
 sw/source/filter/html/swhtml.cxx  |2 +-
 sw/source/filter/html/swhtml.hxx  |2 +-
 vcl/source/window/syschild.cxx|2 +-
 21 files changed, 27 insertions(+), 26 deletions(-)

New commits:
commit e37135d4139f7c614c46fff6f82d519a05f1d9f8
Author: Rene Engelhard 
Date:   Wed May 9 23:20:23 2018 +

move Java from config_features to already existing config_java

Change-Id: I085fab2bcdc5910d1386fc20768fe7063ce3e28e
Reviewed-on: https://gerrit.libreoffice.org/54071
Reviewed-by: Rene Engelhard 
Tested-by: Rene Engelhard 

diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 75845dcf3286..d631ae1c0e42 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -7,14 +7,6 @@
 #ifndef CONFIG_FEATURES_H
 #define CONFIG_FEATURES_H
 
-/* JAVA
- *
- * Whether we have support for Java extensions, and use own Java
- * functionality).
- */
-
-#define HAVE_FEATURE_JAVA 0
-
 /* DESKTOP - Whether we have a "normal" desktop UI or not.
  *
  * Non-DESKTOP in practice means touch-based mobile devices, Android
diff --git a/config_host/config_java.h.in b/config_host/config_java.h.in
index 8b23de922488..8f05ec6267cf 100644
--- a/config_host/config_java.h.in
+++ b/config_host/config_java.h.in
@@ -1,6 +1,14 @@
 #ifndef CONFIG_JAVA_H
 #define CONFIG_JAVA_H
 
+/* JAVA
+ *
+ * Whether we have support for Java extensions, and use own Java
+ * functionality).
+ */
+
+#define HAVE_FEATURE_JAVA 0
+
 #undef JAVA_ARCH
 
 #endif
diff --git a/connectivity/source/commontools/CommonTools.cxx 
b/connectivity/source/commontools/CommonTools.cxx
index 371b2a63c0d2..a3c6a2fc2251 100644
--- a/connectivity/source/commontools/CommonTools.cxx
+++ b/connectivity/source/commontools/CommonTools.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
+#include 
 
 #include 
 #include 
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index 7f40be041ec4..fa22dc661ecf 100644
--- a/cppu/source/uno/lbenv.cxx
+++ b/cppu/source/uno/lbenv.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
+#include 
 
 #include 
 
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx
index 4c8aa60895ab..ca6e15ac6d43 100644
--- a/cppu/source/uno/lbmap.cxx
+++ b/cppu/source/uno/lbmap.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
+#include 
 
 #include "IdentityMapping.hxx"
 
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index eb81db248417..36d33c6116f5 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -22,7 +22,7 @@
 #include 
 #include 
 
-#include 
+#include 
 
 #include "optaboutconfig.hxx"
 #include "optjava.hxx"
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 6caaeeb4cfc3..ebc6ed2be45b 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -19,7 +19,7 @@
 #ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTJAVA_HXX
 #define INCLUDED_CUI_SOURCE_OPTIONS_OPTJAVA_HXX
 
-#include 
+#include 
 
 #include 
 #include 
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx 
b/dbaccess/source/ui/dlg/ConnectionPage.cxx
index 75577db17114..9575384f1009 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
+#include 
 #include "ConnectionPage.hxx"
 #include 
 #include 
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx 
b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
index 4cdb11718bb0..b2ca1e21182e 100644
--- 

[Libreoffice-bugs] [Bug 117553] New: Footnote navigation when in footnote text is inconsistent

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

Bug ID: 117553
   Summary: Footnote navigation when in footnote text is
inconsistent
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

When in the footnote text area, footnote navigation next always moves to the
first footnote anchor in the document and previous does nothing.

Steps to reproduce:

1) create or open a document with footnotes
2) open Findbar View->Toobars->Find or Ctrl-F
3) click on a footnote anchor in the document
cursor moves to footnote text
4) select Footnote in the Findbar Navigate By dropdown
5) click on the 'Previous footnote' button
result: nothing happens
6) click on the 'Next footnote' button
result: cursor moves to first footnote anchor in document

expected results: Maybe either move to the previous or next footnote anchor in
the document or to the previous or next footnote text or do nothing?

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


[Libreoffice-bugs] [Bug 117475] CRASH changing the master slide

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com
Version|5.3 all versions|5.2 all versions

--- Comment #7 from Maxim Monastirsky  ---
(In reply to Xisco Faulí from comment #3)
> I was really surprise the bisect repo pointed me to this commit, however,
> I've reverted it locally, and it no longer crashes without this commit in.
Actually it can be reproduced w/o this commit too, if before step 5 hide and
then show again the Standard toolbar.

I tried to bisect this with the 5.2 repo, which resulted with:
last good - f688acfdae00ebdd891737e533d54368810185e1
first bad - 44326f8dfabd81bf8b5a5c741f29ae8c57b4a88e

That's a large range, as I had to skip a lot of commits which were crashing
already at step 2. However, if we filter only the sd changes, it's not that
much:

https://cgit.freedesktop.org/libreoffice/core/log/sd?qt=range=f688acfdae00ebdd891737e533d54368810185e1...44326f8dfabd81bf8b5a5c741f29ae8c57b4a88e

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


[Libreoffice-bugs] [Bug 117549] In gtk3, crash when trying to revert back to Standard Toolbar from any Notebookbar variant

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

--- Comment #5 from Julien Nabet  ---
(In reply to Buovjaga from comment #4)
> (In reply to Julien Nabet from comment #3)
> > On pc Debian x86-64 with master sources updated today
> > (48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this.
> > Could you give the specific views chosen?
> 
> Try tabbed variant and then back to normal toolbar.

Sorry, I don't reproduce this :-(

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


[Libreoffice-commits] core.git: include/svx include/vcl sd/inc sd/qa sd/source sd/uiconfig svx/source vcl/source vcl/unx

2018-05-10 Thread Caolán McNamara
 include/svx/graphctl.hxx  |   53 ++---
 include/vcl/weld.hxx  |8 ++
 sd/inc/sdabstdlg.hxx  |2 
 sd/qa/unit/dialogs-test.cxx   |3 
 sd/source/ui/dlg/sddlgfact.cxx|   13 ++-
 sd/source/ui/dlg/sddlgfact.hxx|   11 ++
 sd/source/ui/dlg/vectdlg.cxx  |  146 --
 sd/source/ui/func/fuvect.cxx  |2 
 sd/source/ui/inc/vectdlg.hxx  |   54 +-
 sd/uiconfig/sdraw/ui/vectorize.ui |  100 ++
 svx/source/dialog/graphctl.cxx|   72 ++
 vcl/source/app/salvtables.cxx |   25 ++
 vcl/unx/gtk3/gtk3gtkinst.cxx  |   27 +++
 13 files changed, 350 insertions(+), 166 deletions(-)

New commits:
commit a4d35e9ed6b26d329d05bc4f39e21aac34510e0a
Author: Caolán McNamara 
Date:   Thu May 10 16:42:15 2018 +0100

weld SdVectorizeDlg

Change-Id: I15469be36807bcfca9882d04dd5d55933692abf7
Reviewed-on: https://gerrit.libreoffice.org/54092
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index f32454a56ae4..13d323c48a93 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -21,12 +21,27 @@
 
 #include 
 #include 
+#include 
 #include 
 
 #include 
 #include 
 
-class GraphCtrlUserCall;
+class GraphCtrl;
+
+class GraphCtrlUserCall : public SdrObjUserCall
+{
+GraphCtrl& rWin;
+
+public:
+
+GraphCtrlUserCall(GraphCtrl& rGraphWin)
+: rWin(rGraphWin)
+{}
+
+virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const 
tools::Rectangle& rOldBoundRect) override;
+};
+
 class SvxGraphCtrlAccessibleContext;
 
 class SVX_DLLPUBLIC GraphCtrl : public Control
@@ -71,7 +86,7 @@ protected:
 virtual voidSdrObjChanged( const SdrObject& rObj );
 virtual voidMarkListHasChanged();
 
-inline SdrObjUserCall* GetSdrUserCall();
+SdrObjUserCall* GetSdrUserCall() { return pUserCall; }
 
 public:
 
@@ -109,24 +124,34 @@ public:
 virtual css::uno::Reference< css::accessibility::XAccessible > 
CreateAccessible() override;
 };
 
-
-class GraphCtrlUserCall : public SdrObjUserCall
+class SVX_DLLPUBLIC SvxGraphCtrl
 {
-GraphCtrl& rWin;
+MapMode aMap100;
+Graphic aGraphic;
+SizeaGraphSize;
+SizemaSize;
+
+std::unique_ptr mxDrawingArea;
+
+DECL_LINK(DoPaint, weld::DrawingArea::draw_args, void);
+DECL_LINK(DoResize, const Size& rSize, void);
 
 public:
 
-GraphCtrlUserCall(GraphCtrl& rGraphWin)
-: rWin(rGraphWin)
-{}
+SvxGraphCtrl(weld::Builder& rBuilder, const OString& rDrawingId);
+virtual ~SvxGraphCtrl();
 
-virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const 
tools::Rectangle& rOldBoundRect) override;
-};
+voidSetGraphic( const Graphic& rGraphic );
+const Graphic&  GetGraphic() const { return aGraphic; }
+const Size& GetGraphicSize() const { return aGraphSize; }
 
-SdrObjUserCall* GraphCtrl::GetSdrUserCall()
-{
-return pUserCall;
-}
+const Size& GetSize() const { return maSize; }
+
+void set_size_request(int nWidth, int nHeight)
+{
+mxDrawingArea->set_size_request(nWidth, nHeight);
+}
+};
 
 class GraphCtrlView : public SdrView
 {
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index b7f53ab0e057..306dc4fedebf 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -444,6 +444,13 @@ public:
 void connect_value_changed(const Link& rLink) { 
m_aValueChangedHdl = rLink; }
 };
 
+class VCL_DLLPUBLIC ProgressBar : virtual public Widget
+{
+public:
+//0-100
+virtual void set_percentage(int value) = 0;
+};
+
 class VCL_DLLPUBLIC Entry : virtual public Widget
 {
 private:
@@ -868,6 +875,7 @@ public:
 virtual Expander* weld_expander(const OString& id, bool bTakeOwnership = 
false) = 0;
 virtual Entry* weld_entry(const OString& id, bool bTakeOwnership = false) 
= 0;
 virtual Scale* weld_scale(const OString& id, bool bTakeOwnership = false) 
= 0;
+virtual ProgressBar* weld_progress_bar(const OString& id, bool 
bTakeOwnership = false) = 0;
 virtual DrawingArea* weld_drawing_area(const OString& id, const a11yref& 
rA11yImpl = nullptr,
FactoryFunction 
pUITestFactoryFunction = nullptr,
void* pUserData = nullptr, bool 
bTakeOwnership = false)
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 1cd4f51d11e7..8595a6044252 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -197,7 +197,7 @@ public:
 virtual VclPtrCreateSdPresLayoutDlg( 
::sd::DrawDocShell* pDocShell, const SfxItemSet& rInAttrs) = 0;
 virtual VclPtr   

[Libreoffice-bugs] [Bug 117549] In gtk3, crash when trying to revert back to Standard Toolbar from any Notebookbar variant

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

--- Comment #4 from Buovjaga  ---
(In reply to Julien Nabet from comment #3)
> On pc Debian x86-64 with master sources updated today
> (48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this.
> Could you give the specific views chosen?

Try tabbed variant and then back to normal toolbar.

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


Re: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)

2018-05-10 Thread claus . klein . sha
Hi, 

there is a nice way on github to get my patch as a single file file:

https://patch-diff.githubusercontent.com/raw/freedesktop/libreoffice-cppunit/pull/2.patch
 


It would be nice to have cmake build generator support at the cppunit project.

Kind regards,
Claus

„Es ist nicht genug, zu wissen, man muß auch anwenden; 
 es ist nicht genug, zu wollen, man muß auch tun.“ 
Johann Wolfgang von Goethe 
 (Werk: Wilhelm 
Meisters Wanderjahre)

> Am 10.05.2018 um 21:15 schrieb Markus Mohrhard 
> :
> 
> Hey,
> 
> oh I didn't know that there are freedesktop mirrors. Actually the main 
> repository is hosted at https://gerrit.libreoffice.org/#/q/status:open 
>  and the freedesktop 
> repositories are already mirrors.
> 
> The easiest way is to push a change to gerrit as described at 
> https://wiki.documentfoundation.org/Development/gerrit 
> . However for cppunit 
> I also accept mails tot he developer list with the patches.
> 
> Kind regards,
> Markus
> 
> 
> On Thu, May 10, 2018 at 9:09 PM,  > wrote:
> How can a contribute a new feature?
> 
>> Anfang der weitergeleiteten Nachricht:
>> 
>> Von: fdo-mirror >
>> Betreff: Aw: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)
>> Datum: 10. Mai 2018 um 21:03:52 MESZ
>> An: freedesktop/libreoffice-cppunit > >
>> Kopie: Claus Klein > >, Author > >
>> Antwort an: freedesktop/libreoffice-cppunit 
>> >  
>> >
>> 
>> Closed #2 .
>> 
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub 
>> ,
>>  or mute the thread 
>> .
>> 
> 
> 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org 
> https://lists.freedesktop.org/mailman/listinfo/libreoffice 
> 
> 
> 

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


[Libreoffice-commits] core.git: Changes to 'private/Sweetshark/killswclient'

2018-05-10 Thread Bjoern Michaelsen
New branch 'private/Sweetshark/killswclient' available with the following 
commits:
commit 398e9ba9af424e7629b2251a076d7b6fa2e3312b
Author: Bjoern Michaelsen 
Date:   Thu May 10 10:51:42 2018 +0200

dont use SwClient/SwModify in unocore: NumberingRules

Change-Id: Ic594c5129664b309ce1b6ddd0c715a17df5a3265

commit d80ed2d0fc6fd6a2f0982e9f503796549b6f82c7
Author: Bjoern Michaelsen 
Date:   Thu May 10 10:51:42 2018 +0200

dont use SwClient/SwModify in unocore: HeadFootText

Change-Id: Ic594c5129664b309ce1b6ddd0c715a17df5a3265

commit d5956daedade27251f930c1b394584dc7b6b0e2e
Author: Bjoern Michaelsen 
Date:   Thu May 10 10:51:42 2018 +0200

dont use SwClient/SwModify in unocore: TextMarkup

Change-Id: Ic594c5129664b309ce1b6ddd0c715a17df5a3265

commit 8ed62c2f8704484a3fa7d852992fd0816efe8e45
Author: Bjoern Michaelsen 
Date:   Thu May 10 10:51:42 2018 +0200

dont use SwClient/SwModify in unocore: Section

Change-Id: Ic594c5129664b309ce1b6ddd0c715a17df5a3265

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


[Libreoffice-bugs] [Bug 98903] Changing language via "Tool / Language / For all Text" doesn' t update spelling errors shown

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

Julien Nabet  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #5 from Julien Nabet  ---
Since there's no specific fix, let's put this one to WFM.

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


Re: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)

2018-05-10 Thread Markus Mohrhard
Hey,

oh I didn't know that there are freedesktop mirrors. Actually the main
repository is hosted at https://gerrit.libreoffice.org/#/q/status:open and
the freedesktop repositories are already mirrors.

The easiest way is to push a change to gerrit as described at
https://wiki.documentfoundation.org/Development/gerrit. However for cppunit
I also accept mails tot he developer list with the patches.

Kind regards,
Markus


On Thu, May 10, 2018 at 9:09 PM,  wrote:

> How can a contribute a new feature?
>
> Anfang der weitergeleiteten Nachricht:
>
> *Von: *fdo-mirror 
> *Betreff: **Aw: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)*
> *Datum: *10. Mai 2018 um 21:03:52 MESZ
> *An: *freedesktop/libreoffice-cppunit  github.com>
> *Kopie: *Claus Klein , Author <
> aut...@noreply.github.com>
> *Antwort an: *freedesktop/libreoffice-cppunit  001bf85aeee7219e578b46559bb8fc76f33f01540ea54e9f92cf0001
> 170c599892a169ce1331a...@reply.github.com>
>
> Closed #2 .
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Fwd: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)

2018-05-10 Thread claus . klein . sha
How can a contribute a new feature?

> Anfang der weitergeleiteten Nachricht:
> 
> Von: fdo-mirror 
> Betreff: Aw: [freedesktop/libreoffice-cppunit] Feature/cmake (#2)
> Datum: 10. Mai 2018 um 21:03:52 MESZ
> An: freedesktop/libreoffice-cppunit 
> Kopie: Claus Klein , Author 
> 
> Antwort an: freedesktop/libreoffice-cppunit 
> 
> 
> Closed #2 .
> 
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub 
> , 
> or mute the thread 
> .
> 

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


[Libreoffice-bugs] [Bug 98903] Changing language via "Tool / Language / For all Text" doesn' t update spelling errors shown

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

--- Comment #4 from jose.ve...@urjc.es ---
In 6.0.4.2 it seems to be resolved.

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


[Libreoffice-bugs] [Bug 98903] Changing language via "Tool / Language / For all Text" doesn' t update spelling errors shown

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

jose.ve...@urjc.es changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 102142] Notebookbar: certain icons are enabled in print preview mode

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

--- Comment #7 from Pedro  ---
Created attachment 142025
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142025=edit
This bug is still present.

This bug is still present in 6.1Dev.

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

2018-05-10 Thread Henry Castro
 loleaflet/docs/js/jquery-2.1.4.min.js |4 
 1 file changed, 4 deletions(-)

New commits:
commit 0402842bf017b728e93145ebf3fe4002ea4a5e08
Author: Henry Castro 
Date:   Thu May 10 15:01:06 2018 -0400

loleaflet: remove unused minified jquery file

Change-Id: I40a0526f0f3027b7bd064d9142fffcd208d37239

diff --git a/loleaflet/docs/js/jquery-2.1.4.min.js 
b/loleaflet/docs/js/jquery-2.1.4.min.js
deleted file mode 100644
index 49990d6e1..0
--- a/loleaflet/docs/js/jquery-2.1.4.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | 
jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof 
module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw
 new Error("jQuery requires a window with a document");return 
b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var 
c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return
 new 
n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return
 
b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return
 d.call(this)},get:function(a){return 
null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var 
b=n.merge(this.constructor(),a);return 
b.prevObject=this,b.context=this.context,b},each:function(a,b){return 
n.each(this,a,b)},map:function(a){return 
this.pushStack(n.map(this,function(b,c){return 
a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(
 this,arguments))},first:function(){return this.eq(0)},last:function(){return 
this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return 
this.pushStack(c>=0&>c?[this[c]]:[])},end:function(){return 
this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var
 
a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof
 g&&(j=g,g=arguments[h]||{},h++),"object"==typeof 
g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b
 in 
a)c=g[b],d=a[b],g!==d&&(j&&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&(c)?c:[]):f=c&(c)?c:{},g[b]=n.extend(j,f,d)):void
 0!==d&&(g[b]=d));return 
g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw
 new 
Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return
 null!=a&===a.window},isNumeric:functi
 
on(a){return!n.isArray(a)&(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var
 b;for(b in a)return!1;return!0},type:function(a){return 
null==a?a+"":"object"==typeof a||"function"==typeof 
a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var 
b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use 
strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return
 a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return 
a.nodeName&()===b.toLowerCase()},each:function(a,b,c){var
 
d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else
 for(e in a)if(d=b.apply(a[e],c),d===!1)break}else 
if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in 
a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a
 ){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var 
c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof 
a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return 
null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var 
c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return 
a.length=e,a},grep:function(a,b,c){for(var 
d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&(a[f]);return 
e},map:function(a,b,c){var 
d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&(d);else
 for(f in a)d=b(a[f],f,c),null!=d&(d);return 
e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof 
b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return 
a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void
 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date 
RegExp Object Error".split(" "),function(a,b){h["[object 
"+b+"]"]=b.toLowerCase()});function s(a){va
 r b="length"in 
a&,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&?!0:"array"===c||0===b||"number"==typeof
 b&>0& in a}var t=function(a){var 
b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new 
Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return 

[Libreoffice-bugs] [Bug 117549] In gtk3, crash when trying to revert back to Standard Toolbar from any Notebookbar variant

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today
(48078ed27c6a50c270f3a2af75d61c37dd8b6c1c) + gtk3, I don't reproduce this.
Could you give the specific views chosen?

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

2018-05-10 Thread Henry Castro
 .gitignore |4 
 1 file changed, 4 insertions(+)

New commits:
commit 7180594c5da67caa100eae23a2afc64c2257f1dd
Author: Henry Castro 
Date:   Thu May 10 14:52:13 2018 -0400

lolefalet: ignore generated dist folder files

Change-Id: Ib06809e6b85ccd9f5c2571b8590b8d8ef9f0016c

diff --git a/.gitignore b/.gitignore
index 697c13843..1ec173f6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,10 @@ loolwsd.log
 *.log.*.gz
 *.lo
 
+# lolefalet
+loleaflet/dist
+loleaflet/admin/admin-src.js
+
 connect
 lokitclient
 loolwsd
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/admin loleaflet/bootstrap loleaflet/build loleaflet/cursors loleaflet/dist loleaflet/Jakefile.js loleaflet/main-admin.js loleaflet/Makefile.am

2018-05-10 Thread Henry Castro
 loleaflet/Jakefile.js|2 -
 loleaflet/Makefile.am|   56 +--
 loleaflet/build/build.js |   10 
 loleaflet/main-admin.js  |   10 
 4 files changed, 51 insertions(+), 27 deletions(-)

New commits:
commit 04f17a012ff873808f93873a196ed1aa95fd77b3
Author: Henry Castro 
Date:   Thu May 10 13:41:37 2018 -0400

loleaflet: fix build in admin files

Change-Id: I0e96b18e6319ce0d4456c16f0fce008e4e4c4966

diff --git a/loleaflet/Jakefile.js b/loleaflet/Jakefile.js
index 3bfa14c40..04a9f2e79 100644
--- a/loleaflet/Jakefile.js
+++ b/loleaflet/Jakefile.js
@@ -54,7 +54,7 @@ file('dist/leaflet-src.js', build.getFiles(), {async: true}, 
function() {
 });
 
 desc('Create a combined admin file');
-file('dist/admin/admin-src.js', build.getAdminFiles(), {async: true}, 
function() {
+file('admin/admin-src.js', build.getAdminFiles(), {async: true}, function() {
var lint = jake.Task['lintadmin'];
lint.addListener('complete', function(value) {
console.log('Building admin-src.js ...');
diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 7166a6de9..68ea2131e 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -27,6 +27,15 @@ LOLEAFLET_DRAW_CSS_SRC = $(shell find 
$(srcdir)/plugins/draw-$(DRAW_VERSION)/dis
 LOLEAFLET_HTML_SRC = $(shell find $(srcdir)/html -name '*.html')
 LOLEAFLET_HTML_DST = $(patsubst 
$(srcdir)/html/%.html,$(builddir)/dist/%.html,$(LOLEAFLET_HTML_SRC))
 
+LOLEAFLET_ADMIN_SRC = $(shell find $(srcdir)/admin -name '*.html')
+LOLEAFLET_ADMIN_DST = $(patsubst 
$(srcdir)/admin/%,$(builddir)/dist/admin/%,$(LOLEAFLET_ADMIN_SRC))
+
+BOOTSTRAP_SRC = $(shell find $(srcdir)/bootstrap -name '*.*')
+BOOTSTRAP_DST = $(patsubst 
$(srcdir)/bootstrap/%,$(builddir)/dist/bootstrap/%,$(BOOTSTRAP_SRC))
+
+CURSORS_SRC = $(shell find $(srcdir)/cursors -name '*.*')
+CURSORS_DST = $(patsubst 
$(srcdir)/cursors/%,$(builddir)/dist/cursors/%,$(CURSORS_SRC))
+
 define file_target
 $(1): $(2)
@cp $$< $$@
@@ -93,7 +102,7 @@ GLOBAL_JS =\
 LOLEAFLET_JS = $(strip $(shell NODE_PATH=$(abs_builddir)/node_modules $(NODE) 
-e "try {console.log(require('$(1)').getFiles().join(' '))} catch(e) {}"))
 
 PLUGINS_JS =\
-   loleaflet.draw-src.js \
+   leaflet.draw-src.js \
w2ui-1.5.rc1.js \
main.js \
toolbar.js
@@ -105,7 +114,7 @@ COMMA := ,
 EMPTY :=
 SPACE := $(EMPTY) $(EMPTY)
 LOLEAFLET_VERSION = $(shell cd $(srcdir) && git log -1 --pretty=format:"%h")
-LOLEAFLET_PREFIX := $(if $(ENABLE_DEBUG),$(builddir)/dist,$(builddir)/build)
+LOLEAFLET_PREFIX := $(if $(ENABLE_DEBUG),$(abs_builddir),$(abs_builddir)/build)
 
 EXTRA_DIST = $(shell find . -type f -not -path './.git/*' | sed 's/.\///')
 
@@ -114,24 +123,27 @@ all-local: | node_modules \
$(L10N_JSON) \
$(LOLEAFLET_IMAGES_DST) \
$(JQUERY_UI_DIST_IMAGES) \
-   $(LOLEAFLET_PREFIX)/loleaflet.draw-src.js \
-   $(LOLEAFLET_PREFIX)/loleaflet-src.js \
+   $(LOLEAFLET_PREFIX)/dist/leaflet.draw-src.js \
+   $(LOLEAFLET_PREFIX)/dist/loleaflet-src.js \
+   $(builddir)/dist/admin-bundle.js \
$(builddir)/dist/bundle.css \
$(builddir)/dist/bundle.js \
$(builddir)/dist/loleaflet.html
@echo "build loleaflet completed"
 
-$(LOLEAFLET_PREFIX)/loleaflet.draw-src.js: $(LOLEAFLET_DRAW_CSS_SRC) 
$(LOLEAFLET_DRAW_JS_SRC)
+$(LOLEAFLET_PREFIX)/dist/leaflet.draw-src.js: $(LOLEAFLET_DRAW_CSS_SRC) 
$(LOLEAFLET_DRAW_JS_SRC)
@mkdir -p $(dir $@)
-   @NODE_PATH=$(abs_builddir)/node_modules jake -f 
$(srcdir)/plugins/draw-$(DRAW_VERSION)/Jakefile.js -C 
$(srcdir)/plugins/draw-$(DRAW_VERSION) build
+   @NODE_PATH=$(abs_builddir)/node_modules jake -f 
$(srcdir)/plugins/draw-$(DRAW_VERSION)/Jakefile.js -C 
$(srcdir)/plugins/draw-$(DRAW_VERSION) build debug=$(ENABLE_DEBUG) 
minify=$(MINIFY) builddir=$(LOLEAFLET_PREFIX)
 if ENABLE_DEBUG
@cp $(LOLEAFLET_DRAW_CSS_SRC) $(builddir)/dist/
 endif
@cp -a $(srcdir)/plugins/draw-$(DRAW_VERSION)/dist/images/* 
$(builddir)/dist/images/
-   @cp -a $(srcdir)/plugins/draw-$(DRAW_VERSION)/dist/leaflet.draw-src.js 
$@
+
+$(builddir)/dist/admin-bundle.js: $(LOLEAFLET_ADMIN_DST) $(BOOTSTRAP_DST) 
$(CURSORS_DST)
+   @NODE_PATH=$(abs_builddir)/node_modules jake -f $(srcdir)/Jakefile.js 
-C $(srcdir) $(abs_builddir)/dist/admin-bundle.js debug=$(ENABLE_DEBUG) 
minify=$(MINIFY) builddir=$(abs_builddir)
 
 if ENABLE_DEBUG
-$(LOLEAFLET_PREFIX)/loleaflet-src.js: $(LOLEAFLET_JS_DST)
+$(LOLEAFLET_PREFIX)/dist/loleaflet-src.js: $(LOLEAFLET_JS_DST)
@echo "Checking loleaflet for JS errors..."
@$(NODE) node_modules/eslint/bin/eslint.js $(srcdir)/src --ignore-path 
$(srcdir)/.eslintignore --config $(srcdir)/.eslintrc
@touch $@
@@ -140,13 +152,13 @@ $(builddir)/dist/bundle.css: $(LOLEAFLET_CSS_DST)
@touch $@
 
 $(builddir)/dist/bundle.js: $(NODE_MODULES_JS_DST) \
-   

[Libreoffice-bugs] [Bug 117537] Crash when I try to open excel document from a trusted site bacb.com FILEOPEN FILESAVE

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

--- Comment #3 from glad_he...@yahoo.com ---
Thank you for letting me know which version will open it. 
I appreciate your looking into it and taking the time to figure it out.

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


[Libreoffice-commits] online.git: configure.ac loleaflet/build loleaflet/css loleaflet/dist loleaflet/.eslintignore loleaflet/html loleaflet/images loleaflet/js loleaflet/l10n loleaflet/loleaflet.html

2018-05-10 Thread Henry Castro
 configure.ac   |6 
 loleaflet/.eslintignore|3 
 loleaflet/Makefile.am  |  231 
 loleaflet/build/deps.js|2 
 loleaflet/css/loleaflet.css|6 
 loleaflet/css/selectionMarkers.css |4 
 loleaflet/css/toolbar.css  |  122 
 loleaflet/dist/errormessages.js|   18 
 loleaflet/dist/toolbar/w2ui-1.4.3.css  | 2754 -
 loleaflet/dist/toolbar/w2ui-1.4.3.js   |13715 -
 loleaflet/dist/toolbar/w2ui-1.4.3.min.css  |2 
 loleaflet/dist/toolbar/w2ui-1.4.3.min.js   |   11 
 loleaflet/dist/toolbar/w2ui-1.5.rc1.min.js |   14 
 loleaflet/js/global.js |   32 
 loleaflet/js/main.js   |   62 
 loleaflet/loleaflet.html.m4|   18 
 loleaflet/main.css.m4  |   25 
 loleaflet/package.json |2 
 loleaflet/src/errormessages.js |   34 
 loleaflet/src/unocommands.js   |2 
 scripts/unocommands.py |4 
 21 files changed, 375 insertions(+), 16692 deletions(-)

New commits:
commit 8618885b3175781a95573c261f876e8626978573
Author: Henry Castro 
Date:   Thu Apr 12 15:57:00 2018 -0400

use Makefile to build loleaflet

Concatenate and minify all javascript files in the release build but not
in the debug build. Also, it is enabled to use a build directory

Change-Id: Ia120447a827cfe236241ddf188bf43a088f877a7
Reviewed-on: https://gerrit.libreoffice.org/52802
Reviewed-by: pranavk 
Tested-by: pranavk 

diff --git a/configure.ac b/configure.ac
index 70c6f7d91..13204904c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -445,6 +445,12 @@ fi
 
 AC_SUBST(ENABLE_SETCAP)
 
+AC_CONFIG_LINKS([discovery.xml:discovery.xml])
+AC_CONFIG_LINKS([loolkitconfig.xcu:loolkitconfig.xcu])
+AC_CONFIG_LINKS([loleaflet/package.json:loleaflet/package.json])
+AC_CONFIG_LINKS([loleaflet/npm-shrinkwrap.json:loleaflet/npm-shrinkwrap.json])
+AC_LINK_FILES([loleaflet/node_shrinkwrap], [loleaflet/node_shrinkwrap])
+
 AC_CONFIG_FILES([Makefile
  test/Makefile
  loleaflet/Makefile
diff --git a/loleaflet/.eslintignore b/loleaflet/.eslintignore
index 26e742c88..4ddb46e95 100644
--- a/loleaflet/.eslintignore
+++ b/loleaflet/.eslintignore
@@ -2,4 +2,5 @@
 dist/**/*.js
 !dist/toolbar/toolbar.js
 
-src/admin/Base.js
+**/src/admin/Base.js
+**/src/unocommands.js
diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 036f4c729..7166a6de9 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -8,34 +8,221 @@ DRAW_VERSION=0.2.4
 
 MINIFY=false
 
-L10N_PO = $(wildcard po/*.po)
-L10N_JSON = $(patsubst po/%.po,dist/l10n/%.json,$(L10N_PO))
+L10N_PO = $(wildcard $(srcdir)/po/*.po)
+L10N_JSON = $(patsubst 
$(srcdir)/po/%.po,$(builddir)/dist/l10n/%.json,$(L10N_PO))
 
 JQUERY_UI_IMAGE_PATH = node_modules/jquery-ui/themes/ui-lightness/images
 JQUERY_UI_IMAGES = $(wildcard $(JQUERY_UI_IMAGE_PATH)/*.png)
-JQUERY_UI_DIST_IMAGES = $(patsubst 
$(JQUERY_UI_IMAGE_PATH)/%.png,dist/$(JQUERY_UI_IMAGE_PATH)/%.png,$(JQUERY_UI_IMAGES))
+JQUERY_UI_DIST_IMAGES = $(patsubst 
$(JQUERY_UI_IMAGE_PATH)/%.png,$(builddir)/dist/images/%.png,$(JQUERY_UI_IMAGES))
+
+LOLEAFLET_IMAGES_SRC = $(wildcard $(srcdir)/images/*)
+LOLEAFLET_IMAGES_DST = $(patsubst 
$(srcdir)/%,$(builddir)/dist/%,$(LOLEAFLET_IMAGES_SRC))
+
+LOLEAFLET_L10N_SRC = $(shell find $(srcdir)/l10n -name '*.*')
+LOLEAFLET_L10N_DST =  $(patsubst 
$(srcdir)/l10n/%,$(builddir)/dist/l10n/%,$(LOLEAFLET_L10N_SRC))
+
+LOLEAFLET_DRAW_JS_SRC = $(shell find 
$(srcdir)/plugins/draw-$(DRAW_VERSION)/src -name '*.js')
+LOLEAFLET_DRAW_CSS_SRC = $(shell find 
$(srcdir)/plugins/draw-$(DRAW_VERSION)/dist -name '*.css')
+
+LOLEAFLET_HTML_SRC = $(shell find $(srcdir)/html -name '*.html')
+LOLEAFLET_HTML_DST = $(patsubst 
$(srcdir)/html/%.html,$(builddir)/dist/%.html,$(LOLEAFLET_HTML_SRC))
+
+define file_target
+$(1): $(2)
+   @cp $$< $$@
+
+endef
+
+define file_targets
+$(foreach file,$(1),$(call file_target,\
+   $(builddir)/dist/$(notdir $(file)),\
+   $(file)))
+endef
+
+LOLEAFLET_CSS =\
+   $(srcdir)/css/w2ui-1.5.rc1.css \
+   $(srcdir)/css/leaflet.css \
+   $(srcdir)/css/selectionMarkers.css \
+   $(srcdir)/css/loleaflet.css \
+   $(srcdir)/css/toolbar.css \
+   $(srcdir)/css/partsPreviewControl.css \
+   $(srcdir)/css/scrollBar.css \
+   $(srcdir)/css/searchControl.css \
+   $(srcdir)/css/spreadsheet.css \
+   $(srcdir)/css/editor.css \
+   $(srcdir)/plugins/draw-$(DRAW_VERSION)/dist/leaflet.draw.css \
+   
$(builddir)/node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css
 \
+   $(builddir)/node_modules/jquery-contextmenu/dist/jquery.contextMenu.css 
\
+   

[Libreoffice-bugs] [Bug 117513] Firebird: DATALOSS Data entered into embedded firebird table in the Beamer window is lost

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117531] Firebird: Migration: Migration function must recognize opening from Beamer OR Mail Merge Wizard and if started automatically save the file after successful run

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7513
 Ever confirmed|0   |1

--- Comment #2 from rob...@familiegrosskopf.de ---
Could confirm mail-merge wizard doesn't offer any possibility to save the data,
which are migrated from internal HSQLDB to internal Firebird database.

Tested with 
Version: 6.1.0.0.alpha1+
Build-ID: ecf50fe71596c3edba8ce437481ab80ae1cd8935
CPU-Threads: 4; BS: Linux 4.4; UI-Render: Standard; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-05-08_00:13:13
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 117552] Selecting "Notes" in the print dialog does not (immediately) change the orientation

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

--- Comment #4 from Emil Velikov  ---
Created attachment 142024
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142024=edit
Step4

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


[Libreoffice-bugs] [Bug 117552] Selecting "Notes" in the print dialog does not (immediately) change the orientation

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

--- Comment #3 from Emil Velikov  ---
Created attachment 142023
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142023=edit
Step3

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


[Libreoffice-bugs] [Bug 117552] Selecting "Notes" in the print dialog does not (immediately) change the orientation

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

--- Comment #2 from Emil Velikov  ---
Created attachment 142022
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142022=edit
Step2

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


[Libreoffice-bugs] [Bug 117552] Selecting "Notes" in the print dialog does not (immediately) change the orientation

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

--- Comment #1 from Emil Velikov  ---
Created attachment 142021
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142021=edit
Step1

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


[Libreoffice-bugs] [Bug 117552] New: Selecting "Notes" in the print dialog does not ( immediately) change the orientation

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

Bug ID: 117552
   Summary: Selecting "Notes" in the print dialog does not
(immediately) change the orientation
   Product: LibreOffice
   Version: 5.4.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: emil.l.veli...@gmail.com

Description:
The orientation/preview is not updated immediately, workarounds are needed.

Steps to Reproduce:
1. Open an presentation, go to the print dialog
2. Select "Notes" in the Document drop-down menu
3. Select any other printer (even "Print to File...")
4. Switch back to the printer you want to use - portrait is preserved (yay) 

Actual Results:  
2. Actual orientation is still landscape, preview still shows landscape
3. Actual orientation and preview are updated to portrait
4. Portrait mode is preserved

See the attached step1/2/3/4 pictures.

Expected Results:
2. Should change the orientation and preview to portrait.
Step 3+4 should not be needed.


Reproducible: Always


User Profile Reset: No



Additional Info:
Problem is observed on
- Official Arch package LOver 5.4.4.2 and 6.0.4.2
Be that as-is or with SAL_USE_VCLPLUGIN={gtk,gtk3} SAL_SYNCHRONIZE=1 

- Official Elementary package LOver 6.0.3.2

Note:
 - Aron Budea cannot reproduce on this LO 5.4.4.2 + GTK2 TDF build on Ubuntu
17.10


The "Use OpenGL for all rendering" setting does not exist on the 5.4.4.2
package :-\



User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/63.0.3239.132 Safari/537.36

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


[Libreoffice-bugs] [Bug 115583] Notebookbar context functionality doesnt work after exiting print preview mode

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

--- Comment #3 from Pedro  ---
Created attachment 142020
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142020=edit
Maybe create a tab to have the functions of Print Preview toolbar

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


[Libreoffice-bugs] [Bug 117537] Crash when I try to open excel document from a trusted site bacb.com FILEOPEN FILESAVE

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #2 from raal  ---
I can open the file with Version: 6.1.0.0.alpha1+
Build ID: 741b7c35ac9cc118a9d70925c71f27147551d204
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 

but it crash on windows  6.0.3.2 and 6.1

crashreport.libreoffice.org/stats/crash_details/8e54bdf1-b447-425e-8314-f0b46355bfc5

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


[Libreoffice-bugs] [Bug 107423] Contextual groups variant of the Notebookbar is supposed to work with main menu and sidebar

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

--- Comment #3 from Pedro  ---
There's a small issue with Sidebar behaviour in the tabbed bar or groupedbar.
It's hidden from view, but when the user is done with it, it doesn't become
fully hidden from use again.

I would propose to have it on, but with the panes closed by default. This way,
the behaviour is coherent from the start.

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

2018-05-10 Thread Caolán McNamara
 starmath/source/mathtype.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8154d17893afff1b910dfe51cb6a6f9c78c301bb
Author: Caolán McNamara 
Date:   Thu May 10 13:14:51 2018 +0100

ofz#8206 fix rework as OUStringBuffer

Change-Id: Ie9ef508c9db730c4d273d7258c052d074b6ef088
Reviewed-on: https://gerrit.libreoffice.org/54082
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index b0d7ceae4fc3..16d18775491a 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -1255,7 +1255,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 
nSelector,
 if (bOk)
 rRet.append("} ");
 else
-rRet = rRet.remove(nSizeStartPos, 
rRet.getLength());
+rRet = rRet.truncate(nSizeStartPos);
 nSetSize--;
 nCurSize=nOldCurSize;
 }
@@ -1380,7 +1380,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 
nSelector,
 if (bOk)
 rRet.append("} ");
 else
-rRet = rRet.remove(nSubSupStartPos, 
rRet.getLength());
+rRet = rRet.truncate(nSubSupStartPos);
 nPart++;
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117541] Crash when closing Draw after specific copy/paste action

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

raal  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #4 from raal  ---
no crash in  6.0.3.2 (x64)

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


[Libreoffice-bugs] [Bug 103226] Toolbars are to be hidden in Notebookbar mode

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

--- Comment #5 from Pedro  ---
Would this create any kind of conflict with the Calc chart toolbar?
This is something that we should try to do for 6.1 now that the Tabbed bar is
in good shape.

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


[Libreoffice-bugs] [Bug 117541] Crash when closing Draw after specific copy/paste action

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|All |Windows (All)

--- Comment #3 from raal  ---
confirm Version: 6.1.0.0.alpha1+ (x64)
Build ID: e89dc1b6819b3a2d67d2cc077ca7ddee2261998e
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-05-06_01:46:01

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


[Libreoffice-bugs] [Bug 117541] Crash when closing Draw after specific copy/paste action

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
No crash Version: 6.1.0.0.alpha1+
Build ID: 741b7c35ac9cc118a9d70925c71f27147551d204
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 117542] Copying/pasting a sheet/page in Impress/Draw doesn' t include comments

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 6.1.0.0.alpha1+
Build ID: 741b7c35ac9cc118a9d70925c71f27147551d204
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 117550] OPENGL: Number of the sheet and page style are not updated if enable.

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@caesar.elte.hu
 Resolution|--- |DUPLICATE

--- Comment #2 from Aron Budea  ---
Seems to be the same as bug 116208.

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

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


[Libreoffice-bugs] [Bug 116208] Zoom factor, word counter etc. do not update in status bar ( with OpenGL)

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

Aron Budea  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #17 from Aron Budea  ---
*** Bug 117550 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 116795] Create hyperlink control with dialog editor

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

aryan  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Libreoffice-bugs] [Bug 97629] [META] Help Content Modernization

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||117551


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117551
[Bug 117551] [NEWHELP] Migrate New Help icons from PNG to SVG
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117551] New: [NEWHELP] Migrate New Help icons from PNG to SVG

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

Bug ID: 117551
   Summary: [NEWHELP] Migrate New Help icons from PNG to SVG
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: difficultyInteresting, easyHack, skillLinux
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org
Blocks: 97629

New Help is using now the Colibre icon set. The set source files are SVG but
all references to icons in help pages are for PNG format.

Changing the references in images will trigger retranslation, which is
undesired.

This enhancement will consider

1) building the help package (offline and online) with Colibre SVG icon set.

2) change all references of icon.png to icon.svg , muting retranslations of the
 tag.

3) adjust the CSS and XSLT accordingly.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 114767] EDITING - Calc slows down then freezes when a few cells are selected

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

--- Comment #4 from E Moen  ---
Confirmed on:
Versie: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU-threads: 4; Besturingssysteem: Linux 4.15; UI-render: standaard; VCL: gtk3; 
Locale: nl-NL (nl_NL.UTF-8); Calc: group

I noticed two things:

1. The speed of selecting the non-adjacent cells (with CTRL) makes a
difference. When selecting very fast, Calc cannot follow the process after
about 5 cells. When selecting slow, it an take up to about 25 cells before the
extreme slow down starts.

2. One processor thread spikes when this happens. See the screen-region picture
I added.

-- 
You are receiving this mail because:
You 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: config_host/config_options.h.in configure.ac sal/osl

2018-05-10 Thread Thorsten Behrens
 config_host/config_options.h.in |6 --
 configure.ac|4 +---
 sal/osl/all/log.cxx |4 
 3 files changed, 1 insertion(+), 13 deletions(-)

New commits:
commit c4380ced324877a91a6df5db938c70ab53a257a1
Author: Thorsten Behrens 
Date:   Wed May 9 14:19:00 2018 +0200

sal: log windows traces to debugger console, take two

This reverts most of commit 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a
and just keeps the OutputDebugStringA() call unconditionally.

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

diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in
index e6c0f8d4c7b0..0223f089ce2b 100644
--- a/config_host/config_options.h.in
+++ b/config_host/config_options.h.in
@@ -13,10 +13,4 @@
 
 #define ENABLE_RUNTIME_OPTIMIZATIONS 0
 
-/*
- * If this is a production build (where we might want to cut down on
- * debugging options)
- */
-#define ENABLE_RELEASE_BUILD 0
-
 #endif
diff --git a/configure.ac b/configure.ac
index b62b9e122a4d..ad94133135ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2243,13 +2243,11 @@ dnl 
===
 dnl Test whether build target is Release Build
 dnl ===
 AC_MSG_CHECKING([whether build target is Release Build])
-ENABLE_RELEASE_BUILD=
-
 if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
 AC_MSG_RESULT([no])
+ENABLE_RELEASE_BUILD=
 else
 AC_MSG_RESULT([yes])
-AC_DEFINE(ENABLE_RELEASE_BUILD)
 ENABLE_RELEASE_BUILD=TRUE
 fi
 AC_SUBST(ENABLE_RELEASE_BUILD)
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index 25662507ce18..6a5884211949 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -22,7 +22,6 @@
 #include 
 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -331,12 +330,9 @@ void sal_detail_log(
 // write to Windows debugger console, too
 OutputDebugStringA(s.str().c_str());
 #endif
-#if ! (defined(WNT) && ENABLE_RELEASE_BUILD)
-// on Windows deployments, no one reads console output
 s << '\n';
 std::fputs(s.str().c_str(), stderr);
 std::fflush(stderr);
-#endif
 }
 }
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117550] OPENGL: Number of the sheet and page style are not updated if enable.

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

m.a.riosv  changed:

   What|Removed |Added

Summary|OPENGL: Number of the sheet |OPENGL: Number of the sheet
   |and page style it's not |and page style are not
   |updated if enable.  |updated if enable.

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


[Libreoffice-bugs] [Bug 117550] OPENGL: Number of the sheet and page style it' s not updated if enable.

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

m.a.riosv  changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 117550] OPENGL: Number of the sheet and page style it' s not updated if enable.

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

--- Comment #1 from m.a.riosv  ---
Created attachment 142019
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142019=edit
Test file

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


[Libreoffice-bugs] [Bug 117550] New: OPENGL: Number of the sheet and page style it' s not updated if enable.

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

Bug ID: 117550
   Summary: OPENGL: Number of the sheet and page style it's not
updated if enable.
   Product: LibreOffice
   Version: 6.0.4.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miguelange...@libreoffice.org

Description:
With Opengl enable at least number of sheet and page style it's not updated
changing between sheet.
Attached a file with a couple of sheets and a couple of page styles.

Steps to Reproduce:
1. Enable OpenGL
2. Load attached spreadsheet
3. Change between sheets.

Actual Results:  
Number of sheet.
Page style.
are not update.

Expected Results:
They are updated


Reproducible: Always


User Profile Reset: No



Additional Info:
Works with
Version: 5.4.6.2 (x64)
Build ID: 4014ce260a04f1026ba855d3b8d91541c224eab8
CPU threads: 4; OS: Windows 6.19; UI render: GL; 
Locale: es-ES (es_ES); Calc: group
Fails with
Version: 6.0.4.2 (x64)
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: es-ES (es_ES); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101
Firefox/59.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 114767] EDITING - Calc slows down then freezes when a few cells are selected

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

E Moen  changed:

   What|Removed |Added

 CC||emo...@gmail.com

--- Comment #3 from E Moen  ---
Created attachment 142018
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142018=edit
Spiking processor from selecting non-adjacent cells in Calc

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


[Libreoffice-bugs] [Bug 35296] Defining Name to multiple selection in Calc

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

Olivier Hallot  changed:

   What|Removed |Added

  Component|Documentation   |Calc
 Blocks|80430   |

--- Comment #12 from Olivier Hallot  ---
Re-qualifying to a Calc enhancement issue, not Documentation


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
You are receiving this mail because:
You are the 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-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on|35296   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35296
[Bug 35296] Defining Name to multiple selection in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117504] FILEOPEN: DOCX: Before text indent is ignored

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

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #4 from Justin L  ---
It seems like this has exposed an existing problem. Proposed fix:
https://gerrit.libreoffice.org/54085 tdf#117504 ooxmlimport: check paragraph
props for actual style

and preparatory commit https://gerrit.libreoffice.org/54084 writerfilter NFC:
save ConvertedParaStyleName, not WW8Name

In fact, I should consider removing m_sCurrentParaStyleName altogether in the
6.2 branch.

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


[Libreoffice-bugs] [Bug 117504] FILEOPEN: DOCX: Before text indent is ignored

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

Justin L  changed:

   What|Removed |Added

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

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


[Libreoffice-qa] minutes of ESC call ...

2018-05-10 Thread Michael Meeks
* Present:
+ Olivier, Michael W, Caolan, Michael M, Mike K, Miklos, Kendy,
  Christian, Heiko (late)

* Completed Action Items:
+ discuss help / video options with the l10n teams for a decision (Olivier)
  [ sent the message, and got a couple of replies 
not completely conclusive – but some directions to take.
Perhaps too early for videos in 6.1 (?)
Is there no workaround ? (Michael)
  + would like new features video + captions (Olivier)
 + would like an overview of each module
 + but can’t give too much work to Mike ]

* Pending Action Items:
+ circulate an evenings poll (Thorsten)
  + to complement https://doodle.com/poll/567nszb5tfzfxue4
+ Fill out new doodle poll (everyone)
+ run dev-certification script again (Kendy)
+ turn budget ideas into a spreadsheet for ranking (Thorsten)

* Release Engineering update (Christian)
+ 5.4.7 – RC2 status
+ tagged yesterday & builds being up-loaded
+ 6.0.4 – RC2 status
+ released as final already
+ 6.1.0 alpha1 – Feature Freeze May 24th
+ 6.1 late features
+ calc threading default / fixing (Miklos)
+ Dennis & Lubos looking at Caolan’s list
+ halved the count there, and have more fixes.
+ hope to fix these & re-enable that.
+ others – after holiday break ...
+ Remotes
+ waiting for Siqi to update artwork.
+ Online
+ did a 6.0.3 src release

* Documentation (Olivier)
+ Videos in help: Message sent to list, few responses so far cf. above
  + New help
+ Added page UI to Pootle frameworks for l10n (ohallot)
+ Tweaks in CSS (fitoshido)
+ Colibre is now the default icon set (Rene Engelhard)
+ some icons missing though
+ some pages show default-alt-text not icons – in help navigator
+ Working on a process for localization of example files
+ Online editor: pending.
   + what needs building here ? (Kendy)
  + need it installed locally so can tweak it (Olivier)
   + do we have a short-list ? (Kendy)
  + seems tinymce is the most popular (Olivier)
  + also ckeditor
+ Help pages
+ fixes by G. Kelemen, Sophia S., S. Horacek, fitoshido, A 
Gelmini
+ Added screenshots for Math modules (ohallot, bubli)
+ bug triaging
+ Guides
Week 5/21 5/27 will be the Review Sprint Week for final 
revision of
   Getting started 6. book.


* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
247(247) (topicUI) bugs open, 325(325) (needsUXEval)
+ Updates:
BZ changes   1 week   1 month   3 months   12 months  
 added  7(3) 19(2) 41(5)  116(3)  
 commented 56(-5)   217(2)565(23)2053(37) 
   removed  0(0)  0(0)  2(0)   11(0)  
  resolved  2(-1) 8(-6)34(-1) 181(0)  
+ top 10 contributors:
  Tietze, Heiko made 84 changes in 1 month, and 851 changes in 1 year
  Pedro made 38 changes in 1 month, and 40 changes in 1 year
  Thomas Lendo made 33 changes in 1 month, and 427 changes in 1 year
  Foote, V Stuart made 33 changes in 1 month, and 292 changes in 1 year
  dieterp made 29 changes in 1 month, and 150 changes in 1 year
  Xisco Faulí made 27 changes in 1 month, and 345 changes in 1 year
  Cor Nouws made 19 changes in 1 month, and 158 changes in 1 year
  Faure, Jean-Baptiste made 15 changes in 1 month, and 34 changes in 1 
year
  kompilainenn made 10 changes in 1 month, and 26 changes in 1 year
  Dr. Matthias Weisser made 9 changes in 1 month, and 9 changes in 1 
year

  + Colibre finally merged
 + still filling out the last icons …
 + strange symphony folder – 3D icons
 + looking good to me too (Michael)
   
 + Gradients 
   + introduced new gradients with the std. Colors
   + hope they are nicer & more usable – happy to get feedback too.

 + Draw styles
   + hope to update these in the next two weeks for 6.1

* Crash Reporting (Caolan)
+ 44(+42) import failure, 4(+3) export failures
   + turns out there is another crash related to
 the last forcepoint issue
   + now fixed; expect to be down to a handful.
   + temporary calc threading run - 114 / 3
   + two assertions from FastParser still left
  + https://gerrit.libreoffice.org/#/c/52720/ 
   + and some mst layout issue asserts.
+ coverity
+ 18 (+11, -8)
+ a few more – mostly fixed.
+ forcepoint round 6, complete.
+ will get back to them.
+ oss-fuzz (17 outstanding, 14 minor)
+ fixed some bits, found some more.
+ 

minutes of ESC call ...

2018-05-10 Thread Michael Meeks
* Present:
+ Olivier, Michael W, Caolan, Michael M, Mike K, Miklos, Kendy,
  Christian, Heiko (late)

* Completed Action Items:
+ discuss help / video options with the l10n teams for a decision (Olivier)
  [ sent the message, and got a couple of replies 
not completely conclusive – but some directions to take.
Perhaps too early for videos in 6.1 (?)
Is there no workaround ? (Michael)
  + would like new features video + captions (Olivier)
 + would like an overview of each module
 + but can’t give too much work to Mike ]

* Pending Action Items:
+ circulate an evenings poll (Thorsten)
  + to complement https://doodle.com/poll/567nszb5tfzfxue4
+ Fill out new doodle poll (everyone)
+ run dev-certification script again (Kendy)
+ turn budget ideas into a spreadsheet for ranking (Thorsten)

* Release Engineering update (Christian)
+ 5.4.7 – RC2 status
+ tagged yesterday & builds being up-loaded
+ 6.0.4 – RC2 status
+ released as final already
+ 6.1.0 alpha1 – Feature Freeze May 24th
+ 6.1 late features
+ calc threading default / fixing (Miklos)
+ Dennis & Lubos looking at Caolan’s list
+ halved the count there, and have more fixes.
+ hope to fix these & re-enable that.
+ others – after holiday break ...
+ Remotes
+ waiting for Siqi to update artwork.
+ Online
+ did a 6.0.3 src release

* Documentation (Olivier)
+ Videos in help: Message sent to list, few responses so far cf. above
  + New help
+ Added page UI to Pootle frameworks for l10n (ohallot)
+ Tweaks in CSS (fitoshido)
+ Colibre is now the default icon set (Rene Engelhard)
+ some icons missing though
+ some pages show default-alt-text not icons – in help navigator
+ Working on a process for localization of example files
+ Online editor: pending.
   + what needs building here ? (Kendy)
  + need it installed locally so can tweak it (Olivier)
   + do we have a short-list ? (Kendy)
  + seems tinymce is the most popular (Olivier)
  + also ckeditor
+ Help pages
+ fixes by G. Kelemen, Sophia S., S. Horacek, fitoshido, A 
Gelmini
+ Added screenshots for Math modules (ohallot, bubli)
+ bug triaging
+ Guides
Week 5/21 5/27 will be the Review Sprint Week for final 
revision of
   Getting started 6. book.


* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
247(247) (topicUI) bugs open, 325(325) (needsUXEval)
+ Updates:
BZ changes   1 week   1 month   3 months   12 months  
 added  7(3) 19(2) 41(5)  116(3)  
 commented 56(-5)   217(2)565(23)2053(37) 
   removed  0(0)  0(0)  2(0)   11(0)  
  resolved  2(-1) 8(-6)34(-1) 181(0)  
+ top 10 contributors:
  Tietze, Heiko made 84 changes in 1 month, and 851 changes in 1 year
  Pedro made 38 changes in 1 month, and 40 changes in 1 year
  Thomas Lendo made 33 changes in 1 month, and 427 changes in 1 year
  Foote, V Stuart made 33 changes in 1 month, and 292 changes in 1 year
  dieterp made 29 changes in 1 month, and 150 changes in 1 year
  Xisco Faulí made 27 changes in 1 month, and 345 changes in 1 year
  Cor Nouws made 19 changes in 1 month, and 158 changes in 1 year
  Faure, Jean-Baptiste made 15 changes in 1 month, and 34 changes in 1 
year
  kompilainenn made 10 changes in 1 month, and 26 changes in 1 year
  Dr. Matthias Weisser made 9 changes in 1 month, and 9 changes in 1 
year

  + Colibre finally merged
 + still filling out the last icons …
 + strange symphony folder – 3D icons
 + looking good to me too (Michael)
   
 + Gradients 
   + introduced new gradients with the std. Colors
   + hope they are nicer & more usable – happy to get feedback too.

 + Draw styles
   + hope to update these in the next two weeks for 6.1

* Crash Reporting (Caolan)
+ 44(+42) import failure, 4(+3) export failures
   + turns out there is another crash related to
 the last forcepoint issue
   + now fixed; expect to be down to a handful.
   + temporary calc threading run - 114 / 3
   + two assertions from FastParser still left
  + https://gerrit.libreoffice.org/#/c/52720/ 
   + and some mst layout issue asserts.
+ coverity
+ 18 (+11, -8)
+ a few more – mostly fixed.
+ forcepoint round 6, complete.
+ will get back to them.
+ oss-fuzz (17 outstanding, 14 minor)
+ fixed some bits, found some more.
+ 

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

2018-05-10 Thread Zdeněk Crhonek
 sc/qa/uitest/calc_tests/autofill.py   |  153 ++
 sc/qa/uitest/calc_tests/data/autofill.ods |binary
 2 files changed, 153 insertions(+)

New commits:
commit 8f799c45659a2f5dd79941aa35d75486e5794eff
Author: Zdeněk Crhonek 
Date:   Sun Apr 8 15:18:45 2018 +0200

uitest / Calc autofill

Change-Id: I91f9c5eb69059eceedc190f1578c3d08a722409a
Reviewed-on: https://gerrit.libreoffice.org/52595
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/uitest/calc_tests/autofill.py 
b/sc/qa/uitest/calc_tests/autofill.py
new file mode 100644
index ..09b37d6a6258
--- /dev/null
+++ b/sc/qa/uitest/calc_tests/autofill.py
@@ -0,0 +1,153 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from uitest.uihelper.common import select_pos
+from uitest.uihelper.calc import enter_text_to_cell
+from uitest.debug import sleep
+from libreoffice.calc.document import get_cell_by_position
+import org.libreoffice.unotest
+import pathlib
+from libreoffice.uno.propertyvalue import mkPropertyValues
+#Test for the AutoFill feature - auto-fill can't increment last octet of ip 
addresses
+
+def get_url_for_data_file(file_name):
+return 
pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
+
+class CalcAutofill(UITestCase):
+
+def test_autofill(self):
+calc_doc = 
self.ui_test.load_file(get_url_for_data_file("autofill.ods"))
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+#Select cell A12 and drag the fill handle in the bottom right corner 
of the cell down to A18
+gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "A12:A18"}))
+self.ui_test.execute_dialog_through_command(".uno:FillSeries")
+xDialog = self.xUITest.getTopFocusWindow()
+xOK = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOK)
+#Compare with the content in the right next column
+self.assertEqual(get_cell_by_position(document, 0, 0, 11).getValue(), 
18.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 12).getValue(), 
19.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 13).getValue(), 
20.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 14).getValue(), 
21.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 15).getValue(), 
22.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 16).getValue(), 
23.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 17).getValue(), 
24.34)
+#Select cell A12 and drag the fill handle in the bottom right corner 
of the cell up to A6
+gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "A6:A12"}))
+self.ui_test.execute_dialog_through_command(".uno:FillSeries")
+xDialog = self.xUITest.getTopFocusWindow()
+xup = xDialog.getChild("up")
+xincrement = xDialog.getChild("increment")
+xup.executeAction("CLICK", tuple())
+xincrement.executeAction("TYPE", 
mkPropertyValues({"KEYCODE":"CTRL+A"}))
+xincrement.executeAction("TYPE", 
mkPropertyValues({"KEYCODE":"BACKSPACE"}))
+xincrement.executeAction("TYPE", mkPropertyValues({"TEXT":"-1"}))
+xOK = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOK)
+#Compare with the content in the right next column
+self.assertEqual(get_cell_by_position(document, 0, 0, 5).getValue(), 
12.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 6).getValue(), 
13.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 7).getValue(), 
14.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 8).getValue(), 
15.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 9).getValue(), 
16.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 10).getValue(), 
17.34)
+self.assertEqual(get_cell_by_position(document, 0, 0, 11).getValue(), 
18.34)
+
+#Continue with the next cells with grey background
+gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "M12:M18"}))
+self.ui_test.execute_dialog_through_command(".uno:FillSeries")
+xDialog = self.xUITest.getTopFocusWindow()
+xOK = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOK)
+#Compare with the content in the right next column
+self.assertEqual(get_cell_by_position(document, 0, 12, 
11).getString(), "12abc40")
+

  1   2   3   >