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

2023-11-17 Thread Michael Weghorn (via logerrit)
 android/source/res/drawable/calc.png|binary
 android/source/res/drawable/draw.png|binary
 android/source/res/drawable/impress.png |binary
 android/source/res/drawable/writer.png  |binary
 4 files changed

New commits:
commit f7de490b2901a872eb6830cc26f4423741fc65a8
Author: Michael Weghorn 
AuthorDate: Fri Nov 17 14:30:19 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Nov 18 08:53:11 2023 +0100

android: Update app-specific/MIME type icons

Just as

commit 2105f638fa178f49210116bd914889599930b62a
Author: Michael Weghorn 
Date:   Fri Nov 17 09:11:42 2023 +0100

android: Update app icon to new startcenter icon

updated the main icon for the Android app, also update the
MIME type icons that are shown in the "Recent files" section
in LibreOfficeUIActivity to the new ones meant to be used
for Calc/Draw/Impress/Writer since 7.5.

Change-Id: I1d969a290caa3c23589e78151cd5bf70144c3099
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159568
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
(cherry picked from commit cfabbffa14bc98a93fe63b96f0849fd33a66039d)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159576
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/android/source/res/drawable/calc.png 
b/android/source/res/drawable/calc.png
index 0c0d31444d11..240da6c8966d 100644
Binary files a/android/source/res/drawable/calc.png and 
b/android/source/res/drawable/calc.png differ
diff --git a/android/source/res/drawable/draw.png 
b/android/source/res/drawable/draw.png
index b3ee11426a04..8b8436789cc2 100644
Binary files a/android/source/res/drawable/draw.png and 
b/android/source/res/drawable/draw.png differ
diff --git a/android/source/res/drawable/impress.png 
b/android/source/res/drawable/impress.png
index 5909f05bf089..2de82d6bd42b 100644
Binary files a/android/source/res/drawable/impress.png and 
b/android/source/res/drawable/impress.png differ
diff --git a/android/source/res/drawable/writer.png 
b/android/source/res/drawable/writer.png
index 8a4e21e47174..6cc9e8483033 100644
Binary files a/android/source/res/drawable/writer.png and 
b/android/source/res/drawable/writer.png differ


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

2023-11-17 Thread Michael Weghorn (via logerrit)
 android/source/ic_launcher-web.png|binary
 android/source/res/mipmap-hdpi/ic_launcher.png|binary
 android/source/res/mipmap-mdpi/ic_launcher.png|binary
 android/source/res/mipmap-xhdpi/ic_launcher.png   |binary
 android/source/res/mipmap-xxhdpi/ic_launcher.png  |binary
 android/source/res/mipmap-xxxhdpi/ic_launcher.png |binary
 android/source/src/java/org/libreoffice/AboutDialogFragment.java  |2 +-
 android/source/src/java/org/libreoffice/ToolbarController.java|2 +-
 android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java |2 +-
 dev/null  |binary
 10 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ea1ec1835b4f20c2de016dc06265a530df4e31b4
Author: Michael Weghorn 
AuthorDate: Fri Nov 17 09:11:42 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Nov 18 08:52:39 2023 +0100

android: Update app icon to new startcenter icon

Update the icon used for LibreOffice Viewer
with the new icon used since LibreOffice 7.5 [1].
Use the startcenter icon from `sysui/desktop/icons/hicolor/`
and export for the required resolutions where it doesn't exist
yet.

[1] https://wiki.documentfoundation.org/ReleaseNotes/7.5#Design

Change-Id: Ie9f59d42bbc9375e7ca433c6452223b7ba3033a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159554
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
(cherry picked from commit 2105f638fa178f49210116bd914889599930b62a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159573
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/android/source/ic_launcher-web.png 
b/android/source/ic_launcher-web.png
index e9dcfcacf844..82497c1ac299 100644
Binary files a/android/source/ic_launcher-web.png and 
b/android/source/ic_launcher-web.png differ
diff --git a/android/source/res/mipmap-hdpi/ic_launcher.png 
b/android/source/res/mipmap-hdpi/ic_launcher.png
index f8b74553e385..0765a1e0108e 100644
Binary files a/android/source/res/mipmap-hdpi/ic_launcher.png and 
b/android/source/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/source/res/mipmap-mdpi/ic_launcher.png 
b/android/source/res/mipmap-mdpi/ic_launcher.png
index fa68d30f003a..dcc03ff1fb2c 100644
Binary files a/android/source/res/mipmap-mdpi/ic_launcher.png and 
b/android/source/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/source/res/mipmap-xhdpi/ic_launcher.png 
b/android/source/res/mipmap-xhdpi/ic_launcher.png
index 12069c7e8ac5..d8fb1d912633 100644
Binary files a/android/source/res/mipmap-xhdpi/ic_launcher.png and 
b/android/source/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/source/res/mipmap-xxhdpi/ic_launcher.png 
b/android/source/res/mipmap-xxhdpi/ic_launcher.png
index a00a40dbe1de..7b9a8029aa40 100644
Binary files a/android/source/res/mipmap-xxhdpi/ic_launcher.png and 
b/android/source/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/source/res/mipmap-xxxhdpi/ic_launcher.png 
b/android/source/res/mipmap-xxxhdpi/ic_launcher.png
index ef7067cbd2a3..86d268ede8ef 100644
Binary files a/android/source/res/mipmap-xxxhdpi/ic_launcher.png and 
b/android/source/res/mipmap-xxxhdpi/ic_launcher.png differ
commit 15fcde2490c21ef23d1c001c0fbfafc9cd939475
Author: Michael Weghorn 
AuthorDate: Fri Nov 17 09:04:09 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Nov 18 08:52:31 2023 +0100

android: Reuse launcher icon in activities

Instead of duplicating the icon as drawable,
just use the one from the mipmap folder that's
used for the app launcher.

Change-Id: Idd6691c4639fb570357280cec63636d07fe06b20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159553
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
(cherry picked from commit 2905d0f31c3e12463c68d5a805ee61dc7af0e5e9)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159571
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/android/source/res/drawable-hdpi/lo_icon.png 
b/android/source/res/drawable-hdpi/lo_icon.png
deleted file mode 100644
index d03373b9c2ee..
Binary files a/android/source/res/drawable-hdpi/lo_icon.png and /dev/null differ
diff --git a/android/source/res/drawable-mdpi/lo_icon.png 
b/android/source/res/drawable-mdpi/lo_icon.png
deleted file mode 100644
index 48e90bd1fdc5..
Binary files a/android/source/res/drawable-mdpi/lo_icon.png and /dev/null differ
diff --git a/android/source/src/java/org/libreoffice/AboutDialogFragment.java 
b/android/source/src/java/org/libreoffice/AboutDialogFragment.java
index 9695d1e9d650..6bac113cc59e 100644
--- a/android/source/src/java/org/libreoffice/AboutDialogFragment.java
+++ b/android/source/src/java/org/libreoffice/AboutDialogFragment.java
@@ -70,7 +70,7 @@ 

[Libreoffice-bugs] [Bug 37887] Autotext does not function within comments

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

--- Comment #14 from book...@kashmircabservice.in 
 ---
how to prevent someone to copy content from website
https://www.kashmircabservice.in

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

[Libreoffice-bugs] [Bug 158260] LibreOffice won't open WebDav document via the URL handler in macOS

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

--- Comment #1 from Mike Kaganski  ---
If you use a command line with such a URL:

  soffice vnd.libreoffice.command:ofe|u|https://.../name.docx

will it open the document?

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

[Libreoffice-bugs] [Bug 158260] New: LibreOffice won't open WebDav document via the URL handler in macOS

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

Bug ID: 158260
   Summary: LibreOffice won't open WebDav document via the URL
handler in macOS
   Product: LibreOffice
   Version: 5.4 all versions
  Hardware: All
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ma...@posteo.de

Description:
Try to open a document via the URL handler, for example:
"vnd.libreoffice.command:ofe|u|https://.../name.docx;.

LibreOffice opens, but only the start view, not the document.

This affects all browser I've tried: Safari, Chrome and Firefox.

I'm able to open the document without problems, when I use LibreOffice's own
dialog and enter only the URL like "https://.../name.docx;.
Unfortunately that's not sufficient in my use-case, as the WebApp I'm using
only provides buttons to open/edit specific documents via long URLs. It's not a
WebDav Folder that could be mounted.

It tried following LibreOffice versions, all with the same result: v5, v6, v7.

Steps to Reproduce:
1. Open browser in macOS
2. Navigate to a site which contains a link or a button with a javascript
function that tries to open following scheme:
"vnd.libreoffice.command:ofe|u|https://." ("ofe"
could also be replaced by "ofv" for read-only mode.)
3. Click on that link or button

Actual Results:
LibreOffice opens its start view

Expected Results:
LibreOffice should open the document in its editor


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.3.1 (X86_64) / LibreOffice Community
Build ID: c4af5b1259bceea6e979e6fe2435dbee7a5a87c2
CPU threads: 16; OS: Mac OS X 14.1.1; UI render: Skia/Metal; VCL: osx
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

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

[Libreoffice-bugs] [Bug 158259] Manage Fonts

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

--- Comment #1 from Ming Hua  ---
I believe this is a duplicate of bug 67200, I suggest you add your opinion and
suggestion there.

The design team's blog post at
https://design.blog.documentfoundation.org/2018/02/18/improvements-font-listing/
discussed many possible improvements to font list.

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

[Libreoffice-commits] core.git: cui/uiconfig

2023-11-17 Thread Taichi Haradaguchi (via logerrit)
 cui/uiconfig/ui/optionsdialog.ui |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2c71560cf64499365e803f710c788d033da0e5e9
Author: Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Fri Nov 17 22:16:28 2023 +0900
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Sat Nov 18 07:38:14 2023 +0100

Related tdf#49895: Mark strings as translatable

...and add context strings

Change-Id: I2531fc9e24db7e99b440b8042b8a502a2faaa2b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159567
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/cui/uiconfig/ui/optionsdialog.ui b/cui/uiconfig/ui/optionsdialog.ui
index 06fe41605dfa..d1c1984eda68 100644
--- a/cui/uiconfig/ui/optionsdialog.ui
+++ b/cui/uiconfig/ui/optionsdialog.ui
@@ -149,10 +149,10 @@
 True
 start
 True
-Type to search
+Type to search
 
   
-Type here to search in the list of 
options.
+Type here 
to search in the list of options.
   
 
   


[Libreoffice-bugs] [Bug 158259] New: Manage Fonts

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

Bug ID: 158259
   Summary: Manage Fonts
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: afs...@libreoffice.org

Description:
If the user has installed many fonts, the drop-down menu of fonts will be too
crowded and it will be difficult to select fonts.

Steps to Reproduce:
Hello. 

As a book editor, I have to install many fonts on my system in order to read
various documents properly.
This causes there to be a lot of fonts in the drop-down fonts menu, and
LibreOffice only separates the last 5 used fonts.

As you know, in the Adobe InDesign program, the user can manage (add/remove)
his favorite fonts in a list.
I think the addition of this feature to LibreOffice is very useful and prevents
the font drop-down menu from getting too crowded.

Actual Results:
Now there is 5 recent used fonts in drop-down fonts list. 

Expected Results:
I think this is better that the user manage installed fonts. 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fa-IR (en_US.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.2~rc1-0ubuntu0.22.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 158258] Rank Function not working

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

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from ady  ---
The RANK() function was indeed corrected for LO 7.5.3.

Please use the "Add an attachment" link to add a sample file. Please be aware
that it will be publicly available, so you might want to read

https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission

before attaching it.

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

[Libreoffice-bugs] [Bug 158056] Connect to MS Access *.mdb files by mean of Microsoft.ACE.OLEDB.12.0 provider

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 158249] Document with one landscape page doesn't switch back to portrait when PRINTING.

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 158048] Caption options dialog: same string in different contexts

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 158048] Caption options dialog: same string in different contexts

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 158060] Windows that were open in the background suddenly appear in the foreground when I move the cursor over a Writer document (occurs rarely not sistematically)

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 158060] Windows that were open in the background suddenly appear in the foreground when I move the cursor over a Writer document (occurs rarely not sistematically)

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

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

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

