[Libreoffice-commits] core.git: vcl/quartz

2021-10-09 Thread Chris Sherlock (via logerrit)
 vcl/quartz/ctfonts.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d389a54e64accc3f46c1a646f947e9af9badd08e
Author: Chris Sherlock 
AuthorDate: Sun Oct 10 03:45:37 2021 +1100
Commit: Mike Kaganski 
CommitDate: Sun Oct 10 07:49:21 2021 +0200

tdf#144757 - fixed fonts not shown in font list

When in font options, the Fonts in "Font Setting for HTML, Basic and SQL
Sources" were not showing any fixed (non-proportional) fonts in the list
when "Non-proportional fonts only" was ticked.

The reason this was occuring was because we were not populating the
fixed font attribute when getting the CT font descriptor.

Change-Id: I06127ac48bd0f3bc9b70217b36bbf584a1b0fdc2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123316
Reviewed-by: Noel Grandin 
Reviewed-by: Mike Kaganski 
Tested-by: Jenkins

diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx
index 7de60b88f24d..f7c922b8aa9e 100644
--- a/vcl/quartz/ctfonts.cxx
+++ b/vcl/quartz/ctfonts.cxx
@@ -376,6 +376,9 @@ FontAttributes DevFontFromCTFontDescriptor( 
CTFontDescriptorRef pFD, bool* bFont
 {
 CFNumberGetValue( pSymbolNum, kCFNumberSInt64Type,  );
 rDFA.SetSymbolFlag( (nSymbolTrait & kCTFontClassMaskTrait) == 
kCTFontSymbolicClass );
+
+if (nSymbolTrait & kCTFontMonoSpaceTrait)
+rDFA.SetPitch(PITCH_FIXED);
 }
 
 // get the font weight


[Libreoffice-bugs] [Bug 113512] 1.15 Line spacing is missing in Format Spacing menu

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

--- Comment #9 from Dieter  ---
Still present in

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Jim, can you have a look at it again?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114886] [Sidebar: Styles and formatting] Implementing the styles views as filters

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

Dieter  changed:

   What|Removed |Added

 CC||johnsmithbeat...@gmail.com

--- Comment #13 from Dieter  ---
*** Bug 144727 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144727] Option to show custom styles and applied styles

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

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dieter  ---
John, I think bug 114886 incledes your idea. So I mark your bug as a duplicate.
Please change it back to UNCONFIRMED, if you disagree.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144696] Protected table cells may be formatted in *some* workflows

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

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||103100

--- Comment #1 from Dieter  ---
I confirm it with

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

But what should be the expected result? Some ideas:
a) Formatting toolbar is disabled
b) Formatting toolbar is enabled, but if you select an icon you get a message
like "Your selection contains protected content. Are you sure, you want to
change it?"
c) Formatting only affects unprotected cells.
d) Only content of cells is protected, but not formatting
...

cc: Design Team


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

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

Dieter  changed:

   What|Removed |Added

 Depends on||144696


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144696
[Bug 144696] Protected table cells may be formatted in *some* workflows
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 144696] Protected table cells may be formatted in *some* workflows

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

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||103100

--- Comment #1 from Dieter  ---
I confirm it with

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

But what should be the expected result? Some ideas:
a) Formatting toolbar is disabled
b) Formatting toolbar is enabled, but if you select an icon you get a message
like "Your selection contains protected content. Are you sure, you want to
change it?"
c) Formatting only affects unprotected cells.
d) Only content of cells is protected, but not formatting
...

