[Bug 160622] Some text in an OLE is partially cut off on Windows with Skia disabled

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160622

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #1 from Mike Kaganski  ---
Created attachment 193610
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193610=edit
A screenshot of the problem

This is how it looks in current master with Skia disabled.

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

[Bug 154977] Changing the paragraph area of a style makes LO crash

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154977

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #24 from Buovjaga  ---
L Duperval: seeing Armondo's last comment, it seems relevant regarding your
comment 21 about performance. You could try with a daily build,
Win-x86_64@tb77-TDF from
https://dev-builds.libreoffice.org/daily/master/current.html

It installs separately.

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

[Bug 160622] New: Some text in an OLE is partially cut off on Windows with Skia disabled

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160622

Bug ID: 160622
   Summary: Some text in an OLE is partially cut off on Windows
with Skia disabled
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectNotNeeded, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Created attachment 193609
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193609=edit
A Word OLE object with a single-cell table with character B (Liberation Sans,
10pt)

In master, opening the attachment shows the top of the character B "cut off".

Regression after commit 8962141a12c966b2d891829925e6203bf8d51852 (tdf#160430:
Fix glyph bounds calculation, and use basegfx::B2DRectangle, 2024-04-01).

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

[Bug 160621] Field dialog: user/variable field value field sometimes too small

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160621

--- Comment #1 from Oliver Specht (CIB)  ---
Created attachment 193608
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193608=edit
Dialog screenshot

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

[Bug 160621] New: Field dialog: user/variable field value field sometimes too small

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160621

Bug ID: 160621
   Summary: Field dialog: user/variable field value field
sometimes too small
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.spe...@cib.de

Created attachment 193607
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193607=edit
Example file with long text as value of a user field

With commit Ide9a004a93c9a0a149a9c369a12eca771973fd30 the value field has been
changed to a scrollable field. 

It would make sense to use the available space in the dialog page more
efficiently.

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

[Bug 160267] Copy/Paste gallery images fails

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160267