[Libreoffice-bugs] [Bug 158048] Caption options dialog: same string in different contexts

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

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

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

[Libreoffice-bugs] [Bug 153131] Copy causes Calc to Freeze on Windows 11 with Speech Recognition

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 153131] Copy causes Calc to Freeze on Windows 11 with Speech Recognition

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

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

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

[Libreoffice-bugs] [Bug 154921] LibreOffice extension error on opening

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

--- Comment #4 from QA Administrators  ---
Dear Eric A.Haakenson,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 154921] LibreOffice extension error on opening

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154390] autohide toolbars

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 154390] autohide toolbars

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155423] crashing

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

--- Comment #3 from QA Administrators  ---
Dear Gerald Sherman,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 155107] Crashed when i tried to disable macros

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

--- Comment #3 from QA Administrators  ---
Dear Evan Watkins,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 148411] Accessing "Help" options crashes LibreOffice

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

--- Comment #12 from QA Administrators  ---
Dear James Burke,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 93510] Automatically find column and row labels may determine a row label instead of column label.

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 79435] DOCX - Legacy forms input fields not correctly supported

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 60494] UI: Expect minimum split pane height to depend on row 1 text line height and zoom level (now min 2 rows at 66%)

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

--- Comment #16 from QA Administrators  ---
Dear gekacheka,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 37428] EDITING Frames copied from Writer into Impress not displayed correctly

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

--- Comment #11 from QA Administrators  ---
Dear Christopher M. Penalver,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 118849] Impress hang when input multibyte character.

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 103511] Right-aligned hyperlink in shrinked cell contaminates following cells if they are empty

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

--- Comment #8 from QA Administrators  ---
Dear V.I.,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 158258] New: Rank Function not working

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

Bug ID: 158258
   Summary: Rank Function not working
   Product: LibreOffice
   Version: 7.5.8.2 release
  Hardware: IA64 (Itanium)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gmccol...@live.com

Description:
I have the following formula in a spreadsheet:
=RANK(F20,INDIRECT("o"((EOMONTH(A20,0)-C20+1),A4:A15)+3&":X"((EOMONTH(A20,0)-C20+1),A4:A15)+3))

This resolves to =Rank(f20,O9:x9) this equaled 4. This worked in: Version:
7.4.7.2 (x64) / LibreOffice Community
Build ID: 723314e595e8007d3cf785c16538505a1c878ca5
CPU threads: 8; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Today I downloaded the current older version (7.5.?.?) from the website and
instead of the value 4 it returns #N/A.  The help shows the comma as a
semi-colon, but when I tried that it changes it to a comma.  No matter what I
tried it wouldn't work.  I went back to the 7.4.7.2 version and it resolves
correctly again. 

Steps to Reproduce:
1.I have the following formula in a spreadsheet:
=RANK(F20,INDIRECT("o"((EOMONTH(A20,0)-C20+1),A4:A15)+3&":X"((EOMONTH(A20,0)-C20+1),A4:A15)+3))

This resolves to =Rank(f20,O9:x9) this equaled 4. This worked in: Version:
7.4.7.2 (x64) / LibreOffice Community
Build ID: 723314e595e8007d3cf785c16538505a1c878ca5
CPU threads: 8; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Today I downloaded the current older version (7.5.?.?) from the website and
instead of the value 4 it returns #N/A.  The help shows the comma as a
semi-colon, but when I tried that it changes it to a comma.  No matter what I
tried it wouldn't work.  I went back to the 7.4.7.2 version and it resolves
correctly again. 
2.
3.

Actual Results:
#N/A

Expected Results:
4


Reproducible: Always


User Profile Reset: No

Additional Info:
I have the following formula in a spreadsheet:
=RANK(F20,INDIRECT("o"((EOMONTH(A20,0)-C20+1),A4:A15)+3&":X"((EOMONTH(A20,0)-C20+1),A4:A15)+3))

This resolves to =Rank(f20,O9:x9) this equaled 4. This worked in: Version:
7.4.7.2 (x64) / LibreOffice Community
Build ID: 723314e595e8007d3cf785c16538505a1c878ca5
CPU threads: 8; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Today I downloaded the current older version (7.5.?.?) from the website and
instead of the value 4 it returns #N/A.  The help shows the comma as a
semi-colon, but when I tried that it changes it to a comma.  No matter what I
tried it wouldn't work.  I went back to the 7.4.7.2 version and it resolves
correctly again.

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

[Libreoffice-bugs] [Bug 108815] [META] Print range/area bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||153638


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153638
[Bug 153638] Add "Ignore Print Area" print option for Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153638] Add "Ignore Print Area" print option for Calc

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

BogdanB  changed:

   What|Removed |Added

 Blocks||108815
 Status|UNCONFIRMED |NEW
 CC||buzea.bog...@libreoffice.or
   ||g
 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|

--- Comment #1 from BogdanB  ---
Yes, maybe someone needs something like this.
Would be a nice enhancement.


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158248] Ability to add custom shape by dragging into the Shapes sidebar

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

--- Comment #6 from nutka  ---

