[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - vcl/unx

2023-10-22 Thread Caolán McNamara (via logerrit)
 vcl/unx/gtk3/gtkinst.cxx |   11 +++
 1 file changed, 11 insertions(+)

New commits:
commit 3eb06d4708c79726607ad1ec4554b8f7cd66bbb2
Author: Caolán McNamara 
AuthorDate: Fri Oct 20 14:38:29 2023 +0100
Commit: Noel Grandin 
CommitDate: Mon Oct 23 07:30:03 2023 +0200

Resolves: tdf#157849 gtk_spin_button_update callback can delete widget

so later GtkInstanceEditable::signal_activate is on deleted widget

Change-Id: I9bb9848b4554792db11fc7b0e2d3491a94975b3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158167
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 5eb5b15d03ed..d39c37a5bd1b 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -17313,6 +17313,12 @@ IMPL_LINK_NOARG(GtkInstanceIconView, 
async_signal_selection_changed, void*, void
 
 namespace {
 
+void signalDestroyFlag(GtkWidget*, gpointer destroyed)
+{
+bool* pDestroyed = static_cast(destroyed);
+*pDestroyed = true;
+}
+
 class GtkInstanceSpinButton : public GtkInstanceEditable, public virtual 
weld::SpinButton
 {
 private:
@@ -17367,7 +17373,12 @@ private:
 
 virtual void signal_activate() override
 {
+bool bActivateDestroy(false);
+gulong nDestroySignalId = g_signal_connect(m_pButton, "destroy", 
G_CALLBACK(signalDestroyFlag), );
 gtk_spin_button_update(m_pButton);
+if (bActivateDestroy)
+return;
+g_signal_handler_disconnect(m_pButton, nDestroySignalId);
 GtkInstanceEditable::signal_activate();
 }
 


Re: About tdf#157884 Typo in UNO command ".uno:UnhainFrame"

2023-10-22 Thread Heiko Tietze

The typo is there for more than twenty years and macros may depend on it.

Can we change the label but add an alias to the new "unchain" command, flag this 
alias as deprecated, and remove it with the next release?


On 22.10.23 22:49, Julien Nabet wrote:

Hello,

Olivier spotted a typo in UNO command ".uno:UnhainFrame", can it be fixed or is 
this another thing to add in 
https://wiki.documentfoundation.org/Development/stuck_stuff ?


Here's the patch https://gerrit.libreoffice.org/c/core/+/158328 waiting for 
review so you'll see what it impacts (if I haven't forgotten anything).


Julien



--
Dr. Heiko Tietze, UX-Designer and UX-Mentor
Tel: +49 30 5557992-63 | Mail: heiko.tie...@documentfoundation.org
The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: https://www.documentfoundation.org/imprint


OpenPGP_signature.asc
Description: OpenPGP digital signature


[Libreoffice-bugs] [Bug 153464] If I want to write a list, then the next line is not indented

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153464

BogdanB  changed:

   What|Removed |Added

Version|7.6.2.1 release |7.6.0.0 alpha0+

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

[Libreoffice-bugs] [Bug 157659] Cut / Copy / Paste / Delete of Rows in Calc 7.5+ is slow

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157659

q326...@protonmail.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #5 from q326...@protonmail.com ---
I don't use any clipboard tools.

Here's my current version information:

Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 47eb0cf7efbacdee9b19ae25d6752381ede23126
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

Although I'm currently running version 7.5.7.1 (X86_64), I've experienced this
problem in all 7.5.x and 7.6.x versions I've tried, including both 32-bit and
64-bit versions.  The last working version appears to be 7.4.7.2 (which is the
last version before 7.5).  However, even with that version I can detect a very
brief delay as compared to version 7.3.7.2 (the last version before 7.4).

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

[Libreoffice-bugs] [Bug 157648] FORMATTING: Setting language for Selection/Paragraph/All text can't be shortcut

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157648

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 157617] Inserting paragraph marks after a picture go unexpectedly

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157617

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 154375] Spell check starts with the wrong language

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154375

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154376] LibreOffice 7.05 Windows 11 & 7.04 Windows 10 show blank page after attempted restoration of crashed new files.

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154376

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154376] LibreOffice 7.05 Windows 11 & 7.04 Windows 10 show blank page after attempted restoration of crashed new files.

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154376

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-ux-advise] [Bug 157648] FORMATTING: Setting language for Selection/Paragraph/All text can't be shortcut

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157648

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 154375] Spell check starts with the wrong language

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154375

--- Comment #7 from QA Administrators  ---
Dear Hugh Stewart,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 154108] Always replace automatically does not work

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154108

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155013] LibreOffice crashed

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155013

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 154108] Always replace automatically does not work

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154108

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 98561] Cannot handle elements pasted from a website

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98561

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

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.