Oliver Specht (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |oliver.spe...@cib.de
   |desktop.org |

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

[Bug 118112] Parameter index out of range (1 > number of parameters, which is 0). (see comment 39 for manual fix)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118112

--- Comment #75 from Howard Johnson  ---
SUMMARY OF THIS BUG AND HOW TO FIX IT

PROBLEM:

Some time ago subforms linking (forms that have subforms) got broken in
existing, working *.odb files when LO was revised, i.e. the newer LO version
permanently broke these existing older *.odb files.  

Newly created LO subforms don't have this problem.  Only older *.odb files run
on newer LO.  

Newer LO versions don't fix the older subforms.  So your older base subforms
are forever broken unless and until you manually fix them.

 To fix them you have to manually edit xml in them, as described below.


EXAMPLE: 

In my case I got this error message: 

Could not set parameter at position C1 (values was 7)
Query - conn:73(M)  - "SELECT * FROM `engine_maintenance`.`log, vehicle
maintance` WHERE ( `engine_maintenance`.`log, vehicle maintance`.`Equipment ID`
= :link_from_Equipment_ID ) ORDER BY `Date` ASC" at
./connectivity/source/drivers/jdbc/Object.cxx:173

The problem is in this clause:

WHERE ( `engine_maintenance`.`log, vehicle maintance`.`Equipment ID` =
:link_from_Equipment_ID )

And specifically, but don't quote me on this, in the 

":link...".


SOLUTION:

You fix your .odb files one of several ways.  The method I used was described
above in #24 by Robert Großkopf:

https://bugs.documentfoundation.org/show_bug.cgi?id=118112#c24

0) Made a backup copy of my broken database file, let's call it foo.odb
1) I opened this foo.odb with Archive Manager (in GUI).  
2) Right clicked on settings.xml and clicked Extract. Keep this screen open.
3) Opened the extracted settings.xml with kate to edit it.
4) Searched for the string; db:parameter-name-substitution="false"
5) Deleted the text: db:parameter-name-substitution="false"
6) Saved settings.xml, and closed kate.
7) Returned to the Archive Manager screen.
8) Dragged my updated settings.xml into the still open Archive Manager screen,
thus replacing settings.xml with the new one.
9) Opened foo.odb with LO and now the subform works properly again.

(There is also a "macro" talked about as a workaround, but the description of
it and how to use it is obscure, at least to me, and the link to info on it is
crossed out above, further obscuring it.)


_
FEEDBACK!

Breaking older things is not a best practice for any software development. It
would be one thing to break it and also have the newer versions detect the
problem and fix it, but that's not what happened.  

Few I think will ever find this bug log and successfully apply the fixes
needed. I for one, waited for years to see if this bug would ever get fixed,
all the while staying with an older version of LO which worked properly. Every
time I tried to update LO I would run into this stupid problem again. Anger
built but it served no purpose.  

Finally, desperately taking another look at this I found this huge bug log
above, and was able to figure out how to make my older databases work again.  

Thank you Robert for your steps to fix this above and restated again here at
the current bottom of this log, in hopes it might make it easier to fix one's
database files

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

[Bug 160361] Export Preview Support

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160361

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160360] Syntax Highlighting for Markdown

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160360

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160325] Page Style - Transparency Gradient has reversed colors on Export to PDF

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160325

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160388] symbol lookup error: /opt/libreoffice24.2/program/libvclplug_qt5lo.so: undefined symbol: _znk7qwidget6screenev version qt_5 "elementary"

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160388

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160403] Want indication of whether a master slide is in use or not

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160403

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 156532] UI: Slide panel sizes changes width when applying a template style

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156532

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 157181] Some digraph characters render as garbage in a weird circumstance.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157181

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

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.

[Bug 157181] Some digraph characters render as garbage in a weird circumstance.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157181

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 156532] UI: Slide panel sizes changes width when applying a template style

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156532

--- Comment #5 from QA Administrators  ---
Dear Telesto,

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.

[Bug 157458] Unsaved changes lost in recovered document after changing settings and restarting LibreOffice as prompted

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157458

--- Comment #10 from QA Administrators  ---
Dear nador2,

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.

[Bug 148450] Improve UI for "Jump to Specific Page" in Print Preview

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148450

--- Comment #5 from QA Administrators  ---
Dear sdc.blanco,

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://web.libera.chat/?settings=#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.

[Bug 63011] FORMATTING: Chinese font name in English not recognized

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63011

--- Comment #17 from QA Administrators  ---
Dear webofht-libreofficebugs002,

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://web.libera.chat/?settings=#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.

[Bug 129795] PIVOTTABLE - Can't change pivot table destination (overlapping destination)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129795

--- Comment #5 from QA Administrators  ---
Dear jwmp5...@gmail.com,

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://web.libera.chat/?settings=#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.

[Bug 145980] Table Alignment options are somewhat confusing, illustration needed

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145980

--- Comment #4 from QA Administrators  ---
Dear Eyal Rozenberg,

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://web.libera.chat/?settings=#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.

[Bug 122681] LineStyle can't be read and set using VBA

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122681

--- Comment #10 from QA Administrators  ---
Dear Gunnar,

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://web.libera.chat/?settings=#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.

[Bug 158112] Sidebar pane shortcuts conflict with Alt+NumPad input (comment 5, comment 9)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158112

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Bug 160620] Number pad malfunction in Writer when writing special characters

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160620

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||8112

--- Comment #1 from V Stuart Foote  ---
Can not confirm. Alt with Numpad entry of the two codes from OP functions as
expected, positioning both character where text cursor is located.

Don't think this is related to see also bug 158112 where the +Numpad
character entry was refactored and available from the 24.2.1 release. But may
be worth update install from 7.6.5 to the 24.2.2 release.

Version: 24.2.2.1 (X86_64) / LibreOffice Community
Build ID: bf759d854b5ab45b6ef0bfd22e51c6dc4fb8b882
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 148408] Pasting a not-so-long section of a webpage takes lots of time

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148408

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #12 from Armondo Lopez  ---
I'm unable to reproduce the same behavior in 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or 

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 159850] [CRASH] On a Dev build I am getting a SIGABRT upon closing Calc

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159850

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #3 from Armondo Lopez  ---
I was unable to reproduce the same behavior in 

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 159430] Shift+Ctrl+N doesn't invoke "manage templates" as advertised

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159430

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #12 from Armondo Lopez  ---
I am unable to reproduce the behavior you described in 

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 150372] Clicking on "Character..." makes application freeze for ~1 minute in Win10 (RegeneratePrintDeviceCapabilities)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150372

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #18 from Armondo Lopez  ---
I was unable to reproduce the same behavior in

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

I'm also running Windows 10.

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

[Bug 80816] LO uses color from outside the graph drawing area in this area

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80816

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #18 from Armondo Lopez  ---
Thank you for submitting this bug. I can confirm that it is still present in

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

as well as 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 160485] FILESAVE: Some Cells Text missing in EXPORT.png with highresolution.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160485

--- Comment #5 from Armondo Lopez  ---
Ah. You are correct. I was able to reproduce the same behavior in the versions
I listed above. I see what you're saying when it comes to the values of the
various fields contributing to the information being missing.

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

[Bug 160361] Export Preview Support

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160361

`{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 160361] Export Preview Support

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160361

--- Comment #4 from `{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> ---
Created attachment 193606
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193606=edit
Demonstration of the feature in Visual Studio Code.

(In reply to Dieter from comment #3)
> Sorry, wrong link. Correct is:
> https://wiki.documentfoundation.org/index.php?title=QA/BugReport=685909

No worries. As stated in
https://bugs.documentfoundation.org/show_bug.cgi?id=160360#c4, I'm not sure
what you're referring to specifically, but I've attached a demonstration of the
feature (from https://i.stack.imgur.com/08kVj.png).

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

[Bug 160360] Syntax Highlighting for Markdown

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160360

--- Comment #4 from `{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> ---
Created attachment 193605
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193605=edit
Demonstration of the feature in Visual Studio Code.

(In reply to Dieter from comment #3)
> (In reply to `{third: "Beedell", first: "Roke"}`{.JSON5} from comment #2)
> > I don't think that that's the correct URI. Did you mean
> > https://wiki.documentfoundation.org/index.php?title=QA/
> > BugReport=685909#Description_and_attachments?
> 
> Yes, of course. sorry for that wrong link.

In which case, I'm surprised that you consider anything absent. That page
mostly describes the reporting process for reproducible errata, rather than
enhancements, and the few things it does mention appear to have been fulfilled.

However, I've uploaded
https://camo.githubusercontent.com/e2965a3699df6f45b0175f7b697ce6ef102ed939660ca5d80615358c08467ef0/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f732f75336e686833746973367370632f323031352d31302d3239253230617425323031342e2e706e673f646c3d30
as an attachment so that I've provided a demonstration of the feature.

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

[Bug 160485] FILESAVE: Some Cells Text missing in EXPORT.png with highresolution.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160485

--- Comment #4 from ady  ---
The STR in comment 0 are slightly inaccurate, but anyway...

(In reply to Rainer Bielefeld Retired from comment #0)

> 5. ˋRadio button "Modify Dimensions" → in Width add a "0" left from comma →
>  for reaching Height fieldˊ
>» Height value also becomes more or less ten times as much, similar to 
>  width.

The problem is the value for this pair of fields. With a higher value in the
"Width" field, the content of the cells is exported "too high", moving it
upwards (as opposed to keeping the content of the cells within the cell's
limits).

This is probably caused by the "angle" of the content (80 degrees), or by not
being horizontal text.

This seems to be the reason for the incorrect export if the cell's content.

NOTE: the problem only happens when Interlaced and Transparency are both
_unchecked_.

Now, the following step:

> 6. ˋKeep resolution at 96 px/inch → Interlaced and Transparency unchecked,
> Compression = 9 → [ok]ˊ
>» PNG will be created

... is inaccurate. Either you set the Width/Height fields, or the resolution
ratio. When you modify both alternative settings, one of them has to be
adapted.



>Actual: Text in row 2 is missing as in SampldDocument_HR.png from test
> kit.

The content of the cells is not missing; it is exported but not within the
cell, because of the non-horizontal content of the cells.

If you don't modify the Width/Height fields, you should see the cell's content.
If you make the values slightly higher than the original, the cell's content
"moves up" in the exported PNG. Make a third export with even higher values...
Repeat several exports with higher values each time, and you should see the
cell's content "moving" upwards, until it is not seen.

Please let me repeat: the problem only happens when Interlaced and Transparency
are both _unchecked_.


I would suggest to modify the Summary field of this report accordingly to my
findings.

(In reply to Armondo Lopez from comment #3)
> The file itself was corrupted


If the original value of the Height field is "too big" (e.g. multiply the
original value by 100 instead of by 10), then the resulting png is corrupted.

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

[Bug 160620] New: Number pad malfunction in Writer when writing special characters

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160620

Bug ID: 160620
   Summary: Number pad malfunction in Writer when writing special
characters
   Product: LibreOffice
   Version: 7.6.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mbju...@gmail.com

Description:
the letter "ó" (alt 0243) jumps back one space:   canót  instead of cantó

the sign "¿" (alt 168) jumps down to the next line if the next line is
available:
¿
instead of  the sign "¿" jumps down to the next line if the next line is
available:¿
Other special characters seem OK



Steps to Reproduce:
1.Turn number pad ON
2.In an open Writer document write  cantó 
3.For ¿ see description above


Actual Results:
the letter "ó" (alt 0243) jumps back one space:   canót  instead of cantó

the sign "¿" (alt 168) jumps down to the next line if the next line is
available:
¿
instead of  the sign "¿" jumps down to the next line if the next line is
available:¿
Other special characters seem OK

Expected Results:
Should have written "cantó"
The ¿ sign should have been written at the end of the word and should have not
jumped to the next line


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.5.2 (X86_64) / LibreOffice Community
Build ID: 38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_CA); UI: en-US
Calc: threaded

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

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||9687
 CC||aron.bu...@gmail.com
   Keywords||bibisected, bisected
 Blocks||108253
 Depends on|159687  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=159687
[Bug 159687] Cutting rows from specific file with whole column references in
formula is slow
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 108253] [META] Calc cell formula bugs and enhancements

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Aron Budea  changed:

   What|Removed |Added

 Depends on||160616


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160616
[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are
beyond the last cell with data
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 35289] Libreoffice does not attach OLE objects when exporting to pdf

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35289

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #17 from Armondo Lopez  ---
Thank you for submitting this bug. I can confirm that it still occurs in

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

as well as

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 160619] New: Create Separate Print Jobs for collated output fails

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160619

Bug ID: 160619
   Summary: Create Separate Print Jobs for collated output fails
   Product: LibreOffice
   Version: 7.6.5.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: robertandb...@gmail.com

When I print multiple copies of a two sided document, a bug in my printer
driver requires me to make each copy a separate print job.  To do this, I
enable the checkbox for "Create separate print jobs for collated output" in the
print dialog.

This works -- but only if I turn "Create separate print jobs for collated
output" off and then back on by double clicking on it before I print.

If I don't do this, my print job prints page 1 on the back of page 1 instead of
properly collating them.

However, if I double click both these options, it works correctly every time.

This is a minor annoyance, since I have a workaround that works for me -- but
it is moderately annoying and wastes a lot of paper when I forget to do the
"magic doubleclick".

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

[Bug 160482] Unformatted text pasted in merged cell not showed correctly

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160482

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #4 from Armondo Lopez  ---
Thank you for submitting this bug. I can confirm that it is present in 

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

as well as

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 160498] Crash in: ntdll.dll

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160498

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #2 from Armondo Lopez  ---
I was unable to reproduce the same behavior in

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 154977] Changing the paragraph area of a style makes LO crash

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154977

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #23 from Armondo Lopez  ---
I'm unable to reproduce the same behavior in 

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

I'm not sure if this is important or not, but the latter version I listed had
significantly more lag when I was scrolling through the file.

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

[Bug 113943] [META] Options dialog's Calc settings bugs and enhancements

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113943

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

   What|Removed |Added

 Depends on||160615


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160615
[Bug 160615] Adding a warning message about the type of settings in Calc.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160615] Adding a warning message about the type of settings in Calc.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160615

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

   What|Removed |Added

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

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I agree with the problem but I'm not sure in the solution. Set to NEW


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113943
[Bug 113943] [META] Options dialog's Calc settings bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160485] FILESAVE: Some Cells Text missing in EXPORT.png with highresolution.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160485

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #3 from Armondo Lopez  ---
The file itself was corrupted, so I was unable to access the PNG file
whatsoever.

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

[Bug 160618] LibreOffice (Draw) can't rotate orientation (landscape document into portrait) for printing

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160618

--- Comment #1 from Hadmut Danisch  ---
BTW: Inkscape, in contrast, does print correctly.

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

[Bug 160555] Pasting text with default style attributes after differently styled text gives unexpected results

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160555

Armondo Lopez  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||armlo...@csumb.edu
 Ever confirmed|0   |1

--- Comment #1 from Armondo Lopez  ---
Thanks for submitting the bug. I can confirm that it is present in

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

as well as

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 160618] New: LibreOffice (Draw) can't rotate orientation (landscape document into portrait) for printing

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160618

