[Bug 161169] New: Login Screen shown incorrect error message

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

Bug ID: 161169
   Summary: Login Screen shown incorrect error message
   Product: Impress Remote
   Version: 1.0.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: smamiri...@gmail.com

Description:
Spelling mistake

Actual Results:
Incorrect error message

Expected Results:
correct message


Reproducible: Always


User Profile Reset: No

Additional Info:
test

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

[Bug 161170] New: Login Screen shown incorrect error message

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

Bug ID: 161170
   Summary: Login Screen shown incorrect error message
   Product: Impress Remote
   Version: 1.0.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: smamiri...@gmail.com

Description:
Spelling mistake

Actual Results:
Incorrect error message

Expected Results:
correct message


Reproducible: Always


User Profile Reset: No

Additional Info:
test

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

[Bug 161088] Page numbers in status bar forgotten to translate (in Japanese UI)

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

--- Comment #1 from Saburo  ---
Thank you for the report.
It's not a bug, it's just that "weblate" hasn't finished translating it.

Proposed it, so I think it will be adopted in the next release.
https://translations.documentfoundation.org/translate/libo_ui-master/swmessages/ja/?checksum=ea223f8fe19c72ed

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

[Bug 161141] Build fails: ma_client_plugin.c: error: initialization of ‘struct st_mysql_client_plugin *’ from incompatible pointer type ‘struct st_mysql_client_plugin_AUTHENTICATION *’ [-Wincompatibl

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

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

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

tdf#150082 tdf#161141 fix typecasting error in Makefile

It will be available in 24.8.0.

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

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

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

[Bug 161141] Build fails: ma_client_plugin.c: error: initialization of ‘struct st_mysql_client_plugin *’ from incompatible pointer type ‘struct st_mysql_client_plugin_AUTHENTICATION *’ [-Wincompatibl

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 150082] LO Base MySQL connector don't accept auth via gssapi (missing auth_gssapi_client.dll?)

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

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

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

tdf#150082 tdf#161141 fix typecasting error in Makefile

It will be available in 24.8.0.

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

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

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

core.git: external/mariadb-connector-c

2024-05-18 Thread Printf Debugging (via logerrit)
 external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc389f64a500fde75a632173cba9b9e1ee5abb86
Author: Printf Debugging 
AuthorDate: Sat May 18 15:09:07 2024 +0530
Commit: Mike Kaganski 
CommitDate: Sun May 19 06:37:43 2024 +0200

tdf#150082 tdf#161141 fix typecasting error in Makefile

In patch https://gerrit.libreoffice.org/c/core/+/167057 , cast
to st_mysql_client_plugin instead of st_mysql_client_plugin_AUTHENTICATION

Change-Id: I76e0717eb3fe5e665c262a33852908c4b6b38ecf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167806
Tested-by: Mike Kaganski 
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git 
a/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk 
b/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
index 31515fd4ac7e..dbce7aec4bdd 100644
--- a/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
+++ b/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
@@ -46,7 +46,7 @@ $(eval $(call 
gb_UnpackedTarball_set_post_action,mariadb-connector-c, \
(struct st_mysql_client_plugin 
*)\_socket_client_plugin$(COMMA) \
(struct st_mysql_client_plugin 
*)\_sha2_password_client_plugin$(COMMA) \
(struct st_mysql_client_plugin 
*)\_native_password_client_plugin$(COMMA) \
-   (struct st_mysql_client_plugin_AUTHENTICATION 
*)\_gssapi_client_client_plugin$(COMMA) \
+   (struct st_mysql_client_plugin 
*)\_gssapi_client_client_plugin$(COMMA) \
$(if $(filter WNT,$(OS)), \
(struct st_mysql_client_plugin 
*)\_shmem_client_plugin$(COMMA) \
(struct st_mysql_client_plugin 
*)\_npipe_client_plugin$(COMMA) \


New Defects reported by Coverity Scan for LibreOffice

2024-05-18 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
9 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1598293:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/unocore/unotbl.cxx: 2716 in 
SwXTextTable::getPropertyValue(const rtl::OUString &)()



*** CID 1598293:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/unocore/unotbl.cxx: 2716 in 
SwXTextTable::getPropertyValue(const rtl::OUString &)()
2710 }
2711 break;
2712 
2713 case  FN_UNO_ANCHOR_TYPES:
2714 case  FN_UNO_TEXT_WRAP:
2715 case  FN_UNO_ANCHOR_TYPE:
>>> CID 1598293:  Error handling issues  (CHECKED_RETURN)
>>> Calling "GetDefaultTextContentValue" without checking return value (as 
>>> is done elsewhere 8 out of 10 times).
2716 ::sw::GetDefaultTextContentValue(
2717 aRet, u"", pEntry->nWID);
2718 break;
2719 
2720 case FN_UNO_RANGE_ROW_LABEL:
2721 {

** CID 1598292:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/unocore/unosect.cxx: 1610 in 
SwXTextSection::getPropertyDefault(const rtl::OUString &)()



*** CID 1598292:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/unocore/unosect.cxx: 1610 in 
SwXTextSection::getPropertyDefault(const rtl::OUString &)()
1604 case WID_SECT_EDIT_IN_READONLY:
1605 aRet <<= false;
1606 break;
1607 case  FN_UNO_ANCHOR_TYPES:
1608 case  FN_UNO_TEXT_WRAP:
1609 case  FN_UNO_ANCHOR_TYPE:
>>> CID 1598292:  Error handling issues  (CHECKED_RETURN)
>>> Calling "GetDefaultTextContentValue" without checking return value (as 
>>> is done elsewhere 8 out of 10 times).
1610 ::sw::GetDefaultTextContentValue(aRet, u"", pEntry->nWID);
1611 break;
1612 default:
1613 if(pFormat && SfxItemPool::IsWhich(pEntry->nWID))
1614 {
1615 SwDoc *const pDoc = pFormat->GetDoc();



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3D5zYB_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtKmWXHLXD2K1QR2E0we2gMn5wcMxInQlUK6dDYna68JKILfgHJ5fmdUrDHNAjyeGutssgC6UiOf3tTplNaaWmgR4ovfqIIraxT06EMYD0X41RbLLR5QRgxgg7vjSA-2F1Ed1jqyi5AINm1rErKe3iTaVZYIE5torCQxPe-2BzmomAgj4-3D



core.git: dictionaries

2024-05-18 Thread Marco A.G.Pinto (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12d4e47155a52e17a5cc980e1ac41c16285430b3
Author: Marco A.G.Pinto 
AuthorDate: Sun May 19 04:35:08 2024 +0100
Commit: Gerrit Code Review 
CommitDate: Sun May 19 05:35:08 2024 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 7272a82714ca91947b4573c09bce4938861a9877
  - Updated the English dictionaries: GB+ZA (2024.05.01)

Change-Id: Ie9586a0ff5a823893e059c0190f9239548448173
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/167028
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 

diff --git a/dictionaries b/dictionaries
index 0ca7301c3c00..7272a82714ca 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 0ca7301c3c00d6e7936fd912ba775d0008f7fee4
+Subproject commit 7272a82714ca91947b4573c09bce4938861a9877


dictionaries.git: en/changelog.txt en/description.xml en/en_GB.aff en/en_GB.dic en/English.png en/en_ZA.aff en/package-description.txt en/README_en_GB.txt en/README_en_ZA.txt

2024-05-18 Thread Marco A.G.Pinto (via logerrit)
 en/English.png |binary
 en/README_en_GB.txt|4 
 en/README_en_ZA.txt|   38 +
 en/changelog.txt   |   30 +
 en/description.xml |2 
 en/en_GB.aff   |5 
 en/en_GB.dic   | 1267 +++--
 en/en_ZA.aff   |   60 +-
 en/package-description.txt |4 
 9 files changed, 765 insertions(+), 645 deletions(-)

New commits:
commit 7272a82714ca91947b4573c09bce4938861a9877
Author: Marco A.G.Pinto 
AuthorDate: Fri May 3 06:11:46 2024 +0100
Commit: Aron Budea 
CommitDate: Sun May 19 05:35:08 2024 +0200

Updated the English dictionaries: GB+ZA (2024.05.01)

Change-Id: Ie9586a0ff5a823893e059c0190f9239548448173
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/167028
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 

diff --git a/en/English.png b/en/English.png
index 13ec15f..39f406b 100644
Binary files a/en/English.png and b/en/English.png differ
diff --git a/en/README_en_GB.txt b/en/README_en_GB.txt
index 821acd0..7dd301e 100644
--- a/en/README_en_GB.txt
+++ b/en/README_en_GB.txt
@@ -196,6 +196,10 @@ OOo Issue 63541 — remove *dessicated
 
 2023-10-26:
— Improved flag “J”, increasing the wordlist in 70 valid words.
+
+2024-04-02:
+   — Improved flag “S”, increasing the wordlist in 13 valid words.
+
 ---
 
 MARCO A.G.PINTO:
diff --git a/en/README_en_ZA.txt b/en/README_en_ZA.txt
index 436b56e..144797c 100644
--- a/en/README_en_ZA.txt
+++ b/en/README_en_ZA.txt
@@ -1,3 +1,41 @@
+Since 2021 that the ZA dictionary has been improved/fixed by Marco A.G.Pinto.
+
+2010-03-09 (nemeth AT OOo)
+   - UTF-8 encoded dictionary:
+   - fix em-dash problem of OOo 3.2 by BREAK
+   - suggesting words with typographical apostrophes
+   - recognizing words with Unicode f ligatures
+   - add phonetic suggestion (Copyright (C) 2000 Björn Jacke, see the 
end of the file)
+
+2021-02-15 (Marco A.G.Pinto)
+   - Fixed: concious + conciousness.
+
+2022-07-12 (Marco A.G.Pinto)
+   - Fixed: “!” flag at start of words;
+   - Removed duplicate words;
+   - Sorted alphabetically the dictionary.
+
+2023-01-01 (Marco A.G.Pinto)
+   - Added the: ICONV ’ ';
+   - Sorted alphabetically the tags of the .aff.
+
+2023-01-17 (Marco A.G.Pinto)
+   - Added: Czechia + Czechia's.
+
+2023-01-26 (Marco A.G.Pinto)
+   - Fixed/improved: flag “3”.
+
+2024-01-29 (Marco A.G.Pinto)
+   - Fix: Removed the: ICONV ’ ' because it was already at the end of 
the .aff;
+   - Fix: apostrophe handling, by adding: WORDCHARS 0123456789’ to the 
.aff;
+   - Improved flag “J” adding 424 words.
+
+2024-04-02 (Marco A.G.Pinto)
+   - Improved flag “S” adding 9 words (possessives).
+   - Improved flag “N” adding 1114 words (possessives).
+
+---
+
 MySpell English (South African) Spellchecker
 
 
diff --git a/en/changelog.txt b/en/changelog.txt
index 7873374..3844ae3 100644
--- a/en/changelog.txt
+++ b/en/changelog.txt
@@ -1,3 +1,33 @@
+MAGP 2024-05-01
+
+Updated the Dictionaries:
+- British (Marco A.G.Pinto)*
+  * British has 204 new words(1) (2024-05-01).
+(1) Added tons of plurals and possessives.
+- ZA
+  * Improved flag “S” adding 9 words (possessives).
+  * Improved flag “N” adding 1114 words (possessives).
+
+
+
+MAGP 2024-04-01
+
+Updated the Dictionaries:
+- British (Marco A.G.Pinto)*
+  * British has 191 new words(1) (2024-04-01).
+(1) Added tons of plurals and possessives.
+
+
+
+MAGP 2024-03-01
+
+Updated the Dictionaries:
+- British (Marco A.G.Pinto)*
+  * British has 199 new words(1) (2024-03-01).
+(1) Added tons of plurals and possessives.
+
+
+
 MAGP 2024-02-01
 
 Updated the Dictionaries:
diff --git a/en/description.xml b/en/description.xml
index 8a514f2..a9c5921 100644
--- a/en/description.xml
+++ b/en/description.xml
@@ -1,6 +1,6 @@
 
 http://openoffice.org/extensions/description/2006; 
xmlns:d="http://openoffice.org/extensions/description/2006;  
xmlns:xlink="http://www.w3.org/1999/xlink;>
-
+
 
 
 English spelling dictionaries, hyphenation rules, 
thesaurus, and grammar checker
diff --git a/en/en_GB.aff b/en/en_GB.aff
index c0b778d..8816fec 100644
--- a/en/en_GB.aff
+++ b/en/en_GB.aff
@@ -14,7 +14,7 @@
 #   3) Plurals.
 #
 # David Bartlett, Andrew Brown, Marco A.G.Pinto.
-# V 3.2.9, 2024-02-01
+# V 3.3.2, 2024-05-01
 
 SET UTF-8
 
@@ -714,7 +714,7 @@ SFX r 0 lers [^aeio][aeiou]l
 SFX r 0 r e 
 SFX r 0 r's e 
 SFX r 0 rs e 
-SFX S Y 9
+SFX S Y 10
 SFX S 0 es [cs]h 
 SFX S 0 es [sxz] 
 SFX S y ies [^aeiou]y 
@@ -724,6 +724,7 @@ SFX S 0 s [^hsuxyz]
 SFX S 0 s [ae]u 
 SFX S 0 s [aeiou]y 
 SFX S 0 x [ae]u 
+SFX S 0 x's [ae]u 
 SFX P Y 9
 SFX P y iness [^aeiou]y 
 SFX P y iness's [^aeiou]y 
diff --git a/en/en_GB.dic b/en/en_GB.dic
index 6328ef2..9cde718 

[Bug 160933] Writer does not follow the link to open document

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

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

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 135739] Assertion on Ctrl+Shift+Page down after Shift+Page down

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

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

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

[Bug 157538] LibreOffice Calc crashes on exit

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 135739] Assertion on Ctrl+Shift+Page down after Shift+Page down

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

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.

[Bug 160919] UI: Release notes button is black on dark blue background if macOS's "increase contrast" setting is on

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158285] Formatting. Extremely large page number literals have appeared through my spreadsheet eg PAGE 20019

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

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Bug 108670] Active color in the Area tab looks like set to black when active color not defined

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

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

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 157538] LibreOffice Calc crashes on exit

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 158045] mail merge: data sources not updated when opening the file

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

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Bug 98462] EDITING: cross-reference to heading gets lost when inserted by a section file link with a link region

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

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

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 84571] headless libreoffice renders progress bar ...

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