[Libreoffice-bugs] [Bug 83387] FORMATTING: Adjusting line color does not adjust icon color in preview

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83387

--- Comment #8 from QA Administrators  ---
Dear Sebastian Werk,

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.

[Libreoffice-bugs] [Bug 94312] UI: Page pane renders hidden layers

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94312

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

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.

[Libreoffice-bugs] [Bug 64465] auto scrolling does not work in impress and Draw

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64465

--- Comment #8 from QA Administrators  ---
Dear ilikebigbugs,

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.

[Libreoffice-bugs] [Bug 57274] EDITING: Paste Special Link Checkbox fails to insert cell references when the source cell is blank

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57274

--- Comment #14 from QA Administrators  ---
Dear Blindfreddy,

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.

[Libreoffice-bugs] [Bug 108720] Do not render previews of symbol fonts

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108720

--- Comment #13 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.

[Libreoffice-bugs] [Bug 144880] Image doesn't jump to next page or stops moving when pressing arrow down, but disappears behind the next page (DOCX only)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144880

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

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.

[Libreoffice-bugs] [Bug 50301] RTL: DOC - Shapes, images and textboxes not positioned correctly in two column page

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50301

--- Comment #16 from QA Administrators  ---
Dear A Sh,

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.

[Libreoffice-bugs] [Bug 157891] New: Initial focus of Paste Special dialog is inconvenient

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157891

Bug ID: 157891
   Summary: Initial focus of Paste Special dialog is inconvenient
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@koppen.org

Description:
When the "Paste Special" dialog is opened, the focus is on the first preset
button "Only Values". This behavior differs from previous versions without
presets, and it is inconvenient for keyboard users because if you open the
dialog and then just press Return, it applies the preset instead of the visible
and selected options.

I'd prefer when the initial focus was set on the OK button.

Steps to Reproduce:
1. Open dialog "Paste Special"
2. Press Return


Actual Results:
The preset "Only Values" is applied.

Expected Results:
The visible / selected options are applied.


Reproducible: Always


User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: de
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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

[Libreoffice-bugs] [Bug 157890] libreoffice conversion from odt to docx - fontsize is not correct converted for empty text

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157890

indra.kus...@iress.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 157890] libreoffice conversion from odt to docx - fontsize is not correct converted for empty text

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157890

--- Comment #2 from indra.kus...@iress.com ---
started have issue in libre 7.5.4.2 and greater.

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

[Libreoffice-bugs] [Bug 157890] libreoffice conversion from odt to docx - fontsize is not correct converted for empty text

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157890

--- Comment #1 from indra.kus...@iress.com ---
Created attachment 190378
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190378=edit
font_size is not honor if text is empty when converting from odt to docx

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

[Libreoffice-bugs] [Bug 157359] FILESAVE to PPTX does not render images correctly

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157359

Aron Budea  changed:

   What|Removed |Added

Version|7.6.1.2 release |Inherited From OOo

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

[Libreoffice-bugs] [Bug 157890] New: libreoffice conversion from odt to docx - fontsize is not correct converted for empty text

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157890

Bug ID: 157890
   Summary: libreoffice conversion from odt to docx - fontsize is
not correct converted for empty text
   Product: LibreOffice
   Version: 7.5.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: indra.kus...@iress.com

Description:
if controlling space in document done using fontsize when converting from odt
to docx ( ms 2007 365 docx ) format the fontsize is not being honor.


Steps to Reproduce:
1. create libreoffice odt, the following example :
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )

2. open the odt file with libreoffice version 7.5.4.2 and select save as word
2007_365_docx format 

3. the output is :
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 11] 
example text2 (set font = Arial font_size = 11 )

Noted : 
- the 2nd line which is the empty line should be font_size 5 instead of
font_size 11.
- in the case we have multiple of this empty line to control document
formatting,
it might not pick the parent font_size it might pick the previous correct
font_size.

Actual Results:
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 11] 
example text2 (set font = Arial font_size = 11 )

Expected Results:
example text1 (set font = Arial font_size = 11 )
[empty line set font = Arial font_size = 5] 
example text2 (set font = Arial font_size = 11 )


Reproducible: Always


User Profile Reset: No

Additional Info:
This scenario is not an issue if the 2nd line has text ie
sampe_between_text1_text2,
only an issue if they are empty. we used the empty line with smaller size to
control the line height.

1. create libreoffice odt, the following example :
example text1 (set font = Arial font_size = 11 )
sampe_between_text1_text2 [set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )

2. open the odt file with libreoffice version 7.5.4.2 and select save as word
2007_365_docx format 

