[Libreoffice-bugs] [Bug 43438] EDITING: Rearranging Chapters Using the Navigator does not Work with Documents which are Opened Read-only

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43438

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #17 from Mike Kaganski  ---
https://gerrit.libreoffice.org/56985

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


[Libreoffice-bugs] [Bug 118544] New: Optional macro parameter defined as Integer has type Variant/String causing type errors in the macro

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118544

Bug ID: 118544
   Summary: Optional macro parameter defined as Integer has type
Variant/String causing type errors in the macro
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugsinlibreoff...@ecloud-business-solutions.com

Description:
In the macro below, we define the optional parameter 'length' as type Integer
with default value 32.

Yet the msgbox appears saying "Huh - why is length not of type integer" and
the debugger indicates Variant/String value "32"?

Then we get type error on the following line to calc the value of msb as length
is (somehow?) a Variant/String.

How is this possible?

Option Compatible 'Needed for the default value assignment in the function
definition on the next line
Function BitShiftWithWrapAround(cell as Double,shift As Integer, Optional
length As Integer=32)

CompatibilityMode(True) 'This line makes no difference
Dim result as Double

result = cell

' Before the next line executes, debugger shows length as "", type String - huh?
if not (typename(length)="Integer") then
' Yet here the type magically becomes Variant/String and the value
suddenly becomes "32" as a string
msgbox "Huh - why is length not of type integer"
end if

' Even stranger, now the type suddenly becomes Integer, value 32
msb = 2^(length-1)

   ' Remainder not included in this bug report- we don't make it past the line
above UNLESS the
   ' if - end if secton immediately above it is included.

   ' To make this function run we need a return value. Just return the msb for
now until this bug is sorted.
   return msb

end Function

Now for the really crazy part - if we remove the section:
  if not typename...
   msgbox ...
  end if

..then we get an LO macro error on the msb = ... line like so:
Inadmissible value or data type.
Data type mismatch.

This is crazy - testing the typename changes the type Not testing it
doesn't???

That reeks of side effects.

Steps to Reproduce:
1. Create macro - cut and paste from "Option Compatible" to "end Function"
2. Put a formula in a cell '=BitShiftWithWrapAround(2025167957,-1)'
3. Observe how the msgbox appears, and note the function still works.
4. Remove (or comment out) the 3 lines immediately before msb=
5. Repeat step 2.
6. Observe how an LO Macro error occurs, totally breaking the macro.

Actual Results:
Inadmissible value or data type.
Data type mismatch.

Expected Results:
Function should return 4050335914 (=2025167957 >> 1 with wraparound)

We didn't include the code to do this because we cannot get past the type
mismatch error without including unnecesary code before it, which appears to
produce a side effect.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 4.2.8.2
Build ID: 420m0(Build:2)

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


[Libreoffice-bugs] [Bug 107830] [META] DOCX (OOXML) paragraph-related issues

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107830
Bug 107830 depends on bug 82175, which changed state.

Bug 82175 Summary: FILEOPEN: DOCX - Line spacing isn't imported correctly
https://bugs.documentfoundation.org/show_bug.cgi?id=82175

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108760] [META] DOCX (OOXML) style bugs and enhancements

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108760
Bug 108760 depends on bug 82175, which changed state.

Bug 82175 Summary: FILEOPEN: DOCX - Line spacing isn't imported correctly
https://bugs.documentfoundation.org/show_bug.cgi?id=82175

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 105225] Color palette cannot be chosen in various places

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105225

--- Comment #58 from Jim Raykowski  ---
Hi Eike, 

I'm at bit of a loss how that got by me. Need the XATTR_FILLSTYLE attribute in
the passed itemset here to let the area tab page know what background/area sub
tab page to select on invocation. Thanks for letting me know.

Here is the patch:
https://gerrit.libreoffice.org/#/c/56983/

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


[Libreoffice-bugs] [Bug 77352] EDITING: Copying cell range with chart results in incorrect clipboard data

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77352

--- Comment #9 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 104836] Draw dimension line measurement changes from cm to mm when copying to Writer

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104836

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 43023] EDITING: Undo stack deleted after Drag from Navigator "As Copy" or "As Link"

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43023

--- 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 81792] Master document incorrectly printing/exporting document with tables and footnotes

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81792

--- Comment #15 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 54465] FORMATTING: Inserting footnote in section (with columns), make that sections size grow to the full page

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54465

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 69679] EDITING: Problem in Copy-Paste when text contains characters with code 0Dh

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69679

--- 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 106307] Wrong shape for numerals, based on locale and not the text language

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106307

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 81085] EDITING: Slides copied from a pptx presentation are sometimes duplicated or fail to copy

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81085

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106153] Text boxes overlapping the page borders are handled wrong

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106153

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 97993] EDITING: Copy and Paste for Images / Shapes Wonky in Writer

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97993

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 105327] Two small lines at the screen page border when inserting a footnote

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105327

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 84973] "Date (fix)" fields updated when copy of document opened

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84973

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 102998] [META] Mail merge bugs and enhancements

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 116543, which changed state.

Bug 116543 Summary: Crash (fatal error) when attempting a mail merge print ( 
only the first time the connection is done)
https://bugs.documentfoundation.org/show_bug.cgi?id=116543

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 118471] Sort button sorting also the first row

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118471

--- Comment #15 from Yan Pas  ---
As a reporter and fixer of the opposite bug I can tell that it is easy to
deselect header row, but it's much more difficult to add header row if it
doesn't exist only for the sake of sorting. I was taking into account the
behavior of Microsoft Office Excel.

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


[Libreoffice-bugs] [Bug 118139] FILEOPEN: Incorrect height of textboxes

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118139

--- Comment #7 from Regina Henschel  ---
Created attachment 143312
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143312=edit
File in doc and docx, and screenshot of file in Word 365

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


[Libreoffice-bugs] [Bug 118139] FILEOPEN: Incorrect height of textboxes

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118139

