[Libreoffice-bugs] [Bug 158034] New: Feature request: Editing, Formatting, UI. Option to add linebreaks when merging cells into one.

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158034

Bug ID: 158034
   Summary: Feature request: Editing, Formatting, UI. Option to
add linebreaks when merging cells into one.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: angyon...@gmail.com

Description:
When merging cells in Libreoffice Calc, there is an option to append the hidden
cells into the main cell. However when this option is used, cells do not retain
their structure, i.e. text in lower cells do not remain lower but get pushed to
the right since there is no linebreaks and the result is only a single line. It
would be nice if I could merge the cells while keeping the structure, like tabs
and linebreaks, which are normally used when transferring tables in text-only
applications. This would also make it easy to "unmerge" cells later, by simply
copying that cell's content and pasting it at the destination.

Steps to Reproduce:
1.create more than 1 adjacent cell with content in each cell
2.select the cells
3.right click and select merge cells

Actual Results:
Dialog box with options that do not include linebreaks

Expected Results:
Dialog box with option to keep cell structure using tabs and/or using
linebreaks


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.3
Calc: threaded

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

[Libreoffice-commits] core.git: uitest/uitest

2023-11-01 Thread Noel Grandin (via logerrit)
 uitest/uitest/test.py |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 9071fa5f5f103808234102dc7552266ccda7bb22
Author: Noel Grandin 
AuthorDate: Wed Nov 1 12:41:05 2023 +0200
Commit: Noel Grandin 
CommitDate: Thu Nov 2 06:22:04 2023 +0100

uitest: check that dialog really did open

to make it easier to debug cases where the event.executed flag is not
sufficient to indicate that the dialog has finished opening

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

diff --git a/uitest/uitest/test.py b/uitest/uitest/test.py
index 602b03c2a9f7..fcf9d3dee783 100644
--- a/uitest/uitest/test.py
+++ b/uitest/uitest/test.py
@@ -128,11 +128,14 @@ class UITest(object):
 @contextmanager
 def execute_dialog_through_command(self, command, printNames=False, 
close_button = "ok", eventName = "DialogExecute"):
 with EventListener(self._xContext, eventName, printNames=printNames) 
as event:
+xDialogParent = self._xUITest.getTopFocusWindow()
 if not self._xUITest.executeDialog(command):
 raise Exception("Dialog not executed for: " + command)
 while True:
 if event.executed:
 xDialog = self._xUITest.getTopFocusWindow()
+if xDialogParent == xDialog:
+raise Exception("executing the action did not open the 
dialog")
 try:
 yield xDialog
 except:
@@ -157,11 +160,14 @@ class UITest(object):
 if parameters is None:
 parameters = tuple()
 
+xDialogParent = self._xUITest.getTopFocusWindow()
 with EventListener(self._xContext, event_name) as event:
 ui_object.executeAction(action, parameters)
 while True:
 if event.executed:
 xDialog = self._xUITest.getTopFocusWindow()
+if xDialogParent == xDialog:
+raise Exception("executing the action did not open the 
dialog")
 try:
 yield xDialog
 finally:


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

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

Ming Hua  changed:

   What|Removed |Added

 Depends on||158025


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158025
[Bug 158025] Calc Open CSV Shows chinese characters
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158025] Calc Open CSV Shows chinese characters

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158025

Ming Hua  changed:

   What|Removed |Added

 Blocks||109236

--- Comment #7 from Ming Hua  ---
(In reply to Jonny Grant from comment #5)
> The bug appears to be that a UTF16 BOM in a genuine UTF16 file, is
> remembered by Calc. It then stays in UTF16 mode. It does not return to a
> default of UTF8.
> 
> The test files are attached.
> 
> Note, my UTF8 file does not contain a BOM.
I am far from an expert, but my understanding is that with BOM it's much easier
to detect the UTF-16 encoded file properly. On the other hand, the UTF-8 file
attached only contain ASCII characters, and therefore without BOM is much
harder to detect encoding confidently and correctly.

Anyway, let's ping the CSV import meta bug and see if someone knows better can
look at this.


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 157924] It opens almost all documents with distorted fonts

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157924

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 154566] Headlines in Local Help are styled as plain text

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154566

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157924] It opens almost all documents with distorted fonts

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157924

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

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

[Libreoffice-bugs] [Bug 156691] [FR] export to markup tables

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156691

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.

[Libreoffice-bugs] [Bug 156691] [FR] export to markup tables

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156691

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

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

[Libreoffice-bugs] [Bug 154262] MAILMERGE does the wrong thing with multiple "Next Record" field from different databases

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154262

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154566] Headlines in Local Help are styled as plain text

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154566

--- Comment #3 from QA Administrators  ---
Dear Leona Go.,

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 154262] MAILMERGE does the wrong thing with multiple "Next Record" field from different databases

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154262

--- Comment #3 from QA Administrators  ---
Dear Jonathan Kamens,

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 155154] Spanish spelling checker fails certain verbs past tense indefinido

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155154

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

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 153881] Impress in full screen presentation mode displays a non existing white line on the lower and right edges

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153881

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

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 153582] a5 printing is broken

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153582

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

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 151759] Writer 7.4.x ignores Win10 Dell printer driver tray settings

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151759

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

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 96410] WEBDAV: old version opened after simultaneous open (read only)

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96410

--- Comment #32 from QA Administrators  ---
Dear Tim Banchi,

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 140281] Add colored rectangular for Calc formulas in real time

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140281

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

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 145125] EDITING Moving a bulleted paragraph upwards/downwards and rejecting all changes leaves paragraph bulleted

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145125

--- Comment #3 from QA Administrators  ---
Dear Gabor Kelemen (allotropia),

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 90009] UI: button size inconsistent, the buttons are not the same height in the Chart Wizard and in the options dialog

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90009

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

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 104142] Hard to pick a line with an image in its background because of "grab hand" cursor

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104142

--- Comment #16 from QA Administrators  ---
Dear s.p.helma,

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 158033] PDF: Writer Docx to PDF export fails to render asian fonts in V7

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158033

Prashanna  changed:

   What|Removed |Added

Summary|Writer Docx to PDF export   |PDF: Writer Docx to PDF
   |fails to render asian fonts |export fails to render
   |in V7   |asian fonts in V7

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

[Libreoffice-bugs] [Bug 112538] Cropped image created by MAC Impress cannot display correctly in the Windows Impress

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112538

--- Comment #36 from pranav  ---
This issue of cropped images in Libre Office (LO) impress looking different on
different PCs (PC1 and PC2) still exists. 

PC1: 13 inch screen, 1920 x 1080 display resolution, scale 100%, LO version
6.4.7.2, OS Ubuntu 20.04

PC2: 14 inch screen, 1900 x 1200 display resolution, scale 150%, LO version
7.5.7.1, OS MS Windows 11


Additional Information:
NOTE: On the PC2 when I change the scale to 100% (same setting as that on PC1),
then the LO impress shows the cropped images correctly.

Of course, it is not very convenient to keep changing the scale settings as all
the icons on 14 inch screen look very small with the 100% scale setting. 

Is there a way the cropped images in LO impress can preserve their form across
different display formats, like when converted to .pdf? I guess, the LO could
somehow be made read the scale of a particular PC and then rescale
automatically when opened with a different PC.

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

[Libreoffice-bugs] [Bug 112538] Cropped image created by MAC Impress cannot display correctly in the Windows Impress

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112538

--- Comment #35 from pranav  ---
This issue of cropped images in Libre Office (LO) impress looking different on
different PCs (PC1 and PC2) still exists. 

PC1: 13 inch screen, 1920 x 1080 display resolution, scale 100%, LO version
6.4.7.2, OS Ubuntu 20.04

PC2: 14 inch screen, 1900 x 1200 display resolution, scale 150%, LO version
7.5.7.1, OS MS Windows 11


Additional Information:
NOTE: On the PC2 when I change the scale to 100% (same setting as that on PC1),
then the LO impress shows the cropped images correctly.

Of course, it is not very convenient to keep changing the scale settings as all
the icons on 14 inch screen look very small with the 100% scale setting. 

Is there a way the cropped images in LO impress can preserve their form across
different display formats, like when converted to .pdf? I guess, the LO could
somehow be made read the scale of a particular PC and then rescale
automatically when opened with a different PC.

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

[Libreoffice-bugs] [Bug 112538] Cropped image created by MAC Impress cannot display correctly in the Windows Impress

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112538

--- Comment #34 from pranav  ---
This issue of cropped images in Libre Office (LO) impress looking different on
different PCs (PC1 and PC2) still exists. 

PC1: 13 inch screen, 1920 x 1080 display resolution, scale 100%, LO version
6.4.7.2, OS Ubuntu 20.04

PC2: 14 inch screen, 1900 x 1200 display resolution, scale 150%, LO version
7.5.7.1, OS MS Windows 11


Additional Information:
NOTE: On the PC2 when I change the scale to 100% (same setting as that on PC1),
then the LO impress shows the cropped images correctly.

Of course, it is not very convenient to keep changing the scale settings as all
the icons on 14 inch screen look very small with the 100% scale setting. 

Is there a way the cropped images in LO impress can preserve their form across
different display formats, like when converted to .pdf? I guess, the LO could
somehow be made read the scale of a particular PC and then rescale
automatically when opened with a different PC.

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

[Libreoffice-bugs] [Bug 158033] Writer Docx to PDF export fails to render asian fonts in V7

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158033

--- Comment #2 from Prashanna  ---
Created attachment 190597
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190597=edit
Another example docx used to replicate the bug

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

[Libreoffice-bugs] [Bug 158033] Writer Docx to PDF export fails to render asian fonts in V7

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158033

--- Comment #1 from Prashanna  ---
Created attachment 190596
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190596=edit
Example docx use to replicate the bug

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

[Libreoffice-bugs] [Bug 92375] Impress loses cropped image ratio on saving and re-opening in different LO versions.

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92375

--- Comment #42 from pranav  ---
This issue of cropped images in Libre Office (LO) impress looking different on
different PCs (PC1 and PC2) still exists. 

PC1: 13 inch screen, 1920 x 1080 display resolution, scale 100%, LO version
6.4.7.2, OS Ubuntu 20.04

PC2: 14 inch screen, 1900 x 1200 display resolution, scale 150%, LO version
7.5.7.1, OS MS Windows 11


Additional Information:
NOTE: On the PC2 when I change the scale to 100% (same setting as that on PC1),
then the LO impress shows the cropped images correctly.

Of course, it is not very convenient to keep changing the scale settings as all
the icons on 14 inch screen look very small with the 100% scale setting. 

Is there a way the cropped images in LO impress can preserve their form across
different display formats, like when converted to .pdf? I guess, the LO could
somehow be made read the scale of a particular PC and then rescale
automatically when opened with a different PC.

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

[Libreoffice-bugs] [Bug 158033] New: Writer Docx to PDF export fails to render asian fonts in V7

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158033

Bug ID: 158033
   Summary: Writer Docx to PDF export fails to render asian fonts
in V7
   Product: LibreOffice
   Version: 7.0 all versions
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: prashanna.kailasanat...@onetwo.com.au

Description:
Asian character font rendering in the Writer Docx to PDF export appears to
consistently break after a specific point in the PDF document, resulting in
tofu box characters, while still rendering correctly in the Writer application.

Note, the character set and font is the same across the pages where the
breakage occurs.

I have tried multiple linux distros and a range of libreoffice versions and
distributables (both distro and libreoffice.org maintained packages).

This regression is only present in Libreoffice v7, reverting to 6.4.7.2 solve
the issue.

Steps to Reproduce:
1. Ensure all asian character fonts is installed and supported e.g. (apt-get
install fonts-noto-cjk)
2. Export docx to PDF either via the GUI or command line
3. Open PDF to observe the issue near the end of the document.

Actual Results:
After a certain number of pages in the exported PDF document, the expected
asian font character are replaced with tofu box characters.