cc: Design Team


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 144727] Option to show custom styles and applied styles

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144724] when using arabic language

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144716] Assertion `dynamic_cast(static_cast(pOldValue)->pChangedFormat)'

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144711] Undo insertion of pivote table has two undo steps (insertion Pivote table itself + sheet creation) and focuses a different tab

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144705] LibreOffice Writer and/or Calc show High CPU and "not responding" in Windows 10 Task Manager

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144671] LibreOffice 7.2.1.2 - Writer crashes upon autosave

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

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

Bug 99818 Summary: EDITING: unformatted paste incorrectly grayed (no steps)
https://bugs.documentfoundation.org/show_bug.cgi?id=99818

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99818] EDITING: unformatted paste incorrectly grayed (no steps)

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

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99818] EDITING: unformatted paste incorrectly grayed (no steps)

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

--- Comment #30 from QA Administrators  ---
Dear yolo,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 96778] ANDROID VIEWER - Can not open PDF files

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

--- Comment #4 from QA Administrators  ---
Dear kerem,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141554] RFE: Integrate CherryTree to LibreOffice

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

--- Comment #5 from QA Administrators  ---
Dear Dylan McFarland,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 116859] Android: Add support to long-press back button to quit

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

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 92829] Black smears when cell content dragged

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

--- Comment #7 from QA Administrators  ---
Dear contact,

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
https://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] [Bug 72408] Text areas in dialogs makes VoiceOver restart it self over and over

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

--- Comment #14 from QA Administrators  ---
Dear Niklas Johansson,

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
https://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] [Bug 68471] Vertical text alignment of shapes doesn't follow style

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

--- Comment #7 from QA Administrators  ---
Dear masc,

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
https://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] [Bug 67097] binding to data lost when saved as fods

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

--- Comment #10 from QA Administrators  ---
Dear Lennard Wasserthal,

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
https://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] [Bug 57716] Word FORMTEXT field in RTF file is shown after opening, but lost after writing the file

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

--- Comment #9 from QA Administrators  ---
Dear trent.schafer,

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
https://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] [Bug 38139] Copy and paste with mouse between spreadsheets on different computers results in OLE object

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

--- Comment #15 from QA Administrators  ---
Dear Frank Steiner,

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
https://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] [Bug 31077] Copy/Paste from OOo Calc to LibreOffice Calc inserts OLE object

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

--- Comment #36 from QA Administrators  ---
Dear GerardF,

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
https://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] [Bug 61715] [suggestion] Smooth animations for the UI

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

--- Comment #6 from Michael Warner  ---
While there are obviously people who like smooth UI animations, there are also
people who don't; and I am in the latter category. To me, smooth UI cursor
advancement and smooth UI animations are annoying in the same way as motion
smoothing on a TV is to others. Therefore, to anyone who considers implementing
this, I ask that you please make it optional, thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 69254] Incorrect handling of font families (weight, style, stretches) on Mac

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

Chris Sherlock  changed:

   What|Removed |Added

  Component|LibreOffice |graphics stack

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142021] [EMF] SetPolyfilMode Mode = 2 ("winding") is ignored

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

--- Comment #7 from Chris Sherlock  ---
Hossein, is this related to the work you are doing on winding?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113438] [META] Font name combobox bugs and enhancements

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

Chris Sherlock  changed:

   What|Removed |Added

 Depends on||144757


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144757
[Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic
and SQL Sources - font list not-displayed in dropdown menu unless tickbox
"Non-proportional fonts only" is unticked.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145024] New: Powerpoint Notes cut off when they are long and exported as pdf

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

Bug ID: 145024
   Summary: Powerpoint Notes cut off when they are long and
exported as pdf
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zmahmood...@gmail.com

Description:
Id like the powerpoint notes to be smaller or put on an extra page if they are
long.

Steps to Reproduce:
1. export as pdf with notes
2.
3.

Actual Results:
notes cut off and lost in pdf

Expected Results:
need all notes available 


Reproducible: Always


User Profile Reset: No



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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-6-3' - 13 commits - download.lst external/expat external/liborcus external/libxml2 external/openssl external/poppler instsetoo_native/CustomTar

2021-10-09 Thread Michael Stahl (via logerrit)
 RepositoryExternal.mk |2 
 download.lst  |   12 
 external/expat/expat-winapi.patch |   14 
 external/liborcus/UnpackedTarball_liborcus.mk |4 
 external/liborcus/allow-utf-8-in-xml-names.patch  |  301 +
 external/libxml2/libxml2-config.patch.1   |4 
 external/libxml2/libxml2-global-symbols.patch |4 
 external/openssl/UnpackedTarball_openssl.mk   |2 
 external/openssl/ccb0a11145ee72b042d10593a64eaf9e8a55ec12.patch.1 |   56 
 external/openssl/openssl-1.0.2k-cve-2020-1971.patch.1 |  578 
++
 external/poppler/StaticLibrary_poppler.mk |   22 
 external/poppler/poppler-config.patch.1   |   72 -
 instsetoo_native/CustomTarget_install.mk  |2 
 postprocess/CustomTarget_signing.mk   |2 
 postprocess/signing/signing.pl|3 
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |4 
 shell/source/unix/exec/shellexec.cxx  |4 
 shell/source/win32/SysShExec.cxx  |   64 -
 solenv/bin/modules/installer/windows/msp.pm   |2 
 19 files changed, 1060 insertions(+), 92 deletions(-)

New commits:
commit 392a3409dff21009e9cf5036e86078a8de9cbb1b
Author: Michael Stahl 
AuthorDate: Wed Aug 25 11:32:11 2021 +0200
Commit: Andras Timar 
CommitDate: Sat Oct 9 23:56:42 2021 +0200

openssl: add patch for CVE-2021-3712

Change-Id: I4061cbac18ddf9c7f932a27bf2b54a2b1c2f9d99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121027
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/external/openssl/UnpackedTarball_openssl.mk 
b/external/openssl/UnpackedTarball_openssl.mk
index ad600cce1412..e7fca1116545 100644
--- a/external/openssl/UnpackedTarball_openssl.mk
+++ b/external/openssl/UnpackedTarball_openssl.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,openssl,\
external/openssl/openssl-3650-masm.patch.1 \
external/openssl/openssl-fixbuild.patch.1 \
external/openssl/openssl-1.0.2k-cve-2020-1971.patch.1 \
+   external/openssl/ccb0a11145ee72b042d10593a64eaf9e8a55ec12.patch.1 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/openssl/ccb0a11145ee72b042d10593a64eaf9e8a55ec12.patch.1 
b/external/openssl/ccb0a11145ee72b042d10593a64eaf9e8a55ec12.patch.1
new file mode 100644
index ..cf809750ecfb
--- /dev/null
+++ b/external/openssl/ccb0a11145ee72b042d10593a64eaf9e8a55ec12.patch.1
@@ -0,0 +1,56 @@
+From ccb0a11145ee72b042d10593a64eaf9e8a55ec12 Mon Sep 17 00:00:00 2001
+From: Matt Caswell 
+Date: Tue, 17 Aug 2021 14:41:48 +0100
+Subject: [PATCH] Fix a read buffer overrun in X509_CERT_AUX_print()
+
+This is a backport of commit c5dc9ab965f to 1.0.2. That commit fixed
+the same bug but in master/1.1.1 it is in the function X509_aux_print().
+The original commit had the following description:
+
+Fix a read buffer overrun in X509_aux_print().
+
+The ASN1_STRING_get0_data(3) manual explitely cautions the reader
+that the data is not necessarily NUL-terminated, and the function
+X509_alias_set1(3) does not sanitize the data passed into it in any
+way either, so we must assume the return value from X509_alias_get0(3)
+is merely a byte array and not necessarily a string in the sense
+of the C language.
+
+I found this bug while writing manual pages for X509_print_ex(3)
+and related functions.  Theo Buehler  checked my
+patch to fix the same bug in LibreSSL, see
+
+http://cvsweb.openbsd.org/src/lib/libcrypto/asn1/t_x509a.c#rev1.9
+
+As an aside, note that the function still produces incomplete and
+misleading results when the data contains a NUL byte in the middle
+and that error handling is consistently absent throughout, even
+though the function provides an "int" return value obviously intended
+to be 1 for success and 0 for failure, and even though this function
+is called by another function that also wants to return 1 for success
+and 0 for failure and even does so in many of its code paths, though
+not in others.  But let's stay focussed.  Many things would be nice
+to have in the wide wild world, but a buffer overflow must not be
+allowed to remain in our backyard.
+
+CVE-2021-3712
+
+Reviewed-by: Paul Dale 
+---
+ crypto/asn1/t_x509a.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/crypto/asn1/t_x509a.c b/crypto/asn1/t_x509a.c
+index d1b897a469fd..b1bc9d0cd28b 100644
+--- a/crypto/asn1/t_x509a.c
 b/crypto/asn1/t_x509a.c
+@@ -104,7 +104,8 @@ int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int 
indent)
+ } else
+ BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
+ 

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-6-0' - 12 commits - download.lst external/lcms2 external/libxml2 external/mdnsresponder external/poppler external/python3 postprocess/CustomTar

2021-10-09 Thread David Tardon (via logerrit)
 download.lst   
|   20 -
 external/lcms2/0001-Added-an-extra-check-to-MLU-bounds.patch.1 
|   25 -
 external/lcms2/0017-Upgrade-Visual-studio-2017-15.8.patch.1
|  172 ++
 external/lcms2/UnpackedTarball_lcms2.mk
|2 
 external/libxml2/libxml2-android.patch 
|   12 
 external/libxml2/libxml2-global-symbols.patch  
|4 
 external/mdnsresponder/UnpackedTarball_mDNSResponder.mk
|5 
 external/mdnsresponder/mDNSResponder_Win32_SOCKET.patch.1  
|   85 
 external/mdnsresponder/mDNSResponder_Win32_buildfix.patch.1
|   16 
 external/poppler/StaticLibrary_poppler.mk  
|6 
 external/poppler/UnpackedTarball_poppler.mk
|   11 
 external/poppler/poppler-c++11.patch.1 
|   31 +
 external/poppler/poppler-config.patch.1
|   12 
 
external/python3/0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1
 |   59 +++
 external/python3/UnpackedTarball_python3.mk
|1 
 postprocess/CustomTarget_signing.mk
|2 
 postprocess/signing/signing.pl 
|3 
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx  
|   38 +-
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx  
|   49 +-
 sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx   
|6 
 sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx 
|4 
 solenv/bin/modules/installer.pm
|2 
 solenv/bin/modules/installer/windows/msp.pm
|2 
 23 files changed, 362 insertions(+), 205 deletions(-)

New commits:
commit 47e55ccd60c6701571dd71891fb092e1c537f89a
Author: David Tardon 
AuthorDate: Thu Mar 29 09:20:19 2018 +0200
Commit: Andras Timar 
CommitDate: Sat Oct 9 23:40:56 2021 +0200

upload openssl 1.0.2o

Change-Id: Ib44570ff53d754d1d568378ef0dac4d4789f2042
Reviewed-on: https://gerrit.libreoffice.org/52051
Tested-by: Jenkins 
Reviewed-by: David Tardon 

diff --git a/download.lst b/download.lst
index e826a49d6647..2a6a43bac53f 100644
--- a/download.lst
+++ b/download.lst
@@ -188,8 +188,8 @@ export OFFICEOTRON_SHA256SUM := 
f2443f27561af52324eee03a1892d9f569adc8db9e7bca55
 export OFFICEOTRON_JAR := 
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
 export OPENLDAP_SHA256SUM := 
cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824
 export OPENLDAP_TARBALL := openldap-2.4.45.tgz
-export OPENSSL_SHA256SUM := 
8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f
-export OPENSSL_TARBALL := openssl-1.0.2m.tar.gz
+export OPENSSL_SHA256SUM := 
ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d
+export OPENSSL_TARBALL := openssl-1.0.2o.tar.gz
 export ORCUS_SHA256SUM := 
62e76de1fd3101e77118732b860354121b40a87bbb1ebfeb8203477fffac16e9
 export ORCUS_TARBALL := liborcus-0.13.3.tar.gz
 export OWNCLOUD_ANDROID_LIB_SHA256SUM := 
b18b3e3ef7fae6a79b62f2bb43cc47a5346b6330f6a383dc4be34439aca5e9fb
commit a3a6de809afb4ea2c58b0d8f05819612f421032a
Author: Michael Stahl 
AuthorDate: Wed Feb 20 15:23:11 2019 +0100
Commit: Andras Timar 
CommitDate: Sat Oct 9 23:39:33 2021 +0200

mDNSResponder: upgrade to release 878.200.35

Apple can't afford the costly GPG licenses to sign releases apparently,
but the sha256 matches some OpenWRT and FreshPorts repos...

Fixes CVE-2015-7988.

Removing windows build patches, fixed upstream (except for the last hunk
of the SOCKET patch, but that is in code that is only used on MacOSX).

Reviewed-on: https://gerrit.libreoffice.org/68092
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 3a85c2db176db708c0ff9401c40858eb60e80f1e)
Reviewed-on: https://gerrit.libreoffice.org/68139
Reviewed-by: Thorsten Behrens 

Change-Id: I9fdba5929badb75f995c66da0850d188780e7beb

diff --git a/download.lst b/download.lst
index d8c899a69cc5..e826a49d6647 100644
--- a/download.lst
+++ b/download.lst
@@ -164,8 +164,8 @@ export MARIADB_CONNECTOR_C_SHA256SUM := 
fd2f751dea049c1907735eb236aeace1d811d6a8
 export MARIADB_CONNECTOR_C_TARBALL := 
a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz
 export MDDS_SHA256SUM := 
dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1
 export MDDS_TARBALL := mdds-1.3.1.tar.bz2
-export 

[Libreoffice-bugs] [Bug 145010] Invisible animations in Impress

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

--- Comment #6 from Regina Henschel  ---
(In reply to ns-libreoffice-91934 from comment #5)
> Can you point me to something how I can read and write ODP files in python?
> I tried to open it as ZipFile, but to save it again with a modified
> contents.xml I have to copy all other content to a new ZipFile, and I am not
> able to read all files (I get "Bad magic number for file header" errors for
> some files line "Configurations2/accelerator/current.xml" and Pictures).

I cannot help with python. But perhaps this description helps already:
https://wiki.documentfoundation.org/WikiAction/edit/Documentation/ODF_Markup?section=3

To get help on python with LibreOffice you can use any of our support channels:
https://www.libreoffice.org/get-help/community-support/
or try a forum:
https://wiki.documentfoundation.org/Website/Unofficial_Community_Pages

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: compilerplugins/clang solenv/clang-format sw/inc sw/Library_sw.mk sw/source

2021-10-09 Thread Julien Nabet (via logerrit)
 compilerplugins/clang/constantparam.numbers.results   |4 ++--
 compilerplugins/clang/unusedvariablemore.cxx  |2 +-
 solenv/clang-format/excludelist   |4 ++--
 sw/Library_sw.mk  |2 +-
 sw/inc/pch/precompiled_sw.hxx |2 +-
 sw/source/core/crsr/DateFormFieldButton.cxx   |2 +-
 sw/source/core/crsr/DropDownFormFieldButton.cxx   |2 +-
 sw/source/core/crsr/FormFieldButton.cxx   |2 +-
 sw/source/core/crsr/bookmark.cxx  |2 +-
 sw/source/core/crsr/swcrsr.cxx|2 +-
 sw/source/core/doc/CntntIdxStore.cxx  |2 +-
 sw/source/core/doc/DocumentContentOperationsManager.cxx   |2 +-
 sw/source/core/doc/DocumentLinksAdministrationManager.cxx |2 +-
 sw/source/core/doc/docbm.cxx  |2 +-
 sw/source/core/doc/swserv.cxx |2 +-
 sw/source/core/inc/annotationmark.hxx |2 +-
 sw/source/core/inc/crossrefbookmark.hxx   |2 +-
 sw/source/core/text/porfld.cxx|2 +-
 sw/source/core/text/redlnitr.cxx  |2 +-
 sw/source/core/undo/rolbck.cxx|2 +-
 sw/source/core/view/viewsh.cxx|2 +-
 sw/source/filter/basflt/fltshell.cxx  |2 +-
 sw/source/uibase/shells/textsh1.cxx   |2 +-
 23 files changed, 25 insertions(+), 25 deletions(-)

New commits:
commit 21b2c6b7d8f4661dcbd40df4f8b9126d331cbd7f
Author: Julien Nabet 
AuthorDate: Sat Oct 9 21:48:41 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 23:17:06 2021 +0200

Rename bookmrk* -> bookmark*

Change-Id: I9dec77b2af8abe5abb286ff76ed85d1e4078ee6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123325
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/compilerplugins/clang/constantparam.numbers.results 
b/compilerplugins/clang/constantparam.numbers.results
index baacd2131d57..faa5ad0485a6 100644
--- a/compilerplugins/clang/constantparam.numbers.results
+++ b/compilerplugins/clang/constantparam.numbers.results
@@ -2886,11 +2886,11 @@ sw/source/core/access/accmap.cxx:469
 void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum 
SwAccessibleEvent_Impl::EventType,const class SwFrame *,const class 
sw::access::SwAccessibleChild &,const class SwRect &)
 enum SwAccessibleEvent_Impl::EventType eT
 3
-sw/source/core/crsr/bookmrk.cxx:160
+sw/source/core/crsr/bookmark.cxx:160
 void lcl_SetFieldMarks(class sw::mark::Fieldmark &,class SwDoc &,const 
char16_t,const char16_t,const struct SwPosition *const)
 const char16_t aStartMark
 7
-sw/source/core/crsr/bookmrk.cxx:216
+sw/source/core/crsr/bookmark.cxx:216
 void lcl_RemoveFieldMarks(const class sw::mark::Fieldmark &,class SwDoc 
&,const char16_t,const char16_t)
 const char16_t aStartMark
 7
diff --git a/compilerplugins/clang/unusedvariablemore.cxx 
b/compilerplugins/clang/unusedvariablemore.cxx
index b4394b31f8d6..f165a6d6b50c 100644
--- a/compilerplugins/clang/unusedvariablemore.cxx
+++ b/compilerplugins/clang/unusedvariablemore.cxx
@@ -98,7 +98,7 @@ void UnusedVariableMore::run()
 if (fn == SRCDIR "/sc/source/ui/miscdlgs/simpref.cxx")
 return;
 // Using an SwPaM to do stuff
-if (fn == SRCDIR "/sw/source/core/crsr/bookmrk.cxx")
+if (fn == SRCDIR "/sw/source/core/crsr/bookmark.cxx")
 return;
 // index variable in for loop?
 if (fn == SRCDIR "/sw/source/uibase/docvw/edtwin.cxx")
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 92219dba46ae..163d778fb3b1 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -12401,7 +12401,7 @@ sw/source/core/bastyp/swregion.cxx
 sw/source/core/bastyp/tabcol.cxx
 sw/source/core/crsr/BlockCursor.hxx
 sw/source/core/crsr/annotationmark.cxx
-sw/source/core/crsr/bookmrk.cxx
+sw/source/core/crsr/bookmark.cxx
 sw/source/core/crsr/callnk.cxx
 sw/source/core/crsr/callnk.hxx
 sw/source/core/crsr/crbm.cxx
@@ -12600,7 +12600,7 @@ sw/source/core/inc/anchoredobjectposition.hxx
 sw/source/core/inc/annotationmark.hxx
 sw/source/core/inc/ascharanchoredobjectposition.hxx
 sw/source/core/inc/bodyfrm.hxx
-sw/source/core/inc/bookmrk.hxx
+sw/source/core/inc/bookmark.hxx
 sw/source/core/inc/cellfrm.hxx
 sw/source/core/inc/cntfrm.hxx
 sw/source/core/inc/crossrefbookmark.hxx
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 8f9398d2ab8b..87018ce438b9 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -147,7 +147,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
 sw/source/core/bastyp/tabcol \
 sw/source/core/crsr/annotationmark \
 sw/source/core/crsr/BlockCursor \
-sw/source/core/crsr/bookmrk \
+

[Libreoffice-bugs] [Bug 145023] New: Crash when searching for "ff" in list of animation effects

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

Bug ID: 145023
   Summary: Crash when searching for "ff" in list of animation
effects
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ns-libreoffice-91...@jonny007-mkd.de

Description:
I created a new animation and wanted to jump to "Fade In" by pressing the F key
several times, but with the second F Impress already crashes.
Impress also crashes if I try to type "Fade". It's really annoying.

Perhaps this is related to my funny presentation (see 145010)?

Steps to Reproduce:
1. Add a new animation
2. Click in Effect list
3. Press F key 2 times

Actual Results:
Crash

Expected Results:
No Crash


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.0.4.2
Build ID: 00(Build:2)
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3
Locale: de-DE (en_US.UTF-8); UI: en-US
Debian package version: 1:7.0.4_rc2-1~bpo10+2
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145022] New: Collabora Office: bug of comment appearing when added to a table cell

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

Bug ID: 145022
   Summary: Collabora Office: bug of comment appearing when added
to a table cell
   Product: LibreOffice
   Version: 6.4 all versions
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Android Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.ku...@gmail.com

Comment that is added to a table cell does not appear immediately, but after
performing steps 11-12 below.

Steps to reproduce:

1) open any text document or create new
2) on the bottom right corner tap on the edit button
3) on the upper right corner tap on the insert button
4) in the menu tap on "Table"
5) enter number of lines and columms
6) confirm table creation
7) select a cell to which you want to add the comment
8) on the upper right corner tap on the button for creating comments
9) type text of the comment
10) tap on the "Save"
11) on the upper left corner tap on the back button
12) on the bottom right corner tap on the edit button

System information:

OS: Android
Device: Lenovo TB-7304F
App version: 6.4.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145010] Invisible animations in Impress

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

--- Comment #5 from ns-libreoffice-91...@jonny007-mkd.de ---
That sounds reasonable. Thanks for looking into this!

Can you point me to something how I can read and write ODP files in python? I
tried to open it as ZipFile, but to save it again with a modified contents.xml
I have to copy all other content to a new ZipFile, and I am not able to read
all files (I get "Bad magic number for file header" errors for some files line
"Configurations2/accelerator/current.xml" and Pictures).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: chart2/qa include/filter odk/examples qadevOOo/tests sc/qa sd/source test/source

2021-10-09 Thread Julien Nabet (via logerrit)
 chart2/qa/extras/PivotChartTest.cxx |   36 -
 include/filter/msfilter/svdfppt.hxx |2 
 odk/examples/OLE/delphi/InsertTables/SampleCode.pas |   16 +++
 qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java |   28 ++---
 sc/qa/extras/check_data_pilot_field.cxx |   28 ++---
 sc/qa/extras/check_data_pilot_table.cxx |   28 ++---
 sd/source/filter/ppt/pptin.cxx  |6 +-
 test/source/sheet/xsheetoutline.cxx |   42 ++--
 8 files changed, 93 insertions(+), 93 deletions(-)

New commits:
commit 25c9f041ad078c94321e18361d6df52894865b7f
Author: Julien Nabet 
AuthorDate: Sat Oct 9 20:29:10 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 22:38:36 2021 +0200

Typo: *adress* -> *address* (except from not translated German parts)

Change-Id: I62e12aed5bc67119433c39ff333f69b79944dca3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123318
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/chart2/qa/extras/PivotChartTest.cxx 
b/chart2/qa/extras/PivotChartTest.cxx
index cda42a2bd632..97dd41634332 100644
--- a/chart2/qa/extras/PivotChartTest.cxx
+++ b/chart2/qa/extras/PivotChartTest.cxx
@@ -295,14 +295,14 @@ table::CellRangeAddress 
lclCreateTestData(uno::Reference xCellProp(xCellRange, UNO_QUERY_THROW);
 xCellProp->setPropertyValue("NumberFormat", uno::makeAny(nDateKey));
 
-table::CellRangeAddress sCellRangeAdress;
-sCellRangeAdress.Sheet = 0;
-sCellRangeAdress.StartColumn = 0;
-sCellRangeAdress.StartRow = 0;
-sCellRangeAdress.EndColumn = nEndCol;
-sCellRangeAdress.EndRow = nEndRow;
-
-return sCellRangeAdress;
+table::CellRangeAddress sCellRangeAddress;
+sCellRangeAddress.Sheet = 0;
+sCellRangeAddress.StartColumn = 0;
+sCellRangeAddress.StartRow = 0;
+sCellRangeAddress.EndColumn = nEndCol;
+sCellRangeAddress.EndRow = nEndRow;
+
+return sCellRangeAddress;
 }
 
 } // end anonymous namespace
@@ -535,12 +535,12 @@ void PivotChartTest::testPivotChartWithOneColumnField()
 
 OUString sPivotTableName("DataPilotTable");
 
-table::CellRangeAddress sCellRangeAdress = lclCreateTestData(xSheetDoc);
+table::CellRangeAddress sCellRangeAddress = lclCreateTestData(xSheetDoc);
 
 uno::Reference xDataPilotTables = 
lclGetDataPilotTables(0, xSheetDoc);
 
 uno::Reference xDataPilotDescriptor = 
xDataPilotTables->createDataPilotDescriptor();
-xDataPilotDescriptor->setSourceRange(sCellRangeAdress);
+xDataPilotDescriptor->setSourceRange(sCellRangeAddress);
 
 lclModifyOrientation(xDataPilotDescriptor, u"Country", 
sheet::DataPilotFieldOrientation_COLUMN);
 lclModifyOrientation(xDataPilotDescriptor, u"Sales T1", 
sheet::DataPilotFieldOrientation_DATA);
@@ -617,12 +617,12 @@ void PivotChartTest::testPivotChartWithOneRowField()
 
 OUString sPivotTableName("DataPilotTable");
 
-table::CellRangeAddress sCellRangeAdress = lclCreateTestData(xSheetDoc);
+table::CellRangeAddress sCellRangeAddress = lclCreateTestData(xSheetDoc);
 
 uno::Reference xDataPilotTables = 
lclGetDataPilotTables(0, xSheetDoc);
 
 uno::Reference xDataPilotDescriptor = 
xDataPilotTables->createDataPilotDescriptor();
-xDataPilotDescriptor->setSourceRange(sCellRangeAdress);
+xDataPilotDescriptor->setSourceRange(sCellRangeAddress);
 
 lclModifyOrientation(xDataPilotDescriptor, u"Country", 
sheet::DataPilotFieldOrientation_ROW);
 lclModifyOrientation(xDataPilotDescriptor, u"Sales T1", 
sheet::DataPilotFieldOrientation_DATA);
@@ -677,12 +677,12 @@ void 
PivotChartTest::testPivotTableDataProvider_PivotTableFields()
 
 OUString sPivotTableName("DataPilotTable");
 
-table::CellRangeAddress sCellRangeAdress = lclCreateTestData(xSheetDoc);
+table::CellRangeAddress sCellRangeAddress = lclCreateTestData(xSheetDoc);
 
 uno::Reference xDataPilotTables = 
lclGetDataPilotTables(0, xSheetDoc);
 
 uno::Reference xDataPilotDescriptor = 
xDataPilotTables->createDataPilotDescriptor();
-xDataPilotDescriptor->setSourceRange(sCellRangeAdress);
+xDataPilotDescriptor->setSourceRange(sCellRangeAddress);
 
 lclModifyOrientation(xDataPilotDescriptor, u"City", 
sheet::DataPilotFieldOrientation_ROW);
 lclModifyOrientation(xDataPilotDescriptor, u"Country", 
sheet::DataPilotFieldOrientation_COLUMN);
@@ -785,12 +785,12 @@ void PivotChartTest::testPivotChartRowFieldInOutlineMode()
 
 OUString sPivotTableName("DataPilotTable");
 
-table::CellRangeAddress sCellRangeAdress = lclCreateTestData(xSheetDoc);
+table::CellRangeAddress sCellRangeAddress = lclCreateTestData(xSheetDoc);
 
 uno::Reference xDataPilotTables = 
lclGetDataPilotTables(0, xSheetDoc);
 
 uno::Reference xDataPilotDescriptor = 
xDataPilotTables->createDataPilotDescriptor();
-xDataPilotDescriptor->setSourceRange(sCellRangeAdress);
+

[Libreoffice-bugs] [Bug 145021] New: Collabora Office: on Android splitting cells in Writer does not work

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

Bug ID: 145021
   Summary: Collabora Office: on Android splitting cells in Writer
does not work
   Product: LibreOffice
   Version: 6.4 all versions
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.ku...@gmail.com

When I select a cell and try to use split function, nothing happens.

Steps to reproduce:

1) open a document containing table
2) on the bottom right corner tap on the edit button
3) tap on a cell that you want to split
4) tap on the button whith framed A
5) in the menu tap on "Table"
6) tap on button which provides function for splitting cells

System information:

OS: Android
Device: Lenovo TB-7304F
App version: 6.4.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144895] very sluggish leaving a cell

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

--- Comment #5 from Kristine  ---
Thank you.  In my original description I stated that I already recreated my
profile and that did not solve the issue.  We should close this bug because I
completely recreated my spreadsheet from scratch, then copied all of the RAW
DATA into it and it is working great.  I don't know why that worked but I was
desperate to fix it.  Thanks for trying.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145020] New: Collabora Office on Android freezes while creating editable copy of a temporary file

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

Bug ID: 145020
   Summary: Collabora Office on Android freezes while creating
editable copy of a temporary file
   Product: LibreOffice
   Version: 6.4 all versions
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.ku...@gmail.com

In case of an attempt to create editable copy of a temporary file, the app asks
if I want to open the file only for reading or to create editable copy. When I
chose to create editable copy, it is created, but instead of opening it the app
freezes.

Steps to reproduce:
1) save to temporary folder any document from E-mail client, which supports it
2) in Collabora office, tap on the edit button on the botton right corner 
3) When the app show warning the file is for read-only, select "Edit a copy"
4) enter file name and tap on "Save"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84507] FORMATING: Text does not fit to contour in rotated polygon or bézier curve

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

--- Comment #16 from Janusz  ---
Bug still present and very vivid.
Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: pl-PL (pl_PL); UI: pl-PL
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143148] Use pragma once instead of include guards (Episode 2: Endgame)

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

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

https://git.libreoffice.org/core/commit/84a4e281c1a552b002b3a7162adfaece47761e88

tdf#143148 - Use pragma once instead of include guards

It will be available in 7.3.0.

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-10-09 Thread Julien Nabet (via logerrit)
 sw/source/core/inc/bookmrk.hxx   |5 +
 sw/source/uibase/dochdl/swdtflvr.cxx |   12 ++--
 2 files changed, 7 insertions(+), 10 deletions(-)

New commits:
commit df0592cfb16c28b22c0c0331306dd072e7678fce
Author: Julien Nabet 
AuthorDate: Sat Oct 9 20:34:00 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 21:35:59 2021 +0200

What's the interest to gain 1 letter? bDelBookmrk->bDelBookmark

At least, it'll be easier to search bookmark in whole code if there's a 
bookmark pb

Change-Id: I25cbfb8dae823495b87d5bfcdd41cea479230eee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123319
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx 
b/sw/source/uibase/dochdl/swdtflvr.cxx
index 17b7e37df224..8a3182e1e8c0 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -180,7 +180,7 @@ class SwTransferDdeLink : public ::sfx2::SvBaseLink
 SwTransferable& rTrnsfr;
 SwDocShell* pDocShell;
 sal_uLong nOldTimeOut;
-bool bDelBookmrk : 1;
+bool bDelBookmark : 1;
 bool bInDisconnect : 1;
 
 bool FindDocShell();
@@ -4215,7 +4215,7 @@ SwTransferDdeLink::SwTransferDdeLink( SwTransferable& 
rTrans, SwWrtShell& rSh )
 : rTrnsfr(rTrans)
 , pDocShell(nullptr)
 , nOldTimeOut(0)
-, bDelBookmrk(false)
+, bDelBookmark(false)
 , bInDisconnect(false)
 {
 // we only end up here with table- or text selection
@@ -4239,7 +4239,7 @@ SwTransferDdeLink::SwTransferDdeLink( SwTransferable& 
rTrans, SwWrtShell& rSh )
 if(pMark)
 {
 sName = pMark->GetName();
-bDelBookmrk = true;
+bDelBookmark = true;
 if( !bIsModified )
 rSh.ResetModified();
 }
@@ -4347,7 +4347,7 @@ bool SwTransferDdeLink::WriteData( SvStream& rStrm )
 rServerObject.SetDdeBookmark(*pNewMark);
 }
 
-bDelBookmrk = false;
+bDelBookmark = false;
 return true;
 }
 
@@ -4359,7 +4359,7 @@ void SwTransferDdeLink::Disconnect( bool 
bRemoveDataAdvise )
 bInDisconnect = true;
 
 // destroy the unused bookmark again (without Undo!)?
-if( bDelBookmrk && refObj.is() && FindDocShell() )
+if( bDelBookmark && refObj.is() && FindDocShell() )
 {
 SwDoc* pDoc = pDocShell->GetDoc();
 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo());
@@ -4378,7 +4378,7 @@ void SwTransferDdeLink::Disconnect( bool 
bRemoveDataAdvise )
 // #i58448#
 pDoc->SetOle2Link( aSavedOle2Link );
 
-bDelBookmrk = false;
+bDelBookmark = false;
 }
 
 if( refObj.is() )
commit 84a4e281c1a552b002b3a7162adfaece47761e88
Author: Julien Nabet 
AuthorDate: Sat Oct 9 20:36:53 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 21:35:48 2021 +0200

tdf#143148 - Use pragma once instead of include guards

I changed this one only because the goal was above all to change filename
in a following patch to put bookmark.hxx instead

Change-Id: Ia224f32227404e5685e03efb134dd525a88b3917
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123320
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/source/core/inc/bookmrk.hxx b/sw/source/core/inc/bookmrk.hxx
index 397a68ac3cca..ed7d5ad82180 100644
--- a/sw/source/core/inc/bookmrk.hxx
+++ b/sw/source/core/inc/bookmrk.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_BOOKMRK_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_BOOKMRK_HXX
+#pragma once
 
 #include 
 #include 
@@ -343,6 +342,4 @@ namespace sw::mark {
 bool IsFieldmarkOverlap(SwPaM const& rPaM);
 }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


[Libreoffice-bugs] [Bug 145014] Collabora Office: on Android the automatic font color does not work

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

Michael Kůr  changed:

   What|Removed |Added

Summary|Collabora Office: on|Collabora Office: on
   |Android the automatic   |Android the automatic font
   |fontcolor does ot work  |color does not work

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144986] Formula to Value for a formula with an empty string result creates a non-empty but 0-length text cell that should be searchable.

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

Eike Rathke  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Summary|Formula to Value renders a  |Formula to Value for a
   |blank non-empty cell|formula with an empty
   ||string result creates a
   ||non-empty but 0-length text
   ||cell that should be
   ||searchable.

--- Comment #6 from Eike Rathke  ---
Adjusted summary to keep this for the non-searchable aspect.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: LO does not run on Ubuntu 16.04

2021-10-09 Thread Caolán McNamara
On Sat, 2021-10-09 at 18:25 +0200, Uwe Brauer wrote:
> /opt/libreoffice7.2/program/soffice.bin: symbol lookup error:
> /opt/libreoffice7.2/program/libvclplug_gtk3lo.so: undefined symbol:
> gtk_widget_path_iter_set_object_name

You need gtk3 >= 3.20.0



[Libreoffice-commits] core.git: bin/update_pch bin/update_pch_bisect editeng/source include/svtools sc/source svtools/source xmloff/source

2021-10-09 Thread Julien Nabet (via logerrit)
 bin/update_pch |2 +-
 bin/update_pch_bisect  |2 +-
 editeng/source/editeng/eertfpar.cxx|   18 +-
 editeng/source/rtf/svxrtf.cxx  |   18 +-
 include/svtools/parrtf.hxx |2 +-
 sc/source/core/tool/reffind.cxx|4 ++--
 svtools/source/svrtf/parrtf.cxx|   20 ++--
 xmloff/source/draw/animationimport.cxx |8 
 8 files changed, 37 insertions(+), 37 deletions(-)

New commits:
commit 6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451
Author: Julien Nabet 
AuthorDate: Sat Oct 9 19:29:49 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 20:19:36 2021 +0200

Typo: braket->bracket

Change-Id: I75c8c0fc15acb7e3ae6e59de91d5d9f67a4cd1ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123317
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/bin/update_pch b/bin/update_pch
index 6dc1b823ba58..7edd31f1ba71 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -176,7 +176,7 @@ def find_files(path, recurse=True):
 
 def get_filename(line):
 """ Strips the line from the
-'#include' and angled brakets
+'#include' and angled brackets
 and return the filename only.
 """
 if not len(line) or line[0] != '#':
diff --git a/bin/update_pch_bisect b/bin/update_pch_bisect
index 8c86ac3cc2db..271cbc88ff1b 100755
--- a/bin/update_pch_bisect
+++ b/bin/update_pch_bisect
@@ -123,7 +123,7 @@ def bisect(lines, marks, min, max, update, command):
 
 def get_filename(line):
 """ Strips the line from the
-'#include' and angled brakets
+'#include' and angled brackets
 and return the filename only.
 """
 return re.sub(r'(.*#include\s*)<(.*)>(.*)', r'\2', line)
diff --git a/editeng/source/editeng/eertfpar.cxx 
b/editeng/source/editeng/eertfpar.cxx
index e3f7dba07249..3006caf21594 100644
--- a/editeng/source/editeng/eertfpar.cxx
+++ b/editeng/source/editeng/eertfpar.cxx
@@ -510,20 +510,20 @@ void EditRTFParser::CalcValue()
 void EditRTFParser::ReadField()
 {
 // From SwRTFParser::ReadField()
-int _nOpenBrakets = 1;  // the first was already detected earlier
+int _nOpenBrackets = 1;  // the first was already detected earlier
 bool bFldInst = false;
 bool bFldRslt = false;
 OUString aFldInst;
 OUString aFldRslt;
 
-while( _nOpenBrakets && IsParserWorking() )
+while( _nOpenBrackets && IsParserWorking() )
 {
 switch( GetNextToken() )
 {
 case '}':
 {
-_nOpenBrakets--;
-if ( _nOpenBrakets == 1 )
+_nOpenBrackets--;
+if ( _nOpenBrackets == 1 )
 {
 bFldInst = false;
 bFldRslt = false;
@@ -531,7 +531,7 @@ void EditRTFParser::ReadField()
 }
 break;
 
-case '{':   _nOpenBrakets++;
+case '{':   _nOpenBrackets++;
 break;
 
 case RTF_FIELD: SkipGroup();
@@ -578,21 +578,21 @@ void EditRTFParser::ReadField()
 
 void EditRTFParser::SkipGroup()
 {
-int _nOpenBrakets = 1;  // the first was already detected earlier
+int _nOpenBrackets = 1;  // the first was already detected earlier
 
-while( _nOpenBrakets && IsParserWorking() )
+while( _nOpenBrackets && IsParserWorking() )
 {
 switch( GetNextToken() )
 {
 case '}':
 {
-_nOpenBrakets--;
+_nOpenBrackets--;
 }
 break;
 
 case '{':
 {
-_nOpenBrakets++;
+_nOpenBrackets++;
 }
 break;
 }
diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx
index 8416aa0ae6db..02772c7b2920 100644
--- a/editeng/source/rtf/svxrtf.cxx
+++ b/editeng/source/rtf/svxrtf.cxx
@@ -273,19 +273,19 @@ void SvxRTFParser::ReadStyleTable()
 int bSaveChkStyleAttr = bChkStyleAttr ? 1 : 0;
 sal_uInt16 nStyleNo = 0;
 bool bHasStyleNo = false;
-int _nOpenBrakets = 1;  // the first was already detected earlier!!
+int _nOpenBrackets = 1;  // the first was already detected earlier!!
 std::optional xStyle(SvxRTFStyleType(*pAttrPool, 
aWhichMap));
 xStyle->aAttrSet.Put( GetRTFDefaults() );
 
 bIsInReadStyleTab = true;
 bChkStyleAttr = false;  // Do not check Attribute against the Styles
 
-while( _nOpenBrakets && IsParserWorking() )
+while( _nOpenBrackets && IsParserWorking() )
 {
 int nToken = GetNextToken();
 switch( nToken )
 {
-case '}':   if( --_nOpenBrakets && IsParserWorking() )
+case '}':   if( --_nOpenBrackets && IsParserWorking() )
 // Style has been completely read,
 // so this is still a stable 

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

Chris Sherlock  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

Chris Sherlock  changed:

   What|Removed |Added

  Component|LibreOffice |graphics stack

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145008] Deleting a symbol next to the inserted picture deletes the picture and symbol

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

niina-ma...@outlook.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from niina-ma...@outlook.com ---
Thank you for reporting the bug. I can confirm that the bug is also present in

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: fi-FI
Calc: CL

and 

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: ec76fff198323122bedc63ffdfd896c2543102c6
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: fi-FI
Calc: CL

Steps that I took:
1. Opened a new document in Writer
2. Inserted a picture in the document
3. Wrote a symbol
4. Deleted the symbol

When I deleted the symbol, both the symbol and the picture got deleted. 
Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144895] very sluggish leaving a cell

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

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
It might be the user profile:

1. Start LibreOffice and select Help ▸ Restart in Safe Mode
2. In the Enter Safe Mode dialog select Restart
3. LibreOffice will restart and display the Safe Mode dialog
4. Select Continue in Safe Mode
5. Test and see if the problem is gone.

If the problem persists, you can exit the safe mode because the user profile
was not the cause of the problem.
If the problem is solved, something is wrong with your configuration. Start
LibreOffice in safe mode again to see the safe mode dialog. You can now try to
disable Hardware acceleration or to restore/reset your user profile.

https://wiki.documentfoundation.org/UserProfile

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145006] LO Writer PDF print bug

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

--- Comment #2 from Telesto  ---
Is this specifically happening using Okular or with any PDF viewer?. You might
open the PDF with say Firefox and print.. is the F still broken?

I don't see anything here, but well I'm on Windows.
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (nl_NL); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145001] Image shrinks and positioned differently when actually printing (OK in print Preview; OK with PDF export)

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

Telesto  changed:

   What|Removed |Added

Summary|sometimes graphics don't|Image shrinks and
   |work when printed   |positioned differently when
   ||actually printing (OK in
   ||print Preview; OK with PDF
   ||export)
   Keywords||bibisectRequest, regression
Version|7.1.5.2 release |6.3.0.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145001] sometimes graphics don't work when printed

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

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Telesto  ---
I didn't reproduce this yesterday, but I do today (using a PDF printer)

The image in the left corner shrinks and gets a different position

Found in
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (nl_NL); UI: en-US
Calc: CL

and in 
Version: 7.0.0.0.beta1+ (x64)
Build ID: 2891e91a513520d68ea2b8c59c14335861a15253
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

and in
Version: 6.3.7.0.0+ (x86)
Build ID: 726535ec30f12697ceccd2f0640d9371a64dc5bd
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

not in
Version: 6.2.9.0.0+ (x86)
Build ID: 5f01fe15eb2661f1f9ce12d1d99dc2a705b462ee
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144574] spam

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

phxafinancial  changed:

   What|Removed |Added

URL|https://www.unifiedinfotech |https://www.phxa.com/
   |.net/services/web-design-ne |
   |w-york/ |

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2021-10-09 Thread Julien Nabet (via logerrit)
 cui/source/dialogs/AdditionsDialog.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 70faac516e12944dfed2f8e0c5b6593435985d20
Author: Julien Nabet 
AuthorDate: Sat Oct 9 18:17:32 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 19:17:04 2021 +0200

Typo: *Extesion* -> *Extension*

Change-Id: I7c1791327bec14b1c36359d64ac905bc7b358c04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123314
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/cui/source/dialogs/AdditionsDialog.cxx 
b/cui/source/dialogs/AdditionsDialog.cxx
index d1a2ee2388cd..8fcea1b99f0e 100644
--- a/cui/source/dialogs/AdditionsDialog.cxx
+++ b/cui/source/dialogs/AdditionsDialog.cxx
@@ -698,21 +698,21 @@ bool AdditionsItem::getExtensionFile(OUString& 
sExtensionFile)
 rtl::Bootstrap::expandMacros(userFolder);
 userFolder += "/user/additions/" + m_sExtensionID + "/";
 
-OUString aExtesionsFile(INetURLObject(m_sDownloadURL).getName());
-OUString aExtesionsURL = m_sDownloadURL;
+OUString aExtensionsFile(INetURLObject(m_sDownloadURL).getName());
+OUString aExtensionsURL = m_sDownloadURL;
 
 try
 {
 osl::Directory::createPath(userFolder);
 
-if (!xFileAccess->exists(userFolder + aExtesionsFile))
-ucbDownload(aExtesionsURL, userFolder, aExtesionsFile);
+if (!xFileAccess->exists(userFolder + aExtensionsFile))
+ucbDownload(aExtensionsURL, userFolder, aExtensionsFile);
 }
 catch (const uno::Exception&)
 {
 return false;
 }
-sExtensionFile = userFolder + aExtesionsFile;
+sExtensionFile = userFolder + aExtensionsFile;
 return true;
 }
 


[Libreoffice-bugs] [Bug 144912] Copy paste in Impress deletes the animations of the following paragraphs

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

José Trujillo  changed:

   What|Removed |Added

Summary|Copy in Impress deletes the |Copy paste in Impress
   |animations of the following |deletes the animations of
   |paragraphs  |the following paragraphs

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140306] Text modification when applying bold and italic

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

niina-ma...@outlook.com changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from niina-ma...@outlook.com ---
Can't reproduce the bug in, 

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: ec76fff198323122bedc63ffdfd896c2543102c6
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: fi-FI
Calc: CL 

or 

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: fi-FI
Calc: CL

Changed the status to RESOLVED > WORKSFORME. If its still an issue, you can
change it back to UNRESOLVED.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

Chris Sherlock  changed:

   What|Removed |Added

 CC||chris.sherloc...@gmail.com

--- Comment #21 from Chris Sherlock  ---
Could someone please test out a patch I have just pushed to gerrit?

https://gerrit.libreoffice.org/c/core/+/123316

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144843] Selecting the whole table and then clicking background in the toolbar causes the LibreOffice app to crash.

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

raal  changed:

   What|Removed |Added

 OS|Windows (All)   |All
 CC||armin.le.gr...@me.com,
   ||r...@post.cz
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Armin Le Grand ; Could you possibly take a look at this one?
Thanks
bibisect-linux-64-6.3$
919fbf02a7ae264469801e9b8106690d0f380868 is the first bad commit
commit 919fbf02a7ae264469801e9b8106690d0f380868
Author: Jenkins Build User 
Date:   Fri Apr 26 04:48:01 2019 +0200

source sha:1e2682235cded9a7cd90e55f0bfc60a1285e9a46

https://git.libreoffice.org/core/+/1e2682235cded9a7cd90e55f0bfc60a1285e9a46
WIP: Further preparations for deeper Item changes

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108569] [META] Page margin bugs and enhancements

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

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

   What|Removed |Added

 Depends on||144654


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144654
[Bug 144654] Switching LO draw from any visible page margin to None and undoing
the change does not restore the side margins
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 100371] [META] Improve Undo handling in Draw

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

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

   What|Removed |Added

 Depends on||144654


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144654
[Bug 144654] Switching LO draw from any visible page margin to None and undoing
the change does not restore the side margins
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144654] Switching LO draw from any visible page margin to None and undoing the change does not restore the side margins

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||100371, 108569
 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|
 CC||79045_79...@mail.ru

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

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 559850da1f48fd7ea521c78a1867255212f7aee9
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100371
[Bug 100371] [META] Improve Undo handling in Draw
https://bugs.documentfoundation.org/show_bug.cgi?id=108569
[Bug 108569] [META] Page margin bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

LO does not run on Ubuntu 16.04

2021-10-09 Thread Uwe Brauer


Hi 

I am still on Ubuntu 16.04. 
After the installation of LO, 
/opt/libreoffice7.2/program/swriter 

I obtain 
opt/libreoffice7.2/program/soffice.bin: symbol lookup error: 
/opt/libreoffice7.2/program/libvclplug_gtk3lo.so: undefined symbol: 
gtk_widget_path_iter_set_object_name


I tried to follow the advice found in 

https://ask.libreoffice.org/t/installed-libreoffice-7-1-on-ubuntu-16-04-lts-it-does-not-start-and-i-get-the-following-error/61992/3

But it does not work

Any help would be appreciated

Regards

Uwe Brauer 



[Libreoffice-bugs] [Bug 108014] [META] Writer character style bugs and enhancements

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

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

   What|Removed |Added

 Depends on||144750


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144750
[Bug 144750] Character style applied to heading numbering doesn't work
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144750] Character style applied to heading numbering doesn't work

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

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

   What|Removed |Added

 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Blocks||108014
 Status|UNCONFIRMED |NEW

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm that so strange behavior

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 559850da1f48fd7ea521c78a1867255212f7aee9
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108014
[Bug 108014] [META] Writer character style bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

--- Comment #20 from Chris Sherlock  ---
So the issue is actually in the way that we get the fonts from MacOS. All fonts
on MacOS are returning as variable fonts. Obviously, nothing will populate in
that box without a fixed width font. 

The bug is that fixed width fonts like courier don't have a fixed pitch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144852] Tables: tooltips only appear when cursor hovers over very top of toolbar

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

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

   What|Removed |Added

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

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Michael Warner from comment #2)
> Created attachment 175443 [details]
> No icons screenshot

Michael, he means icons on Table toolbar. Move a mouse cursor over the icons
and you'll see tooltips

no repro in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 559850da1f48fd7ea521c78a1867255212f7aee9
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

possibly GTK3 only?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144962] LibreOffice Writer crashed

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

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

   What|Removed |Added

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

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 559850da1f48fd7ea521c78a1867255212f7aee9
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144668] DOCX Customized numbering format lost on save and re-open

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz,
   ||vasily.melenc...@cib.de
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #9 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Vasily Melenchuk; Could you possibly take a look at this one?
Thanks
linux-64-7.1$
4ec9c51f9f2b326e9dfc3634fe9ed182471b0a97 is the first bad commit
commit 4ec9c51f9f2b326e9dfc3634fe9ed182471b0a97
Author: Jenkins Build User 
Date:   Tue Jun 2 04:44:29 2020 +0200

source sha:8401181bf0232959efb516802abcda42377ea06e

https://git.libreoffice.org/core/+/8401181bf0232959efb516802abcda42377ea06e
   tdf#120394: DOCX list import: simplify zero width space hack

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145019] formula bar font and cell font display differences

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

--- Comment #1 from nani  ---
This bug is not related to the format of the saved file, whether it is xlsx or
ods, the same problem exists

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107634] [META] Fontwork / WordArt bugs and enhancements

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

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

   What|Removed |Added

 Depends on||145004


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145004
[Bug 145004] WordArt kind "Follow Path" are rendered with additional space
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145004] WordArt kind "Follow Path" are rendered with additional space

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||107634
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru

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

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 559850da1f48fd7ea521c78a1867255212f7aee9
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107634
[Bug 107634] [META] Fontwork / WordArt bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145019] New: formula bar font and cell font display differences

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

Bug ID: 145019
   Summary: formula bar font and cell font display differences
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bear.y...@live.com

Description:
Chinese in any cell and the formula bar shows the Chinese, the font is not
consistent, select any one of the cells with Chinese, and then click the
formula bar, the formula bar shows and the cell is not the same Chinese font,
and the text in the cell will jump a little; if the text in the cell language
is English, the formula bar shows no difference in the font, but the text in
the cell will still jump a little.

Steps to Reproduce:
1.Enter any Chinese in the cell and set any font
2.Click on the formula bar
3.You can immediately see that the text font displayed in the formula bar is
significantly different from the text font in the cell, and the text in the
cell jumps up

Actual Results:
I have tried many times and it always looks like this

Expected Results:
This is a bug in libreOffice, please fix it as soon as possible


Reproducible: Always


User Profile Reset: No



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

Version: 7.2.1.2_aarch64 / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 8; OS: Mac OS X 11.6; UI render: default; VCL: osx
Locale: zh-CN (zh_Hans.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

--- Comment #19 from Chris Sherlock  ---
Seems to be a problem in FontList, part of svtools.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144757] In Options - LibreOffice - Fonts - Font Settings for HTML, Basic and SQL Sources - font list not-displayed in dropdown menu unless tickbox "Non-proportional fonts only"

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

--- Comment #18 from Chris Sherlock  ---
Non-proportional fonts picked from this list on MacOS change the font fine for
me, and I don't need to restart LibreOffice. The problem reported in this patch
is still occurring. 

Can I get some code pointers on what populates the dropdown box?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 92389] Writer: Comment text not accessible with screen reader

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

--- Comment #12 from V Stuart Foote  ---
@Michael W, another a11y issue you might enjoy quashing, similar to the table
cell roles, has additional accessible role tweaks needed. Stuart

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

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

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

https://git.libreoffice.org/help/commit/d155b3e2133f3eb6593d438b69dc3e42d37b11ff

tdf#132643 Translate German section IDs

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: helpcontent2

2021-10-09 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28d057e2dd45444d5a515233ce0923104b53b9e6
Author: Johnny_M 
AuthorDate: Sat Oct 9 15:51:14 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Sat Oct 9 15:51:14 2021 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to d155b3e2133f3eb6593d438b69dc3e42d37b11ff
  - tdf#132643 Translate German section IDs

Change-Id: I69505b323ed9148e3f4560dd883753c5c728211b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122985
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 7f942a62c3e1..d155b3e2133f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 7f942a62c3e173d25ec8e3d7ee786b2087d49e42
+Subproject commit d155b3e2133f3eb6593d438b69dc3e42d37b11ff


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

2021-10-09 Thread Johnny_M (via logerrit)
 source/text/simpress/01/0307.xhp |2 +-
 source/text/simpress/01/0413.xhp |2 +-
 source/text/simpress/main_slide.xhp  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d155b3e2133f3eb6593d438b69dc3e42d37b11ff
Author: Johnny_M 
AuthorDate: Sat Oct 2 12:14:17 2021 +0200
Commit: Olivier Hallot 
CommitDate: Sat Oct 9 15:51:13 2021 +0200

tdf#132643 Translate German section IDs

Change-Id: I69505b323ed9148e3f4560dd883753c5c728211b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122985
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/01/0307.xhp 
b/source/text/simpress/01/0307.xhp
index 0bc935260..67b4b0c5a 100644
--- a/source/text/simpress/01/0307.xhp
+++ b/source/text/simpress/01/0307.xhp
@@ -42,7 +42,7 @@
 Change Slide Master
 
 
-
+
 
 
 
diff --git a/source/text/simpress/01/0413.xhp 
b/source/text/simpress/01/0413.xhp
index bc0bc79d2..7e709b068 100644
--- a/source/text/simpress/01/0413.xhp
+++ b/source/text/simpress/01/0413.xhp
@@ -35,7 +35,7 @@
 slides;expanding
 
 
-
+
   Expand 
Slide
   Creates a new slide from every top-level outline point 
(text one level below the title text in the outline hierarchy) in the selected 
slide. The outline text becomes the title of the new slide. Outline 
pointspoints? below the top level on the original slide are 
moved up one level on the new slide.
 
diff --git a/source/text/simpress/main_slide.xhp 
b/source/text/simpress/main_slide.xhp
index bfbebfaa1..5b4363d34 100644
--- a/source/text/simpress/main_slide.xhp
+++ b/source/text/simpress/main_slide.xhp
@@ -117,7 +117,7 @@
   Summary Slide
   
   Expand Slide
-  
+  
   Slide Transition
   
   


[Libreoffice-bugs] [Bug 145018] New: Bad font hinting on 1080p screens at default zoom level

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

Bug ID: 145018
   Summary: Bad font hinting on 1080p screens at default zoom
level
   Product: LibreOffice
   Version: 6.2 all versions
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nicocarb...@gmail.com

Description:
I use libreoffice on 1080p screens under Ubuntu 21.04 (snap version). The
hinting of fonts at 100% zoom in this resolution is not ideal. 

See this screenshot:
https://drive.google.com/file/d/1M5p5angQO9sB_AuPB7X9ejP2ZemfV8wk/view?usp=sharing
The space between "r" and "e", between "i" and "m", and between "p" and "t" are
some examples where the space between fonts is too small.

Steps to Reproduce:
1.Open Libreoffice Writer or any other
2.Make sure you are on a 1080p screen and at 100% zoom level
3.Write something

Actual Results:
The hinting between fonts is inhomogeneous

Expected Results:
The hinting should be more uniform


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.2.1.2 / LibreOffice Community
Build ID: 2c9f9a7aa7c967a1b7ec3448959cff87b32f6580
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: es-ES
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 92389] Writer: Comment text not accessible with screen reader

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

--- Comment #11 from Christophe Strobbe  ---
I have looked at the bugs that have been marked as a duplicate of this one or
that are indirectly linked to it:
* Bug 92389 - Writer: Comment text not accessible with screen reader 
  Reported without reference to a specific OS; confirmed both on Linux with
Orca (until 2019) and on Windows with NVDA (2017).
* Bug 99261 - Calc: Comment not supported with screen reader
  Reported for Windows (tested with both Jaws and NVDA); confirmed on Linux
with Orca
* Bug 101002 - Comments in Impress are not accessible (adding/reading)
  Reported for Linux with Orca; comments mention both keyboard interaction
problems and missing accessibility metadata (checked using accerciser).
* Bug 102054 - Allow access and modifying of comment with keyboard
  Reported without reference to a specific OS; bug focuses on keyboard
interaction
* Bug 102058 - No screen reader notification that there is a comment
  Reported without reference to a specific OS; confirmed on Linux with Orca
(until 2018).
* Bug 106180 - No screen reader notification that there is a comment
  Reported without reference to a specific OS (but split off from bug 102058);
confirmed on Linux with Orca (2018).
* Bug 135439 - Accessibility: No output from screenreader when adding a comment
in Writer 
  Reported for Windows (with unidentified screen reader); confirmed on Linux
and repeatedly on Windows.

Based on the above reports, the bug seems to be caused by two issues: 
(1) missing role information in the accessibility API (see issues 92389,
102058, 106180 and 135439) and 
(2) the absence of keyboard accessibility (originally reported in 99261 and
contradicted there, but see my findings below).

My findings regarding keyboard access are the following: In LibreOffice Writer,
you can indeed insert a comment using either the shortcuts Crtl + Alt + C or
through the menu items Insert -> Comment; you can get out of the comment using
Esc. However, editing an existing comment later on appears to be impossible:
you can browse the list of existing comments in the Navigator, but pressing
Enter on a specific comment takes you to the document's text, not to the
comment.
(In LibreOffice Calc, you can open an existing comment again when you press
Shift + F10 to open the cell's context menu and then choosing "Edit comment".
This does not work in Writer or Impress. In addition, you exit a comment in
Writer or Calc by pressing Esc, whereas this does not seem to work in Impress,
where I use F6.)

I am not 100% certain what the exposed accessibility role should be; the
closest match seems to be IA2_ROLE_NOTE in IAccessible2 and ROLE_COMMENT in
ATK/AT-SPI. See the "Role Mapping Table" in "Core Accessibility API Mappings
1.1" at https://www.w3.org/TR/core-aam-1.1/#mapping_role_table

Question:
Linux, Windows and Mac OS use different accessibility APIs. Should there be
just one open bug for this issue in spite of this? Or one for the Windows
version and one for Linux (and perhaps another one for Mac OS)?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43490] Redim function with option base set to 1 not working correctly

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

--- Comment #6 from jacky joy  ---
thanks

https://creditcardsupportx.com/qvc-credit-card
https://creditcardsupportx.com/sams-club-credit-card
https://creditcardsupportx.com/cabelas-credit-card

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142077] Absturz in: std::shared_ptr::operator=(std::shared_ptr const &)

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

--- Comment #2 from Julien Nabet  ---
Also, do you reproduce this with LO 7.1.6 or with brand new 7.2.1 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142077] Absturz in: std::shared_ptr::operator=(std::shared_ptr const &)

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

Julien Nabet  changed:

   What|Removed |Added

Version|unspecified |7.1.2.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143527] Impress slide transition sounds do not loop (64-bit Win only)

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

--- Comment #12 from Julien Nabet  ---
Related files:
- sd/uiconfig/simpress/ui/slidetransitionspanel.ui
- sd/source/ui/animations/SlideTransitionPane.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142077] Absturz in: std::shared_ptr::operator=(std::shared_ptr const &)

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

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Could you provide an odb file and minimal step by step process to reproduce
this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143527] Impress slide transition sounds do not loop (64-bit Win only)

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

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #11 from Julien Nabet  ---
Caolán: another case of different behaviour according the rendering.
Can we consider then it's vcl related or would it be event mechanism which
differs between gtk, kde, gen/Windows ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145010] Invisible animations in Impress

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

Regina Henschel  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Regina Henschel  ---
That invisible animation node exists in fact in the file. It has no object
assigned. You could delete this node in the file.

I think, that the issue is here, that LibreOffice does only show animation
nodes with assigned object and that is has no tool to clean up the animation
tree.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143527] Impress slide transition sounds do not loop (64-bit Win only)

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

--- Comment #10 from Julien Nabet  ---
With kf5 rendering, changing duration triggers the preview, the sound is indeed
repeated but the repeat isn't constant, eg: you can hear the sound once then 2
seconds without anything, then 3 times the sound in a row.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143527] Impress slide transition sounds do not loop (64-bit Win only)

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #9 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this
with gtk3, as expected.

But with gen rendering, I could reproduce this. However the duration is taken
into account and each time I change duration, the preview is triggered and I
can hear the sound (again only once even if loop is enabled) + the transition.

On Windows 10 with master sources updated today, I could reproduce this and in
addition, duration isn't taken into account + when I change duration, the
preview isn't triggered.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107805] [META] Writer master document issues

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||144989


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144989
[Bug 144989] Exported PDF of master document with hidden sections in chapters
loses pagination
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144989] Exported PDF of master document with hidden sections in chapters loses pagination

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

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Blocks||107805
  Component|Writer  |Printing and PDF export

--- Comment #2 from Buovjaga  ---
Repro (the actual page for me is 331 rather than 337).

Arch Linux 64-bit
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 2d9eddbb23625aad7a9accedbf69209a04169f00
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 5 October 2021


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107805
[Bug 107805] [META] Writer master document issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84507] FORMATING: Text does not fit to contour in rotated polygon or bézier curve

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

--- Comment #15 from Regina Henschel  ---
"Adjust to contour" is still broken for polygons.
Tested in Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 46798] FORMATTING: Hard coded "Text Centered" in new Shapes, Text boxes and Drawing objects

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

--- Comment #8 from Regina Henschel  ---
It is still so, that if 'Default Style' has set vertical-anchor-top, a
custom-shape, that is drag-created, has the anchor 'center' but on the same
time the style 'Default Style'.
If it is intended, that custom-shapes have 'center' as initial text anchor,
then custom-shapes need an own initial style.

Tested with Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 88822] APK needs helpful ChromeOS settings ...

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

Buovjaga  changed:

   What|Removed |Added

URL|https://wwwamazncamazn.com/ |
   Keywords|skillDebug  |difficultyMedium, easyHack,
   ||skillScript, topicCleanup

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: qadevOOo/tests

2021-10-09 Thread Julien Nabet (via logerrit)
 qadevOOo/tests/java/ifc/text/_NumberingLevel.java |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a4eecf033edad84fa01700ca1aafb9bf06890deb
Author: Julien Nabet 
AuthorDate: Sat Oct 9 11:12:43 2021 +0200
Commit: Julien Nabet 
CommitDate: Sat Oct 9 12:17:21 2021 +0200

Typos in qadevOOo/_NumberingLevel.java

Change-Id: Id4ea4b27c527c34f9d4b6b4658486b189f9089c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123307
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java 
b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index 0ef72a656985..7c8ca73591a5 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -32,7 +32,7 @@ import com.sun.star.beans.PropertyValue;
 * Testing com.sun.star.text.NumberingLevel
 * This service is currently known as property value of
 * com.sun.star.text.ParagraphProperties.NumberingRules
-* This test checks only for completnes of implemented properties.
+* This test checks only for completeness of implemented properties.
 * service properties :
 * 
 *   Adjust
@@ -107,7 +107,7 @@ public class _NumberingLevel {
 }
 
 /**
- * This methods checks the PropertyValue for completnes. If one or more 
properties
+ * This method checks the PropertyValue for completeness. If one or more 
properties
  * are missing the return value is FALSE, else TRUE
  * @return returns TRUE if PropertyValue[] is complete, else FALSE
  */


[Libreoffice-bugs] [Bug 113506] EDITING: X axis editing problem in Calc

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

--- Comment #19 from Ross Johnson  ---
Still present in:

Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 12; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-AU (en_AU); UI: en-US
Calc: threaded

I had a look at both Dr Weisser's original and Peter's recreation.

I think the question remains: why can't the Line Chart type X-Axis tick marks
and labels be set in the same way as for the XY (Scatter) chart type?

If I recreate the chart as a Line Chart I get X-axis labels: 4, 134, 264, ...,
4554, ie, every 130 starting at 4, and I cannot see how many major tick marks
there are between each label nor which tick mark the label corresponds to. If I
switch to the X-Y Chart type I get useful labels and tick marks automatically.
This is an issue even without the manual overrides being available.

This data should be representable as a simple line chart. When the Line Chart
"categories" are integers, the same algorithm should be used with the same
manual overrides should be available as for the X-Y Scatter chart.

The X-Y Scatter chart is a work-around but it is not the type of chart I would
choose first up to graph these values because they are not scattered (they are
regular periodic temperature and humidity readings).

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   >