3. the output is :
example text1 (set font = Arial font_size = 11 )
sampe_between_text1_text2 [set font = Arial font_size = 5]
example text2 (set font = Arial font_size = 11 )

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

[Libreoffice-bugs] [Bug 157889] New: Highlight is nearly impossible to remove in WPS or MSWord when applied in Libre Writer.

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157889

Bug ID: 157889
   Summary: Highlight is nearly impossible to remove in WPS or
MSWord when applied in Libre Writer.
   Product: LibreOffice
   Version: 7.3.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: donny.dan...@hotmail.com

Description:
When editing a file previously created or edited by LibreOffice Writer, the
highlight attribute is impossible to simply "un-highlight" in WPS Writer or
MsWord. One must Clear all formatting to remove it in those word processors. 

Also, to remove highlighting created in WPS or MsWord, the highlight button
must be clicked twice to remove it.

It would seem L.O. Writer uses the CharBackgroundColor property, whereas the
other programs use CharHighlight property.

MsWord 2010 version.
WPS Office Writer version 11.

Steps to Reproduce:
1. Create a document in L.O. Writer
2. Type some text and highlight something.
3. Save it as .docx or other compatible file format.
4. Open the document in WPS Writer or MsWord and attempt to unhighlight the
text.

Actual Results:
Text will not un-highlight.

Expected Results:
Text should be able to be unhighlighted easily.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I realize this is not a directly Libre Office related problem, but it seems
that basic text editing should be kept fairly compatible?


Version: 7.3.4.2 (x64) / LibreOffice Community
Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 157888] New: FILEOPEN PPTX The connector geometry is not rotated.

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157888

Bug ID: 157888
   Summary: FILEOPEN PPTX The connector geometry is not rotated.
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 190377
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190377=edit
Group with connector rotated

Open attached document. It contains a group with two shapes and a connector
between them in the left part. The group is rotated in PowerPoint. The right
part contains a screenshot from PowerPoint.
The connector in LO keeps start and end point, but the geometry is new and does
not follow the rotation.

Connectors can in principle be transformed as other shapes in ODF. But that is
not implemented in LibreOffice. Even if the connector shape is detached from
the shapes, its geometry cannot rotate.

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

[Libreoffice-bugs] [Bug 114983] Unable to make any docked toolbar floating (wayland)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114983

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 152088] Navigator (F5) can not be docked/undocked with Ctrl + Shift + F10 shortcut using Wayland

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152088

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 100156] [META] Wayland-related bugs

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100156

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157660
[Bug 157660] Sidebar forgets it's supposed to be undocked (Wayland)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157660
[Bug 157660] Sidebar forgets it's supposed to be undocked (Wayland)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 65138] [META] Sidebar feature related issues

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65138

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157660
[Bug 157660] Sidebar forgets it's supposed to be undocked (Wayland)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157660] Sidebar forgets it's supposed to be undocked (Wayland)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157660

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|Writer's "Styles and|Sidebar forgets it's
   |Formatting" window forgets  |supposed to be undocked
   |it's supposed to be |(Wayland)
   |undocked|
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4983,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||2088
  Component|Writer  |UI
 Ever confirmed|0   |1
 Blocks||128581, 65138, 100156
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced with Ubuntu + GNOME + Wayland and:

Version: 7.6.3.0.0+ (X86_64) / LibreOffice Community
Build ID: ba808a28f5ea365eaf8fe5d9c7c91b417633d75f
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Not just about Styles and Formatting, it's the whole sidebar.
Not just Writer, it's the same in e.g. Calc.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65138
[Bug 65138] [META] Sidebar feature related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=100156
[Bug 100156] [META] Wayland-related bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=128581
[Bug 128581] [Meta] Panel docking
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157848] XML Form Document: Binding of field with ":" won't work - needed for electronic invoices

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157848

--- Comment #5 from Julien Nabet  ---
I tried to add namespace it seems the save works since I can see:


in fodt or when unzipping odt.

The pb is when opening the file, it doesn't seem to read it, at least it's
indeed not in the namespace dialog.

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