--- Comment #11 from QA Administrators  ---
Dear Michael Meeks,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 45028] label of connector, ordinary lines and arrow gets written through line

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

--- Comment #48 from QA Administrators  ---
Dear hdv.jadev,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 147702] Fileopen DOC: Text jumbled together on a page

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

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

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 147539] Assertion fails in debug build in changing size of the thumbnail placeholder in handout master

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

--- Comment #6 from QA Administrators  ---
Dear Regina Henschel,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 138629] No Smooth Scrolling in Writer (clicking and holding in the empty space around scrollbar) (Linux)

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

--- Comment #10 from QA Administrators  ---
Dear Noah Li,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 145116] assert fails in debug build when touch a style dialog second time

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

--- Comment #6 from QA Administrators  ---
Dear Regina Henschel,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 107439] librelogo does not work with language set to Finnish

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

--- Comment #12 from QA Administrators  ---
Dear Ari Latvala,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 161159] Add GROUPBY, PIVOTBY, PERCENTOF functions to Calc

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

--- Comment #3 from m_a_riosv  ---
I can, but would be fine having more opinions.

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

[Bug 161166] show column and row totals option not saved to .xlsx format file

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

--- Comment #4 from m_a_riosv  ---
I think no, there is a sample file on tdf@122469.

But if you want, add there your comment and your sample file.

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

