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

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84507

--- Comment #21 from Mike Kaganski  ---
Created attachment 193958
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193958=edit
A screencast of rotation the polyline with a mentioned experimental
zero-rotation change

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

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

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84507

--- Comment #20 from Mike Kaganski  ---
Created attachment 193957
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193957=edit
A sample for comparison

The attachment is proposed for comparative debugging of the problem. I failed
to comprehend how to fix this, so here are some notes, in the hope that they
may help more knowledgeable people (Regina? Armin?) to not waste time for
preparational routine.

The file has a *legacy* rectangle, and a identically sized polygon, both
created horizontally (long side X, short side Y). Both have text adjusted to
contour, and both rotated 90 degrees. This allows to see the difference, but
also to see where the similarity and difference of of processing is.

Both are processed by SdrTextObj::impDecomposeContourTextPrimitive, where the
passed SdrContourTextPrimitive2D provides the transformation and the unit
polypolygon. In case of the rectangle, the transformation is:

Scale 18000 x 11000
Translate 1 x 18000
Rotate-pi/2
Shear 0

while for the polyline:

Scale 11000 x 18000
Translate 0 x 11700
Rotate-pi/2
Shear 0

The unit polypolygon passed for the rectangle case has five points
(unimportant, one extra point is in the middle of a long side), covering the
range of [0.0, 0.0 ,1.0, 1.0] (a square). In the polyline case, the unit
polypolygon has four points, and unexpectedly covers the range of
[-1.6363636363636362, 0.0, 0.0, 0.61105]. This is actually not a
*unit* polypolygon, because its size is not 1.

Applying the transformation, the rectangle case gives the polypolygon covering
[0.0, 0.0, 18000.0, 11000.0], while the polyline case covers [-18000.0, 0.0,
0.0. 10999]. The latter has correct dimensions, but is placed differently.
Possibly this is the problem.

The creation of the unit polypolygon for rectangle happens in
SdrRectanglePrimitive2D::create2DDecomposition. For polyline, this happens in
ViewContactOfSdrPathObj::createViewIndependentPrimitive2DSequence; and there, I
had an interesting result, when simply replaced rotation used to create
aObjectMatrix [1] with 0. Then, the text was always in the correct place,
correctly fitting the contour - but it was always vertical. I couldn't figure,
what is needed to create the correct transformation.

Hope this helps.

[1]
https://opengrok.libreoffice.org/xref/core/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx?r=ebae130b#119

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

[Bug 149899] Font doesn't change to the "Next style" when start a new paragraph.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149899

Dieter  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #12 from Dieter  ---
(In reply to Frank Rowe from comment #11)
> I'm now using 24.2 and the problem never shows up.
Thank you for retesting. So let's close as RESOLVED WORKSFORME.

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

[Bug 43808] [META] Right-To-Left and Complex Text Layout language issues (RTL/CTL)

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808
Bug 43808 depends on bug 149899, which changed state.

Bug 149899 Summary: Font doesn't change to the "Next style" when start a new 
paragraph.
https://bugs.documentfoundation.org/show_bug.cgi?id=149899

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 160930] The Shift+esc combination key cannot search for all menu items.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160930

--- Comment #1 from Frank Rowe  ---
Created attachment 193956
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193956=edit
Search Date, only two FORM items shows up.

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

[Bug 160930] New: The Shift+esc combination key cannot search for all menu items.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160930

Bug ID: 160930
   Summary: The Shift+esc combination key cannot search for all
menu items.
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: asiangi...@outlook.com

Description:
The Shift+esc combination key brings up the command search box, which I think
is a great feature, especially for desktop applications like LO that rely
heavily on menus. However, some recently added items in the "Insert" menu, such
as "Insert" --> "Field" --> "Date", cannot be searched from the search box
mentioned above.

Steps to Reproduce:
1.Press Shift + esc combination keys. The command search box will show up from
the menu bar.
2.In the box, input "日期"(日期 means date in English)。


Actual Results:
3.In the dropdown menu, only two FORM menu items show up.

Expected Results:
“插入”-->“字段”-->“日期”,in English which is “Insert”-->“Field”-->“Date”, should be
listed in the dropdown menu.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: threaded

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