I can add the selected item into Gallery only in a new theme
(that's why I wrote: "the description given at the link is almost precise").

Of course, the Alt key is for hyperlinks. I just noticed that it doesn't work
with the Alt key.

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

[Libreoffice-bugs] [Bug 158257] New: ^{ opens the accessibility check

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

Bug ID: 158257
   Summary: ^{ opens the accessibility check
   Product: LibreOffice
   Version: 7.6.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lillsas...@t-online.de

Description:
Whenever I type the combination of the two symbols "^{" on my German keyboard,
an accessibility check window opens automatically and interrupts the typing
process.

I then need to click into the editor in order to continue typing.

Steps to Reproduce:
1. Use a German Keyboard for Windows
2. Open LibreOffice Writer
3. Type the two characters "^{"

Actual Results:
On the screen, I see "^{", an accessibility check window opens and typing is
interrupted.

Expected Results:
On the screen, I see "^{".


Reproducible: Always


User Profile Reset: No

Additional Info:
-

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

[Libreoffice-bugs] [Bug 158248] Ability to add custom shape by dragging into the Shapes sidebar

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

--- Comment #5 from Eyal Rozenberg  ---
(In reply to nutka from comment #4)
> May I ask what's stopping you from adding a shape to the Gallery?
> The description given at the link is almost precise.

When I drag the selected item onto the Gallery, an item is not added.

> The part on employing the Alt key seems faulty.

That's for hyperlinks...

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

[Libreoffice-bugs] [Bug 122587] Moving Objects to a Different Layer

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

--- Comment #9 from Jim Raykowski  ---
Created attachment 190894
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190894=edit
Set layer of object(s) demo

(In reply to Heiko Tietze from comment #8)
> (In reply to Regina Henschel from comment #3)
> > Or having a context menu item "move to layer ...". 
> 
> This might be the easiest solution.
How about .uno:SetLayer for the command name, "Move to Layer..." for the
context label, and "Open a dialog to change the layer of the object" for the
tool tip?

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

[Libreoffice-bugs] [Bug 114293] [META] Address Book Data Source bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157806


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157806
[Bug 157806] Address from Evolution Address Book defined but not displayed
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157806] Address from Evolution Address Book defined but not displayed

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Version|7.5.7.1 release |Inherited From OOo
 Blocks||114293
URL||https://forum.openoffice.or
   ||g/en/forum/viewtopic.php?p=
   ||64179


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158218] Document is not saved if solely text is pasted since last save

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

--- Comment #4 from jasperh  ---
Created attachment 190893
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190893=edit
Demonstration of bug 158218

This is a demonstration of this bug

Please note that I saved to a .csv file. I'm not able to reproduce the bug when
writing to a .ods file for example
The program on the right automatically updates when the file is updated

(when re watching the video it was really hard to watch how I struggled with
finding the "paste" button through the interface)

The version to reproduce this bug was:
Version: 7.5.8.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (C); UI: en-US
7.5.8-1
Calc: threaded

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

[Libreoffice-bugs] [Bug 158045] updating data sources

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |7.3.7.2 release
 Whiteboard| QA:needsComment|
 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks for the report!

I can't reproduce: using an ODT with fields attached to data stored in an XSLX
file, I could later on add data to the XLSX, then open the ODT and Save Meged
Documents: it would use the new data automatically. No prompts, but extra data
is used without requiring extra action.

Please try the following:
- Update to a currently supported version (7.6)
- If the data source has moved or changed names, you can use in Writer: Edit >
Exchange Database. That should allow you to point to the data source without
having to go through the Wizard again.
- If you can still reproduce the issue, maybe provide example files as
attachment for us to test in more similar conditions.

Let us know if that helps.

Tested in:

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

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

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

[Libreoffice-bugs] [Bug 158248] Ability to add custom shape by dragging into the Shapes sidebar

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

--- Comment #4 from nutka  ---
(In reply to Eyal Rozenberg from comment #2)
>
> Anyway, the instructions at the link don't work. Following them does not add
> a shape to the Gallery.
May I ask what's stopping you from adding a shape to the Gallery?
The description given at the link is almost precise.
The part on employing the Alt key seems faulty.

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

[Libreoffice-bugs] [Bug 33201] UI: Highlight (not select) current row and column in spreadsheet

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

Rafael Lima  changed:

   What|Removed |Added

 CC||gautamsahil1...@gmail.com
   Assignee|libreoffice-b...@lists.free |gautamsahil1...@gmail.com
   |desktop.org |

--- Comment #73 from Rafael Lima  ---
(In reply to Commit Notification from comment #72)
> Sahil Gautam committed a patch related to this issue.

Thanks Sahil for this contribution! This is looking great!

I've just tested it and it is working as requested.

Do you plan to do anything else about this issue? I would only suggest you add
a Uno command to easily toggle Highlight On/Off. Then this could be added to
the menu and toolbars/notebookbars.

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

[Libreoffice-bugs] [Bug 157885] help png images could use indexed colours

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

--- Comment #5 from Mike Kaganski  ---
(In reply to Stéphane Guillou (stragu) from comment #4)
> That's a good point, anything that reduces the size of helppacks (and
> langpacks) is good to take in my opinion...

Not necessarily - if it slows down the processing. I don't know the exact
effect of this change - and it *might* be beneficial generally, if IO dominates
processing the images; but just as well, it could have negative effect, if
conversion from indexed colors to 24 bit would be expensive.

I do not oppose this change - I suspect IO have more impact, so think it would
be a good change; but I think that generalizing like "everything that reduces
size if good" is incorrect.

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

[Libreoffice-bugs] [Bug 157885] help png images could use indexed colours

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97991] Reducing the size of the Windows Installer

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158183] examples files in help contain the "image preview" inside (thumbnail)

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97991] Reducing the size of the Windows Installer

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

Jérôme  changed:

   What|Removed |Added

Crash report or|158183  |
crash signature||
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||8183

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

[Libreoffice-bugs] [Bug 97991] Reducing the size of the Windows Installer

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

Jérôme  changed:

   What|Removed |Added

Crash report or||158183
crash signature||

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

[Libreoffice-bugs] [Bug 158250] impress templates : a few png images could use indexed colours

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97991] Reducing the size of the Windows Installer

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97991] Reducing the size of the Windows Installer

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158233] the main MSI archive contains translated icons in help directory

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

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158060] Windows that were open in the background suddenly appear in the foreground when I move the cursor over a Writer document (occurs rarely not sistematically)

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

--- Comment #4 from maurizio.dellab...@gmail.com ---
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 12; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL: win
Locale: it-IT (it_IT); UI: it-IT
Calc: threaded

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

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

2023-11-17 Thread Noel Grandin (via logerrit)
 desktop/source/lib/init.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8369765ec5be151082a6e31c16e2ab2b0df13f5c
Author: Noel Grandin 
AuthorDate: Fri Nov 17 11:58:54 2023 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 17 19:45:21 2023 +0100

cool#6893 pre-init dictionary list

so the forked processes don't need to

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 3ee743d4aada..dcdbf35b7d03 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -125,6 +125,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
@@ -7423,6 +7424,7 @@ static void preloadData()
 setLanguageToolConfig();
 
 // preload all available dictionaries
+
linguistic2::DictionaryList::create(comphelper::getProcessComponentContext());
 css::uno::Reference xLngSvcMgr =
 
css::linguistic2::LinguServiceManager::create(comphelper::getProcessComponentContext());
 css::uno::Reference 
xSpellChecker(xLngSvcMgr->getSpellChecker());


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

2023-11-17 Thread Michael Stahl (via logerrit)
 sd/source/ui/remotecontrol/Receiver.cxx |   21 +
 1 file changed, 21 insertions(+)

New commits:
commit 8d87164be230e1e0ad5ac51bf645744165a2
Author: Michael Stahl 
AuthorDate: Fri Nov 17 15:22:37 2023 +0100
Commit: Michael Stahl 
CommitDate: Fri Nov 17 19:36:38 2023 +0100

sd: remote: check that received commands have expected arguments

Change-Id: If4b5fe0362a40d14d68829bffb79f91ae9745835
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159590
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/sd/source/ui/remotecontrol/Receiver.cxx 
b/sd/source/ui/remotecontrol/Receiver.cxx
index 48d79e437d44..0846f5bbbe94 100644
--- a/sd/source/ui/remotecontrol/Receiver.cxx
+++ b/sd/source/ui/remotecontrol/Receiver.cxx
@@ -77,6 +77,12 @@ void Receiver::executeCommand( const std::vector 
 )
 {
 }
 