[Bug 135739] Assertion on Ctrl+Shift+Page down after Shift+Page down

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

--- Comment #6 from Jim Raykowski  ---
(In reply to Julien Nabet from comment #5)
> On pc Debian x86-64 with master sources updated today, I don't reproduce
> this anymore.
> 
> Could someone else give a new try?
Hi Julien,

I also don't repro any longer with current master build. The accelerator
bindings have changed since the report was made. Looking at the code history I
think they were: 

.uno:PageDownSel for Shift+PgDn
.uno:JumpToNextTableSel for Ctrl+Shift+PgDn

Ctrl+Shift+PgDn is now assigned to .uno:ZoomMinus

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

[Bug 108540] [META] Page watermark bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |5.4.0.3 release

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Introduced in 5.4 by Szymon Kłos:
http://blog.eszkadev.com/2017/06/watermark-for-libreoffice-writer.html

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

[Bug 122567] Inserting watermark (menu Format > Watermark) can't be undone

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
Still the case in recent daily build:

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

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

[Bug 108540] [META] Page watermark bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|159413  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159413
[Bug 159413] Adding a watermark in Writer makes Undo unavailable even for old
events
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 105948] [META] Undo/Redo bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|159413  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159413
[Bug 159413] Adding a watermark in Writer makes Undo unavailable even for old
events
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 122567] Inserting watermark (menu Format > Watermark) can't be undone

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||kaktebyaviru...@gmail.com

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

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

[Bug 159413] Adding a watermark in Writer makes Undo unavailable even for old events

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 Blocks|105948, 108540  |

--- Comment #4 from Stéphane Guillou (stragu) 
 ---


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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108540
[Bug 108540] [META] Page watermark bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158914] Calc leaks RAM when using macOS accessibility

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 48741] [META] Writer's page header and footer issues

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||111325


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111325
[Bug 111325] Adding a watermark automatically adds a page header
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 111325] Adding a watermark automatically adds a page header

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48741
[Bug 48741] [META] Writer's page header and footer issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|24.8.0.0 alpha0+ Master |7.6.7.2 release

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

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

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Thanks for the report, Vena Cava.

Reproduced in:

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

But as m_a_riosv said, this is considered "not a bug", as explained by Szymon
in bug 111325 comment 6:

> Watermark is inserted to the page header and that is the root cause. This is
> done for a compatibility with other suites (MS Office also does Watermark this
> way, and adds page header).

I am closing as a duplicate so we keep track of how many users think this is an
issues. If you want, feel free to comment in bug 111325.

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

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

[Bug 111325] Adding a watermark automatically adds a page header

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||vena.c...@virgin.net

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

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

[Bug 136524] [META] Performance/hang/lag/high CPU issues

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

Hossein  changed:

   What|Removed |Added

 Depends on||161021


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161021
[Bug 161021] Writer hangs when footnote is on the wrong page
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 107396] [META] Repagination issues

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

Hossein  changed:

   What|Removed |Added

 Depends on||161021


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161021
[Bug 161021] Writer hangs when footnote is on the wrong page
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161021] Writer hangs when footnote is on the wrong page

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

Hossein  changed:

   What|Removed |Added

 Blocks||136524, 107396
Summary|Writer hangs (endless loop) |Writer hangs when footnote
   |when footnote is on the |is on the wrong page
   |wrong page  |

--- Comment #9 from Hossein  ---
(In reply to Markus Grob from comment #8)
> I now have tested it on my Win10. New Laptop with 28 cores. Export with
> DEv-version from 18th of Mai needed 2 minutes and 4 seconds to build the pdf.
> WHen I start the build with the document as argument, it needs the same
> time. First it seems to stuck with the message "repagening", but after 1
> minute it changed to "export" and from the start until it's on the
> directory, it's the same time.
> For me, the time to read and analyze the document is the point where the
> problem needs to be searched. Now I try to get the "bad" parts of the
> document, as I now have found I way to display the nodenumber in the warning
> window.
In LibreOffice Bugzilla, there is even a dedicated meta bug for re-pagination,
which is an important issue: tdf#107396. You can see a tree of these issues
here:

https://bugs.documentfoundation.org/showdependencytree.cgi?id=107396_resolved=1

I add this issue to the Performance meta bug, and also remove "(endless loop)"
from the title to describe the fact that this does not always lead to a
complete hang.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107396
[Bug 107396] [META] Repagination issues
https://bugs.documentfoundation.org/show_bug.cgi?id=136524
[Bug 136524] [META] Performance/hang/lag/high CPU issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 35538] Handling of fonts with more than 4 styles (R/B/I/BI) is suboptimal

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

--- Comment #92 from João Paulo  ---
Is this the same bug as reported or a new bug?

* Use Merriweather Sans in Light and Bold styles in your document;
* Save the document and close all instances of LibreOffice;
* Reopen the document in LibreOffice Writer;
* LibreOffice uses a fake bold style derived from the Light style instead of
the real Bold style installed in your system;
* Extra:  If you first open a document which was formatted Merriweather Sans
Regular and Bold before opening the (second) document which was formatted with
Light and Bold, when you open the second document LibreOffice Writer shows
correctly the Light and Bold styles; however, when printing or exporting to PDF
it again shows a fake bold style derived from the Light style.

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

[Bug 135645] LO corrupts bitmaps and crashes in X11 with 16 bit color (TrueColor)

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 CC||stephane.guillou@libreoffic
   ||e.org
Crash report or||["libmergedlo.so"]
crash signature||

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

