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

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

--- Comment #15 from David Strozzi  ---
I just verified the bug is still there, in the same form, in LO 6.0.3.2 on
MacOS 10.12.  I defined two named ranges via Sheet -> Named Ranges and
Expressions.  First one just for this sheet (sheet 1), then one global for the
doc.  I then did Data -> Pivot Table -> Create.  After I just made the sheet-1
name, the "Named range" item in the Select Source dialog is greyed out and
can't be clicked.  After adding the global named range, the "Named range" in
Select Source was not greyed out.  The only name in the pulldown menu was the
global one.

So the sheet-specific one isn't registering, or "visible" to the Pivot Table ->
Create dialog.

More info in LO help dialog, as requested in recent email about old bugs:

Version: 6.0.3.2
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 8; OS: Mac OS X 10.12.6; UI render: default; 
Locale: en-US (en_US.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 117360] formula appears displaced in impress

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu
 Resolution|--- |NOTABUG

--- Comment #7 from V Stuart Foote  ---
The sm Formula editor module is launched for OLE editing upon double
click--placement of objects on its canvas has little to do with the sm object
on the Impress slide.

The two canvases are not "registered", ie they likely will not appear in the
same location when the formula is being edited.

So long as the formula on the Impress slide is not repositioned or distored
upon leaving the sm Formula OLE edit session there is no bug here.

It would be nice enhancement if the canvases could be registered and held in
the same screen dimensions--but they are not.

=> NOTABUG

@Regina, would you agree?

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


[Libreoffice-bugs] [Bug 117427] Get and Set GraphicURL using te API no longer working

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

--- Comment #6 from Tomaz Vajngerl  ---
Actually, you don't need to do any queryGraphicDescriptor stuff (that is to get
the meta-data of the graphic without loading). 

You just do:

ographic =
getgraphfromurlaslink(converttoURL("http://pmg.pmgroup.be/enews/deroulard/exploit1.jpg;)
)  

ographic.OriginURL
ographic.Linked

That works fine for me..

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


[Libreoffice-bugs] [Bug 117427] Get and Set GraphicURL using te API no longer working

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

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Tomaz Vajngerl  ---
Isn't it because you called getgraphfromurl and not getgraphfromurlAsLink (line
39)?

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


[Libreoffice-bugs] [Bug 51132] After one success, PRINTING of #10 ENVELOPES failed to print properly, apparently due to incorrect formatting of the envelope document by the ' Insert Envelope' wizard.

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

--- Comment #20 from Guy Rouillier  ---
Found this issue after a frustrating couple hours trying to print an envelope. 
After all that time, I ended up just writing out the envelope by hand.

LO Version: 6.0.1.1 (x64)
OS: Windows 7 64-bit, all updates applied

I have an HP LaserJet M1522 MFP Series PCL 6, with a manual feed on top of Tray
1 that I use for envelopes.  The core problem from my perspective is that I
used the Insert Envelope function, specified Format #10 Envelope and clicked
Insert.  Yet the document ends up with a first page in format C5.

After much trial and error (and many wasted envelopes), I figured out I could
right-click on page 1 (the envelope), select "Page...", and in the resulting
dialog, change the format from "User" to "#10 Envelope".  Now the first page is
the right size, but I had to manually move the address and return address boxes
to their appropriate positions.

After doing this, I could print the envelope, but had to make changes while
printing to switch the orientation to portrait.  Subsequent pages (2+) were now
stuck on Envelope #10 style, so I had to fix that.

In short, this is really buggy and way too much 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-commits] core.git: sw/source

2018-05-14 Thread Justin Luth
 sw/source/filter/ww8/docxattributeoutput.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit d2c85c671deb8bb27c4a421f99d238b7a89b0ece
Author: Justin Luth 
Date:   Thu May 10 16:48:49 2018 +0300

cleanup my asserts before branching - they served their purpose

Change-Id: I933ac25dac8d7a20d62535af9690b17503fc159d
Reviewed-on: https://gerrit.libreoffice.org/54086
Tested-by: Jenkins 
Reviewed-by: Justin Luth 

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index a1eaea107ffb..b7373bfa5235 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -2515,7 +2515,6 @@ void DocxAttributeOutput::RunText( const OUString& rText, 
rtl_TextEncoding /*eCh
 
 void DocxAttributeOutput::RawText(const OUString& rText, rtl_TextEncoding 
/*eCharSet*/)
 {
-assert ( (m_pHyperlinkAttrList.is() || 
m_rExport.SdrExporter().IsDMLAndVMLDrawingOpen() /* || 
m_rExport.SdrExporter().IsDrawingOpen() */) && "jluth is at mail dot com-and 
wants example documents that use RawText/EEField");
 m_sRawText = rText;
 }
 
@@ -5551,7 +5550,6 @@ void DocxAttributeOutput::WriteOutliner(const 
OutlinerParaObject& rParaObj)
 
 if ( !m_sRawText.isEmpty() )
 {
-assert (bTextAtr && "jluth is at mail dot com-and is looking 
for sample documents");
 RunText( m_sRawText );
 m_sRawText.clear();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117360] formula appears displaced in impress

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

Elizabeth Contreras  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||elizabeth.c...@gmail.com
 Ever confirmed|0   |1

--- Comment #6 from Elizabeth Contreras  ---
This bug is still present in

Version: 6.1.0.0.alpha1+ (x64)
Build ID: a9a0601e2af539ab8feed76279181339393ae633
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-05-14_15:59:53
Locale: es-MX (es_MX); 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-ux-advise] [Bug 85131] Update style command (.uno:StyleUpdateByExample) doesnt work when paragraph is partially selected and/ or not all text has same formatting

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

--- 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 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 105302] An image doesn't stay in a single table cell (and can' t added to it either)

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

--- 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 63561] FILESAVE: Removed tab stop returns on roundtrip

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107840] Above paragraph spacing not affecting first text line in textbox

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 89818] Long image inserted at the end of page goes beyond margin and over footer

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107835] FILEOPEN: DOCX - Style-level tab stops ignored when paragraph has paragraph-level tab stops

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

--- 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 85131] Update style command (.uno:StyleUpdateByExample) doesnt work when paragraph is partially selected and/ or not all text has same formatting

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

--- 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 117368] EDITING Hidden rows are lost after Select all - Delete

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

Elizabeth Contreras  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||elizabeth.c...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Elizabeth Contreras  ---
Thank you for reporting the bug. I can confirm that the bug is present in 

Version: 6.1.0.0.alpha1+ (x64)
Build ID: a9a0601e2af539ab8feed76279181339393ae633
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-05-14_15:59:53
Locale: es-MX (es_MX); Calc: group

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


[Libreoffice-commits] core.git: dictionaries

2018-05-14 Thread Aron Budea
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 151141279344cde2fd12fb64ffef22199cac9f41
Author: Aron Budea 
Date:   Mon May 7 23:21:27 2018 +0200

Updated core
Project: dictionaries  dbcea2a5cdfabea90420fa292e66cc647814b824

English dictionaries: add ref to package-description.txt

Change-Id: Ie63941f519f43a5e632816b696bd174f033c4991
Reviewed-on: https://gerrit.libreoffice.org/53953
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 

diff --git a/dictionaries b/dictionaries
index ba46347c2c71..dbcea2a5cdfa 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit ba46347c2c7182cb21a22d8c2c1d761ecb3e6014
+Subproject commit dbcea2a5cdfabea90420fa292e66cc647814b824
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Dictionary_en.mk en/en_AU.aff en/en_AU.dic en/en_CA.aff en/en_CA.dic en/en_GB.aff en/en_GB.dic en/en_US.aff en/en_US.dic en/META-INF en/package-description.txt