--- Comment #6 from Regina Henschel  ---
(In reply to Xisco Faulí from comment #5)
> @Regina, I thought this issue could be of interested to you

But I do not really no the Word formats. Nevertheless, I have a little bit
investigated.

(In reply to Armin Le Grand (CIB) from comment #4)
> Confirmed.
> 
> Just wondering about the Shapes imported. It *seems* to be a GroupObject
> containing DrawObjects, but in context menu 'Group' commands are not allowed.

That is a bug in LibreOffice, inherited from OpenOffice.org. If the shape is
anchored as character, you cannot enter the group or ungroup it.
https://bz.apache.org/ooo/show_bug.cgi?id=83498 and for the special case of
Word import https://bz.apache.org/ooo/show_bug.cgi?id=54325

To examine the shape, you have to change the anchor "to character" or "to
paragraph" e.g.

> 
> To find that I will have to debug step-by-step the import of such a
> DrawObject. Thus:
> 
> - How was the example created?

The old Word version had a feature to insert an "AutoShape" and then add text
boxes to it. That had automatically generate a group containing the AutoShape
itself and the text boxes. Word had this feature, because in the beginning the
AutoShapes where not able to have text themselves. This auto-grouping is no
longer available in current Word versions.

> - Is there a more simple one with e.g. a single such DrawObject?

It makes no real difference, whether you have one or four text boxes. You have
always a "canvas" (that is the group) and therein the Autoshape and the text
boxes. The group has wrap and anchor properties and can have a custom name. I
was only once able to name a text box, but cannot reproduce it.

The AutoShape has the fill and line properties. Size and position are coupled
between group and AutoShape and you can use one or the other the change it.

> - Is there a way to create a bugdoc with minimal content (step-by-step)?
> 
> That would make looking into much easier.
https://www.youtube.com/watch?v=hfbXtylMlWY
You need e.g. Word 2003.

I have made a screenshot from Word 365, and will attach it together with the
used files.
Besides the wrong height, there are additional problems:
The borders are missing.
All shapes are named in Word, but the names are not imported and therefore the
shapes are not visible in the Navigator.

The import of the compatible docx has additional errors: The AutoShape is
missing. The text boxes are inserted as custom shapes and have "resize to
text". But as custom shapes they need "wrap", because in contrast to text boxes
the custom shapes have wrap not automatically. I have no strong opinion,
whether a solution with custom shape is better than a solution with a text box.
It might be, that the import of docx does not consider, that the document is in
"Compatability mode".

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


[Libreoffice-bugs] [Bug 118352] Schema for XML output reports is using Japanese encoding and fonts, can cause display issues

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118352

Markus Mohrhard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Markus Mohrhard  ---
Thanks. Merged the patch as
https://cgit.freedesktop.org/libreoffice/cppunit/commit/?id=653b1db88832b1c44327117510048e28eb136de3

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


[Libreoffice-bugs] [Bug 118347] The name of the VC build project mentioned in the install instructions is incorrect (wrong extension).

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118347

Markus Mohrhard  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Markus Mohrhard  ---
Thanks. Merged the patch as
https://cgit.freedesktop.org/libreoffice/cppunit/commit/?id=742d887de85f378ab817a992cdfa0778971df093

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


[Libreoffice-bugs] [Bug 118543] New: main installer download FAIL after a few seconds.

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118543

Bug ID: 118543
   Summary: main installer download FAIL after a few seconds.
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dbalt2...@ymail.com

Description:
Tried several different browsers and computers but LibreOffice download update
6.0.5 FAILURE, every time, after a few seconds. This has been for weeks now. 

Actual Results:
Download off the website 

Expected Results:
Download interrupt. "FAILURE"


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 118542] New: clear direct formatting results in changing a selected cells content from liberation sans narrow 11 to liberation serif 12

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118542

Bug ID: 118542
   Summary: clear direct formatting results in changing a selected
cells content from liberation sans narrow 11 to
liberation serif 12
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ken.x.gra...@gmail.com

Description:
i have a column with whole numbers & whole numbers with up to 4 decimal digits.
in order to suppress trailing decimal zeroes i try to maintain decimal
alignment via 
the space bar. note that this is similar to bug 115059 about which i've heard
nothing. note that i've deleted a number of spurious fonts. LSN is now followed
by LS.

Steps to Reproduce:
1.create a column & enter LSN numbers in successive cells.
2.clear direct formatting on 1 or more cells.
3.fix the problem or point me to a non proportional font which is narrow

Actual Results:
LSN 1! numbers changed to LS 12.

Expected Results:
no change


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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


[Libreoffice-bugs] [Bug 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Henry Castro  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |hcas...@collabora.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 108009] Can't save new file to WebDAV server

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108009

--- Comment #4 from Vitaliy Lotorev  ---
Reproducible with Windows 7 and LibreOffice_6.0.5_Win_x64.msi

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


[Libreoffice-bugs] [Bug 118541] New: Undesired font embedded in pdf form created with Libre Office Writer

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118541

Bug ID: 118541
   Summary: Undesired font embedded in pdf form created with Libre
Office Writer
   Product: LibreOffice
   Version: 6.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jean.francois.ta...@gmail.com

Description:
As I am a French guy, perhaps some of my sentences could be not clear enough.
Sorry for the trouble

I tried to create a pdf form by using LO Writer Version: 6.0.4.2 (x64)
1- save a .odt file
2- export the file as a pdf form, option send fdf
3- open the created pdf form with Adobe Reader DC 2018.011.20038
4- display properties of file, 'font' tab : several fonts are listed.
   a- variants of the Trebuchet font I have chosen
   b- Helvetica
   c- ZapfDingbats
The trouble and possible bug is that 
  1- Neither of these two fonts : Helvetica and ZapfDingbats were used by me in
the original .odt file.
  2- I verified this by exporting the same document to pdf, but without
including any form type (text box or else). The fonts displayed by Adobe Reader
were only variants of Trebuchet
  3- The most strange is that the Helvetica font is not installed on my
computer

I discover this as at some steps of the building of this new form, the pdf
became unreadable : all characters appears as small squares ! Due to the
presence of Helvetica, I presume

So it seems to me that :
- creating text box or else in a .odt file + exporting to pdf form
==> adds unwanted fonts Helvetica and ZapfDingbats
==> can create unreadable pdf forms

Thank you for all the good work done.
Especially the ability to create these very useful pdf forms
[I did this work for an association where I am a volunteer]

Regards

Jean-François TASTE
France

Steps to Reproduce:
1.Create a form with LO Writer, using only one type of font (Trebuchet in my
case)
2.Export this form to pdf
3.Display included fonts in the pdf

Actual Results:
Helvetica and ZapfDingbats are added

Expected Results:
Only original font used should appear


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.4.2 (x64)
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
Threads CPU : 4; OS : Windows 10.0; UI Render : par défaut; 
Locale : fr-FR (fr_FR); Calc: group

OS : W10 x64 1803

I don't know whether the same issue occurs or not with older versions of LO
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 108010] WebDAV browser is not showing files/directories containing non-latin characters

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108010

