[Libreoffice-bugs] [Bug 156714] .uno:IndexMarktoIndex does not work

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156714

Jim Raykowski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 156890] Spotlight colors hide expand/collapse arrows

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156890

--- Comment #4 from Jim Raykowski  ---
Here's a go at making the SalInstanceTreeView (used by x11, windows, qt5)
behave like the GtkInstanceTreeView when centering an entry context bitmap
would interfere with the expand/collapse buttons:
https://gerrit.libreoffice.org/c/core/+/156787

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

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

2023-09-09 Thread Michael Weghorn (via logerrit)
 svtools/source/control/valueacc.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7737dab14baea000810965c572f06a10a94f73df
Author: Michael Weghorn 
AuthorDate: Sat Sep 9 22:22:09 2023 +0300
Commit: Michael Weghorn 
CommitDate: Sun Sep 10 07:09:14 2023 +0200

tdf#157160 a11y: Don't assert ValueSetAcc parent on add/remove

After

commit 2f5e7a07775690e57d639eeca7a1e41733fa93a9
Author: Michael Weghorn 
Date:   Thu Sep 7 08:09:31 2023 +0200

tdf#157092 a11y Let only drawing area dispose its ValueSet acc

had fixed a crash when using the search feature with the Qt-based
VCL plugins, the previous `DBG_ASSERT` that got promoted to a
real assert with the above commit got triggered now that a11y CHILD
events for removed children are handled since

commit be8b031d8b3c66b223ea2478f1129427f3a362bd
Author: Michael Weghorn 
Date:   Thu Sep 7 09:51:38 2023 +0200

qt a11y: Forward CHILD event for removed child

, s. the backtrace in tdf#157160.

Since the ValueSet isn't needed for this, and at least removing
a listener after the ValueSet has been dropped even seems logical if it's
a valid use case to delete the ValueSet before e.g. hiding the
window (s.a. comment in above-mentioned
2f5e7a07775690e57d639eeca7a1e41733fa93a9), don't check for it,
but only that the object hasn't been disposed yet
(as was effectively the case before
2f5e7a07775690e57d639eeca7a1e41733fa93a9, when
only a SAL_WARN would have been triggered).

Change-Id: I5be0a44decbe4508f4a419ec3dca9f8aaf85e951
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156782
Reviewed-by: Julien Nabet 
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/svtools/source/control/valueacc.cxx 
b/svtools/source/control/valueacc.cxx
index 2f897ae015ce..57c1777d4800 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -632,7 +632,7 @@ lang::Locale SAL_CALL ValueSetAcc::getLocale()
 
 void SAL_CALL ValueSetAcc::addAccessibleEventListener( const uno::Reference< 
accessibility::XAccessibleEventListener >& rxListener )
 {
-ThrowIfDisposed();
+ThrowIfDisposed(false);
 std::unique_lock aGuard (m_aMutex);
 
 if( !rxListener.is() )
@@ -656,7 +656,7 @@ void SAL_CALL ValueSetAcc::addAccessibleEventListener( 
const uno::Reference< acc
 
 void SAL_CALL ValueSetAcc::removeAccessibleEventListener( const 
uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
 {
-ThrowIfDisposed();
+ThrowIfDisposed(false);
 std::unique_lock aGuard (m_aMutex);
 
 if( rxListener.is() )


[Libreoffice-bugs] [Bug 156125] Slow scrolling of documents with many Math formulas

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156125

--- Comment #18 from Jan Rheinländer  ---
Since nobody else seems to experience this problem, I would like to close the
bug. Probably it is just my old machine coping badly with complex documents.

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

[Libreoffice-bugs] [Bug 140401] LibreOffice crashed due to custom installed fonts

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140401

Vivodo Lio  changed:

   What|Removed |Added

Version|7.1.0.3 release |7.6.0.3 release
   Hardware|x86-64 (AMD64)  |ARM
   Severity|minor   |trivial

--- Comment #18 from Vivodo Lio  ---
(In reply to Vivodo Lio from comment #15)
> Thanks for following this issue.
> 
> Now, I'm using:
> - LibreOffce 7.5.1.2 (AARCH64) 
> - Mac OS X 13.2.1
> 
> Still crashed when I enabled the following two fonts:
> - Hanazono Mincho Ex A1 (HanaMinExA1.otf)
> - Hanazono Mincho Ex A2 (HanaMinExA2.otf)
> 
> Other Hanazono fonts are OK with LibreOffice. I almost not use these two
> fonts which cause problems.

The LibreOffice still crashed if I activate the following fonts:
- Hanazono Mincho Ex A1 (HanaMinExA1.otf)
- Hanazono Mincho Ex A2 (HanaMinExA2.otf)
- Hanazono Mincho Ex B (HanaMinExB.otf)

The version info:
- Version: 7.6.0.3 (AARCH64) / LibreOffice Community
- Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265
- CPU threads: 8; OS: Mac OS X 13.5.2; UI render: Skia/Metal; VCL: osx
- Locale: en-US (en_CN.UTF-8); UI: en-US
- Calc: threaded

No crash report found in my system. The launched gives the following messages
when LibreOffice crashed.



2023-09-10 11:45:35.746641
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
internal event: WILL_SPAWN, code = 0
2023-09-10 11:45:35.746651
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
service state: spawn scheduled
2023-09-10 11:45:35.746652
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
service state: spawning
2023-09-10 11:45:35.746664 : Coalition Cache Hit:
app [39364]
2023-09-10 11:45:35.746681
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
launching: launch job demand
2023-09-10 11:45:35.747449
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: xpcproxy spawned with pid 75128
2023-09-10 11:45:35.747465
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: internal event: SPAWNED, code = 0
2023-09-10 11:45:35.747468
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: service state: xpcproxy
2023-09-10 11:45:35.747491
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: internal event: SOURCE_ATTACH, code = 0
2023-09-10 11:45:35.756644
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: service state: running
2023-09-10 11:45:35.756654
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: internal event: INIT, code = 0
2023-09-10 11:45:35.756656
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: job state = running
2023-09-10 11:45:35.756708
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: Successfully spawned soffice[75128] because launch job demand
2023-09-10 11:45:37.050716
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: exited due to exit(1)
2023-09-10 11:45:37.050723
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: service state: exited
2023-09-10 11:45:37.050727
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: internal event: EXITED, code = 0
2023-09-10 11:45:37.050728
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: job state = exited
2023-09-10 11:45:37.050743 (gui/1001 [13]) : service inactive:
application.org.libreoffice.script.55042055.76551790
2023-09-10 11:45:37.050745
(gui/1001/application.org.libreoffice.script.55042055.76551790 [75128])
: service state: not running
2023-09-10 11:45:37.051316
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
removing job: caller = runningboardd
2023-09-10 11:45:37.051324 (gui/1001 [13]) : removing service:
application.org.libreoffice.script.55042055.76551790
2023-09-10 11:45:37.051331
(gui/1001/application.org.libreoffice.script.55042055.76551790) :
internal event: PETRIFIED, code = 0
2023-09-10 11:45:37.051334
(gui/1001/application.org.libreoffice.script.55042055.76551790) : job
state = removed

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

[Libreoffice-ux-advise] [Bug 157036] LibreOffice 7.6 portable version can not achieve the following function insert->field (date, sheet name, document_title)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157036

neil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #10 from neil  ---
Description:
windows ltsc 21H2 X64
libreoffice portable V7.6 
calc

format cells
number  normal
language default-chinese(simplified)



In the cell enter "= (69.15-62.15)*1000" Return value is 7000.001
In cell A1 enter "= 69.15-62.15" return value of 7, in cell B1 enter "= A1 *
1000" return value of 7000.001

In the cell enter "=(77.15-69.15)*1000" Return value is 8000
In cell A1 enter "=(77.15-69.15)" return value of 8, in cell B1 enter "= A1 *
1000" return value of 8000

Why is this value returned? Is it a bug?
Please fix it. Thanks.

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

[Libreoffice-bugs] [Bug 157036] LibreOffice 7.6 portable version can not achieve the following function insert->field (date, sheet name, document_title)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157036

neil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #10 from neil  ---
Description:
windows ltsc 21H2 X64
libreoffice portable V7.6 
calc

format cells
number  normal
language default-chinese(simplified)



In the cell enter "= (69.15-62.15)*1000" Return value is 7000.001
In cell A1 enter "= 69.15-62.15" return value of 7, in cell B1 enter "= A1 *
1000" return value of 7000.001

In the cell enter "=(77.15-69.15)*1000" Return value is 8000
In cell A1 enter "=(77.15-69.15)" return value of 8, in cell B1 enter "= A1 *
1000" return value of 8000

Why is this value returned? Is it a bug?
Please fix it. Thanks.

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

[Libreoffice-bugs] [Bug 139517] Calc: Date values toggle between date and text when changed

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139517

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 157038] Auto Spell Checker Prevents Cell Selection Right Click

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157038

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 156913] libreoffice-qt5 bug: unwanted line advance after deadkey (in libreoffice writer)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156913

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 156916] Signature line uses dark icon with dark theme (KDE Plasma)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156916

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 156907] Writer on Mac confuses users when opening a document from a readonly location.

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156907

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 156913] libreoffice-qt5 bug: unwanted line advance after deadkey (in libreoffice writer)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156913

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

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

[Libreoffice-bugs] [Bug 156907] Writer on Mac confuses users when opening a document from a readonly location.

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156907

--- 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 156907] Writer on Mac confuses users when opening a document from a readonly location.

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156907

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 154142] Crash in: SfxUndoManager::SetMaxUndoActionCount(unsigned __int64)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154142

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 156261] Writer: Discrepancy between frame and graphical object management

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156261

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 154142] Crash in: SfxUndoManager::SetMaxUndoActionCount(unsigned __int64)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154142

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

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

[Libreoffice-bugs] [Bug 156261] Writer: Discrepancy between frame and graphical object management

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156261

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

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

[Libreoffice-bugs] [Bug 154147] libreOffice 7.5 problems during the conversion to pdf format

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154147

--- Comment #3 from QA Administrators  ---
Dear JB Muffat,

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 153473] Program crashes when scrolling using Kensington Slimblade trackball or scrollbars

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153473

--- Comment #5 from QA Administrators  ---
Dear Joseph Cardana,

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 153530] Pivot total columns state not respected

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153530

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 153530] Pivot total columns state not respected

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153530

--- Comment #3 from QA Administrators  ---
Dear Marco Colnaghi,

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 153849] Icons in Libre Office are nearly invisible when Tinker Tool limits macOS dark mode to menu

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153849

--- Comment #7 from QA Administrators  ---
Dear Frank Jäger,

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 102033] Sidebar's settings control exposed without a label

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102033

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

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 92159] Can't add text box formatting toolbar

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92159

--- Comment #19 from QA Administrators  ---
Dear Jonathan Underwood,

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 140443] FILEOPEN DOCX Opening file with many tracked changes is slow

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140443

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 86602] Float Frame should require real filename in Content

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86602

--- Comment #7 from QA Administrators  ---
Dear Maxim Britov,

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 123517] Slow down when zooming in/out in multipage mode with a large table in view using CTRL+Scrollwheel (STR: comment 7)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123517

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 113605] TABLES: Column/row properties of cells should be preserved on copy into an existing table (Paste Special should insert the source unformatted)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113605

--- Comment #8 from QA Administrators  ---
Dear Christian Lehmann,

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 156881] Background padding is green on 7.6.0.3 when skia enabled

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156881

--- Comment #4 from CTAC  ---
As for me, 7.6.1.2 does not affected by the issue reported.

Everything is fine.

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

[Libreoffice-bugs] [Bug 156956] Xterm windows all have the same name

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156956

--- Comment #3 from Duncan Roe  ---
git bisect of branch libreoffice-7-6-0 identifies:

f7d4efc02118a92a3f3cb17ea131674e88907a7b is the first bad commit
commit f7d4efc02118a92a3f3cb17ea131674e88907a7b
Author: Radhey Parekh 
Date:   Mon Jan 16 02:13:53 2023 +0530

tdf#146638 In a titlebar, separator is changed from a hyphen to an emdash

Change-Id: Ibf79dfd4c3e2f44ba4564567cd5e3f3650095719
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145542
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

 framework/inc/strings.hrc   | 1 +
 framework/source/fwe/helper/titlehelper.cxx | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

This is the patch:

git diff 5ed9bb8bdcb1bee63d89909eed82110da31edfe5
f7d4efc02118a92a3f3cb17ea131674e88907a7b
diff --git a/framework/inc/strings.hrc b/framework/inc/strings.hrc
index 18b372915b9b..182c3cf120ac 100644
--- a/framework/inc/strings.hrc
+++ b/framework/inc/strings.hrc
@@ -36,6 +36,7 @@
 #define STR_CLEAR_RECENT_FILES 
NC_("STR_CLEAR_RECENT_FILES", "Clear List")
 #define STR_CLEAR_RECENT_FILES_HELP