[Libreoffice-bugs] [Bug 100156] [META] Wayland-related bugs

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100156

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|155114  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155114
[Bug 155114] Undocked toolbar is not movable in gtk3 ui with wayland
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152088] Navigator (F5) can not be docked/undocked with Ctrl + Shift + F10 shortcut using Wayland

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152088

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155115] Switching between light/dark system theme resets gtk3 ui toolbar

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155115

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155116] Undocked toolbar is not movable/closable in gtk3 ui

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155116

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|155114  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155114
[Bug 155114] Undocked toolbar is not movable in gtk3 ui with wayland
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114983] Unable to make any docked toolbar floating (wayland)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114983

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
*** Bug 155114 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 155114] Undocked toolbar is not movable in gtk3 ui with wayland

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155114

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |5115,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |5116,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=11 |
   |4983,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |2088,   |
   |https://bugzilla.redhat.com |
   |/show_bug.cgi?id=1391418|
 Resolution|--- |DUPLICATE
 Blocks|100156, 128581  |

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Let's consolidate into bug 114983.

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100156
[Bug 100156] [META] Wayland-related bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=128581
[Bug 128581] [Meta] Panel docking
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155115] Switching between light/dark system theme resets gtk3 ui toolbar

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155115

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155116] Undocked toolbar is not movable/closable in gtk3 ui

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155116

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 152088] Navigator (F5) can not be docked/undocked with Ctrl + Shift + F10 shortcut using Wayland

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152088

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||114983
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=11 |
   |4983|


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114983
[Bug 114983] Unable to make any docked toolbar floating (wayland)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114983] Unable to make any docked toolbar floating (wayland)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114983

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugzilla.redhat.com
   |tion.org/show_bug.cgi?id=12 |/show_bug.cgi?id=1391418,
   |8581|https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||2088,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||5116,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||5115
 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks||128581
  Component|LibreOffice |UI


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128581
[Bug 128581] [Meta] Panel docking
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154735] Crashed when I try to send email with pdf (email correspondence)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154735

Dieter  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Libreoffice-bugs] [Bug 154735] Crashed when I try to send email with pdf (email correspondence)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154735

--- Comment #5 from Humberto  ---
With the version 7.5.2.2 there are not crash. The bug is resolved.
Thanks a lot!

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

About tdf#157884 Typo in UNO command ".uno:UnhainFrame"

2023-10-22 Thread Julien Nabet

Hello,

Olivier spotted a typo in UNO command ".uno:UnhainFrame", can it be 
fixed or is this another thing to add in 
https://wiki.documentfoundation.org/Development/stuck_stuff ?


Here's the patch https://gerrit.libreoffice.org/c/core/+/158328 waiting 
for review so you'll see what it impacts (if I haven't forgotten anything).


Julien



[Libreoffice-bugs] [Bug 154735] Crashed when I try to send email with pdf (email correspondence)

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154735

Humberto  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 154735, which changed state.

Bug 154735 Summary: Crashed when I try to send email with pdf (email 
correspondence)
https://bugs.documentfoundation.org/show_bug.cgi?id=154735

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

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

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

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 154735, which changed state.

Bug 154735 Summary: Crashed when I try to send email with pdf (email 
correspondence)
https://bugs.documentfoundation.org/show_bug.cgi?id=154735

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 157658] saving a change to password protected DOCX makes document unprotected

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157658

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEEDINFO
Summary|saving a change to password |saving a change to password
   |protected document makes|protected DOCX makes
   |document unprotected|document unprotected

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Can't reproduce either in:

Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 47eb0cf7efbacdee9b19ae25d6752381ede23126
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Nor on macOS:

Version: 7.5.4.2 (X86_64) / LibreOffice Community
Build ID: 36ccfdc35048b057fd9854c757a8b67ec53977b6
CPU threads: 2; OS: Mac OS X 13.2.1; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Was the password set originally with MS Office or with LibreOffice?
Can you maybe attach an example file?

Please also paste here the full information copied from Help > About
LibreOffice.

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

[Libreoffice-commits] core.git: i18npool/Library_localedata_others.mk

2023-10-22 Thread Taichi Haradaguchi (via logerrit)
 i18npool/Library_localedata_others.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit fd69b546ad36452560cb11ccb28e78632d65f045
Author: Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Sun Oct 22 00:43:04 2023 +0900
Commit: Stephan Bergmann 
CommitDate: Sun Oct 22 22:37:25 2023 +0200

Link Library_localedata_others against sal

 etc. recently
started to fail with

> localedata_af_NA.o : error LNK2001: unresolved external symbol 
__imp_rtl_uString_release
> 
C:\cygwin\home\tdf\jenkins\daily_workspace\tb\build_master\instdir\program\localedata_others.dll
 : fatal error LNK1120: 1 unresolved externals
> touch: failed to get attributes of 
'C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_others.dll':
 No such file or directory
> make[1]: *** 
[C:/cygwin/home/tdf/jenkins/daily_workspace/tb/src_master/i18npool/Library_localedata_others.mk:10:
 
C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_others.dll]
 Error 96