Expected Results:
We should see the correctly encoded asian characters.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
$ libreoffice --help
LibreOffice 7.4.7.2 40(Build:2)

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

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

2023-11-01 Thread Eike Rathke (via logerrit)
 i18npool/source/localedata/data/locale.dtd |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f3811e06b27afcbac7f63c2d184db4b1f8b01a1f
Author: Eike Rathke 
AuthorDate: Wed Nov 1 21:53:52 2023 +0100
Commit: Eike Rathke 
CommitDate: Thu Nov 2 02:03:38 2023 +0100

Update pointers to yet again moved ICU site / CLDR pages

Change-Id: Icf33b45a013393ac114e5a8866921bc8ce368189
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158778
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/locale.dtd 
b/i18npool/source/localedata/data/locale.dtd
index 616351e19f8f..81a8bdfbb35d 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -521,7 +521,7 @@
Optional ICU tailoring.
 
See Collation Customization in ICU User Guide for syntax,
-   http://www.icu-project.org/userguide/Collate_Customization.html
+   https://unicode-org.github.io/icu/userguide/collation/customization/
 
There are two ways to add language specific tailoring in LibreOffice.
For small tailoring, you can directly add it in locale data here. For
@@ -560,9 +560,9 @@
 
 The initial data was setup according to the ICU collation chart at
 http://oss.software.ibm.com/icu/charts/collation/
-Note: ICU site was moved to http://www.icu-project.org/ and as ICU per
+Note: ICU site was moved to https://icu.unicode.org/ and as ICU per
 default uses CLDR, collation charts are available at
-http://unicode.org/cldr/comparison_charts.html#Collation
+https://www.unicode.org/cldr/charts/latest/
 
 Possible notations in the syntax of the IndexKey element are:
 


[Libreoffice-bugs] [Bug 158027] when updating to 7.6.2 it gives - internal error 2503

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158027

m...@mail.ru  changed:

   What|Removed |Added

Version|7.5.3.2 release |7.6.2.1 release

--- Comment #4 from m...@mail.ru  ---
у меня win_11
 KB2999226 не нужно
удалил версию 7.5.3
при установке LibreOffice_6.1.3.2_Win_x64.msi пишет что "уже установлена более
поздняя версия" (но я её удалил) и заканчивает установку
при установки версии 7.6.2.1 "Ошибка 1714. Не возможно удалить СТАРУЮ ВЕРСИЮ
l.O-7.6.2.1 свяжитесь с системным администратором"

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

[Libreoffice-bugs] [Bug 158027] when updating to 7.6.2 it gives - internal error 2503

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158027

--- Comment #3 from m...@mail.ru  ---
у меня win_11
 KB2999226 не нужно
удалил версию 7.5.3
при установке LibreOffice_6.1.3.2_Win_x64.msi пишет что "уже установлена более
поздняя версия" (но я её удалил) и заканчивает установку
при установки версии 7.6.2.1 "Ошибка 1714. Не возможно удалить СТАРУЮ ВЕРСИЮ
l.O-7.6.2.1 свяжитесь с системным администратором"

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - 2 commits - sdext/source

2023-11-01 Thread Mike Kaganski (via logerrit)
 sdext/source/pdfimport/pdfparse/pdfparse.cxx |   95 +++
 1 file changed, 12 insertions(+), 83 deletions(-)

New commits:
commit 1f6eb154d859f28f9523961e7b3901603d69d445
Author: Mike Kaganski 
AuthorDate: Tue Oct 31 20:43:52 2023 +0300
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:53:37 2023 +0100

tdf#106057: Don't fail PDFReader::read, when several entries in stack

It may happen in case of several trailers, which is OK. The calling code
will check the type of the returned object anyway.

Change-Id: I17b2f4b7cf0e0640f949565291ee5a905ef2411e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158737
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158698

diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx 
b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
index baa322c1aa3c..cdd3ac13ff35 100644
--- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
@@ -601,21 +601,26 @@ std::unique_ptr PDFReader::read( const char* 
pFileName )
 pRet.reset(aGrammar.m_aObjectStack.back());
 aGrammar.m_aObjectStack.pop_back();
 }
-#if OSL_DEBUG_LEVEL > 0
 else if( nEntries > 1 )
 {
+// It is possible that there are multiple trailers, which is OK.
+// But still keep the warnings, just in case.
 SAL_WARN("sdext.pdfimport.pdfparse", "error got " << nEntries << " 
stack objects in parse");
-for( unsigned int i = 0; i < nEntries; i++ )
+for (;;)
 {
-SAL_WARN("sdext.pdfimport.pdfparse", 
typeid(*aGrammar.m_aObjectStack[i]).name());
-PDFObject* pObj = 
dynamic_cast(aGrammar.m_aObjectStack[i]);
+PDFEntry* pEntry = aGrammar.m_aObjectStack.back();
+aGrammar.m_aObjectStack.pop_back();
+SAL_WARN("sdext.pdfimport.pdfparse", typeid(*pEntry).name());
+PDFObject* pObj = dynamic_cast(pEntry);
 if( pObj )
 SAL_WARN("sdext.pdfimport.pdfparse", "   -> object " << 
pObj->m_nNumber << " generation " << pObj->m_nGeneration);
-else
-SAL_WARN("sdext.pdfimport.pdfparse", "(type " << 
typeid(*aGrammar.m_aObjectStack[i]).name() << ")");
+if (aGrammar.m_aObjectStack.empty())
+{
+pRet.reset(pEntry); // The first entry references all others - 
see PDFGrammar dtor
+break;
+}
 }
 }
-#endif
 return pRet;
 }
 
commit c32e4b58906bf2bedc7b99dd1ac8ab252d67ba3a
Author: Mike Kaganski 
AuthorDate: Tue Oct 31 20:09:35 2023 +0300
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:53:28 2023 +0100

Try to revert to use of file_iterator from boost on Windows

It was disabled in commit ef8d59c5b909d5a9b956934ab1120f90b90a4e10
(vcl108: #i106853# work around broken file_iterator on Windows,
2009-12-01), referencing boost 1.39. It seems to work fine now,
so let's revert it, and hope it doesn't break something.

Change-Id: I208aa87eca146a29ffc2f36a48810ecda5df0f00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158736
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158742

diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx 
b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
index 7cef299e8eaa..baa322c1aa3c 100644
--- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx
@@ -558,83 +558,8 @@ public:
 
 }
 
-#ifdef _WIN32
-std::unique_ptr PDFReader::read( const char* pBuffer, unsigned int 
nLen )
-{
-PDFGrammar aGrammar( pBuffer );
-
-try
-{
-#if OSL_DEBUG_LEVEL > 0
-boost::spirit::classic::parse_info aInfo =
-#endif
-boost::spirit::classic::parse( pBuffer,
-  pBuffer+nLen,
-  aGrammar,
-  boost::spirit::classic::space_p );
-#if OSL_DEBUG_LEVEL > 0
-SAL_INFO("sdext.pdfimport.pdfparse", "parseinfo: stop = " << 
aInfo.stop << " (buff=" << pBuffer << ", offset = " << aInfo.stop - pBuffer << 
"), hit = " << (aInfo.hit ? OUString("true") : OUString("false")) << ", full = 
" << (aInfo.full ? OUString("true") : OUString("false")) << ", length = " << 
static_cast(aInfo.length) );
-#endif
-}
-catch( const parser_error& rError )
-{
-#if OSL_DEBUG_LEVEL > 0
-OString aTmp;
-unsigned int nElem = aGrammar.m_aObjectStack.size();
-for( unsigned int i = 0; i < nElem; i++ )
-aTmp += OString::Concat("   ") + typeid( 
*(aGrammar.m_aObjectStack[i]) ).name();
-
-SAL_WARN("sdext.pdfimport.pdfparse", "parse error: " << 
rError.descriptor << " at buffer pos " << rError.where - pBuffer << ", object 
stack: " << aTmp);
-#else
-

[Libreoffice-bugs] [Bug 157937] EDITING Cycle case with change tracking freezes Writer

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157937

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:24.2.0   |target:24.2.0 target:7.6.3

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

[Libreoffice-bugs] [Bug 157679] PPTX: Default custom text is shown in slideshow or when exporting to PDF

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157679

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:24.2.0   |target:24.2.0 target:7.6.3

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - 2 commits - include/oox oox/source sd/qa sw/qa sw/source

2023-11-01 Thread László Németh (via logerrit)
 dev/null  |binary
 include/oox/drawingml/shape.hxx   |3 ---
 oox/source/drawingml/shape.cxx|2 --
 oox/source/drawingml/shapecontext.cxx |2 --
 oox/source/ppt/pptshape.cxx   |4 
 sd/qa/unit/import-tests2.cxx  |   11 ---
 sw/qa/extras/uiwriter/data/tdf130088.docx |binary
 sw/qa/extras/uiwriter/uiwriter6.cxx   |   27 +++
 sw/source/core/txtnode/txtedt.cxx |9 -
 9 files changed, 35 insertions(+), 23 deletions(-)

New commits:
commit f0a9b44059f76f79ffddfdc012026ff2c592b5c1
Author: László Németh 
AuthorDate: Fri Oct 27 09:43:44 2023 +0200
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:52:52 2023 +0100

tdf#157937 sw: fix freezing of cycle case on tracked changes

Add loop control to avoid never-ending iteration on selected
text with tracked changes, where transliteration can result
empty strings.

Regression since commit 2d3c77e9b10f20091ef338e262ba7756eb280ce9
"tdf#109266 sw change tracking: track transliteration".

Change-Id: Ia5f92adfdda33562b4d1abe72c51134be8304639
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158525
Tested-by: Jenkins
Reviewed-by: László Németh 
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158535

diff --git a/sw/qa/extras/uiwriter/data/tdf130088.docx 
b/sw/qa/extras/uiwriter/data/tdf130088.docx
new file mode 100644
index ..8d5a7a604b5e
Binary files /dev/null and b/sw/qa/extras/uiwriter/data/tdf130088.docx differ
diff --git a/sw/qa/extras/uiwriter/uiwriter6.cxx 
b/sw/qa/extras/uiwriter/uiwriter6.cxx
index 73178363b8fb..edfc5c153afc 100644
--- a/sw/qa/extras/uiwriter/uiwriter6.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter6.cxx
@@ -662,6 +662,33 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf113790)
 CPPUNIT_ASSERT(dynamic_cast(mxComponent.get()));
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf157937)
+{
+createSwDoc("tdf130088.docx");
+SwDoc* pDoc = getSwDoc();
+SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+
+// select paragraph
+pWrtShell->SelPara(nullptr);
+
+// enable redlining
+dispatchCommand(mxComponent, ".uno:TrackChanges", {});
+CPPUNIT_ASSERT_MESSAGE("redlining should be on",
+   pDoc->getIDocumentRedlineAccess().IsRedlineOn());
+
+// show changes
+CPPUNIT_ASSERT_MESSAGE(
+"redlines should be visible",
+
IDocumentRedlineAccess::IsShowChanges(pDoc->getIDocumentRedlineAccess().GetRedlineFlags()));
+
+// cycle case with change tracking
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+
+// This resulted freezing
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+}
+
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf108048)
 {
 createSwDoc();
diff --git a/sw/source/core/txtnode/txtedt.cxx 
b/sw/source/core/txtnode/txtedt.cxx
index 71ee1fd93a24..2f3e7aa6db86 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -1973,6 +1973,7 @@ void SwTextNode::TransliterateText(
 
 sal_Int32 nEndPos = 0;
 LanguageType nLang = LANGUAGE_NONE;
+sal_Int32 nLoopControlRuns = 0;
 do {
 if( pIter )
 {
@@ -2005,7 +2006,13 @@ void SwTextNode::TransliterateText(
 }
 
 nStt = nEndPos;
-} while( nEndPos < nEnd && pIter && pIter->Next() );
+
+// tdf#157937 selection containing tracked changes needs loop 
control:
+// stop looping, if there are too much empty transliterations
+if ( sChgd.isEmpty() )
+++nLoopControlRuns;
+
+} while( nEndPos < nEnd && pIter && pIter->Next() && nLoopControlRuns 
< 100 );
 }
 
 if (aChanges.empty())
commit 5879d4d242fb9b4227de068aa1adc3621e190754
Author: Xisco Fauli 
AuthorDate: Mon Oct 23 15:34:58 2023 +0200
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:52:44 2023 +0100

tdf#157679: Revert "pptx: import shape text from master page"

This reverts commit ae3b97a69688553e6c40ef4b64655db09d5a0f5e.

Change-Id: I39fd84b5efbff0a2cafe090f4f866c801cef19b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158357
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 
(cherry picked from commit 3b37c5fa7dce7718b566ad4f4fe80191b64cd533)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158544

diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 4c8be792e7f6..ccf477bef805 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -237,8 +237,6 @@ public:
 voidsetTxbxHasLinkedTxtBox( const bool rhs){ 
mbHasLinkedTxbx = rhs; };
 const LinkedTxbxAttr& getLinkedTxbxAttributes() const { return 

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/qa sc/source

2023-11-01 Thread Andreas Heinisch (via logerrit)
 sc/qa/unit/uicalc/data/tdf157897_linked.ods |binary
 sc/qa/unit/uicalc/data/tdf157897_main.ods   |binary
 sc/qa/unit/uicalc/uicalc.cxx|   19 +++
 sc/source/core/data/documen2.cxx|2 ++
 4 files changed, 21 insertions(+)

New commits:
commit e61f8a36220d6e8800dd0decf2a680db97c371c9
Author: Andreas Heinisch 
AuthorDate: Mon Oct 23 23:13:51 2023 +0200
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:51:24 2023 +0100

tdf#157897 - Clear print ranges before adding additional ones

Otherwise, additional print ranges will be added for linked files after
the external link will be updated.

Change-Id: I0556fda6609d3e18f1ca992dc6a0399be01bc841
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158365
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch 
(cherry picked from commit 96b91357fb93028d35d70bdb52b4bac3ecbfbf57)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158534
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/unit/uicalc/data/tdf157897_linked.ods 
b/sc/qa/unit/uicalc/data/tdf157897_linked.ods
new file mode 100755
index ..bb75c31d82ae
Binary files /dev/null and b/sc/qa/unit/uicalc/data/tdf157897_linked.ods differ
diff --git a/sc/qa/unit/uicalc/data/tdf157897_main.ods 
b/sc/qa/unit/uicalc/data/tdf157897_main.ods
new file mode 100755
index ..1e1af575145f
Binary files /dev/null and b/sc/qa/unit/uicalc/data/tdf157897_main.ods differ
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index d96b78b87136..a2b96bfda52c 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1380,6 +1380,25 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf146994)
 CPPUNIT_ASSERT_EQUAL(OUString("Sheet1.D3:Sheet1.D4"), aMarkedAreaString);
 }
 
+CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf157897_duplicated_print_ranges)
+{
+createScDoc("tdf157897_main.ods");
+ScDocument* pDoc = getScDoc();
+
+const sal_uInt16 nPos = 0;
+const SCTAB nFirstTab = 0;
+// Ensure that there exists a print range in the first documents tab
+CPPUNIT_ASSERT_EQUAL(static_cast(1), 
pDoc->GetPrintRangeCount(nFirstTab));
+
+// Reload all links and check if the print range was not duplicated
+const auto initialPrintRange = pDoc->GetPrintRange(nFirstTab, nPos);
+ScDocShell* pDocSh = getScDocShell();
+pDocSh->ReloadAllLinks();
+
+// Without the fix in place, the print range in the linked tab will be 
duplicated
+CPPUNIT_ASSERT_EQUAL(initialPrintRange, pDoc->GetPrintRange(nFirstTab, 
nPos));
+}
+
 CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf154991)
 {
 createScDoc("tdf154991.ods");
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index e5d5df5a94cb..7766d54aba99 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -1042,6 +1042,8 @@ sal_uLong ScDocument::TransferTab( ScDocument& rSrcDoc, 
SCTAB nSrcPos,
 maTabs[nDestPos]->SetPrintEntireSheet();
 else
 {
+// tdf#157897 - clear print ranges before adding additional ones
+maTabs[nDestPos]->ClearPrintRanges();
 const auto nPrintRangeCount = 
rSrcDoc.maTabs[nSrcPos]->GetPrintRangeCount();
 for (auto nPos = 0; nPos < nPrintRangeCount; nPos++)
 {


[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - download.lst

2023-11-01 Thread Taichi Haradaguchi (via logerrit)
 download.lst |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 533e84c07b249334fb32495bb923264fb89dbdaf
Author: Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Sun Oct 1 00:30:13 2023 +0900
Commit: Xisco Fauli 
CommitDate: Thu Nov 2 00:51:09 2023 +0100

Upgrade Harfbuzz to 8.2.2

Fix regression from 8.2.0 in parsing CSS-style feature strings.

(https://lists.freedesktop.org/archives/libreoffice/2023-September/091026.html)
(https://github.com/harfbuzz/harfbuzz/issues/4414)

Change-Id: Ifdaeb7b2a9a5da2866810e4d5298f57a0fd9bd9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157434
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit d8326f1f54b2f4644b52fbfa7106eeeae6e5bb7b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158704
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/download.lst b/download.lst
index 04ed71b1ae90..b5516ffb6749 100644
--- a/download.lst
+++ b/download.lst
@@ -222,8 +222,8 @@ GRAPHITE_TARBALL := graphite2-minimal-1.3.14.tgz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-HARFBUZZ_SHA256SUM := 
1f98b5e3d06a344fe667d7e8210094ced458791499839bddde98c167ce6a7c79
-HARFBUZZ_TARBALL := harfbuzz-8.0.0.tar.xz
+HARFBUZZ_SHA256SUM := 
e433ad85fbdf57f680be29479b3f964577379aaf319f557eb76569f0ecbc90f3
+HARFBUZZ_TARBALL := harfbuzz-8.2.2.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts


[Libreoffice-bugs] [Bug 157975] close a spreadsheet and all the data is lost

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157975

--- Comment #12 from simon.j.hun...@gmail.com ---
if i now open the bad file and then reload it, it is empty.  i didn't try this
earlier.

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - include/LibreOfficeKit include/sfx2 libreofficekit/source sfx2/source

2023-11-01 Thread Marco Cecchetti (via logerrit)
 include/LibreOfficeKit/LibreOfficeKitEnums.h |   12 ++-
 include/sfx2/lokhelper.hxx   |   34 
 libreofficekit/source/gtk/lokdocview.cxx |1 
 sfx2/source/view/lokhelper.cxx   |   33 +++
 sfx2/source/view/viewsh.cxx  |   45 +--
 5 files changed, 102 insertions(+), 23 deletions(-)

New commits:
commit d8dc138be7e69750d1a346b3b49cecc1201e8d46
Author: Marco Cecchetti 
AuthorDate: Wed Nov 1 22:49:07 2023 +0100
Commit: Marco Cecchetti 
CommitDate: Thu Nov 2 00:18:04 2023 +0100

lok: a11y: implemented support for notifying core log to client

In this way core log can be printed to the browser console.
This may help in understanding if some core event occurs earlier or
later wrt a client event.

Change-Id: I720ef9b149e98ddbc252aa069649019e79ef6cb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158780
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Marco Cecchetti 

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index c17c6e811131..45f41a142563 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -1025,7 +1025,15 @@ typedef enum
  *  "text": text content if any
  *  }
  */
-LOK_CALLBACK_A11Y_SELECTION_CHANGED = 69
+LOK_CALLBACK_A11Y_SELECTION_CHANGED = 69,
+
+/**
+ * Forwarding logs from core to client can be useful
+ * for keep track of the real core/client event sequence
+ *
+ * Payload is the log to be sent
+ */
+LOK_CALLBACK_CORE_LOG = 70
 
 }
 LibreOfficeKitCallbackType;
@@ -1195,6 +1203,8 @@ static inline const char* lokCallbackTypeToString(int 
nType)
 return "LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE";
 case LOK_CALLBACK_A11Y_SELECTION_CHANGED:
 return "LOK_CALLBACK_A11Y_SELECTION_CHANGED";
+case LOK_CALLBACK_CORE_LOG:
+return "LOK_CALLBACK_CORE_LOG";
 }
 
 assert(!"Unknown LibreOfficeKitCallbackType type.");
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 1fd04550a7b3..6df7e0cdc341 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -25,6 +25,38 @@
 #include 
 #include 
 
+#define LOK_NOTIFY_LOG_TO_CLIENT 1
+
+#define LOK_LOG_STREAM(level, area, stream) \
+do { \
+::std::ostringstream lok_detail_stream; \
+lok_detail_stream << level << ":"; \
+if (std::strcmp(level, "debug") != 0) \
+lok_detail_stream << area << ":"; \
+lok_detail_stream << SAL_WHERE << stream; \
+SfxLokHelper::notifyLog(lok_detail_stream); \
+} while (false)
+
+#if LOK_NOTIFY_LOG_TO_CLIENT > 0
+#define LOK_INFO(area, stream) \
+LOK_LOG_STREAM("info", area, stream) \
+
+#define LOK_WARN(area, stream) \
+LOK_LOG_STREAM("warn", area, stream)
+
+#define LOK_DBG(stream) \
+LOK_LOG_STREAM("debug", "", stream)
+#else
+#define LOK_INFO(area, stream) \
+SAL_INFO(area, stream) \
+
+#define LOK_WARN(area, stream) \
+SAL_WARN(area, stream)
+
+#define LOK_DBG(stream) \
+SAL_DEBUG(stream)
+#endif
+
 struct SFX2_DLLPUBLIC LokMouseEventData
 {
 int mnType;
@@ -194,6 +226,8 @@ public:
 
 static VclPtr getInPlaceDocWindow(SfxViewShell* pViewShell);
 
+static void notifyLog(const std::ostringstream& stream);
+
 private:
 static int createView(SfxViewFrame* pViewFrame, ViewShellDocId docId);
 };
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index 6c7e6dbfc652..bd2cec88f071 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1496,6 +1496,7 @@ callback (gpointer pData)
 case LOK_CALLBACK_DOCUMENT_PASSWORD_RESET:
 case LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE:
 case LOK_CALLBACK_A11Y_SELECTION_CHANGED:
+case LOK_CALLBACK_CORE_LOG:
 {
 // TODO: Implement me
 break;
diff --git a/sfx2/source/view/lokhelper.cxx b/sfx2/source/view/lokhelper.cxx
index a6939d0085ed..93f92e21c577 100644
--- a/sfx2/source/view/lokhelper.cxx
+++ b/sfx2/source/view/lokhelper.cxx
@@ -9,7 +9,9 @@
 
 #include 
 
+#include 
 #include 
+#include 
 
 #include 
 #include 
@@ -77,6 +79,8 @@ LanguageTag g_loadLanguageTag("en-US", true); //< The 
language used to load.
 LOKDeviceFormFactor g_deviceFormFactor = LOKDeviceFormFactor::UNKNOWN;
 bool g_isDefaultTimezoneSet = false;
 OUString g_DefaultTimezone;
+const std::size_t g_logNotifierCacheMaxSize = 50;
+::std::list<::std::string> g_logNotifierCache;
 }
 
 int SfxLokHelper::createView(SfxViewFrame* pViewFrame, ViewShellDocId docId)
@@ -323,6 +327,7 @@ void SfxLokHelper::setAccessibilityState(int nId, bool 
nEnabled)
 {
 if (pViewShell->GetViewShellId() == ViewShellId(nId))
 {
+LOK_INFO("lok.a11y", 

[Libreoffice-bugs] [Bug 158017] Impress Freshes Template using wrong font color in some slides

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158017

--- Comment #6 from steve  ---
@m.a.riosv: Your screenshot shows identical problem as my screenshot but this
bug here is still unconfirmed. What am I missing?

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

[Libreoffice-bugs] [Bug 154454] Incorrect numbering in Show Changes mode

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154454

--- Comment #18 from Matthew Kogan  ---
As I said in comment 15, it's not fixed, I've just added a workaround. The
incorrect numbering still needs fixing properly. If there is going to be a new
bug report for that then fine, but until then this one should remain open in my
opinion.

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

[Libreoffice-bugs] [Bug 154454] Incorrect numbering in Show Changes mode

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154454

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #17 from Dieter  ---
(In reply to Buovjaga from comment #10)
> I repro
=> NEW

Matthew, if you think it is fixed, please change status to RESOLVED FIXED.

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

[Libreoffice-bugs] [Bug 74074] FORMATTING: Ability to rearrange order of conditions in conditional formatting dialogs

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74074

--- Comment #29 from Peter Lairo  ---
I found two bugs that attempt to add the ability to rearrange the top-level
conditions (they call these "outer" conditions): bug 126047 and bug 148154.

I was not able to find a bug to make it possible to set any parts of a Style as
"do not touch this part of the formatting".

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

[Libreoffice-bugs] [Bug 157939] SVG import/boxes instead of text (regression)

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157939

Caolán McNamara  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #15 from Caolán McNamara  ---
I think we can confirm this anyway seeing as I can get it to happen too

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

[Libreoffice-bugs] [Bug 157924] It opens almost all documents with distorted fonts

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157924

--- Comment #3 from Max  ---
Hi
I noticed that this problem appears with the "Times New Roman" font. Capital
letters and numbers are distorted regardless of the font size.
Im used ttf-mscorefonts-installer

Доброго дня.
Помітив, що дана проблема проявляється з шрифтом "Times New Roman".
Спотворюються великі літери і цифри не залежно від розміру шрифта.
Я використовую ttf-mscorefonts-installer

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

[Libreoffice-bugs] [Bug 74074] FORMATTING: Ability to rearrange order of conditions in conditional formatting dialogs

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74074

--- Comment #28 from Peter Lairo  ---
Read me. It's worth it.

*NOT FIXED*

I don't think that this bug is fixed. 

At best, a rare sub-set of the issue was fixed. 

The original intent of this bug was to add the ability to "change the order of
conditions" and "create two or more conditions in conditional formatting".
There's no mention of rearranging only the conditions within the exact same
range of cells. It's clearly about ALL conditions.

*SIMPLIFIED EXAMPLE*

Note: Row 1 contains the TITLES of the columns.

Range: A2:H / Condition: $A2<>"" / top & bottom border = pale-blue
--> Nice "table" formatting that "grows" with more data-rows

Range: G2:G / Condition: $G2>200  / background = light-green 
--> Highlights interesting values

*WHAT WENT WRONG AND WHY*

LibreOffice (incomprehensibly) forcibly orders the conditions by the letter of
the cell-column in the "Range". Therefore, the condition for Range "A2:H"
will ALWAYS be above the condition for the Range "G2:G" (A is before G).
*The formatting in a Rule that is below another Rule will ALWAYS override the
formatting in the Rules above it.* There's no way to rearrange these
conditions. In my example above, any cell that receives the light-green
background will lose the top+bottom border. *This cross-contamination of
Conditional Format rules affects all rules that have non-identical but
overlapping Ranges.*

Since it is quite possible that one rule is more important than another, and if
its Range starts in a column with a letter further to the FRONT of the
alphabet, it will unfortunately ALWAYS be overwritten by the less important
Rule whose Range starts in a column with a letter further to the BACK of the
alphabet.

*THE STYLES PROBLEM - MAKING THINGS WORSE*

The inability to sort conditions is made even worse by LibreOffice's inability
to set any parts of a Style as "do not touch this sub-part of the formatting"
(e.g. Don't touch Borders - i.e. make the background light-green, but do not
overwrite the pale-blue border. Excel is able to do this, IIRC.

*THREE PATHS FORWARD*

To make LibreOffice's Conditional Formatting not an eternal exercise in
frustration, at least one of the following paths needs to be chosen:

1. Reopen this bug until it is actually fixed (i.e. ability to rearrange
top-level Conditional Formats).

2. Create a new bug or name an existing bug for rearranging the top-level
conditions.

3. Create a new bug or name an existing bug to make it possible to set any
parts of a Style as "do not touch this part of the formatting".

My vote is for #1 and #3. :-)

I'd be grateful for any pointers those bug numbers.

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

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

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153293

Jeff Fortin Tam  changed:

   What|Removed |Added

 Depends on||158032


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158032
[Bug 158032] Hyperlinks should automatically render with lighter colors when
using the system dark theme color scheme for documents
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143344] [META] Linux Dark Mode bugs and enhancements

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143344

Jeff Fortin Tam  changed:

   What|Removed |Added

 Depends on||158032


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158032
[Bug 158032] Hyperlinks should automatically render with lighter colors when
using the system dark theme color scheme for documents
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158032] Hyperlinks should automatically render with lighter colors when using the system dark theme color scheme for documents

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158032

Jeff Fortin Tam  changed:

   What|Removed |Added

 Blocks||143344, 153293


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158032] New: Hyperlinks should automatically render with lighter colors when using the system dark theme color scheme for documents

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158032

Bug ID: 158032
   Summary: Hyperlinks should automatically render with lighter
colors when using the system dark theme color scheme
for documents
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nekoh...@gmail.com

Created attachment 190595
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190595=edit
Screenshot

In the Options/Preferences, in "LibreOffice > Application Colors", if the color
scheme is "Automatic" with "System Theme", Writer (and other applications, like
Calc) will automatically change the color scheme when the operating system
switches to dark theme mode.

This mostly works, except hyperlinks in contents, that are still rendered with
their traditional dark-blue and dark-red colors (see attached screenshot).

Instead, they should use lighter colors specific to the dark theme. Firefox's
"Reader" mode does this, for example (it uses a lighter blue for hyperlinks
when in dark mode).

This should affect only on-screen rendering, not printing or PDF export.

---

Tested on version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: fr-CA (en_CA.UTF-8); UI: en-US
Flatpak
Calc: threaded

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

[Libreoffice-commits] core.git: officecfg/registry

2023-11-01 Thread Gökay Şatır (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit c0c8cffd3541e3cd616c96791b04e7ebf2b2ed03
Author: Gökay Şatır 
AuthorDate: Thu Oct 5 11:04:46 2023 +0300
Commit: Caolán McNamara 
CommitDate: Wed Nov 1 22:23:21 2023 +0100

Writer: German language shortcuts.

* CTRL + M for incrementing the tab indent.
* CTRL + SHIFT + M for decrementing the tab indent.

Signed-off-by: Gökay Şatır 
Change-Id: I1dcf87808cdf1a0e4c91666557531e7550878236
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157583
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
(cherry picked from commit b90c1c15fbbe01e5343cfc384c2cb427e76908a0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158777
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index a43641b67049..a8555409dddb 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6693,6 +6693,13 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:ResetAttributes
+.uno:IncrementIndent
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:DecrementIndent
   
 
 


[Libreoffice-commits] core.git: officecfg/registry

2023-11-01 Thread Gökay Şatır (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   12 
++
 1 file changed, 12 insertions(+)

New commits:
commit 4068a5da3dc3e3e6629a5f9f68684cbb50894896
Author: Gökay Şatır 
AuthorDate: Tue Oct 3 17:35:35 2023 +0300
Commit: Caolán McNamara 
CommitDate: Wed Nov 1 22:21:18 2023 +0100

Writer:

Added ALT + SHIFT + UP and ALT + SHIFT + DOWN combinations for:
* Moving paragraphs up and down in the document.

Signed-off-by: Gökay Şatır 
Change-Id: I5aef03456bce1cfd66349f41cae0ef37889ef0bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157520
Reviewed-by: Szymon Kłos 
Tested-by: Jenkins CollaboraOffice 
(cherry picked from commit 6b68b8c4819139c54072d2f28186b1fb6d937d56)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158776
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index db7cdb6dec11..a43641b67049 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6274,6 +6274,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:GoToNextPara
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:MoveDown
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -6889,6 +6895,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:GoToStartOfPara
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:MoveUp
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE


[Libreoffice-bugs] [Bug 158029] The accessible name of the spreadsheet document should not be it's URL

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158029

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Michael Weghorn  ---
Thanks for your bug report and sorry for coming up with a lot of questions for
now.

(In reply to Joanmarie Diggs from comment #0)
> Expected result: The name should not be the URL.

Do you have any suggestion what the name *should* be instead?

> Accessible names should be short and meaningful. Exposing the URL should be
> done via the Document interface and not the name.

Can you point to a specification/documentation describing how to do that
correctly? Looking at the XML spec of the AT-SPI Document interface [1], that
interface has `GetAttributes` and `GetAttributeValue` methods which seem to be
the most likely candidates, but what attribute name should be used?

>From what I can see, LO currently doesn't have an equivalent for the AT-SPI
Document interface, and neither Gtk 4 nor Qt provide a way to do so, only Gtk 3
does (AtkDocument).
>From a first glance, I also didn't see anything equivalent for UIA or
NSAccessibility/macOS, which might make it harder to argue that Qt should be
adding an equivalent.

Since I didn't have to do with it at all yet:
Could object attributes for the document object be a potential alternative?
(As described in bug 155447 comment 2 in more detail, Gtk 4 and Qt currently
also don't currently seem to support object attributes, but my first impression
is that it *might* be easier to argue for adding those, but I might be wrong.)

> Impact: I'm on a mission to eliminate all of Orca's sad hacks. :) (...)

That generally sounds like a great idea! :) And it also fits well with my plan
to make LO more compliant with the platform specifications/expectations. :-)
One of the main challenge I ran into so far is that I didn't find good
documentation for the supported/expected attributes etc. for AT-SPI.

For IAccessible2 there are [2] and [3]. Is there anything similar for AT-SPI?
Or would it make sense to start something like this and properly document
things, e.g. in the at-spi2-core repo where other documentation is being added?
(What I did so far was mainly looking into what the gtk3 VCL plugin of LO and
the Gtk library currently do, and what Orca does/expects, but it's IMHO not
great to have to do that every time and the different implementations also
don't always agree/match...)


[1]
https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/7cc4cee53ddbd22631fd110f0e5ce045dec2e411/xml/Document.xml
[2] https://wiki.linuxfoundation.org/accessibility/iaccessible2/textattributes
[3]
https://wiki.linuxfoundation.org/accessibility/iaccessible2/objectattributes

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

[Libreoffice-bugs] [Bug 146606] Field "Position X" under "Position and size" right-sidebar sometimes is empty.

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146606

--- Comment #7 from Michael Meeks  ---
First impression is that only when the property changes do we set the
spinbutton content for that property; in the past apparently we re-built the
whole dialog continually; presumably we set that stuff at construction, now
apparently we don't.
I'll not have time to look at this anytime soon; but if we can dig out which UI
file is used for this side-bar panel in particular and note it in the bug, and
map that filename to the source code file with 'git grep' it is possible that
the bug jumps out of the file in a few seconds reading =)
Thanks.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - editeng/source

2023-11-01 Thread Maxim Monastirsky (via logerrit)
 editeng/source/editeng/editattr.cxx |2 +-
 editeng/source/editeng/editdoc.cxx  |7 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit aa8d68f9764eb7714871de7c56b5a0ca7c2ead8b
Author: Maxim Monastirsky 
AuthorDate: Wed May 31 21:59:06 2023 +0300
Commit: Xisco Fauli 
CommitDate: Wed Nov 1 21:56:33 2023 +0100

tdf#103064 editeng: fix handling of char highlighting

Transparency should be set to false if a color is present, but not
with COL_TRANSPARENT. Compare with what is done for shape text in
VclProcessor2D::RenderTextSimpleOrDecoratedPortionPrimitive2D.

Change-Id: I5e4c8e53b53a363813ced50358c5ee795cdb61dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153107
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 
(cherry picked from commit 9474ff4cc0abbd16f91ea582050c2332bdad88a3)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158699
Reviewed-by: Xisco Fauli 

diff --git a/editeng/source/editeng/editattr.cxx 
b/editeng/source/editeng/editattr.cxx
index 3277ed0916ba..42e5f20206ba 100644
--- a/editeng/source/editeng/editattr.cxx
+++ b/editeng/source/editeng/editattr.cxx
@@ -230,7 +230,7 @@ 
EditCharAttribBackgroundColor::EditCharAttribBackgroundColor(
 void EditCharAttribBackgroundColor::SetFont( SvxFont& rFont, OutputDevice* )
 {
 Color aColor = static_cast(GetItem())->GetValue();
-rFont.SetTransparent(false);
+rFont.SetTransparent(aColor == COL_TRANSPARENT);
 rFont.SetFillColor(aColor);
 }
 
diff --git a/editeng/source/editeng/editdoc.cxx 
b/editeng/source/editeng/editdoc.cxx
index 9fff222d9368..08750a94fcd2 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -1976,7 +1976,6 @@ void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, 
bool bSearchInParent, S
 {
 vcl::Font aPrevFont( rFont );
 rFont.SetAlignment( ALIGN_BASELINE );
-rFont.SetTransparent( true );
 
 sal_uInt16 nWhich_FontInfo = GetScriptItemId( EE_CHAR_FONTINFO, 
nScriptType );
 sal_uInt16 nWhich_Language = GetScriptItemId( EE_CHAR_LANGUAGE, 
nScriptType );
@@ -1997,7 +1996,11 @@ void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, 
bool bSearchInParent, S
 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_COLOR ) == 
SfxItemState::SET ) )
 rFont.SetColor( rSet.Get( EE_CHAR_COLOR ).GetValue() );
 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_BKGCOLOR ) == 
SfxItemState::SET ) )
-rFont.SetFillColor( rSet.Get( EE_CHAR_BKGCOLOR ).GetValue() );
+{
+auto& aColor = rSet.Get( EE_CHAR_BKGCOLOR ).GetValue();
+rFont.SetTransparent(aColor == COL_TRANSPARENT);
+rFont.SetFillColor(aColor);
+}
 if ( bSearchInParent || ( rSet.GetItemState( nWhich_FontHeight ) == 
SfxItemState::SET ) )
 rFont.SetFontSize( Size( rFont.GetFontSize().Width(), 
static_cast(rSet.Get( nWhich_FontHeight ) 
).GetHeight() ) );
 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Weight ) == 
SfxItemState::SET ) )


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