2018-05-14 Thread Aron Budea
 Dictionary_en.mk |1 +
 en/META-INF/manifest.xml |1 +
 2 files changed, 2 insertions(+)

New commits:
commit dbcea2a5cdfabea90420fa292e66cc647814b824
Author: Aron Budea 
Date:   Mon May 7 23:21:27 2018 +0200

English dictionaries: add ref to package-description.txt

Change-Id: Ie63941f519f43a5e632816b696bd174f033c4991
Reviewed-on: https://gerrit.libreoffice.org/53953
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 

diff --git a/Dictionary_en.mk b/Dictionary_en.mk
index f42c813..bc9d7b6 100644
--- a/Dictionary_en.mk
+++ b/Dictionary_en.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Dictionary_add_root_files,dict-en,\
dictionaries/en/Lightproof.components \
dictionaries/en/Lightproof.py \
dictionaries/en/Linguistic.xcu \
+   dictionaries/en/package-description.txt \
dictionaries/en/README_en_AU.txt \
dictionaries/en/README_en_CA.txt \
dictionaries/en/README_en_GB_thes.txt \
diff --git a/en/META-INF/manifest.xml b/en/META-INF/manifest.xml
index f8d630a..b6489c7 100644
--- a/en/META-INF/manifest.xml
+++ b/en/META-INF/manifest.xml
@@ -3,6 +3,7 @@
 http://openoffice.org/2001/manifest;>
 
+
 
 https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108543] [META] Chart legend bugs and enhancements

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||114163


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114163
[Bug 114163] FILEOPEN XLSX stacked bar chart legend reversed after open the
file 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 108897] [META] XLSX (OOXML) bug tracker

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||114163


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114163
[Bug 114163] FILEOPEN XLSX stacked bar chart legend reversed after open the
file 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 114163] FILEOPEN XLSX stacked bar chart legend reversed after open the file in Calc

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|filter:docx |filter:xlsx
 Blocks||108897, 108543

--- Comment #3 from Aron Budea  ---
Possibly related to bug 53301?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108543
[Bug 108543] [META] Chart legend bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108897
[Bug 108897] [META] XLSX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116806] No progress bar when launching LibO by clicking a file and OpenGL enabled

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

--- Comment #2 from Aron Budea  ---
There are lots of problems with this file, it crashes in 6.1 master build and
in 6.0.4.2 / Windows 7 after some very basic steps. Not sure if it's worth
chasing this until the more fundamental crashes are 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 117597] No scrolling with mousewheel while dragging slides around

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

--- Comment #3 from Aron Budea  ---
Yes, I mentioned it works in Windows, no idea if on purpose or by accident, but
would be nice if this feature would be available in other OSes as well.

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


[Libreoffice-commits] core.git: icon-themes/colibre

2018-05-14 Thread andreas kainz
 icon-themes/colibre/links.txt |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bc782ae7b4ab531ed4a0530066d609e5c7c2e1b0
Author: andreas kainz 
Date:   Mon May 14 18:16:43 2018 +0200

Colibre icons: add ObjectTitleDescription to colibre

Change-Id: Id39458b364d2fe74909a8ef8fd8f3969db5cac6a
Reviewed-on: https://gerrit.libreoffice.org/54336
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index a410fcb6c3f5..3d1bde9651ac 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -258,6 +258,8 @@ cmd/sc_grafmode.png cmd/sc_graphicdialog.png
 cmd/sc_grafinvert.png cmd/sc_graphicfilterinvert.png
 cmd/sc_colorview.png cmd/sc_graphicfilterinvert.png
 cmd/sc_imagebutton.png cmd/sc_gallery.png
+cmd/sc_objecttitledescription.png cmd/sc_insertcaptiondialog.png
+cmd/lc_objecttitledescription.png cmd/lc_insertcaptiondialog.png
 
 # shapes
 cmd/lc_fontworkshapetype.fontwork-circle-pour.png cmd/lc_basicshapes.ring.png
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: officecfg/registry

2018-05-14 Thread andreas kainz
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6523c162755d3384b6efb3464f64e7346c86cf42
Author: andreas kainz 
Date:   Mon May 14 18:18:34 2018 +0200

Add icon option for ObjectTitleDescription

Change-Id: Ie1a2792d8c1c6696b6ac2ee89a8cce6482d3a662
Reviewed-on: https://gerrit.libreoffice.org/54337
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 2f269119413e..f016679ee790 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6533,6 +6533,9 @@
 
   Description...
 
+
+  1
+
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117603] Text At LibreOffice "Startup" Screen Not Entirely Accurate

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

--- Comment #3 from Adolfo Jayme  ---
Yeah, I would also only ever change this text to make it shorter or to remove
it—I had felt back then than the drag-and-drop functionality wasn’t obvious for
casual users, and this seemed like a good way to promote it, given we had
recently revamped the Start Screen UI. So maybe people don’t need any
instructions there now?

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


[Libreoffice-bugs] [Bug 117609] Browser was installed and was very difficult to get rid of

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
LibreOffice *does not* install a web browser. 

Please, please, please at least verify md5 / sha256 hash if not signatures for
any installation package you download and install.

Here there is NOTHING actionable as we'd need a whole bunch of information to
even take a guess. Like:

1. what "process" (name of the executable) did you kill from control panel?
2. what Operating System and Desktop environment are you working in?
3. what was the "source" of the LibreOffice "installation" you performed?
4. did you verify the download hash or signature?

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


[Libreoffice-bugs] [Bug 117597] No scrolling with mousewheel while dragging slides around

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
Aron, *

Can not reproduce on Windows builds. But, there is a very small target to
activate the scroll with click-drag.

Windows 10 Ent 64-bit en-US with
Version: 6.1.0.0.alpha1 (x64)
Build ID: cb47f0d320994e001bc38dc2ee9b7d957b15e6ab
CPU threads: 8; OS: Windows 10.0; 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 117609] Browser was installed and was very difficult to get rid of

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

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from MM  ---
I'm not sure where you got your version of LO from, but normally there
shouldn't be any browser installed in the first place. Atleast not on all
versions that I ever installed.

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


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

2018-05-14 Thread Caolán McNamara
 sw/qa/core/data/ww8/pass/ofz7322-1.doc |binary
 sw/source/core/doc/docbm.cxx   |9 -
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 90875893fbf95d9ef6081646ec36fc03b416
Author: Caolán McNamara 
Date:   Mon May 14 16:50:30 2018 +0100

ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator==

when it encounters a SwPosition with a SwIndex nContent whose m_pIndexReg is
null and compares to one whose m_pIndexReg is not null, where both have an
m_nIndex of 0.

operator== considers them different, while lcl_MarkEqualByStart doesn't care
and sorts them as equal

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

diff --git a/sw/qa/core/data/ww8/pass/ofz7322-1.doc 
b/sw/qa/core/data/ww8/pass/ofz7322-1.doc
new file mode 100644
index ..5f4858849acf
Binary files /dev/null and b/sw/qa/core/data/ww8/pass/ofz7322-1.doc differ
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index 45618432f67d..65ae2df1c182 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -225,6 +225,13 @@ namespace
 return false;
 }
 
+bool lcl_MarkEqualByStart(const IDocumentMarkAccess::pMark_t& rpFirst,
+  const IDocumentMarkAccess::pMark_t& rpSecond)
+{
+return !lcl_MarkOrderingByStart(rpFirst, rpSecond) &&
+   !lcl_MarkOrderingByStart(rpSecond, rpFirst);
+}
+
 IDocumentMarkAccess::iterator_t lcl_FindMark(
 IDocumentMarkAccess::container_t& rMarks,
 const IDocumentMarkAccess::pMark_t& rpMarkToFind)