Bug ID: 160618
   Summary: LibreOffice (Draw) can't rotate orientation (landscape
document into portrait) for printing
   Product: LibreOffice
   Version: 7.6.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: had...@danisch.de

Hi, 

I'm currently trying to use LibreOffice (Writer and Draw) to print Paper Labels
with a Label Printer (brother QL-820NWBc). 

Problem: 

The Label Stickers are fed to the printer in Portrait orientation (Example:
29mm width, 90mm height). 

To ease editing, I try to create Labels in landscape mode (i.e. widht 90mm,
height 29mm), to have the text readable. 

Whatever I tried, LibreOffice seems to be completely unable to rotate a
landscape document by 90° to fit into a portrait orientation paper. It has
options to keep the original size or to shrink it to fit onto the paper, but
whatever I tried, the text remained in horizontal orientiation and never fit
the vertical paper format. 

the only way is to define the page in portrait mode, and to rotate the text,
i.e. have it difficult to read while editing. 


That's a severe flaw. A document tool should be able to rotate a landscape
document by 90° to be printed on a printer, since all printers get their paper
in vertical/portrait mode.

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

[Bug 107158] [META] Notebookbar Groupedbar

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

Bug 160293 Summary: When clicking inside a pivot table, GroupedBar Compact 
hides all its groups except "File" and "Edit"
https://bugs.documentfoundation.org/show_bug.cgi?id=160293

   What|Removed |Added

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

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