[Bug 149899] Font doesn't change to the "Next style" when start a new paragraph.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149899

--- Comment #11 from Frank Rowe  ---
(In reply to Dieter from comment #10)
> (In reply to Kevin Suo from comment #9)
> >  Frank Rowe: would you please test with the latest version (e.g. 7.3.7 or
> > 7.4)? I am aware that there was a similar issue as what you have described
> > in 7.3 but was fixed some time ago.
> 
> Frank, is the problem still reproducibel for you with latest version 24.2?
> => NEEDINFO

Sorry for so lately to reply.

I'm now using 24.2 and the problem never shows up.

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

[Bug 160929] New: Per-document spelling dictionary/ignore list

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160929

Bug ID: 160929
   Summary: Per-document spelling dictionary/ignore list
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marsca...@hotmail.com

Feature request: an option to add words to be ignored by AutoSpellCheck (like
adding to the dictionary list) but are saved on a per-document basis.

The reason why: sometimes there are words that should be ignored by the
autospellcheck, but are used in special cases and thus shouldn't be added to
the system-wide dictionary.  It becomes a hassle to the user to have to select
these words and specify "ignore all" every time the user opens the document. 
Often times a user just ignores the auto-spell-check themselves, which leads to
other words getting ignored, misspellings of that same word getting missed, and
more.

Enabling an ignore list to be embedded into the file itself ensures that these
odd-cases are not permanently added to the standard dictionary file, but
enables the benefits of doing such for just that one document without impacting
all documents that a user handles.

Some realistic cases where this would be helpful:

-Writing fiction, especially for Fantasy and Sci-Fi.  Such stories frequently
use character names and other elements that a user wouldn't consider "real" and
thus wouldn't want to add to the standard dictionary, but would show up
frequently within that one document.

-Writing about new products.  New products often have unique names to make them
trademarkable, but it is not always in the interest of a company to add that
name permanently into their database of ignored words, such as when comparing
to other products or for companies that write reviews.

-Foreign names.  Sometimes a foreign surname appears frequently within a single
document.  The name may be close to another word, which makes it subject to
appearing as a typo.  Or it may be a rarely used name that wouldn't be used
outside that document.  Or it might be too foreign for a user to be certain
that the name is the "universally correct version," and does not want to risk
confusing the name with other variants in the future.

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

[Bug 160722] UI: Menu bar doesn't repaint to show disabled items

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160722

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160735] Change any style from a single window

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160735

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160733] Change master slides copies the master slide multiple times

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160733

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160729] Libreoffice crashes after resume on KDE Wayland

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160729

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160503] File Open/Save dialog box icon size in Places too large

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160503

QA Administrators  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 160503] File Open/Save dialog box icon size in Places too large

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160503

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Bug 92099] see forcibly resized page space & font size; is it hacker sabotage? virus or config error

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92099

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 92099] see forcibly resized page space & font size; is it hacker sabotage? virus or config error

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92099

--- Comment #9 from QA Administrators  ---
Dear kenkoym,

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 157602] EDITING: Cannot move text box on chart

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157602

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 158074] Writer crash if type F4 on an image

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158074

--- Comment #3 from QA Administrators  ---
Dear Thorsten,

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 158070] Adding the link in LibreOffice writer it shows the error

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158070

--- Comment #2 from QA Administrators  ---
Dear Lakshmi,

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 157602] EDITING: Cannot move text box on chart

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157602

--- Comment #7 from QA Administrators  ---
Dear Jean Gagnon,

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 154606] TABLE

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154606

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 154606] TABLE

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154606

--- Comment #10 from QA Administrators  ---
Dear Hartwig Mau,

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 98902] Right clicking on selected text unselects it if the cursor is on a misspelled word

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98902

--- Comment #9 from QA Administrators  ---
Dear jose.velez,

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 135869] Anchor a chart behaves differently/wonky compared to an image

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135869

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

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 83191] SPELLCHECK: starting apostrophe ignored

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83191

--- Comment #15 from QA Administrators  ---
Dear Ad Verburg,

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 80796] EDITING: Pasting Draw8 drawing object from Draw into Writer creates an extra new line

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80796