[Bug 150946] Random crashes while working on large documents, forcing me to restart my PC

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
(In reply to mvk1234321 from comment #0)
> the issue may be caused by something I am doing
> that most users don't do frequently like:
> 1. Cut-and-pasting lots of text
> 2. Scrolling back and forth frequently
That sounds like bug 149527, fixed in recent versions
> 3. Opening multiple windows for the same document for reference
> 4. Using extremely small font sizes
> 5. Leaving LibreOffice open in the background for a while without saving
Other reports mention an issue after sleep, like bug 153665 or bug 153665.

I tested with your sample document on Windows 11, did the actions you listed,
let Windows go to sleep, and then used LO again. No crash.

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Given that quite a few crashes have been resolved since you reported this,
including bug 149527, please try the following:
- make sure Windows is up to date
- install the latest LO version (24.2.3 or above)
- test and see if the issue persists
- if you still get crashes, try using a new user profile (and backup the old
one): https://wiki.documentfoundation.org/UserProfile
- if you still get crashes after that, please provide updated details,
including the full information from Help > About LibreOffice

Thank you!

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

[Bug 161159] Add GROUPBY, PIVOTBY, PERCENTOF functions to Calc

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

--- Comment #2 from Óvári  ---
(In reply to m_a_riosv from comment #1)
> +1
Can you please update the Status from UNCONFIRMED to NEW? Thank you

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

[Bug 161159] Add GROUPBY, PIVOTBY, PERCENTOF functions to Calc

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
+1

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

[Bug 161165] Crash in: SvListView::SelectListEntry(SvTreeListEntry *,bool)

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

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + gen rendering, I don't
reproduce this.

Could you apply
https://wiki.documentfoundation.org/QA/FirstSteps#Corrupted_user_profile and
give a new try?

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

[Bug 161160] Indent increase multiple cells not formatting correctly when Aligned right in box

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Maybe in relation with tdf#107213 and tdf#126829

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

[Bug 161165] Crash in: SvListView::SelectListEntry(SvTreeListEntry *,bool)

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

Julien Nabet  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
 OS|All |Windows (All)

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

[Bug 161167] LibreOffice Version: 24.2.3.2 (X86_64) - Writer - Footnotes not displayed.

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

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

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

GSoC Project Introduction - .NET Bindings for UNO

2024-05-18 Thread Ritobroto Mukherjee
Hello everyone,

I'm Ritobroto Mukherjee, one of the GSoC contributors for LibreOffice
this year. I'll be working on updating UNO bindings for .NET languages
(C#, F# and VB.NET).

This project aims to update the original .NET Framework compatible
bindings, to use the newer .NET 8 SDK. This would not only make them
cross-platform, but also allow us to introduce newer C# syntax and
features such as generic types. Tests, examples, documentation and a
NuGet package for end users to consume the bindings are also planned.

I am eager to work under the guidance of Mr. Hossein and Mr. Thorsten,
along with the support of the entire LibreOffice community. 

Similar to my peers, I'll be sending weekly updates shortly. Also a big
congratulations to all my peers who were also selected as contributors.

Best regards,
Ritobroto


[Bug 161021] Writer hangs (endless loop) when footnote is on the wrong page

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

--- Comment #8 from Markus Grob  ---
I now have tested it on my Win10. New Laptop with 28 cores. Export with
DEv-version from 18th of Mai needed 2 minutes and 4 seconds to build the pdf.
WHen I start the build with the document as argument, it needs the same time.
First it seems to stuck with the message "repagening", but after 1 minute it
changed to "export" and from the start until it's on the directory, it's the
same time.
For me, the time to read and analyze the document is the point where the
problem needs to be searched. Now I try to get the "bad" parts of the document,
as I now have found I way to display the nodenumber in the warning window.

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

[Bug 161168] WebDav UCP - has (fairly) busy-loop in a thread refreshing locks

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

Michael Meeks  changed:

   What|Removed |Added

   Keywords||difficultyInteresting,
   ||easyHack, skillCpp,
   ||topicCleanup
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||michael.st...@allotropia.de

--- Comment #1 from Michael Meeks  ---
Hi Michael; not sure if you're interested in this one =) but was a curio I
stumbled over in some code reading there.

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

[Bug 161168] New: WebDav UCP - has (fairly) busy-loop in a thread refreshing locks

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

Bug ID: 161168
   Summary: WebDav UCP - has (fairly) busy-loop in a thread
refreshing locks
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

It appears that:

ucb/source/ucp/webdav-curl/SerfLockStore.cxx

Hasa  thread that wakes up 25 times per second:

std::this_thread::sleep_for( std::chrono::milliseconds(1000/25) );

to see if some timeouts have expired.

However - the method 'refreshLocks' could easily tell us how long it will be
until we need to refresh another lock; and if we wait/sleep on a condition we
can signal that if new ones are added.

This would make scheduling far more relaxed.

Suggest adding a shortest deadline in milliseconds to wake up again as a return
value from 'refreshLocks()' there and sleeping that long.

=)

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

core.git: Branch 'libreoffice-24-2' - 2 commits - sw/inc sw/qa sw/source

2024-05-18 Thread Michael Stahl (via logerrit)
 sw/inc/doc.hxx  |   30 +-
 sw/qa/extras/uiwriter/data/stylewithlistandindents.fodt |  182 
 sw/qa/extras/uiwriter/uiwriter8.cxx |  121 ++
 sw/source/core/doc/DocumentContentOperationsManager.cxx |   16 +
 sw/source/core/doc/docnum.cxx   |   98 +++-
 sw/source/core/edit/autofmt.cxx |2 
 sw/source/core/edit/ednumber.cxx|   12 -
 sw/source/core/undo/unnum.cxx   |4 
 sw/source/core/unocore/unocrsrhelper.cxx|8 
 sw/source/filter/basflt/fltshell.cxx|2 
 10 files changed, 433 insertions(+), 42 deletions(-)

New commits:
commit b01d89eaf473870281f6ecbdeb12aa3fcd79f9bb
Author: Michael Stahl 
AuthorDate: Fri May 17 13:58:41 2024 +0200
Commit: Caolán McNamara 
CommitDate: Sat May 18 22:30:14 2024 +0200

tdf#161137 sw: AutoText or Paste should copy paragraph indents for lists

The first commit made the start and end node of the paste look like the
list it was inserted into, but the middle nodes may have different
paragraph styles and may have different left margin / first line indent.

In addition to the SwNumRule, also copy any left margin or first line
indent if it is effective on the node that the SwNumRule was taken from.

Now all the list labels should be in the same place.

Change-Id: Ia5794687ea0ff542f23289b1ca63ea99dae85bc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/16
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 2bcaa374ea418cd81f9dbf62cd7e896f5977992a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167810
Reviewed-by: Caolán McNamara 

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 84378f8521ea..946c96fd29db 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1073,7 +1073,9 @@ public:
  const SwNumRule&,
  SetNumRuleMode mode,
  SwRootFrame const* pLayout = nullptr,
- const OUString& sContinuedListId = OUString());
+ const OUString& sContinuedListId = OUString(),
+ SvxTextLeftMarginItem const* pTextLeftMarginToPropagate = 
nullptr,
+ SvxFirstLineIndentItem const* pFirstLineIndentToPropagate 
= nullptr);
 void SetCounted(const SwPaM&, bool bCounted, SwRootFrame const* pLayout);
 
 void MakeUniqueNumRules(const SwPaM & rPaM);
@@ -1150,7 +1152,9 @@ public:
 int nNonEmptyAllowed,
 OUString& sListId,
 SwRootFrame const* pLayout,
-const bool bInvestigateStartNode = false );
+const bool bInvestigateStartNode = false,
+SvxTextLeftMarginItem const** 
o_ppTextLeftMargin = nullptr,
+SvxFirstLineIndentItem const** 
o_ppFirstLineIndent = nullptr);
 
 // Paragraphs without numbering but with indents.
 bool NoNum( const SwPaM& );
diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx 
b/sw/qa/extras/uiwriter/uiwriter8.cxx
index 13e437e68d96..60b1bd8e9ce6 100644
--- a/sw/qa/extras/uiwriter/uiwriter8.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter8.cxx
@@ -25,6 +25,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -880,7 +881,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, 
testInsertAutoTextIntoListFromParaStyle)
 pWrtShell->FwdPara();
 pWrtShell->EndPara(/*bSelect=*/false);
 // expands autotext (via F3)
-pWrtShell->Insert(" dt");
+pWrtShell->Insert(" jacr");
 
 SwXTextDocument* pTextDoc = 
dynamic_cast(mxComponent.get());
 pTextDoc->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_F3);
@@ -889,6 +890,10 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, 
testInsertAutoTextIntoListFromParaStyle)
 pWrtShell->SttEndDoc(/*bStt=*/true);
 pWrtShell->FwdPara();
 
+SwNumRule* pNumRule;
+SvxTextLeftMarginItem const* pTextLeftMargin;
+SvxFirstLineIndentItem const* pFirstLineIndent;
+
 {
 SwTextNode& rNode{ 
*pWrtShell->GetCursor()->GetPoint()->GetNode().GetTextNode() };
 // numrule from paragraph style, but not from direct formatting
@@ -905,7 +910,32 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, 
testInsertAutoTextIntoListFromParaStyle)
 CPPUNIT_ASSERT_EQUAL(SfxItemState::DEFAULT, 
pSet->GetItemState(RES_MARGIN_TEXTLEFT, false));
 CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, 