[Bug 103381] [META] Pivot table (aka Data Pilot) bugs and enhancements

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103381
Bug 103381 depends on bug 160293, which changed state.

Bug 160293 Summary: When clicking inside a pivot table, GroupedBar Compact 
hides all its groups except "File" and "Edit"
https://bugs.documentfoundation.org/show_bug.cgi?id=160293

   What|Removed |Added

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

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

[Bug 160579] Printing doesn't work with overlapped objects

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160579

Armondo Lopez  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||armlo...@csumb.edu

--- Comment #2 from Armondo Lopez  ---
Thank you for reporting this bug. 

Unfortunately, without clear steps to reproduce it, we cannot track down the
origin of the problem. Please provide a clearer set of step-by-step
instructions on how to reproduce the problem or a sample document where this
behavior occurs. 

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the required information is provided.

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

[Bug 160592] Cannot Save as PDF

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160592

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #3 from Armondo Lopez  ---
There is usually a way to export the desired document as a PDF under File ->
Export. There is also an icon in the toolbar for direct exporting to PDF
format.

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

[Bug 157480] Testing Mail Merge Email settings fails with ssl.SSLCertVerificationError

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157480

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

https://git.libreoffice.org/core/commit/4c3b2e13f2f9e0acf4529add0748acb010157ab4