NC_("STR_CLEAR_RECENT_FILES_HELP", "Clears the list with the most recently
opened files. This action can not be undone.")
 #define STR_REMOTE_TITLENC_("STR_REMOTE_TITLE", "
(Remote)")
+#define STR_EMDASH_SEPARATOR   
NC_("STR_EMDASH_SEPARATOR", " â ")
 #define STR_SAFEMODE_TITLE  NC_("STR_SAFEMODE_TITLE",
" (Safe Mode)")
 #define STR_TOOLBAR_TITLE_ADDON
NC_("STR_TOOLBAR_TITLE_ADDON", "Add-On %num%")
 #define STR_FULL_DISC_RETRY_BUTTON 
NC_("STR_FULL_DISC_RETRY_BUTTON", "Retry" )
diff --git a/framework/source/fwe/helper/titlehelper.cxx
b/framework/source/fwe/helper/titlehelper.cxx
index aa4e8f0b2010..51025f71e4a5 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -536,7 +536,10 @@ void TitleHelper::impl_appendProductName (OUStringBuffer&
sTitle)
 if (!name.isEmpty())
 {
 if (!sTitle.isEmpty())
-sTitle.append(" - ");
+{
+OUString separator (FwkResId (STR_EMDASH_LANG=en_USSEPARATOR));
+sTitle.append(separator);
+}
 sTitle.append(name);
 }
 }

This falls down in a non-UTF8 locale, e.g. LANG=en_US as I have.
REPRODUCER: Ensure no libreoffice instances running,
enter e.g. LANG=en_US, start libreoffice on some file, put LANG back to what it
was.
MY WORKAROUND: LANG=en_US.UTF-8; libreoffice ~/calendar.ods& LANG=en_US
SUGGESTED FIX: either check whether locale is UTF-8 with `nl_langinfo(CODESET)`
(or nl_langinfo_l),
or revert f7d4efc02118.

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

[Libreoffice-bugs] [Bug 137595] FILEOPEN DOCX shape size displayed in inches instead of cm

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137595

--- Comment #6 from Justin L  ---
(In reply to Justin L from comment #5)
> Change the value to some large number (like 10cm) and notice that the UI
> reduces that number. 
Broken since 7.5.4. bug 157168.

Although layout code is nearly impossible to debug, the issue goes something
like this:
-the code might not have noticed which fly you have opened the dialog for
-therefore the valid range where the fly can move is somewhat random.
-the current position might not fit in that valid range
-therefore the highest/lowest value might be assigned to the display/applied at
OK.

Identifying the correct fly seems to be solved with
https://gerrit.libreoffice.org/c/core/+/156786.

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

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

--- Comment #5 from Justin L  ---
Created attachment 189465
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189465=edit
anchoredInCellTextbox2_2019.pdf: how this compat15 version looks in Word 2019

LO natively handles this like modern MS Word, and looks like this PDF for both
versions.

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

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

Justin L  changed:

   What|Removed |Added

   Priority|medium  |low

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

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

--- Comment #4 from Justin L  ---
Created attachment 189464
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189464=edit
anchoredInCellTextbox2_2019.docx: a compat14 problem only as seen by this
compat15 version

When a modern MS Word resaves the document (not as compatible), then it acts
like LibreOffice. So it is only old documents that are affected. Low priority.

I have seen notes in the code that indicate that compat15 ALWAYS treats an
anchor in a table as "layout-in-cell".

Layout in cell normally translates into PROP_FOLLOW_TEXT_FLOW, but LO in that
mode forces the textbox to actually fully reside in the cell, instead of just
basing its positioning on the cell. So there might be a difference between how
images and textboxes are treated in MS Word when LayoutInCell.

This is starting to look like a rather ugly layout beast - perhaps not worth
tackling.

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

[Libreoffice-bugs] [Bug 157162] Blank character in LibreOffice installation directory leads to error message when bootstrapping from Python script

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157162

--- Comment #3 from Hossein  ---
(In reply to Werner Tietz from comment #2)
> You are barking the wrong tree…
> This is neither a bug of Libreoffice nor python.
1) In the bug report it is stated that the problem is from the "LibreOffice
SDK", and not the LibreOffice program itself or even Python.
2) If you claim it is not a correct bug filing, you have to describe what you
mean exactly, pointing to the possible problems.

3) In simple words, to reproduce the problem, you only have to run the internal
python, and then invoke bootstrap() function:

C:\>"c:\Program Files\LibreOffice\program\python.exe"
Python 3.8.17 (default, Aug  9 2023, 17:36:19) [MSC v.1929 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import officehelper
>>> officehelper.bootstrap()

And you will see the error message.

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

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

Justin L  changed:

   What|Removed |Added

 Whiteboard||compatibilityMode14
   Keywords||filter:doc

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

[Libreoffice-bugs] [Bug 157170] typing error / syntax

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157170

Jack  changed:

   What|Removed |Added

  Component|LibreOffice |Writer

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

[Libreoffice-commits] core.git: dictionaries

2023-09-09 Thread Joan Montané (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8740a1db21298be2dc81a8388a2df3aa8451531c
Author: Joan Montané 
AuthorDate: Sun Sep 10 00:00:47 2023 +0200
Commit: Gerrit Code Review 
CommitDate: Sun Sep 10 00:00:47 2023 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 272686e247e81719b86c71d7d1672bc775d91031
  - Fixes issue #156669: Updates Catalan dictionaries (spelling, 
hyphenation, and thesaurus) with latest releases.

Change-Id: Iac7161011d3fc2e684b22f4588be1f812f6d8da1
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/155469
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/dictionaries b/dictionaries
index 1a0dc6e5aee0..272686e247e8 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 1a0dc6e5aee05f2a07a632adf6e121082fbd1bf5
+Subproject commit 272686e247e81719b86c71d7d1672bc775d91031


[Libreoffice-commits] dictionaries.git: ca/description.xml ca/dictionaries ca/LICENSES-en.txt ca/LLICENCIES-ca.txt ca/package-description.txt ca/README_ca.txt ca/README_hyph_ca.txt ca/README_thes_ca.t

2023-09-09 Thread Joan Montané (via logerrit)
 ca/LICENSES-en.txt  |2 
 ca/LLICENCIES-ca.txt|2 
 ca/README_ca.txt|   24 
 ca/README_hyph_ca.txt   |   32 
 ca/README_thes_ca.txt   |   18 
 ca/description.xml  |2 
 ca/dictionaries/ca-valencia.aff | 5075 
 ca/dictionaries/ca-valencia.dic |412234 

 ca/dictionaries/ca.aff  | 5057 
 ca/dictionaries/ca.dic  |411426 ---
 ca/dictionaries/hyph_ca.dic | 5542 
 ca/dictionaries/th_ca_ES_v3.dat |132242 ++--
 ca/package-description.txt  |2 
 13 files changed, 540381 insertions(+), 431277 deletions(-)

New commits:
commit 272686e247e81719b86c71d7d1672bc775d91031
Author: Joan Montané 
AuthorDate: Tue Aug 8 15:49:17 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sun Sep 10 00:00:44 2023 +0200

Fixes issue #156669: Updates Catalan dictionaries (spelling, hyphenation, 
and thesaurus) with latest releases.

Change-Id: Iac7161011d3fc2e684b22f4588be1f812f6d8da1
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/155469
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/ca/LICENSES-en.txt b/ca/LICENSES-en.txt
index 5bb968e..6950445 100644
--- a/ca/LICENSES-en.txt
+++ b/ca/LICENSES-en.txt
@@ -1,4 +1,4 @@
 LICENSES :
 Spelling dictionary: LGPL, GPL
-Tesaurus: LGPL, GPL
+Tesaurus: CC-BY 4.0
 Hyphenation: LGPL, GPL
diff --git a/ca/LLICENCIES-ca.txt b/ca/LLICENCIES-ca.txt
index 3a26c48..9af6b56 100644
--- a/ca/LLICENCIES-ca.txt
+++ b/ca/LLICENCIES-ca.txt
@@ -1,4 +1,4 @@
 LLICÈNCIES:
 Corrector ortogràfic: LGPL, GPL
-Tesaurus (sinònims i termes relacionats): LGPL, GPL
+Tesaurus (sinònims i termes relacionats): CC-BY 4.0
 Diccionari de partició de mots: LGPL, GPL
diff --git a/ca/README_ca.txt b/ca/README_ca.txt
index 34b2a77..cb3ac60 100644
--- a/ca/README_ca.txt
+++ b/ca/README_ca.txt
@@ -1,26 +1,14 @@
 ___
 
-   CORRECTOR ORTOGRÀFIC CATALÀ DE SOFTCATALÀ (general i valencià)
-   versió 2.5.1
+   DICCIONARI DE CORRECCIÓ ORTOGRÀFICA HUNSPELL
+   versió 3.0.8
 
-   Copyright (C) 2002-20013 Joan Moratinos  i Jaume 
Ortolà --- Softcatal�
-   
+   Copyright (C) 2013-2023 Jaume Ortolà 
+  
Llicència (a la vostra elecció):
LGPL v. 2.1 o superior --  
http://www.gnu.org/licenses/lgpl-2.1.html
-   GPL v. 2.0 superior --  http://www.gnu.org/licenses/gpl-2.0.html
-
-   Aquest corrector funciona en qualsevol programari que usi el motor 
hunspell, p. ex.: LibreOffice, OpenOffice.org 3.2+, Firefox 4+ i Thunderbird 5+
-
-   Fonts:
-   Diccionari de l'Institut d'Estudis Catalans, primera edició 
(1996)
-   Diccionari de l'Institut d'Estudis Catalans, segona edició 
(2007)
-   Diccionari Català/Castellà - Castellà/Català, de Francesc de B. 
Moll
-   Diccionari d'Ispell, d'Ignasi Labastida
-   Recull de gentilicis, de M.M. Ramon i C. Rigo
-   
-   Amb aportacions de:
-   Miquel Font, Francesc Xavier Moratinos, Jordi Mas, Jordi 
Mallach, Marc Belzunces i Joan Montané.
+   GPL v.2.0 o superior --  
http://www.gnu.org/licenses/gpl-2.0.html
 
Més informació:
-   http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
+   https://www.softcatala.org/projectes/corrector-ortografic/
 ___
diff --git a/ca/README_hyph_ca.txt b/ca/README_hyph_ca.txt
index b1e6863..e0e28ac 100644
--- a/ca/README_hyph_ca.txt
+++ b/ca/README_hyph_ca.txt
@@ -1,16 +1,16 @@
-___
-
-   DICCIONARI DE PARTICIÓ DE MOTS
-   versió 1.4
-
-   Copyright (C) 2013-2018 Jaume Ortolà  --- Riurau 
Editors
-
-   Llicència (a la vostra elecció):
-   LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
-   GPL v.3.0 o superior --  
http://www.gnu.org/licenses/gpl-3.0.html
-
-   Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
-
-   Més informació:
-   
https://www.softcatala.org/programes/diccionari-catala-de-particio-de-mots/
-___
+___
+
+   DICCIONARI DE PARTICIÓ DE MOTS
+   versió 1.5
+
+   Copyright (C) 2013-2023 Jaume Ortolà  --- Riurau 
Editors 
+   
+   Llicència (a la vostra elecció):
+   LGPL v. 3.0 o superior --  
http://www.gnu.org/licenses/lgpl-3.0.html
+   GPL v.3.0 o superior --  
http://www.gnu.org/licenses/gpl-3.0.html
+
+   Aquests patrons funcionen amb el LibreOffice i OpenOffice.org 3.2+
+   
+   Més informació:
+  

[Libreoffice-bugs] [Bug 157170] New: typing error / syntax

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157170

Bug ID: 157170
   Summary: typing error / syntax
   Product: LibreOffice
   Version: 7.6.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jacques.marm...@bluewin.ch

Created attachment 189463
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189463=edit
French quotation marks

typing error / syntax :

Autocorrection Menu / Options linguistiques

Remplacer << et >> par des guillemets français
(Replace << and >> with French quotation marks)


It seems to me that this sentence is upside down.
The << and >> quotation marks are already French quotation marks!

In any case, the instructions in this dialog box concerning quotation marks are
neither clear nor easy to understand!

Thanks in advance to improve this

(Deepl translation from french)

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

[Libreoffice-commits] dictionaries.git: Dictionary_id.mk

2023-09-09 Thread Aron Budea (via logerrit)
 Dictionary_id.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1a0dc6e5aee05f2a07a632adf6e121082fbd1bf5
Author: Aron Budea 
AuthorDate: Thu Jan 12 05:38:08 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:53:47 2023 +0200

Add Indonesian hyphenation library to dictionary package