pSet->GetItemState(RES_MARGIN_TEXTLEFT, true));
 CPPUNIT_ASSERT_EQUAL(u"ListAndIndents"_ustr, 
rNode.GetTextColl()->GetName());
-CPPUNIT_ASSERT(rNode.GetText().startsWith("Item He heard quiet 
steps"));
+CPPUNIT_ASSERT_EQUAL(u"Item We confirm receipt of your application 
material."_ustr,
+   

core.git: Branch 'libreoffice-24-2' - svgio/inc svgio/qa svgio/source

2024-05-18 Thread Xisco Fauli (via logerrit)
 svgio/inc/svgstyleattributes.hxx  |7 +
 svgio/qa/cppunit/SvgImportTest.cxx|8 +
 svgio/qa/cppunit/data/contextFill.svg |8 +
 svgio/source/svgreader/svgstyleattributes.cxx |   36 --
 4 files changed, 57 insertions(+), 2 deletions(-)

New commits:
commit e9cec488461b1610091f43b4a837e2338fd1cf91
Author: Xisco Fauli 
AuthorDate: Mon May 6 17:15:59 2024 +0200
Commit: Caolán McNamara 
CommitDate: Sat May 18 22:29:28 2024 +0200

tdf#155651: Add support for "context-fill"

Change-Id: I6f96cc7c059ece5f9401fc0ae552cf279e53109c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167230
Reviewed-by: Xisco Fauli 
Tested-by: Jenkins
(cherry picked from commit 3b0f96a0773f19f7d5bdb5725ff9667eb4809215)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167218
Reviewed-by: Caolán McNamara 

diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx
index 61a3816e82cb..30cbab965644 100644
--- a/svgio/inc/svgstyleattributes.hxx
+++ b/svgio/inc/svgstyleattributes.hxx
@@ -247,6 +247,9 @@ namespace svgio::svgreader
 // #121221# Defines if evtl. an empty array *is* set
 boolmbStrokeDasharraySet : 1;
 
+// tdf#155651 Defines if 'context-fill' is used in fill
+boolmbContextFill : 1;
+
 // tdf#155651 Defines if 'context-stroke' is used in stroke
 boolmbContextStroke : 1;
 
@@ -254,6 +257,7 @@ namespace svgio::svgreader
 OUStringmaNodeFillURL;
 OUStringmaNodeStrokeURL;
 
+const basegfx::BColor*  maContextFill;
 const basegfx::BColor*  maContextStroke;
 
 /// internal helpers
@@ -332,6 +336,9 @@ namespace svgio::svgreader
 /// stroke content
 const basegfx::BColor* getStroke() const;
 
+/// context fill content
+const basegfx::BColor* getContextFill() const;
+
 /// context stroke content
 const basegfx::BColor* getContextStroke() const;
 
diff --git a/svgio/qa/cppunit/SvgImportTest.cxx 
b/svgio/qa/cppunit/SvgImportTest.cxx
index b4aa5250f5ec..bc99c672b4b6 100644
--- a/svgio/qa/cppunit/SvgImportTest.cxx
+++ b/svgio/qa/cppunit/SvgImportTest.cxx
@@ -669,6 +669,14 @@ CPPUNIT_TEST_FIXTURE(Test, testMarkerOrient)
 assertXPath(pDocument, "/primitive2D/transform/transform[2]"_ostr, 
"xy33"_ostr, "1");
 }
 
+CPPUNIT_TEST_FIXTURE(Test, testContextFill)
+{
+xmlDocUniquePtr pDocument = 
dumpAndParseSvg(u"/svgio/qa/cppunit/data/contextFill.svg");
+
+assertXPath(pDocument, 
"/primitive2D/transform/polypolygonstroke/line"_ostr, "color"_ostr, "#ff");
+assertXPath(pDocument, 
"/primitive2D/transform/transform/polypolygoncolor"_ostr, "color"_ostr, 
"#ff");
+}
+
 CPPUNIT_TEST_FIXTURE(Test, testContextStroke)
 {
 xmlDocUniquePtr pDocument = 
dumpAndParseSvg(u"/svgio/qa/cppunit/data/contextStroke.svg");
diff --git a/svgio/qa/cppunit/data/contextFill.svg 
b/svgio/qa/cppunit/data/contextFill.svg
new file mode 100644
index ..399d3c16b09e
--- /dev/null
+++ b/svgio/qa/cppunit/data/contextFill.svg
@@ -0,0 +1,8 @@
+http://www.w3.org/2000/svg;>
+
+
+   
+
+
+
+
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx 
b/svgio/source/svgreader/svgstyleattributes.cxx
index eee09889c226..42e19c51fcd5 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -817,6 +817,11 @@ namespace svgio::svgreader
 rMarkerTransform.identity();
 rClipRange.reset();
 
+// Set the current fill to the marker before calling 
getMarkerPrimitives,
+// which calls decomposeSvgNode to decompose the children of the 
marker.
+// If any of the children uses 'fill="context-fill"', then it will 
use it
+
const_cast(rMarker.getSvgStyleAttributes())->maContextFill 
= getFill();
+
 // Set the current stroke to the marker before calling 
getMarkerPrimitives,
 // which calls decomposeSvgNode to decompose the children of the 
marker.
 // If any of the children uses 'stroke="context-stroke"', then it 
will use it
@@ -1292,9 +1297,11 @@ namespace svgio::svgreader
 maBaselineShift(BaselineShift::Baseline),
 maBaselineShiftNumber(0),
 maDominantBaseline(DominantBaseline::Auto),
-maResolvingParent(33, 0),
+maResolvingParent(34, 0),
 mbStrokeDasharraySet(false),
+mbContextFill(false),
 mbContextStroke(false),
+maContextFill(nullptr),
 maContextStroke(nullptr)
 {
 }
@@ -1315,7 +1322,11 @@ namespace svgio::svgreader
 OUString aURL;
 SvgNumber aOpacity;
 
-   

core.git: Branch 'libreoffice-24-2' - sw/qa

2024-05-18 Thread Michael Stahl (via logerrit)
 sw/qa/extras/uiwriter/uiwriter3.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 99ad44515c45e98635d382ebfec82b0a09217f9e
Author: Michael Stahl 
AuthorDate: Tue May 14 11:24:35 2024 +0200
Commit: Caolán McNamara 
CommitDate: Sat May 18 22:28:58 2024 +0200

sw: make testTdf131963 less strict

Asserting number of pages is rather questionable because any number of
things can change that and you will spend days debugging that.

For some reason this test has 12 pages on my libreoffice-24-2 branch
build and 11 pages on my master build, either of which are clearly
better than the 2 pages result of the bug that was fixed there.

Change-Id: Ie1e97d5cc973f317a2d6ca8a7d13822385b134f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167627
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 9aa22abcbdfe42e516ecc791605e3a1b7ef80327)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167465
Reviewed-by: Caolán McNamara 

diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx 
b/sw/qa/extras/uiwriter/uiwriter3.cxx
index f705e881f1dd..ba8d03ae7e6c 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -1333,7 +1333,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf131963)
 {
 createSwDoc("tdf131963.docx");
 
-CPPUNIT_ASSERT_EQUAL(11, getPages());
+CPPUNIT_ASSERT(11 == getPages() || 12 == getPages());
 
 dispatchCommand(mxComponent, ".uno:SelectAll", {});
 
@@ -1348,7 +1348,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf131963)
 // Without the fix in place, this test would have crashed here
 
 // tdf#133169: without the fix in place, it would have been 2 instead of 11
-CPPUNIT_ASSERT_EQUAL(11, getPages());
+CPPUNIT_ASSERT(11 == getPages() || 12 == getPages());
 }
 
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf132596)


core.git: Branch 'libreoffice-24-2' - writerfilter/source

2024-05-18 Thread Michael Stahl (via logerrit)
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |   16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

New commits:
commit d632d86579467941ce8b3dda1dbd46c83a92877a
Author: Michael Stahl 
AuthorDate: Wed May 15 17:45:16 2024 +0200
Commit: Caolán McNamara 
CommitDate: Sat May 18 22:28:27 2024 +0200

writerfilter: fix parsing of invalid STYLEREF field

