[Libreoffice-bugs] [Bug 158019] user cannot login

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

BogdanB  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||buzea.bog...@libreoffice.or
   ||g

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

[Libreoffice-bugs] [Bug 158019] New: user cannot login

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

Bug ID: 158019
   Summary: user cannot login
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: harithakda...@gmail.com

hhhuhuh

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

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

2023-10-31 Thread Andreas Heinisch (via logerrit)
 sc/source/ui/view/tabview.cxx |3 ++-
 svtools/source/control/tabbar.cxx |4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 7a062cdd9b91c577b2296bfe1f81ea78e0b75168
Author: Andreas Heinisch 
AuthorDate: Tue Oct 31 15:48:44 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Nov 1 05:58:04 2023 +0100

tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settings

The tab bar's position should be determined globally based on the RTL
settings, rather than being individually set for each sheet.

Change-Id: I0690b01c842d2da6d49b57d1adad0a8e0844087f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158730
Tested-by: Andreas Heinisch 
Reviewed-by: Andreas Heinisch 
(cherry picked from commit 4f1b3c16f5530a2a190cab07c07c7bf63acf42c7)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158696
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index b6c7a2bd8e66..56776d2d9b49 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -280,7 +280,8 @@ void ScTabView::DoResize( const Point& rOffset, const Size& 
rSize, bool bInner )
 if (bHasHint)
 RemoveHintWindow();
 
-bool bLayoutRTL = aViewData.GetDocument().IsLayoutRTL( 
aViewData.GetTabNo() );
+// tdf#100584 - arrange sheets depending on the RTL settings
+bool bLayoutRTL = AllSettings::GetLayoutRTL();
 tools::Long nTotalWidth = rSize.Width();
 if ( bLayoutRTL )
 nTotalWidth += 2*rOffset.X();
diff --git a/svtools/source/control/tabbar.cxx 
b/svtools/source/control/tabbar.cxx
index 1690269ba234..02a23b8aea33 100644
--- a/svtools/source/control/tabbar.cxx
+++ b/svtools/source/control/tabbar.cxx
@@ -715,9 +715,7 @@ void TabBar::ImplFormat()
 const size_t nItemListSize = mpImpl->maItemList.size();
 for (size_t nItemIndex = 0; nItemIndex < nItemListSize; nItemIndex++)
 {
-// tdf#100584 - arrange sheets depending on the RTL settings
-auto& rItem = mbMirrored ? mpImpl->maItemList[nItemListSize - 
nItemIndex - 1]
- : mpImpl->maItemList[nItemIndex];
+auto& rItem = mpImpl->maItemList[nItemIndex];
 
 // At all non-visible tabs an empty rectangle is set
 if ((nItemIndex + 1 < mnFirstPos) || (x > mnLastOffX))


[Libreoffice-bugs] [Bug 158018] Misbehaving Freeze Calc Rows/Columns

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

--- Comment #1 from Joseph Conner  ---
Spreadsheets previously saved with frozen cells continue to behave. Only newly
created spreadsheets display this problem.

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

[Libreoffice-bugs] [Bug 158018] New: Misbehaving Freeze Calc Rows/Columns

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

Bug ID: 158018
   Summary: Misbehaving Freeze Calc Rows/Columns
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: joeconner2...@gmail.com

Description:
Marking which rows and/or columns and selecting from the freeze menu fails to
apply the freeze request.

Steps to Reproduce:
1.add something to the first three rows and columns
2. Select the rows/cells
3. View -> Freeze rows and columns (click)
4. Scroll the spreadsheet down

Actual Results:
Frozen rows and cells scroll out of sight.

Expected Results:
Frozen rows and cells to remain visible.


Reproducible: Always


User Profile Reset: No

Additional Info:
Earlier versions of Calc did not have this problem.

I use UBUNTU and downloaded from the LibreOffice.org downloads.

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

[Libreoffice-bugs] [Bug 118379] One Page will not be Printed if Pages are Separated with Manual Page Breaks

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

Dieter  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158012] add option to NOT print (or save as pdf) blank pages because of manual page break

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

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||8379
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Dieter  ---
(In reply to m.a.riosv from comment #1)
> Looks like a duplicate of tdf#118379

Tracey, do you agree?
=> NEEDINFO

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

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

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

--- Comment #2 from AvidSeeker  ---
Yes, thank you.

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

[Libreoffice-bugs] [Bug 157803] Prevent extending decimal extension for calculations with floating point arithmetic accuracy issues (IEEE 754) in 'General' number format type

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

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

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

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

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

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

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

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 157986] Contents in rotated text frame invisible if SIKA rendering is disabled.

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

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 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

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

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

[Libreoffice-bugs] [Bug 155907] [FR] Support alternating cell coloring

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

--- 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 155519] Shape's Text Box Should Be resizeable with handles

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

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-ux-advise] [Bug 155519] Shape's Text Box Should Be resizeable with handles

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-ux-advise] [Bug 155519] Shape's Text Box Should Be resizeable with handles

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

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

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

[Libreoffice-bugs] [Bug 155519] Shape's Text Box Should Be resizeable with handles

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

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

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

[Libreoffice-bugs] [Bug 154590] document fonts changed when saved document reopened

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

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

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 154554] Monitor screen flashes black multiple times when accessing features in the application

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

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

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 154260] MAILMERGE loses space at the end of calculated field when merging from xlsx, works fine from ods

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

--- Comment #4 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 58244] Impossible to display non numeric values (labels) in bubble charts axis (for categorized data)

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

--- Comment #13 from QA Administrators  ---
Dear Antonello,

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 155139] conflict with fcitx input

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

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

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 123187] FILESAVE XLSX, Accepting changes or rejecting them get lost after roundtrip in xlsx.

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

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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 123185] FILEOPEN XLSX Automatic line insert gets highlighted in Calc

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

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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 123186] FILEOPEN XLSX Accepting or rejecting changes in Excel don't transfer to Calc correctly

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

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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 123183] FILEOPEN XLSX Moved cells are not tracked

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

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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 118842] Pasting text from webpage then cancelling, lines are not reset to default size

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

--- Comment #10 from QA Administrators  ---
Dear Julien ROPE,

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 107733] [META] Hyperlink bugs and enhancements

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

Bug 108318 Summary: Copying a hyperlink into a textbox messes up its frame 
target
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 103494] [META] Textbox bugs and enhancements

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

Bug 108318 Summary: Copying a hyperlink into a textbox messes up its frame 
target
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

   What|Removed |Added

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

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

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

2023-10-31 Thread Justin Luth (via logerrit)
 sw/source/filter/ww8/rtfattributeoutput.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit e8228e0994610fed8af090ff30ffc08bfecb7261
Author: Justin Luth 
AuthorDate: Tue Oct 31 16:26:50 2023 -0400
Commit: Justin Luth 
CommitDate: Wed Nov 1 02:28:15 2023 +0100

tdf#108318 rtfexport: no hyperlink target for clipboard

This fixes copying hyperlinks from Writer to the other apps
like Calc or even to editeng components within Writer.

External apps never seem to call for RTF clipboard.
Certainly firefox doesn't - and everything I tested
seems to just request plain text URL strings.