Change-Id: I807f295947ef9ab053f990c9220a78dad8485629
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/145372
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/Dictionary_id.mk b/Dictionary_id.mk
index 7f46144..e59ec67 100644
--- a/Dictionary_id.mk
+++ b/Dictionary_id.mk
@@ -12,6 +12,7 @@ $(eval $(call 
gb_Dictionary_Dictionary,dict-id,dictionaries/id))
 $(eval $(call gb_Dictionary_add_root_files,dict-id,\
dictionaries/id/LICENSE-dict \
dictionaries/id/LICENSE-thes\
+   dictionaries/id/hyph_id_ID.dic \
dictionaries/id/id_ID.aff \
dictionaries/id/id_ID.dic \
dictionaries/id/README-dict.adoc \


[Libreoffice-commits] core.git: dictionaries

2023-09-09 Thread Aron Budea (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7317420bf85e8f6f40f544321096dcb3adcc5e23
Author: Aron Budea 
AuthorDate: Sat Sep 9 22:53:47 2023 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Sep 9 23:53:47 2023 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 1a0dc6e5aee05f2a07a632adf6e121082fbd1bf5
  - Add Indonesian hyphenation library to dictionary package

Change-Id: I807f295947ef9ab053f990c9220a78dad8485629
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/145372
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/dictionaries b/dictionaries
index c1ddcf602ba9..1a0dc6e5aee0 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit c1ddcf602ba97f8e99383f34e8027074d8193f61
+Subproject commit 1a0dc6e5aee05f2a07a632adf6e121082fbd1bf5


[Libreoffice-bugs] [Bug 157163] NotebookBar tabs' background color does not extend to the right, "looks" broken with a wide window

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157163

Jeff Fortin Tam  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-commits] core.git: download.lst external/libgpg-error

2023-09-09 Thread Taichi Haradaguchi (via logerrit)
 download.lst  |4 -
 external/libgpg-error/ExternalPackage_libgpg-error.mk |2 
 external/libgpg-error/ExternalProject_libgpg-error.mk |5 -
 external/libgpg-error/UnpackedTarball_libgpg-error.mk |1 
 external/libgpg-error/w32-build-fixes-2.patch.1   |   24 +-
 external/libgpg-error/w32-build-fixes-3.patch.1   |   57 --
 external/libgpg-error/w32-build-fixes-5.patch |   70 +-
 7 files changed, 49 insertions(+), 114 deletions(-)

New commits:
commit 380348d7188fcdd9e5a4427771e1d226455bee9a
Author: Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Fri Jan 6 20:55:53 2023 +0900
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:52:27 2023 +0200

libgpg-error: upgrade to release 1.47

* Remove external/libgpg-error/w32-build-fixes-3.patch.1, which has
  redundant contents with a part of 
external/libgpg-error/w32-build-fixes-5.patch.

Change-Id: I330b5f92717c1c5f6c0637940dfe7c3ac7e58b21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145169
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index 212077f775b6..8bdd7d7bf9ed 100644
--- a/download.lst
+++ b/download.lst
@@ -319,8 +319,8 @@ LIBFFI_TARBALL := libffi-3.3.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-LIBGPGERROR_SHA256SUM := 
a9ab83ca7acc442a5bd846a75b920285ff79bdb4e3d34aa382be88ed2c3aebaf
-LIBGPGERROR_TARBALL := libgpg-error-1.43.tar.bz2
+LIBGPGERROR_SHA256SUM := 
9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb
+LIBGPGERROR_TARBALL := libgpg-error-1.47.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/libgpg-error/ExternalPackage_libgpg-error.mk 
b/external/libgpg-error/ExternalPackage_libgpg-error.mk
index 7ee849d2369c..fd887fb5776d 100644
--- a/external/libgpg-error/ExternalPackage_libgpg-error.mk
+++ b/external/libgpg-error/ExternalPackage_libgpg-error.mk
@@ -15,7 +15,7 @@ ifneq ($(DISABLE_DYNLOADING),TRUE)
 
 ifeq ($(OS),LINUX)
 
-$(eval $(call 
gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.32.1))
+$(eval $(call 
gb_ExternalPackage_add_file,libgpg-error,$(LIBO_LIB_FOLDER)/libgpg-error-lo.so.0,src/.libs/libgpg-error-lo.so.0.34.0))
 
 else ifeq ($(OS),MACOSX)
 
diff --git a/external/libgpg-error/ExternalProject_libgpg-error.mk 
b/external/libgpg-error/ExternalProject_libgpg-error.mk
index 055cd3cbe394..88b9b2be504a 100644
--- a/external/libgpg-error/ExternalProject_libgpg-error.mk
+++ b/external/libgpg-error/ExternalProject_libgpg-error.mk
@@ -39,9 +39,8 @@ $(call 
gb_ExternalProject_get_state_target,libgpg-error,build):
--disable-rpath \
--disable-languages \
--disable-doc \
-   CFLAGS=" $(CFLAGS) $(call 
gb_ExternalProject_get_build_flags,libgpg-error)" \
-   CPPFLAGS=" $(SOLARINC)" \
-   $(if $(filter MSC,$(COM)),--force_use_syscfg=true) \
+   CFLAGS="$(CFLAGS) $(call 
gb_ExternalProject_get_build_flags,libgpg-error)" \
+   CPPFLAGS="$(SOLARINC)" \
$(gb_CONFIGURE_PLATFORMS) \
$(if $(filter 
MACOSX,$(OS)),--prefix=/@.__OOO)
 \