+if (aCommand.empty())
+{
+SAL_WARN("sdremote", "Receiver::executeCommand: no command");
+return;
+}
+
 if ( aCommand[0] ==  "transition_next" )
 {
 if ( xSlideShowController.is() )
@@ -89,6 +95,11 @@ void Receiver::executeCommand( const std::vector 
 )
 }
 else if ( aCommand[0] == "goto_slide" )
 {
+if (aCommand.size() < 2)
+{
+SAL_WARN("sdremote", "Receiver::executeCommand: invalid 
goto_slide");
+return;
+}
 // FIXME: if 0 returned, then not a valid number
 sal_Int32 aSlide = aCommand[1].toInt32();
 if ( xSlideShowController.is() &&
@@ -121,6 +132,11 @@ void Receiver::executeCommand( const std::vector 
 )
 }
 else if (aCommand[0] == "pointer_started" )
 {
+if (aCommand.size() < 3)
+{
+SAL_WARN("sdremote", "Receiver::executeCommand: invalid 
pointer_started");
+return;
+}
 // std::cerr << "pointer_started" << std::endl;
 float x = aCommand[1].toFloat();
 float y = aCommand[2].toFloat();
@@ -175,6 +191,11 @@ void Receiver::executeCommand( const std::vector 
 )
 }
 else if (aCommand[0] == "pointer_coordination" )
 {
+if (aCommand.size() < 3)
+{
+SAL_WARN("sdremote", "Receiver::executeCommand: invalid 
pointer_coordination");
+return;
+}
 float x = aCommand[1].toFloat();
 float y = aCommand[2].toFloat();
 


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

2023-11-17 Thread Balazs Varga (via logerrit)
 include/unotools/compatibility.hxx   |   55 
 sw/source/ui/config/optcomp.cxx  |   18 -
 unotools/source/config/compatibility.cxx |   60 +++
 3 files changed, 132 insertions(+), 1 deletion(-)

New commits:
commit 35f59457ff434b7b97cad6ce1dbef6ff07f7bc96
Author: Balazs Varga 
AuthorDate: Thu Nov 16 17:03:39 2023 +0100
Commit: Balazs Varga 
CommitDate: Fri Nov 17 18:55:22 2023 +0100

tdf#158135 - UI: Part 30 - Unify lockdown behavior of Options dialog

for Writer - Compatibility Page.

Change-Id: Id9ad445b451b332314f72f54e183730097584a74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159513
Tested-by: Jenkins
Reviewed-by: Balazs Varga 

diff --git a/include/unotools/compatibility.hxx 
b/include/unotools/compatibility.hxx
index 620d3c1c3fa4..9c2acefcf1d7 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -131,8 +132,50 @@ class SvtCompatibilityEntry
 setValue(rIdx, css::uno::Any(rValue));
 }
 
+bool getPropertyReadOnly(const Index rIdx) const
+{
+if (static_cast(rIdx) < getElementCount())
+{
+return m_aPropertyReadOnly.at(static_cast(rIdx));
+}
+else
+{
+/* Wrong index. */
+assert(false);
+return false;
+}
+}
+
+void setPropertyReadOnly(const Index rIdx, const bool bReadOnly)
+{
+if (static_cast(rIdx) < getElementCount())
+{
+m_aPropertyReadOnly.insert({ static_cast(rIdx), bReadOnly 
});
+}
+else
+{
+/* Wrong index. */
+assert(false);
+}
+}
+
+bool haveReadOnlyProperty() const
+{
+bool bRet = false;
+for (const auto& pair : m_aPropertyReadOnly)
+{
+if (pair.second == true)
+{
+bRet = true;
+break;
+}
+}
+return bRet;
+}
+
 private:
 std::vector m_aPropertyValue;
+std::map m_aPropertyReadOnly;
 };
 
 
/*-
@@ -183,6 +226,18 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions final : 
public utl::detail::Opt
 
*//*-*/
 std::vector< SvtCompatibilityEntry > GetList() const;
 
+
/*-
+@short  return property/option is readonly or not
+@descr  Call it to get the readonly status of default entry of
+compatibility options.
+@return Return true if the compatibility option is true, 
otherwise false.
+
+@onerrorWe return false.
+
*//*-*/
+bool GetPropertyReadOnly( SvtCompatibilityEntry::Index rIdx ) const;
+bool GetDefaultPropertyReadOnly( SvtCompatibilityEntry::Index rIdx ) 
const;
+bool HaveDefaultReadOnlyProperty() const;
+
 private:
 std::shared_ptr m_pImpl;
 
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index a1ea231d305c..1393b2864d95 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -216,7 +216,7 @@ void SwCompatibilityOptPage::InitControls( const 
SfxItemSet& rSet )
 rEntry.getValue( SvtCompatibilityEntry::Index::NoExtLeading 
),
 rEntry.getValue( 
SvtCompatibilityEntry::Index::UseLineSpacing ),
 rEntry.getValue( 
SvtCompatibilityEntry::Index::AddTableSpacing ),
-
rEntry.getValue(SvtCompatibilityEntry::Index::AddTableLineSpacing),
+rEntry.getValue( 
SvtCompatibilityEntry::Index::AddTableLineSpacing),
 rEntry.getValue( 
SvtCompatibilityEntry::Index::UseObjectPositioning ),
 rEntry.getValue( 
SvtCompatibilityEntry::Index::UseOurTextWrapping ),
 rEntry.getValue( 
SvtCompatibilityEntry::Index::ConsiderWrappingStyle ),
@@ -277,9 +277,11 @@ IMPL_LINK_NOARG(SwCompatibilityOptPage, UseAsDefaultHdl, 
weld::Button&, void)
 void SwCompatibilityOptPage::SetCurrentOptions( sal_uInt32 nOptions )
 {
 const int nCount = m_xOptionsLB->n_children();
+const OUString aOptionsName = m_xFormattingLB->get_active_text();
 OSL_ENSURE( nCount <= 32, "SwCompatibilityOptPage::Reset(): entry 
overflow" );
 for (int i = 0; i < nCount; ++i)
 {
+bool 

[Libreoffice-bugs] [Bug 157698] [META] Unify lockdown UX in the Options dialog

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

Bug 158135 Summary: Unify lockdown behavior of Options dialog page Writer - 
Compatibility
https://bugs.documentfoundation.org/show_bug.cgi?id=158135

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158256] New: Writer Label difficulties

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

Bug ID: 158256
   Summary: Writer Label difficulties
   Product: LibreOffice
   Version: 7.5.8.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dgpick...@aol.com

Description:
1) I cannot find a way to take last year's label document and move the source
to a new year's odb file.  I am forced to recreate my file for the Avery 8160
every year.  2) Alas, the Avery 8160 template is a bit off, so the labels I
print fall off  the left side in the third column.  3) I should be able to
access the template layer and adjust the positions of the columns.  4) It'd be
nice to get a preview of the merged labels without printing to an additional
document, so I can adjust the font and such to avoid ugly folding.  5) Who
maintains the Avery 8160 template, so I can let them know they botched it?  6)
Where is the template file? I cannot find it under the templates menu.

Steps to Reproduce:
See above.

Actual Results:
See above.

Expected Results:
See above.


Reproducible: Always


User Profile Reset: No

Additional Info:
See above.

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

[Libreoffice-bugs] [Bug 158048] Caption options dialog: same string in different contexts

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

--- Comment #2 from Stanislav Horacek  ---
Hello, I will try to clarify this: the concept of Key IDs is described here:
https://wiki.documentfoundation.org/Language#KeyID

They allow to identify which string in the list of localized strings
corresponds with a string that appears in the user interface.

As it is apparent from the attached screenshot, in this dialog one string is
used in two places. However, localization of this string in Czech should differ
in each case, so I suggest to use two original strings instead.

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

[Libreoffice-bugs] [Bug 158255] Fatal exception: Signal 6 when opening or converting prior working document

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

--- Comment #3 from Eike Rathke  ---
Apart from that the mimetype file in the zip container is compressed which it
must not (see ODF specification), and the unexpected attribute "text:is-hidden"
the validator complains about (only those two errors with extended conformant
ODF1.3), the crash is a nullptr dereference in
sw/source/core/layout/sectfrm.cxx SwSectionFrame::Notify() where in

SwSectionFormat *const pFormat(GetSection()->GetFormat());

the GetSection() call returns nullptr.

My blind guess is it there should check for nullptr and bail out if so, but I'm
not familiar with that code and maybe it's just a symptom and not the cause.

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

[Libreoffice-bugs] [Bug 145776] FILEOPEN XLSX When applying Text Orientation to a merged cell, side borders become slanted

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

--- Comment #4 from LeroyG  ---
See related question:
https://ask.libreoffice.org/t/diagonal-lines-artifact-in-spreadsheets/98339/

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

[Libreoffice-bugs] [Bug 121614] Calc: FORMATTING changing orientation of text causes corruption of cell borders

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

--- Comment #14 from LeroyG  ---
No reproducible with:
Version: 7.5.8.2 (x86) / LibreOffice Community
Build ID: f718d63693263970429a68f568db6046aaa9df01
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 121614] Calc: FORMATTING changing orientation of text causes corruption of cell borders

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

--- Comment #13 from LeroyG  ---
No reproducible with:
Version: 7.6.2.1 (x86) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: it-IT
Calc: threaded

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

[Libreoffice-bugs] [Bug 38446] Text orientation<> 0 + particlar 'Reference Edge' destroys horizontal text alignment

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

--- Comment #11 from LeroyG  ---
Reproducible with:
Version: 7.6.2.1 (x86) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: it-IT
Calc: threaded

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

[Libreoffice-bugs] [Bug 33201] UI: Highlight (not select) current row and column in spreadsheet

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

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

https://git.libreoffice.org/core/commit/487e30bec174342fff07f1f8cc76c9beed4c4843

tdf#33201 Highlight current row and column in spreadsheet

It will be available in 24.2.0.

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

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

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

[Libreoffice-bugs] [Bug 33201] UI: Highlight (not select) current row and column in spreadsheet

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|feature, reviewed:2022  |feature, reviewed:2022
   ||target:24.2.0

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

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