@@ -235,7 +242,7 @@ namespace
 // since there are usually not too many marks on the same start
 // position, we are not doing a bisect search for the upper bound
 // but instead start to iterate from pMarkLow directly
-while(ppCurrentMark != rMarks.end() && **ppCurrentMark == 
*rpMarkToFind)
+while (ppCurrentMark != rMarks.end() && 
lcl_MarkEqualByStart(*ppCurrentMark, rpMarkToFind))
 {
 if(ppCurrentMark->get() == rpMarkToFind.get())
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basctl/source basctl/uiconfig

2018-05-14 Thread Caolán McNamara
 basctl/source/basicide/moduldl2.cxx |   40 ++--
 basctl/source/basicide/moduldlg.hxx |   16 ---
 basctl/uiconfig/basicide/ui/exportdialog.ui |9 --
 3 files changed, 29 insertions(+), 36 deletions(-)

New commits:
commit 2eedf1dc713d8e90473dad5f9e83d284a3bf784b
Author: Caolán McNamara 
Date:   Mon May 14 17:13:05 2018 +0100

weld ExportDialog

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

diff --git a/basctl/source/basicide/moduldl2.cxx 
b/basctl/source/basicide/moduldl2.cxx
index 644b1593352c..020e2f4488cf 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -419,34 +419,24 @@ IMPL_LINK_NOARG(GotoLineDialog, OkButtonHandler, 
weld::Button&, void)
 }
 
 // ExportDialog
-IMPL_LINK_NOARG(ExportDialog, OkButtonHandler, Button*, void)
+IMPL_LINK_NOARG(ExportDialog, OkButtonHandler, weld::Button&, void)
 {
-mbExportAsPackage = m_pExportAsPackageButton->IsChecked();
-EndDialog(1);
+m_bExportAsPackage = m_xExportAsPackageButton->get_active();
+m_xDialog->response(RET_OK);
 }
 
-ExportDialog::ExportDialog(vcl::Window * pParent)
-: ModalDialog(pParent, "ExportDialog",
-"modules/BasicIDE/ui/exportdialog.ui")
-, mbExportAsPackage(false)
+ExportDialog::ExportDialog(weld::Window * pParent)
+: GenericDialogController(pParent, "modules/BasicIDE/ui/exportdialog.ui", 
"ExportDialog")
+, m_bExportAsPackage(false)
+, m_xExportAsPackageButton(m_xBuilder->weld_radio_button("extension"))
+, m_xOKButton(m_xBuilder->weld_button("ok"))
 {
-get(m_pExportAsPackageButton, "extension");
-get(m_pOKButton, "ok");
-
-m_pExportAsPackageButton->Check();
-m_pOKButton->SetClickHdl(LINK(this, ExportDialog, OkButtonHandler));
+m_xExportAsPackageButton->set_active(true);
+m_xOKButton->connect_clicked(LINK(this, ExportDialog, OkButtonHandler));
 }
 
 ExportDialog::~ExportDialog()
 {
-disposeOnce();
-}
-
-void ExportDialog::dispose()
-{
-m_pExportAsPackageButton.clear();
-m_pOKButton.clear();
-ModalDialog::dispose();
 }
 
 // LibPage
@@ -1103,15 +1093,15 @@ void LibPage::Export()
 return;
 }
 