2023-11-01 Thread offtkp (via logerrit)
 sc/source/core/data/colorscale.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ceef5a9c39be2b2b16c800f1d92a6b7bf968d8ed
Author: offtkp 
AuthorDate: Wed Nov 1 19:14:44 2023 +0200
Commit: Paris Oplopoios 
CommitDate: Wed Nov 1 21:54:03 2023 +0100

sc: Fix conditional formatting icon set order for smilies

The order of these icon sets was not consistent with other icon sets
(traffic lights, flags, circles) and Excel

Change-Id: I5cbc2ff96118530420341f6994310f946717e0d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158703
Reviewed-by: Paris Oplopoios 
Tested-by: Jenkins

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index b205d35adb6e..eff6d050b13b 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -1337,11 +1337,11 @@ constexpr OUString a3Flags[] = {
 };
 
 constexpr OUString a3Smilies[] = {
-BMP_ICON_SET_POSITIVE_YELLOW_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_NEGATIVE_YELLOW_SMILIE
+BMP_ICON_SET_NEGATIVE_YELLOW_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_POSITIVE_YELLOW_SMILIE
 };
 
 constexpr OUString a3ColorSmilies[] = {
-BMP_ICON_SET_POSITIVE_GREEN_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_NEGATIVE_RED_SMILIE
+BMP_ICON_SET_NEGATIVE_RED_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_POSITIVE_GREEN_SMILIE
 };
 
 constexpr OUString a3Stars[] = {


[Libreoffice-bugs] [Bug 158030] Consider exposing the end-user-consumable coordinates via {row, col}indextext object attribute

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158030

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Michael Weghorn  ---
Setting to NEW, since this generally sounds reasonable.

The Core Accessibility API Mappings 1.2 suggest to map the "aria-rowindextext"
attribute to "rowindextext" for all of IAccessible2, UIA and AT-SPI: [1]
It might therefore even be possible to just implement that right in the cell
object rather than having to map to different attributes on different
platforms.

IMHO the problem/blocker is that only Gtk 3 currently seems to support setting
object attributes on Linux, while Gtk 4 and Qt don't, see bug 155447 comment 2
for more details.



[1] https://www.w3.org/TR/core-aam-1.2/#ariaRowIndexText

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

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

2023-11-01 Thread Michael Weghorn (via logerrit)
 vcl/osx/a11ywrapper.mm |8 
 1 file changed, 8 insertions(+)

New commits:
commit 64d7bb1917c38ad8e256a482778df647904f5502
Author: Michael Weghorn 
AuthorDate: Tue Oct 31 17:45:57 2023 +0100
Commit: Michael Weghorn 
CommitDate: Wed Nov 1 21:21:01 2023 +0100

macOS a11y: Don't report (non-)expanded state when not expandable

When the a11y object is not expandable, also don't
report a true/false value for the expanded state on
macOS.

Otherwise, the CrossOver screen reader on macOS
will explicitly announce "collapsed" for these
objects, e.g. when moving focus between paragraphs
in Writer (as reported on the a11y mailing list [1])
or between toolbar butons, since
`isAccessibilityExpanded` gets called and
returns false, so it is assumed that this
is an expandable item that is currently
not expanded, i.e. it is collapsed.

Quoting from the NSAccessibilityProtocol doc [2]:

> You can control which accessor methods the assistive app can
> use by overriding isAccessibilitySelectorAllowed(_:).
> Return true if the assistive app can call the selector;
> otherwise, return false."

[1] https://listarchives.libreoffice.org/global/accessibility/msg01068.html
[2] 
https://developer.apple.com/documentation/appkit/nsaccessibilityprotocol:

Change-Id: Iac9027a598e5793d6bd0da79212d7b07448a4c34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158733
Tested-by: Jenkins
Reviewed-by: Patrick Luby 
Reviewed-by: Michael Weghorn 

diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm
index 887ea024ca44..df1d3690df6d 100644
--- a/vcl/osx/a11ywrapper.mm
+++ b/vcl/osx/a11ywrapper.mm
@@ -1575,6 +1575,14 @@ static Reference < XAccessibleContext > hitTestRunner ( 
css::awt::Point point,
 if ( ! aSelector )
 return NO;
 
+// don't explicitly report (non-)expanded state when not expandable
+if (aSelector == @selector(isAccessibilityExpanded))
+{
+const sal_Int64 nStateSet = [ self accessibleContext ] -> 
getAccessibleStateSet();
+if (!( nStateSet & AccessibleStateType::EXPANDABLE))
+return false;
+}
+
 if ( [ self respondsToSelector: aSelector ] ) {
 // Ignore actions if action is not supported
 NSAccessibilityActionName pActionName = [ AquaA11yActionWrapper 
actionNameForSelector: aSelector ];


[Libreoffice-bugs] [Bug 148924] entering complex text in wayland session gives undesirable results

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148924

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
Gaurang, do you still experience this in 7.6?

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

[Libreoffice-bugs] [Bug 148924] entering complex text in wayland session gives undesirable results

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148924

--- Comment #6 from Buovjaga  ---
(In reply to Eyal Rozenberg from comment #5)
> (In reply to Buovjaga from comment #4)
> > With SDDM (often used with KDE Plasma) it is in the bottom left.
> > With Gnome's GDM, when you click the username, a cog icon appears in the
> > lower right area.
> 
> I use lightdm.

With lightdm, I see a tool icon in the top right where I can switch between
Wayland and X11. However, you should have the relevant Wayland package
installed.

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

[Libreoffice-bugs] [Bug 144784] UI draws with smaller font size than system default on generic VCL (okay with extra package libreoffice-gtk3)

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144784

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157990] Changing text size in windows 11 accessibility settings some of the text won't enlarge

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157990

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||accessibility
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||4784
 Blocks||103303


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103303] [META] Desktop integration bugs and enhancements

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103303

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157990


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157990
[Bug 157990] Changing text size in windows 11 accessibility settings some of
the text won't enlarge
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155695] No keyboard shortcut to go to the end of the sheet on macOS

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155695

--- Comment #3 from mbinte...@gmail.com ---
(In reply to Dan Dascalescu from comment #0)
> On macOS, it appears there's no keyboard shortcut to go to the end of the
> sheet.
> 
> Fn+Ctrl+DownArrow should do that.

Hello. I have just tried to replicate the issue on my Mac (macOS 14.1,
LibreOffice 7.6.2.1). While Fn + Ctrl + Down does not work, hitting Cmd + Down
should do the trick. Please note that you first need to select a cell in a
column that contains data. Cmd + Down will then move the focus to the last cell
in that column with data in it. If you do this with an empty cell selected, the
focus will then shift to the very last cell in the spreadsheet, e.g. A1048576.

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

[Libreoffice-bugs] [Bug 144784] UI draws with smaller font size than system default on generic VCL (okay with extra package libreoffice-gtk3)

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144784

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
Heiko, do you still experience this?

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

[Libreoffice-commits] core.git: officecfg/registry

2023-11-01 Thread Gökay Şatır (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   44 
++
 1 file changed, 44 insertions(+)

New commits:
commit 691604d9037e72a94207d643cba29c64260b1cb9
Author: Gökay Şatır 
AuthorDate: Fri Sep 29 20:32:01 2023 +0300
Commit: Caolán McNamara 
CommitDate: Wed Nov 1 21:14:25 2023 +0100

German shortcut changes for Impress:

* CTRL + D for duplicate objects.
* F12 for save as.
* SHIFT + F3 for rotate lower / upper cases.
* SHIFT + F9 for show / hide grid.
* CTRL + F9 for show / hide ruler.
* CTRL +SHIFT + H for ungrouping objects.
* CTRL + SPACE for removing direct character formats.

Signed-off-by: Gökay Şatır 
Change-Id: Iedfd5f9bbc088b76edbb897141d9e612f8b55057
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157410
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
(cherry picked from commit 541bcc2be61c10f85cafe0e62bb3afc60a152c01)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158724
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index b53e5ec1f42d..db7cdb6dec11 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -3061,6 +3061,13 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:Forward
+.uno:SubScript
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:SuperScript
   
 
 
@@ -3113,6 +3120,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:Dismantle
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:CopyObjects
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -3162,6 +3175,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:DesignerDialog
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:SaveAs
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -3184,6 +3203,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:CopyObjects
+.uno:ChangeCaseRotateCase
   
 
 
@@ -3252,6 +3272,18 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:TextFitToSize
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:GridVisible
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:ShowRuler
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -3290,6 +3322,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:SuperScript
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:FormatUngroup
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -3441,6 +3479,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:ShowRuler
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:RemoveDirectCharFormats
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE


[Libreoffice-bugs] [Bug 158027] when updating to 7.6.2 it gives - internal error 2503

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158027

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|при обновлении до 7.6.2 |when updating to 7.6.2 it
   |выдаёт - внутренняя ошибка  |gives - internal error 2503
   |2503|

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
(In reply to m...@mail.ru from comment #0)
> при обновлении до 7.6.2 выдаёт - внутренняя ошибка 2503 
> и всё
Automatic translation:
"when updating to 7.6.2 it gives - internal error 2503
and that's all"

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

[Libreoffice-bugs] [Bug 158026] all apps crash if i don’t open LibreOffice first

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158026

--- Comment #9 from Erdem  ---
Crush dump analysis: 
KEY_VALUES_STRING: 1

Key  : Analysis.CPU.mSec
Value: 546

Key  : Analysis.Elapsed.mSec
Value: 17644

Key  : Analysis.IO.Other.Mb
Value: 44

Key  : Analysis.IO.Read.Mb
Value: 40

Key  : Analysis.IO.Write.Mb
Value: 106

Key  : Analysis.Init.CPU.mSec
Value: 421

Key  : Analysis.Init.Elapsed.mSec
Value: 43853

Key  : Analysis.Memory.CommitPeak.Mb
Value: 244

Key  : Failure.Bucket
Value: INVALID_PARAMETER_c00d_mergedlo.dll!Unknown

Key  : Failure.Hash
Value: {3a3d0f7a-b655-9bd3-d479-257c643e0a3b}

Key  : Timeline.OS.Boot.DeltaSec
Value: 229

Key  : Timeline.Process.Start.DeltaSec
Value: 1

Key  : WER.OS.Branch
Value: ni_release

Key  : WER.OS.Version
Value: 10.0.22621.1

Key  : WER.Process.Version
Value: 73.2.0.0


FILE_IN_CAB:  0f4cba9c-66a9-4025-ae56-b1550fbfe82e.dmp

CONTEXT:  (.ecxr)
rax=00703558bc00 rbx=024037a388f0 rcx=00703558bc00
rdx=0020 rsi= rdi=
rip=7ffc17290425 rsp=00703558b800 rbp=00703558b900
 r8=00b0  r9=00c0 r10=7ffc8688
r11=7ffc86881b6b r12= r13=
r14= r15=
iopl=0 nv up ei pl nz na pe nc
cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b efl=0202
mergedlo!package_OStorageFactory_get_implementation+0x76ff5:
7ffc`17290425 c74424500dc0 mov dword ptr [rsp+50h],0C00Dh
ss:0070`3558b850=c00d
Resetting default scope

EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 
   ExceptionCode: c00d
  ExceptionFlags: 
NumberParameters: 3
   Parameter[0]: 00703558b8f0
   Parameter[1]: 00703558baf0
   Parameter[2]: 

PROCESS_NAME:  icudt73.dll

ERROR_CODE: (NTSTATUS) 0xc00d - Bir hizmet veya i leve ge ersiz bir
parametre ge ildi.

EXCEPTION_CODE_STR:  c00d

EXCEPTION_PARAMETER1:  00703558b8f0

EXCEPTION_PARAMETER2:  00703558baf0

EXCEPTION_PARAMETER3:  

STACK_TEXT:  
0070`3558b800 7ffc`9fe4ada4 : ` `
`0016 `0050 :
mergedlo!package_OStorageFactory_get_implementation+0x76ff5
0070`3558c120 7ffc`9fe7fb66 : ` `
`0016 ` : ucrtbase!_invalid_parameter_internal+0xac
0070`3558c170 7ffc`9fe31c18 : 0240`571584b0 0070`3558c230
0240`535d6d30 `001a : ucrtbase!_mbstowcs_internal+0x4defe
0070`3558c1c0 7ffc`9fe31438 : 0070`3558c390 `
`000f `000c : ucrtbase!call_wsetlocale+0xf4
0070`3558c250 7ffc`9fe313da : `000b 0070`3558c390
`000f 0070`3558c3c0 :
ucrtbase!::operator()+0x38
0070`3558c340 7ffc`9fe31397 : 0070`3558c440 0070`3558c5a9
`000f 0070`3558c3c0 : ucrtbase!__crt_seh_guarded_call::operator()<,
&, >+0x36
0070`3558c370 7ffc`86f12135 : ` 0240`535d6d30
`0004 0240`0004 : ucrtbase!setlocale+0x47
0070`3558c3b0 7ffc`86f04cfe : `000b `
0070`3558c510 `000f :
msvcp140!std::_Locinfo::_Locinfo_dtor+0x15
0070`3558c3e0 7ffc`1723ffc6 : 0070`3558c500 `000f
0070`3558c500 ` : msvcp140!std::_Locinfo::~_Locinfo+0xe
0070`3558c410 7ffc`1724117a : 9df3`730ab4d1 7ffc`17240e82
0070`3558c588 `0010 :
mergedlo!package_OStorageFactory_get_implementation+0x26b96
0070`3558c4f0 7ffc`17240db2 : 0240`54497b10 0070`3558c5a9
`000f 7ffc`000e :
mergedlo!package_OStorageFactory_get_implementation+0x27d4a
0070`3558c540 7ffc`17241217 : `0039 `0010
0240`54497a30 `0001 :
mergedlo!package_OStorageFactory_get_implementation+0x27982
0070`3558c610 7ffc`1723c983 : 0240`583eb1b0 0070`3558c9d0
0070`3558c988 7ffc`8688 :
mergedlo!package_OStorageFactory_get_implementation+0x27de7
0070`3558c7f0 7ffc`17237c4d : 0240`5441cfe0 0240`37a25fe0
0070`3558c8d9 0240`5441cfe0 :
mergedlo!package_OStorageFactory_get_implementation+0x23553
0070`3558c830 7ffc`165909e5 : 0070`3558c988 0070`3558c9d0
0240`37a25fe0 0070`3558c9f0 :
mergedlo!package_OStorageFactory_get_implementation+0x1e81d
0070`3558c940 7ffc`16bc5185 : 0070`3558caa0 7ffc`166e90cb
0070`3558c860 7ffc`19497970 : mergedlo!Translate::Create+0x515
0070`3558ca60 7ffc`16718ccc : 0240`529b5690 0070`3558cb39
0240`54429030 0240`54429030 : mergedlo!VclResId+0x95
0070`3558cac0 

[Libreoffice-bugs] [Bug 148998] On a clickable image, Writer doesn't follow the hyperlink that pops up in the hover tooltip

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148998

Buovjaga  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

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

[Libreoffice-bugs] [Bug 154857] when switching between application colors, formula content does not update

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154857

--- Comment #9 from Buovjaga  ---
(In reply to Buovjaga from comment #8)
> Reproduced, Tools - Options - LibreOffice - Application Colors - Automatic:
> Dark.
> 
> Arch Linux 64-bit, X11
> Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 6abe70d181e764c962a9c5e85e826247650bab3a
> CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+wayland)
> Locale: fi-FI (fi_FI.UTF-8); UI: en-US
> Calc: threaded
> Built on 1 November 2023

I forgot to replace my stock "X11" in there, but now I also tested under X11
and I reproduce the problem.

Also repro with gtk3 and gen UIs.

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

[Libreoffice-bugs] [Bug 158026] all apps crash if i don’t open LibreOffice first

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158026

--- Comment #8 from Erdem  ---
(In reply to m.a.riosv from comment #7)
> Try using the repair option on the system for LibreOffice. (Add & remove
> apps)

i downloaded the installer and chose the repair option, didn't help

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

[Libreoffice-bugs] [Bug 157816] PAC gives >"Link" annotation is not nested inside a "Link" structure element< error with references and caption frame

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157816

--- Comment #3 from Michael Stahl (allotropia)  ---
Created attachment 190594
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190594=edit
link attributes and fly

this also happens for hyperlink attributes, and also there's more problems:
* if there is a fly anchored in the hyperlink attribute, it will become a link
itself in the PDF
* fly causes link annotation to split in 2 but not the link SE (regression from
bug 156565)
* if the fly vertically half-overlaps the line with the link then the selection
code which only works on rectangles creates 3 rectangles, one of which is
half-height and full-width, which doesn't match any of the 2 SE

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

[Libreoffice-bugs] [Bug 148924] entering complex text in wayland session gives undesirable results

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148924

--- Comment #5 from Eyal Rozenberg  ---
(In reply to Buovjaga from comment #4)
> Usually you can pick the session type, Xorg or Wayland, from the login
> screen. 

In some cases, perhaps, but not in mine; hence my question.

> With SDDM (often used with KDE Plasma) it is in the bottom left.
> With Gnome's GDM, when you click the username, a cog icon appears in the
> lower right area.

I use lightdm.

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

[Libreoffice-bugs] [Bug 113403] [META] RTF (text) shape-related issues

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113403

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Depends on||124274


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124274
[Bug 124274] FILEOPEN: RTF: Importer BUG
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 124274] FILEOPEN: RTF: Importer BUG

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124274

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Blocks||113403


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113403
[Bug 113403] [META] RTF (text) shape-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 124274] FILEOPEN: RTF: Importer BUG

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124274

--- Comment #10 from Gabor Kelemen (allotropia)  ---
Created attachment 190591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190591=edit
The reduced example in Word 2016 and Writer

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: d8326f1f54b2f4644b52fbfa7106eeeae6e5bb7b
CPU threads: 15; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (hu_HU); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

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

https://git.libreoffice.org/help/commit/0ca63be69ab23e8f420825d381bfb8e6a058ac58

tdf#155876 UI cmds Calc-Insert menu (17)

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

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

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

https://git.libreoffice.org/help/commit/2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a

tdf#155876 UI cmds Calc-Insert menu (18)

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

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

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

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

tdf#155876 UI cmds Calc-Insert menu (16)

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

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

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

https://git.libreoffice.org/help/commit/5218a19ee667dd6486e75178ab029587978fa11b

tdf#155876 UI cmds Calc-Insert menu (15)

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

[Libreoffice-bugs] [Bug 124274] FILEOPEN: RTF: Importer BUG

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124274

--- Comment #9 from Gabor Kelemen (allotropia)  ---
Created attachment 190590
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190590=edit
reduced RTF example file for the blue squares

Looking at the floating tables, I think those are now reasonably good looking.
Let's focus on the light blue rectangles at the bottom of the first page.

Here their horizontal positioning setting of the left one is Absolute position
(1.67 cm) to the right of Margin.
This is imported incorrectly as "From Left" (1.67 cm) to "Entire paragraph
area".
If I convert the attachment 150186 example to Transitional docx in Word, then
it is imported with correct looking position and the setting is "From left" by
1.67 cm to "Page text area".

The horizontal position of the right one is Alignment: "Right" relative to
"Margin" in Word. This is imported as "Right" to "Entire paragraph area" which
puts it to the very right edge of the sheet.
>From the docx version it is imported as "Right" to "Page text area" which is
much closer to the original look.

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

[Libreoffice-commits] core.git: helpcontent2

2023-11-01 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c79e5da169a98e78d1410a6a7c04215bd5e24349
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:34:06 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Nov 1 20:34:06 2023 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a
  - tdf#155876 UI cmds Calc-Insert menu (18)

+ refactoring of Insert Headers and Footers

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

diff --git a/helpcontent2 b/helpcontent2
index 0ca63be69ab2..2dea31ccc46c 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 0ca63be69ab23e8f420825d381bfb8e6a058ac58
+Subproject commit 2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a


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

2023-11-01 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0402.xhp |2 
 source/text/scalc/00/0404.xhp |   23 +++
 source/text/scalc/01/0212.xhp |   10 +--
 source/text/scalc/01/02120100.xhp |  117 ++
 source/text/scalc/main0104.xhp|3 
 5 files changed, 86 insertions(+), 69 deletions(-)

New commits:
commit 2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:32:20 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:34:05 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (18)

+ refactoring of Insert Headers and Footers

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

diff --git a/source/text/scalc/00/0402.xhp 
b/source/text/scalc/00/0402.xhp
index 5fc250c4ff..0f09d1dbbe 100644
--- a/source/text/scalc/00/0402.xhp
+++ b/source/text/scalc/00/0402.xhp
@@ -161,8 +161,6 @@
   F2
 
 
-Choose Insert - Headers and 
Footers.
-Choose Insert - Headers and Footers - Header and 
Footer tabs.
 Choose Sheet - Fill Cells.
 Choose Sheet - Fill Cells - 
Down.
 Choose Sheet - Fill Cells - 
Right.
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 3b13884053..ba95338a53 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -29,6 +29,29 @@
 
 
 Insert Menu
+
+
+  
+  Choose 
Insert - Headers and Footers.
+  Choose 
Format - Page Style - Header (or Footer) tab, press 
Edit.
+  Choose 
Styles - Manage Styles - Page Styles, open context menu of 
the page style, choose Edit Style - Header (or Footer) 
tab, press Edit.
+  
+  Choose 
Layout - Headers and Footers.
+  Choose 
Layout - Format Page - Header (or Footer) tab, press 
Edit.
+  On the 
Insert menu of the Insert tab, choose 
Headers and Footers.
+  
+  
+
+  
+Icon Headers and 
Footers
+  
+  
+Headers and 
Footers
+  
+
+  
+
+
 
   
   Choose 
Insert - Field.
diff --git a/source/text/scalc/01/0212.xhp 
b/source/text/scalc/01/0212.xhp
index 4958762a95..e8e06a7171 100644
--- a/source/text/scalc/01/0212.xhp
+++ b/source/text/scalc/01/0212.xhp
@@ -20,21 +20,21 @@
 
 
   
-Headers  Footers
+Headers  Footers
 /text/scalc/01/0212.xhp
   
 
 
 
-
+
 Headers  
Footers
-Allows you to define and format 
headers and footers. 
+Allows you to define and format 
headers and footers. 
 
-The 
Headers/Footers dialog contains the tabs for defining headers and 
footers. There will be separate tabs for the left and right page headers and 
footers if the Same content left/right option was not marked in 
the Page Style 
dialog.
+The 
Headers/Footers dialog contains the tabs for defining headers and 
footers. There will be separate tabs for the left and right page headers and 
footers if the Same content left/right option was not marked in 
the Page Style 
dialog.
 
 
 
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/scalc/01/02120100.xhp 
b/source/text/scalc/01/02120100.xhp
index 118ed0b3bf..fa2fc6431c 100644
--- a/source/text/scalc/01/02120100.xhp
+++ b/source/text/scalc/01/02120100.xhp
@@ -21,142 +21,137 @@
 
 
   
-Header/Footer
+Header/Footer
 /text/scalc/01/02120100.xhp
   
 
 
-  
-page styles; headers
- page styles; footers
- headers; defining
- footers; defining
- file names in headers/footers
- changing;dates, automatically
- dates;updating automatically
- automatic date updates
+page styles; 
headers
+page styles; footers
+headers; defining
+footers; defining
+file names in headers/footers
+changing;dates, automatically
+dates;updating automatically
+automatic date updates
 
-
-
-Header/Footer
- Defines or 
formats a header or footer for a Page Style.
-  
-  
- 
-  
-
+
+
+
+
+Headers and 
Footers
+   Defines or 
formats a header or footer for the page style in use.
+
+
+   
+
+
 Left Area
-  Enter the text to 
be displayed at the left side of the header or footer.
-
+  Enter the text to 
be displayed at the left side of the header or footer.
+
 Center Area
-  Enter the text to be displayed at the center of the header or 
footer.
-
+  Enter the 
text to be displayed at the center of the header or footer.
+
 Right Area
-  Enter the text to 
be displayed at the right side of the header or footer.
-
+  Enter the text to 
be displayed at the right side of the header or footer.
+
 Header/Footer
-  Select a predefined header or footer from the list.
-
+  Select a 
predefined header or footer from the list.
+
 Text attributes
-  Opens a dialog to 
assign formats to new or selected text. The Text 
Attributes dialog contains the tab pages Font, Font Effects and Font 
Position.
+  Opens a dialog to 
assign formats to new or selected text. The Text 
Attributes 

[Libreoffice-commits] core.git: 2 commits - helpcontent2

2023-11-01 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf39328f75aeafbe73cacc51c7866a38cc6570b2
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:33:55 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Nov 1 20:33:55 2023 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 0ca63be69ab23e8f420825d381bfb8e6a058ac58
  - tdf#155876 UI cmds Calc-Insert menu (17)

+ refactoring of Insert Field menu

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

diff --git a/helpcontent2 b/helpcontent2
index b28faac2c5fe..0ca63be69ab2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b28faac2c5fe5600c97b40ba65e773b7f75c299c
+Subproject commit 0ca63be69ab23e8f420825d381bfb8e6a058ac58
commit 7b0c350defc5245644568391412114282e26cd8e
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:33:45 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Nov 1 20:33:45 2023 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to b28faac2c5fe5600c97b40ba65e773b7f75c299c
  - tdf#155876 UI cmds Calc-Insert menu (16)

+ refactoring of Insert Date and time

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

diff --git a/helpcontent2 b/helpcontent2
index 5218a19ee667..b28faac2c5fe 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5218a19ee667dd6486e75178ab029587978fa11b
+Subproject commit b28faac2c5fe5600c97b40ba65e773b7f75c299c


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

2023-11-01 Thread Olivier Hallot (via logerrit)
 AllLangHelp_scalc.mk   |3 +
 source/text/scalc/00/0404.xhp  |   53 +
 source/text/scalc/01/FieldMenu.xhp |   37 
 source/text/scalc/01/InsertCurrentDate.xhp |   33 ++
 source/text/scalc/01/InsertCurrentTime.xhp |   33 ++
 source/text/scalc/main0104.xhp |   11 +-
 6 files changed, 162 insertions(+), 8 deletions(-)

New commits:
commit 0ca63be69ab23e8f420825d381bfb8e6a058ac58
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 14:42:03 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:55 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (17)

+ refactoring of Insert Field menu

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

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 8dff41342e..e848307a37 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -192,6 +192,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
 helpcontent2/source/text/scalc/01/EditSelectMenu \
 helpcontent2/source/text/scalc/01/events_sheet \
 helpcontent2/source/text/scalc/01/ex_data_stat_func \
+helpcontent2/source/text/scalc/01/FieldMenu \
 helpcontent2/source/text/scalc/01/format_graphic \
 helpcontent2/source/text/scalc/01/formula2value \
 helpcontent2/source/text/scalc/01/ful_func \
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index a3ccef1a6b..3b13884053 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -29,6 +29,18 @@
 
 
 Insert Menu
+
+  
+  Choose 
Insert - Field.
+  Choose 
Insert - Field - Date.
+  Choose 
Insert - Field - Sheet Name.
+  Choose 
Insert - Field - Document Title.
+  
+  Choose 
Insert - Field.
+  Choose 
Insert - Field - Date.
+  Choose 
Insert - Field - Sheet Name.
+  Choose 
Insert - Field - Document Title.
+
 
 
   
diff --git a/source/text/scalc/01/FieldMenu.xhp 
b/source/text/scalc/01/FieldMenu.xhp
new file mode 100644
index 00..bed6bef169
--- /dev/null
+++ b/source/text/scalc/01/FieldMenu.xhp
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+Field Menu
+/text/scalc/01/FieldMenu.xhp
+
+
+
+
+
+Field
+Opens a submenu 
for selecting the date, sheet name or document title in the cell.
+
+
+
+
+
+Date
+Insert the date in the 
cell. The date is variable.
+
+Sheet Name
+Insert the sheet name 
in the cell which it belongs.
+
+Document Title
+Insert the document 
title in the cell. The document title is set in the document properties in 
File - Properties - Description tab.
+
+
diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 423cce7e9f..94e096428b 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -50,9 +50,7 @@
 
 
 
-
-Field
-Opens a submenu for 
selecting the date, sheet name or document title in the cell.
+
 
 
 
commit b28faac2c5fe5600c97b40ba65e773b7f75c299c
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 14:09:00 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:44 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (16)

+ refactoring of Insert Date and time

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

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 1330d68b3b..8dff41342e 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -283,6 +283,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
 helpcontent2/source/text/scalc/01/func_year \
 helpcontent2/source/text/scalc/01/func_yearfrac \
 helpcontent2/source/text/scalc/01/hide_sheet \
+helpcontent2/source/text/scalc/01/InsertCurrentDate \
+helpcontent2/source/text/scalc/01/InsertCurrentTime \
 helpcontent2/source/text/scalc/01/JumpToNextTableSel \
 helpcontent2/source/text/scalc/01/JumpToPrevTableSel \
 helpcontent2/source/text/scalc/01/live_data_stream \
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 6badbd4001..a3ccef1a6b 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -30,6 +30,47 @@
 
 Insert Menu
 
+
+  
+  Choose 
Insert - Time.
+  
+  Choose 
Insert - Fields - Time.
+  On the 
Insert menu of the Insert tab, choose 
Time.
+  
+  
+
+  
+Icon Insert 
Time
+  
+  
+Insert 
Time
+  
+
+
+
+CommandCtrl
 + Shift + ; (semicolon)
+
+
+  
+  Choose 
Insert - Date.
+  
+  Choose 
Insert - Fields - Date.
+  On the 
Insert menu of the Insert tab, choose 
Date.
+  
+  
+
+  
+Icon Insert 
Date
+  
+  
+Insert 
Date
+   

[Libreoffice-commits] core.git: 2 commits - helpcontent2

2023-11-01 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 03d741f92e2917a4b187bf87b00754b3c6739a73
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:33:30 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Nov 1 20:33:30 2023 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 5218a19ee667dd6486e75178ab029587978fa11b
  - tdf#155876 UI cmds Calc-Insert menu (15)

+ refactoring of Insert Formatting marks

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

diff --git a/helpcontent2 b/helpcontent2
index 66de4e5a3f80..5218a19ee667 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 66de4e5a3f8015f2742e7a4c64701769c2d9f33d
+Subproject commit 5218a19ee667dd6486e75178ab029587978fa11b
commit 89c865f4020f2afbf050dc36affe0da2b6497fd4
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:33:17 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Nov 1 20:33:17 2023 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 66de4e5a3f8015f2742e7a4c64701769c2d9f33d
  - tdf#155876 UI cmds Calc-Insert menu (14)

+ refactoring of Insert named expressions, Insert Text Box

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

diff --git a/helpcontent2 b/helpcontent2
index ba53126a2a00..66de4e5a3f80 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ba53126a2a008a50119d82c9f904eee70df3dbd4
+Subproject commit 66de4e5a3f8015f2742e7a4c64701769c2d9f33d


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

2023-11-01 Thread Olivier Hallot (via logerrit)
 AllLangHelp_shared.mk |1 
 source/text/scalc/00/0404.xhp |   10 +++
 source/text/scalc/01/0407.xhp |6 ++--
 source/text/scalc/01/04070200.xhp |   38 +++---
 source/text/scalc/main0104.xhp|   19 +++
 source/text/shared/00/0404.xhp|   22 +
 source/text/shared/01/0410.xhp|2 -
 source/text/shared/01/DrawText.xhp|   30 +++
 source/text/shared/01/formatting_mark.xhp |   21 +++-
 source/text/shared/02/0114.xhp|   13 --
 source/text/shared/02/0907.xhp|2 -
 11 files changed, 106 insertions(+), 58 deletions(-)

New commits:
commit 5218a19ee667dd6486e75178ab029587978fa11b
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 13:21:13 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:30 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (15)

+ refactoring of Insert Formatting marks

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

diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 48146a6ae6..377d5ecb60 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -42,20 +42,10 @@
 
 
 
-
-
 
-Floating 
Frame
-
-
 
-
-Hyperlink
-
-
-Special 
Character
-
-
+
+
 
 
 Date
diff --git a/source/text/shared/00/0404.xhp 
b/source/text/shared/00/0404.xhp
index 517e31e7a0..cd10736f8f 100644
--- a/source/text/shared/00/0404.xhp
+++ b/source/text/shared/00/0404.xhp
@@ -25,6 +25,10 @@
 
 
 Insert Menu
+
+
+Choose 
Insert - Formatting Mark.
+
 
 
 Choose 
Insert - Text Box.
diff --git a/source/text/shared/01/0410.xhp 
b/source/text/shared/01/0410.xhp
index 6bb9a245f0..ff2a5f68e1 100644
--- a/source/text/shared/01/0410.xhp
+++ b/source/text/shared/01/0410.xhp
@@ -25,11 +25,11 @@
   
 
 
-
 
 
 
 
+
 Special 
Character
   Allows a user to insert characters from the range of symbols found in 
the installed fonts.
 
diff --git a/source/text/shared/01/formatting_mark.xhp 
b/source/text/shared/01/formatting_mark.xhp
index 905cdb8fcd..f9bc7f7de2 100644
--- a/source/text/shared/01/formatting_mark.xhp
+++ b/source/text/shared/01/formatting_mark.xhp
@@ -26,19 +26,28 @@
 
 
 
-
 
 
-  CTL;(not) wrapping words
-  words;wrapping in CTL
+CTL;(not) wrapping words
+words;wrapping in CTL
+words;formatting marks
+formatting marks;insert
+formatting marks;no-break space
+formatting marks;non-breaking hyphen
+formatting marks;soft hyphen
+formatting marks;narrow no-break space
+formatting marks;zero-width space
+formatting marks;word joiner
 
 MW added 2 index entries because of issue 
86750tried to fix i86464 by creating a new file, copy 
everything over, then save  overwrite as 
formatting_mark.xhpbut this did not help
-
+
 Formatting Mark 

 Opens a 
submenu to insert special formatting marks like no-break space, soft hyphen, 
and zero-width space.
 
+
+  
+
 
-
 No-break space
 Inserts a space 
that will keep bordering characters together on line breaks.
 
@@ -72,4 +81,4 @@
 Inserts a text 
direction mark that affects the text direction of any text following the mark. 
Available when complex text layout (CTL) is enabled.
 
 
-
\ No newline at end of file
+
diff --git a/source/text/shared/02/0907.xhp 
b/source/text/shared/02/0907.xhp
index bcb31a54fb..4e21096feb 100644
--- a/source/text/shared/02/0907.xhp
+++ b/source/text/shared/02/0907.xhp
@@ -26,10 +26,10 @@
 
 
 
-
 
 
 
+
 Hyperlink
 Opens a dialog that enables you to edit 
hyperlinks.
 
commit 66de4e5a3f8015f2742e7a4c64701769c2d9f33d
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 11:53:48 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:17 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (14)

+ refactoring of Insert named expressions, Insert Text Box

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

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 7d6e3b4f7f..5dfb8e87fc 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -346,6 +346,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/DeleteTable \
 helpcontent2/source/text/shared/01/digitalsignatures \
 helpcontent2/source/text/shared/01/digitalsignaturespdf \
+helpcontent2/source/text/shared/01/DrawText \
 helpcontent2/source/text/shared/01/EntireCell \
 helpcontent2/source/text/shared/01/EntireColumn \
 helpcontent2/source/text/shared/01/EntireRow \
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 599499f251..6badbd4001 100644
--- 

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

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

https://git.libreoffice.org/help/commit/66de4e5a3f8015f2742e7a4c64701769c2d9f33d

tdf#155876 UI cmds Calc-Insert menu (14)

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - sc/source

2023-11-01 Thread offtkp (via logerrit)
 sc/source/core/data/fillinfo.cxx |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

New commits:
commit cb53d9731a8dcb51596b4181b8fefd462854d984
Author: offtkp 
AuthorDate: Wed Nov 1 18:52:35 2023 +0200
Commit: Paris Oplopoios 
CommitDate: Wed Nov 1 20:28:46 2023 +0100

sc: Don't end handleConditionalFormat early

handleConditionalFormat would exit the conditional format searching loop
which meant that cells with overlapping conditional formatting rules
would not get properly rendered

Change-Id: I98664c758cc2c8f844994e6dcecdc57df2213a01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158767
Reviewed-by: Michael Meeks 
Tested-by: Jenkins CollaboraOffice 

diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 7c95701e9705..2dc9d5960128 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -287,7 +287,6 @@ bool handleConditionalFormat(ScConditionalFormatList& 
rCondFormList, const ScCon
 ScCellInfo* pInfo, ScTableInfo* pTableInfo, ScStyleSheetPool* pStlPool,
 const ScAddress& rAddr, bool& bHidden, bool& bHideFormula, bool 
bTabProtect)
 {
-bool bFound = false;
 bool bAnyCondition = false;
 for(const auto& rCondFormat : rCondFormats)
 {
@@ -317,33 +316,28 @@ bool handleConditionalFormat(ScConditionalFormatList& 
rCondFormList, const ScCon
 bHideFormula = pProtAttr->GetHideFormula();
 
 }
-bFound = true;
-
 }
 // if style is not there, treat like no condition
 }
 
-if(aData.mxColorScale)
+if(aData.mxColorScale && !pInfo->mxColorScale)
 {
 pInfo->mxColorScale = aData.mxColorScale;
-bFound = true;
 }
 
-if(aData.pDataBar)
+if(aData.pDataBar && !pInfo->pDataBar)
 {
 pInfo->pDataBar = aData.pDataBar.get();
 pTableInfo->addDataBarInfo(std::move(aData.pDataBar));
-bFound = true;
 }
 
-if(aData.pIconSet)
+if(aData.pIconSet && !pInfo->pIconSet)
 {
 pInfo->pIconSet = aData.pIconSet.get();
 pTableInfo->addIconSetInfo(std::move(aData.pIconSet));
-bFound = true;
 }
 
-if (bFound)
+if (pInfo->mxColorScale && pInfo->pIconSet && pInfo->pDataBar)
 break;
 }
 


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

2023-11-01 Thread offtkp (via logerrit)
 sc/source/core/data/fillinfo.cxx |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

New commits:
commit edbc3a09edcf58a4738b4648811a065f3f55bc7c
Author: offtkp 
AuthorDate: Wed Nov 1 18:52:35 2023 +0200
Commit: Paris Oplopoios 
CommitDate: Wed Nov 1 20:17:01 2023 +0100

sc: Don't end handleConditionalFormat early

handleConditionalFormat would exit the conditional format searching loop
which meant that cells with overlapping conditional formatting rules
would not get properly rendered

Change-Id: I98664c758cc2c8f844994e6dcecdc57df2213a01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158702
Tested-by: Jenkins
Reviewed-by: Paris Oplopoios 

diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 2e268239b048..9a8675fcd190 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -287,7 +287,6 @@ bool handleConditionalFormat(ScConditionalFormatList& 
rCondFormList, const ScCon
 ScCellInfo* pInfo, ScTableInfo* pTableInfo, ScStyleSheetPool* pStlPool,
 const ScAddress& rAddr, bool& bHidden, bool& bHideFormula, bool 
bTabProtect)
 {
-bool bFound = false;
 bool bAnyCondition = false;
 for(const auto& rCondFormat : rCondFormats)
 {
@@ -317,33 +316,28 @@ bool handleConditionalFormat(ScConditionalFormatList& 
rCondFormList, const ScCon
 bHideFormula = pProtAttr->GetHideFormula();
 
 }
-bFound = true;
-
 }
 // if style is not there, treat like no condition
 }
 
-if(aData.mxColorScale)
+if(aData.mxColorScale && !pInfo->mxColorScale)
 {
 pInfo->mxColorScale = aData.mxColorScale;
-bFound = true;
 }
 
-if(aData.pDataBar)
+if(aData.pDataBar && !pInfo->pDataBar)
 {
 pInfo->pDataBar = aData.pDataBar.get();
 pTableInfo->addDataBarInfo(std::move(aData.pDataBar));
-bFound = true;
 }
 
-if(aData.pIconSet)
+if(aData.pIconSet && !pInfo->pIconSet)
 {
 pInfo->pIconSet = aData.pIconSet.get();
 pTableInfo->addIconSetInfo(std::move(aData.pIconSet));
-bFound = true;
 }
 
-if (bFound)
+if (pInfo->mxColorScale && pInfo->pIconSet && pInfo->pDataBar)
 break;
 }
 


[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

Justin L  changed:

   What|Removed |Added

 Depends on||158031


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158031
[Bug 158031] Writer in editeng: right click doesn't edit hyperlink in when
mouse over last half / cursor after hyperlink
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158031] New: Writer in editeng: right click doesn't edit hyperlink in when mouse over last half / cursor after hyperlink

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158031

Bug ID: 158031
   Summary: Writer in editeng: right click doesn't edit hyperlink
in when mouse over last half / cursor after hyperlink
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com
CC: jl...@mail.com
Blocks: 107733

Created attachment 190589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190589=edit
108318_copyHyperlink.odt: web link in textbox

Linux only. (I could not reproduce with SAL_USE_VCLPLUGIN=gen.

In an editeng textbox, the context menu for a hyperlink only opens the edit
dialog when the mouse is over the first half of the hyperlink (when the
right-click moves the cursor to the front).

I could not reproduce the right-click problem with native hyperlinks in
Writer/Calc/Draw/Impress. It only happens with these editeng ones in Writer and
Calc. 

This has always been true. The ability to right-click and get edit hyperlink in
the context menu only came in LO 6.4 via
commit 86cb2a1f98c0585d2121e6ae34fe62f072ef9a63
Author: Samuel Mehrbrodt on Fri Jul 12 10:37:41 2019 +0200
tdf#112543 Add Edit/Remove hyperlink to text boxes/shapes in Writer

Steps to reproduce:
-open 108318_copyHyperlink.odt and double click in the textbox to edit
contents.
-notice where the cursor is. (ENSURE the hyperlink is NOT selected.)
-right click on over "https://de.wikipedia; and edit hyperlink
  -notice the dialog pops up - close it. Cursor is before the hyperlink now.
-right click over "org/wiki/LibreOffice"
  -no dialog. Cursor has moved behind the hyperlink


In all the other apps/instances, all of these would be editing the same
hyperlink.



As an aside: similarly, Insert - Hyperlink does not modify the existing link if
the cursor is after the hyperlink. (Not linux specific in this case.) (It does
edit if the cursor is before the link, or if the link is selected.)

I can reproduce the cursor-after-hyperlink problem in a Draw Textbox.


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158028] Newly created DOCX files do not remember border values after saving and quitting

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158028

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach the odt sample file.

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

[Libreoffice-bugs] [Bug 158026] all apps crash if i don’t open LibreOffice first

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158026

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #7 from m.a.riosv  ---
Try using the repair option on the system for LibreOffice. (Add & remove apps)

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

[Libreoffice-bugs] [Bug 157948] Offset function using negative numbers

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157948

--- Comment #3 from Eike Rathke  ---
So what's the difference to

B1: =SUM(OFFSET(A1;$E$1+1;0;-$E$1;1))
B2: =SUM(OFFSET(A2;$E$1+1;0;-$E$1;1))
...
B8: =SUM(OFFSET(A8;$E$1+1;0;-$E$1;1))
B9: =SUM(OFFSET(A9;$E$1+1;0;-$E$1;1))
...

? Which IMHO makes it even clearer that an actual range is shifted.
(except that Excel apparently displays #REF! error in B1:B6 instead of
Err:502).
In real one probably would enter 7 in E1 and instead use
B1: =SUM(OFFSET(A1;-($E$1-1);0;$E$1;1))
...

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

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

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145001

--- Comment #7 from Telesto  ---
Repro (FWIW: build is 7 weeks old)
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: be9d7bee88eff89c0d361f23abb447ac2086c3b4
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 158023] Incorrect recognition of ")" when importing formulas from docx

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158023

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Reproducible:
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: d8326f1f54b2f4644b52fbfa7106eeeae6e5bb7b
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Resaving with:
Microsoft® Word para Microsoft 365 MSO (versión 2310 compilación
16.0.16924.20054) de 64 bits 
does not solve the issue.

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

[Libreoffice-bugs] [Bug 112983] [META] Multiple page view bugs and enhancements

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112983
Bug 112983 depends on bug 121087, which changed state.

Bug 121087 Summary: Choppy scrolling in multi-page view; especially with OpenGL 
enabled but also noticeable without
https://bugs.documentfoundation.org/show_bug.cgi?id=121087

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108075] [META] Scrolling and Page up/down issues

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108075
Bug 108075 depends on bug 121087, which changed state.

Bug 121087 Summary: Choppy scrolling in multi-page view; especially with OpenGL 
enabled but also noticeable without
https://bugs.documentfoundation.org/show_bug.cgi?id=121087

   What|Removed |Added

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

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

  1   2   3   >