$(if $(filter 
TRUE,$(DISABLE_DYNLOADING)),--disable-shared,--disable-static) \
diff --git a/external/libgpg-error/UnpackedTarball_libgpg-error.mk 
b/external/libgpg-error/UnpackedTarball_libgpg-error.mk
index 72ff13069c76..698c41997326 100644
--- a/external/libgpg-error/UnpackedTarball_libgpg-error.mk
+++ b/external/libgpg-error/UnpackedTarball_libgpg-error.mk
@@ -16,7 +16,6 @@ $(eval $(call 
gb_UnpackedTarball_set_patchlevel,libgpg-error,0))
 $(eval $(call gb_UnpackedTarball_add_patches,libgpg-error, \
$(if $(filter MSC,$(COM)),external/libgpg-error/w32-build-fixes.patch) \
$(if $(filter 
MSC,$(COM)),external/libgpg-error/w32-build-fixes-2.patch.1) \
-   $(if $(filter 
MSC,$(COM)),external/libgpg-error/w32-build-fixes-3.patch.1) \
$(if $(filter 
MSC,$(COM)),external/libgpg-error/w32-disable-dllinit.patch.1) \
external/libgpg-error/w32-build-fixes-4.patch \
$(if $(filter 
MSC,$(COM)),external/libgpg-error/w32-build-fixes-5.patch) \
diff --git a/external/libgpg-error/w32-build-fixes-2.patch.1 
b/external/libgpg-error/w32-build-fixes-2.patch.1
index 0f8a8b36ef1c..5f2a7b925842 100644
--- a/external/libgpg-error/w32-build-fixes-2.patch.1
+++ b/external/libgpg-error/w32-build-fixes-2.patch.1
@@ -1,17 +1,7 @@
 diff -ru libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
 libgpg-error.orig/src/Makefile.in  2017-09-12 08:18:29.376536700 +0200
-+++ libgpg-error/src/Makefile.in   2017-09-12 08:57:11.648083800 

[Libreoffice-bugs] [Bug 157163] NotebookBar tabs' background color does not extend to the right, "looks" broken with a wide window

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157163

--- Comment #5 from Jeff Fortin Tam  ---
Bonjour Stéphane,

This is running on GNOME 44 (eventually GNOME 45)

LibreOffice Community version: 7.6.0.3 (X86_64)
Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265
CPU threads: 8; OS: Linux 6.4; UI render: default; VCL: gtk3
Locale: fr-CA (en_CA.UTF-8); UI: en-US
Flatpak
Calc: threaded

Note that this has affected every recent version of LibreOffice GTK3 I've seen
in recent years, at least since the GTK3 port and the introduction of the
Notebookbar, if I recall correctly.

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

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - distro-configs/ZetaOfficeFlatpak.conf solenv/flatpak-manifest.in

2023-09-09 Thread Gabor Kelemen (via logerrit)
 distro-configs/ZetaOfficeFlatpak.conf |   64 ++
 solenv/flatpak-manifest.in|   12 +++---
 2 files changed, 70 insertions(+), 6 deletions(-)

New commits:
commit fed3289fcbc9b06ed4bb261f8a30817922cc5ac2
Author: Gabor Kelemen 
AuthorDate: Mon Sep 4 13:21:14 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:49:03 2023 +0200

Add Zeta branding to the Flatpak packaging

Change-Id: I74d8babc88d98d9102f1cf02d7b19e040f8fa9ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156515
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/distro-configs/ZetaOfficeFlatpak.conf 
b/distro-configs/ZetaOfficeFlatpak.conf
new file mode 100644
index ..b133b0a82934
--- /dev/null
+++ b/distro-configs/ZetaOfficeFlatpak.conf
@@ -0,0 +1,64 @@
+--disable-odk
+--disable-skia
+--enable-release-build
+--with-ant-home=ant/
+--with-extra-buildid=Flatpak
+--with-help=html
+--with-jdk-home=/usr/lib/sdk/openjdk11/jvm/openjdk-11
+--with-lang=en-US de fr es it
+--enable-ccache
+--with-system-libs
+--with-vendor=allotropia GmbH
+--without-export-validation
+--without-junit
+--without-lxml
+--without-system-abseil
+--without-system-beanshell
+--without-system-bluez
+--without-system-boost
+--without-system-box2d
+--without-system-clucene
+--without-system-coinmp
+--without-system-cppunit
+--without-system-dragonbox
+--without-system-firebird
+--without-system-glm
+--without-system-gpgmepp
+--without-system-jfreereport
+--without-system-libabw
+--without-system-libatomic_ops
+--without-system-libcdr
+--without-system-libcmis
+--without-system-libebook
+--without-system-libepubgen
+--without-system-libetonyek
+--without-system-libexttextcat
+--without-system-libfixmath
+--without-system-libfreehand
+--without-system-liblangtag
+--without-system-libmspub
+--without-system-libmwaw
+--without-system-libnumbertext
+--without-system-libodfgen
+--without-system-libpagemaker
+--without-system-libqxp
+--without-system-librevenge
+--without-system-libstaroffice
+--without-system-libtommath
+--without-system-libvisio
+--without-system-libwpd
+--without-system-libwpg
+--without-system-libwps
+--without-system-libzmf
+--without-system-lpsolve
+--without-system-mariadb
+--without-system-mdds
+--without-system-odbc
+--without-system-openldap
+--without-system-orcus
+--without-system-poppler
+--without-system-postgresql
+--without-system-redland
+--without-system-sane
+--without-system-xmlsec
+--without-system-zxing
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 9ed880565c52..824ac011c0c1 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -1,12 +1,12 @@
 {
-"id": "org.libreoffice.LibreOffice",
+"id": "com.allotropia.ZetaOffice",
 "runtime": "org.freedesktop.Platform",
 "runtime-version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "sdk-extensions": [
 "org.freedesktop.Sdk.Extension.openjdk11"
 ],
-"command": "libreoffice",
+"command": "zetaoffice",
 "modules": [
 {
 "name": "openjdk",
@@ -54,7 +54,7 @@
 ]
 },
 {
-"name": "libreoffice",
+"name": "zetaoffice",
 "sources": [
 {
 "type": "git",
@@ -686,7 +686,7 @@
 ],
 "buildsystem": "simple",
 "build-commands": [
-"./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=LibreOfficeFlatpak",
+"./autogen.sh --prefix=/run/build/libreoffice/inst 
--with-distro=ZetaOfficeFlatpak",
 "make check",
 "make distro-pack-install",
 "make cmd cmd='$(SRCDIR)/solenv/bin/assemble-flatpak.sh'",
@@ -695,13 +695,13 @@
 }
 ],
 "add-extensions": {
-"org.libreoffice.LibreOffice.BundledExtension": {
+"com.allotropia.ZetaOffice.BundledExtension": {
 "directory": "libreoffice/share/extensions",
 "subdirectories": true,
 "no-autodownload": true,
 "autodelete": true
 },
-"org.libreoffice.LibreOffice.Help": {
+"com.allotropia.ZetaOffice.Help": {
 "directory": "libreoffice/help",
 "bundle": true,
 "autodelete": true,


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - external/libwebp

2023-09-09 Thread Caolán McNamara (via logerrit)
 external/libwebp/CVE-2023-1999.patch.1  |   52 
 external/libwebp/UnpackedTarball_libwebp.mk |1 
 2 files changed, 53 insertions(+)

New commits:
commit 5faee475a9f5225c04f403a8f1dc436a0324a1f4
Author: Caolán McNamara 
AuthorDate: Wed Jun 14 10:08:13 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:48:08 2023 +0200

backport CVE-2023-1999 libwebp fix

Change-Id: Idce341a78e44af9940d287d2a08b02d2ee9a6dae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153040
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit 8f020443fda691878ac05c47503169b390f34188)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156730
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/external/libwebp/CVE-2023-1999.patch.1 
b/external/libwebp/CVE-2023-1999.patch.1
new file mode 100644
index ..65c2cf75fb79
--- /dev/null
+++ b/external/libwebp/CVE-2023-1999.patch.1
@@ -0,0 +1,52 @@
+From a486d800b60d0af4cc0836bf7ed8f21e12974129 Mon Sep 17 00:00:00 2001
+From: James Zern 
+Date: Wed, 22 Feb 2023 22:15:47 -0800
+Subject: [PATCH] EncodeAlphaInternal: clear result->bw on error
+
+This avoids a double free should the function fail prior to
+VP8BitWriterInit() and a previous trial result's buffer carried over.
+Previously in ApplyFiltersAndEncode() trial.bw (with a previous
+iteration's buffer) would be freed, followed by best.bw pointing to the
+same buffer.
+
+Since:
+187d379d add a fallback to ALPHA_NO_COMPRESSION
+
+In addition, check the return value of VP8BitWriterInit() in this
+function.
+
+Bug: webp:603
+Change-Id: Ic258381ee26c8c16bc211d157c8153831c8c6910
+---
+ src/enc/alpha_enc.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/enc/alpha_enc.c b/src/enc/alpha_enc.c
+index f7c02690e3..7d205586fe 100644
+--- a/src/enc/alpha_enc.c
 b/src/enc/alpha_enc.c
+@@ -13,6 +13,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "src/enc/vp8i_enc.h"
+ #include "src/dsp/dsp.h"
+@@ -148,6 +149,7 @@ static int EncodeAlphaInternal(const uint8_t* const data, 
int width, int height,
+   }
+ } else {
+   VP8LBitWriterWipeOut(_bw);
++  memset(>bw, 0, sizeof(result->bw));
+   return 0;
+ }
+   }
+@@ -162,7 +164,7 @@ static int EncodeAlphaInternal(const uint8_t* const data, 
int width, int height,
+   header = method | (filter << 2);
+   if (reduce_levels) header |= ALPHA_PREPROCESSED_LEVELS << 4;
+ 
+-  VP8BitWriterInit(>bw, ALPHA_HEADER_LEN + output_size);
++  if (!VP8BitWriterInit(>bw, ALPHA_HEADER_LEN + output_size)) ok = 0;
+   ok = ok && VP8BitWriterAppend(>bw, , ALPHA_HEADER_LEN);
+   ok = ok && VP8BitWriterAppend(>bw, output, output_size);
+ 
diff --git a/external/libwebp/UnpackedTarball_libwebp.mk 
b/external/libwebp/UnpackedTarball_libwebp.mk
index 67f797157717..78761793174e 100644
--- a/external/libwebp/UnpackedTarball_libwebp.mk
+++ b/external/libwebp/UnpackedTarball_libwebp.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libwebp,0))
 
 $(eval $(call gb_UnpackedTarball_add_patches,libwebp,\
external/libwebp/Makefile.vc.patch \
+   external/libwebp/CVE-2023-1999.patch.1 \
 ))
 
 # vim: set noet sw=4 ts=4:


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - download.lst

2023-09-09 Thread Caolán McNamara (via logerrit)
 download.lst |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8d6dd3c44b6f602deddce18c7c9e7cfe629acc86
Author: Caolán McNamara 
AuthorDate: Sun Jun 25 20:04:39 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:47:45 2023 +0200

upgrade libtiff to 4.5.1

Change-Id: Ia07f368a371930f655bdc3495e76295dad740d30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153570
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit 3b302b98795310befdae4a4f925ab9921682b79c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156731
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index aad9fd1567cf..32f158f61be1 100644
--- a/download.lst
+++ b/download.lst
@@ -469,8 +469,8 @@ LIBPNG_TARBALL := libpng-1.6.39.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-LIBTIFF_SHA256SUM := 
dafac979c5e7b6c650025569c5a4e720995ba5f17bc17e6276d1f12427be267c
-LIBTIFF_TARBALL := tiff-4.5.0rc3.tar.xz
+LIBTIFF_SHA256SUM := 
3c080867114c26edab3129644a63b708028a90514b7fe3126e38e11d24f9f88a
+LIBTIFF_TARBALL := tiff-4.5.1.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - scripting/source

2023-09-09 Thread Caolán McNamara (via logerrit)
 scripting/source/pyprov/mailmerge.py |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d1eb76559cb127700de0b9b7efef7394dfb4020d
Author: Caolán McNamara 
AuthorDate: Fri Jul 28 12:13:41 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:47:13 2023 +0200

follow python recommendation and pass SSL contexts

i.e. https://docs.python.org/3/library/ssl.html#security-considerations

Change-Id: I67a0f9e1c25abc6644412b014f30933a7e681da2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155016
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 
(cherry picked from commit e3d28846c2343072750197fcdeaf44a945ddcb61)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156734
Tested-by: Thorsten Behrens 

diff --git a/scripting/source/pyprov/mailmerge.py 
b/scripting/source/pyprov/mailmerge.py
index 0ef37b477c81..6bd80430d147 100644
--- a/scripting/source/pyprov/mailmerge.py
+++ b/scripting/source/pyprov/mailmerge.py
@@ -47,7 +47,7 @@ from email.utils import formatdate
 from email.utils import parseaddr
 from socket import _GLOBAL_DEFAULT_TIMEOUT
 
-import sys, smtplib, imaplib, poplib
+import sys, ssl, smtplib, imaplib, poplib
 dbg = False
 
 # pythonloader looks for a static g_ImplementationHelper variable
@@ -96,7 +96,7 @@ class PyMailSMTPService(unohelper.Base, XSmtpService):
if dbg:
print("Timeout: " + str(tout), file=sys.stderr)
if port == 465:
-   self.server = smtplib.SMTP_SSL(server, 
port,timeout=tout)
+   self.server = smtplib.SMTP_SSL(server, port, 
timeout=tout, context=ssl.create_default_context())
else:
self.server = smtplib.SMTP(server, port,timeout=tout)
 
@@ -108,7 +108,7 @@ class PyMailSMTPService(unohelper.Base, XSmtpService):
print("ConnectionType: " + connectiontype, 
file=sys.stderr)
if connectiontype.upper() == 'SSL' and port != 465:
self.server.ehlo()
-   self.server.starttls()
+   
self.server.starttls(context=ssl.create_default_context())
self.server.ehlo()
 
user = xAuthenticator.getUserName()
@@ -299,7 +299,7 @@ class PyMailIMAPService(unohelper.Base, XMailService):
print(connectiontype, file=sys.stderr)
print("BEFORE", file=sys.stderr)
if connectiontype.upper() == 'SSL':
-   self.server = imaplib.IMAP4_SSL(server, port)
+   self.server = imaplib.IMAP4_SSL(server, port, 
ssl_context=ssl.create_default_context())
else:
self.server = imaplib.IMAP4(server, port)
print("AFTER", file=sys.stderr)
@@ -368,7 +368,7 @@ class PyMailPOP3Service(unohelper.Base, XMailService):
print(connectiontype, file=sys.stderr)
print("BEFORE", file=sys.stderr)
if connectiontype.upper() == 'SSL':
-   self.server = poplib.POP3_SSL(server, port)
+   self.server = poplib.POP3_SSL(server, port, 
context=ssl.create_default_context())
else:
tout = xConnectionContext.getValueByName("Timeout")
if dbg:


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - download.lst external/pdfium

2023-09-09 Thread Miklos Vajna (via logerrit)
 download.lst  |4 
 external/pdfium/Library_pdfium.mk |1 
 external/pdfium/UnpackedTarball_pdfium.mk |8 -
 external/pdfium/abseil-trivial.patch  |   31 -
 external/pdfium/build.patch.1 |  170 +++---
 external/pdfium/include.patch |   11 -
 6 files changed, 89 insertions(+), 136 deletions(-)

New commits:
commit be03816d8612bdca0638fb241dff6ee618c31412
Author: Miklos Vajna 
AuthorDate: Wed May 24 20:13:48 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:46:58 2023 +0200

Update pdfium to 5778

- external/pdfium/abseil-trivial.patch is no longer needed, upstream
  does what we did previously

- external/pdfium/build.patch.1: re-generate with 'patch -p1' + 'git
  diff'

- external/pdfium/include.patch is no longer needed, upstream does what
  we did previously

Change-Id: I39a6f721e436aa53914bbf43b78ac7d86e5eac59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152244
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156765
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index f2699e27d5ca..aad9fd1567cf 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
1a625b25562fb4c25c8bf4660c704111cdd306b8934b94dcd9b89329909ede55
-PDFIUM_TARBALL := pdfium-5636.tar.bz2
+PDFIUM_SHA256SUM := 
b1052ff24e9ffb11af017c444bb0f6ad508d64c9a0fb88cacb0e8210245dde06
+PDFIUM_TARBALL := pdfium-5778.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/pdfium/Library_pdfium.mk 
b/external/pdfium/Library_pdfium.mk
index f137f851a0b2..bdab04c6861d 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -293,6 +293,7 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_transferfunc \
 UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_basedcs \
 UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_indexedcs \
+UnpackedTarball/pdfium/core/fpdfapi/parser/object_tree_traversal_util \
 ))
 
 # fpdfdoc
diff --git a/external/pdfium/UnpackedTarball_pdfium.mk 
b/external/pdfium/UnpackedTarball_pdfium.mk
index b9dcd3b0507e..a2214f645ae8 100644
--- a/external/pdfium/UnpackedTarball_pdfium.mk
+++ b/external/pdfium/UnpackedTarball_pdfium.mk
@@ -14,14 +14,6 @@ pdfium_patches += build.patch.1
 # Avoids Windows 8 build dependency.
 pdfium_patches += windows7.patch.1
 pdfium_patches += c++20-comparison.patch
-# Use CoreGraphics.h instead of Carbon.h -- 
https://pdfium-review.googlesource.com/c/pdfium/+/99753
-# pdfium_patches += cg-instead-of-carbon.patch.1
-# Android NDK 19 - that is known to work well - does not have 2 defines -- 
https://pdfium-review.googlesource.com/c/pdfium/+/96530
-# pdfium_patches += AndroidNDK19.patch.1
-
-pdfium_patches += include.patch
-
-pdfium_patches += abseil-trivial.patch
 
 $(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium))
 
diff --git a/external/pdfium/abseil-trivial.patch 
b/external/pdfium/abseil-trivial.patch
deleted file mode 100644
index fa91fa6bbba9..
--- a/external/pdfium/abseil-trivial.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 third_party/abseil-cpp/absl/meta/type_traits.h
-+++ third_party/abseil-cpp/absl/meta/type_traits.h
-@@ -501,27 +501,7 @@ struct is_trivially_move_assignable
- // operation that is not trivial. `is_trivially_copy_assignable` is simply
- // `is_trivially_assignable`.
- template 
--struct is_trivially_copy_assignable
--#ifdef ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE
--: std::is_trivially_copy_assignable {
--#else
--: std::integral_constant<
--  bool, __has_trivial_assign(typename std::remove_reference::type) 
&&
--absl::is_copy_assignable::value> {
--#endif
--#ifdef ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE
-- private:
--  static constexpr bool compliant =
--  std::is_trivially_copy_assignable::value ==
--  is_trivially_copy_assignable::value;
--  static_assert(compliant || std::is_trivially_copy_assignable::value,
--"Not compliant with std::is_trivially_copy_assignable; "
--"Standard: false, Implementation: true");
--  static_assert(compliant || !std::is_trivially_copy_assignable::value,
--"Not compliant with std::is_trivially_copy_assignable; "
--"Standard: true, Implementation: false");
--#endif  // ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE
--};
-+using is_trivially_copy_assignable = std::is_trivially_copy_assignable;
- 
- #if defined(__cpp_lib_remove_cvref) && __cpp_lib_remove_cvref >= 201711L
- template 
diff --git a/external/pdfium/build.patch.1 

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - 2 commits - download.lst external/pdfium

2023-09-09 Thread Miklos Vajna (via logerrit)
 download.lst   |4 ++--
 external/pdfium/inc/pch/precompiled_pdfium.hxx |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 2175c228a85a3e70cf17b6b668b360e6ccb90350
Author: Miklos Vajna 
AuthorDate: Fri Mar 10 17:21:42 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:46:44 2023 +0200

Update pdfium to 5636

Some changes in the bundled libtiff, but it seems that would be for XFA
which we disable, so it doesn't affect us.

Change-Id: Ibadeecf20daec342fbfef6d1e89bd17f5f0095e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148652
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156764
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index e3cf7d21dd8e..f2699e27d5ca 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
9fae5f8b3b90a4f7ca663f741e232e1e4c3f098fb7a18b0ad52e74ae172cf16c
-PDFIUM_TARBALL := pdfium-5522.tar.bz2
+PDFIUM_SHA256SUM := 
1a625b25562fb4c25c8bf4660c704111cdd306b8934b94dcd9b89329909ede55
+PDFIUM_TARBALL := pdfium-5636.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/pdfium/inc/pch/precompiled_pdfium.hxx 
b/external/pdfium/inc/pch/precompiled_pdfium.hxx
index 315b5d81ec12..6258e8036360 100644
--- a/external/pdfium/inc/pch/precompiled_pdfium.hxx
+++ b/external/pdfium/inc/pch/precompiled_pdfium.hxx
@@ -310,6 +310,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 #include 
 #include 
 #include 
commit f9e4a1498338f6a991a4ee073afaba86d956db42
Author: Miklos Vajna 
AuthorDate: Thu Jan 12 20:12:37 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:46:31 2023 +0200

Update pdfium to 5522

The internal libpng 1.6 is now dropped, but that doesn't really affect
us.

Change-Id: I777c024c76c17689c20bbe6453467ba5fb22baba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145417
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156763
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index 5462bd75cdf1..e3cf7d21dd8e 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
7db59b1e91f2bc0ab4c5e19d1a4f881e6a47dbb0d3b7e980a7358225b12a0f35
-PDFIUM_TARBALL := pdfium-5408.tar.bz2
+PDFIUM_SHA256SUM := 
9fae5f8b3b90a4f7ca663f741e232e1e4c3f098fb7a18b0ad52e74ae172cf16c
+PDFIUM_TARBALL := pdfium-5522.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - download.lst external/pdfium

2023-09-09 Thread Miklos Vajna (via logerrit)
 download.lst   |4 ++--
 external/pdfium/AndroidNDK19.patch.1   |   16 
 external/pdfium/Library_pdfium.mk  |   14 ++
 external/pdfium/UnpackedTarball_pdfium.mk  |   23 ---
 external/pdfium/build.patch.1  |   13 -
 external/pdfium/cg-instead-of-carbon.patch.1   |   23 ---
 external/pdfium/inc/pch/precompiled_pdfium.hxx |   25 +
 7 files changed, 13 insertions(+), 105 deletions(-)

New commits:
commit 29ef644816c6ed90e4eabbfc76dbc688d99782bc
Author: Miklos Vajna 
AuthorDate: Wed Nov 9 13:19:49 2022 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:46:15 2023 +0200

Update pdfium to 5408

- drop cg-instead-of-carbon.patch.1, no longer needed after
  https://pdfium-review.googlesource.com/c/pdfium/+/99753

- drop AndroidNDK19.patch.1, no longer needed after
  https://pdfium-review.googlesource.com/c/pdfium/+/96530

- drop gcc-c++20-comparison.patch, no longer needed after
  

  "Fix interaction between RetainPtr and transparent comparisons" since
  chromium/5321

(cherry-pick from commit: 5a69fd3052bb638857f30a4cfd5913634275d23d)

Change-Id: I1f861dd8a3d490400bb39c108bd4e767a2f45d30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142474
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156762
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index 5c48673428df..5462bd75cdf1 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
ecb9c2a0d777196949994946e3f24ed251ae5d3db8a9fa1e2827ef857151db13
-PDFIUM_TARBALL := pdfium-5298.tar.bz2
+PDFIUM_SHA256SUM := 
7db59b1e91f2bc0ab4c5e19d1a4f881e6a47dbb0d3b7e980a7358225b12a0f35
+PDFIUM_TARBALL := pdfium-5408.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/pdfium/AndroidNDK19.patch.1 
b/external/pdfium/AndroidNDK19.patch.1
deleted file mode 100644
index f0d926f555d8..
--- a/external/pdfium/AndroidNDK19.patch.1
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur 
pdfium.org/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h
 
pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h
 
pdfium.org/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h
 2021-05-05 23:01:25.705057178 +0200
-+++ 
pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h
 2021-05-05 23:06:52.194081762 +0200
-@@ -15,6 +15,12 @@
- #endif
- #if BUILDFLAG(IS_ANDROID)
- #include 
-+#ifndef PR_SET_VMA
-+#define PR_SET_VMA 0x53564d41
-+#endif
-+#ifndef PR_SET_VMA_ANON_NAME
-+#define PR_SET_VMA_ANON_NAME 0
-+#endif
- #endif
- #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
- #include 
diff --git a/external/pdfium/Library_pdfium.mk 
b/external/pdfium/Library_pdfium.mk
index c00a5f8f89e3..f137f851a0b2 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -244,9 +244,9 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fpdfapi/render/charposlist \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_devicebuffer \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_docrenderdata \
-UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imageloader \
+UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_imageloader \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imagerenderer \
-UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_pagerendercache \
+UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pageimagecache \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_rendercontext \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderoptions \
@@ -566,17 +566,7 @@ endif
 
 # pdfium_base
 $(eval $(call gb_Library_add_generated_exception_objects,pdfium,\
-
UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/address_space_randomization
 \
-
UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/page_allocator
 \
-
UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/spin_lock 
\
-
UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/partition_alloc
 \
 UnpackedTarball/pdfium/third_party/base/debug/alias \
-
UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/oom_callback
 \
-

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - download.lst external/pdfium

2023-09-09 Thread Miklos Vajna (via logerrit)
 download.lst   |4 ++--
 external/pdfium/Library_pdfium.mk  |   11 +++
 external/pdfium/UnpackedTarball_pdfium.mk  |3 ++-
 external/pdfium/abseil-trivial.patch   |6 +-
 external/pdfium/build.patch.1  |   10 +-
 external/pdfium/c++20-comparison.patch |2 +-
 external/pdfium/inc/pch/precompiled_pdfium.hxx |   13 -
 7 files changed, 30 insertions(+), 19 deletions(-)

New commits:
commit 7c86741f91358372770d216b1060b3177d4dfa03
Author: Miklos Vajna 
AuthorDate: Tue Sep 13 20:26:53 2022 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:45:48 2023 +0200

external: update pdfium to 5298

pdfium_arm64.patch.1 is now upstreamed as
.

(cherry picked from commit c97c60f70e9e6de594f7e0e0b85f17944c640dcf)

Change-Id: Iafb1ba480161429094db5446ab50314068ae4cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139876
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156728
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index 6df3884356e0..5c48673428df 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
04e0e3f90589250c1fa97cec543af6f5e6c8c2daa377d614ec1f04b061b86651
-PDFIUM_TARBALL := pdfium-5187.tar.bz2
+PDFIUM_SHA256SUM := 
ecb9c2a0d777196949994946e3f24ed251ae5d3db8a9fa1e2827ef857151db13
+PDFIUM_TARBALL := pdfium-5298.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/pdfium/Library_pdfium.mk 
b/external/pdfium/Library_pdfium.mk
index 9ae166889b2c..c00a5f8f89e3 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -244,7 +244,6 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fpdfapi/render/charposlist \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_devicebuffer \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_docrenderdata \
-UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imagecacheentry \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imageloader \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imagerenderer \
 UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_pagerendercache \
@@ -413,10 +412,8 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fxcrt/css/cfx_cssoutputtextbuf \
 UnpackedTarball/pdfium/core/fxcrt/cfx_datetime \
 UnpackedTarball/pdfium/core/fxcrt/bytestring \
-UnpackedTarball/pdfium/core/fxcrt/cfx_binarybuf \
 UnpackedTarball/pdfium/core/fxcrt/cfx_bitstream \
 UnpackedTarball/pdfium/core/fxcrt/cfx_utf8decoder \
-UnpackedTarball/pdfium/core/fxcrt/cfx_widetextbuf \
 UnpackedTarball/pdfium/core/fxcrt/fx_random \
 UnpackedTarball/pdfium/core/fxcrt/fx_string \
 UnpackedTarball/pdfium/core/fxcrt/widestring \
@@ -424,9 +421,14 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fxcrt/fx_codepage \
 UnpackedTarball/pdfium/core/fxcrt/fx_number \
 UnpackedTarball/pdfium/core/fxcrt/cfx_utf8encoder \
-UnpackedTarball/pdfium/core/fxcrt/cfx_readonlymemorystream \
 UnpackedTarball/pdfium/core/fxcrt/observed_ptr \
 UnpackedTarball/pdfium/core/fxcrt/string_data_template \
+UnpackedTarball/pdfium/core/fxcrt/binary_buffer \
+UnpackedTarball/pdfium/core/fxcrt/cfx_read_only_span_stream \
+UnpackedTarball/pdfium/core/fxcrt/cfx_read_only_string_stream \
+UnpackedTarball/pdfium/core/fxcrt/cfx_read_only_vector_stream \
+UnpackedTarball/pdfium/core/fxcrt/fx_memory_malloc \
+UnpackedTarball/pdfium/core/fxcrt/widetext_buffer \
 ))
 
 # fxge
@@ -527,6 +529,7 @@ ifneq ($(SYSTEM_ABSEIL),TRUE)
 # third_party/abseil-cpp
 $(eval $(call gb_Library_add_generated_exception_objects,pdfium,\
 
UnpackedTarball/pdfium/third_party/abseil-cpp/absl/types/bad_optional_access \
+
UnpackedTarball/pdfium/third_party/abseil-cpp/absl/types/bad_variant_access \
 ))
 endif
 
diff --git a/external/pdfium/UnpackedTarball_pdfium.mk 
b/external/pdfium/UnpackedTarball_pdfium.mk
index 01bd6c74c42d..c1791ed8e823 100644
--- a/external/pdfium/UnpackedTarball_pdfium.mk
+++ b/external/pdfium/UnpackedTarball_pdfium.mk
@@ -57,7 +57,8 @@ $(eval $(call gb_UnpackedTarball_set_post_action,pdfium,\
 mv third_party/base/memory/aligned_memory.cc 
third_party/base/memory/aligned_memory.cpp && \
 mv third_party/base/win/win_util.cc third_party/base/win/win_util.cpp && \
 mv third_party/libopenjpeg/opj_malloc.cc 
third_party/libopenjpeg/opj_malloc.cpp && \
-mv 

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - external/pdfium

2023-09-09 Thread Stephan Bergmann (via logerrit)
 external/pdfium/UnpackedTarball_pdfium.mk |2 ++
 external/pdfium/abseil-trivial.patch  |   27 +++
 2 files changed, 29 insertions(+)

New commits:
commit 07a685e6081be8c622213386c652a8d6da241939
Author: Stephan Bergmann 
AuthorDate: Thu Jun 23 13:48:24 2022 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:45:32 2023 +0200

external/pdfium: Adapt bundled abseil-cpp to Clang 15 trunk change


...
"[clang] Fix trivially copyable for copy constructor and copy assignment
operator", which caused my build on Windows with clang-cl against the MSVC
standard library to fail with

> In file included from 
workdir/UnpackedTarball/pdfium/core/fxge/win32/cgdi_plus_ext.cpp:19:
> In file included from 
workdir/UnpackedTarball/pdfium\core/fxcrt/fx_string.h:14:
> In file included from 
workdir/UnpackedTarball/pdfium\core/fxcrt/bytestring.h:23:
> In file included from 
workdir/UnpackedTarball/pdfium\core/fxcrt/string_view_template.h:18:
> In file included from 
workdir/UnpackedTarball/pdfium\third_party/abseil-cpp/absl/types/optional.h:39:
> In file included from 
workdir/UnpackedTarball/pdfium/third_party/abseil-cpp\absl/utility/utility.h:51:
> 
workdir/UnpackedTarball/pdfium/third_party/abseil-cpp\absl/meta/type_traits.h(501,3):
 error: static_assert failed due to requirement 'compliant || 
std::is_trivially_copy_assignable>::value' "Not compliant with std::is_trivially_copy_assignable; Standard: 
false, Implementation: true"
>   static_assert(compliant || std::is_trivially_copy_assignable::value,
>   ^ 
> 
workdir/UnpackedTarball/pdfium/third_party/abseil-cpp\absl/types/internal/optional.h(175,21):
 note: in instantiation of template class 
'absl::is_trivially_copy_assignable>' requested here
>   absl::is_trivially_copy_assignable ^
> 
workdir/UnpackedTarball/pdfium\third_party/abseil-cpp/absl/types/optional.h(119,45):
 note: in instantiation of default argument for 
'optional_data>' required here
> class optional : private optional_internal::optional_data,
> ^~~~
> workdir/UnpackedTarball/pdfium/core/fxge/win32/cgdi_plus_ext.cpp(384,43): 
note: in instantiation of template class 'absl::optional>' requested here
> absl::optional> IsSmallTriangle(
>   ^

because the behavior of Clang's built-in __has_trivial_assign no longer 
matches
the behavior of std::is_trivially_copy_assignable for std::pair, which in 
MSVC
happens to be implemented with a deleted copy assignment op

> pair& operator=(const volatile pair&) = delete;

in
c:/Program Files/Microsoft Visual 
Studio/2022/Community/VC/Tools/MSVC/14.32.31326/include/utility.

(See the comments starting at 
"[clang] Fix trivially copyable for copy constructor and copy assignment
operator" for further details.)

The easiest workaround appears to be to switch the implementation of
absl::is_trivially_copy_assignable from __has_trivial_assign to
std::is_trivially_copy_assignable, which should always be available in our
C++17-based toolchain baselines.

(cherry picked from commit a2fad16357309f1eba4346dc826bc5ad7012b1aa)

Change-Id: I5d9c3c4fd95852e57d93b56752b7e64d6d71d153
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136335
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156727
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/external/pdfium/UnpackedTarball_pdfium.mk 
b/external/pdfium/UnpackedTarball_pdfium.mk
index afffd116d0e3..01bd6c74c42d 100644
--- a/external/pdfium/UnpackedTarball_pdfium.mk
+++ b/external/pdfium/UnpackedTarball_pdfium.mk
@@ -26,6 +26,8 @@ pdfium_patches += gcc-c++20-comparison.patch
 
 pdfium_patches += include.patch
 
+pdfium_patches += abseil-trivial.patch
+
 $(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,pdfium,$(PDFIUM_TARBALL)))
diff --git a/external/pdfium/abseil-trivial.patch 
b/external/pdfium/abseil-trivial.patch
new file mode 100644
index ..f3e929a5843a
--- /dev/null
+++ b/external/pdfium/abseil-trivial.patch
@@ -0,0 +1,27 @@
+--- third_party/abseil-cpp/absl/meta/type_traits.h
 third_party/abseil-cpp/absl/meta/type_traits.h
+@@ -489,23 +489,7 @@
+ // operation that is not trivial. `is_trivially_copy_assignable` is simply
+ // `is_trivially_assignable`.
+ template 
+-struct is_trivially_copy_assignable
+-: std::integral_constant<
+-  bool, __has_trivial_assign(typename std::remove_reference::type) 
&&

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - download.lst external/pdfium

2023-09-09 Thread Miklos Vajna (via logerrit)
 download.lst  |4 +-
 external/pdfium/Library_pdfium.mk |   44 +++---
 external/pdfium/UnpackedTarball_pdfium.mk |2 -
 external/pdfium/build.patch.1 |   26 +
 4 files changed, 52 insertions(+), 24 deletions(-)

New commits:
commit eb65c15828bcf78a9799c0c528992a830a6d90ce
Author: Miklos Vajna 
AuthorDate: Tue Jul 19 20:01:06 2022 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:45:16 2023 +0200

external: update pdfium to 5187

build.patch.1 is extended to avoid:

> 
C:/lo/master/workdir/UnpackedTarball/pdfium/third_party/libopenjpeg/openjpeg.c(438):
 error C2491: 'opj_decoder_set_strict_mode': definition of dllimport function 
not allowed

and also is extended to avoid:

> /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/stl_tree.h:2028:5: note: 
  no known conversion for argument 1 from 
‘std::pair, std::unique_ptr 
>::first_type {aka fxcrt::RetainPtr}’ to ‘const CPDF_Object* 
const&’

(cherry picked from commit 92914312cfb36a86ceb6308a2966f033152fd927)

Change-Id: Icacc05627a8612b33d6445685d26470e7c757b8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137238
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156711
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/download.lst b/download.lst
index 6a01153feacf..6df3884356e0 100644
--- a/download.lst
+++ b/download.lst
@@ -454,8 +454,8 @@ PAGEMAKER_TARBALL := libpagemaker-0.0.4.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PDFIUM_SHA256SUM := 
eaf4ce9fad32b5d951c524139df23119b66c67720057defb97acab2dfb2582ac
-PDFIUM_TARBALL := pdfium-5058.tar.bz2
+PDFIUM_SHA256SUM := 
04e0e3f90589250c1fa97cec543af6f5e6c8c2daa377d614ec1f04b061b86651
+PDFIUM_TARBALL := pdfium-5187.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/pdfium/Library_pdfium.mk 
b/external/pdfium/Library_pdfium.mk
index 57f67693450d..9ae166889b2c 100644
--- a/external/pdfium/Library_pdfium.mk
+++ b/external/pdfium/Library_pdfium.mk
@@ -484,6 +484,7 @@ $(eval $(call 
gb_Library_add_generated_exception_objects,pdfium,\
 UnpackedTarball/pdfium/core/fxge/dib/cfx_cmyk_to_srgb \
 UnpackedTarball/pdfium/core/fxge/text_char_pos \
 UnpackedTarball/pdfium/core/fxge/cfx_face \
+UnpackedTarball/pdfium/core/fxge/cfx_defaultrenderdevice \
 UnpackedTarball/pdfium/core/fxge/calculate_pitch \
 ))
 
@@ -532,30 +533,31 @@ endif
 ifneq ($(SYSTEM_OPENJPEG2),TRUE)
 # third_party/fx_libopenjpeg
 $(eval $(call gb_Library_add_generated_cobjects,pdfium,\
-UnpackedTarball/pdfium/third_party/libopenjpeg20/bio \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/cio \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/dwt \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/event \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/function_list \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/image \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/invert \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/j2k \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/jp2 \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/mct \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/mqc \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/openjpeg \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/opj_clock \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/pi \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/thread \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/t1 \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/t2 \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/tcd \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/tgt \
-UnpackedTarball/pdfium/third_party/libopenjpeg20/sparse_array \
+UnpackedTarball/pdfium/third_party/libopenjpeg/bio \
+UnpackedTarball/pdfium/third_party/libopenjpeg/cio \
+UnpackedTarball/pdfium/third_party/libopenjpeg/dwt \
+UnpackedTarball/pdfium/third_party/libopenjpeg/event \
+UnpackedTarball/pdfium/third_party/libopenjpeg/function_list \
+UnpackedTarball/pdfium/third_party/libopenjpeg/image \
+UnpackedTarball/pdfium/third_party/libopenjpeg/invert \
+UnpackedTarball/pdfium/third_party/libopenjpeg/j2k \
+UnpackedTarball/pdfium/third_party/libopenjpeg/jp2 \
+UnpackedTarball/pdfium/third_party/libopenjpeg/mct \
+UnpackedTarball/pdfium/third_party/libopenjpeg/mqc \
+UnpackedTarball/pdfium/third_party/libopenjpeg/openjpeg \
+UnpackedTarball/pdfium/third_party/libopenjpeg/opj_clock \
+UnpackedTarball/pdfium/third_party/libopenjpeg/pi \
+UnpackedTarball/pdfium/third_party/libopenjpeg/thread \
+UnpackedTarball/pdfium/third_party/libopenjpeg/t1 \
+

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - configure.ac download.lst

2023-09-09 Thread Michael Stahl (via logerrit)
 configure.ac |2 +-
 download.lst |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 41fb3d43f03d39b6561ffa62d5bb7d3efd0b7f37
Author: Michael Stahl 
AuthorDate: Mon Aug 28 10:13:28 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:44:59 2023 +0200

python3: upgrade to release 3.8.18

Fixes CVE-2023-40217

Change-Id: Ie08af471009b7f5c42aa6875dd4f9d886ad1d617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156183
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156781
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/configure.ac b/configure.ac
index 615e0b5b065b..b222b378e3b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9931,7 +9931,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
 SYSTEM_PYTHON=
 PYTHON_VERSION_MAJOR=3
 PYTHON_VERSION_MINOR=8
-PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.17
+PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.18
 if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
 AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in 
download.lst])
 fi
diff --git a/download.lst b/download.lst
index 4dbd90550660..6a01153feacf 100644
--- a/download.lst
+++ b/download.lst
@@ -486,8 +486,8 @@ POSTGRESQL_TARBALL := postgresql-13.10.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
2e54b0c68191f16552f6de2e97a2396540572a219f6bbb28591a137cecc490a9
-PYTHON_TARBALL := Python-3.8.17.tar.xz
+PYTHON_SHA256SUM := 
3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f
+PYTHON_TARBALL := Python-3.8.18.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - configure.ac download.lst external/python3

2023-09-09 Thread Michael Stahl (via logerrit)
 configure.ac |2 +-
 download.lst |4 ++--
 external/python3/python-3.3.0-darwin.patch.1 |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 41700044bfa8dadeaa05b0aac7e61455c03c9fc9
Author: Michael Stahl 
AuthorDate: Wed Jun 7 11:16:03 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:44:38 2023 +0200

python3: upgrade to release 3.8.17

Fixes CVE-2023-24329 and a few more obscure security issues.

Change-Id: I4b073ce02c0377e2791e4593d20f2b756de0c8cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152696
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 734d53534a6ca023e9c2eb819cde889b01818f1b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156609
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/configure.ac b/configure.ac
index a2a3de72cced..615e0b5b065b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9931,7 +9931,7 @@ if test \( "$cross_compiling" = yes -a -z 
"$PYTHON_FOR_BUILD" \) -o "$enable_pyt
 SYSTEM_PYTHON=
 PYTHON_VERSION_MAJOR=3
 PYTHON_VERSION_MINOR=8
-PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.16
+PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.17
 if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
 AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in 
download.lst])
 fi
diff --git a/download.lst b/download.lst
index d8280e24e2be..4dbd90550660 100644
--- a/download.lst
+++ b/download.lst
@@ -486,8 +486,8 @@ POSTGRESQL_TARBALL := postgresql-13.10.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-PYTHON_SHA256SUM := 
d85dbb3774132473d8081dcb158f34a10ccad7a90b96c7e50ea4bb61f5ce4562
-PYTHON_TARBALL := Python-3.8.16.tar.xz
+PYTHON_SHA256SUM := 
2e54b0c68191f16552f6de2e97a2396540572a219f6bbb28591a137cecc490a9
+PYTHON_TARBALL := Python-3.8.17.tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/python3/python-3.3.0-darwin.patch.1 
b/external/python3/python-3.3.0-darwin.patch.1
index 39d3c9180a19..d262d55cd5b3 100644
--- a/external/python3/python-3.3.0-darwin.patch.1
+++ b/external/python3/python-3.3.0-darwin.patch.1
@@ -49,7 +49,7 @@ diff -ru python3.orig/Mac/Resources/app/Info.plist.in 
python3/Mac/Resources/app/
 -  Python
 +  LibreOfficePython
CFBundleGetInfoString
-   %version%, (c) 2001-2020 Python Software Foundation.
+   %version%, (c) 2001-2023 Python Software Foundation.
CFBundleHelpBookFolder
 diff -ru python3.orig/Mac/Resources/framework/Info.plist.in 
python3/Mac/Resources/framework/Info.plist.in
 --- python3.orig/Mac/Resources/framework/Info.plist.in 2015-07-05 
18:50:07.0 +0200


[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - basctl/uiconfig chart2/uiconfig dbaccess/uiconfig extensions/uiconfig framework/uiconfig reportdesign/uiconfig sc/uiconfig sd/uico

2023-09-09 Thread Thorsten Behrens (via logerrit)
 basctl/uiconfig/basicide/menubar/menubar.xml   |1 -
 chart2/uiconfig/menubar/menubar.xml|1 -
 dbaccess/uiconfig/dbapp/menubar/menubar.xml|1 -
 dbaccess/uiconfig/dbquery/menubar/menubar.xml  |1 -
 dbaccess/uiconfig/dbrelation/menubar/menubar.xml   |1 -
 dbaccess/uiconfig/dbtable/menubar/menubar.xml  |1 -
 dbaccess/uiconfig/dbtdata/menubar/menubar.xml  |1 -
 extensions/uiconfig/sbibliography/menubar/menubar.xml  |1 -
 framework/uiconfig/startmodule/menubar/menubar.xml |1 -
 reportdesign/uiconfig/dbreport/menubar/menubar.xml |1 -
 sc/uiconfig/scalc/menubar/menubar.xml  |1 -
 sc/uiconfig/scalc/ui/notebookbar.ui|7 ---
 sc/uiconfig/scalc/ui/notebookbar_compact.ui|7 ---
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui|7 ---
 sd/uiconfig/sdraw/menubar/menubar.xml  |1 -
 sd/uiconfig/sdraw/ui/notebookbar.ui|7 ---
 sd/uiconfig/sdraw/ui/notebookbar_compact.ui|7 ---
 sd/uiconfig/simpress/menubar/menubar.xml   |1 -
 sd/uiconfig/simpress/ui/notebookbar.ui |7 ---
 sd/uiconfig/simpress/ui/notebookbar_compact.ui |7 ---
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui |7 ---
 sfx2/sdi/appslots.sdi  |4 
 sfx2/sdi/sfx.sdi   |   15 ---
 sfx2/source/appl/appserv.cxx   |   17 +
 starmath/uiconfig/smath/menubar/menubar.xml|1 -
 svx/source/dialog/SafeModeDialog.cxx   |6 +++---
 sw/uiconfig/sglobal/menubar/menubar.xml|1 -
 sw/uiconfig/sweb/menubar/menubar.xml   |1 -
 sw/uiconfig/swform/menubar/menubar.xml |1 -
 sw/uiconfig/swreport/menubar/menubar.xml   |1 -
 sw/uiconfig/swriter/menubar/menubar.xml|1 -
 sw/uiconfig/swriter/ui/notebookbar.ui  |7 ---
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui  |7 ---
 sw/uiconfig/swxform/menubar/menubar.xml|1 -
 34 files changed, 4 insertions(+), 128 deletions(-)

New commits:
commit 4dabd26be520510b9614130d9e90157813543ced
Author: Thorsten Behrens 
AuthorDate: Fri Apr 16 00:27:57 2021 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:44:13 2023 +0200

Remove .uno:QuestionAnswers, direct safeMode help to landing page

Also point to Allotropia contact page.

Change-Id: I41a456b838508a7904a81ff858de6dada0ed6824
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156496
Reviewed-by: Gabor Kelemen 
Tested-by: Thorsten Behrens 

diff --git a/basctl/uiconfig/basicide/menubar/menubar.xml 
b/basctl/uiconfig/basicide/menubar/menubar.xml
index 68f7cbab6742..85d8505718a3 100644
--- a/basctl/uiconfig/basicide/menubar/menubar.xml
+++ b/basctl/uiconfig/basicide/menubar/menubar.xml
@@ -161,7 +161,6 @@
 
 
 
-
 
 
 
diff --git a/chart2/uiconfig/menubar/menubar.xml 
b/chart2/uiconfig/menubar/menubar.xml
index dca2eaff7efe..a0e848f5cd92 100644
--- a/chart2/uiconfig/menubar/menubar.xml
+++ b/chart2/uiconfig/menubar/menubar.xml
@@ -162,7 +162,6 @@
   
   
   
-  
   
   
   
diff --git a/dbaccess/uiconfig/dbapp/menubar/menubar.xml 
b/dbaccess/uiconfig/dbapp/menubar/menubar.xml
index 34d8b8f5dc0e..214747123b2e 100644
--- a/dbaccess/uiconfig/dbapp/menubar/menubar.xml
+++ b/dbaccess/uiconfig/dbapp/menubar/menubar.xml
@@ -149,7 +149,6 @@
   
   
   
-  
   
   
   
diff --git a/dbaccess/uiconfig/dbquery/menubar/menubar.xml 
b/dbaccess/uiconfig/dbquery/menubar/menubar.xml
index e896abfa00da..46c31e3f6613 100644
--- a/dbaccess/uiconfig/dbquery/menubar/menubar.xml
+++ b/dbaccess/uiconfig/dbquery/menubar/menubar.xml
@@ -104,7 +104,6 @@
   
   
   
-  
   
   
   
diff --git a/dbaccess/uiconfig/dbrelation/menubar/menubar.xml 
b/dbaccess/uiconfig/dbrelation/menubar/menubar.xml
index fbeda4a1e9c2..8d13f0fc557e 100644
--- a/dbaccess/uiconfig/dbrelation/menubar/menubar.xml
+++ b/dbaccess/uiconfig/dbrelation/menubar/menubar.xml
@@ -88,7 +88,6 @@
   
   
   
-  
   
   
   
diff --git a/dbaccess/uiconfig/dbtable/menubar/menubar.xml 
b/dbaccess/uiconfig/dbtable/menubar/menubar.xml
index 4ef7c80a26a2..bba876604886 100644
--- a/dbaccess/uiconfig/dbtable/menubar/menubar.xml
+++ b/dbaccess/uiconfig/dbtable/menubar/menubar.xml
@@ -88,7 +88,6 @@
   
   
   
-  
   
   
   
diff --git a/dbaccess/uiconfig/dbtdata/menubar/menubar.xml 
b/dbaccess/uiconfig/dbtdata/menubar/menubar.xml
index c858d89878e4..4c5553aef0ed 100644
--- 

[Libreoffice-bugs] [Bug 107810] [META] OLE/Embedded object bugs and enhancements

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107810

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||35289


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35289
[Bug 35289] Libreoffice does not attach OLE objects when exporting to pdf
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 35289] Libreoffice does not attach OLE objects when exporting to pdf

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35289

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |Inherited From OOo
 Blocks||107810

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

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

Same in OOo 3.3, so inherited.


Referenced Bugs:

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

[Libreoffice-commits] core.git: Branch 'distro/allotropia/zeta-7-4' - sfx2/source

2023-09-09 Thread Balazs Varga (via logerrit)
 sfx2/source/appl/appserv.cxx |   27 -
 sfx2/source/view/viewfrm.cxx |   87 ---
 2 files changed, 114 deletions(-)

New commits:
commit 36d5cff5ec4ccfe3cdcab3c4f1c7f1de2ec3ee92
Author: Balazs Varga 
AuthorDate: Fri Sep 8 12:05:17 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Sat Sep 9 23:43:01 2023 +0200

Also remove donate/involvement info bar code

Cherry-pick from commit: 0a8737c61abe41740b390661971f27926f1f7ccb

Change-Id: I1426c7eb15cc4613304dc2acf7795d4ca4c0079c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156706
Reviewed-by: Gabor Kelemen 
Tested-by: Thorsten Behrens 

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index ee603ab5e097..a894708e52a1 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -505,33 +505,6 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
 break;
 }
 #if !ENABLE_WASM_STRIP_PINGUSER
-case SID_GETINVOLVED:
-{
-// Open get involved/join us page based on locales
-OUString 
sURL(officecfg::Office::Common::Menus::GetInvolvedURL::get() + 
//https://hub.libreoffice.org/joinus/
-"?LOlocale=" + utl::ConfigManager::getUILocale());
-sfx2::openUriExternally(sURL, false, rReq.GetFrameWeld());
-break;
-}
-case SID_DONATION:
-{
-// Open donation page based on language + script (BCP47) with 
language as fall back.
-OUString aLang = 
LanguageTag(utl::ConfigManager::getUILocale()).getLanguage();
-OUString aBcp47 = 
LanguageTag(utl::ConfigManager::getUILocale()).getBcp47();
-OUString sURL(officecfg::Office::Common::Menus::DonationURL::get() 
+ //https://hub.libreoffice.org/donation/
-"?BCP47=" + aBcp47 + "=" + aLang );
-sfx2::openUriExternally(sURL, false, rReq.GetFrameWeld());
-break;
-}
-case SID_WHATSNEW:
-{
-// Open release notes depending on version and locale
-OUString 
sURL(officecfg::Office::Common::Menus::ReleaseNotesURL::get() + 
//https://hub.libreoffice.org/ReleaseNotes/
-"?LOvers=" + utl::ConfigManager::getProductVersion() +
-"=" + 
LanguageTag(utl::ConfigManager::getUILocale()).getBcp47() );
-sfx2::openUriExternally(sURL, false, rReq.GetFrameWeld());
-break;
-}
 case SID_HYPHENATIONMISSING:
 {
 // Open wiki page about hyphenation
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index da5477928f51..86dbcf954ef8 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1376,18 +1376,6 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, 
const SfxHint& rHint )
 #if !ENABLE_WASM_STRIP_PINGUSER
 bool bIsHeadlessOrUITest = 
SfxApplication::IsHeadlessOrUITest(); //uitest.uicheck fails when the dialog is 
open
 
-//what's new infobar
-if (utl::isProductVersionUpgraded(true) && 
!bIsHeadlessOrUITest)
-{
-VclPtr pInfoBar = 
AppendInfoBar("whatsnew", "", SfxResId(STR_WHATSNEW_TEXT), InfobarType::INFO);
-if (pInfoBar)
-{
-weld::Button& rWhatsNewButton = pInfoBar->addButton();
-
rWhatsNewButton.set_label(SfxResId(STR_WHATSNEW_BUTTON));
-rWhatsNewButton.connect_clicked(LINK(this, 
SfxViewFrame, WhatsNewHandler));
-}
-}
-
 // show tip-of-the-day dialog if it due, but not if there is 
the impress modal template dialog
 // open where SdModule::ExecuteNewDocument will launch it 
instead when that dialog is dismissed
 if (SfxApplication::IsTipOfTheDayDue() && !bIsHeadlessOrUITest 
&& !IsInModalMode())
@@ -1396,64 +1384,6 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, 
const SfxHint& rHint )
 SfxUnoFrameItem aDocFrame(SID_FILLFRAME, 
GetFrame().GetFrameInterface());
 GetDispatcher()->ExecuteList(SID_TIPOFTHEDAY, 
SfxCallMode::SLOT, {}, {  });
 }
-
-// inform about the community involvement
-const auto t0 = 
std::chrono::system_clock::now().time_since_epoch();
-const sal_Int64 nLastGetInvolvedShown = 
officecfg::Setup::Product::LastTimeGetInvolvedShown::get();
-const sal_Int64 nNow = 
std::chrono::duration_cast(t0).count();
-const sal_Int64 nPeriodSec(60 * 60 * 24 * 180); // 180 days in 
seconds
-bool bUpdateLastTimeGetInvolvedShown = false;
-
-if (nLastGetInvolvedShown == 0)
-bUpdateLastTimeGetInvolvedShown = true;
-else if (nPeriodSec < nNow && 

[Libreoffice-bugs] [Bug 157163] NotebookBar tabs' background color does not extend to the right, "looks" broken with a wide window

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157163

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||2608

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Thanks for the report, Jeff.
Which version of GNOME are you using?
Please also share the full info from Help > About LibreOffice.

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

[Libreoffice-bugs] [Bug 149195] Edit Database Link: Impossible to change link of a database with there own registered name.

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149195

Julien Nabet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED
 CC||serval2...@yahoo.fr

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

I gave a try with:
https://gerrit.libreoffice.org/c/core/+/156785

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

[Libreoffice-bugs] [Bug 156937] Insert Textbox button in Draw/Impress Insert menu appears to be activated (like a toggle button)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156937

--- Comment #3 from Telesto  ---
FWIW: this appears to be a duplicate of bug 156919

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

[Libreoffice-ux-advise] [Bug 155494] Cursor goes beyond margins when typing spaces at the end of a line

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155494

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155494] Cursor goes beyond margins when typing spaces at the end of a line

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155494

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148391] Deleted text with backspace moving a space out of visible range

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148391

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 156933] Data going missing from saves

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156933

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you for the report, Adam.
In its current form, the issue you describe would be very hard to reproduce.
Can you please provide more information:
- Full version information copied from Help > About LibreOffice
- Where is the file saved? Hard drive, networked location...?
- What are you settings in Tools > Options > Load/Save > General > Save?
- It might sound silly, but please also double-check that you haven't been
using different version of what you think is one single file.