Related: tdf#157480 use SSL_CERT_FILE on macOS too

It will be available in 7.6.7.

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.

[Bug 160606] Writer EDITING: Copied text using Ctrl + click-drag needs two click to deselect.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160606

Armondo Lopez  changed:

   What|Removed |Added

 CC||armlo...@csumb.edu

--- Comment #1 from Armondo Lopez  ---
I am unable to reproduce this behavior in

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

or

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 149407] Proposal for slight change in position and label of controls in the Position dialog for objects

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149407

Telesto  changed:

   What|Removed |Added

 Attachment #180972|0   |1
is obsolete||

--- Comment #24 from Telesto  ---
Created attachment 193604
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193604=edit
Mockup

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

[Bug 160613] Web layout -> export as xhtml adds page formatting (at least page width)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160613

Armondo Lopez  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||armlo...@csumb.edu

--- Comment #1 from Armondo Lopez  ---
I can confirm that this behavior is present in 

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

as well as

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a2265e8faa099d9652efd12392c2877c2df1d1eb
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

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

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

--- Comment #135 from Commit Notification 
 ---
Omkar Santosh Nikam committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7d1dc5707edb992f62d0a4b5bf1e8395f71f6e7b

tdf#143148 Use pragma once instead of include guards

It will be available in 24.8.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.

[Bug 160617] Bulleted lists have different indentations

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160617

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please attach a sample file, reduce the size as much as possible without
private information, and paste the information in Menu/Help/About LibreOffice,
there is a copy icon.

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

[Bug 160615] Adding a warning message about the type of settings in Calc.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160615

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
I can't find it, but I think something was reported/discussed, about adding a
tick to each option about whether it is per file or per user.

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

[Bug 160321] On GoSub statement does not work properly

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

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

[Bug 159829] Update en_ZA locale (ThousandSeparator and DecimalSeparator)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159829

Eike Rathke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Eike Rathke  ---
I'm inclined to follow CLDR here, with what we already had before their switch,
even if contradictory to official style guides.

Meanwhile I just learned today that there seems to be a 3rd mix in the wild,
group separator _space_ and decimal separator _period_
https://ask.libreoffice.org/t/tricky-almost-impossible-csv-import-due-to-thousands-separator-and-decimal-symbol/104593

Anyway, CLDR with that reference list switching is a good argument.

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

[Bug 154525] [sample] Calc is extremely slow (3+ minutes) to open Lenovo's Accessories "Options Compatibility Matrix" spreadsheet

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154525

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #30 from Timur  ---
I tested original "Lenovo's accessories spreadsheet" in Linux, here with GEN.
As noted before, huge number of comments there, and it loads fast if comments
are removed (checked that for conditional formatting but comments are the
culprit).
I cannot confirm that single CPU is used all the time, rather large chunks of
time are one of CPUs, but it changes. 

LO 7.5:   50-51 sec
LO 7.6:   54-57 sec
LO 24.2:  30-90 sec
LO 24.8+: 18-23 sec
MSO:  7 sec

Strange that loading times in 24.2 are in large range in the same computer. 

Good that current master is the fastest. Biggest speed up in 24.8 with 56>24
sec is:

commit  2e1f9da8a6359c8909e087a92239aefd4851b116[log]
author  Armin Le Grand (allotropia)   
Sat Dec 23 15:52:06 2023
Decouple ScPatternAttr from SfxItemPool

Just looking at seconds, there should be speed up, just not sure if it's
possible without overhaul.

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

[Bug 152930] Jumpy text and off-by-one-pixel errors in Calc with 150% high-DPI scaling

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152930

--- Comment #5 from Timur  ---
I could assume this is a duplicate of bug 154602

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

[Bug 152930] Jumpy text and off-by-one-pixel errors in Calc with 150% high-DPI scaling

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152930

Buovjaga  changed:

   What|Removed |Added

 CC||rustam...@gmail.com

--- Comment #4 from Buovjaga  ---
*** Bug 160486 has been marked as a duplicate of this bug. ***

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

[Bug 160486] Visual corruption when using display scaling of 125%

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160486

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Buovjaga  ---


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

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

[Bug 103030] [META] Navigator sidebar deck and floating window (also "Target in Document")

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030
Bug 103030 depends on bug 160190, which changed state.