2023-11-17 Thread Sahil Gautam (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |7 +
 sc/source/ui/inc/gridwin.hxx |2 
 sc/source/ui/inc/tabview.hxx |6 +
 sc/source/ui/inc/viewdata.hxx|2 
 sc/source/ui/view/gridwin.cxx|   55 
 sc/source/ui/view/gridwin4.cxx   |4 
 sc/source/ui/view/tabview.cxx|1 
 sc/source/ui/view/tabview2.cxx   |   66 +++
 sc/source/ui/view/tabview3.cxx   |   28 ++
 sc/source/ui/view/viewdata.cxx   |6 +
 10 files changed, 177 insertions(+)

New commits:
commit 487e30bec174342fff07f1f8cc76c9beed4c4843
Author: Sahil Gautam 
AuthorDate: Tue Oct 31 03:57:05 2023 +0530
Commit: Mike Kaganski 
CommitDate: Fri Nov 17 17:35:32 2023 +0100

tdf#33201 Highlight current row and column in spreadsheet

Highlighting functions added

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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 3de756beac4e..aa58fc81a9a7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -121,6 +121,13 @@
   
   false
 
+
+  
+Indicates whether the column/row highlight has been enabled 
or not.
+Column/row highlighting
+  
+  false
+
 
   
   
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 8334e5fd0d51..37c38fe069a0 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -103,6 +103,7 @@ class SAL_DLLPUBLIC_RTTI ScGridWindow : public 
vcl::DocWindow, public DropTarget
 
 std::unique_ptr mpOOCursors;
 std::unique_ptr mpOOSelection;
+std::unique_ptr mpOOHighlight;
 std::unique_ptr mpOOSelectionBorder;
 std::unique_ptr mpOOAutoFill;
 std::unique_ptr mpOODragRect;
@@ -476,6 +477,7 @@ public:
 voidUpdateCursorOverlay();
 voidDeleteSelectionOverlay();
 voidUpdateSelectionOverlay();
+voidUpdateHighlightOverlay();
 voidDeleteAutoFillOverlay();
 voidUpdateAutoFillOverlay();
 voidDeleteDragRectOverlay();
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index edb9dd991971..8c69933cc1af 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -179,6 +179,7 @@ private:
 tools::LongnPrevDragPos;
 
 BlockMode   meBlockMode;   // Marks block
+BlockMode   meHighlightBlockMode;  // Highlight row/col
 
 SCCOL   nBlockStartX;
 SCCOL   nBlockStartXOrig;
@@ -263,6 +264,8 @@ private:
 
 DECL_STATIC_LINK(ScTabView, InstallLOKNotifierHdl, void*, 
vcl::ILibreOfficeKitNotifier*);
 
+voidUpdateHighlightOverlay();
+
 protected:
 voidUpdateHeaderWidth( const ScVSplitPos* pWhich = nullptr,
 const SCROW* pPosY = nullptr );
@@ -536,6 +539,8 @@ public:
bool bCols = false, bool bRows = false, 
bool bForceNeg = false );
 voidInitOwnBlockMode( const ScRange& rMarkRange );
 voidDoneBlockMode( bool bContinue = false );
+voidInitBlockModeHighlight( SCCOL nCurX, SCROW nCurY, SCTAB 
nCurZ, bool bCols, bool bRows );
+voidDoneBlockModeHighlight( bool bContinue );
 
 boolIsBlockMode() const;
 
@@ -561,6 +566,7 @@ public:
  * @param nModifier: 0, KEY_SHIFT, KEY_MOD1, KEY_SHIFT | KEY_MOD1
  */
 voidMarkRows(SCROW nRow, sal_Int16 nModifier);
+voidHighlightOverlay(const ScAddress& rCell);
 
 voidMarkDataArea( bool bIncludeCursor = true );
 voidMarkMatrixFormula();
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 7a6758788ad4..72386b2efa17 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -274,6 +274,7 @@ private:
 
 ::std::vector> maTabData;
 ScMarkData  maMarkData;
+ScMarkData  maHighlightData;
 ScViewDataTable*pThisTab;   // Data of the displayed 
sheet
 ScDocShell* pDocShell;
 ScDocument& mrDoc;
@@ -361,6 +362,7 @@ public:
 SfxDispatcher&  GetDispatcher();// from ViewShell's ViewFrame
 
 ScMarkData& GetMarkData();
+ScMarkData& GetHighlightData();
 const ScMarkData& GetMarkData() const;
 
 

[Libreoffice-commits] core.git: msicreator/createmsi.py

2023-11-17 Thread Julien Nabet (via logerrit)
 msicreator/createmsi.py |  115 
 1 file changed, 58 insertions(+), 57 deletions(-)

New commits:
commit 39f83d3dc2fbcadab759b49f0f36b39b8dc266d8
Author: Julien Nabet 
AuthorDate: Fri Nov 17 13:21:17 2023 +0100
Commit: Mike Kaganski 
CommitDate: Fri Nov 17 17:34:52 2023 +0100

createmsi: retrieve file handle explicitely so we can close it at the end

Seen on 
https://ci.libreoffice.org/view/tb%20platform%20status/job/lo_daily_tb_win_wix/3/console
[build PRL] CustomTarget/instsetoo_native/install/install.phony
Exception ignored in: <_io.FileIO name='lo.json' mode='rb' closefd=True>
Traceback (most recent call last):
  File 
"C:\cygwin64\home\tdf\jenkins\daily_workspace\tb\src_master\msicreator\createmsi.py",
 line 42, in __init__
jsondata = json.load(open(jsonfile, 'rb'))
ResourceWarning: unclosed file <_io.BufferedReader name='lo.json'>

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

diff --git a/msicreator/createmsi.py b/msicreator/createmsi.py
index 23ae885906ff..d728e64520d2 100644
--- a/msicreator/createmsi.py
+++ b/msicreator/createmsi.py
@@ -39,65 +39,66 @@ class UIGraphics:
 class PackageGenerator:
 
 def __init__(self, jsonfile):
-jsondata = json.load(open(jsonfile, 'rb'))
-self.product_name = jsondata['product_name']
-self.manufacturer = jsondata['manufacturer']
-self.version = jsondata['version']
-self.comments = jsondata['comments']
-self.installdir = jsondata['installdir']
-self.license_file = jsondata.get('license_file', None)
-self.name = jsondata['name']
-self.guid = jsondata.get('product_guid', '*')
-self.upgrade_guid = jsondata['upgrade_guid']
-self.basename = jsondata['name_base']
-self.need_msvcrt = jsondata.get('need_msvcrt', False)
-self.addremove_icon = jsondata.get('addremove_icon', None)
-self.startmenu_shortcut = jsondata.get('startmenu_shortcut', None)
-self.desktop_shortcut = jsondata.get('desktop_shortcut', None)
-self.main_xml = self.basename + '.wxs'
-self.main_o = self.basename + '.wixobj'
-self.idnum = 0
-self.graphics = UIGraphics()
-if 'graphics' in jsondata:
-if 'banner' in jsondata['graphics']:
-self.graphics.banner = jsondata['graphics']['banner']
-if 'background' in jsondata['graphics']:
-self.graphics.background = jsondata['graphics']['background']
-if 'arch' in jsondata:
-self.arch = jsondata['arch']
-else:
-# rely on the environment variable since python architecture may 
not be the same as system architecture
-if 'PROGRAMFILES(X86)' in os.environ:
-self.arch = 64
-else:
-self.arch = 32 if '32' in platform.architecture()[0] else 64
-self.final_output = '%s-%s-%d.msi' % (self.basename, self.version, 
self.arch)
-if self.arch == 64:
-self.progfile_dir = 'ProgramFiles64Folder'
-if platform.system() == "Windows":
-redist_glob = 'C:\\Program Files\\Microsoft Visual 
Studio\\*\\*\\VC\\Redist\\MSVC\\v*\\MergeModules\\Microsoft_VC*_CRT_x64.msm'
+with open(jsonfile, 'rb') as f:
+jsondata = json.load(f)
+self.product_name = jsondata['product_name']
+self.manufacturer = jsondata['manufacturer']
+self.version = jsondata['version']
+self.comments = jsondata['comments']
+self.installdir = jsondata['installdir']
+self.license_file = jsondata.get('license_file', None)
+self.name = jsondata['name']
+self.guid = jsondata.get('product_guid', '*')
+self.upgrade_guid = jsondata['upgrade_guid']
+self.basename = jsondata['name_base']
+self.need_msvcrt = jsondata.get('need_msvcrt', False)
+self.addremove_icon = jsondata.get('addremove_icon', None)
+self.startmenu_shortcut = jsondata.get('startmenu_shortcut', None)
+self.desktop_shortcut = jsondata.get('desktop_shortcut', None)
+self.main_xml = self.basename + '.wxs'
+self.main_o = self.basename + '.wixobj'
+self.idnum = 0
+self.graphics = UIGraphics()
+if 'graphics' in jsondata:
+if 'banner' in jsondata['graphics']:
+self.graphics.banner = jsondata['graphics']['banner']
+if 'background' in jsondata['graphics']:
+self.graphics.background = 
jsondata['graphics']['background']
+if 'arch' in jsondata:
+self.arch = jsondata['arch']
 else:
-redist_glob = 

[Libreoffice-bugs] [Bug 158249] Document with one landscape page doesn't switch back to portrait when PRINTING.

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

m.a.riosv  changed:

   What|Removed |Added

   Keywords||regression
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

Last working for me
Version 3.6.7.2 (Build ID: e183d5b)

The first where I see the issue
Version: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: es_ES

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

[Libreoffice-bugs] [Bug 158254] Can not apply any cell styles right of used area

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

--- Comment #5 from Vladimir Sokolinskiy  ---
In my experiments, the range of sheet cells to which the style is successfully
applied is determined as follows.
1. Determine the used area of the entire sheet as described in XUsedAreaCursor
Interface:
"The used area is the smallest cell range that contains all cells of the
spreadsheet with any contents (values, text, formulas) or visible formatting
(borders and background color)" (keyboard Ctrl+Shift+End).
2. Expand the area from point 1 to entire columns.

LO 7.5.7.1 Win 10.

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

[Libreoffice-bugs] [Bug 158255] Fatal exception: Signal 6 when opening or converting prior working document

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
It appears that the file does not pass the validator, regardless of the version
selected for testing.
https://odfvalidator.org/

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

[Libreoffice-bugs] [Bug 158254] Can not apply any cell styles right of used area

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

--- Comment #4 from Werner Tietz  ---
ok

The behaviour is really funny:

new Sheet with no data no Style will be applied to any Selection

___

enter some data into cell A3; select Cellrange A3:D7 
try to apply some CellStyle →→ 
**the Style is applied only to CellRange A3:A7**

__