I don't see anywhere in the RTF specification that a
\fldinst can take formatting parameters along with the URL.
That is likely only a DOCX thing.
But since RTF shares import code with DOCX, it gets the parsing
for free, so we explicitly use it to round-trip targets in RTF.
See commit 31de0ac30d6c521ad663db78feb936688be5bccb
Author: Miklos Vajna on Tue Feb 14 09:32:25 2017 +0100
RTF import: handle target of hyperlink

Alternatively I could have had editeng parse the flags
on clipboard RTF import, but handling it at export
seemed cleaner to me.

Change-Id: Ic34bcf99edf7bd3fb404ed312c07acae0ef814e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158744
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx 
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index c3ec71eaaa30..afcdbdf0e761 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -561,7 +561,9 @@ bool RtfAttributeOutput::StartURL(const OUString& rUrl, 
const OUString& rTarget)
 m_aRun->append(msfilter::rtfutil::OutString(rUrl, 
m_rExport.GetCurrentEncoding()));
 m_aRun->append("\" ");
 
-if (!rTarget.isEmpty())
+// Adding the target is likely a LO embellishment.
+// Don't export it to clipboard, since editeng and other RTF readers 
won't understand it.
+if (!rTarget.isEmpty() && !m_rExport.m_rDoc.IsClipBoard())
 {
 m_aRun->append("t \"");
 m_aRun->append(msfilter::rtfutil::OutString(rTarget, 
m_rExport.GetCurrentEncoding()));


[Libreoffice-bugs] [Bug 157667] EDITING Cycle case with change tracking loses text highlight on more than a word

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

László Németh  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Assignee|nem...@numbertext.org   |libreoffice-b...@lists.free
   ||desktop.org

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

[Libreoffice-bugs] [Bug 83946] [META] Tracking changes issues

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

Bug 157667 Summary: EDITING Cycle case with change tracking loses text 
highlight on more than a word
https://bugs.documentfoundation.org/show_bug.cgi?id=157667

   What|Removed |Added

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

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

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

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

--- Comment #9 from simon.j.hun...@gmail.com ---
i don't believe it but the first file that had this problem has had it again
now that i open it today.

it was last updated on 29/10, the day before i had the problem with the
attached file.  most likely, though i am not sure, libre office was open the
whole time.

so my hypothesis is that whatever is going wrong started on the 29th or before 
and persisted through the 30th causing problems for 2 files when they were
saved.

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

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

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

--- Comment #8 from simon.j.hun...@gmail.com ---
ok, i can see the other 3 sheets, but they are all empty, their contents
weren't saved.

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

[Libreoffice-bugs] [Bug 157991] Print scaling not applied when using single column, column wider than page width, with text-wrapping

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

--- Comment #5 from crx...@hotmail.com ---
(In reply to m.a.riosv from comment #4)
> Seems as the cell size is larger than the page width, it is treated as such.

I am not sure what you mean.  The whole point of "Fit page" is to force it to
automatically fit on the page(s) as specified.

When you open the sample document and use Format> Page Style> Sheet> and select
either "Fit print range(s) on number of pages" = 1, or "Fit Print range(s) to
width/height" = 1/1, it most certainly is not scaling the sheet to fit on the
one page.  It is allowing the cell to spill off the page, truncating the right
side of the printout into nothingless (the missing text doesn't appear on ANY
page).

And yet, if you add any data in the column NEXT to column A (like B1), it will
immediately and properly scale the sheet to fit on the page as specified.  The
behavior should not change depending on how many cells there are.  There is
clearly something broken.

> Reducing the number of pages adapts it properly.

There is only one page in this example.  How does one reduce the number of
pages to less than one?

> Also, scaling as percent works fine.

Irrelevant.  The bug is that it is not working with "Fit Print range(s)..."

Additional info: if you have a bunch (perhaps 40) of these cells copied down
and set "Fit Print range(s) to width/height" 1/1 it works, but if you set it to
1/ it fails.

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

[Libreoffice-bugs] [Bug 158016] Severely reduced kerning/letter spacing with some text boxes

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

--- Comment #4 from Rafael Lima  ---
I have the Calibri font installed, and the file opened fine for me.

Tested with

Version: 7.6.1.2 (X86_64) / LibreOffice Community
Build ID: f5defcebd022c5bc36bbb79be232cb6926d8f674
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: kf5 (cairo+wayland)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 158015] multiple selection doesn't work in Text boxes.

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

--- Comment #3 from cson...@halmai.hu ---
(In reply to m.a.riosv from comment #1)
> The problem it's the same as in Writer, because in Impress you have the text
> in a text box, and in Writer text boxes doesn't accept multiple selection.
> 
> If you agree, I change the title, and ask for enhancement.

OK, it makes sense, thank you.

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

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

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

--- Comment #7 from m.a.riosv  ---
(In reply to simon.j.hunter from comment #0)
> Created attachment 190500 [details]
> the trashed xls file
> 
> this is the second time this has happened to me recently.  this time i
> created this file today and updated/saved it a few times.  then i closed it
> and when i reopened it, all the data had gone. not real happy!
> 
> one common theme is that the spreadsheets had > 1 tab.
> 
> this one had 4 tabs. you can see at the bottom it says sheet 1 of 4 but
> there is only the first tab/sheet displayed.  all cells are empty.  (when i
> open it in excel, there are 4 tabs but all are empty)
> 
> this is x86 version of libre office windows 11.
> 
> tks

There are three hiden sheets, Menu/Sheet/Show sheet.

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

[Libreoffice-bugs] [Bug 157986] Contents in rotated text frame invisible if SIKA rendering is disabled.

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

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #7 from m.a.riosv  ---
With the two states of Skia, works fine.

Reproducible with Skia completely disable.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 7fff4e2ca6739928f72e5f0d2eb5820823916769
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

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

[Libreoffice-bugs] [Bug 157991] Print scaling not applied when using single column, column wider than page width, with text-wrapping

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

m.a.riosv  changed:

   What|Removed |Added

   Keywords||needsUXEval

--- Comment #4 from m.a.riosv  ---
Seems as the cell size is larger than the page width, it is treated as such.

Reducing the number of pages adapts it properly.

Also, scaling as percent works fine.

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

[Libreoffice-bugs] [Bug 55571] [META] ACCESSIBILITY: Tracking bug for issues related to the macOS Accessibility API

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

Michael Weghorn  changed:

   What|Removed |Added

 Depends on||112662


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112662
[Bug 112662] NSAccessibility - Templates button in StartCenter missing
accessibility action support equivalent to click/tap inputs.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112662] NSAccessibility - Templates button in StartCenter missing accessibility action support equivalent to click/tap inputs.

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

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de
   Keywords||accessibility
 Blocks||55571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=55571
[Bug 55571] [META] ACCESSIBILITY: Tracking bug for issues related to the macOS
Accessibility API
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #13 from Justin L  ---
It is necessary to export "Target" to RTF, so that LO can import it back in
again, since the clipboard is reusing the normal full document RTF export in
sw/source/filter/ww8/rtfattributeoutput.cxx
RtfAttributeOutput::StartURL

This code runs as PASTE time - generating the RTF export on demand.

I don't think that MS Word imports the target though - so it is probably a LO
embellishment of the RTF standard.

Things like firefox and kate don't use clipboard RTF, but use
sw/source/uibase/dochdl/swdtflvr.cxx:796: SWTRANSFER_OBJECTTYPE_STRING

BUT - we can avoid the target by checking IsClipboard...
https://gerrit.libreoffice.org/c/core/+/158744


Alternatively, the target could be stripped out during clipboard import, with
https://gerrit.libreoffice.org/c/core/+/158743

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

[Libreoffice-bugs] [Bug 55571] [META] ACCESSIBILITY: Tracking bug for issues related to the macOS Accessibility API

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

Michael Weghorn  changed:

   What|Removed |Added

 Depends on||112661


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112661
[Bug 112661] NSAccessibility - RecentFiles button missing accessibility action
support equivalent to click/tap inputs.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112661] NSAccessibility - RecentFiles button missing accessibility action support equivalent to click/tap inputs.

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

Michael Weghorn  changed:

   What|Removed |Added

 Blocks||55571
 CC||m.wegh...@posteo.de
   Keywords||accessibility


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=55571
[Bug 55571] [META] ACCESSIBILITY: Tracking bug for issues related to the macOS
Accessibility API
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
I can't see the issue with:
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 7fff4e2ca6739928f72e5f0d2eb5820823916769
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Maybe you are using dark mode, or try disabling Skia

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

[Libreoffice-bugs] [Bug 158016] Severely reduced kerning/letter spacing with some text boxes

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

--- Comment #3 from m.a.riosv  ---
Created attachment 190576
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190576=edit
Screenshot

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

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

2023-10-31 Thread László Németh (via logerrit)
 sw/qa/extras/uiwriter/uiwriter6.cxx |   43 ++
 sw/source/core/doc/DocumentContentOperationsManager.cxx |   68 
 2 files changed, 96 insertions(+), 15 deletions(-)

New commits:
commit 4cf8de89bad9143a5b2dd3d6351080bf62b76029
Author: László Németh 
AuthorDate: Tue Oct 31 15:51:09 2023 +0100
Commit: László Németh 
CommitDate: Tue Oct 31 23:07:01 2023 +0100

tdf#157667 sw track changes: fix cycle case on multiple words

Fix tracked cycle case on multiple selected words.

Follow up to commit dc748d7dbd114fbf663752258dbaf003af2926c3
"tdf#141198 sw: fix cycle case with change tracking" and
commit 79435eb55ef226fb0e3507aabdc2f8af062680f6
"tdf#157988 sw track changes: fix cycle case on a selected word".

Change-Id: I81566f8be0cf6f4af6ed4af031116bd19e3884d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158732
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sw/qa/extras/uiwriter/uiwriter6.cxx 
b/sw/qa/extras/uiwriter/uiwriter6.cxx
index 83bc43f6d866..8e6b91043b0b 100644
--- a/sw/qa/extras/uiwriter/uiwriter6.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter6.cxx
@@ -759,6 +759,49 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf157988)
 CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith("Integer sodales 
tincidunt"));
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf157667)
+{
+createSwDoc("tdf130088.docx");
+SwDoc* pDoc = getSwDoc();
+SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+
+// select the first three words
+pWrtShell->Right(SwCursorSkipMode::Chars, /*bSelect=*/true, 25, 
/*bBasicCall=*/false);
+
+// 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", {});
+
+CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith(
+"Integer sodalesSodales tinciduntTincidunt tristique."));
+
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+
+// This was false (missing revert of the tracked change)
+CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith("Integer sodales 
tincidunt tristique."));
+
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+
+CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith(
+"Integer sodalesINTEGER SODALES tincidunt tristique."));
+
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+dispatchCommand(mxComponent, ".uno:ChangeCaseRotateCase", {});
+
+CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith("Integer sodales 
tincidunt tristique."));
+}
+
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf108048)
 {
 createSwDoc();
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx 
b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 54b29b9b766c..d51565c5eaee 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -2984,7 +2984,8 @@ void DocumentContentOperationsManager::TransliterateText(
 sal_Int32 nEndCnt = pEnd->GetContentIndex();
 
 SwTextNode* pTNd = pStt->GetNode().GetTextNode();
-if( (pStt == pEnd) && pTNd )  // no selection?
+bool bNoSelection = (pStt == pEnd) && pTNd;  // no selection?
+if ( bNoSelection )
 {
 /* Check if cursor is inside of a word */
 assert(g_pBreakIt && g_pBreakIt->GetBreakIter().is());
@@ -3061,27 +3062,52 @@ void 
DocumentContentOperationsManager::TransliterateText(
 rIDRA.GetRedlineTable().FindAtPosition( aPos, 
n );
 if ( pFnd && RedlineType::Insert == pFnd->GetType() && n > 0 )
 {
-const SwRangeRedline* pFnd2 = rIDRA.GetRedlineTable()[n-1];
-if ( RedlineType::Delete == pFnd2->GetType() &&
-  m_rDoc.getIDocumentLayoutAccess().GetCurrentViewShell() 
&&
-  *pFnd2->End() == *pFnd->Start() &&
-  pFnd->GetAuthor() == pFnd2->GetAuthor() )
+SwWrtShell *pWrtShell = dynamic_cast(
+
m_rDoc.getIDocumentLayoutAccess().GetCurrentViewShell());
+
+sal_Int32 nRejectedCharacters = 0;
+SwRangeRedline* pFnd2 = rIDRA.GetRedlineTable()[--n];
+// loop on all redlines of a case changing, and reject them
+while ( ( ( RedlineType::Insert == pFnd->GetType() &&
+RedlineType::Delete == pFnd2->GetType() ) 

[Libreoffice-bugs] [Bug 158016] Severely reduced kerning/letter spacing with some text boxes

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
I can't reproduce with
Version: 7.6.1.2 (X86_64) / LibreOffice Community
Build ID: f5defcebd022c5bc36bbb79be232cb6926d8f674
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

Do you have the font installed?

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

[Libreoffice-bugs] [Bug 158015] multiple selection doesn't work in Text boxes.

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

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

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

[Libreoffice-bugs] [Bug 158015] multiple selection doesn't work in Text boxes.

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
Summary|multiple selection doesn't  |multiple selection doesn't
   |work in Impress |work in Text boxes.
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement

--- Comment #1 from m.a.riosv  ---
The problem it's the same as in Writer, because in Impress you have the text in
a text box, and in Writer text boxes doesn't accept multiple selection.

If you agree, I change the title, and ask for enhancement.

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

[Libreoffice-bugs] [Bug 157159] Text in comments has a white highlight / background

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

--- Comment #16 from Xisco Faulí  ---
(In reply to Maxim Monastirsky from comment #13)
> Sorry, I no longer remember the exact details (I'm a bit away from LO dev.
> nowadays), but the quoted patch seems to be isolated from the rest of the
> styles work, and if it indeed fixes something on the 7-6 branch, it might be
> a candidate for backporting. But note that there was a follow-up patch for
> Bug 126382 touching the same code, so it might be needed to backport it as
> well, to bring it to the same state as master.

I tested with libreoffice-7-6 branch and the issue is fixed with that single
patch in place.

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

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

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #11 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/158741

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

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

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

steve  changed:

   What|Removed |Added

 Attachment #190575|https://bugs.documentfounda |Impress > Freshes Templace
description|tion.org/show_bug.cgi?id=15 |> Slide 10 Screenshot
   |8017|2023-10-31 wrong color

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

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

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

--- Comment #2 from steve  ---
Created attachment 190575
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190575=edit
https://bugs.documentfoundation.org/show_bug.cgi?id=158017

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

[Libreoffice-bugs] [Bug 155519] Shape's Text Box Should Be resizeable with handles

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

--- Comment #4 from ddmi...@gmail.com  ---
I'm unsure, but I think you're missing the point of my original submission. 
It's not a bug, so there's no failure to reproduce.  And, it's not a question
of whether the text area fills the shape by default, which it does.

My observation is that the text area box should be movable and resizable by
mouse and/or keyboard without having to resort to a context menu selection.

Currently, adjusting the text box position requires at least one and likely
multiple invocations of the Text Attributes dialog to get a desired spacing
effect.  My best example of the need for a new behaviour is the placement of
the text box on a connector between two vertically arranged flow chart
elements.  After placing the connector and double-clicking the connector to
enter text, the resulting text box appears centered over the connector.  I
resort to the Text Attributes dialog to move the text off the line.  If my
spacing value estimation is incorrect, I have to re-enter the dialog (another
right-click, select Text Attributes, change a value, click OK).

Just let the user click-drag the text box.

TBH, in version 7.6.2.1, I cannot reproduce the original text positioning
behaviour that forced me to adjust text placement on any multi-line flowchart
object text box.  The text box now appears better placed initially.

If you're discussing something else entirely, my apologies for interjecting
:-).

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

[Libreoffice-ux-advise] [Bug 155519] Shape's Text Box Should Be resizeable with handles

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

--- Comment #4 from ddmi...@gmail.com  ---
I'm unsure, but I think you're missing the point of my original submission. 
It's not a bug, so there's no failure to reproduce.  And, it's not a question
of whether the text area fills the shape by default, which it does.

My observation is that the text area box should be movable and resizable by
mouse and/or keyboard without having to resort to a context menu selection.

Currently, adjusting the text box position requires at least one and likely
multiple invocations of the Text Attributes dialog to get a desired spacing
effect.  My best example of the need for a new behaviour is the placement of
the text box on a connector between two vertically arranged flow chart
elements.  After placing the connector and double-clicking the connector to
enter text, the resulting text box appears centered over the connector.  I
resort to the Text Attributes dialog to move the text off the line.  If my
spacing value estimation is incorrect, I have to re-enter the dialog (another
right-click, select Text Attributes, change a value, click OK).

Just let the user click-drag the text box.

TBH, in version 7.6.2.1, I cannot reproduce the original text positioning
behaviour that forced me to adjust text placement on any multi-line flowchart
object text box.  The text box now appears better placed initially.

If you're discussing something else entirely, my apologies for interjecting
:-).

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

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

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

steve  changed:

   What|Removed |Added

 Attachment #190574|0   |1
is obsolete||

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

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

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

--- Comment #1 from steve  ---
Created attachment 190574
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190574=edit
Impress > Freshes Templace > Slide 10 Screenshot 2023-10-31 wrong color

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

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

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

Bug ID: 158017
   Summary: Impress Freshes Template using wrong font color in
some slides
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@disr.it

Description:
Freshes template uses wrong font color on some slides.

Steps to Reproduce:
1. Open Impress > Freshes Template
2. see that on e.g. Slide 3, 4 or 5 font color for text is "Dark Grey 1" (easy
to check by opening "Format > Character…"
3. look at Slide 10 and 11 and see that the text uses black color 

Actual Results:
Text unreadable by default

Expected Results:
Text color on Slide 10 + 11 should follow design logic and concept of the rest
of the Templace and also use Dark Grey 1.


Reproducible: Always


User Profile Reset: No

Additional Info:
View > Appearance > Dark
Application Colors > Custom Colors > Scheme: Automatic
Application Colors > Custom Colors > Automatic: System Theme

See attached screenshot

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b40e469887d973e1eea242749a90c3c2370da3a5
CPU threads: 8; OS: macOS 13.6.1; UI render: Skia/Raster; VCL: osx
Locale: en-US (en_DE.UTF-8); UI: en-US
Calc: threaded

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

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

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

--- Comment #6 from simon.j.hun...@gmail.com ---
i restarted in safe mode and the trashed xls file looks exactly the same as in
normal mode.

are you suggesting that i should run in safe mode until the problem recurs and
then there will be some diagnostic information?

as i see it, something gets corrupted in the runtime program after some time
and then it starts saving the spreadsheet improperly and loses the data while
the in memory copy carries on ok. the user doesn't know this has happened until
they close and reopen the file and then it is too late and the data has gone.

i do not have any extensions other than the bundled ones.

i cannot recreate the problem at will - it needs to await libre office getting
"corrupted", which has only happened twice.

can you not look at the internals of the bad file and see why it might have got
corrupted?

tks

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

[Libreoffice-bugs] [Bug 155608] Set default font easily in settings

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

--- Comment #4 from Greg  ---
Bug duplicate seems to de-focus bugs with 'significant common ground but not
identical'

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

[Libreoffice-bugs] [Bug 155608] Set default font easily in settings

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

--- Comment #3 from Greg  ---
TBH, I'd sidestep the complexity and on install or first use allow the user to
pick a global default font from a selection of tested fonts with extensive
(full?) glyph coverage, representing as many languages as we can and perhaps
favouring the ones that match the install location's locale. I'm not suggesting
the default will always be used by a user in all circumstances but allowing the
global setting of a preferred default and having that used as the root choice
for all inherited styles would go a long way.

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

[Libreoffice-bugs] [Bug 157159] Text in comments has a white highlight / background

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

--- Comment #15 from Xisco Faulí  ---
(In reply to Rafael Lima from comment #12)
> I also started being affected by this bug since LO 7.6.
> 
> And I can confirm that in master (24.2) the problem has been fixed.
> 
> @Stephane, I guess the easy fix for this is to cherry-pick this patch by
> Maxim onto the 7.6 branch.
> 
> https://gerrit.libreoffice.org/c/core/+/153107
> 
> @Xisco, what's your opinion?

Sorry, I missed this. Cherry-picked in
https://gerrit.libreoffice.org/c/core/+/158699

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

[Libreoffice-bugs] [Bug 158016] Severely reduced kerning/letter spacing with some text boxes

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

--- Comment #1 from bbiloc...@gmail.com ---
Created attachment 190573
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190573=edit
Screenshot of issue

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

[Libreoffice-bugs] [Bug 158016] New: Severely reduced kerning/letter spacing with some text boxes

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

Bug ID: 158016
   Summary: Severely reduced kerning/letter spacing with some text
boxes
   Product: LibreOffice
   Version: 7.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bbiloc...@gmail.com

Created attachment 190572
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190572=edit
PowerPoint file with affected text boxes

Some PowerPoint files have text boxes with severely reduced kerning/letter
spacing, making the text in those boxes unreadable. This happens even when the
presentation machine has the correct fonts for the presentation.

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

[Libreoffice-bugs] [Bug 132780] Feature Request: Add Calc Tables with functionality similar to Excel's "Format as tables"

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

--- Comment #22 from jcs...@libreoffice.org ---
It really is a functionality that is in high demand.

Questions are frequently asked in social networks about how to implement this
feature in Calc.

I hope it can be implemented soon.

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

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

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

New commits:
commit f5ae03b235766070b1c1e5bf46d0cb86a8196b10
Author: Gökay Şatır 
AuthorDate: Thu May 25 10:32:55 2023 +0300
Commit: Caolán McNamara 
CommitDate: Tue Oct 31 21:22:09 2023 +0100

Writer German shortcuts compatibility improvements.

Signed-off-by: Gökay Şatır 
Change-Id: Icfcdf3f629442da339c846f9eaa577ff7b779290
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152261
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 
(cherry picked from commit 7b168fbe4e4a5feecdd946fef9c5c3e5107dc050)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158722
Tested-by: Jenkins
Tested-by: Caolán McNamara 
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 d510adf0bc2a..0f8c292fb2ac 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6167,6 +6167,13 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:InsertZWSP
+.uno:DefaultNumbering
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:DefaultBullet
   
 
 


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

2023-10-31 Thread Gökay Şatır (via logerrit)
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   31 
+-
 1 file changed, 29 insertions(+), 2 deletions(-)

New commits:
commit 2d37ac2ca3a93cd7f05867ba7256c9e232192983
Author: Gökay Şatır 
AuthorDate: Wed May 24 14:39:12 2023 +0300
Commit: Caolán McNamara 
CommitDate: Tue Oct 31 21:21:16 2023 +0100

Added & modified some shortcuts for general compatibility.

Signed-off-by: Gökay Şatır 
Change-Id: Ibfcfbc3a75aca392acc4626e6169f2f3abcc4970
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152196
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158673
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 5152341a0800..d510adf0bc2a 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -711,14 +711,20 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:Shrink
-.uno:Shrink
+.uno:HideColumn
   
 
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:Grow
-.uno:Grow
+.uno:HideRow
+  
+
+
+  
+I10 SHORTCUTS - No 
TRANSLATE
+.uno:Zoom100Percent
   
 
 
@@ -887,6 +893,24 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:Ungroup
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:Ungroup
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:Group
+  
+
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:InsertAnnotation
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
@@ -951,6 +975,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
   
 I10N SHORTCUTS - NO 
TRANSLATE
 .uno:InsertCurrentTime
+.uno:Shrink
   
 
 
@@ -1015,6 +1040,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:RepeatSearch
 .uno:Save
 .uno:Bold
+.uno:FocusCellAddress
   
 
 
@@ -1453,6 +1479,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 I10N SHORTCUTS - NO 
TRANSLATE
 
 .uno:MarkPrecedents
+.uno:Zoom100Percent
   
 
 


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

2023-10-31 Thread Caolán McNamara (via logerrit)
 emfio/source/reader/wmfreader.cxx |5 -
 1 file changed, 5 deletions(-)

New commits:
commit c2d4f8900150ae109700b873d781461ef96ab091
Author: Caolán McNamara 
AuthorDate: Tue Oct 31 16:19:13 2023 +
Commit: Caolán McNamara 
CommitDate: Tue Oct 31 21:20:38 2023 +0100

cid#1548365 Logically dead code

since:

commit c75cac85230d3899fe9f5f5086c117e4e1e5d330
Date:   Sat Jun 17 02:57:42 2023 +0200

tdf#155887 WMF Fix displaying images with size of EOF other that 3

Change-Id: I326593cc556319d947bd9f3aef32b4ff6264c68f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158731
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/emfio/source/reader/wmfreader.cxx 
b/emfio/source/reader/wmfreader.cxx
index b419fb3e5745..1b5739b3b190 100644
--- a/emfio/source/reader/wmfreader.cxx
+++ b/emfio/source/reader/wmfreader.cxx
@@ -1731,11 +1731,6 @@ namespace emfio
 
 switch( nFunction )
 {
-case W_META_EOF:
-{
-return;
-}
-
 case W_META_SETWINDOWORG:
 {
 aWinOrg = ReadYX();


[Libreoffice-bugs] [Bug 86209] MENUS: Reorganize the View menu

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

--- Comment #26 from Ali Baba  ---
Candy Riddles is an absolute delight for word game enthusiasts with a sweet
tooth! This game adds a delectable twist to the classic word puzzle genre,
making it both fun and challenging.
https://uvdown.com/play-candy-riddles-online/

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

[Libreoffice-bugs] [Bug 157987] Options - Writer - View - Resolved comments does not keep its value

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

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

[Libreoffice-bugs] [Bug 109530] [META] File opening issues

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

Bug 106057 Summary: General input/output error loading pdf file (because of 
multiple trailers which is valid per PDF specification)
https://bugs.documentfoundation.org/show_bug.cgi?id=106057

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

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

Bug 106057 Summary: General input/output error loading pdf file (because of 
multiple trailers which is valid per PDF specification)
https://bugs.documentfoundation.org/show_bug.cgi?id=106057

   What|Removed |Added

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

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

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

2023-10-31 Thread Mike Kaganski (via logerrit)
 sdext/source/pdfimport/pdfparse/pdfparse.cxx |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

New commits:
commit ba26d5f5e0529d7accf6f268559b8d659ba7c6c2
Author: Mike Kaganski 
AuthorDate: Tue Oct 31 20:43:52 2023 +0300
Commit: Mike Kaganski 
CommitDate: Tue Oct 31 21:11:34 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 

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;
 }
 


[Libreoffice-bugs] [Bug 155512] PPTX import doesn't import unused master slides

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

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

https://git.libreoffice.org/core/commit/f2ae8b934aaac7c444e8493ed5e8189c6ce63328

tdf#155512: oox: ppt: fix import master slides, follow up

It will be available in 24.2.0.

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

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

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

[Libreoffice-commits] core.git: include/oox oox/source

2023-10-31 Thread Henry Castro (via logerrit)
 include/oox/ppt/presentationfragmenthandler.hxx |8 ++--
 oox/source/ppt/presentationfragmenthandler.cxx  |   42 
 2 files changed, 26 insertions(+), 24 deletions(-)

New commits:
commit f2ae8b934aaac7c444e8493ed5e8189c6ce63328
Author: Henry Castro 
AuthorDate: Mon Oct 9 07:34:02 2023 -0400
Commit: Henry Castro 
CommitDate: Tue Oct 31 21:09:19 2023 +0100

tdf#155512: oox: ppt: fix import master slides, follow up

Import all master slides.

Signed-off-by: Henry Castro 
Change-Id: Ieac68bacf15c75e4c23ec692aadcb16033cdd092
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157701
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Caolán McNamara 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158716
Tested-by: Jenkins

diff --git a/include/oox/ppt/presentationfragmenthandler.hxx 
b/include/oox/ppt/presentationfragmenthandler.hxx
index 29204b282bdb..20fc521ae8c5 100644
--- a/include/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
@@ -52,10 +52,10 @@ private:
 void importSlide( const ::oox::core::FragmentHandlerRef& 
rSlideFragmentHandler,
 const oox::ppt::SlidePersistPtr& rPersist );
 void importSlide(sal_uInt32 nSlide, bool bFirstSlide, bool bImportNotes);
-oox::ppt::SlidePersistPtr importMasterSlide(const 
::com::sun::star::uno::Reference<::com::sun::star::frame::XModel>& xModel,
-::oox::ppt::PowerPointImport& 
rFilter,
-std::u16string_view 
rLayoutFragmentPath,
-std::u16string_view 
rMasterFragmentPath);
+void importMasterSlides();
+void importMasterSlide(const 
::com::sun::star::uno::Reference<::com::sun::star::frame::XModel>& xModel,
+   ::oox::ppt::PowerPointImport& rFilter,
+   const OUString& rMasterFragmentPath);
 void saveThemeToGrabBag(const oox::drawingml::ThemePtr& pThemePtr, 
sal_Int32 nThemeIdx);
 void importCustomSlideShow(std::vector& rCustomShowList);
 static void importSlideNames(::oox::core::XmlFilterBase& rFilter, const 
std::vector& rSlidePersist);
diff --git a/oox/source/ppt/presentationfragmenthandler.cxx 
b/oox/source/ppt/presentationfragmenthandler.cxx
index edb523161c9e..2e0f48bbae98 100644
--- a/oox/source/ppt/presentationfragmenthandler.cxx
+++ b/oox/source/ppt/presentationfragmenthandler.cxx
@@ -215,18 +215,16 @@ void 
PresentationFragmentHandler::importCustomSlideShow(std::vector&
 }
 }
 
-SlidePersistPtr PresentationFragmentHandler::importMasterSlide(const 
Reference& xModel,
-   
PowerPointImport& rFilter,
-   
std::u16string_view rLayoutFragmentPath,
-   
std::u16string_view rMasterFragmentPath)
+void PresentationFragmentHandler::importMasterSlide(const 
Reference& xModel,
+PowerPointImport& rFilter,
+const OUString& 
rMasterFragmentPath)
 {
 OUString aLayoutFragmentPath;
-OUString aMasterFragmentPath(rMasterFragmentPath);
-SlidePersistPtr pMasterPersistPtr, pMasterPtr;
+SlidePersistPtr pMasterPersistPtr;
 Reference< drawing::XDrawPage > xMasterPage;
 Reference< drawing::XMasterPagesSupplier > xMPS( xModel, 
uno::UNO_QUERY_THROW );
 Reference< drawing::XDrawPages > xMasterPages( xMPS->getMasterPages(), 
uno::UNO_SET_THROW );
-RelationsRef xMasterRelations = rFilter.importRelations( 
aMasterFragmentPath );
+RelationsRef xMasterRelations = rFilter.importRelations( 
rMasterFragmentPath );
 
 for (const auto& rEntry : *xMasterRelations)
 {
@@ -252,7 +250,7 @@ SlidePersistPtr 
PresentationFragmentHandler::importMasterSlide(const ReferencesetLayoutPath( aLayoutFragmentPath );
 rFilter.getMasterPages().push_back( pMasterPersistPtr );
 rFilter.setActualSlidePersist( pMasterPersistPtr );
-FragmentHandlerRef xMasterFragmentHandler( new SlideFragmentHandler( 
rFilter, aMasterFragmentPath, pMasterPersistPtr, Master ) );
+FragmentHandlerRef xMasterFragmentHandler( new SlideFragmentHandler( 
rFilter, rMasterFragmentPath, pMasterPersistPtr, Master ) );
 
 // set the correct theme
 OUString aThemeFragmentPath = 
xMasterFragmentHandler->getFragmentPathFromFirstTypeFromOfficeDoc( u"theme" );
@@ -297,14 +295,7 @@ SlidePersistPtr 
PresentationFragmentHandler::importMasterSlide(const ReferenceaddTheme(pMasterPersistPtr->getPage());
 }
-
-if (pMasterPersistPtr->getLayoutPath() == rLayoutFragmentPath)
-{
-pMasterPtr = pMasterPersistPtr;
-}
 }
-
-return pMasterPtr;
 }
 
 void 

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

2023-10-31 Thread Mike Kaganski (via logerrit)
 sdext/source/pdfimport/pdfparse/pdfparse.cxx |   76 ---
 1 file changed, 76 deletions(-)

New commits:
commit 046e9545956d8ad1d69345d6b4a4c0a33714d179
Author: Mike Kaganski 
AuthorDate: Tue Oct 31 20:09:35 2023 +0300
Commit: Mike Kaganski 
CommitDate: Tue Oct 31 21:01:10 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 

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
-(void)rError;
-#endif
-}
-
-std::unique_ptr pRet;
-unsigned int nEntries = aGrammar.m_aObjectStack.size();
-if( nEntries == 1 )
-{
-pRet.reset(aGrammar.m_aObjectStack.back());
-aGrammar.m_aObjectStack.pop_back();
-}
-#if OSL_DEBUG_LEVEL > 0
-else if( nEntries > 1 )
-SAL_WARN("sdext.pdfimport.pdfparse", "error got " << nEntries << " 
stack objects in parse" );
-#endif
-
-return pRet;
-}
-#endif
-
 std::unique_ptr PDFReader::read( const char* pFileName )
 {
-#ifdef _WIN32
-/* #i106583#
-   since converting to boost 1.39 file_iterator does not work anymore on 
all Windows systems
-   C++ stdlib istream_iterator does not allow "-" apparently
-   using spirit 2.0 doesn't work in our environment with the MSC
-
-   So for the time being bite the bullet and read the whole file.
-   FIXME: give Spirit 2.x another try when we upgrade boost again.
-*/
-std::unique_ptr pRet;
-FILE* fp = fopen( pFileName, "rb" );
-if( fp )
-{
-fseek( fp, 0, SEEK_END );
-unsigned int nLen = static_cast(ftell( fp ));
-fseek( fp, 0, SEEK_SET );
-char* pBuf = static_cast(std::malloc( nLen ));
-if( pBuf )
-{
-fread( pBuf, 1, nLen, fp );
-pRet = read( pBuf, nLen );
-std::free( pBuf );
-}
-fclose( fp );
-}
-return pRet;
-#else
 file_iterator<> file_start( pFileName );
 if( ! file_start )
 return nullptr;
@@ -692,7 +617,6 @@ std::unique_ptr PDFReader::read( const char* 
pFileName )
 }
 #endif
 return pRet;
-#endif // WIN32
 }
 
 #if defined(_MSC_VER)


[Libreoffice-bugs] [Bug 157934] v7.6 crashes in libuno_sal.so.3 when saving a file in Ubuntu 22.04

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

--- Comment #9 from Stefan Rueger  ---
Glad @raal could reproduce under Ubuntu 22.04 LTS. This problem kept me from
upgrading to 22.04 for nearly two years.

Now that I know it's a pesky environment variable XLIB_SKIP_ARGB_VISUALS=1
still begs the question why does libreoffice crash (but hardly anything else on
the laptop that I used for testing out 22.04) with this environment variable
set?

It's likely some library or some such, but it *is* libreoffice that crashes.

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

[Libreoffice-bugs] [Bug 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

--- Comment #6 from Sigmond  ---
I attached a screenshot of the Setting

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

[Libreoffice-bugs] [Bug 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

--- Comment #5 from Sigmond  ---
Created attachment 190571
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190571=edit
Settings for Header Line

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

[Libreoffice-bugs] [Bug 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

--- Comment #4 from Sigmond  ---
There are to ways to set a border line
1.) Goto "Paragraph Styles", "Header", "Edit Style", "Borders", then set a
line, either presets or user-defined.

2.) Goto "Page Styles", "Edit Style" for current page style e.g. "Right Page",
"Header", switch "Header on", click on Button "More", then set a line, either
presets or user-defined.

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

[Libreoffice-bugs] [Bug 157860] Unify lockdown behavior of Options dialog page Load/Save - VBA Properties

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

Balázs Varga (allotropia)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |balazs.varga...@gmail.com
   |desktop.org |

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

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

2023-10-31 Thread Noel Grandin (via logerrit)
 svx/source/sdr/properties/captionproperties.cxx |3 ---
 svx/source/sdr/properties/circleproperties.cxx  |3 ---
 svx/source/sdr/properties/graphicproperties.cxx |3 ---
 svx/source/sdr/properties/measureproperties.cxx |3 ---
 svx/source/sdr/properties/textproperties.cxx|3 ---
 svx/source/table/cell.cxx   |1 +
 6 files changed, 1 insertion(+), 15 deletions(-)

New commits:
commit 4b1acf7d1a0a2515a5f781b702c22c6233caecc8
Author: Noel Grandin 
AuthorDate: Tue Oct 31 15:28:30 2023 +0200
Commit: Noel Grandin 
CommitDate: Tue Oct 31 20:20:52 2023 +0100

no need to call GetObjectItemSet inside ForceDefaultAttributes

ForceDefaultAttributes is only called after an itemset has been created

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

diff --git a/svx/source/sdr/properties/captionproperties.cxx 
b/svx/source/sdr/properties/captionproperties.cxx
index 31bb62268521..3de1da6d65b9 100644
--- a/svx/source/sdr/properties/captionproperties.cxx
+++ b/svx/source/sdr/properties/captionproperties.cxx
@@ -89,9 +89,6 @@ namespace sdr::properties
 // call parent
 RectangleProperties::ForceDefaultAttributes();
 
-// force ItemSet
-GetObjectItemSet();
-
 // this was set by TextProperties::ForceDefaultAttributes(),
 // reset to default
 if 
(static_cast(GetSdrObject()).GetSpecialTextBoxShadow())
diff --git a/svx/source/sdr/properties/circleproperties.cxx 
b/svx/source/sdr/properties/circleproperties.cxx
index 6f589f67548f..643c297eb043 100644
--- a/svx/source/sdr/properties/circleproperties.cxx
+++ b/svx/source/sdr/properties/circleproperties.cxx
@@ -98,9 +98,6 @@ namespace sdr::properties
 
 if(eKind != SdrCircKind::Full)
 {
-// force ItemSet
-GetObjectItemSet();
-
 moItemSet->Put(SdrCircKindItem(eKind));
 
 if(rObj.GetStartAngle())
diff --git a/svx/source/sdr/properties/graphicproperties.cxx 
b/svx/source/sdr/properties/graphicproperties.cxx
index 3346c5d80048..a43ee5bd9fbb 100644
--- a/svx/source/sdr/properties/graphicproperties.cxx
+++ b/svx/source/sdr/properties/graphicproperties.cxx
@@ -132,9 +132,6 @@ namespace sdr::properties
 // call parent
 RectangleProperties::ForceDefaultAttributes();
 
-// force ItemSet
-GetObjectItemSet();
-
 moItemSet->Put( SdrGrafLuminanceItem( 0 ) );
 moItemSet->Put( SdrGrafContrastItem( 0 ) );
 moItemSet->Put( SdrGrafRedItem( 0 ) );
diff --git a/svx/source/sdr/properties/measureproperties.cxx 
b/svx/source/sdr/properties/measureproperties.cxx
index 44cdae798899..a6f4b7fd7c81 100644
--- a/svx/source/sdr/properties/measureproperties.cxx
+++ b/svx/source/sdr/properties/measureproperties.cxx
@@ -105,9 +105,6 @@ namespace sdr::properties
 // call parent
 TextProperties::ForceDefaultAttributes();
 
-// force ItemSet
-GetObjectItemSet();
-
 //#71958# by default, the show units Bool-Item is set as hard
 // attribute to sal_True to avoid confusion when copying 
SdrMeasureObj's
 // from one application to another
diff --git a/svx/source/sdr/properties/textproperties.cxx 
b/svx/source/sdr/properties/textproperties.cxx
index b2bb7b746ab9..55b366bdc03b 100644
--- a/svx/source/sdr/properties/textproperties.cxx
+++ b/svx/source/sdr/properties/textproperties.cxx
@@ -374,9 +374,6 @@ namespace sdr::properties
 
 bool bTextFrame(rObj.IsTextFrame());
 
-// force ItemSet
-GetObjectItemSet();
-
 if(bTextFrame)
 {
 moItemSet->Put(XLineStyleItem(drawing::LineStyle_NONE));
commit ba85e9f54809dd2c7eb817ead90f9fac0add6e06
Author: Noel Grandin 
AuthorDate: Tue Oct 31 15:08:44 2023 +0200
Commit: Noel Grandin 
CommitDate: Tue Oct 31 20:20:43 2023 +0100

add comment to CellProperties::ForceDefaultAttributes

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

diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 98e46842e414..c617129f3fd2 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -181,6 +181,7 @@ SdrText* CellTextProvider::getText(sal_Int32 nIndex) const
 
 void CellProperties::ForceDefaultAttributes()
 {
+// deliberately do not run superclass ForceDefaultAttributes, we 
don't want any default attributes
 }
 
 void CellProperties::ItemSetChanged(std::span< const SfxPoolItem* 
const > aChangedItems, sal_uInt16 nDeletedWhich)


[Libreoffice-bugs] [Bug 157986] Contents in rotated text frame invisible if SIKA rendering is disabled.

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

--- Comment #6 from Rainer Bielefeld Retired  
---
And for the sake of completeness: in my 7.6.1.1 (X86_64) Sika also is disabled.
so really regresseion!

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

[Libreoffice-bugs] [Bug 105336] Formatting in X-Axis doesn't work when a block of data is aligned with other blocks of data

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

--- Comment #14 from david.vantyg...@laposte.net ---
Bug still here in 7.3.7.2 Community version.
Linux 5.15.
Ubuntu package version 1:7.3.7-0ubuntu0.22.04.3
Linux Mint Cinnamon 21.2

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

[Libreoffice-bugs] [Bug 158015] New: multiple selection doesn't work in Impress

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

Bug ID: 158015
   Summary: multiple selection doesn't work in Impress
   Product: LibreOffice
   Version: 7.6.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cson...@halmai.hu

I would like to apply different formatting to certain words of a paragraph. For
example, in the following sentence, I would like to format the three commands
differently than the rest of the sentence. 

"The cd, mkdir and rmdir commands operate on directories."

Unfortunately, Impress doesn't support character styles as nicely as Writer
does. Therefore, formatting different items identically is difficult.

It would be nice if I could, at least, select multiple texts on a slide and
format them together. I can do this in Write by holding Ctrl while I select the
newer and newer texts. In Impress, I cannot do this.

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

[Libreoffice-bugs] [Bug 157907] Cannot PrintScreen when Autofilter is open in Linux X11

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

Timur  changed:

   What|Removed |Added

 Blocks||103182


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

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

Timur  changed:

   What|Removed |Added

 Depends on||157907


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157907
[Bug 157907] Cannot PrintScreen when Autofilter is open in Linux X11
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-10-31 Thread Caolán McNamara (via logerrit)
 sc/inc/column.hxx  |2 +-
 sc/source/core/data/column.cxx |   28 ++--
 sc/source/core/data/table2.cxx |2 +-
 3 files changed, 24 insertions(+), 8 deletions(-)

New commits:
commit 981061e0870ac7d963d496a51238fe1f4d5d2b7c
Author: Caolán McNamara 
AuthorDate: Tue Oct 31 11:33:56 2023 +
Commit: Michael Meeks 
CommitDate: Tue Oct 31 19:08:23 2023 +0100

tell client when the cell for the comment changed

when a row/column is inserted/deleted, etc the cell the comments are
associated with changes, so broadcast that change to the clients.

https://github.com/CollaboraOnline/online/issues/7334

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

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 87d3dc730a9f..cbdf82edecbc 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -712,7 +712,7 @@ public:
 void DuplicateNotes(SCROW nStartRow, size_t nDataSize, ScColumn& rDestCol,
 sc::ColumnBlockPosition& rDestBlockPos, bool 
bCloneCaption, SCROW nRowOffsetDest = 0) const;
 
-void UpdateNoteCaptions( SCROW nRow1, SCROW nRow2 );
+void UpdateNoteCaptions( SCROW nRow1, SCROW nRow2, bool bAddressChanged = 
true );
 
 void UpdateDrawObjects( std::vector>& pObjects, 
SCROW nRowStart, SCROW nRowEnd );
 void UpdateDrawObjectsForRow( std::vector& pObjects, SCCOL 
nTargetCol, SCROW nTargetRow );
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index d2506074070b..45a307931347 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -20,6 +20,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1810,22 +1811,37 @@ void resetColumnPosition(sc::CellStoreType& rCells, 
SCCOL nCol)
 
 class NoteCaptionUpdater
 {
-SCCOL mnCol;
-SCTAB mnTab;
+const ScDocument* m_pDocument;
+const ScAddress m_aAddress; // 'incomplete' address consisting of tab, 
column
+bool m_bAddressChanged;  // false if the cell anchor address is unchanged
 public:
-NoteCaptionUpdater( SCCOL nCol, SCTAB nTab ) : mnCol(nCol), mnTab(nTab) {}
+NoteCaptionUpdater(const ScDocument* pDocument, const ScAddress& rPos, 
bool bAddressChanged)
+: m_pDocument(pDocument)
+, m_aAddress(rPos)
+, m_bAddressChanged(bAddressChanged)
+{
+}
 
 void operator() ( size_t nRow, ScPostIt* p )
 {
-p->UpdateCaptionPos(ScAddress(mnCol,nRow,mnTab));
+// Create a 'complete' address object
+ScAddress aAddr(m_aAddress);
+aAddr.SetRow(nRow);
+
+p->UpdateCaptionPos(aAddr);
+
+// Notify our LOK clients
+if (m_bAddressChanged)
+ScDocShell::LOKCommentNotify(LOKCommentNotificationType::Modify, 
m_pDocument, aAddr, p);
 }
 };
 
 }
 
-void ScColumn::UpdateNoteCaptions( SCROW nRow1, SCROW nRow2 )
+void ScColumn::UpdateNoteCaptions( SCROW nRow1, SCROW nRow2, bool 
bAddressChanged )
 {
-NoteCaptionUpdater aFunc(nCol, nTab);
+ScAddress aAddr(nCol, 0, nTab);
+NoteCaptionUpdater aFunc((), aAddr, bAddressChanged);
 sc::ProcessNote(maCellNotes.begin(), maCellNotes, nRow1, nRow2, aFunc);
 }
 
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 53ba083929c4..21c33b222825 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -1496,7 +1496,7 @@ void ScTable::CopyCaptionsToTable( SCCOL nCol1, SCROW 
nRow1, SCCOL nCol2, SCROW
 for (SCCOL i = nCol1; i <= nCol2; i++)
 {
 aCol[i].CopyCellNotesToDocument(nRow1, nRow2, 
pDestTab->CreateColumnIfNotExists(i), bCloneCaption);
-pDestTab->aCol[i].UpdateNoteCaptions(nRow1, nRow2);
+pDestTab->aCol[i].UpdateNoteCaptions(nRow1, nRow2, false /* address 
unchanged from initial create */);
 }
 }
 


[Libreoffice-bugs] [Bug 157931] Top right close button fails to close form

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

Buovjaga  changed:

   What|Removed |Added

  Regression By||Michael Stahl
 Blocks||108440
 OS|Linux (All) |All
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org,
   ||michael.st...@allotropia.de
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6547
   Keywords||bibisected, bisected,
   ||regression
Version|7.6.2.1 release |7.6.0.0 alpha0+

--- Comment #1 from Buovjaga  ---
Bibisected with win64-7.6 to bde746141f9b382156a5ce79ebf82c5e32fc455b
tdf#146547 sfx2: allow read-only documents to be modified

I see the commit touches code related to Base forms.


Referenced Bugs:

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

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

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||157931


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157931
[Bug 157931] Top right close button fails to close form
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 106057] General input/output error loading pdf file (because of multiple trailers which is valid per PDF specification)

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

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #20 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/158737

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #10 from Mike Kaganski  ---
Indeed, LibreOffice knows the \\?\ prefix (and its UNC variant). See e.g.
https://opengrok.libreoffice.org/xref/core/sal/osl/w32/file_url.cxx?r=d7910847#48

The problem is, that we somehow do not handle it in the command line
parameters.
The reproduction is simple.

Try to run on Windows:

> path\to\soffice \\?\C:\Path\to\file.txt

See that it fails (LibreOffice starts and silently exits - our usual behavior,
when file is not found).

Then run this:

> notepad \\?\C:\Path\to\file.txt

and see that it opens OK.

Check also:

> path\to\soffice C:\Path\to\file.txt

to see that the file could be opened in LO.

-- 
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-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157924

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #2 from Buovjaga  ---
Is this only affecting Microsoft fonts? Which package did you use to install
the Microsoft fonts?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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

[Libreoffice-bugs] [Bug 157895] Accessibility: Header-borderline will not be tagged as artefact in PDF file

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---
(In reply to Sigmond from comment #0)
> Steps to Reproduce:
> 1. set a borderline in the header

How did you set it?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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

[Libreoffice-bugs] [Bug 157986] Contents in rotated text frame invisible if SIKA rendering is disabled.

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

Rainer Bielefeld Retired  changed:

   What|Removed |Added

Summary|Contents in rotated text|Contents in rotated text
   |frame invisible |frame invisible if SIKA
   ||rendering is disabled.

--- Comment #5 from Rainer Bielefeld Retired  
---
(In reply to m.a.riosv from comment #4)
> I think I see all '@'


Thx for testing. I did some more tests and found out: Sika does the trick.

1. tested with Menu ˋTools →  View  →  Graphics Output  →  All uncheckedˊ 
   » result as per my original report, 2 "@" missing 
2.  tested with Menu ˋTools →  View  →  Graphics Output  →  SIKA checked 
(force SIKA unchecked)ˊ 
   » result: all "@" visible 

@m.a.riosv:
can you confirm my results?

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

[Libreoffice-bugs] [Bug 157991] Print scaling not applied when using single column, column wider than page width, with text-wrapping

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

--- Comment #3 from crx...@hotmail.com ---
Created attachment 190570
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190570=edit
sample showing non-scaling in print or print preview

Open sheet and look at print preview

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

  1   2   3   4   >