Vitaliy Lotorev  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #5 from Vitaliy Lotorev  ---
Reproduced on Windows 7 and LibreOffice_6.0.5_Win_x64.msi

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


[Libreoffice-bugs] [Bug 97618] FILEOPEN drawing object (flow chart shapes) distorted in DOCX because of drawing canvas

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97618

Aron Budea  changed:

   What|Removed |Added

Summary|writer: import .docx:   |FILEOPEN drawing object
   |drawing object (flow chart) |(flow chart shapes)
   |distorted   |distorted in DOCX because
   ||of drawing canvas
 Whiteboard|TooBusyNowNeedsFurtherTesti |
   |ngForPossibleRegressionAndP |
   |ossibleDuplicates   |
 CC||ba...@caesar.elte.hu

--- Comment #5 from Aron Budea  ---
Still occurs in 6.1 beta2.

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


[Libreoffice-bugs] [Bug 118529] LO crashes when on various UI actions

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118529

Susan Gessing  changed:

   What|Removed |Added

 CC||susanjea...@yahoo.com

--- Comment #6 from Susan Gessing  ---

I repeated all steps for the following 2 builds. All dialogs opened with no
issues except for the Format->Cells in 6.0.5.2. When I selected this, LO
"almost" crashed. What I mean is it took several seconds and the "not
responding" message appeared right before the Format Cells dialog finally
appeared. It did appear though. (when I selected this option later, after
reopening LO, the dialog came up without hesitation, so none of this may
matter, but I brought it up just in case).

Version: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
Locale: en-US (en_US); Calc: CL

and

Version: 6.2.0.0.alpha0+
Build ID: b1740fba0d1e6e3d69c3781734509317f42a0e4f
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-06-15_08:49:04
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-bugs] [Bug 104384] FILEOPEN DOCX: Textboxes in drawing canvas are corrupted

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104384

Aron Budea  changed:

   What|Removed |Added

 Attachment #129293|application/unknown |application/pdf
  mime type||

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


[Libreoffice-bugs] [Bug 104318] CTL, CJK, and Western Language controls in the GUI cause confusion, handling languages and script selection needs rework--comfortable for a "Global" user community

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104318

V Stuart Foote  changed:

   What|Removed |Added

Summary|CTL, CJK, and Western   |CTL, CJK, and Western
   |Language controls in the|Language controls in the
   |GUI cause confusion,|GUI cause confusion,
   |handling languages and  |handling languages and
   |script selection needs  |script selection needs
   |rework--something more  |rework--comfortable for a
   |Unicode flavored|"Global" user community

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


[Libreoffice-bugs] [Bug 104318] CTL, CJK, and Western Language controls in the GUI cause confusion, handling languages and script selection needs rework--something more Unicode flavored

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104318

V Stuart Foote  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||michael.me...@collabora.com
   Severity|normal  |enhancement
Summary|CTL formatting applies even |CTL, CJK, and Western
   |when CTL checkbox is|Language controls in the
   |unchecked   |GUI cause confusion,
   ||handling languages and
   ||script selection needs
   ||rework--something more
   ||Unicode flavored
 OS|Linux (All) |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 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Buovjaga  changed:

   What|Removed |Added

 CC||hcas...@collabora.com,
   ||todven...@suomi24.fi
   Keywords||bisected

--- Comment #4 from Buovjaga  ---
Adding Cc: to Henry Castro

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