Bug 160190 Summary: Navigator looses the ability to select and track shapes and 
objects after formula or OLE object insert
https://bugs.documentfoundation.org/show_bug.cgi?id=160190

   What|Removed |Added

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

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

[Bug 160190] Navigator looses the ability to select and track shapes and objects after formula or OLE object insert

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160190

Jim Raykowski  changed:

   What|Removed |Added

 Whiteboard|target:24.8.0   |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jim Raykowski  ---
Finally settled on a way to resolve this.

Left out the UI test until further understanding of why the sleeps are
required.

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

[Bug 160190] Navigator looses the ability to select and track shapes and objects after formula or OLE object insert

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160190

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 160190] Navigator looses the ability to select and track shapes and objects after formula or OLE object insert

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160190

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

https://git.libreoffice.org/core/commit/64f1fbc4a66715aa616ffeff1eb612393fa9fba3

tdf#160190 Fix selection stops working in sidebar SdNavigator

It will be available in 24.8.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.

[Bug 160293] When clicking inside a pivot table, GroupedBar Compact hides all its groups except "File" and "Edit"

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160293

Justin L  changed:

   What|Removed |Added

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

--- Comment #3 from Justin L  ---
ScTabViewShell::SetPivotShell calls SetCurSubShell(OST_Pivot) which seems to be
what triggers the lost notebookbar.

This ends up calling ContextVBox::SetContext, which disables the tab unless it
supports context-any or context-Pivot. 

So the solution appears to be indicating that
sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui needs to add
context-Pivot to ContextVBox containing the styles thru extensions tab
definitions.

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

[Bug 160617] New: Bulleted lists have different indentations

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160617

Bug ID: 160617
   Summary: Bulleted lists have different indentations
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vasoserg...@gmail.com

Description:
If you select bullet list from the toolbar/sidebar, you see the text indented
on the line along with the bullet to the left, but if you select "Bullet List
Style" from the "Style" menu, the text does not get indented, but still has the
bullet to the left. 

This only seems to be a problem on bullet lists. Numbered lists seem to be ok
from either menu or toolbar.

Tested on 7.6.4.1 and 7.6.5.2
Windows 10

Steps to Reproduce:
1. Against some text in a document
2. Select menu "Style" --> "Bullet List Style"

1. Remove bullet style
2. Select Bullet List Style from toolbar

Actual Results:
Text using menu version has no indent. Text from toolbar version is indented.

Expected Results:
text from both are consistent with other list styles i.e. indented


Reproducible: Always


User Profile Reset: No

Additional Info:
None

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

[Bug 134297] Drag and drop of media files always links/never embeds

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134297

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Linux (All) |All
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

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

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

--- Comment #4 from Balázs Varga (allotropia)  ---
(In reply to raal from comment #3)
> Confirm with Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: f3d0a184c4da57907a1fcf1ed784340be7d974d6
> CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
> Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
> Calc: threaded Jumbo

Thanks for the report, will check it soon.

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

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||balazs.varga...@gmail.com,
   ||r...@post.cz
 Status|UNCONFIRMED |NEW

--- Comment #3 from raal  ---
Confirm with Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: f3d0a184c4da57907a1fcf1ed784340be7d974d6
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

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

[Bug 160612] LibreOffice Writer failed to auto-save my work, so it was lost when Windows ran a software update

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160612

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Have you set up?
https://help.libreoffice.org/24.8/en-US/text/shared/optionen/01010200.html?=CALC=WIN#:~:text=save%20autorecovery%20information%20every

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

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

--- Comment #2 from m_a_riosv  ---
Perhaps a hard recalc is needed to view the issue.

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

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

m_a_riosv  changed:

   What|Removed |Added

   Keywords||regression
 Depends on||159687


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159687
[Bug 159687] Cutting rows from specific file with whole column references in
formula is slow
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160616] SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

--- Comment #1 from m_a_riosv  ---
Created attachment 193603
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193603=edit
Sample to reproduce the issue

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

[Bug 160616] New: SUMPRODUCT calculation is broken in some cases, if the ranges are beyond the last cell with data

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160616

Bug ID: 160616
   Summary: SUMPRODUCT calculation is broken in some cases, if the
ranges are beyond the last cell with data
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miguelange...@libreoffice.org

Description:
After tdf#159687 improvement to shortcut the calculations with SUMPRODUCT at
the last cell with data, is some cases the calculation is now broken.
It returns #VALUE while the calculation it's fine with 24.2.

Regression with
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 42f6e89d5e6458966de452af2978f206115394af
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded


Works fine before the change with:
Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Steps to Reproduce:
Open attached file.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
.

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

[Bug 160615] Adding a warning message about the type of settings in Calc.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160615

Amin Irgaliev  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vladislav.taraka...@bk.ru
   Keywords||needsUXEval

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