--- Comment #18 from QA Administrators  ---
Dear mmaurer,

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 59814] [EMF/EMF+] FILEOPEN Images in PPT and PPTX are narrower

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59814

--- Comment #24 from QA Administrators  ---
Dear edudu1,

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 134829] Gotorange method gives an error pointing to a textsection with only a texttable as content

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134829

--- Comment #8 from QA Administrators  ---
Dear Clésio Pinheiro,

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 142625] [WMF] fail to load file with StretchDIB MR containing PNG or JPEG image

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142625

--- Comment #7 from QA Administrators  ---
Dear Valek Filippov,

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 132649] REPORTBUILDER: Impossible to show decimal-places of a time-field (Firebird)

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132649

--- Comment #6 from QA Administrators  ---
Dear Robert Großkopf,

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 117087] FILEOPEN: Word OOXML equation layout missing newline on filter import

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117087

--- Comment #12 from QA Administrators  ---
Dear Lapo Luchini,

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 126041] No response when trying to save an HTML file into RTF

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126041

--- Comment #7 from QA Administrators  ---
Dear Simon Urli,

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 115487] FILEOPEN XLS LibreOffice draws yellow grid, Excel2016 gray

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115487

--- Comment #13 from QA Administrators  ---
Dear Clemens Eisserer,

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 114504] FILEOPEN: DOCX - Horizontal line alignment not imported

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114504

--- Comment #9 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 160921] Changing Add in Columns->Optimal width causes some columns to be too narrow

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160921

--- Comment #4 from ady  ---
Isn't this a consequence of OP's own prior report tdf#158997? Or, a simple
(false) dupe?

What is the precise difference between tdf#158997 and this new tdf#160921? It
is important to understand the difference and exact report/request in order to
actually solve it.

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

[Bug 160922] A way to avoid adding 'file:///D:/....'# paths to complex formulas when copying a tab to an other spreadsheet

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160922

ady  changed:

   What|Removed |Added

 CC||junkyardma...@frontier.com

--- Comment #3 from ady  ---
*** Bug 160928 has been marked as a duplicate of this bug. ***

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

[Bug 160928] Breaking links keep formulas option

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160928

ady  changed:

   What|Removed |Added

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

--- Comment #4 from ady  ---


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

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

[Bug 160855] LibreOffice crashes when Calc cells are selected/copied

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160855

--- Comment #9 from ady  ---
Just a (semi-random) thought (as a simple user)...

What if LO asks the user to release / clean the _relevant_ clipboard space
(without touching other clipboard areas that might be occupied by unrelated
items, perhaps originated by other programs) when the user attempts to close
the program (or maybe, the spreadsheet file)?

IIRC, there are some similar comments in some other reports.

In that way, only when a "relatively big" amount of the clipboard/RAM was
occupied by LO and LO is about to be closed, the user could decide whether he
still wants that clipboard area to be available for further actions (i.e. to
paste elsewhere), or it should rather be released, for other uses.

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

[Bug 160739] Raise a matrix to an exponential with Calc

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160739

ady  changed:

   What|Removed |Added

 CC||rafael.palma.l...@gmail.com

--- Comment #9 from ady  ---
I am CC'ing Rafael Lima, just in case he happens to be somewhat interested in
this kind of issues; apologies if this is not the case.

* The samples provided are indeed using iteration, but without convergence.
* ATM, Calc indeed lacks the possibility of solving iterations without
convergence.
* There might be a chance that using some Solver or Goal Seek models would
workaround the lack of the aforementioned feature, in some cases.
* The specific samples attached to this report seem to be using
over-complicated formulas in more than one range. There are simpler,
more-efficient equivalent formulas that could replace them, unless the attached
sample files actually represent much more complicated cases (which we cannot
deduce from those sample files).
* The MMULT() function does not seem to be related to the issue in any way; it
just happens to be used in one array formula, but the same could had happened
with any other function in its place.
* I would suggest going to  and ask there for
alternative solutions and possible improvements, with particular focus on what
exactly is the goal (i.e. what you want to achieve), rather than focusing on
the method/formula that is in use in the attached sample files.

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

[Bug 159603] link the scaling-factor with the sheet-name

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159603

ady  changed:

   What|Removed |Added

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

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