Change-Id: Ie3765b76691d66ea7f0bbcace5e9eba3168b813b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158309
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/i18npool/Library_localedata_others.mk 
b/i18npool/Library_localedata_others.mk
index 1e9bce721a3e..f3578f2da097 100644
--- a/i18npool/Library_localedata_others.mk
+++ b/i18npool/Library_localedata_others.mk
@@ -13,6 +13,7 @@ $(eval $(call 
gb_Library_set_plugin_for_nodep,localedata_others,i18npool))
 
 $(eval $(call gb_Library_use_libraries,localedata_others,\
localedata_en \
+   sal \
 ))
 
 $(eval $(call gb_Library_use_common_precompiled_header,localedata_others))


[Libreoffice-bugs] [Bug 147511] CRASH: closing LibreOffice or reloading file after copying / cutting content

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147511

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

URL||https://crashreport.libreof
   ||fice.org/stats/crash_detail
   ||s/6a5b3555-4db7-49c9-85a1-c
   ||ffcd3393bff
   Keywords||haveBacktrace
Crash report or||["SwFrameFormat::~SwFrameFo
crash signature||rmat()"]
   Severity|normal  |critical
 Blocks||108844


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108844] [META] Cut/copy bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108844

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||147511


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147511
[Bug 147511] CRASH: closing LibreOffice or reloading file after copying /
cutting content
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152306] Windows: Crash on Quit LibreOffice after Copy

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152306

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Crash report or|75aee3f8-2d25-4cd9-96d7-21c |["SfxObjectShell::IsLoading
crash signature|0ac8e43d8   |()"]
URL||https://crashreport.libreof
   ||fice.org/stats/crash_detail
   ||s/77ccb9f6-619c-4c24-86e7-5
   ||ecb7d9c7091

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

[Libreoffice-bugs] [Bug 108844] [META] Cut/copy bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108844

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||147731


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147731
[Bug 147731] Crash in SwFrameFormat::~SwFrameFormat()
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157659] Cut / Copy / Paste / Delete of Rows in Calc 7.5+ is slow

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157659

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Not reproduced on Linux:

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

But possibly Windows-specific.

Do you use some extra clipboard tool at all? If you do, could you please test
without it activated?
And please also share the full version information from Help > About
LibreOffice (there's a button to copy).
Thank you!

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

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

2023-10-22 Thread Gökay Şatır (via logerrit)
 lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 768da8bf8fa20848d5da9dfc56b1b8ce42b1404f
Author: Gökay Şatır 
AuthorDate: Mon Oct 16 12:26:10 2023 +0300
Commit: Caolán McNamara 
CommitDate: Sun Oct 22 21:50:28 2023 +0200

Don't encode the text when sending it to Duden corrector.

Signed-off-by: Gökay Şatır 
Change-Id: I9e1a2adede04858e5c43b878786bbcc28922aa5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158023
Tested-by: Jenkins CollaboraOffice 
(cherry picked from commit 8989cba47fce3763229005b1ed2fec74da7cfb72)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158333
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx 
b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
index d1c87af5fa0a..79d061e42c85 100644
--- a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
+++ b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx
@@ -427,14 +427,14 @@ ProofreadingResult SAL_CALL 
LanguageToolGrammarChecker::doProofreading(
 = std::min(xRes.nStartOfNextSentencePosition, aText.getLength());
 
 OString langTag(LanguageTag::convertToBcp47(aLocale, false).toUtf8());
-OString postData = encodeTextForLanguageTool(aText);
+OString postData;
 const bool bDudenProtocol = 
LanguageToolCfg::RestProtocol::get().value_or("") == "duden";
 if (bDudenProtocol)
 {
 std::stringstream aStream;
 boost::property_tree::ptree aTree;
 aTree.put("text-language", langTag.getStr());
-aTree.put("text", postData.getStr());
+aTree.put("text", aText.toUtf8()); // We don't encode the text in 
Duden Corrector tool case.
 aTree.put("hyphenation", false);
 aTree.put("spellchecking-level", 3);
 aTree.put("correction-proposals", true);
@@ -443,7 +443,7 @@ ProofreadingResult SAL_CALL 
LanguageToolGrammarChecker::doProofreading(
 }
 else
 {
-postData = "text=" + postData + "=" + langTag;
+postData = "text=" + encodeTextForLanguageTool(aText) + "=" + 
langTag;
 }
 
 if (auto cachedResult = mCachedResults.find(postData); cachedResult != 
mCachedResults.end())


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

2023-10-22 Thread Andrea Gelmini (via logerrit)
 sw/qa/core/fields/fields.cxx |6 --
 1 file changed, 6 deletions(-)

New commits:
commit 42b0bab8d90c29e7806e681d1b009d3554195d91
Author: Andrea Gelmini 
AuthorDate: Sun Oct 22 03:37:21 2023 +0200
Commit: Julien Nabet 
CommitDate: Sun Oct 22 21:34:09 2023 +0200

Remove duplicated includes

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

diff --git a/sw/qa/core/fields/fields.cxx b/sw/qa/core/fields/fields.cxx
index 158e1c35dc2b..9fae9cafef13 100644
--- a/sw/qa/core/fields/fields.cxx
+++ b/sw/qa/core/fields/fields.cxx
@@ -19,16 +19,11 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -40,7 +35,6 @@
 #include 
 
 #include 
-#include 
 #include 
 
 #include 


[Libreoffice-bugs] [Bug 153464] If I want to write a list, then the next line is not indented

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153464

Armin Mohring  changed:

   What|Removed |Added

Version|7.6.1.2 release |7.6.2.1 release

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

[Libreoffice-bugs] [Bug 146919] Convert dialogs to async

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146919

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||143781


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143781

BogdanB  changed:

   What|Removed |Added

 Depends on||146919


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146919
[Bug 146919] Convert dialogs to async
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143781

BogdanB  changed:

   What|Removed |Added

 Depends on||148161


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148161
[Bug 148161] Remove redundant attributes from configuration schema XML files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148161] Remove redundant attributes from configuration schema XML files

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148161

BogdanB  changed:

   What|Removed |Added

 Blocks||143781
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148655] Replace "Octagon Bevel" and "Diamond Bevel" with similar shapes suitable for export to OOXML

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148655

BogdanB  changed:

   What|Removed |Added

 Blocks||108741
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741

BogdanB  changed:

   What|Removed |Added

 Depends on||148655


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148655
[Bug 148655] Replace "Octagon Bevel" and "Diamond Bevel" with similar shapes
suitable for export to OOXML
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156247] Add OPC and XML validity check at import/export of OOXML files

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156247

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||143781


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143781