-ScopedVclPtrInstance aNewDlg(this);
-if (aNewDlg->Execute() == RET_OK)
+std::unique_ptr xNewDlg(new ExportDialog(GetFrameWeld()));
+if (xNewDlg->run() == RET_OK)
 {
 try
 {
-bool bExportAsPackage = aNewDlg->isExportAsPackage();
-//tdf#112063 ensure closing aNewDlg is not selected as
+bool bExportAsPackage = xNewDlg->isExportAsPackage();
+//tdf#112063 ensure closing xNewDlg is not selected as
 //parent of file dialog from ExportAs...
-aNewDlg.disposeAndClear();
+xNewDlg.reset();
 if (bExportAsPackage)
 ExportAsPackage( aLibName );
 else
diff --git a/basctl/source/basicide/moduldlg.hxx 
b/basctl/source/basicide/moduldlg.hxx
index 44f647a45b0c..adb1e661cd0a 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -71,25 +71,23 @@ public:
 sal_Int32 GetLineNumber() const;
 };
 
-class ExportDialog : public ModalDialog
+class ExportDialog : public weld::GenericDialogController
 {
 private:
-VclPtrm_pExportAsPackageButton;
-VclPtr   m_pOKButton;
+bool m_bExportAsPackage;
 
-boolmbExportAsPackage;
+std::unique_ptr m_xExportAsPackageButton;
+std::unique_ptr m_xOKButton;
 
-DECL_LINK(OkButtonHandler, Button*, void);
+DECL_LINK(OkButtonHandler, weld::Button&, void);
 
 public:
-explicit ExportDialog( vcl::Window * pParent );
+explicit ExportDialog(weld::Window * pParent);
 virtual ~ExportDialog() override;
-virtual void dispose() override;
 
-bool isExportAsPackage () const { return mbExportAsPackage; }
+bool isExportAsPackage () const { return m_bExportAsPackage; }
 };
 
-
 class ExtTreeListBox final : public TreeListBox
 {
 virtual boolEditingEntry( SvTreeListEntry* pEntry, Selection& rSel  ) 
override;
diff --git a/basctl/uiconfig/basicide/ui/exportdialog.ui 
b/basctl/uiconfig/basicide/ui/exportdialog.ui
index 2a664b6b4d49..a345c436a5aa 100644
--- a/basctl/uiconfig/basicide/ui/exportdialog.ui
+++ b/basctl/uiconfig/basicide/ui/exportdialog.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -7,7 +7,13 @@
 6
 Export Basic library
 False
+True
+0
+0
 dialog
+
+  
+
 
   
 False
@@ -88,7 +94,6 @@
 0
 True
 True
-basic
   
   
 0
___
Libreoffice-commits mailing 

[Libreoffice-bugs] [Bug 107508] XY Chart auto scaling on X axis with only 1 data point generates excessive number of major units

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

--- Comment #7 from branestawm  ---


(In reply to QA Administrators from comment #6)

AFAIK, charting in LO Base v6 is comprehensively broken, so I can't test this
bug in LO v6.

I have tried most releases (from TDF website) since LO v5.3, and have found
that charting in LO Base is broken in one way or another in all them. Running a
chart report produces a blank space where the chart should be. Clicking on a
chart in Report Builder (to edit it or check settings) likely crashes LO Base.
So I am sticking with LO v5.3.6.1 in a separate install for Base reporting,
which still works for me (well, works well enough).

Text reports in LO Base v6 and previous versions work well. Report Builder 
seems a lot more stable than it was. So the regression with charts is
disappointing - and hard to understand as there seems to have been no changes
in LO Base functionality (nothing in release notes).

I have experimented with scripts to recreate chart reports for each new LO
release, because recreating the reports has resolved some issues in the past,
but without success for charts. It seems to me that the issues are not in
Report Builder itself but with the underlying API.

Just to confirm that I am running LO from TDF on OpenSuse 42.3 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 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

--- Comment #8 from V Stuart Foote  ---
(In reply to zahra from comment #7)

> Sorry, there is nothing you can do with your user configuration. A developer
> will  decide how they'd like to fix this.
> 
> for me who cant and dont use new version of libreoffice, the fix in the
> future, does not make a difference.
> i wish that change expert configuration and i ment which item i should write
> in the expert configuration and how i change it to have previous behaviour?
> or, should i use 5.1.6 forever that not have this issue!

@Zahra,  sorry but it can not be corrected by any user action from 5.2.0 builds
onward, so you are limited to a 5.1.6 release--or to using NVDAs graphics API
or Screen review mode-- while you are stuck with Windows XP. 

Your choice...

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


[Libreoffice-bugs] [Bug 117606] Problem opening excelfile edited with Libreoffice calc in MS excel 2010 - warning /Damaged file...

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1

--- Comment #1 from Regina Henschel  ---
Do you have worked in file format xlsx all the time? Or do you have worked in
LibreOffice format .ods as well? If yes, please attach the .ods file here.

You have selected "6.0.3.2 release" as earliest affected version, but the file
says "LibreOffice 5.3.4.2"? Which versions do you have used?

Have you worked on the file with Excel too? Or is it the first time, you have
tried to use it in Excel?

Is the file really damaged? Or does the "repaired" file contains all the
information?

I see the problem with the linked file and Excel 365, but it would be good to
know, how the file was generated.

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


[Libreoffice-bugs] [Bug 117209] Can't download-open files from Internet Explorer

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

--- Comment #5 from Samuel Mehrbrodt (CIB)  ---
Found out that this only happens when ActiveX is enabled (which is disabled in
the default installation).
Thought I still have to investigate under which circumstances this happens as
only enabling ActiveX seems to be not enough.

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


[Libreoffice-bugs] [Bug 116919] In Table of Contents 2nd and 3rd Order Headlines will not have dotted tab-lines if Headlines consist of less than 5 Characters

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

--- Comment #8 from Dieter Praas  ---
Created attachment 142103
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142103=edit
Example document where the problem doesn't exist

I couldn't reproduce it with a new document.
@zerebrom: What happens, if you open the attachment?

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


[Libreoffice-bugs] [Bug 117601] Crash in: libstdc++.so.6.0.22 on merge cells in writer

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

Samuel  changed:

   What|Removed |Added

Summary|Crash in:   |Crash in:
   |libstdc++.so.6.0.22 on  |libstdc++.so.6.0.22 on
   |merge cells |merge cells in writer

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


[Libreoffice-bugs] [Bug 117568] 6.0.4.2 locks up when checking for updates

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter Praas  ---
I had this problem when checking for updates in the LO start center in LO
6.0.3. LO became unresponsive. After reopening LO checking for updates was
possible.

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


[Libreoffice-bugs] [Bug 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

--- Comment #7 from zahra  ---
> can someone please tell me exactly which item should i write in the search
> box and how should i edit it to return previous behaviour of libreoffice in
> search dialog and using replace all?


Sorry, there is nothing you can do with your user configuration. A developer
will  decide how they'd like to fix this.

for me who cant and dont use new version of libreoffice, the fix in the future,
does not make a difference.
i wish that change expert configuration and i ment which item i should write in
the expert configuration and how i change it to have previous behaviour?
or, should i use 5.1.6 forever that not have this issue!

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


[Libreoffice-bugs] [Bug 117270] Safe mode fails to restart in normal mode if LibreOffice is called in safe mode (Linux-only)

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Summary|Safe mode fails to restart  |Safe mode fails to restart
   |in normal mode if   |in normal mode if
   |LibreOffice is called in|LibreOffice is called in
   |safe mode   |safe mode (Linux-only)
 Ever confirmed|0   |1
 OS|All |Linux (All)
   Severity|normal  |minor

--- Comment #3 from Buovjaga  ---
Works fine on Windows, but fails indeed on Linux

Arch Linux 64-bit
Version: 6.1.0.0.alpha1+
Build ID: 21b11273ae91f0cf7fd5f3f9fd2168e4349852c4
CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 11th 2018

Version: 6.1.0.0.alpha1+
Build ID: 23c5125148a8110d88385b29570bf0b7d4400458
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-05-12_00:15:25
Locale: fi-FI (fi_FI); 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 117262] Page size does not work to change the size of a project paper size

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #5 from Buovjaga  ---
(In reply to Mike Kaganski from comment #4)
> This is a toolbar button; please test putting it to a toolbar - not to menu

Let's set to NEEDINFO while we wait for Richard to test.

-- 
You are receiving this mail because:
You 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: connectivity/Library_dbtools.mk connectivity/source solenv/clang-format

2018-05-14 Thread Rene Engelhard
 connectivity/Library_dbtools.mk |2 +-
 solenv/clang-format/blacklist   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fddc55cc896fc9d47cadd1b89ab1c24b6d19721f
Author: Rene Engelhard 
Date:   Mon May 14 17:45:23 2018 +0200

fix typo

the header is already ParameterSubstitution.hxx...

Change-Id: I13239681fbdee6d79aae67f7b7291fe5f7ee78ee
Reviewed-on: https://gerrit.libreoffice.org/54333
Tested-by: Jenkins 
Reviewed-by: Rene Engelhard 

diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index 3136a22c908b..79723037a5db 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -77,7 +77,7 @@ $(eval $(call gb_Library_add_exception_objects,dbtools,\
connectivity/source/commontools/FDatabaseMetaDataResultSet \
connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData \
connectivity/source/commontools/FValue \
-   connectivity/source/commontools/ParamterSubstitution \
+   connectivity/source/commontools/ParameterSubstitution \
connectivity/source/commontools/RowFunctionParser \
connectivity/source/commontools/TColumnsHelper \
connectivity/source/commontools/TConnection \
diff --git a/connectivity/source/commontools/ParamterSubstitution.cxx 
b/connectivity/source/commontools/ParameterSubstitution.cxx
similarity index 100%
rename from connectivity/source/commontools/ParamterSubstitution.cxx
rename to connectivity/source/commontools/ParameterSubstitution.cxx
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index f1cf302e060a..4fc47329e80b 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -1996,7 +1996,7 @@ connectivity/source/commontools/DriversConfig.cxx
 connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx
 connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx
 connectivity/source/commontools/FValue.cxx
-connectivity/source/commontools/ParamterSubstitution.cxx
+connectivity/source/commontools/ParameterSubstitution.cxx
 connectivity/source/commontools/RowFunctionParser.cxx
 connectivity/source/commontools/TColumnsHelper.cxx
 connectivity/source/commontools/TConnection.cxx
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

Samuel Thibault  changed:

   What|Removed |Added

 CC||ja...@nvaccess.org,
   ||jdi...@igalia.com

--- Comment #6 from Samuel Thibault  ---
AIUI, using a STATIC role would fix it, see

https://bugs.documentfoundation.org/show_bug.cgi?id=116542

for discussing about adding it.

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


[Libreoffice-bugs] [Bug 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

Alex ARNAUD  changed:

   What|Removed |Added

 CC||samuel.thiba...@ens-lyon.or
   ||g

--- Comment #5 from Alex ARNAUD  ---
> @Thorsten, Caolán -- with removal of message box/info box in
> https://gerrit.libreoffice.org/#/c/23057/ is there actually some way to make
> labels on UI directly accessible? Or, do they have to be changed to another
> object type and be able to take focus to sound with results?

I've also added Samuel in CC because it has worked with Hypra on accessibility
non regression check tool on LibreOffice.

@Samuel: I assume your input we'll be helpful to help us to find the better way
to figure out this issue.

Best regards,
Alex.

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


[Libreoffice-bugs] [Bug 117601] Crash in: libstdc++.so.6.0.22 on merge cells

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

--- Comment #7 from Samuel  ---
Version: 6.0.4.2
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
CPU threads: 4; OS: Linux 4.9; UI render: default; VCL: gtk2;
Locale: 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 117601] Crash in: libstdc++.so.6.0.22 on merge cells

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

--- Comment #6 from Samuel  ---
Created attachment 142102
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142102=edit
gdb debug

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


[Libreoffice-bugs] [Bug 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||philip...@hotmail.com,
   ||s.mehrbr...@gmail.com,
   ||t...@libreoffice.org

--- Comment #4 from V Stuart Foote  ---
(In reply to zahra from comment #3)
> i believe that it relates to
> https://bugs.documentfoundation.org/show_bug.cgi?id=98539
> am i right?

Yes that is where the regression occurred, an information box was removed and
replaced with a Label showing the results to dialog. By convention, labels are
not normally exposed the AT tools.

> can someone please tell me exactly which item should i write in the search
> box and how should i edit it to return previous behaviour of libreoffice in
> search dialog and using replace all?

Sorry, there is nothing you can do with your user configuration. A developer
will  decide how they'd like to fix this.  But at least on Windows with NVDA
the label is exposed to Screen review, and via graphics API with mouse over.
Linux users with ORCA can not navigate to the search/replace result label--but
it will sound during reading the dialog frame.

When this rework of the Find & Replace dialog was implemented at 5.2 release
the impact of labeling the GUI on accessibility slipped through.

@Thorsten, Caolán -- with removal of message box/info box in
https://gerrit.libreoffice.org/#/c/23057/ is there actually some way to make
labels on UI directly accessible? Or, do they have to be changed to another
object type and be able to take focus to sound with results?

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


Initializing default paragraph properties in writerfilter

2018-05-14 Thread serdar tunc
 Hello, I am working on tdf#82175 and I should initialize default paragraph
line spacing in filters but I dont know how to do it. I've tried to
change sw/source/core/doc/DocumentStylePoolManager.cxx but its Writer's
default. How can i set default paragraph line spacing for only writerfilter?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on|117592  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117592
[Bug 117592] [NEWHELP] Translations of collateral file trigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117613] [COLLATERAL_FILES] Metabug for adding and translating Help Collateral Files.

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||117592


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117592
[Bug 117592] [NEWHELP] Translations of collateral file trigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117592] [NEWHELP] Translations of collateral file trigon.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Blocks|97629   |117613


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 117613] [COLLATERAL_FILES] Metabug for adding and translating Help Collateral Files.

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||117593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117593
[Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Blocks|97629   |117613


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97629
[Bug 97629] [META] Help Content Modernization
https://bugs.documentfoundation.org/show_bug.cgi?id=117613
[Bug 117613] [COLLATERAL_FILES] Metabug for adding and translating Help
Collateral Files.
-- 
You are receiving this mail because:
You are the 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-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97629

Olivier Hallot  changed:

   What|Removed |Added

 Depends on|117593  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117593
[Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117613] [COLLATERAL_FILES] Metabug for adding and translating Help Collateral Files.

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||117579


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117579
[Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on|117579  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117579
[Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Blocks|117593  |117613


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117593
[Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages
https://bugs.documentfoundation.org/show_bug.cgi?id=117613
[Bug 117613] [COLLATERAL_FILES] Metabug for adding and translating Help
Collateral Files.
-- 
You are receiving this mail because:
You are the 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-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97629

Olivier Hallot  changed:

   What|Removed |Added

 Depends on|117579  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117579
[Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117593] [NEWHELP] Translations of collateral file pivot.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||117579


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117579
[Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help
pages
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117579] [NEWHELP] Translations of collateral file imtrigon.ods for help pages

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

Olivier Hallot  changed:

   What|Removed |Added

 Blocks|97629   |117593


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff, gif ...)

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||117252


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117252
[Bug 117252] Inconsistent behaviour of HTML to PNG conversion between filters
and versions
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117252] Inconsistent behaviour of HTML to PNG conversion between filters and versions

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Blocks||109323
 Ever confirmed|0   |1

--- Comment #2 from Buovjaga  ---
Reproduced.

For convenience, the full commands:
soffice --headless --convert-to png:PNG___Portable_Network_graphic --outdir
/tmp Tessella.htm
soffice --headless --convert-to png:calc_png_Export --outdir /tmp Tessella.htm
soffice --headless --convert-to png:draw_png_Export --outdir /tmp Tessella.htm
soffice --headless --convert-to png:impress_png_Export --outdir /tmp
Tessella.htm
soffice --headless --convert-to png:writer_png_Export --outdir /tmp
Tessella.htm

Arch Linux 64-bit
Version: 6.1.0.0.alpha1+
Build ID: 21b11273ae91f0cf7fd5f3f9fd2168e4349852c4
CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 11th 2018


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109323
[Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff,
gif ...)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117616] New: lighten and darken of e.g. shape Square Bevel is lost, if a style with gradient is applied

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

Bug ID: 117616
   Summary: lighten and darken of e.g. shape Square Bevel is lost,
if a style with gradient is applied
   Product: LibreOffice
   Version: 3.5.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 142101
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142101=edit
File generated as described

Start Draw and draw a shape "Square Bevel". It has parts, which are lightened
and parts, which are darkened. Apply a gradient area filling to the shape, e.g.
via the Line toolbar.

Copy the shape.

Select the shape and generate a style from this selection. The shape gets the
new generated style applied.

Notice, that the shape has lost the lighten and darken parts.

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


[Libreoffice-bugs] [Bug 106228] [META] Icon theme issues

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

Yousuf Philips (jay) (retired)  changed:

   What|Removed |Added

 Depends on||117615


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117615
[Bug 117615] Defaulting to Elementary for gtk isnt a good idea
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117615] New: Defaulting to Elementary for gtk isnt a good idea

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

Bug ID: 117615
   Summary: Defaulting to Elementary for gtk isnt a good idea
   Product: LibreOffice
   Version: 6.1.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 106228

Created attachment 142100
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142100=edit
tango vs elementary on default Linux Mint theme

I believe its a mistake to default to Elementary over Tango as the Elementary
icons arent as polished or tested against the range of themes available on gtk2
and gtk3 desktop environments.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 115876] Tab inserted before every footnote after opening document.

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

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||todven...@suomi24.fi
 OS|Linux (All) |All

--- Comment #3 from Buovjaga  ---
NEW per dupe, but to both reporters: please attach an example docx

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


[Libreoffice-bugs] [Bug 117216] Notas de rodapé desconfiguram quando fecho o documento do Writer

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 115876] Tab inserted before every footnote after opening document.

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

Buovjaga  changed:

   What|Removed |Added

 CC||leandroaalme...@hotmail.com

--- Comment #2 from Buovjaga  ---
*** Bug 117216 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 117614] New: GraphicExporter not always export correctly

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

Bug ID: 117614
   Summary: GraphicExporter not always export correctly
   Product: LibreOffice
   Version: 6.1.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@pmg.be

Created attachment 142099
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142099=edit
Writer doc with macro's and images to export

Some images are with a lot of the same pixel color valued do not export
correctly
us the macro's in the attached doc to test.

The GraphicExporter using the API is not working with images in a Writer Doc
test also using the attached doc.

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


[Libreoffice-bugs] [Bug 117613] New: [COLLATERAL_FILES] Metabug for adding and translating Help Collateral Files.

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

Bug ID: 117613
   Summary: [COLLATERAL_FILES] Metabug for adding and translating
Help Collateral Files.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org
CC: olivier.hal...@documentfoundation.org

This is a metabug to collect tasks related to Help Collateral Files.

For more information on Help Collateral Files, see:

https://wiki.documentfoundation.org/Documentation/CollateralFiles

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


[Libreoffice-bugs] [Bug 117427] Get and Set GraphicURL using te API no longer working

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

--- Comment #4 from Fernand  ---
Tomaz
i tested with the Windows master from 13/05/2018

"LoadAsLink" is not working properly

function getGraphFromUrlAsLink(sFileUrl as String ) as Object 
  oProvider = createUnoService("com.sun.star.graphic.GraphicProvider") 
  Dim oPropsIN(1)as new com.sun.star.beans.PropertyValue 
  oPropsIN(0).Name  = "URL" 
  oPropsIN(0).Value = converttoURL(sFileUrl)
  oPropsIN(1).Name  = "LoadAsLink" 
  oPropsIN(1).Value = TRUE
  getGraphFromUrlAsLink = oProvider.queryGraphic(oPropsIN()) 
 end function
"Linked" and "OriginURL" returns empty values

oProvider = createUnoService("com.sun.star.graphic.GraphicProvider") 
Dim oPropsDESC(0)as new com.sun.star.beans.PropertyValue
oPropsDESC(0).Name = "URL"
oPropsDESC(0).Value =
converttoURL("http://pmg.pmgroup.be/enews/deroulard/exploit1.jpg;)
odesc = oProvider.queryGraphicdescriptor(oPropsDESC())
'xray odesc >> results in
Linkedboolean False  read-only 
'OriginURL string ""  read-only 

please use the latest attached writer doc to check my macro's

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


[Libreoffice-bugs] [Bug 117427] Get and Set GraphicURL using te API no longer working

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

--- Comment #3 from Fernand  ---
Created attachment 142098
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142098=edit
New macro's using "LoadAsLink"

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


[Libreoffice-bugs] [Bug 117610] FILEOPEN DOCX: Incorrect numbering of references

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

Andrej Shadura  changed:

   What|Removed |Added

   Keywords||filter:docx

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


[Libreoffice-bugs] [Bug 117224] CheckPoint EndPoint Security quarantines SImpress.exe and SBase.exe due to icon

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
(In reply to Philipp Gühring from comment #0)
> Description:
> CheckPoint EndPoint Security quarantines the EXE files of LibreOffice due to
> icons that look similar to Microsoft Word that are contained in the files.

How do you know the icons are the reason?

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


[Libreoffice-bugs] [Bug 117223] when calc columns are hidden, pdf export make part of hidden values in not hidden column

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---
My export did not show the problem.
Your version 5.1.6 is very old, so please try with 6.0.4.

If you cannot install it otherwise, as fast way to try is using an appimage
https://www.libreoffice.org/download/appimage

Arch Linux 64-bit
Version: 6.0.4.2
Build ID: 6.0.4-1
CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.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 117201] MediaWiki fails to login

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #2 from Buovjaga  ---
Does it fail for you with Wikipedia or https://wiki.documentfoundation.org/ for
example?

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


[Libreoffice-bugs] [Bug 117212] MAILMERGE: Save/ Print Merged Documents command processes every record even when it is unnecessary

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Buovjaga  ---
Setting to NEW

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


[Libreoffice-bugs] [Bug 117209] Can't download-open files from Internet Explorer

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
Could not repro on Win 10 & IE 11.
If it is not seen with Edge, maybe it should be ignored. IE is going the way of
the dodo.

Version: 6.0.3.2 (x64)
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: fi-FI (fi_FI); 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 117193] Linux Lite Calc Zoom is 27 different than windows

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

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #3 from Buovjaga  ---
Apparently this is related to the DPI configuration in the operating system.
You can try searching for info on how to configure it.

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


[Libreoffice-commits] core.git: Branch 'private/mst/sw_redlinehide' - 664 commits - accessibility/inc accessibility/source basctl/source basegfx/source basic/qa basic/source bin/check-elf-dynamic-obje

2018-05-14 Thread Michael Stahl
Rebased ref, commits from common ancestor:
commit c5e066e6c158ed9933adba5abe5d56575df1c4f9
Author: Michael Stahl 
Date:   Mon May 14 17:47:08 2018 +0200

sw_redlinehide: don't need SwAttrIter::m_pFirstNode

Change-Id: Icdadd3d9daa5c0031c044004032723d7108d71ab

diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx
index 003b3348e140..52f9dd338edd 100644
--- a/sw/source/core/text/itratr.cxx
+++ b/sw/source/core/text/itratr.cxx
@@ -144,8 +144,9 @@ bool SwAttrIter::IsSymbol(TextFrameIndex const nNewPos)
 
 bool SwAttrIter::SeekStartAndChgAttrIter( OutputDevice* pOut, const bool 
bParaFont )
 {
+SwTextNode const*const pFirstTextNode(m_pMergedPara ? 
m_pMergedPara->pFirstNode : m_pTextNode);
 if ( m_pRedline && m_pRedline->ExtOn() )
-m_pRedline->LeaveExtend(*m_pFont, m_pFirstTextNode->GetIndex(), 0);
+m_pRedline->LeaveExtend(*m_pFont, pFirstTextNode->GetIndex(), 0);
 
 // reset font to its original state
 m_aAttrHandler.Reset();
@@ -161,7 +162,7 @@ bool SwAttrIter::SeekStartAndChgAttrIter( OutputDevice* 
pOut, const bool bParaFo
 {
 m_pRedline->Clear( m_pFont );
 if( !bParaFont )
-m_nChgCnt = m_nChgCnt + m_pRedline->Seek(*m_pFont, 
m_pFirstTextNode->GetIndex(), 0, COMPLETE_STRING);
+m_nChgCnt = m_nChgCnt + m_pRedline->Seek(*m_pFont, 
pFirstTextNode->GetIndex(), 0, COMPLETE_STRING);
 else
 m_pRedline->Reset();
 }
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index d144b72339e9..c518033197d6 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -60,8 +60,6 @@ private:
 /// input: the current text node
 const SwTextNode* m_pTextNode;
 sw::MergedPara const* m_pMergedPara;
-/// the 1st one, for reset
-const SwTextNode* m_pFirstTextNode;
 /// from view (text frame) index to current node index
 sal_Int32 m_nCurrentIndexOffset;
 
@@ -87,7 +85,6 @@ protected:
 , m_nPropFont(0)
 , m_pTextNode(pTextNode)
 , m_pMergedPara(nullptr)
-, m_pFirstTextNode(pTextNode)
 , m_nCurrentIndexOffset(0)
 {
 m_aMagicNo[SwFontScript::Latin] = m_aMagicNo[SwFontScript::CJK] = 
m_aMagicNo[SwFontScript::CTL] = nullptr;
@@ -98,7 +95,6 @@ public:
 SwAttrIter( SwTextNode& rTextNode, SwScriptInfo& rScrInf )
 : m_pViewShell(nullptr), m_pFont(nullptr), m_pHints(nullptr), 
m_pScriptInfo(nullptr), m_pLastOut(nullptr), m_nChgCnt(0), 
m_pRedline(nullptr),m_nPropFont(0), m_pTextNode()
 , m_pMergedPara(nullptr)
-, m_pFirstTextNode()
 , m_nCurrentIndexOffset(0)
   // TODO the clients here don't have a para-portion?
 { CtorInitAttrIter( rTextNode, rScrInf ); }
commit dec0783c6b648e4953c2d21f6a78631ca17b3404
Author: Michael Stahl 
Date:   Mon May 14 17:42:39 2018 +0200

sw_redlinehide: add MergedPara member to SwAttrIter

Change-Id: I304c333bb6aaca8933606b662743a1642c655de5

diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index 5b80a17b577e..d144b72339e9 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -24,6 +24,7 @@
 #include 
 #include "porlay.hxx"
 
+namespace sw { struct MergedPara; }
 class OutputDevice;
 class SwFont;
 class SwpHints;
@@ -58,6 +59,7 @@ private:
 o3tl::enumarray m_aFontIdx;
 /// input: the current text node
 const SwTextNode* m_pTextNode;
+sw::MergedPara const* m_pMergedPara;
 /// the 1st one, for reset
 const SwTextNode* m_pFirstTextNode;
 /// from view (text frame) index to current node index
@@ -84,6 +86,7 @@ protected:
 , m_nPosition(0)
 , m_nPropFont(0)
 , m_pTextNode(pTextNode)
+, m_pMergedPara(nullptr)
 , m_pFirstTextNode(pTextNode)
 , m_nCurrentIndexOffset(0)
 {
@@ -94,6 +97,7 @@ public:
 // Constructor, destructor
 SwAttrIter( SwTextNode& rTextNode, SwScriptInfo& rScrInf )
 : m_pViewShell(nullptr), m_pFont(nullptr), m_pHints(nullptr), 
m_pScriptInfo(nullptr), m_pLastOut(nullptr), m_nChgCnt(0), 
m_pRedline(nullptr),m_nPropFont(0), m_pTextNode()
+, m_pMergedPara(nullptr)
 , m_pFirstTextNode()
 , m_nCurrentIndexOffset(0)
   // TODO the clients here don't have a para-portion?
diff --git a/sw/source/core/text/redlnitr.cxx b/sw/source/core/text/redlnitr.cxx
index e024e71cb9c5..a159d403d8f8 100644
--- a/sw/source/core/text/redlnitr.cxx
+++ b/sw/source/core/text/redlnitr.cxx
@@ -133,7 +133,6 @@ void SwAttrIter::CtorInitAttrIter(SwTextNode & rTextNode,
 // set font to vertical if frame layout is vertical
 bool bVertLayout = false;
 bool bRTL = false;
-sw::MergedPara const* pMerged(nullptr);
 if ( pFrame )
 {
 if ( pFrame->IsVertical() )
@@ -142,7 +141,7 @@ void SwAttrIter::CtorInitAttrIter(SwTextNode & 

[Libreoffice-bugs] [Bug 88601] LO BASE: Failure to correctly interpret range for UNSIGNED integers from MySQL database (jdbc and native connectors) [summary in comment 9]

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

--- Comment #15 from tmonk  ---
(In reply to Lionel Elie Mamane from comment #14)

For non-PRIMARY KEY UNSIGNED integer column, I failed to reproduce Dong's
unexpected result at step 4.

>4.  In table, attempt to enter value into Field1 of 128 to 255.
>(these values can successfully be entered directly into MySQL field without LO)

When I inserted values from 2^31 ~ 2^32-1, LO-base inserted to table
successfully. No error when reopen the table.

I also tried PRIMARY KEY UNSIGNED integer column and PRIMARY KEY UNSIGNED
smallint column. LO-base will fail to reopen table when there is a value from
2^31 ~ 2^32-1 ( 2^14 ~ 2^15-1 for smallint ) in the column. Similar with the
situation I reported at Comment 13.

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


[Libreoffice-bugs] [Bug 117193] Linux Lite Calc Zoom is 27 different than windows

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

--- Comment #2 from Mark Mclean  ---
If I save in windows 10 with zoom at 100% it is a good width for the screen.
When I open the same file in Linux Lite, on a different computer, (both being
the same Dell e6420 and same size screen), I have to change zoom size for it to
look the same size on the screen. But now using other computers, I see, or
think that, that is the norm. Thanks for your time. I just thought it was
something you may want to know.

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


[Libreoffice-bugs] [Bug 117211] PGP key signatures don' t work in LO6 installed with flatpak in Fedora/Gnome

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
Please file Flatpak issues to
https://github.com/flathub/org.libreoffice.LibreOffice/issues

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


[Libreoffice-bugs] [Bug 117207] Font rendering of Open Sans Condensed inside SVG in LibreOffice

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

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsDevAdvice
 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0
 OS|Linux (All) |All

--- Comment #5 from Buovjaga  ---
(In reply to Buovjaga from comment #4)
> It looks correct on Windows, but for some reason not on Linux.

I have to note that the wrong rendering is also seen in Firefox on Linux, so I
think it is not LibreOffice's fault!
Setting back to unconfirmed.

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


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||117207


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117207
[Bug 117207] Font rendering of Open Sans Condensed inside SVG in LibreOffice
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117207] Font rendering of Open Sans Condensed inside SVG in LibreOffice

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||71732
Summary|Font rendering of text  |Font rendering of Open Sans
   |inside SVG in LibreOffice   |Condensed inside SVG in
   ||LibreOffice
 Ever confirmed|0   |1
 OS|Windows (All)   |Linux (All)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117207] Font rendering of text inside SVG in LibreOffice

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
Created attachment 142097
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142097=edit
Screenshot from Win 10

It looks correct on Windows, but for some reason not on Linux.

Version: 6.1.0.0.alpha1+
Build ID: 23c5125148a8110d88385b29570bf0b7d4400458
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-05-12_00:15:25
Locale: fi-FI (fi_FI); Calc: group

Arch Linux 64-bit
Version: 6.1.0.0.alpha1+
Build ID: 21b11273ae91f0cf7fd5f3f9fd2168e4349852c4
CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 11th 2018

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


[Libreoffice-bugs] [Bug 117186] Sidebar: Shapes deck should fill the whole sidebar

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #10 from Heiko Tietze  ---
Patch at https://gerrit.libreoffice.org/#/c/54339/

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


[Libreoffice-bugs] [Bug 117173] Search Dialog does not provide search results to Assistive Technology tools at 5.2 and later , results are recorded to GUI without accessible event as text in SetSearch

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

--- Comment #3 from zahra  ---
i believe that it relates to
https://bugs.documentfoundation.org/show_bug.cgi?id=98539
am i right?
i did not find any change or new feature in 5.2 that caused this regression.
recently, i learnt how to use expert configuration.
can someone please tell me exactly which item should i write in the search box
and how should i edit it to return previous behaviour of libreoffice in search
dialog and using replace all?
thanks so much for any help, i am waiting for your help about your advice for
changing expert configuration settings, God bless you all!

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


[Libreoffice-bugs] [Bug 117612] DateAdd("m", ...) does not truncate date to last valid day of month anymore

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

Eike Rathke  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 117612] New: DateAdd("m", ...) does not truncate date to last valid day of month anymore

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

Bug ID: 117612
   Summary: DateAdd("m",...) does not truncate date to last valid
day of month anymore
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: er...@redhat.com

Related to generally stricter checking of date arguments, the BASIC DateAdd()
function now reports an error if the result does not fit within the month to be
determined, for example DateAdd( "m", 1, "2014-01-29") now results in error
whereas it previously resulted in 2014-02-28 last day of target month.

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


[Libreoffice-bugs] [Bug 117193] Linux Lite Calc Zoom is 27 different than windows

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
Can you explain the difference in more detail? Do you mean that when you have
100% zoom in Windows, you have 73% in Linux?

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


[Libreoffice-bugs] [Bug 104468] [META] DOCX (OOXML) image-related issues

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

raal  changed:

   What|Removed |Added

 Depends on||117611


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117611
[Bug 117611] Images are misplaced after saving ODT as DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117611] Images are misplaced after saving ODT as DOCX

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

raal  changed:

   What|Removed |Added

 Blocks||104468


Referenced Bugs:

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


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

2018-05-14 Thread Caolán McNamara
 cui/source/dialogs/cuigaldlg.cxx|   47 +++-
 cui/source/factory/dlgfact.cxx  |   16 ---
 cui/source/factory/dlgfact.hxx  |   14 --
 cui/source/inc/cuigaldlg.hxx|   15 +++---
 cui/uiconfig/ui/gallerythemeiddialog.ui |   72 +---
 include/svx/galtheme.hxx|4 -
 include/svx/svxdlg.hxx  |4 -
 svx/source/gallery2/galbrws1.cxx|2 
 svx/source/gallery2/gallery1.cxx|6 +-
 9 files changed, 91 insertions(+), 89 deletions(-)

New commits:
commit 7b8556729629ceaf633f60c86f0114e4427d2b4a
Author: Caolán McNamara 
Date:   Mon May 14 12:52:37 2018 +0100

weld GalleryIdDialog

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

diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index 1e39d5b1055b..6729b7fcd912 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -503,41 +503,29 @@ TitleDialog::~TitleDialog()
 {
 }
 
-GalleryIdDialog::GalleryIdDialog( vcl::Window* pParent, GalleryTheme* _pThm )
-: ModalDialog(pParent, "GalleryThemeIDDialog", 
"cui/ui/gallerythemeiddialog.ui")
-, pThm(_pThm )
+GalleryIdDialog::GalleryIdDialog(weld::Window* pParent, GalleryTheme* _pThm)
+: GenericDialogController(pParent, "cui/ui/gallerythemeiddialog.ui", 
"GalleryThemeIDDialog")
+, m_pThm(_pThm)
+, m_xBtnOk(m_xBuilder->weld_button("ok"))
+, m_xLbResName(m_xBuilder->weld_combo_box_text("entry"))
 {
-get(m_pBtnOk, "ok");
-get(m_pLbResName, "entry");
+m_xLbResName->append_text("!!! No Id !!!");
 
-m_pLbResName->InsertEntry( OUString( "!!! No Id !!!" ) );
+GalleryTheme::InsertAllThemes(*m_xLbResName);
 
-GalleryTheme::InsertAllThemes(*m_pLbResName);
+m_xLbResName->set_active(m_pThm->GetId());
+m_xLbResName->grab_focus();
 
-m_pLbResName->SelectEntryPos( static_cast(pThm->GetId()) );
-m_pLbResName->GrabFocus();
-
-m_pBtnOk->SetClickHdl( LINK( this, GalleryIdDialog, ClickOkHdl ) );
+m_xBtnOk->connect_clicked(LINK(this, GalleryIdDialog, ClickOkHdl));
 }
 
-
 GalleryIdDialog::~GalleryIdDialog()
 {
-disposeOnce();
-}
-
-
-void GalleryIdDialog::dispose()
-{
-m_pBtnOk.clear();
-m_pLbResName.clear();
-ModalDialog::dispose();
 }
 
-
-IMPL_LINK_NOARG(GalleryIdDialog, ClickOkHdl, Button*, void)
+IMPL_LINK_NOARG(GalleryIdDialog, ClickOkHdl, weld::Button&, void)
 {
-Gallery*pGal = pThm->GetParent();
+Gallery*pGal = m_pThm->GetParent();
 const sal_uLong nId = GetId();
 boolbDifferentThemeExists = false;
 
@@ -545,26 +533,25 @@ IMPL_LINK_NOARG(GalleryIdDialog, ClickOkHdl, Button*, 
void)
 {
 const GalleryThemeEntry* pInfo = pGal->GetThemeInfo( i );
 
-if( ( pInfo->GetId() == nId ) && ( pInfo->GetThemeName() != 
pThm->GetName() ) )
+if ((pInfo->GetId() == nId) && (pInfo->GetThemeName() != 
m_pThm->GetName()))
 {
 OUString aStr( CuiResId( RID_SVXSTR_GALLERY_ID_EXISTS ) );
 
 aStr += " (" + pInfo->GetThemeName() + ")";
 
-std::unique_ptr 
xInfoBox(Application::CreateMessageDialog(GetFrameWeld(),
+std::unique_ptr 
xInfoBox(Application::CreateMessageDialog(m_xDialog.get(),
   
VclMessageType::Info, VclButtonsType::Ok,
   aStr));
 xInfoBox->run();
-m_pLbResName->GrabFocus();
+m_xLbResName->grab_focus();
 bDifferentThemeExists = true;
 }
 }
 
-if( !bDifferentThemeExists )
-EndDialog( RET_OK );
+if (!bDifferentThemeExists)
+m_xDialog->response(RET_OK);
 }
 
-
 GalleryThemeProperties::GalleryThemeProperties(vcl::Window* pParent,
 ExchangeData* _pData, SfxItemSet const * pItemSet)
 : SfxTabDialog( pParent, "GalleryThemeDialog",
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 283bd1a651d1..a5c76ef405ab 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -117,7 +117,12 @@ short AbstractTitleDialog_Impl::Execute()
 }
 
 IMPL_ABSTDLG_BASE(AbstractScriptSelectorDialog_Impl);
-IMPL_ABSTDLG_BASE(AbstractGalleryIdDialog_Impl);
+
+short AbstractGalleryIdDialog_Impl::Execute()
+{
+return m_xDlg->run();
+}
+
 IMPL_ABSTDLG_BASE(AbstractURLDlg_Impl);
 
 short AbstractSvxSearchSimilarityDialog_Impl::Execute()
@@ -518,7 +523,7 @@ OUString AbstractTitleDialog_Impl::GetTitle() const
 
 sal_uInt32 AbstractGalleryIdDialog_Impl::GetId() const
 {
-return pDlg->GetId();
+return m_xDlg->GetId();
 }
 
 void VclAbstractRefreshableDialog_Impl::Update()
@@ -1084,11 

[Libreoffice-bugs] [Bug 117611] Images are misplaced after saving ODT as DOCX

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

raal  changed:

   What|Removed |Added

   Keywords||filter:docx

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


[Libreoffice-bugs] [Bug 117611] Images are misplaced after saving ODT as DOCX

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|6.0.4.1 rc  |5.1.6.2 release
 Ever confirmed|0   |1

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

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


[Libreoffice-bugs] [Bug 101630] Google Drive two-factor authentication (2FA) not working again

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

Cristiano  changed:

   What|Removed |Added

 CC||cvgav...@gmail.com

--- Comment #34 from Cristiano  ---
Created attachment 142096
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142096=edit
screen of the issue in ubuntu

I'm using the version  6.0.3.2 with Ubuntu (Build ID: 1:6.0.3-0ubuntu1).

I was able to setup my google account in order to receive the 6-digits PIN in
my smartphone. 
But even after type it I'm getting the "The specified device is invalid." when
trying to setup the connection.

Btw, I'm able to connect to Drive using Nautilus.

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


[Libreoffice-bugs] [Bug 112969] [META] DOCX (OOXML) field-related issues

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117610
[Bug 117610] FILEOPEN DOCX: Incorrect numbering of references
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117610] FILEOPEN DOCX: Incorrect numbering of references

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

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de
 Blocks||112969
Summary|Incorrect numbering of  |FILEOPEN DOCX: Incorrect
   |references  |numbering of references
 Ever confirmed|0   |1

--- Comment #4 from Dieter Praas  ---
Changed to NEW, because of comment 3

Xavier, if you confirm a bug report, you can change the status to NEW.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

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

Dieter Praas  changed:

   What|Removed |Added

 Blocks|102019  |

--- Comment #4 from Dieter Praas  ---
I deleted "Blocks Dialog" ad added this to bug 113136 (Meta-Bug
Find), because I think that's more appropriate.


Referenced Bugs:

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


  1   2   3   >