[Bug 160920] Allow choosing the page style from the sheets tab

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160920

ady  changed:

   What|Removed |Added

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

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

[Bug 159690] Manual line break forces automatic Wrap Text - comment 17

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

ady  changed:

   What|Removed |Added

Summary|Manual line break forces|Manual line break forces
   |automatic Wrap Text |automatic Wrap Text -
   ||comment 17

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

[Bug 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

--- Comment #6 from NOYB  ---
(In reply to m_a_riosv from comment #5)
> So please attach a file with the macro, to test.

Have no sharable file that exhibits the issue.

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

[Bug 155314] [META] LanguageTool integration

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155314

Aron Budea  changed:

   What|Removed |Added

 Depends on||153693


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153693
[Bug 153693] Error in Api LanguageTool: partial words or large sections
underlined when writing in Spanish
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 96000] [META] Spelling checking bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

Aron Budea  changed:

   What|Removed |Added

 Depends on|153693  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153693
[Bug 153693] Error in Api LanguageTool: partial words or large sections
underlined when writing in Spanish
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160928] Breaking links keep formulas option

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160928

--- Comment #3 from m_a_riosv  ---
We have to wait for a developer to take an interest in it. And there are many
requests for improvement.

But having a simple way to do it.

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

[Bug 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

--- Comment #5 from m_a_riosv  ---
So please attach a file with the macro, to test.

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

[Bug 158319] Data corruption in Calc after Cut and Paste Special of a row

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158319

m_a_riosv  changed:

   What|Removed |Added

Version|7.5.8.2 release |Inherited From OOo

--- Comment #4 from m_a_riosv  ---
Selecting also paste formulas works fine.

It never works, inherited from OpenOffice.

Reproducible with all versions.

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

[Bug 158093] LibreOffice hangs at startup if LanguageTool Server is not reachable

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158093

Aron Budea  changed:

   What|Removed |Added

 CC||brazzmon...@online.fr

--- Comment #5 from Aron Budea  ---
*** Bug 156062 has been marked as a duplicate of this bug. ***

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

[Bug 156062] LanguageTool phones home even when disabled

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156062

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Aron Budea  ---
Looks like a duplicate of bug 158093, and should be fixed.

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

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

[Bug 160928] Breaking links keep formulas option

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160928

--- Comment #2 from NOYB  ---
(In reply to m_a_riosv from comment #1)
> You can use search and replace to remove the route instead.
> Search for: 'file:///C:/Users/XYZ/Desktop/Spreadsheet.ods'#
> Replace:

I've done that.  Would be nice though to have a selection in the break links
dialog.  Simpler and cleaner.

Replace with source document:
O Values
O Formulas

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

[Bug 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

--- Comment #4 from NOYB  ---
(In reply to m_a_riosv from comment #3)
> Please test enabling
> Menu/Tools/Options/LibreOffice/View - Graphics Output - Force Skia software
> rendering

No impact.  Duplicate push button still appears.

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

[Bug 160928] Breaking links keep formulas option

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160928

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
You can use search and replace to remove the route instead.
Search for: 'file:///C:/Users/XYZ/Desktop/Spreadsheet.ods'#
Replace:

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

[Bug 160927] One Windows 11, every time I open a document. It assumes it is damaged,

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160927

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please attach a sample file, that shows the issue, 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 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Please test enabling
Menu/Tools/Options/LibreOffice/View - Graphics Output - Force Skia software
rendering

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

[Bug 160923] Inserting a watermark to a word document also adds a blank header.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160923

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
I don't think this is a bug, but the way it was designed, with the watermark
belonging to the heading.

Reducing the heading height to 0.01 maybe it's enough.

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

[Bug 160329] Image anchored to cell ends up in wrong cell after using autofilter sort, depending on hidden rows

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160329

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[Bug 160928] New: Breaking links keep formulas option

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160928

Bug ID: 160928
   Summary: Breaking links keep formulas option
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: junkyardma...@frontier.com

Description:
When breaking links to external documents.  Say another spreadsheet from which
cells have been cut/pasted.  It would be nice to have an option to keep
formulas instead of values.

Example:
='file:///C:/Users/XYZ/Desktop/Spreadsheet.ods'#$Sheet2.A10 
  becomes 
=$Sheet2.A10

The formula from the source spreadsheet cell instead of it's value.


Steps to Reproduce:
1. Cut & Paste from other spreadsheet
2.
3.

Actual Results:
='file:///C:/Users/XYZ/Desktop/Spreadsheet.ods'#$Sheet2.A10 

Expected Results:
=$Sheet2.A10


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; 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 160927] New: One Windows 11, every time I open a document. It assumes it is damaged,

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160927

Bug ID: 160927
   Summary: One Windows 11, every time I open a document. It
assumes it is damaged,
   Product: LibreOffice
   Version: 7.5.6.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andypo...@gmail.com

Description:
I use the spreadsheet and document writer, with no customization ,
this program constantly tells the document is corrupted 
The recovery process does work, each time. But I have not many programs,
firefox chrome, no games, 
Windows 11
Dell tower inspiron "compact desktop" Model i3910-5870

Steps to Reproduce:
1.All I am doing is opening a spreadsheet, or a document
2.??
3.?

Actual Results:
click on

I cannot fined the version

Expected Results:
just use the document


Reproducible: Always


User Profile Reset: Yes

Additional Info:
It does revive but it happens each time I try to use it.
I have no special characters

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

[Bug 160921] Changing Add in Columns->Optimal width causes some columns to be too narrow

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160921

m_a_riosv  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #3 from m_a_riosv  ---
Last version working for me
Version: 7.6.6.3 (X86_64) / LibreOffice Community
Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL threaded

The first bad for me:
Version: 24.2.0.0.alpha1 (X86_64) / LibreOffice Community
Build ID: 06946980c858649160c634007e5fac9a5aa81f38
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

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

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

[Bug 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

--- Comment #2 from NOYB  ---
One by one deleted all the other sheets from the workbook.  Continued to happen
until the last other sheet was deleted.  No charts buttons etc. on last several
sheets deleted.  Did not resume the behavior after adding in a new sheet.

All the sheets where originally created with MSO 2013 Pro Plus Excel.
Been using and saving as LibreOffice 7.x.x since March 2023.
Behavior began with update to 24.2.3.

In some other workbooks created from scratch in LibreOffice 7.5.x (March 2023)
the duplicate push button does not appear.

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

[Bug 160855] LibreOffice crashes when Calc cells are selected/copied

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160855

Patrick Luby (volunteer)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #8 from Patrick Luby (volunteer)  ---
(In reply to Patrick Luby (volunteer) from comment #7)
> But if I paste BMP format in Writer's Paste Special dialog, LibreOffice
> crashes in the same place as your crash log. So clearly a copy of 8
> cells results in a massive image.

On my machine, copying A1:H1 will cause LibreOffice to try and create a
bitmap that is 1806 x 516820 pixels. That is nearly 1 GB of pixels!

Maybe a possible solution is for Calc to not add the BMP format if the number
of pixels is more than 1 MB of pixels or something? Not sure how to do that
yet.

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

[Bug 160921] Changing Add in Columns->Optimal width causes some columns to be too narrow

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160921

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from m_a_riosv  ---
Reproducible
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

but works fine doing:
- Select all
- Double click between column head separators.

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

[Bug 160918] FORMCONTROLS: Add ability to sort tab order by alphanumeric based on form control name

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160918

m_a_riosv  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

[Bug 160902] Advanced Filter help page needs mention, that its behavior depends on "Search criteria ... must apply to whole cells" setting.

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160902

Olivier Hallot  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Olivier Hallot  ---
(In reply to Mike Kaganski from comment #1)
> Possibly just resolving bug 160903 would automatically address this, because
> the text introduced in bug 131995 contains the mention of the setting.

Yes, bug#160903 already address your remarks.

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

[Bug 160926] Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

--- Comment #1 from NOYB  ---
Another data point.
Seems to be sensitive to selected cell location when saved.
Doesn't happen if the selected cell is near upper left.  i.e. near the button. 
But if below say where the duplicate would appear then it does.

Have not been able thus far to reproduce in a new workbook.

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

[Bug 160903] Advanced Filter help page needs description of "criteria" syntax

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160903

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@libreoffice.
   |desktop.org |org

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

[Bug 160903] Advanced Filter help page needs description of "criteria" syntax

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160903

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Bug 160926] New: Duplicate push buttons appearing

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160926

Bug ID: 160926
   Summary: Duplicate push buttons appearing
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: junkyardma...@frontier.com

Description:
Updated to 24.2.3 from 7.6.6.

There are some conditions in which a duplicate push button appears in
spreadsheet.  Contents of the spreadsheet are such that it cannot be shared. 
Will describe as best I can.

Near the upper left of spreadsheet is a push button control that runs a macro. 
Upon moving the mouse cursor over the button a duplicate button appears a
couple inches directly below.  Hovering the mouse cursor over the button while
the macro is running causes the duplicate button to flicker.  Suspect that is
in some way related to "Do Events" statements in the macro.

Changing a cell prior to pointing at the button prevents the duplicate from
appearing.
Was going to provide a screan capture (still or video) but without the contents
near the button, the duplicate does not appear.

Some other spreadsheets with push botton controls do not exhibit this behavior.
 Don't know the underlying cause and can't reproduce in a shareable way to be
investigated.


Steps to Reproduce:
1. Open Calc workbook
2. Do not make any changes
3. Point at push button control

Actual Results:
Duplicate push button control appears a couple inches directly below.

Expected Results:
No duplicate push button control appearing.


Reproducible: Always


User Profile Reset: No

Additional Info:
Don't know whether to classify as happens every time or sometimes because in
the workbooks where it happens it's consistently every time.  But in workbooks
where it doesn't happen it consistently never happens.  Since for the case
being reported it's every time.  I'll leave it at that.

Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; 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 73991] animated GIF do not play (look like still image)

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73991

Telesto  changed:

   What|Removed |Added

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

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

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Telesto  changed:

   What|Removed |Added

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

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

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

--- Comment #2 from Telesto  ---
Still the same with 
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9b41d33a00763bebd5fc7078705d35a98a52
CPU threads: 4; OS: Windows 8.1 (6.3 build 9600); UI render: Skia/Raster; VCL:
win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

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

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

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84507

Mike Kaganski  changed:

   What|Removed |Added

Version|4.2.6.3 release |Inherited From OOo

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

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

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84507

--- Comment #19 from Mike Kaganski  ---
Created attachment 193955
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193955=edit
The process of rotation

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

[Bug 108843] [META] Clipboard bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108843
Bug 108843 depends on bug 148691, which changed state.

Bug 148691 Summary: copy and paste a frame containing a shape duplicates the 
shape outside the frame
https://bugs.documentfoundation.org/show_bug.cgi?id=148691

   What|Removed |Added

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

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

[Bug 107656] [META] Frame bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107656
Bug 107656 depends on bug 148691, which changed state.

Bug 148691 Summary: copy and paste a frame containing a shape duplicates the 
shape outside the frame
https://bugs.documentfoundation.org/show_bug.cgi?id=148691

   What|Removed |Added

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

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

[Bug 148691] copy and paste a frame containing a shape duplicates the shape outside the frame

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148691

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #7 from Jean-Baptiste Faure  ---
I do not reproduce anymore in LibreOffice 24.2. That said it seems that
something changed in the behavior of the submenu Insert > Shape > Symbol
Shapes. Indeed selecting an entry in this submenu adds a checkbox in front of
this entry keeping it selected so that you can insert the same frame several
times without reopening the same submenu. Right-clicking deselects the submenu
entry. As a consequence, the 6th step to reproduce, should be changed in
6. right-click outside the frame, then select the frame

Doing this way I do not reproduce the issue anymore.

Closing as WorksForMe

Best regards.
JBF

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

[Bug 160924] SDK: typo in environment variables for linux

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160924

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #1 from Buovjaga  ---
Source:
https://opengrok.libreoffice.org/xref/core/odk/docs/install.html?r=94da114c#462

I guess you are right as there is also the sentence:
"The script additionally creates symbolic links to the public dynamic libraries
of the URE in $OO_SDK_HOME/linux/lib, which are needed for linking."

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

[Bug 160724] Easy way to toggle adapt Fit Height to text/ Fit Width to text on for Textbox

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160724

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 114924] FORMATTING - Adapt shape Width/Height to text option not available

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114924

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 87916] FORMATTING: Shape text options not enabled

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87916

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4924,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=16
   ||0724

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

[Bug 158319] Data corruption in Calc after Cut and Paste Special of a row

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158319

--- Comment #3 from j...@telenet.be ---
Is anybody looking at this bug?
I find it a rather serious problem and the bug is still present in 7.6.6.3
(X86_64)

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

[Bug 108741] [META] Shapes bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741
Bug 108741 depends on bug 152906, which changed state.

Bug 152906 Summary: Text adjust to contour broken in recent draw/impress
https://bugs.documentfoundation.org/show_bug.cgi?id=152906

   What|Removed |Added

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

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

[Bug 152906] Text adjust to contour broken in recent draw/impress

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152906

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 123226] Pivot table if Filter is used and then turned off, then column filter stops working

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123226

--- Comment #9 from grofaty  ---
Now I also tested on the latest alfa and the same issue as in first post GIF
video.

=== Help | About ===
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 3f2d56d486da2006e2cfa6f2f63700a14fae
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded
=

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

[Bug 118006] Add support for Quattro Pro .qpw format, looking for sample documents[libwps]

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118006

Devansh Varshney  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |varshney.devansh614@gmail.c
   |desktop.org |om

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

[Bug 118006] Add support for Quattro Pro .qpw format, looking for sample documents[libwps]

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118006

--- Comment #17 from Devansh Varshney  ---
Thank you. I will try do this and I and currently working on the support of
Histogram chart in LO :)

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