BogdanB  changed:

   What|Removed |Added

 Depends on||156247


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156247
[Bug 156247] Add OPC and XML validity check at import/export of OOXML files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109238] [META] CSV bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109238

BogdanB  changed:

   What|Removed |Added

 Depends on||126886


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126886
[Bug 126886] Calc window contents are not visible when opening a CSV in Compiz
from Calc 6.3
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126886] Calc window contents are not visible when opening a CSV in Compiz from Calc 6.3

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126886

BogdanB  changed:

   What|Removed |Added

 Blocks||109238
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 104450] [META] DOCX (OOXML) file opening issues

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104450

BogdanB  changed:

   What|Removed |Added

 Depends on||149089


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149089
[Bug 149089] FILEOPEN: docx: get extra mini space between Chinese character
when open docx file
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149089] FILEOPEN: docx: get extra mini space between Chinese character when open docx file

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149089

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||104450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104450
[Bug 104450] [META] DOCX (OOXML) file opening issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108329] Convert To Contour distorts curves

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108329

BogdanB  changed:

   What|Removed |Added

 Blocks||108741
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 149725] Database Form Design Navigator is always repositioned at top left corner on French interface

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149725

BogdanB  changed:

   What|Removed |Added

 Blocks||108440
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108440] [META] Database form bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108440

BogdanB  changed:

   What|Removed |Added

 Depends on||149725


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149725
[Bug 149725] Database Form Design Navigator is always repositioned at top left
corner on French interface
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741

BogdanB  changed:

   What|Removed |Added

 Depends on||108329


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108329
[Bug 108329] Convert To Contour distorts curves
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134732] UI Menu that sets language in document includes an unexpected language

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134732

BogdanB  changed:

   What|Removed |Added

 Blocks||113300
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 113300] [META] Language detection bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113300

BogdanB  changed:

   What|Removed |Added

 Depends on||134732


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134732
[Bug 134732] UI Menu that sets language in document includes an unexpected
language
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134751] Cell access error when merged cell is duplicated

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134751

BogdanB  changed:

   What|Removed |Added

 Blocks||108320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108320
[Bug 108320] [META] Calc cells merging and splitting bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108320] [META] Calc cells merging and splitting bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108320

BogdanB  changed:

   What|Removed |Added

 Depends on||134751


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134751
[Bug 134751] Cell access error when merged cell is duplicated
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236

BogdanB  changed:

   What|Removed |Added

 Depends on||125248


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125248
[Bug 125248] LibreOffice Calc tabs in data not displaying and/or preserved
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125248] LibreOffice Calc tabs in data not displaying and/or preserved

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125248

BogdanB  changed:

   What|Removed |Added

 Blocks||109236
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108882] [META] Read-only bugs and enhancements

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108882