forum-mso-en-3309.docx contains a funny field that doesn't follow
the grammar in the OOXML spec:

STYLEREF "Heading 1" \* MERGEFORMAT

Word can evaluate it and find the paragraph, so make the parser a bit
more flexible, by adding known switches that don't have arguments, so
that any argument following these becomes a field argument,
for now only for STYLEREF.

(regression from commit d4fdafa103bfea94a279d7069ddc50ba92f67d01)

Change-Id: Ic42cd2be58fd65a817946e21a9661d357b02a99a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167697
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 5ae1379fcdd00228e683ae90991e275f570cd92d)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167733
Reviewed-by: Caolán McNamara 

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 20aa003b4101..4c5dff02fcf7 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -5433,13 +5433,27 @@ std::tuple, 
std::vector > splitFieldCo
 OUString const token =
 lcl_ExtractToken(rCommand, nStartIndex, bHaveToken, bIsSwitch);
 assert(nStartIndex <= rCommand.size());
+static std::map> const noArgumentSwitches 
= {
+{ u"STYLEREF"_ustr,
+  { u"\l"_ustr, u"\n"_ustr, u"\p"_ustr, u"\r"_ustr, u"\t"_ustr, 
u"\w"_ustr } }
+};
 if (bHaveToken)
 {
 if (sType.isEmpty())
 {
 sType = token.toAsciiUpperCase();
 }
-else if (bIsSwitch || !switches.empty())
+else if (bIsSwitch)
+{
+switches.push_back(token);
+}
+// evidently Word evaluates 'STYLEREF   "Heading 1" \* 
MERGEFORMAT'
+// despite the grammar specifying that the style name must
+// precede switches like ' '; try to approximate that here
+// by checking for known switches that don't expect arguments
+else if (auto const it = noArgumentSwitches.find(sType);
+!switches.empty() && (it == noArgumentSwitches.end()
+|| 
it->second.find(switches.back().toAsciiLowerCase()) == it->second.end()))
 {
 switches.push_back(token);
 }


[Bug 161021] Writer hangs (endless loop) when footnote is on the wrong page

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

Hossein  changed:

   What|Removed |Added

Summary|LO hangs (endless loop) |Writer hangs (endless loop)
   |when footnote is on the |when footnote is on the
   |wrong page  |wrong page

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

[Bug 157453] ListBox in Table Control does not follow the property "line count"

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

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caolan.mcnamara@collabora.c
   |desktop.org |om

--- Comment #9 from Caolán McNamara  ---
I'm not sure why we have a feature like this, it seems an odd thing to support.

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

[Bug 157844] [META] Automatic color bugs and enhancements

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

Bug 161057 Summary: [24.8] Changing dark/light application colour scheme in 
Draw and Impress does not switch text colour anymore in text boxes
https://bugs.documentfoundation.org/show_bug.cgi?id=161057

   What|Removed |Added

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

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

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

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

Bug 161057 Summary: [24.8] Changing dark/light application colour scheme in 
Draw and Impress does not switch text colour anymore in text boxes
https://bugs.documentfoundation.org/show_bug.cgi?id=161057

   What|Removed |Added

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

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

[Bug 161021] LO hangs (endless loop) when footnote is on the wrong page

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

Hossein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Hossein  ---
(In reply to Markus Grob from comment #0)
> In my document, a footnote is somewhere wrong. As the documend has nearby
> 500 pages, it's not easy to find the stucking one.
Very slow loading, UI interaction and/or converting the files is in itself a
problem, which falls into the category of "Performance", categorized as meta
bug tdf#136524.

You can measure the time needed to convert the file using command line, even
without building LibreOffice:

$ time libreoffice24.2 --convert-to pdf input.odt

Or with the LibreOffice built from sources:

$ time instdir/program/soffice --convert-to pdf input.odt

The amount of time needed to convert your 500 pages PDF files should be a few
seconds. If it takes more than a minute, it means that this is actually a bug
around performance.

Converting using LibreOffice 24.2 was also possible, withing a few seconds. I
could also convert the file using the latest LO dev master (debug build is
slower) in 2m38s. 

On the other hand, when opening the file, and immediately trying to export the
file to PDF via "File > Export as > Export as PDF", waiting a few seconds lead
to LibreOffice hang. This happens in LibreOffice 24.2, but not 24.8 dev master:

Reproducible with:
Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Not reproducible with: (it warns me about missing hyphenation data for de-CH)
Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 9422879a5cf74120c1057b0f8150529e304f7c95
CPU threads: 20; OS: Windows 11 (10.0 build 22631); UI render: default; VCL:
win
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL threaded

One thing to mention is that some hanging shapes and formulas are displayed on
the top of the first page for a small amount of time, but they disappear very
fast.

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

core.git: Branch 'distro/collabora/co-24.04' - desktop/source

2024-05-18 Thread Michael Meeks (via logerrit)
 desktop/source/lib/init.cxx |   78 +---
 1 file changed, 52 insertions(+), 26 deletions(-)

New commits:
commit 628f56a1802ad76cbe84a9a5590b04ed81a57a9e
Author: Michael Meeks 
AuthorDate: Fri May 17 21:25:29 2024 +0100
Commit: Noel Grandin 
CommitDate: Sat May 18 22:06:18 2024 +0200

lok: stop amazing waste of repeated font sizes in each font element.

These days all sensible fonts are scalable, so anything else is madness.

With the compact_fonts option we go from:

INCOMING: commandvalues: 
{"commandName":".uno:CharFontName","commandValues":
{"Albany 
AMT":["6","7","8","9","10","10.5","11","12","13","14","15","16",
"18","20","21","22","24","26","28","32","36","40","42","44","48","54",
"60","66","72","80","88","96"],"Amiri":["6","7"



INCOMING: commandvalues: { "commandName": ".uno:CharFontName", 
"FontNames":
[ "Albany AMT", "Amiri", "Amiri Quran", "Amiri Quran Colored", "Andale 
Mono",
"Andale Sans", "Andy MT", "AR PL UMing CN", "AR PL UMing HK", "AR PL 
UMing TW",
"AR PL UMing TW MBE", "Arial",

   

An 8x size win.

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 9608c5374da7..cb487d641ac8 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -267,11 +267,12 @@ extern "C" {
 
 #endif
 
-
 using LanguageToolCfg = 
officecfg::Office::Linguistic::GrammarChecking::LanguageTool;
 
+
 static LibLibreOffice_Impl *gImpl = nullptr;
 static bool lok_preinit_2_called = false;
+static bool gUseCompactFonts = false;
 static std::weak_ptr< LibreOfficeKitClass > gOfficeClass;
 static std::weak_ptr< LibreOfficeKitDocumentClass > gDocumentClass;
 
@@ -6080,7 +6081,7 @@ static char* getLanguages(const char* pCommand)
 return pJson;
 }
 
-static char* getFonts (const char* pCommand)
+static char* getFonts (const char* pCommand, const bool 
bBloatWithRepeatedSizes)
 {
 SfxObjectShell* pDocSh = SfxObjectShell::Current();
 if (!pDocSh)
@@ -6089,36 +6090,59 @@ static char* getFonts (const char* pCommand)
 pDocSh->GetItem(SID_ATTR_CHAR_FONTLIST));
 const FontList* pList = pFonts ? pFonts->GetFontList() : nullptr;
 
-boost::property_tree::ptree aTree;
-aTree.put("commandName", pCommand);
-boost::property_tree::ptree aValues;
-if ( pList )
+if (!bBloatWithRepeatedSizes)
 {
-sal_uInt16 nFontCount = pList->GetFontNameCount();
-for (sal_uInt16 i = 0; i < nFontCount; ++i)
+tools::JsonWriter aJson;
+aJson.put("commandName", pCommand);
+{
+auto aFontNames = aJson.startArray("FontNames");
+
+sal_uInt16 nFontCount = pList->GetFontNameCount();
+for (sal_uInt16 i = 0; i < nFontCount; ++i)
+aJson.putSimpleValue(pList->GetFontName(i).GetFamilyName());
+}
 {
-boost::property_tree::ptree aChildren;
-const FontMetric& rFontMetric = pList->GetFontName(i);
+auto aFontSizes = aJson.startArray("FontSizes");
 const int* pAry = FontList::GetStdSizeAry();
-sal_uInt16 nSizeCount = 0;
-while (pAry[nSizeCount])
+for (sal_uInt16 i = 0; pAry[i]; ++i)
+
aJson.putSimpleValue(OUString::number(static_cast(pAry[i]) / 10));
+}
+
+return convertOString(aJson.finishAndGetAsOString());
+}
+else // FIXME: remove nonsensical legacy version
+{
+boost::property_tree::ptree aTree;
+aTree.put("commandName", pCommand);
+boost::property_tree::ptree aValues;
+if ( pList )
+{
+sal_uInt16 nFontCount = pList->GetFontNameCount();
+for (sal_uInt16 i = 0; i < nFontCount; ++i)
 {
-boost::property_tree::ptree aChild;
-aChild.put("", static_cast(pAry[nSizeCount]) / 10);
-aChildren.push_back(std::make_pair("", aChild));
-nSizeCount++;
+boost::property_tree::ptree aChildren;
+const FontMetric& rFontMetric = pList->GetFontName(i);
+const int* pAry = FontList::GetStdSizeAry();
+sal_uInt16 nSizeCount = 0;
+while (pAry[nSizeCount])
+{
+boost::property_tree::ptree aChild;
+aChild.put("", static_cast(pAry[nSizeCount]) / 10);
+aChildren.push_back(std::make_pair("", aChild));
+nSizeCount++;
+}
+
aValues.add_child(rFontMetric.GetFamilyName().toUtf8().getStr(), aChildren);
 }
-

core.git: sd/source

2024-05-18 Thread Caolán McNamara (via logerrit)
 sd/source/ui/view/drviewsk.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 5e23cac5767c164b93491d46deef039409ea286c
Author: Caolán McNamara 
AuthorDate: Fri May 17 22:00:07 2024 +0100
Commit: Caolán McNamara 
CommitDate: Sat May 18 22:00:20 2024 +0200

Resolves: tdf#161057 draw/impress auto font color not updated on theme 
change

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

diff --git a/sd/source/ui/view/drviewsk.cxx b/sd/source/ui/view/drviewsk.cxx
index 92a00d5d2ded..bdbb821e96b3 100644
--- a/sd/source/ui/view/drviewsk.cxx
+++ b/sd/source/ui/view/drviewsk.cxx
@@ -23,7 +23,9 @@ void DrawViewShell::ConfigurationChanged( 
utl::ConfigurationBroadcaster* pCb, Co
 {
 svtools::ColorConfig *pColorConfig = 
dynamic_cast(pCb);
 ConfigureAppBackgroundColor(pColorConfig);
-if (comphelper::LibreOfficeKit::isActive())
+if (!comphelper::LibreOfficeKit::isActive())
+maViewOptions.mnDocBackgroundColor = 
pColorConfig->GetColorValue(svtools::DOCCOLOR).nColor;
+else
 {
 SfxViewShell* pCurrentShell = SfxViewShell::Current();
 ViewShellBase* pShellBase = 
dynamic_cast(pCurrentShell);


core.git: sd/source

2024-05-18 Thread Caolán McNamara (via logerrit)
 sd/source/ui/framework/module/NotesPaneModule.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64557ef9fa57507455f196dd3c96e8a25be64c53
Author: Caolán McNamara 
AuthorDate: Fri May 17 19:36:45 2024 +0100
Commit: Caolán McNamara 
CommitDate: Sat May 18 21:23:41 2024 +0200

cid#1598235 Uninitialized pointer field

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

diff --git a/sd/source/ui/framework/module/NotesPaneModule.hxx 
b/sd/source/ui/framework/module/NotesPaneModule.hxx
index 69a74acbdf0c..229b61e71a89 100644
--- a/sd/source/ui/framework/module/NotesPaneModule.hxx
+++ b/sd/source/ui/framework/module/NotesPaneModule.hxx
@@ -73,7 +73,7 @@ private:
 
 std::set maActiveMainViewContainer;
 OUString msCurrentMainViewURL;
-ViewShellBase* mpViewShellBase;
+ViewShellBase* mpViewShellBase = nullptr;
 bool mbListeningEventMultiplexer = false;
 bool mbInMasterEditMode = false;
 


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

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

Bug 161133 Summary: Date field in Table Control's read-only column can be 
edited with date picker
https://bugs.documentfoundation.org/show_bug.cgi?id=161133

   What|Removed |Added

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

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

[Bug 161164] Overline is incorrectly shown for paragraph mark

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

--- Comment #3 from Hossein  ---
(In reply to V Stuart Foote from comment #2)
> Also, why does the New Line (+ line break with downwards arrow
> leftwards, looks like U+21B5) *not* get the font size at its position in the
> paragraph text run? Nor does it get any of the character font effects.
> What's different for that NPC?
This is another bug, that I will file.

And thanks for confirming.

Also, one thing to mention is that any solution for this bug should not just
copy the way underline is rendered, because in most cases, overline is better
(and correctly) rendered, and underline is not. See tdf#17 comment 10.
Paragraph mark is an exception.

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

[Bug 161167] New: LibreOffice Version: 24.2.3.2 (X86_64) - Writer - Footnotes not displayed.

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

Bug ID: 161167
   Summary: LibreOffice Version: 24.2.3.2 (X86_64) - Writer -
Footnotes not displayed.
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gil.ba...@gmail.com

Description:
My footnotes are not displayed anymore. Only the line that precede them is
visible above the footer.
This happen for any document I typed before
If I insert a new foot note, its number is given, but I must type it blindly
without seeint it. Footnotes still exist and are visible with F5, but not
visible anymore, even in print preview.
To modify my blind typing error, I had to open the document with OpenOffice,
where all footnotes are visibles.

Steps to Reproduce:
1.open a document containing foot notes or insert a new foot note, you can't
see what you type
2.
3.

Actual Results:
No footnotes visible. Impossible to see what you type in a new one, impossible
do modify them, impossible to see them in print preview.

Expected Results:
Footnotes available like before :)


Reproducible: Always


User Profile Reset: No

Additional Info:
https://ask.libreoffice.org/t/notes-de-bas-de-page-disparues-mes-notes-de-bas-de-page-ne-sont-plus-visibles/105941

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

[Bug 161164] Overline is incorrectly shown for paragraph mark

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

--- Comment #2 from V Stuart Foote  ---
Also, why does the New Line (+ line break with downwards arrow
leftwards, looks like U+21B5) *not* get the font size at its position in the
paragraph text run? Nor does it get any of the character font effects. What's
different for that NPC?

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

[Bug 161166] show column and row totals option not saved to .xlsx format file

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

--- Comment #3 from Paul Cluse  ---
You are correct its the same scenario as described in 122469.
Do you still need a sample file?

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

[Bug 161164] Overline is incorrectly shown for paragraph mark

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

Hossein  changed:

   What|Removed |Added

Summary|Overline is incorrectly |Overline is incorrectly
   |shown for end of line   |shown for paragraph mark
   |character   |

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

[Bug 161164] Overline is incorrectly shown for end of line character

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
 Ever confirmed|0   |1
   Keywords||bibisectRequest
 Status|UNCONFIRMED |NEW

--- Comment #1 from V Stuart Foote  ---
Confirmed. 

Weird in that while the Para mark has always followed the font of the
paragraph, the other 'Font Effects' overline, strikethrough, and underline have
changed. 

>From LO 3.3.0 all font effects were applied to paragraph end mark. Through at
least the 6.4.7 release. But by the 7.3.6 release the strikethrough and
underline were removed and the overline remained. Don't have 7.0, 7.1 or 7.2
build handy to test. But a change in there somewhere that didn't get applied to
the overline.

Needs a reverse bibisect to find that change, then see if the same handling can
be applied to the overline effect.

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

[Bug 149758] void SwAutoFormat::DelEmptyLine(bool): Assertion `!m_aDelPam.HasMark()' failed.

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

Hossein  changed:

   What|Removed |Added

   Assignee|hoss...@libreoffice.org |libreoffice-b...@lists.free
   ||desktop.org
 Status|ASSIGNED|NEW

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

[Bug 105537] [META] Assertion failed crashes

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

Bug 148304 Summary: Using toolbar in Calc to set object line, style, width or 
colour triggers Assertion `(typeid(*this) == typeid(SfxItemSet)) && "cannot 
call this on a subclass of SfxItemSet"' failed.
https://bugs.documentfoundation.org/show_bug.cgi?id=148304

   What|Removed |Added

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

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

[Bug 148304] Using toolbar in Calc to set object line, style, width or colour triggers Assertion `(typeid(*this) == typeid(SfxItemSet)) && "cannot call this on a subclass of SfxItemSet"' failed.

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #5 from Buovjaga  ---
Yep, gone in a debug build.

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 98142886f21e40d0f7052f18108d9586f4b2fbc5
CPU threads: 8; OS: Linux 6.8; UI render: default; VCL: kf6 (cairo+wayland)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded

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

[Bug 88454] EDITING: Erroneous Behaviour of Selection Modes “Extended” and “Block” in Documents with tables

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

Julien Nabet  changed:

   What|Removed |Added

 CC||michael.st...@allotropia.de
   ||, serval2...@yahoo.fr

--- Comment #14 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

After some debugging, I found that in SwBaseShell::InsertTable
we go to the first if block when using "extending select" and in the else block
when using "standard select".
(see
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/shells/basesh.cxx?r=1a91641f#3070).

If I force the use of the else block when using "extending select", the result
is almost perfect, the only remaining pb is in [6], when undoing, it removes
the table AND puts back "standard select".

Michael: any thoughts here?

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

[Bug 122469] FILESAVE XLSX, A total result line appears in pivot table after saving

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

m_a_riosv  changed:

   What|Removed |Added

 CC||paul.cl...@gmx.co.uk

--- Comment #14 from m_a_riosv  ---
*** Bug 161166 has been marked as a duplicate of this bug. ***

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

[Bug 161166] show column and row totals option not saved to .xlsx format file

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

m_a_riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m_a_riosv  ---


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

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

[Bug 161166] show column and row totals option not saved to .xlsx format file

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

m_a_riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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

[Bug 161166] show column and row totals option not saved to .xlsx format file

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please attach a sample file.

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

[Bug 161166] New: show column and row totals option not saved to .xlsx format file

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

Bug ID: 161166
   Summary: show column and row totals option not saved to .xlsx
format file
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: paul.cl...@gmx.co.uk

Version Info from Calc Help about:
Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.4
Calc: threaded

Change to turn off pivot table column and row totals lost when saved as .xlsx
and then reopened. Works correctly if saved as .ods format.

To Reproduce:
Using spreadsheet with pivot table saved in .xlsx format. Turn off column and
row totals.
Total turned off by: right click on pivot table. select properties..
select options.
uncheck Total Columns and/or Total Rows. and hit OK. Totals are correctly
removed.
Save (as .xlsx). Close.
Reopen .xlsx format sheet and the pivot table row and column totals are shown
again.

My first bug posting so hope it ok!

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

[Bug 161165] New: Crash in: SvListView::SelectListEntry(SvTreeListEntry *,bool)

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

Bug ID: 161165
   Summary: Crash in: SvListView::SelectListEntry(SvTreeListEntry
*,bool)
   Product: LibreOffice
   Version: 24.2.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ellen.sann...@alumni.stanford.edu

Created attachment 194187
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194187=edit
Base odb file

This bug was filed from the crash reporting server and is
br-1748aca4-dd91-4dfd-a5b6-f1eeb2272089.
=

Deleted two forms in small database. It asked permission for the first and I
clicked yes. It asked for permission for the second. I clicked yes. The forms
didn't show on the list and then the program closed abruptly.

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

[Bug 59447] Allow users to view word-breaks created by ICU Breakiterator

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

Hossein  changed:

   What|Removed |Added

Summary|: Allow users to view   |Allow users to view
   |word-breaks created by ICU  |word-breaks created by ICU
   |Breakiterator   |Breakiterator

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

[Bug 141705] assertion in BigPtrArray::operator[]: `idx < m_nSize'

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this
anymore.

Terrence: could you give a try with a recent build from master sources?

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

[Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and enhancements

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

Hossein  changed:

   What|Removed |Added

 Depends on||161164


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161164
[Bug 161164] Overline is incorrectly shown for end of line character
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161164] Overline is incorrectly shown for end of line character

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

Hossein  changed:

   What|Removed |Added

 Blocks||102345


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102345
[Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 107838] [META] Character-level bugs and enhancements

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

Hossein  changed:

   What|Removed |Added

 Depends on||161161


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161161
[Bug 161161] Incorrect positioning of unprintable characters with different
style
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and enhancements

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

Hossein  changed:

   What|Removed |Added

 Depends on||161161


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161161
[Bug 161161] Incorrect positioning of unprintable characters with different
style
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161161] Incorrect positioning of unprintable characters with different style

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

Hossein  changed:

   What|Removed |Added

 Blocks||107838, 102345


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102345
[Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and
enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107838
[Bug 107838] [META] Character-level bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 107838] [META] Character-level bugs and enhancements

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

Hossein  changed:

   What|Removed |Added

 Depends on||161164


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161164
[Bug 161164] Overline is incorrectly shown for end of line character
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161164] Overline is incorrectly shown for end of line character

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

Hossein  changed:

   What|Removed |Added

 Blocks||71732, 107838


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=107838
[Bug 107838] [META] Character-level bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Hossein  changed:

   What|Removed |Added

 Depends on||161164


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161164
[Bug 161164] Overline is incorrectly shown for end of line character
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161164] New: Overline is incorrectly shown for end of line character

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

Bug ID: 161164
   Summary: Overline is incorrectly shown for end of line
character
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hoss...@libreoffice.org

Created attachment 194186
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194186=edit
Text with overline and underline (odt)

Description:
If you enable overline for a line of text, overline is also shown (incorrectly)
for end of line character. This only happens when you enable showing the
formatting marks.

Steps to Reproduce:
2. Open attachment, which is an ODT document
3. Enable unprintable characters with: "Toggle Formatting Marks (Ctrl+F10)"
button.

Actual Results:
End of line character, which is a formatting mark is incorrectly overlined in
blue. If you disable formatting marks with "Toggle Formatting Marks
(Ctrl+F10)", it goes away. This is also true for line break, which is displayed
in incorrectly small size.

Expected Results:
End of line character should not be overlined.


User Profile Reset: No

Additional Info:
Reproducible with LO 24.2:

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Also reproducible with the latest LO 24.8 dev master:

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 551c8230b495e8c0e0502b73445f6edd1510633e
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL threaded

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

[Bug 161160] Indent increase multiple cells not formatting correctly when Aligned right in box

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

--- Comment #2 from ady  ---
(In reply to ady from comment #1)

> In the same way, the workaround for this case is:
> 1. Set alignment to "left" (for LTR languages).
> 2. Increase indent.
> 3. Set alignment to "right".

Hmm, no. Even when following the original workaround, the indent is applied
only to the first cell of the range; the rest is not taking the indent value.

> 
> This is a long-standing bug, so there is probably already some report about
> it somewhere.

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

  1   2   >