[Bug 153293] [META] Dark Mode bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153293
Bug 153293 depends on bug 160349, which changed state.

Bug 160349 Summary: Add toolbar icons to change UI and scheme to switch 
Light/Dark
https://bugs.documentfoundation.org/show_bug.cgi?id=160349

   What|Removed |Added

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

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

[Bug 102062] [META] Notebookbar: bugs and enhancements

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102062
Bug 102062 depends on bug 160349, which changed state.

Bug 160349 Summary: Add toolbar icons to change UI and scheme to switch 
Light/Dark
https://bugs.documentfoundation.org/show_bug.cgi?id=160349

   What|Removed |Added

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

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

[Bug 160855] LibreOffice crashes when Calc cells are selected/copied

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160855

Patrick Luby (volunteer)  changed:

   What|Removed |Added

 CC||guibomac...@gmail.com

--- Comment #7 from Patrick Luby (volunteer)  ---
I can reproduce this on my machine, but only when I quit LibreOffice
immediately after copying the cells.

Here is what I see in your attached crash log: you are running out of memory
when macOS asks LibreOffice for the copied data. In your case, the crash log's
memory usage section shows a total of 31.6 GB of memory being used by
LibreOffice.

Are you running clipboard management software? If yes, that might explain why
you see the crash immediately and I don't see it until quitting LibreOffice
(clipboard management software usually immediately "pastes" all types of copied
data formats immediately after you copy something).