[Libreoffice-bugs] [Bug 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Drew Jensen  changed:

   What|Removed |Added

   Keywords||bibisected

--- Comment #3 from Drew Jensen  ---
bibisect output:

9f339ebbf0cab229472e6698c98664f2e629d798 is the first bad commit
commit 9f339ebbf0cab229472e6698c98664f2e629d798
Author: Jenkins Build User 
Date:   Sun Feb 18 18:23:10 2018 +0100

source sha:55f5afe532c61c6bc382f23e17dfeb6ed3985790

source sha:55f5afe532c61c6bc382f23e17dfeb6ed3985790

:04 04 5279b16405070ed4e1d397a4a8e9be657115b1a3
a716f5a506bf758b8b663caf6b259a141f9b5c5a M  instdir

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


[Libreoffice-bugs] [Bug 100856] "More..." menu item in the language menus shows the global preferences dialog instead of a simple dedicated dialog, which is confusing

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100856

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|NEW |RESOLVED
 CC|libreoffice-ux-advise@lists |qui...@gmail.com,
   |.freedesktop.org|tietze.he...@gmail.com,
   ||vstuart.fo...@utsa.edu
 Resolution|--- |WONTFIX

--- Comment #3 from Heiko Tietze  ---
We discussed the topic in the design meeting. The "More..." item is a nice
shortcut and useful to define the language for paragraph/section/all text. The
workflow via character dialog is strangely interrelated to how unicode scripts
are taken. All together we recommend to not change the current situation.

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


[Libreoffice-bugs] [Bug 118330] [NEWHELP] Change of terminology in CONTENTS sidebar

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118330

--- Comment #5 from Adolfo Jayme  ---
I second Cor. Also, I see no value in adding an all-caps SHOUTOUT everywhere.

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


[Libreoffice-bugs] [Bug 118481] Display full view of all conditions in dialogue Conditional formatting for...

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118481

Heiko Tietze  changed:

   What|Removed |Added

 CC||qui...@gmail.com,
   ||vstuart.fo...@utsa.edu

--- Comment #6 from Heiko Tietze  ---
We discussed the topic in the design session. The idea with user-defined
strings likely fails due to missing ODF specification. So we recommend to have
the section likewise a normal tree (whether plus/minus or triangle to
expand/collapse) inclusive an additional expand/collapse all control.

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


[Libreoffice-bugs] [Bug 118330] [NEWHELP] Change of terminology in CONTENTS sidebar

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118330

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|Documentation   |UI
 Ever confirmed|0   |1
   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |so...@libreoffice.org,
   |.freedesktop.org|tietze.he...@gmail.com

--- Comment #4 from Heiko Tietze  ---
We discussed the topic in the design meeting. While the idea to promote module
names is good we think the clear names are more important. Good compromise
might be to add modules in brackets.

Macro and programming  -> Macros and scripting
Spreadsheets -> Spreadsheets (CALC)
Charts and Diagrams -> Charts and Diagrams
Installation -> %PRODUCTNAME Installation
Common Help Topics -> Common Help Topics
Database Functionality -> Database Functionality (BASE)
Presentation and drawings -> Presentation and drawings (IMPRESS/DRAW)
Formulas -> Formulas (MATH)
Text Documents -> Text Documents (WRITER)
HTML documents -> HTML documents (WRITER WEB)

We should involve l10n for the actual labels, for example if the modules are
written uppercase etc.

To think ahead we should do the same for the menu at File > New
 + Text documents (WRITER)
 ...
 + Database (BASE)

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


[Libreoffice-bugs] [Bug 104318] CTL formatting applies even when CTL checkbox is unchecked

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104318

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #25 from Heiko Tietze  ---
We discussed the topic in the design meeting. The recommendation is to remove
language dependent font families from tools > options at language as well as
the modules. The default setting should be defined in
officecfg/registry/data/org/openoffice/VCL.xcu or
i18npool/source/localedata/data/* (l10n may be interested in supporting the
default definition) with the usual way to override per styles: default (or
below in the hierarchy). The same workflow should work for paragraphs with a
different language.
Dev should consider side-effects such as search for kashida, which was only
working when CTL was enabled (bug 116242).

>From the minutes:

   + e.g. in tabs with Tools > Options > Language Settings > Default on top
   + remove “For the current document only”
   + drawback: displaces language settings (locale = english) and font settings
(default = english)
   + how to deal with the character dialog? (Tomaz)
 + consequently we have to show all types at every time (Heiko)
 + could do that similar to fill styles (color, gradient, pattern...)
 + all types are needed in parallel so switching is bad (Tomaz)

   + flatten out "languages" needed/wanted (Stuart)
   + how to assign a default font to headings/text depending on locales
   + maybe add it to
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/VCL.xcu
 
 or in files below
https://opengrok.libreoffice.org/xref/core/i18npool/source/localedata/data/
 + see also tdf#112879
   + take defaults from this/these files (remove tools > options > language
settings > languages: default languages)
   => remove also _all_ tools > options > writer > basic fonts (*) and let the
user set-up defaults per styles: default
   + in multi-language documents/workflows the user is supposed to create
paragraph styles with specific languages that take their default from the
(non-configurable) defaults and may customize in the paragraph style dialog
   + when removing cjk/ctl dev should take care of spaghetti code similar to 
search/kashida sensitive depends in the past on tools > options > languages
on/off ( https://bugs.documentfoundation.org/show_bug.cgi?id=116242 )

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


[Libreoffice-bugs] [Bug 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Drew Jensen  changed:

   What|Removed |Added

   Keywords||regression
 CC||drewjensen.in...@gmail.com

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


[Libreoffice-bugs] [Bug 102593] [META] Paste bugs and enhancements

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593
Bug 102593 depends on bug 104213, which changed state.

Bug 104213 Summary: Copy/Insert a row causes Calc to freeze
https://bugs.documentfoundation.org/show_bug.cgi?id=104213

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104213] Copy/Insert a row causes Calc to freeze

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104213

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #8 from Buovjaga  ---
(In reply to Xavier Van Wijmeersch from comment #7)
> tested with original file, works fine.
> suggest to upgrade to 6.0.5.2

Yep, works now.

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: ea39c41fdf63191579d25f327db81db14862251c
CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded
Built on July 4th 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 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Drew Jensen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Drew Jensen  ---
Confirmed, crash with both Version: 6.2.0.0.alpha0+
Build ID: 6af8aa411189993942d4a8a13199b0a5e026c003
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-06-28_23:11:37

and 6.1 Beta2 (again Ubuntu 18.04)

No problem with 6.0.5

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


[Libreoffice-bugs] [Bug 102364] Freeze when doing Crtl + Z on large spreadsheet with concatenation

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102364

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected

--- Comment #10 from Buovjaga  ---
Bibisected on Ubuntu 14.04 with 43all to range
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=923312f67fbf120158f01c2c0e588af38fc22364...a2c34b3d9ac2d7e43e52846308cc63447fd51f23

Might be from this extensive commit and the ones related to it:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=59f38babd074cc0b835a5d2a1c81af013dba0deb

Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...
and Calc is now officially broken.  Let's start fixing this bit by bit...

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


[Libreoffice-bugs] [Bug 118540] LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Mike  changed:

   What|Removed |Added

 CC||bugzilla@mkr.email

--- Comment #1 from Mike  ---
Created attachment 143311
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143311=edit
Fiel crashes LO 6.1b2, when Properties are opened in Print Preview Mode

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


[Libreoffice-bugs] [Bug 118540] New: LO6.1b2: DOCX crashes when properties are opened in print preview mode

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118540

Bug ID: 118540
   Summary: LO6.1b2: DOCX crashes when properties are opened in
print preview mode
   Product: LibreOffice
   Version: 6.1.0.0.beta2+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzilla@mkr.email

Description:
The attached DOCX contains just the word "Test". It was created with Word 2007.

Opening Properties Menu, while in Print Preview Mode crashes LO 6.1 beta 2 and
6.2 alpha.

It does NOT crash LO 6.0.5! Only 6.1 and later!

Steps to Reproduce:
1. Open attached file
2. Open print preview mode
3. Click on "Properties..."
->

Actual Results:
LO 6.1 beta 2 and LO 6.2 alpha crash

Expected Results:
Properties of document are shown


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Could confirm crash in Safe Mode

Version: 6.1.0.0.beta2+ (x64)
Build ID: 33b7319e2e08812a2f7d3126e4b1ec90875d6165
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-1, Time: 2018-07-03_04:13:19
Locale: de-DE (de_DE); Calc: group threaded

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


[Libreoffice-bugs] [Bug 118539] There isn't Recent Characters Toolbar Dropdown Control on toolbar by default

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118539

Julien Nabet  changed:

   What|Removed |Added

Summary|There isn't Recent  |There isn't Recent
   |Charaters Toolbar Dropdown  |Characters Toolbar Dropdown
   |Control on toolbar by   |Control on toolbar by
   |default |default

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


[Libreoffice-bugs] [Bug 104213] Copy/Insert a row causes Calc to freeze

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104213

--- Comment #7 from Xavier Van Wijmeersch  ---
tested with original file, works fine.
suggest to upgrade to 6.0.5.2

Version: 5.4.8.0.0+
Build ID: cc68977f1be22ac0f4a15eb37e05ccba13a7a554
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-4, Time:
2018-05-12_11:32:19
Locale: nl-BE (en_US.UTF-8); Calc: group

Version: 6.0.4.2
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: nl-BE (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 118536] Memory for eight blank documents is rather high (480 MB x64) with OpenGL enabled

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118536

Telesto  changed:

   What|Removed |Added

Version|6.1.0.0.beta2+  |5.2.0.4 release
Summary|Memory usage for a single   |Memory for eight blank
   |blank document is rather|documents is rather high
   |high (280 MB x64)   |(480 MB x64) with OpenGL
   ||enabled

--- Comment #1 from Telesto  ---
Small change. Memory usage for a multiple blank document is rather high
1. Open eight Calc (or Writer) documents with OpenGL enabled

Actual Results:
+/- 396 x64

Expected Results:
+/- 150 MB x64 with default rendering. So something like 200/ 250 MB?

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


[Libreoffice-bugs] [Bug 118539] There isn't Recent Charaters Toolbar Dropdown Control on toolbar by default

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118539

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||bibisected, bisected

--- Comment #2 from kompilainenn <79045_79...@mail.ru> ---
result of bibicest for Writer:

dc1890909d6d87abc9afff368bfa8a6b68bd7723 is the first bad commit
commit dc1890909d6d87abc9afff368bfa8a6b68bd7723
Author: Norbert Thiebaud 
Date:   Wed Dec 20 17:06:19 2017 -0800

source sha:490287a1b22411f4ac32127c93228e06dad4ff22


https://cgit.freedesktop.org/libreoffice/core/commit/?id=490287a1b22411f4ac32127c93228e06dad4ff22
by Yousuf

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


[Libreoffice-bugs] [Bug 118369] Needs ellipsis: "Insert Image" button text on Properties sidebar

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118369

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #9 from Heiko Tietze  ---
(In reply to Explorer09 from comment #0)
> 4. Similar button can be seen on Master Slide View, Properties sidebar ->
> "Master Slide" section -> "Background" -> "Insert Image" button.

(In reply to Julien Nabet from comment #5)
> When trying 4., I click on "Master Slides" button on Sidebar but then I got
> 3 sections:

The mentioned button should be the same on master. With Abhyudaya's patch it
should have ellipsis 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 118539] There isn't Recent Charaters Toolbar Dropdown Control on toolbar by default

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118539

--- Comment #1 from kompilainenn <79045_79...@mail.ru> ---
Version: 6.1.0.0.beta2+ (x64)
Build ID: 33b7319e2e08812a2f7d3126e4b1ec90875d6165
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-1, Time: 2018-07-03_04:13:19
Locale: ru-RU (ru_RU); Calc: CL

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


[Libreoffice-bugs] [Bug 118539] New: There isn't Recent Charaters Toolbar Dropdown Control on toolbar by default

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118539

Bug ID: 118539
   Summary: There isn't Recent Charaters Toolbar Dropdown Control
on toolbar by default
   Product: LibreOffice
   Version: 6.1.0.0.beta2+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
There isn't Recent Charaters Toolbar Dropdown Control on toolbar (that was made
by Akshay Deep 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=800ac37021e3f8859a52c5eebca261a5d3bc5a11)
by default in Writer and in Calc.
Instead it  there is old icon Insert Special Character on toolbar.
IMHO it is regression

Steps to Reproduce:
1. Start Writer or Calc with clean user profile
2. Look at toolbar and old icon instead new Recent Charaters Toolbar Dropdown
Control
3.

Actual Results:
there is old icon Insert Special Character on toolbar

Expected Results:
There is Recent Charaters Toolbar Dropdown Control on toolbar by default


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 118539] There isn't Recent Charaters Toolbar Dropdown Control on toolbar by default

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118539

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||akshaydeepi...@gmail.com,
   ||tietze.he...@gmail.com
   Keywords||regression

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


[Libreoffice-bugs] [Bug 118377] CRASH: Writer crashes inserting a section

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118377

--- Comment #9 from Armin Le Grand (CIB)  ---
@Miklos: All correct - except me being a specialist for VCL ;-) Todo for
tomorrow...

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


[Libreoffice-bugs] [Bug 100856] "More..." menu item in the language menus shows the global preferences dialog instead of a simple dedicated dialog, which is confusing

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100856

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #2 from Cor Nouws  ---
hmm..

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


[Libreoffice-bugs] [Bug 118481] Display full view of all conditions in dialogue Conditional formatting for...

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118481

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #5 from Cor Nouws  ---
(In reply to kompilainenn from comment #3)
> (In reply to Heiko Tietze from comment #2)
> > I disagree here, the collapsed sections make sense when many conditions are
> > used.
> 
> Of course it need when we have several conditions for one range. When I have
> only one condition, it shows fully always.

I like the suggestion for the use case in the mockup. Clearly.
I do not expect that so many conditions are applied on one range, that the
expanded views will give less overview of the full list :)

a +1 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 118330] [NEWHELP] Change of terminology in CONTENTS sidebar

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118330

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #3 from Cor Nouws  ---
Somehow I find it elegant (.. ?) that more general terms than the product names
are used. Matter of educating the user.. maybe that causes my 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 118538] Documentation of new feature - Multivariate Regression

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118538

Olivier Hallot  changed:

   What|Removed |Added

 Blocks||80430
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||118538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118538
[Bug 118538] Documentation of new feature - Multivariate Regression
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103537] [META] High contrast mode bugs and enhancements

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103537
Bug 103537 depends on bug 101293, which changed state.

Bug 101293 Summary: Bad marker icons in Galaxy and Highcontrast theme
https://bugs.documentfoundation.org/show_bug.cgi?id=101293

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 110745] [META] Galaxy icon theme issues

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110745
Bug 110745 depends on bug 101293, which changed state.

Bug 101293 Summary: Bad marker icons in Galaxy and Highcontrast theme
https://bugs.documentfoundation.org/show_bug.cgi?id=101293

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 101293] Bad marker icons in Galaxy and Highcontrast theme

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101293

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Keywords|bibisectRequest |
 CC||todven...@suomi24.fi

--- Comment #8 from Buovjaga  ---
(In reply to Regina Henschel from comment #7)
> It is fixed for Galaxy by Tomaž Vajngerl with commit
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=9b71cb737174c4a3eb9a1bcdbc5424cf34d6e6a6
> 
> 
> In future the markers will be stored in independent, single icons, see
> commit
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=681c2c3f59863d1f2d0123a92ee63baf84e18dfc

Then let's close as fixed. Galaxy is now removed and Sifr replaced highcontrast
and I tested Colibre & Sifr and everything seems good.

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


[Libreoffice-bugs] [Bug 118515] File with images not opening - both DOC, DOCX-In window to libreoffice

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118515

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Dieter Praas  ---
(In reply to Telesto from comment #3)
> This is exactly bug 67583, or I'm I wrong?

Olive, what's the differnce to bug 67583? I have set the bug's status to
'NEEDINFO'. Please change it back to 'UNCONFIRMED' or close it as RESOLVED
DUPLICATE

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


[Libreoffice-bugs] [Bug 108042] Tooltips display for toolbar icons suffer from broken font fallback on OSX in CJK UIs

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108042

eisa01  changed:

   What|Removed |Added

 CC||pia...@silver.ocn.ne.jp

--- Comment #13 from eisa01  ---
*** Bug 117932 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 117932] Tooltip's letters are not displayed correctly in Japanese Environment (Mac)

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117932

eisa01  changed:

   What|Removed |Added

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

--- Comment #2 from eisa01  ---
Thanks for the report watang!

This looks very much to be a duplicate of bug 108042

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

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


[Libreoffice-bugs] [Bug 118538] New: Documentation of new feature - Multivariate Regression

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118538

Bug ID: 118538
   Summary: Documentation of new feature - Multivariate Regression
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz
CC: olivier.hal...@documentfoundation.org

Description:
New feature Multivariate Regression needs documentation
https://dennisfrancis.wordpress.com/2018/07/03/multivariate-regression-in-calc/

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 118246] FILEOPEN XLSX Basic code with “GetOpenFilename” method does not work

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118246

--- Comment #4 from Bartosz  ---
Documentation about GetOpenFilename() method is available at:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-getopenfilename-method-excel
 
There is also missing implementation of GetSaveAsFilename() Method:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-getsaveasfilename-method-excel


Example of implemented Goto method is available at:
https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaapplication.cxx#597
The documentation:
https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-goto-method-excel

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


[Libreoffice-bugs] [Bug 98546] EDITING sheet links created using a macro are not updated immediately

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98546

Buovjaga  changed:

   What|Removed |Added

 Blocks||112071
   Keywords|bibisectRequest |bibisected

--- Comment #7 from Buovjaga  ---
Bibisected on Ubuntu 14.04 with 42max. It had some launch crashes, so I had to
skip several times. Fortunately it is a max repository, so has a very
fine-grained group of commits.

I checked the "suspected bad commits" and this is what I found:
Kohei's big change:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7333881bb7b04f7e4e2a28638024ae82a9c14e81
Formula tokens, formula cells and formula interpreters to use shared strings.

Kohei's related change committed at the same time:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b3e35aa551fa8abc0215a0ef416fc9acbbc3c0d9
Fix VLOOKUP calculation when the matching value is literal string.

There was also this commit related to Calc external document references:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d58d1719a49c5c25cce8ddfa7fef52b09d0f9957
Unused ScExternalRefCache::mrStrPool

Maybe the last one is improbably, but I thought I would mention it.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112071
[Bug 112071] [META] Linked external data 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 112071] [META] Linked external data issues

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112071

Buovjaga  changed:

   What|Removed |Added

 Depends on||98546


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98546
[Bug 98546] EDITING sheet links created using a macro are not updated
immediately
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #64 from Xavier Van Wijmeersch  ---
opening the doc take's 4 seconds, saving 7 seconds. copy/past is fast
no high cpu load or high memory load
did follow description from comment 34 with attachment 130332
OS is slackware64current

Version: 5.2.7.2
Build ID: 2b7f1e640c46ceb28adf43ee075a6e8b8439ed10
CPU Threads: 8; OS Version: Linux 4.14; UI Render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); Calc: group

Version: 5.4.8.0.0+
Build ID: cc68977f1be22ac0f4a15eb37e05ccba13a7a554
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-4, Time:
2018-05-12_11:32:19
Locale: nl-BE (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 82175] FILEOPEN: DOCX - Line spacing isn't imported correctly

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82175

Justin L  changed:

   What|Removed |Added

Summary|FILEOPEN: DOCX - Line   |FILEOPEN: DOCX - Line
   |spacing in frame isn't  |spacing isn't imported
   |imported correctly  |correctly
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4713

--- Comment #15 from Justin L  ---
proposed fix https://gerrit.libreoffice.org/56919

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


[Libreoffice-bugs] [Bug 67583] FILEOPEN: File with images not opening - both DOC, DOCX (win only)

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67583

--- Comment #12 from Xavier Van Wijmeersch  ---
can open doc file, but it use 4.5 gig off ram and 25% cpu load

Version: 6.2.0.0.alpha0+
Build ID: 3c01b8cc4f15df16b4373855b8797d5dcff59327
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 118537] New: Right-clicking on Desktop (Windows 10) and NEW doesn't show LO possible files

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118537

Bug ID: 118537
   Summary: Right-clicking on Desktop (Windows 10) and NEW doesn't
show LO possible files
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marcoagpi...@sapo.pt
CC: marcoagpi...@sapo.pt

Created attachment 143310
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143310=edit
right-click on desktop

Hello!

If I right-click on the Desktop to create a new document, only MS Office files
formats appear.

>From LO, only Draw appears there.

See the screenshot.

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


[Libreoffice-bugs] [Bug 118536] New: Memory usage for a single blank document is rather high (280 MB x64)

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118536

Bug ID: 118536
   Summary: Memory usage for a single blank document is rather
high (280 MB x64)
   Product: LibreOffice
   Version: 6.1.0.0.beta2+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Memory usage for a single blank document is rather high (280 MB x64). Limited
to 6.1 branch as far I can tell


Steps to Reproduce:
1. Launch Writer/Calc and monitor memory usage

Actual Results:
+/- 160 MB x86
+/- 280 MB x64

Expected Results:
+/- 90 MB x86
+/- 140 MB X64


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
Versie: 6.1.0.0.beta2 (x64)
Build ID: 0f4d2060bc90b4008fbc8e6d9a49ec7eeea60b78
CPU-threads: 4; Besturingssysteem: Windows 6.3; UI-render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

but not in
Version: 6.1.0.0.alpha1+ (x64)
Build ID: e1a8338876bd161de4e9d9a4b22d4bc5335f7cee
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-05-18_23:55:37
Locale: nl-NL (nl_NL); Calc: CL

nor in
Version: 6.2.0.0.alpha0+
Build ID: bb1d5780226bb1b9156580972eea9aa849178742
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-07-03_05:56:48
Locale: nl-NL (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 118139] FILEOPEN: Incorrect height of textboxes

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118139

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
> To find that I will have to debug step-by-step the import of such a
> DrawObject. Thus:
> 
> - How was the example created?
> - Is there a more simple one with e.g. a single such DrawObject?
> - Is there a way to create a bugdoc with minimal content (step-by-step)?
> 
> That would make looking into much easier.

Hi Armin, I've tried to recreate how the document were created with MSO 2010
but I couldn't find the way to do it. The document attached were extracted from
different bug-trackers by the office-interoperability-tools scripts.

@Regina, I thought this issue could be of interested to you

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


[Libreoffice-bugs] [Bug 118455] Definition List (or Definition Index or Glossary) at the end of the page - EDITING

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118455

--- Comment #5 from cson...@halmai.hu ---
(In reply to Dieter Praas from comment #4)
> Heiko, I tried to produce a glossary (I think this is what csongor proposes)
> with alphabetical list, but I wasn't really successful. So I couldn't find a
> workaround and I support the proposal for a glossary.

Thanks, @Dieter, Glossary is a much better name for it. I added it to the
summary of the bug so that it can be found more easily.

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


[Libreoffice-bugs] [Bug 118455] Definition List (or Definition Index or Glossary) at the end of the page - EDITING

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118455

cson...@halmai.hu changed:

   What|Removed |Added

Summary|Definition List (or |Definition List (or
   |Definition Index) at the|Definition Index or
   |end of the page - EDITING   |Glossary) at the end of the
   ||page - EDITING

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


[Libreoffice-bugs] [Bug 95658] Repagination caused by changing print settings in File > Print .. under "Range and Copies" is too slow

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95658

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 CC||todven...@suomi24.fi

--- Comment #20 from Buovjaga  ---
Bibisected on Linux with 43all repo to
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=5da10275a7475efdbfd9de14ea58cf8f4c6c1582...ba446dd58a4ad324d242afcd5b28d3b4dff5a881

Unfortunately, the range covers over a month of commits and I was unable to
find anything relevant. If someone more knowledgeable has a hunch on the
specific code path, feel free to investigate:
https://wiki.documentfoundation.org/QA/Bibisect#Doing_detective_work_inside_a_commit_range

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


[Libreoffice-bugs] [Bug 105225] Color palette cannot be chosen in various places

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105225

--- Comment #57 from Eike Rathke  ---
And invoked on a not-filled cell the Active colour shouldn't be represented as
White.

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


[Libreoffice-bugs] [Bug 118473] [LOCALHELP] Write help page for FormatNumber VBA function

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118473

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org

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


[Libreoffice-bugs] [Bug 117352] Firebird: Migration: LibO does not fully release file when ODB file closed without saving after failed migration attempt until LibO session is closed.

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117352

--- Comment #9 from Xisco Faulí  ---
Created attachment 143309
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143309=edit
Another ddbb affected

I found I case when this is happening:

1. Open attached ddbb
2. Go to table and migrate
3. Close the ddbb without saving
4. Open the database again

-> Observed behaviour: the table is no longer available under table...

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


[Libreoffice-bugs] [Bug 74580] FILEOPEN: Add option to disable import dialog when opening a CSV file (see comment #13)

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74580

--- Comment #35 from James  ---
I know it has been a while but I would like to add my two cents worth to this
also.
We are providing computers as part of an industrial research rig package- the
rigs are controlled using propriety software that outputs data as a tab
delimited file.
Due to various ball-aches from Microsoft we are now looking at dropping
providing Office software as part of the control system, instead using LO as a
replacement. However, the one sticking point is the pop-up box when opening the
.tsv file. It is not an issue to me personally, however, not all of our
customers are particularly tech savvy, and as such a pop-up box is going to be
daunting, and also a chance for them to mess it up. The software always outputs
as a .tsv, so once any options are set then it would be fantastic if LO could
open the file every time. In my opinion, most of the time the delimiter will be
the same from one file to the other, and so the option to turn off the prompt
and use the last values seems common sense for the majority of people using LO.
In the cases where they aren't, then the option to still have the pop up on
every opening will cater for this also.

I see this issue was raised 4 years ago, and I really can't understand why
there is so much resistance to aiding usability for the majority of users.

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


[Libreoffice-bugs] [Bug 118513] Delete a Sheet on Calc Spreadsheet Causes Memory Leak

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118513

--- Comment #8 from veev...@gmail.com ---
Found something new... Briefly speaking, the bug is in the x86_64 (.deb)
version but not in x86 (.deb) version.

(A) I installed the .deb (x86 version) from
https://www.libreoffice.org/download/download/?type=deb-x86=6.0.5=en-US.
It works fine... No bug!

Here's from the 'About' page (x86 version):

Version: 6.0.5.2
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
Locale: en-US (zh_CN.UTF-8); Calc: group

(B) Then I uninstalled the above, and installed the .deb (x86_64 version) from
https://www.libreoffice.org/download/download/?type=deb-x86_64=6.0.5=en-US.
The bug IS there.

Here's from the 'About' page (x86_64 version):

Version: 6.0.5.2
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
Locale: en-US (zh_CN.UTF-8); Calc: group

(Besides 32-bit vs 64-bit, VCL also differs.)

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


[Libreoffice-bugs] [Bug 105225] Color palette cannot be chosen in various places

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105225

--- Comment #56 from Eike Rathke  ---
@Jim:
With that change in Calc the old "No Fill" selection seems to have been
replaced by the None button, but selecting that None and OK applies some
blueish background instead of none/nofill.

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


[Libreoffice-bugs] [Bug 118455] Definition List (or Definition Index) at the end of the page - EDITING

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118455

--- Comment #4 from Dieter Praas  ---
Heiko, I tried to produce a glossary (I think this is what csongor proposes)
with alphabetical list, but I wasn't really successful. So I couldn't find a
workaround and I support the proposal for a glossary.

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


[Libreoffice-bugs] [Bug 116542] distinguishing between role LABEL and a new role STATIC

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116542

--- Comment #5 from Joanmarie Diggs  ---
I have no opinion on IA2. That's for James to decide.

I believe I've already stated in a number of places -- including the ATK
documentation (which I myself wrote) -- that static text which does not label
anything should have ATK_ROLE_STATIC. So I'm not sure what other information is
sought from 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 82175] FILEOPEN: DOCX - Line spacing in frame isn't imported correctly

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82175

--- Comment #14 from Justin L  ---
Interesting discussion about ODT "Text Body" line spacing  in bug 94464.

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


[Libreoffice-bugs] [Bug 118455] Definition List (or Definition Index) at the end of the page - EDITING

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118455

cson...@halmai.hu changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from cson...@halmai.hu ---
If you ment "alphabetical index" (not alphabetical _list_) then it is not what
I wanted. With the index I can collect the words at the end of the document but
I cannot add their definitions to that place. The index just contains a
reference to the single page or multitude of pages where the given word occurs.

If you check my attachment then you can see that I would like to add to the
list of definitions not just the terms but their brief definition too. It can
be a simplified definition in a scientific book, a simple reminder in a novel,
a synonym in a document that uses foreign words, and so on.

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


[Libreoffice-bugs] [Bug 118377] CRASH: Writer crashes inserting a section

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118377

--- Comment #8 from Miklos Vajna  ---
Armin, I'm afraid others already consider you an expert in vcl topics. ;-)

What about just asking on the dev mailing list, which has more subscribers than
this bug? Best if you push your proof of concept patch to gerrit, so there is
something concrete to discuss.

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


[Libreoffice-bugs] [Bug 48067] [SVG] path d="M 50 120 L 430 120" opened as a 6 points polygon

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48067

--- Comment #8 from Armin Le Grand (CIB)  ---
In C:\lo\work01\svgio\source\svgreader\svgstyleattributes.cxx in method
SvgStyleAttributes::add_stroke there is a comment:

// todo: Handle getStrokeDashOffset()

Thus - missing feature ;-)

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


[Libreoffice-bugs] [Bug 118520] Layout of the insert sheet dialog is off (not in gtk3)

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118520

Xisco Faulí  changed:

   What|Removed |Added

Summary|Layout of the insert sheet  |Layout of the insert sheet
   |dialog is off   |dialog is off (not in gtk3)
Version|6.2.0.0.alpha0+ Master  |6.1.0.0.alpha1+
   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
Regression introduced by:

author  Caolán McNamara 2018-05-18 09:09:30 +0100
committer   Caolán McNamara 2018-05-18 11:52:46
+0200
commit  a0c15b39cb30736e04564420f55c50fefb51e41a (patch)
tree39857ed2c93dcec9af009b908271d1f2ac1e3bf3
parent  767188fd1b1e1f504864f9489076283ebc413625 (diff)
weld ScInsertTableDlg

Bisected with: bibisect-linux64-6.1

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 89993] add support for Publisher 2.0 files

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89993

osnola  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |alo...@loria.fr
   |desktop.org |

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


[Libreoffice-bugs] [Bug 118514] overflow at realpath()

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118514

--- Comment #3 from Stephan Bergmann  ---
(In reply to Dhiraj from comment #0)
> File:
> https://github.com/LibreOffice/core/blob/master/desktop/unx/source/start.
> c#L191

i.e.,

dummy = realpath(pPath, pRealPath);

> This function does not protect against buffer overflows, and some
> implementations can overflow internally. 
> 
> Ensure that the destination buffer is at least of size MAXPATHLEN, andto
> protect against implementation problems, the input argument should also be
> checked to ensure it is no larger than MAXPATHLEN.

What is MAXPATHLEN?  What platform are you talking about?  At least SUSv4
doesn't have any such requirements on realpath(3), nor does it mention
MAXPATHLEN.

> According to the documentation of realpath() the output buffer needs to be
> at least of size PATH_MAX specifying output buffers large enough to handle
> the maximum-size possible result from path manipulation functions.

...and pRealPath is of sufficient size, see

char pRealPath[PATH_MAX];

a few lines further up.  Or what am I missing?

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


[Libreoffice-bugs] [Bug 103151] SVG rendered wrong in the presenter console

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103151

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Buovjaga  ---
Still repro.

Version: 6.2.0.0.alpha0+
Build ID: e1a77d0affef507d597e7dceb5514073658332df
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-06-27_04:47:54
Locale: fi-FI (fi_FI); Calc: group threaded

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


[Libreoffice-bugs] [Bug 43438] EDITING: Rearranging Chapters Using the Navigator does not Work with Documents which are Opened Read-only

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43438

--- Comment #16 from Harald Koester  ---
Bug still exists with version 6.0.5 (64 bit, Win10).

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


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #63 from Dan H  ---
An oddity that might be of some diagnostic relevance: in the Fedora 28 version
of LibreOffice, the "undo" operation for the single-cell copy and paste
mentioned in the procedure at comment #34 takes much longer than the copy and
paste operation itself.

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


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2018-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #62 from Dan H  ---
Sorry to be the bearer of bad news, but this bug, or some variant of it, is
still with us, and often getting worse on upgrade.  Specifically,

- on upgrading from Scientific Linux 7.4 (which contains LibreOffice 5.0.6.2)
to Scientific Linux 7.5 (which contains LibreOffice 5.3.6.1), the time taken to
save the "Many_comments_sample" spreadsheet posted as attachment #130332
upthread increases from 25 seconds to 52 seconds (on the same hardware).

- I've also got a somewhat larger spreadsheet with about 16000 comments (which
I can't post here because it contains some confidential data); in LibreOffice
5.0.6.2 under Scientific Linux 7.4, saving this spreadsheet takes about 30
seconds; whereas in LibreOffice 6.0.5.2 under Fedora 28 (and on faster
hardware), saving this spreadsheet takes 3 minutes 50 seconds.

(In both cases, these results were obtained as per the test procedure I set out
in comment #34 upthread.)

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