enter additional Data for Example into D4
select A3:D7
apply some Cellstyle
the Style correctly applies to the whole Cellrange A3:D7 
but also only to A3:D7 if the Selection was **A3:F7** 

__
so I can confirm with **both**:
Version: 7.6.2.1 (AARCH64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: en-US
Flatpak
Calc: threaded

Version: 7.4.7.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Debian package version: 4:7.4.7-1
Calc: threaded

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

[Libreoffice-bugs] [Bug 158254] Can not apply any cell styles right of used area

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

Andreas Säger  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #3 from Andreas Säger  ---
The user who filed issue #153527 expects hard formatting attributes expanding
automatically without insertion of columns and rows. IMHO, this is a wrong
expectation.

My issue does not affect hard formatting. A double-click in the stylist window
does nothing when the selected range (not single cell) is right of the used
area.

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

[Libreoffice-commits] core.git: solenv/gbuild

2023-11-17 Thread Stephan Bergmann (via logerrit)
 solenv/gbuild/CppunitTest.mk |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 533e993f2d11814252c40d60bdab469de03b14db
Author: Stephan Bergmann 
AuthorDate: Fri Nov 17 14:23:41 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Fri Nov 17 16:57:01 2023 +0100

Don't reuse --unit values across (sequential, even) systemd-run invocations

At least some old versions of systemd-run apparently have occasional issues 
when
sequential invocations reuse the same --unit value, as
 now (i.e., after the 
machine was
updated to auto-detect --with-coredumpctl) failed with

> [build CUT] basctl_dialogs_test
> LO_TEST_LOCALE=de
> Running scope as unit: 
-home-tdf-lode-jenkins-workspace-lo_ubsan-workdir-CppunitTest-basctl_dialogs_test.test:20231117013657:704127.scope
[...]
> LO_TEST_LOCALE=en-US
> Running scope as unit: 
-home-tdf-lode-jenkins-workspace-lo_ubsan-workdir-CppunitTest-basctl_dialogs_test.test:20231117013657:704127.scope
[...]
> LO_TEST_LOCALE=fi
> Failed to start transient scope unit: Unit 
-home-tdf-lode-jenkins-workspace-lo_ubsan-workdir-CppunitTest-basctl_dialogs_test.test:20231117013657:704127.scope
 already exists.

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

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 18af97e7fff1..adfe49fb 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -27,7 +27,7 @@ gb_CppunitTest_coredumpctl_setup :=
 gb_CppunitTest_coredumpctl_run :=
 else
 gb_CppunitTest_coredumpctl_setup = \
-export LIBO_TEST_UNIT=$$($(SYSTEMD_ESCAPE) "$1:$$(date -u 
+%Y%m%d%H%M%S):" | cut -b -249) &&
+export LIBO_TEST_UNIT=$$($(SYSTEMD_ESCAPE) "$1:$$(date -u 
+%Y%m%d%H%M%S):$(if $2,:$2)" | cut -b -249) &&
 gb_CppunitTest_coredumpctl_run := $(SYSTEMD_RUN) --scope --user 
--unit="$$LIBO_TEST_UNIT"
 endif
 
@@ -135,10 +135,11 @@ else
$(if $(gb_CppunitTest__interactive),, \
$(if $(value gb_CppunitTest_postprocess), \
rm -fr $@.core && mkdir $@.core && cd $@.core 
&&)) \
-   $(call gb_CppunitTest_coredumpctl_setup,$@) \
( \
$(if $(gb_CppunitTest_localized),for l in $(WITH_LANG_LIST) ; 
do \
-   printf 'LO_TEST_LOCALE=%s\n' "$$l" && 
LO_TEST_LOCALE="$$l" ) \
+   printf 'LO_TEST_LOCALE=%s\n' "$$l" && ) \
+   $(call gb_CppunitTest_coredumpctl_setup,$@,$(if 
$(gb_CppunitTest_localized),$$l)) \
+   $(if $(gb_CppunitTest_localized),LO_TEST_LOCALE="$$l") \
$(if $(gb_CppunitTest__vcl_no_svp), \
$(filter-out 
SAL_USE_VCLPLUGIN=svp,$(gb_TEST_ENV_VARS)),$(gb_TEST_ENV_VARS)) \
$(EXTRA_ENV_VARS) \


[Libreoffice-bugs] [Bug 158254] Can not apply any cell styles right of used area

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |DUPLICATE

--- Comment #2 from m.a.riosv  ---
Looks like a duplicate of tdf#153527


Please reopen it if you do not agree.

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

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

[Libreoffice-bugs] [Bug 153527] LibreOffice 7.5 Calc: unable to apply formatting to all cells in spreadsheet

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

m.a.riosv  changed:

   What|Removed |Added

 CC||ville...@t-online.de

--- Comment #33 from m.a.riosv  ---
*** Bug 158254 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 158255] Fatal exception: Signal 6 when opening or converting prior working document

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

--- Comment #1 from Wahrendorff  ---
Correction: I got a notice that he error occures only on linux, not on windows.

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

[Libreoffice-bugs] [Bug 153131] Copy causes Calc to Freeze on Windows 11 with Speech Recognition

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

--- Comment #62 from ericbressle...@gmail.com ---
I was the original reporter of this bug. When someone noticed a conflict with
Windows Speech Recognition, I checked my own configuration. It was turned off.
When I turned it on and then off again, the problem with Copy causing
LibreOffice 7.4 to freeze disappeared. It has not reoccurred in a month since
then. Thanks for posting about this conflict!

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

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

2023-11-17 Thread Michael Weghorn (via logerrit)
 android/source/res/drawable/calc.png|binary
 android/source/res/drawable/draw.png|binary
 android/source/res/drawable/impress.png |binary
 android/source/res/drawable/writer.png  |binary
 4 files changed

New commits:
commit 1750078e3ace30d3ad9798feb81239688b1ea869
Author: Michael Weghorn 
AuthorDate: Fri Nov 17 14:30:19 2023 +0100
Commit: Michael Weghorn 
CommitDate: Fri Nov 17 16:39:05 2023 +0100

android: Update app-specific/MIME type icons

Just as

commit 2105f638fa178f49210116bd914889599930b62a
Author: Michael Weghorn 
Date:   Fri Nov 17 09:11:42 2023 +0100

android: Update app icon to new startcenter icon

updated the main icon for the Android app, also update the
MIME type icons that are shown in the "Recent files" section
in LibreOfficeUIActivity to the new ones meant to be used
for Calc/Draw/Impress/Writer since 7.5.

Change-Id: I1d969a290caa3c23589e78151cd5bf70144c3099
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159568
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/android/source/res/drawable/calc.png 
b/android/source/res/drawable/calc.png
index 0c0d31444d11..240da6c8966d 100644
Binary files a/android/source/res/drawable/calc.png and 
b/android/source/res/drawable/calc.png differ
diff --git a/android/source/res/drawable/draw.png 
b/android/source/res/drawable/draw.png
index b3ee11426a04..8b8436789cc2 100644
Binary files a/android/source/res/drawable/draw.png and 
b/android/source/res/drawable/draw.png differ
diff --git a/android/source/res/drawable/impress.png 
b/android/source/res/drawable/impress.png
index 5909f05bf089..2de82d6bd42b 100644
Binary files a/android/source/res/drawable/impress.png and 
b/android/source/res/drawable/impress.png differ
diff --git a/android/source/res/drawable/writer.png 
b/android/source/res/drawable/writer.png
index 8a4e21e47174..6cc9e8483033 100644
Binary files a/android/source/res/drawable/writer.png and 
b/android/source/res/drawable/writer.png differ


[Libreoffice-bugs] [Bug 155296] FILESAVE: DOCX export loses placeholder text in content control field combo box

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
I can't reproduce with MS Office 365 (online) and:

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

Can you still reproduce?

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

[Libreoffice-bugs] [Bug 156048] bash script for installation for selectable versions and packages of LibreOffice suite

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

--- Comment #2 from Buovjaga  ---
The old appimage script has rotted and there is this new and shiny one:
https://git.libreitalia.org/libreitalia/loaih

However, just a couple of days ago I tried it for the first time and could not
make the advertised easy installation method work, so I emailed Emiliano and am
waiting to hear back from him.

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

[Libreoffice-bugs] [Bug 158255] Fatal exception: Signal 6 when opening or converting prior working document

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

Wahrendorff  changed:

   What|Removed |Added

Summary|Fatal exception: Signal 6   |Fatal exception: Signal 6
   |when printing over uno  |when opening or converting
   ||prior working document

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

[Libreoffice-bugs] [Bug 158255] New: Fatal exception: Signal 6 when printing over uno

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

Bug ID: 158255
   Summary: Fatal exception: Signal 6 when printing over uno
   Product: LibreOffice
   Version: 7.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: h...@9tw.de

Created attachment 190892
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190892=edit
generated odt file that crashes libreoffice

Using libreoffice via UNO API to create pdf files and the like with odt as
templates. 

We heavily use hidden sections and our own implementation of placeholders in
the content.xml to dynamically change the content of the files.

Since Libreoffice 7.3 we get Fatal exception: Signal 6 from libreoffice when
trying to open some manipulated odt files to convert to pdf.

We suspect the content size of the hidden sections could be somehow related,
since this only happens with document templates having quite large hidden
sections.

Attached a Document that causes the Fatal Exception on gui opening or
converting via console. There is a possibility that we are causing the problem
by manipulating the odt files context.xml and styles.xml before passing it to
libreoffice via uno, but I cannot see anything problematic in the files
content.xml and styles.xml and it is also working with older libreoffice
versions. 