BogdanB  changed:

   What|Removed |Added

 Depends on||150118


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150118
[Bug 150118] Different behavior opening files having read-only permissions on
Windows vs. Linux
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150118] Different behavior opening files having read-only permissions on Windows vs. Linux

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150118

BogdanB  changed:

   What|Removed |Added

 Blocks||108882
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 157887] New: Adding custom format in Calc has empty description in list of formats

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157887

Bug ID: 157887
   Summary: Adding custom format in Calc has empty description in
list of formats
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grime...@gmx.net

Description:
Hello,

when you add a custom number format to the "Format Cells..." menu in Calc and
instead of putting the unit in "" you escape the characters, the format's
description is empty after it has been added.

Write it like this: '#,# "GW/h"' Description: '-1234,56789 GW/h'

Write it like this: '#,# \GW\/\h' Description: ''

The formatting of the cells works as it should in both cases.

I understand that one should put "" around the unit that is used after reading
the docs, but w/o reading the docs, escaping the special characters seemed to
be the "natural solution" to me. 

Maybe this isn't a bug but a feature request. Let's see...

Thanks anyway!

KR,

G.

P.S.: I switched the UI to english for this bug report, it's usually running in
German.


Steps to Reproduce:
1. Open Calc
2. Right click on cell
3. Select "Format Cells..."
4. In the opened window in the "Category" column select "User-Defined"
5. At the bottom in the "Format Code" text field enter "#,# \GW\/\h"
(without the "")
6. Click on the green tick in the lower right
7. Watch the "Category" colum change to "Number" and the "Format" column point
to an entry w/o a name.



Actual Results:
No name/description for the entry added.

Expected Results:
Name/description for the entry added.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 24; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 136022] Accessibility Status of Checkbox in Spelling options not announced when using Screenreader

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136022

--- Comment #8 from Karl-Heinz Arkenau  ---
In Version 7.6.2. the checkboxes are announced but not changeable.

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

[Libreoffice-bugs] [Bug 124138] XHTML Export: Automatic colour changes from black to red

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124138

--- Comment #9 from Svante Schubert  ---

A
 
1


Interesting! 
The Paragraph P1 contains the color red and T2 does not contain a color black
to overwrite it!
I am going to tell Michael Stahl about it to get a second opinion. It is not
necessary an XHTML filter issue on first glance:














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

[Libreoffice-commits] core.git: 3 commits - desktop/source include/unotools lingucomponent/config lingucomponent/source postprocess/CustomTarget_registry.mk unotools/source

2023-10-22 Thread Szymon Kłos (via logerrit)
 desktop/source/lib/init.cxx|  195 
++
 include/unotools/lingucfg.hxx  |2 
 lingucomponent/config/Linguistic-lingucomponent-grammarchecker.xcu |   30 +
 lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx  |   58 +-
 postprocess/CustomTarget_registry.mk   |1 
 unotools/source/config/lingucfg.cxx|   21 +
 6 files changed, 123 insertions(+), 184 deletions(-)

New commits:
commit ef5afb766553dfa9bf1c577e5f6bcb5bf5412782
Author: Szymon Kłos 
AuthorDate: Fri Feb 10 14:56:06 2023 +0100
Commit: Caolán McNamara 
CommitDate: Sun Oct 22 19:02:19 2023 +0200

lok: remove old hack for LanguageTool locales

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146779
Reviewed-by: Henry Castro 
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153962
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154162
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 
(cherry picked from commit 9a5329a266bd74abc4794f1fcbae3db07582dbde)
Change-Id: I44cc4a5b1a0d92e2b0857cdc1d68c931ab95c0d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158332
Reviewed-by: Caolán McNamara 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2fdeaf2d18f0..880374e2d0f5 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -5864,132 +5864,6 @@ static void 
doc_setGraphicSelection(LibreOfficeKitDocument* pThis, int nType, in
 pDoc->setGraphicSelection(nType, nX, nY);
 }
 