OK. Given the above, I think the real bug is that Calc can provide copied cells
as a BMP (Windows) image and when quitting or using clipboard management
software, every single format that Calc provides is created.

My theory is based on the fact that if I copy A1:H1 in Calc, open a new
Writer document, and select HTML format in Writer's Paste Special dialog,
LibreOffice does not crash and the data is pasted in the Writer document.

But if I paste BMP format in Writer's Paste Special dialog, LibreOffice crashes
in the same place as your crash log. So clearly a copy of 8 cells results
in a massive image.

Not sure how this can fixed other than removing the BMP format from the formats
that copying in Calc provides.

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

[Bug 160739] Raise a matrix to an exponential with Calc

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160739

--- Comment #8 from xhertan  ---
(In reply to Regina Henschel from comment #7)
> You cannot do iteration without convergence in Calc. The problem is, that in
> case of no convergence you get the Err 523, which overwrites the results you
> want to see.
> 
> Bug 136897 might be related.
> 
> For me it is a missing feature.
> 
> The problem exists already in OOo for import from xls.

What do you mean that this calculation is without convergence? This is an
iterative matrix multiplication to get the power of a matrix with a fix number.
Since the convergence (mathematically definition) is not an issue. I think the
problem is with the function of the matrix multiplication.

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

[Bug 123226] Pivot table if Filter is used and then turned off, then column filter stops working

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123226

--- Comment #8 from grofaty  ---
After 5 years I have retested on latest stable and issue is the same as in GIF
video in first post attachment.

=== Help | About ===
Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Flatpak
Calc: threaded
=

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

[Bug 160624] Using external file Open/Save dialog makes libreoffice freeze

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160624

--- Comment #4 from Oleksandr Natalenko  ---
Possible fix: https://codereview.qt-project.org/c/qt/qtbase/+/556573

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

[Bug 160565] KDE/Qt UI - Program freezes after "save as"

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160565

--- Comment #5 from Oleksandr Natalenko  ---
Possible fix: https://codereview.qt-project.org/c/qt/qtbase/+/556573

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

[Bug 160416] KF6/QT6 Interface hangs after importing an image

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160416

--- Comment #2 from Oleksandr Natalenko  ---
Possible fix: https://codereview.qt-project.org/c/qt/qtbase/+/556573

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

[Bug 106228] [META] Icon theme issues

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

Justin L  changed:

   What|Removed |Added

 Depends on||160925


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160925
[Bug 160925] need proper icon image for "Dark mode" toggle (.uno:ChangeTheme)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160925] New: need proper icon image for "Dark mode" toggle (.uno:ChangeTheme)

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160925