After you have provided us with that, I think the best course of action is to:
- (backup if needed and) reset your user profile (more info on
https://wiki.documentfoundation.org/UserProfile)
- update to LO 7.5.6, recently released
- monitor if the issue occurs again, and if it does, let us know if you have
more precise information (for example, does it happen if the computer goes to
sleep?)

Thank you!

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

[Libreoffice-bugs] [Bug 131764] UI: Insert textbox button marked active while cursor inside textbox

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131764

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

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

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103494

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156937


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156937
[Bug 156937] Insert Textbox button in Draw/Impress Insert menu appears to be
activated (like a toggle button)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 85811] [META] Main menu bar bugs and enhancements

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156937


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156937
[Bug 156937] Insert Textbox button in Draw/Impress Insert menu appears to be
activated (like a toggle button)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156937] Insert Textbox button in Draw/Impress Insert menu appears to be activated (like a toggle button)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156937

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||stephane.guillou@libreoffic
   ||e.org
  Component|LibreOffice |UI
   Severity|normal  |minor
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3171,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||1764
Summary|Insert Textbox button in|Insert Textbox button in
   |Insert menu appears to be   |Draw/Impress Insert menu
   |activated (like a toggle|appears to be activated
   |button) |(like a toggle button)
   Priority|medium  |low
 Ever confirmed|0   |1
 Blocks||85811, 103494

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Reproduced for Draw in:

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