-static void getDocLanguages(LibreOfficeKitDocument* pThis, 
uno::Sequence& rSeq)
-{
-SfxViewFrame* pViewFrame = SfxViewFrame::Current();
-if (!pViewFrame)
-return;
-
-SfxDispatcher* pDispatcher = pViewFrame->GetBindings().GetDispatcher();
-if (!pDispatcher)
-return;
-
-css::uno::Any aLangStatus;
-pDispatcher->QueryState(SID_LANGUAGE_STATUS, aLangStatus);
-
-OUString sCurrent;
-OUString sKeyboard;
-OUString sGuessText;
-SvtScriptType eScriptType = SvtScriptType::LATIN | SvtScriptType::ASIAN
-| SvtScriptType::COMPLEX;
-
-Sequence aSeqLang;
-if (aLangStatus >>= aSeqLang)
-{
-if (aSeqLang.getLength() == 4)
-{
-sCurrent = aSeqLang[0];
-eScriptType = static_cast(aSeqLang[1].toInt32());
-sKeyboard = aSeqLang[1];
-sGuessText = aSeqLang[2];
-}
-}
-else
-{
-aLangStatus >>= sCurrent;
-}
-
-LanguageType nLangType;
-std::set aLangItems;
-
-if (!sCurrent.isEmpty())
-{
-nLangType = SvtLanguageTable::GetLanguageType(sCurrent);
-if (nLangType != LANGUAGE_DONTKNOW)
-{
-aLangItems.insert(nLangType);
-}
-}
-
-const AllSettings& rAllSettings = Application::GetSettings();
-nLangType = rAllSettings.GetLanguageTag().getLanguageType();
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-
-nLangType = rAllSettings.GetUILanguageTag().getLanguageType();
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-
-if (!sKeyboard.isEmpty())
-{
-nLangType = SvtLanguageTable::GetLanguageType(sKeyboard);
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & 
SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-}
-
-if (!sGuessText.isEmpty())
-{
-Reference xLangGuesser;
-try
-{
-xLangGuesser = linguistic2::LanguageGuessing::create(xContext);
-}
-catch(...)
-{
-}
-
-if (xLangGuesser.is())
-{
-lang::Locale aLocale = 
xLangGuesser->guessPrimaryLanguage(sGuessText, 0,
-  
sGuessText.getLength());
-LanguageTag aLanguageTag(aLocale);
-nLangType = aLanguageTag.getLanguageType(false);
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & 
SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-}
-}
-
-LibLODocument_Impl* pDocument = static_cast(pThis);
-Reference 
xDocumentLanguages(pDocument->mxComponent, UNO_QUERY);
-if (xDocumentLanguages.is())
-{
-const Sequence 
aLocales(xDocumentLanguages->getDocumentLanguages(
-  
static_cast(eScriptType), 64));
-
-for (const lang::Locale& aLocale : aLocales)
-  

[Libreoffice-bugs] [Bug 157886] Firebird: copy & paste a table from one odb to another odb changes comma position for decimal fields, depending on definded decimal places

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157886

--- Comment #3 from bugreport...@protonmail.com ---
Sorry, I had not seen 156530.

Yes, it is the same. 
I only tested it for copying one table from one database and pasting the copied
table as a new one in the other database.

Changed it to duplicate.

Thanks

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

[Libreoffice-bugs] [Bug 157886] Firebird: copy & paste a table from one odb to another odb changes comma position for decimal fields, depending on definded decimal places

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157886

bugreport...@protonmail.com changed:

   What|Removed |Added

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

--- Comment #2 from bugreport...@protonmail.com ---


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

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

[Libreoffice-bugs] [Bug 157783] FILESAVE PPTX: graphic elements change color on save/reload cycle

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157783

--- Comment #7 from Alex Heuer  ---
Confirm with
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 24; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: de-DE (en_US.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.2~rc1-0ubuntu0.22.04.1~lo1
Calc: threaded


For me I actually get this issue without copying slides. I open a pptx which
was created and saved on a Windows machine using Office365. After opening the
presentation looks as it should. All I then do is save the presentation using
LibreOffice, without modifying it in any way.
Closing LibreOffice after the save, then reopening the just saved pptx I see
several elements (some shapes, some text) have changed color. 

If necessary I can also provide a test file.

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

[Libreoffice-bugs] [Bug 119931] Fix accessibility warnings in .ui files

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119931

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

https://git.libreoffice.org/core/commit/2c0669846fe26dae2bb64308517db685037e2cf9

tdf#119931 Fix accessibility warnings in dbaccess

It will be available in 24.2.0.

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

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

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

[Libreoffice-bugs] [Bug 119931] Fix accessibility warnings in .ui files

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119931

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0 target:7.1.0   |target:6.3.0 target:7.1.0
   |target:7.2.0 target:7.3.0   |target:7.2.0 target:7.3.0
   |reviewed:2023 target:7.6.0  |reviewed:2023 target:7.6.0
   ||target:24.2.0

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

[Libreoffice-bugs] [Bug 139902] [META] PPTX Image issues

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139902

BogdanB  changed:

   What|Removed |Added

 Depends on||157807


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157807
[Bug 157807] PPTX import: picture (AlternateContent fallback) is not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157807] PPTX import: picture (AlternateContent fallback) is not imported

2023-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157807

BogdanB  changed:

   What|Removed |Added

 Blocks||139902


Referenced Bugs:

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

  1   2   >