Bug ID: 160925
   Summary: need proper icon image for "Dark mode" toggle
(.uno:ChangeTheme)
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com
CC: jl...@mail.com
Blocks: 106228, 160349

For LO 25.2 there will probably be a .uno:ChangeTheme on the notebookbar to
allow toggling Dark mode on and off - similar to what MSO has in their view
ribbon. See bug 160349.

I have temporarily used the moon icon in my patch, but it doesn't look great.
So if we could get a proper icon that would be great.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106228
[Bug 106228] [META] Icon theme issues
https://bugs.documentfoundation.org/show_bug.cgi?id=160349
[Bug 160349] Add toolbar icons to change UI and scheme to switch Light/Dark
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160924] New: SDK: typo in environment variables for linux

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160924

Bug ID: 160924
   Summary: SDK: typo in environment variables for linux
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bioshi...@gmail.com
CC: olivier.hal...@libreoffice.org

Created attachment 193954
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193954=edit
the typo

in section: "Manual Setting > Environment Variables for Unix-like systems >
Linux > LD_LIBRARY_PATH" the suggested value is
```
$OO_SDK_URE_LIB_DIR: $SDK_HOME/linux/lib: $LD_LIBRARY_PATH
```
but guessing by previously set env vars, and by the values suggested in the
sibling sections, it would seem `$SDK_HOME` should instead be `$OO_SDK_HOME`