Not reproduced with Writer nor Calc.

Was supposed to be fixed in bug 113171, but maybe that was only partial. Heiko?

See also your related bug 131764, Telesto.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85811
[Bug 85811] [META] Main menu bar bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103494
[Bug 103494] [META] Textbox bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 128091] Dialog box: inconsistent use of ENTER and CTRL-TAB keys (LINUX only)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128091

Buovjaga  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 157160] [CRASH] New "Search" field in Options dialog crashes all the time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157160

Michael Weghorn  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |m.wegh...@posteo.de
   |desktop.org |
 Status|NEW |ASSIGNED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7092

--- Comment #4 from Michael Weghorn  ---
(In reply to Julien Nabet from comment #3)
> Michael: thought you might be interested in this one since it seems related
> to accessibility + qt considering the stacktrace.

This sounds almost the same as tdf#157092, but is actually a different case
(the newly "upgraded" assert from the fix for that one now getting triggered).

https://gerrit.libreoffice.org/c/core/+/156782 fixes the crash/assert for
Qt-based VCL plugins, s. commit message for details.

> Now I'm afraid there's more than this since V Stuart had problems on Windows.

That actually seems to be a different thing.

(In reply to V Stuart Foote from comment #1)
> Confirmed, but just the Options dialog closes without result. 
> No hang and LO continues to run.
> 
> =-testing-=
> Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: d88779fc86385dde1215fd28b78a69eacc6b4f97
> CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL:
> win
> Locale: en-US (en_US); UI: en-US
> Calc: threaded

This version doesn't contain the fix for tdf#157092 yet. I can't reproduce with

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

Can you please retest with a newer build?
Just to mention it: Waiting for the search to do something instead of pressing
Enter (which closes the dialog) in step 4 is essential. I did press Enter at
first when trying the feature with qt6, since the search takes a rather long
time there and I thought "nothing was happening", so was wondering whether the
search had to explicitly triggered there by pressing Enter.

In any case, if this is still an issue, I think it should be reported
separately.

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

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

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

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

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

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

--- Comment #5 from Rainer Bielefeld Retired  
---
d) I can`t tell whether there also is a Relation to "Bug 91515 - Inserting
comments the text background will be white regardless of comment box
background"

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

[Libreoffice-bugs] [Bug 146516] Text background is white into comment box (GDI)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146516

Rainer Bielefeld Retired  changed:

   What|Removed |Added

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

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

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

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

Rainer Bielefeld Retired  changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Version|7.6.0.3 release |7.4.0.0 alpha0+
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6516

--- Comment #4 from Rainer Bielefeld Retired  
---
Already REPRODUCIBLE with Server Installation of Version: 7.4.0.0.alpha0+ (x64)
 Build ID ae36ee4f3aa544e53e2edad93d6d79160b27bc9d
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US  |  Calc: CL  |  Colibri Theme  |  Special
devUserProfile

Was still ok with Server Installation of Version: Version: 7.2.5.2 (x64)  Build
ID 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE  |  Calc: CL  |  Elementary Theme  |  Special
devUserProfile

Additional Info:
7.2.5.2 Shows letters in comment of reporter's test document without white
background AND New Comments also show no character background

b) 7.4.0.0 shows white background in reporters sample document in old AND new
comments

c) I am pretty sure that this one is a DUP of (or at least related to) "Bug
146516 - Text background is white into comment box (GDI)"

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

[Libreoffice-bugs] [Bug 142796] insertion point invisible though still functional

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142796

Nick Levinson  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Nick Levinson  ---
The problem persists with 7.5, albeit intermittently, even in one power-up
session without cold or warm reboots. I do not know the conditions under which
it is not intermittent.

I'm not set up to install and run, even in isolation, version 7.6. However, I
keep Fedora Linux 38 evergreen and it has LibreOffice Writer thus:

Version: 7.5.5.2 (X86_64)
Build ID: 50(Build:2)
CPU threads: 4; OS: Linux 6.4; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

My OS is Fedora Linux 38 (Workstation Edition), 64-bit, kept evergreen.

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

[Libreoffice-bugs] [Bug 100961] FILEOPEN DOC: fixed date/time field lost (converted to plain text - see comment 22)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100961

--- Comment #29 from Mike Kaganski  ---
(In reply to Rainer Bielefeld Retired from comment #28)

Needs an own bug report, with the problematic document.

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

[Libreoffice-bugs] [Bug 139141] Make Field > Date (variable) the default and rename

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139141

--- Comment #18 from Mike Kaganski  ---
No mention in release notes? See
https://ask.libreoffice.org/t/need-shortcut-key-to-insert-time-fixed-into-a-journal-document/95622

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

[Libreoffice-bugs] [Bug 150751] There should be a way to manually update fixed date / time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150751

Mike Kaganski  changed:

   What|Removed |Added

 CC||jara.ba...@atlas.cz

--- Comment #15 from Mike Kaganski  ---
*** Bug 130992 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 130992] updating FIXED DATE field

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130992

--- Comment #2 from Mike Kaganski  ---


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

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

[Libreoffice-ux-advise] [Bug 150751] There should be a way to manually update fixed date / time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150751

Mike Kaganski  changed:

   What|Removed |Added

 CC||jara.ba...@atlas.cz

--- Comment #15 from Mike Kaganski  ---
*** Bug 130992 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 107739] [META] Field bugs and enhancements

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107739
Bug 107739 depends on bug 81079, which changed state.

Bug 81079 Summary: UI: Ease change Field contents for current Date / Time
https://bugs.documentfoundation.org/show_bug.cgi?id=81079

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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

[Libreoffice-ux-advise] [Bug 150751] There should be a way to manually update fixed date / time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150751

Mike Kaganski  changed:

   What|Removed |Added

 CC||libobugcrunc...@gmail.com

--- Comment #14 from Mike Kaganski  ---
*** Bug 81079 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 81079] UI: Ease change Field contents for current Date / Time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81079

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #5 from Mike Kaganski  ---


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

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

[Libreoffice-bugs] [Bug 150751] There should be a way to manually update fixed date / time

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150751

Mike Kaganski  changed:

   What|Removed |Added

 CC||libobugcrunc...@gmail.com

--- Comment #14 from Mike Kaganski  ---
*** Bug 81079 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 157169] LibreOffice calculates the formula incorrectly (Incorrect value in cell).

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157169

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Mike Kaganski  ---
This is not a bug.
In your file, the automatic calculation is turned off (see
Data->Calculate->AutoCalculate). This means, that whenever the cell contains a
formula, and the also a pre-calculated value, it will not re-calculate again.
When you enter a formula into a blank cell, it has no pre-calculated value, so
calculates regardless; but when you copy an existing cell with a formula nad a
value, it will be kept.

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

[Libreoffice-bugs] [Bug 157162] Blank character in LibreOffice installation directory leads to error message when bootstrapping from Python script

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157162

Werner Tietz  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #2 from Werner Tietz  ---
You are barking the wrong tree…
This is neither a bug of Libreoffice nor python.

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

[Libreoffice-bugs] [Bug 151557] Changing text direction with command .uno:ParaRightToLeft changes text alignment

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151557

Julien Nabet  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org

--- Comment #5 from Julien Nabet  ---
Heiko/Xisco: not sure if it's a bug. Indeed LO goes into to apply the command:
379 case SID_ATTR_PARA_LEFT_TO_RIGHT :
380 case SID_ATTR_PARA_RIGHT_TO_LEFT :
381 {
382 SfxItemSetFixed 
aAdjustSet( GetPool() );
383 GetShell().GetCurAttr(aAdjustSet);
384 bool bChgAdjust = false;
385 SfxItemState eAdjustState =
aAdjustSet.GetItemState(RES_PARATR_ADJUST, false);
386 if(eAdjustState  >= SfxItemState::DEFAULT)
387 {
388 SvxAdjust eAdjust =
389 aAdjustSet.Get(RES_PARATR_ADJUST).GetAdjust();
390 bChgAdjust = (SvxAdjust::Left  == eAdjust  && 
SID_ATTR_PARA_RIGHT_TO_LEFT == nSlot) ||
391  (SvxAdjust::Right == eAdjust  && 
SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot);
392 }
393 else
394 bChgAdjust = true;

(See
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/shells/txtattr.cxx?r=d384ccdb#379)

It goes in the "else" case (line 394) because selecting the whole table
"eAdjustState" var has DONTCARE value

DONTCARE corresponds exactly to the whole table:
90  /** Specifies that the property is currently in a don't care state.
91   * 
92   * This is normally used if a selection provides more than one state
93   * for a property at the same time.
and DONTCARE < DEFAULT
(see "SfxItemState" definition at
https://opengrok.libreoffice.org/xref/core/include/svl/poolitem.hxx?r=c351f920#82)

Once the direction is modified with:
396 SvxFrameDirection eFrameDirection =
397 (SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot) ?
398 SvxFrameDirection::Horizontal_LR_TB :
SvxFrameDirection::Horizontal_RL_TB;
399 aSet.Put( SvxFrameDirectionItem( eFrameDirection,
RES_FRAMEDIR ) );
400 

the next block tests "bChgAdjust" to know if alignment should be modified:
401 if (bChgAdjust)
402 {
403 SvxAdjust eAdjust = (SID_ATTR_PARA_LEFT_TO_RIGHT ==
nSlot) ?
404 SvxAdjust::Left : SvxAdjust::Right;
405 SvxAdjustItem aAdjust( eAdjust, RES_PARATR_ADJUST );


So if we don't want to change the alignment when selecting the whole table,
this patch seems ok:
diff --git a/sw/source/uibase/shells/txtattr.cxx
b/sw/source/uibase/shells/txtattr.cxx
index 68f4197f5437..6d9011d3f47c 100644
--- a/sw/source/uibase/shells/txtattr.cxx
+++ b/sw/source/uibase/shells/txtattr.cxx
@@ -390,8 +390,6 @@ SET_LINESPACE:
 bChgAdjust = (SvxAdjust::Left  == eAdjust  && 
SID_ATTR_PARA_RIGHT_TO_LEFT == nSlot) ||
  (SvxAdjust::Right == eAdjust  && 
SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot);
 }
-else
-bChgAdjust = true;

 SvxFrameDirection eFrameDirection =
 (SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot) ?

any thoughts?

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

[Libreoffice-bugs] [Bug 155390] "Growing Liberty" Impress template has a slide of unclear (suspicious for advertizing) nature in the end

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155390

Laurent Balland  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

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

[Libreoffice-bugs] [Bug 128091] Dialog box: inconsistent use of ENTER and CTRL-TAB keys (LINUX only)

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128091

--- Comment #22 from Tapani  ---
(In reply to Dieter from comment #21)
> (In reply to Tapani from comment #18)
> > Yes, it's still a problem. Nothing has changed.
> 
> Any change during the last year? Seems to be a very rare case.
> => NEEDINFO

Strangely enough, there's no change.

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

[Libreoffice-bugs] [Bug 156872] Request for formatting Calc spreads in ics

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156872

--- Comment #1 from 8023...@pm.me ---
I am requesting that Libreoffice have the the ability to export in .ics format
for uploading to ical.

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

Re: Windows and 256 color displays

2023-09-09 Thread Thorsten Behrens
Ilmari Lauhakangas wrote:
> On 9.9.2023 3.35, Chris Sherlock wrote:
> > If not, we could remove a huge chunk of dithering code in
> > ImplInitSalGDI() and vastly simplify multiplatform support.
>
> Win 7 popularity relative to other Win versions is crashing finally, being
> 3.5% now, which *is* roughly the same that Win XP was in early 2018 when
> LibreOffice removed support for it and Vista.
> 
Sounds like a good plan then. Also since 24.2 will be considered a
very visible major upgrade.

But note that there's a chunk of dither & bitmap code to retain for
paletted images, that we still want to load & save.

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-bugs] [Bug 157133] Menus are randomly floating on Fedora KDE

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157133

Faisal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Faisal  ---
Reproducible.

Version: 7.6.0.3 (X86_64) / LibreOffice Community
Build ID: 60(Build:3)
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: kf5 (cairo+wayland)
Locale: en-GB (en_US.UTF-8); UI: en-US
7.6.0-1
Calc: threaded

KDE Plasma version: 5.27.7
KDE Frameworks version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.1.49-1-MANJARO (64-bit)
Graphics Platform: Wayland

Steps to reproduce:
1. Open Writer.
2. Open another application.
3. Click on the window of another application and make sure focus is on the
other application's window.
4. Right-click on the Writer window.

Expected result:
Right-click context menu shown inline

Actual result:
Right-click context menu shown with its own title bar, with soffice.bin as the
title, on the top left of the screen.

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

[Libreoffice-bugs] [Bug 157169] LibreOffice calculates the formula incorrectly (Incorrect value in cell).

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157169

sommer...@gmail.com changed:

   What|Removed |Added

 CC||sommer...@gmail.com

--- Comment #1 from sommer...@gmail.com ---
Created attachment 189462
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189462=edit
bug01.ods

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

[Libreoffice-bugs] [Bug 157169] New: LibreOffice calculates the formula incorrectly (Incorrect value in cell).

2023-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157169

Bug ID: 157169
   Summary: LibreOffice calculates the formula incorrectly
(Incorrect value in cell).
   Product: LibreOffice
   Version: 7.5.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sommer...@gmail.com

Description:
LibreOffice calculates the formula incorrectly (Incorrect value in cell).

Steps to Reproduce:
1. Open the attached document bug01.ods.

2. You will see the following table:
A1: 9,41
A2: 8,09
B1: =A1*655,957
The cell B1 shows the value 6172,37, which is correct.

3. Select the cell B1.

4. Click with the left mouse button at the button-right corner of B1 and move
the mouse upwards, so that B2 will be filled with the formula =A2*655,957

Actual Results:
B2 shows the value 6172,55537

Expected Results:
B2 shows the value 5306,69213


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.6.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Ubuntu package version: 4:7.5.6~rc2-0ubuntu0.22.04.1~lo1
Calc: threaded

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

  1   2   >