[Bug 160615] New: Adding a warning message about the type of settings in Calc.

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160615

Bug ID: 160615
   Summary: Adding a warning message about the type of settings in
Calc.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: irgalie...@mail.ru

Description:
The settings in Calc (Tools -> Options -> LibreOffice Calc) can be set for new
files and for the current file separately. For example, some users got confused
with the setting "Search criteria = and <> must apply to whole cells". If you
open the LibreOffice Calc and remove the check mark from this setting, then in
the new files ".ods" format this setting will be disabled. At the same time,
you can enable this setting separately in any file and save it (then this
setting will be enabled for the saved file and for new files created later).
However, in order for the setting to be disabled again for new files after
that, it must be disabled in LO Calc (not in file) again (in this case, this
setting will be disabled in all new files, but enabled in previously saved
ones).

Maybe it will be clearer to add some message in the settings that shows what
the change in settings will affect:
1) If you open the file in Calc and go to the settings (Tools -> Options ->
LibreOffice Calc), then there is logical message - "The settings will be
applied to the current file and those created later."
2) If you open LibreOffice Calc and go to the same settings, then then there is
logical message - "The settings will be applied to new files".

Actual Results:
1) Open LibreOffice Calc.
2) Go to Tools -> Options -> LibreOffice Calc -> Calculate.
3) Make sure that there is no message about the type of settings.

Expected Results:
First type:
1) Open LibreOffice Calc.
2) Go to Tools -> Options -> LibreOffice Calc -> Calculate.
3) Make sure that there is a message about the type of settings to save (for
example, "The settings will be applied to the current file and those created
later").

Second type:
1) Open the file .ods via LibreOffice Calc.
2) Go to Tools -> Options -> LibreOffice Calc -> Calculate.
3) Make sure that there is a message about the type of saving settings (for
example, "The settings will be applied to new files").


Reproducible: Always


User Profile Reset: No

Additional Info:

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

[Bug 160614] Master document - Incorrect index page numbers in subdocuments

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160614

Marco  changed:

   What|Removed |Added

Summary|Master document - Incorrect |Master document - Incorrect
   |index page numbers in   |index page numbers in
   |subdocumets |subdocuments

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

[Bug 160361] Export Preview Support

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160361

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Dieter  ---
Sorry, wrong link. Correct is:
https://wiki.documentfoundation.org/index.php?title=QA/BugReport=685909

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

[Bug 160360] Syntax Highlighting for Markdown

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160360