---

the html dom path to the section is:
html > body > div#BgContainer > div#Container > div#Layout > div.typography >
table.table1 > tbody > tr > td > table.table2 > tbody > tr > td > table.table3
> tbody > tr > td > table.table4 > tbody > tr > td.cell80

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

[Bug 69192] SLIDESHOW: add command line switch to start at arbitrary slide number

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69192

Justin L  changed:

   What|Removed |Added

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

--- Comment #4 from Justin L  ---
proposed patch at https://gerrit.libreoffice.org/c/core/+/167066

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

[Bug 160503] File Open/Save dialog box icon size in Places too large

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160503

--- Comment #3 from p.wibber...@btinternet.com ---
(In reply to p.wibberley from comment #2)
> (In reply to Haris from comment #1)
> > For the open or save dialog box, which icons are you talking about? When I
> > get to the save dialog box with the steps provided, I don't see any icons.
> > This might be because I'm on MacOS, but in any case, can you please provide
> > a screenshot of what you're specifically referring to?
> 
> Hmmm, I don't know!  I could swear I was getting a different style of
> dialogue box, when I first installed it.  It's working fine now.  Apologies
> if I sent you on a wild goose chase.

Do I set 'Status' to 'Resolved'?  Or might someone else know what on Earth I
was thinking of?

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

  1   2   >