Our Windows Users say it broke with Libreoffice 7.4 and still working with
Version 7.3 and Linux Users say it's already broke in Version 7.3, so I guess
the error occured somewhere between 7.3.1.3 and 7.3.7.2

Stacktrace of error:
Unspecified Application Error


Fatal exception: Signal 6
Stack:
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x41993)[0x7f53a93ab993]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x41b54)[0x7f53a93abb54]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f53a3e42520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f53a3e969fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f53a3e42476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f53a3e287f3]
/usr/lib/libreoffice/program/libmergedlo.so(+0x12507d0)[0x7f53a54507d0]
/usr/lib/libreoffice/program/libmergedlo.so(+0x24b6126)[0x7f53a66b6126]
/usr/lib/libreoffice/program/libmergedlo.so(+0x36dedc7)[0x7f53a78dedc7]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x19962)[0x7f53a9383962]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x41a97)[0x7f53a93aba97]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f53a3e42520]
/usr/lib/libreoffice/program/libswlo.so(+0x7e1a82)[0x7f5396de1a82]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN14SvtBroadcaster9BroadcastERK7SfxHint+0xec)[0x7f53a6806dec]
/usr/lib/libreoffice/program/libswlo.so(+0x66e4bb)[0x7f5396c6e4bb]
/usr/lib/libreoffice/program/libswlo.so(+0x5dbf05)[0x7f5396bdbf05]
/usr/lib/libreoffice/program/libswlo.so(+0x5dd33e)[0x7f5396bdd33e]
/usr/lib/libreoffice/program/libswlo.so(+0x5dd47c)[0x7f5396bdd47c]
/usr/lib/libreoffice/program/libswlo.so(_ZN11SwViewShell12UpdateFieldsEb+0x73)[0x7f539716b613]
/usr/lib/libreoffice/program/libswlo.so(_ZN15SwXTextDocument16getRendererCountERKN3com3sun4star3uno3AnyERKNS3_8SequenceINS2_5beans13PropertyValueEEE+0x92f)[0x7f53975163bf]
/usr/lib/libreoffice/program/libpdffilterlo.so(+0x34215)[0x7f5394aab215]
/usr/lib/libreoffice/program/libpdffilterlo.so(+0x3c776)[0x7f5394ab3776]
/usr/lib/libreoffice/program/libpdffilterlo.so(+0x3ddb0)[0x7f5394ab4db0]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN14SfxObjectShell8ExportToER9SfxMedium+0x8ea)[0x7f53a6595fca]
/usr/lib/libreoffice/program/libmergedlo.so(+0x239ddbb)[0x7f53a659ddbb]
/usr/lib/libreoffice/program/libmergedlo.so(+0x23a0329)[0x7f53a65a0329]
/usr/lib/libreoffice/program/libmergedlo.so(+0x23a16f0)[0x7f53a65a16f0]
/usr/lib/libreoffice/program/libmergedlo.so(+0x2380442)[0x7f53a6580442]
/usr/lib/libreoffice/program/libmergedlo.so(+0x23d07ba)[0x7f53a65d07ba]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN12SfxBaseModel10storeToURLERKN3rtl8OUStringERKN3com3sun4star3uno8SequenceINS6_5beans13PropertyValueEEE+0x265)[0x7f53a65d2555]
/usr/lib/libreoffice/program/libmergedlo.so(+0x24d22ab)[0x7f53a66d22ab]
/usr/lib/libreoffice/program/libmergedlo.so(+0x24d5e46)[0x7f53a66d5e46]
/usr/lib/libreoffice/program/libmergedlo.so(+0x24b86a3)[0x7f53a66b86a3]
/usr/lib/libreoffice/program/libmergedlo.so(+0x24b9bad)[0x7f53a66b9bad]
/usr/lib/libreoffice/program/libmergedlo.so(+0x33d9bf8)[0x7f53a75d9bf8]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN14SvpSalInstance12ProcessEventEN16SalUserEventList12SalUserEventE+0x2c)[0x7f53a7a7627c]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN16SalUserEventList18DispatchUserEventsEb+0x142)[0x7f53a788d602]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN14SvpSalInstance9ImplYieldEbb+0x36)[0x7f53a7a768a6]

[Libreoffice-bugs] [Bug 156048] bash script for installation for selectable versions and packages of LibreOffice suite

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
  Component|Installation|General
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org,
   ||stephane.guillou@libreoffic
   ||e.org,
   ||xiscofa...@libreoffice.org
Product|LibreOffice |QA Tools

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you very much Richard for your contribution! I just tested it and it
works great after installing a couple of dependencies I was missing. I love the
CLI dialogs. One issue was my system detecting my system as RPM-based (but I've
got Ubuntu 20.04).
This could be a very useful tool for QA.

Please feel free to already link to it on the Wiki, I think this page it the
most suited for it:
https://wiki.documentfoundation.org/Installing_in_parallel/Linux

Buovjaga and Xisco, what do you think? Is this a tool that could be added to
one of our repos, or should it remain external? Would be a good addition to our
AppImage tool.

Note that, it it were to be integrated in one of the repos, the licence
compatibility needs to be checked. And please see how to get started with
submitting a contribution, including the "License Statement":
https://wiki.documentfoundation.org/Development/GetInvolved

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

[Libreoffice-bugs] [Bug 158254] Can not apply any cell styles right of used area

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

--- Comment #1 from Andreas Säger  ---
Selections below the current area are formatted in the same columns but not
farther to the right-

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

[Libreoffice-bugs] [Bug 158254] New: Can not apply any cell styles right of used area

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

Bug ID: 158254
   Summary: Can not apply any cell styles right of used area
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ville...@t-online.de

Description:
Cell styles are not applied to range selections right of current area.

Steps to Reproduce:
1.Open new Calc document.
2.Enter some data in column A (formula, text, number, anything)
3.Select some cells right of column A
4. Apply some cell style.

Actual Results:
The cell style remains "Default"

Expected Results:
Cell style changes.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Happens most of the time but not always. 
See https://ask.libreoffice.org/t/how-can-this-be-an-unknown-issue/98343

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

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

2023-11-17 Thread Regina Henschel (via logerrit)
 include/oox/token/tokenmap.hxx |   11 +++
 oox/inc/drawingml/connectorhelper.hxx  |8 
 oox/inc/drawingml/customshapeproperties.hxx|2 +-
 oox/qa/token/tokenmap-test.cxx |   13 +
 oox/source/drawingml/connectorhelper.cxx   |   13 ++---
 oox/source/drawingml/customshapeproperties.cxx |4 ++--
 oox/source/drawingml/shape.cxx |   13 ++---
 oox/source/drawingml/table/tablecell.cxx   |5 +
 8 files changed, 32 insertions(+), 37 deletions(-)

New commits:
commit 270b7efe92751a46c3d85e856b932a365c5f5b73
Author: Regina Henschel 
AuthorDate: Thu Nov 16 15:19:08 2023 +0100
Commit: Regina Henschel 
CommitDate: Fri Nov 17 15:33:41 2023 +0100

Add getUnicodeTokenName() to StaticTokenMap and use...

it in several places. Currently these places get a Sequence
by call of StaticTokenMap().getUtf8TokenName() and immediately after
that generate an OUString from it using reinterpret_cast
and the OUString ctor with 8-Bit character buffer array. The patch
moves this conversion to StaticTokenMap.

Change-Id: Ia2af110e2a0f1708e0685115d325c1c12cab3857
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159514
Tested-by: Jenkins
Reviewed-by: Regina Henschel 

diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index db71c24c2371..4358822c360f 100644
--- a/include/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
@@ -76,6 +76,17 @@ public:
 return getTokenPerfectHash( pToken, nLength );
 }
 