--- Comment #3 from Dieter  ---
(In reply to `{third: "Beedell", first: "Roke"}`{.JSON5} from comment #2)
> I don't think that that's the correct URI. Did you mean
> https://wiki.documentfoundation.org/index.php?title=QA/
> BugReport=685909#Description_and_attachments?

Yes, of course. sorry for that wrong link.

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

[Bug 160614] Master document - Incorrect index page numbers in subdocumets

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160614

--- Comment #1 from Marco  ---
Created attachment 193602
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193602=edit
Example of problem

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

[Bug 160614] New: Master document - Incorrect index page numbers in subdocumets

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160614

Bug ID: 160614
   Summary: Master document - Incorrect index page numbers in
subdocumets
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ma...@stema-gasparini.it

Description:
In the indexs of subdocument the page numbers are incorrect.


Steps to Reproduce:
See pages 2,6 and 10 of document master attachment.

Actual Results:
On master document attachment, at pages 2,6 and 10 the page numbers in the
index are incorrect.

Expected Results:
On master document attachment, at pages 2,6 and 10 the page numbers in the
index must take the pages of master document.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: it-IT (it_IT); UI: it-IT
Calc: threaded

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

[Bug 156885] add toggle to show / hide authorship metadata in popup Calc comments

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156885

--- Comment #25 from Ian Eales  ---
.
.

!!! THE INDICATOR MUST GO BACK TO USEFUL AND NOT OBSCURE DATA

.
.

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

[Bug 160613] New: Web layout -> export as xhtml adds page formatting (at least page width)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160613

Bug ID: 160613
   Summary: Web layout -> export as xhtml adds page formatting (at
least page width)
   Product: LibreOffice
   Version: 7.6.6.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: an...@ajct.uk

.odt is in web layout, long text lines only wrap at right hand side of window.

When export as xhtml, the resultant document has unexpected line wraps. I
tested by changing the page layout from portrait to landscape and exported
again, line wraps moved to wider position but still there.

This does not happen when saving the document as html.

Export as html is preferred as it seems to match the .odt format better with
respect to spaces between lines (save as html puts big gaps between lines) and
saves to a single document (save as html sees image files saved outside of the
document.)

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

[Bug 160100] Pasting a callout shape into a chart in edit mode loses formatting

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160100

--- Comment #24 from Ian Eales  ---
What OS are you using?

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

[Bug 160612] New: LibreOffice Writer failed to auto-save my work, so it was lost when Windows ran a software update

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160612

Bug ID: 160612
   Summary: LibreOffice Writer failed to auto-save my work, so it
was lost when Windows ran a software update
   Product: LibreOffice
   Version: 7.5.8.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: charlesboe...@gmail.com

Description:
When Windows ran an overnight software update and restart without
permission/signoff, LibreOffice Writer failed to auto-save my work in three
Writer files that were open at that time. So I log on in the morning to
discover that the files had reverted to the previous saved version rather than
an auto-save. Hours of writing work lost. Beware.

Actual Results:
Have previously saved Writer files open when Windows conducts system software
update. Device is a 13th Gen Intel(R) Core(TM) i7-1355U (1.70 GHz) with 32 GB
RAM, 64-bit operating system, x64-based processor.

Expected Results:
Files had reverted to the previous saved version rather than an auto-save. 


Reproducible: Didn't try


User Profile Reset: No

Additional Info:
Auto save ongoing work so that recovery process can access latest work rather
than reverting to previous save (which in this case was days ago)

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

[Bug 49885] sync custom breakiterator rules with icu originals

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49885

Hossein  changed:

   What|Removed |Added

   Keywords|difficultyInteresting,  |
   |easyHack, skillCpp, |
   |topicCleanup|
 CC||hoss...@libreoffice.org,
   ||jonat...@libreoffice.org

--- Comment #5 from Hossein  ---
Removing EasyHack tag, as per above discussion in comment 4.

@Jonathan:
I thought this might be interesting for you. Please take a look.

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

[Bug 160610] Print multiple non-contiguous ranges on a single page in LibreOffice Calc

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160610

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please attach a sample file, reduce the size as much as possible without
private information, and paste the information in Menu/Help/About LibreOffice,
there is a copy icon.

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

[Bug 160361] Export Preview Support

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160361

`{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from `{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> ---
(In reply to Dieter from comment #1)
> Please submit a valid bug report as described here:
> https://www.documentfoundation.org/submit-code-of-conduct-report/
> 
> => NEEDINFO

Don't spam that. It would be silly to have the same conversation in two places,
anyway. Talk about this at
https://bugs.documentfoundation.org/show_bug.cgi?id=160360#c2.

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

[Bug 160360] Syntax Highlighting for Markdown

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160360

`{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 160360] Syntax Highlighting for Markdown

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160360

--- Comment #2 from `{third: "Beedell", first: "Roke"}`{.JSON5} 
<1c4cm...@rokejulianlockhart.addy.io> ---
(In reply to Dieter from comment #1)
> Please submit a valid bug report as described here:
> https://www.documentfoundation.org/submit-code-of-conduct-report/
> 
> => NEEDINFO

I don't think that that's the correct URI. Did you mean
https://wiki.documentfoundation.org/index.php?title=QA/BugReport=685909#Description_and_attachments?
I don't quite understand how CoC relates.

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

[Bug 160590] Impress crashes with skia Metal enabled, skia raster software rendering works (MacOS Monterey (12.7.4) w/Intel HD Graphics 6000)

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160590

Patrick Luby (volunteer)  changed:

   What|Removed |Added

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

--- Comment #14 from Patrick Luby (volunteer)  ---
(In reply to Giuseppe S. from comment #13)
> Here is it:
> 
> warn:vcl.skia:53286:1498386:vcl/quartz/cgutils.mm:105: Default MTLDevice is
> "Intel(R) Iris(TM) Graphics 6000"
> 
> Bye,
> Giuseppe
> 
> P.S. There is a blank space where the line wrapped.

Thank you for posting the MTLDevice. I have submitted the following fix that
should cause LibreOffice to automatically switch to Skia/Raster mode if you
enable Skia/Raster and have this GPU.

I will post again when I know which nightly master build will include the fix
so you can test my fix. If my fix passes all automated tests, it should be in
tomorrow's (11 April 2024) nightly build.

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

[Bug 114441] Convert use of sal_uLong to better integer types

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114441

--- Comment #90 from Commit Notification 
 ---
Rafał Dobrakowski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/97af15c86ccd4f780d7cf8e79cd49cd2e9aef5f6

tdf#114441 Convert sal_uLong to better integer types

It will be available in 24.8.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.

[Bug 160608] "Re-type Password" dialog needs UX improvement

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160608

Vladimir Sokolinskiy  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Bug 160608] "Re-type Password" dialog needs UX improvement

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160608

--- Comment #3 from Vladimir Sokolinskiy  ---
Repro

Version: 7.6.6.3 (X86_64) / LibreOffice Community
Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7
CPU threads: 6; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded

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

[Bug 103302] [META] Writer's web layout/view bugs and enhancements

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302
Bug 103302 depends on bug 160185, which changed state.

Bug 160185 Summary: Would like a width control for Web view in Writer (like in 
Google Docs' Pageless view)
https://bugs.documentfoundation.org/show_bug.cgi?id=160185

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

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

  1   2   >