+/** Returns the name of the passed token identifier as OUString. */
+OUString getUnicodeTokenName(sal_Int32 nToken) const
+{
+SAL_WARN_IF(nToken < 0 || nToken >= XML_TOKEN_COUNT, "oox", "Wrong 
nToken parameter");
+OUString const ret((0 <= nToken && nToken < XML_TOKEN_COUNT)
+? rtl::OUString(reinterpret_cast(maTokenNames[nToken].getConstArray()),
+maTokenNames[nToken].getLength(), 
RTL_TEXTENCODING_UTF8)
+: OUString());
+return ret;
+}
+
 private:
 static sal_Int32 getTokenPerfectHash( const char *pToken, sal_Int32 
nLength );
 static const css::uno::Sequence< sal_Int8 > EMPTY_BYTE_SEQ;
diff --git a/oox/inc/drawingml/connectorhelper.hxx 
b/oox/inc/drawingml/connectorhelper.hxx
index 1e875ab8ee95..f5409d635270 100644
--- a/oox/inc/drawingml/connectorhelper.hxx
+++ b/oox/inc/drawingml/connectorhelper.hxx
@@ -24,14 +24,6 @@
 
 namespace ConnectorHelper
 {
-/* ToDo: Other place? It uses getShapePresetTypeName() and that is only used 
in shape.cxx in
-   Shape::createAndInsert() for "mso-orig-shape-type" property in GrabBag and 
for msConnectorName.
-   In both cases it is immediately converted to OUString. So perhaps let
-   getShapePresetTypeName() return an OUString directly?
-*/
-rtl::OUString getShapePresetTypeNameOUString(
-const oox::drawingml::CustomShapePropertiesPtr& pCustomShapePropertiesPtr);
-
 /**
  * Some preset shapes use the default connector site but in order right, 
bottom, left, top.
  * The function detects this.
diff --git a/oox/inc/drawingml/customshapeproperties.hxx 
b/oox/inc/drawingml/customshapeproperties.hxx
index 61a151d9aa09..c699ffddcce7 100644
--- a/oox/inc/drawingml/customshapeproperties.hxx
+++ b/oox/inc/drawingml/customshapeproperties.hxx
@@ -101,7 +101,7 @@ public:
 const css::awt::Size  );
 
 sal_Int32 getShapePresetType() const { return mnShapePresetType; }
-css::uno::Sequence< sal_Int8 > const & getShapePresetTypeName() const;
+OUString getShapePresetTypeName() const;
 void setShapePresetType( sal_Int32 nShapePresetType ){ mnShapePresetType = 
nShapePresetType; };
 boolgetShapeTypeOverride() const { return 
mbShapeTypeOverride; };
 voidsetShapeTypeOverride( bool 
bShapeTypeOverride ) { mbShapeTypeOverride = bShapeTypeOverride; };
diff --git a/oox/qa/token/tokenmap-test.cxx b/oox/qa/token/tokenmap-test.cxx
index 058f7c16ebbf..e30b6aef806b 100644
--- a/oox/qa/token/tokenmap-test.cxx
+++ b/oox/qa/token/tokenmap-test.cxx
@@ -23,10 +23,12 @@ class TokenmapTest: public CppUnit::TestFixture
 {
 public:
 void test_roundTrip();
+void test_roundTripUnicode();
 
 CPPUNIT_TEST_SUITE(TokenmapTest);
 
 CPPUNIT_TEST(test_roundTrip);
+CPPUNIT_TEST(test_roundTripUnicode);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -46,6 +48,17 @@ void TokenmapTest::test_roundTrip()
 }
 }
 
+void TokenmapTest::test_roundTripUnicode()
+{
+for (sal_Int32 nToken = 0; nToken < XML_TOKEN_COUNT; ++nToken)
+{
+// check that the getIdentifier <-> getToken roundtrip works for 
OUString
+OUString sName = tokenMap.getUnicodeTokenName(nToken);
+sal_Int32 ret = oox::TokenMap::getTokenFromUnicode(sName);
+CPPUNIT_ASSERT_EQUAL(ret, nToken);
+}
+}
+
 

[Libreoffice-bugs] [Bug 113338] [META] Embedded fonts bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||130185


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130185
[Bug 130185] FILE PROPERTIES: More informations about font embedding are needed
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 130185] FILE PROPERTIES: More informations about font embedding are needed

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||qui...@gmail.com,
   ||stephane.guillou@libreoffic
   ||e.org
 Blocks||113338
Version|6.3.4.2 release |6.2.0.3 release
URL||https://ask.libreoffice.org
   ||/t/what-is-the-difference-b
   ||etween-embed-fonts-in-the-d
   ||ocument-and-only-embed-font
   ||s-that-are-used-in-document
   ||s/46744

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
In a current trunk build, the extended tips are:
- Embed fonts in the document: "Mark this box to embed document fonts into the
document file, for portability between different computer systems."
- Only embed fonts that are used in documents: "Embed document fonts in the
current file."

Issues:
* The help page does not list the different options available
* The extended tips don't help to tell the difference either
* People report they can't see a difference in the resulting files, see e.g.
https://www.reddit.com/r/libreoffice/comments/136b8ni/fonts_embedding_what_those_options_actually_do/
* It is suggested the second option is only relevant when the first one is
ticked, so it really should be turned off and greyed out if the first one is
not ticked. See
https://ask.libreoffice.org/t/what-is-the-difference-between-embed-fonts-in-the-document-and-only-embed-fonts-that-are-used-in-documents/46744/7

The extra options were introduced in LO 6.2 with
eb6ff07605a55675e7007ac0cb5604fb13a9ddf9 /
3bc3ddc11fd94877d9c5d2b8313ab53150818236.

Tomaž, are you able to clarify the difference between the two?
According to the commit message, "used only" should only include:
- fonts used in _applied_ styles
- fonts used in direct formatting
... and therefore, not having that setting on would mean "all fonts used in
direct formatting and in styles, even if the style is not in use in the
document".

Is that correct?


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 113338] [META] Embedded fonts bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |4.1.0.4 release

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
* The File > Properties > Font tab was introduced in LO 4.1.
* The extra options ("Only embed [...]" and script-specific options) were
introduced in LO 6.2 with eb6ff07605a55675e7007ac0cb5604fb13a9ddf9 /
3bc3ddc11fd94877d9c5d2b8313ab53150818236

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

[Libreoffice-bugs] [Bug 118225] LibreOffice Writer: Heading Style Indenting Keeps Defaulting To 0.76cm

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

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

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

[Libreoffice-bugs] [Bug 146740] "Resetting to parent" doesn't work for paragraph style's indents

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

Andreas Heinisch  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 115871] "Reset to Parent" button in Paragraph Style dialog does not revert to parent values for any of the controls in the Outline & List tab

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

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

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

[Libreoffice-bugs] [Bug 65353] FILESAVE: LibreOffice embeds fonts defined in styles (e.g. CJK and CTL fonts) but arent used in the document

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149348] Fonts used in applied styles not embedded even if enabled in file properties

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107833] [META] Writer paragraph style bugs and enhancements

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

Bug 154543 Summary: UI: Paragraph style dialog "Reset to parent" (aka 
"Standard") does not work for Alignment > Snap to text grid
https://bugs.documentfoundation.org/show_bug.cgi?id=154543

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108456] [META] Style modify dialog bugs and enhancements

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

Bug 154543 Summary: UI: Paragraph style dialog "Reset to parent" (aka 
"Standard") does not work for Alignment > Snap to text grid
https://bugs.documentfoundation.org/show_bug.cgi?id=154543

   What|Removed |Added

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

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

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

2023-11-17 Thread Andreas Heinisch (via logerrit)
 cui/source/tabpages/paragrph.cxx|6 
 sw/qa/uitest/writer_tests5/tdf154543.py |   39 
 2 files changed, 44 insertions(+), 1 deletion(-)

New commits:
commit 5af2041c551e97903d2ba7994c5e893836891832
Author: Andreas Heinisch 
AuthorDate: Fri Nov 17 12:09:18 2023 +0100
Commit: Andreas Heinisch 
CommitDate: Fri Nov 17 14:13:14 2023 +0100

tdf#154543 - Paragraph dialog: reset snap to grid to parent setting

Added the SID_ATTR_PARA_SNAPTOGRID to the alignment ranges in order to
reset the snap to grid option to the corresponding parent setting.
Without this parameter, the main dialog does not have any knowledge
about this option.

Change-Id: Ib090fae0919be54dd41674d129f5355c3566a90c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159565
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch 

diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 7c8f2dc225a7..132b125f0293 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -66,7 +66,11 @@ const WhichRangesContainer 
SvxStdParagraphTabPage::pStdRanges(
 >);
 
 const WhichRangesContainer SvxParaAlignTabPage::pAlignRanges(
-svl::Items);  // 10027
+svl::Items<
+SID_ATTR_PARA_ADJUST, SID_ATTR_PARA_ADJUST, // 10027
+// tdf#154543 - reset snap to grid to parent
+SID_ATTR_PARA_SNAPTOGRID, SID_ATTR_PARA_SNAPTOGRID // 10945
+>);
 
 const WhichRangesContainer SvxParaAlignTabPage::pSdrAlignRanges(
 svl::Items<
diff --git a/sw/qa/uitest/writer_tests5/tdf154543.py 
b/sw/qa/uitest/writer_tests5/tdf154543.py
new file mode 100755
index ..ab6ab0a06e19
--- /dev/null
+++ b/sw/qa/uitest/writer_tests5/tdf154543.py
@@ -0,0 +1,39 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+from uitest.framework import UITestCase
+from uitest.uihelper.common import select_pos
+from uitest.uihelper.common import get_state_as_dict
+
+class tdf154543(UITestCase):
+
+   def test_tdf154543_reset_snap_to_grid_parent(self):
+
+with self.ui_test.create_doc_in_start_center("writer"):
+
+# Open the paragraph style dialog and unselect the snap to grid 
checkbox
+with self.ui_test.execute_dialog_through_command(".uno:EditStyle") 
as xDialog:
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "2")
+xSnapCheckbox = xTabs.getChild("checkCB_SNAP")
+xSnapCheckbox.executeAction("CLICK", tuple())
+self.assertEqual(get_state_as_dict(xSnapCheckbox)["Selected"], 
"false")
+
+# Open the paragraph style dialog and reset dialog to parent 
settings
+with self.ui_test.execute_dialog_through_command(".uno:EditStyle") 
as xDialog:
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "2")
+xSnapCheckbox = xTabs.getChild("checkCB_SNAP")
+xStandardButton = xDialog.getChild("standard")
+xStandardButton.executeAction("CLICK", tuple())
+# Without the fix in place, this test would have failed with
+# AssertionError: 'false' != 'true'
+self.assertEqual(get_state_as_dict(xSnapCheckbox)["Selected"], 
"true")
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:


  1   2   >