[Libreoffice-bugs] [Bug 154357] login not working

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154357

piyush  changed:

   What|Removed |Added

  Alias|priyadars...@outlook.com|
 CC||priyadars...@outlook.com

--- Comment #1 from piyush  ---
test

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

[Libreoffice-bugs] [Bug 154357] login not working

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154357

piyush  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
  Alias||priyadars...@outlook.com
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 154357] New: login not working

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154357

Bug ID: 154357
   Summary: login not working
   Product: Impress Remote
   Version: unspecified
  Hardware: All
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Remote App
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: piyushintell...@gmail.com

Description:
I open website and application crashed 

Steps to Reproduce:
1.test 1
2.test2
3.test3

Actual Results:
login should work

Expected Results:
login not working 


Reproducible: Always


User Profile Reset: No

Additional Info:
test hello

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

[Libreoffice-bugs] [Bug 151250] Database - no DB UI wizards are functional in LibreOffice from AppStore (macOS)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151250

--- Comment #7 from Alex Thurgood  ---
(In reply to Xisco Faulí from comment #6)
> From https://apps.apple.com/us/app/libreoffice/id1630474372:
> "Please note that the version provided in the App Store cannot support Java
> functionality, such as Java-based extensions."

That doesn't tell the user that they can not use any of the DB wizards with
their non-Java Firebird database. It also doesn't solve the problem. 

The UI wizards form part of the basic functionality of the DB module, and were
designed to help new users with the complexity of basic DB tasks, such as those
found in competing products. 

The solution is to either rewrite the wizards in C++ or another acceptable
language, or remove the UI entries entirely.


Including buttons which simply do nothing is at best a bug, at worst, given
that the user makes a financial contribution to obtaining the product, leaves
the the foundation open to accusations of dubious commercial practises under a
variety of consumer protection laws.

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

[Libreoffice-commits] core.git: include/com

2023-03-23 Thread Mike Kaganski (via logerrit)
 include/com/sun/star/uno/Reference.h   |4 ++--
 include/com/sun/star/uno/Reference.hxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 53c39db4cfbeec29c0972df8ade4b12a23074f10
Author: Mike Kaganski 
AuthorDate: Thu Mar 23 19:38:07 2023 +
Commit: Mike Kaganski 
CommitDate: Fri Mar 24 05:44:56 2023 +

These must be const

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

diff --git a/include/com/sun/star/uno/Reference.h 
b/include/com/sun/star/uno/Reference.h
index 1a6e6a10cee5..417d28b0418b 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -566,14 +566,14 @@ public:
 
 @return new reference
 */
-template< class other_type > inline Reference< other_type > query();
+template< class other_type > inline Reference< other_type > query() const;
 /** Queries this for the required interface, and returns the requested 
reference, or throws
 on failure. A syntactic sugar for 'Reference< other_type > 
xOther(xThis, UNO_QUERY_THROW)'
 that avoids some verbocity.
 
 @return new reference
 */
-template< class other_type > inline Reference< other_type > queryThrow();
+template< class other_type > inline Reference< other_type > queryThrow() 
const;
 #endif
 };
 
diff --git a/include/com/sun/star/uno/Reference.hxx 
b/include/com/sun/star/uno/Reference.hxx
index 12511d7d280f..40297cc086d7 100644
--- a/include/com/sun/star/uno/Reference.hxx
+++ b/include/com/sun/star/uno/Reference.hxx
@@ -387,13 +387,13 @@ inline Reference< interface_type > Reference< 
interface_type >::query(
 
 #if defined LIBO_INTERNAL_ONLY
 template< class interface_type > template< class other_type >
-inline Reference< other_type > Reference< interface_type >::query()
+inline Reference< other_type > Reference< interface_type >::query() const
 {
 return Reference< other_type >(*this, UNO_QUERY);
 }
 
 template< class interface_type > template< class other_type >
-inline Reference< other_type > Reference< interface_type >::queryThrow()
+inline Reference< other_type > Reference< interface_type >::queryThrow() const
 {
 return Reference< other_type >(*this, UNO_QUERY_THROW);
 }


[Libreoffice-bugs] [Bug 154356] Support breaking lines within words via hyphenation

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154356

--- Comment #1 from Mike Kaganski  ---
Hyphenation?
https://help.libreoffice.org/7.5/en-US/text/swriter/guide/using_hyphen.html

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

[Libreoffice-bugs] [Bug 154320] WestJet's refund policy

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154320

farecopy  changed:

   What|Removed |Added

URL||https://www.farecopy.com/ca
   ||ncellation/westjet-airlines
   ||-cancellation-policy-and-re
   ||fund-fees

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

[Libreoffice-bugs] [Bug 154339] Plain text copied to clipboard and pasted to CSV is not saved.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154339

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 154041] Missing borders of toolbars ("blended" toolbar w/ work area or other toolbar)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154041

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 153563] 7.5.0.3 sometimes opens a document in tens of seconds

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153563

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 153450] Reading a RTF file, \trhdr Table row header not repeating on each page.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153450

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 154105] XCloseBroadcaster: Calc document instance calls XCloseListener::queryClosing AFTER closing the document

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154105

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 154099] Printing to file produces a PDF of lesser quality than converting to PDF

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154099

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 154088] The implementation of drawing the grid of the characters should be unified

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154088

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 153181] Menu key on keyboard can open context menu outside screen

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153181

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 154082] FILEOPEN DOCX: section starts after the top margin of the first paragraph in the section

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154082

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 154343] Libreoffice crash if orca is started after a libreoffice component

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154343

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 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

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 154343] Libreoffice crash if orca is started after a libreoffice component

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154343

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

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

[Libreoffice-bugs] [Bug 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

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

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

[Libreoffice-bugs] [Bug 154314] possible memory leak leads to worse and worse application response times if a file is left open for several hours even if the user has done nothing on the computer in t

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154314

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 154314] possible memory leak leads to worse and worse application response times if a file is left open for several hours even if the user has done nothing on the computer in t

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154314

--- 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 150583] Have an option - better, default - of no auto-formatting.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150583

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 138055] Problem printing #10 Envelope with HP OfficeJet 4650

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138055

--- Comment #5 from QA Administrators  ---
Dear Leon Wlazlo,

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 150583] Have an option - better, default - of no auto-formatting.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150583

--- Comment #4 from QA Administrators  ---
Dear loathgoogel,

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 47341] Fade in and out animation of transparent object goes wrong, if hardware acceleration is disabled

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47341

--- Comment #25 from QA Administrators  ---
Dear bellgardt,

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 85230] FORMATTING: various (text-) elements around frame not in the right place (.docx file)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85230

--- Comment #11 from QA Administrators  ---
Dear Juha,

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 54073] CONFIGURATION: Formatting Aids - Options are not stored correctly, unchecked nonprinting characters becoming checked after disable/re-enabling formatting aids

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54073

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

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 141154] In Web View, outline content visibility icons on the far left margin may be mostly hidden

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141154

--- Comment #3 from QA Administrators  ---
Dear j.a.swami,

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 139624] When turned on tabbed UI Draw initially also shows menu bar (can be turned off with Menubar icon)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139624

--- Comment #4 from QA Administrators  ---
Dear nogajun,

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 140224] Adding a table with cursor in text deletes all the text in the slide (not after lost focus or save)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140224

--- Comment #8 from QA Administrators  ---
Dear Ivan Milosavljevic,

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 131132] Change to different PAGE STYLE does not update headers: needs save and reload

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131132

--- Comment #5 from QA Administrators  ---
Dear R. Green,

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 127234] I can't save result of QR-code generator to PNG with good quality

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

--- Comment #16 from QA Administrators  ---
Dear Roman Kuznetsov,

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 123428] FILESAVE XLSX Saving as xlsx in Calc creates new styles from the default ones

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123428

--- Comment #9 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 105660] FILEOPEN: PPTX - polygon imported as two shapes ( see comment 7 )

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105660

--- Comment #14 from QA Administrators  ---
Dear Tobias Burnus,

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 145925] AutoCorrect DOI (ISO 26324) recognition

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145925

Baole Fang  changed:

   What|Removed |Added

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

--- Comment #6 from Baole Fang  ---
Start working on this.

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

[Libreoffice-bugs] [Bug 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

--- Comment #6 from John F. Ervin  ---
Created attachment 186174
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186174=edit
There hang message.

After a while, this is the message I got.  Hitting wait doesn't seem to help as
it just comes back again.

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

[Libreoffice-bugs] [Bug 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

--- Comment #5 from John F. Ervin  ---
Created attachment 186173
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186173=edit
Spreadsheet with Dummy data, it hangs too.

I notice that I have the Template and Spreadsheet in Microsoft format (.docx
and .xlsx), trying to keep it in format that my team members can use.

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

[Libreoffice-bugs] [Bug 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

--- Comment #4 from John F. Ervin  ---
Created attachment 186172
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186172=edit
Template that I used.

This should be the template that I used.

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

[Libreoffice-bugs] [Bug 154334] hang when doing email mail merge

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154334

--- Comment #3 from John F. Ervin  ---
It hangs no matter what I do with the numbers.  I never got it to successfully
complete the email merge process.  But it got close.  I'll attach the template.

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

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

2023-03-23 Thread Andreas Heinisch (via logerrit)
 svx/source/dialog/charmap.cxx   |3 +--
 svx/source/dialog/searchcharmap.cxx |3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 6e70d50db34afc9242b45172f456bb8221c4fa00
Author: Andreas Heinisch 
AuthorDate: Fri Mar 24 00:28:11 2023 +0100
Commit: Andreas Heinisch 
CommitDate: Fri Mar 24 02:25:58 2023 +

Delete temporary variable

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

diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 5f08ba3e96c8..7b74eab65aa3 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -634,9 +634,8 @@ void SvxShowCharSet::DrawChars_Impl(vcl::RenderContext& 
rRenderContext, int n1,
 rRenderContext.SetFillColor(rStyleSettings.GetDisableColor());
 for (i = n2 - n1 + 1; i < ROW_COUNT * COLUMN_COUNT; i++)
 {
-Point pix = MapIndexToPixel(i + n1);
 rRenderContext.DrawRect(
-tools::Rectangle(Point(pix.X(), pix.Y()), Size(nX + 2, nY + 
2)));
+tools::Rectangle(MapIndexToPixel(i + n1), Size(nX + 2, nY + 
2)));
 }
 }
 }
diff --git a/svx/source/dialog/searchcharmap.cxx 
b/svx/source/dialog/searchcharmap.cxx
index c5ae90dbf052..0bbb88448be5 100644
--- a/svx/source/dialog/searchcharmap.cxx
+++ b/svx/source/dialog/searchcharmap.cxx
@@ -286,9 +286,8 @@ void SvxSearchCharSet::DrawChars_Impl(vcl::RenderContext& 
rRenderContext, int n1
 rRenderContext.SetFillColor(rStyleSettings.GetDisableColor());
 for (i = n2 - n1 + 1; i < ROW_COUNT * COLUMN_COUNT; i++)
 {
-Point pix = MapIndexToPixel(i + n1);
 rRenderContext.DrawRect(
-tools::Rectangle(Point(pix.X(), pix.Y()), Size(nX + 2, nY + 
2)));
+tools::Rectangle(MapIndexToPixel(i + n1), Size(nX + 2, nY + 
2)));
 }
 }
 }


[Libreoffice-bugs] [Bug 125217] Replace Mozilla themes with a proprietary tool reusing the existing

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125217

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 121877] Tabbed UIs do not use theme color - keeps the default application color

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121877

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||5217

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

[Libreoffice-bugs] [Bug 39936] UI: Right Click on Row/Column -> Insert Copied Cells... (paste + shift cells in one click)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39936

--- Comment #67 from sd8...@gmail.com ---
Created attachment 186171
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186171=edit
Insert Cut+Copied Rows+Columns

Screenshots for desired behaviour, as seen in MS Excel.

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

[Libreoffice-bugs] [Bug 154356] Support breaking lines within words via hyphenation

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154356

Eyal Rozenberg  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 154355] Support a paragraph-scope line breaking algorithm

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154355

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 120883] [META] Hyphenation bugs and enhancements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120883

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||154356


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154356
[Bug 154356] Support breaking lines within words via hyphenation
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154356] New: Support breaking lines within words via hyphenation

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154356

Bug ID: 154356
   Summary: Support breaking lines within words via hyphenation
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

To the best of my knowledge, LO never breaks lines within words, only at word
boundaries. However, it sometimes makes sense to break a line within a longer
word, to reduce raggedness / excessive empty space on that words line or other
lines in the paragraph.

This capability would go well with paragraph-level line breaking logic, see bug
154355.

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

[Libreoffice-bugs] [Bug 154355] Support a paragraph-scope line breaking algorithm

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154355

Eyal Rozenberg  changed:

   What|Removed |Added

Summary|Implement   |Support a paragraph-scope
   |minimum-raggedness  |line breaking algorithm
   |paragraph-scope line|
   |breaking|

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

[Libreoffice-bugs] [Bug 154355] New: Implement minimum-raggedness paragraph-scope line breaking

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154355

Bug ID: 154355
   Summary: Implement minimum-raggedness paragraph-scope line
breaking
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

LO and MSO implement a simplistic algorithm for line breaking: Try placing as
many words as possible on each line, given what's on previous lines. However,
this often results in somewhat less pleasant - more ragged - paragraphs.

It would be nice - at least as a configurable option - to have a more involved
algorithm which optimizes for less raggedness, perhaps like the one used in
TeX. 

See:

https://en.wikipedia.org/wiki/Line_wrap_and_word_wrap

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

[Libreoffice-bugs] [Bug 154354] Printing a sheet, the filled colour of subsequent cell in the row inherit the filled colour of the first cell after rotating text to a 45 degree angle

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154354

--- Comment #3 from JF  ---
I also tried this after resetting my profile and starting Libreoffice in safe
mode.

I know that this bug was also present in version 7.4.x

Thanks for looking into this.

JF

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

[Libreoffice-bugs] [Bug 154354] Printing a sheet, the filled colour of subsequent cell in the row inherit the filled colour of the first cell after rotating text to a 45 degree angle

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154354

--- Comment #2 from JF  ---
Created attachment 186170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186170=edit
Exported PDF Test file that does not exhibit the bug

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

[Libreoffice-bugs] [Bug 154354] Printing a sheet, the filled colour of subsequent cell in the row inherit the filled colour of the first cell after rotating text to a 45 degree angle

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154354

JF  changed:

   What|Removed |Added

 CC||jfg.sos...@gmail.com

--- Comment #1 from JF  ---
Created attachment 186169
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186169=edit
Cal file exhibiting the bug

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

[Libreoffice-bugs] [Bug 154354] New: Printing a sheet, the filled colour of subsequent cell in the row inherit the filled colour of the first cell after rotating text to a 45 degree angle

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154354

Bug ID: 154354
   Summary: Printing a sheet, the filled colour of subsequent cell
in the row inherit the filled colour of the first cell
after rotating text to a 45 degree angle
   Product: LibreOffice
   Version: 7.5.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jfg.sos...@gmail.com

Description:
Let's assumed in a new spreadsheet that A1 has a filled colour of yellow. Let
also assumed that B1:D1 is filled with a grey colour. Now let's format the
cells to a 45-degree angle.

1) If you do a “print preview” of this sheet, the filled colour of B1:D1
inherit the filled colour of A1 (the grey background is lost)
2) If you export the same file to a PDF file, the filled colour is preserved
for all cells (A1:D1)
3) If the cells are not formatted to a 45-degree angle, the filled colour is
also all preserve (A1:D1)

See file attached

Steps to Reproduce:
Let's assumed in a new spreadsheet that A1 has a filled colour of yellow. Let
also assumed that B1:D1 is filled with a grey colour. Now let's format the
cells to a 45-degree angle.

1) If you do a “print preview” of this sheet, the filled colour of B1:D1
inherit the filled colour of A1 (the grey background is lost)
2) If you export the same file to a PDF file, the filled colour is preserved
for all cells (A1:D1)
3) If the cells are not formatted to a 45-degree angle, the filled colour is
also all preserve (A1:D1)

Actual Results:
Filled colour of cell B1:D1 get replaced by the filled colour of the first cell
(A1) after rotating text to a 45-degree angle

Expected Results:
While printing, all cells should keep their actual filled colour after rotating
text to a 45-degree angle.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I will upload a test file that exhibit this bug.

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

[Libreoffice-bugs] [Bug 115934] Bad position for rotated images (use unrotated image position values)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115934

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||smartsmu...@gmx.com

--- Comment #22 from Stéphane Guillou (stragu) 
 ---
*** Bug 153765 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 153765] Drop image into Writer doc, rotate image, image gains unchangeable margin

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153765

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[Libreoffice-bugs] [Bug 115934] Bad position for rotated images (use unrotated image position values)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115934

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|Bad position for rotated|Bad position for rotated
   |images  |images (use unrotated image
   ||position values)
   Keywords||implementationError

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

[Libreoffice-bugs] [Bug 154315] "Hidden Text" not working correctly

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154315

gregory_m_thomp...@yahoo.com changed:

   What|Removed |Added

 CC||gregory_m_thomp...@yahoo.co
   ||m

--- Comment #4 from gregory_m_thomp...@yahoo.com ---
Created attachment 186168
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186168=edit
PNG file of writer text (unhidden)

I understand that my example is a bit artificial, but it does demonstrate the
problem.

". This is a multiline example that I was talking about.
Some of this is just to provide sample text to demonstrate what I was talking
about" 

is the text that I wanted to hide.

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

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

2023-03-23 Thread Paris Oplopoios (via logerrit)
 sw/qa/extras/tiledrendering/tiledrendering.cxx |   65 +
 1 file changed, 65 insertions(+)

New commits:
commit cc5038f07291b034641b75bfcefa70f0ac6e1897
Author: Paris Oplopoios 
AuthorDate: Wed Mar 22 16:12:14 2023 +0200
Commit: Paris Oplopoios 
CommitDate: Thu Mar 23 23:14:06 2023 +

Test tiled rendering view separation

Make sure that changing the theme in one view doesn't change it in
another view when doing tiled rendering

Change-Id: I0a21dc36bfb825337fe74a11099ecc728b99c861
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149441
Tested-by: Paris Oplopoios 
Reviewed-by: Paris Oplopoios 

diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx 
b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 7fcdeb0644d4..317d77f0b29b 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -1719,6 +1719,71 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, 
testGetViewRenderState)
 CPPUNIT_ASSERT_EQUAL(OString("PS"), pXTextDocument->getViewRenderState());
 }
 
+// Helper function to get a tile to a bitmap and check the pixel color
+static void assertTilePixelColor(SwXTextDocument* pXTextDocument, int nPixelX, 
int nPixelY, Color aColor)
+{
+size_t nCanvasSize = 1024;
+size_t nTileSize = 256;
+std::vector aPixmap(nCanvasSize * nCanvasSize * 4, 0);
+ScopedVclPtrInstance pDevice(DeviceFormat::DEFAULT);
+pDevice->SetBackground(Wallpaper(COL_TRANSPARENT));
+pDevice->SetOutputSizePixelScaleOffsetAndLOKBuffer(Size(nCanvasSize, 
nCanvasSize),
+Fraction(1.0), Point(), aPixmap.data());
+pXTextDocument->paintTile(*pDevice, nCanvasSize, nCanvasSize, 0, 0, 15360, 
7680);
+pDevice->EnableMapMode(false);
+Bitmap aBitmap = pDevice->GetBitmap(Point(0, 0), Size(nTileSize, 
nTileSize));
+Bitmap::ScopedReadAccess pAccess(aBitmap);
+Color aActualColor(pAccess->GetPixel(nPixelX, nPixelY));
+CPPUNIT_ASSERT_EQUAL(aColor, aActualColor);
+}
+
+// Test that changing the theme in one view doesn't change it in the other view
+CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testThemeViewSeparation)
+{
+SwXTextDocument* pXTextDocument = createDoc();
+int nFirstViewId = SfxLokHelper::getView();
+ViewCallback aView1;
+// First view is at light mode
+assertTilePixelColor(pXTextDocument, 255, 255, COL_WHITE);
+// Create second view
+SfxLokHelper::createView();
+int nSecondViewId = SfxLokHelper::getView();
+ViewCallback aView2;
+// Set second view to dark mode
+{
+SwDoc* pDoc = pXTextDocument->GetDocShell()->GetDoc();
+SwView* pView = pDoc->GetDocShell()->GetView();
+uno::Reference xFrame = 
pView->GetViewFrame()->GetFrame().GetFrameInterface();
+uno::Sequence aPropertyValues = 
comphelper::InitPropertySequence(
+{
+{ "NewTheme", 
uno::Any(OUString("COLOR_SCHEME_LIBREOFFICE_DARK")) },
+}
+);
+comphelper::dispatchCommand(".uno:ChangeTheme", xFrame, 
aPropertyValues);
+}
+assertTilePixelColor(pXTextDocument, 255, 255, Color(0x1c, 0x1c, 0x1c));
+// First view still in light mode
+SfxLokHelper::setView(nFirstViewId);
+assertTilePixelColor(pXTextDocument, 255, 255, COL_WHITE);
+// Second view still in dark mode
+SfxLokHelper::setView(nSecondViewId);
+assertTilePixelColor(pXTextDocument, 255, 255, Color(0x1c, 0x1c, 0x1c));
+// Switch second view back to light mode
+{
+SwDoc* pDoc = pXTextDocument->GetDocShell()->GetDoc();
+SwView* pView = pDoc->GetDocShell()->GetView();
+uno::Reference xFrame = 
pView->GetViewFrame()->GetFrame().GetFrameInterface();
+uno::Sequence aPropertyValues = 
comphelper::InitPropertySequence(
+{
+{ "NewTheme", 
uno::Any(OUString("COLOR_SCHEME_LIBREOFFICE_AUTOMATIC")) },
+}
+);
+comphelper::dispatchCommand(".uno:ChangeTheme", xFrame, 
aPropertyValues);
+}
+// Now in light mode
+assertTilePixelColor(pXTextDocument, 255, 255, COL_WHITE);
+}
+
 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testSetViewGraphicSelection)
 {
 // Load a document.


[Libreoffice-bugs] [Bug 154353] Libre writer crashes many times

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154353

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||4207
Summary|Libre writer crahses many   |Libre writer crashes many
   |times   |times

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

[Libreoffice-bugs] [Bug 154207] Application crash

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154207

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149527] Calc crashes when scroll up and down quickly within a document, or hold Page Down (Skia/Vulkan)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149527

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Severity|major   |critical

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

[Libreoffice-bugs] [Bug 154315] "Hidden Text" not working correctly

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154315

--- Comment #3 from gregory_m_thomp...@yahoo.com ---
@Franklin Weng: That is NOT the case for me and it still happens.

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

[Libreoffice-bugs] [Bug 154315] "Hidden Text" not working correctly

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154315

--- Comment #2 from gregory_m_thomp...@yahoo.com ---
verified to exist in v7.5 also.

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

[Libreoffice-bugs] [Bug 150639] Master Slides sidebar opens with zero width

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150639

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Caolán, given that Enhua Xu isn't that active anymore, and that you reviewed
the commit, any chance you could have a look at this?

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

[Libreoffice-bugs] [Bug 103459] [META] Sidebar UI and UX bugs and enhancements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103459
Bug 103459 depends on bug 93513, which changed state.

Bug 93513 Summary: SIDEBAR: content panel buttons slide out of view when deck 
is resized, need some indicator of hidden buttons or perhaps option to wrap 
buttons
https://bugs.documentfoundation.org/show_bug.cgi?id=93513

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 93513] SIDEBAR: content panel buttons slide out of view when deck is resized, need some indicator of hidden buttons or perhaps option to wrap buttons

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93513

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
I believe we can now close this as "works for me" as resizing a deck will not
allow "sliding" content out of view anymore.
Situation progressively improved over time, e.g. I was still able to make icons
disappear in the Styles deck in 6.0, but not anymore in 7.5.

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

[Libreoffice-bugs] [Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549
Bug 36549 depends on bug 116430, which changed state.

Bug 116430 Summary: when opening print dialog, Orca gets bogus indexes from 
accessibility stack
https://bugs.documentfoundation.org/show_bug.cgi?id=116430

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 116430] when opening print dialog, Orca gets bogus indexes from accessibility stack

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116430

Samuel Thibault  changed:

   What|Removed |Added

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

--- Comment #7 from Samuel Thibault  ---
7.4.5.1 seems to be working fine now.

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

[Libreoffice-bugs] [Bug 120160] UI: Save, load and restore customization configuration (UI profile)

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120160

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


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

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

[Libreoffice-bugs] [Bug 52387] Usability issue: There is no provision to export/import user-settings

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52387

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

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

[Libreoffice-ux-advise] [Bug 52387] Usability issue: There is no provision to export/import user-settings

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52387

--- Comment #16 from Stéphane Guillou (stragu) 
 ---
*** Bug 120160 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 154353] Libre writer crahses many times

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154353

--- Comment #1 from cal...@hotmail.com ---
Created attachment 186167
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186167=edit
file i'm working on that crash

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

[Libreoffice-bugs] [Bug 154353] New: Libre writer crahses many times

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154353

Bug ID: 154353
   Summary: Libre writer crahses many times
   Product: LibreOffice
   Version: 7.5.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cal...@hotmail.com

Description:
I'm working on a odt document, converted from word to odt. When I'm writing
some new data the program crashes continuosly. When reopen sometimes I clic on
forget the recovery data and other click on recover, but it continues crashing.

Steps to Reproduce:
1.open the document
2.write some paragraphs, write something wrong, delete and write again.


Actual Results:
The file can be downloaded from https://ufile.io/w7irgakp

Expected Results:
Not to crash


Reproducible: Sometimes


User Profile Reset: No

Additional Info:
Windows log says (in spanish):
Nombre de la aplicación con errores: soffice.bin, versión: 7.5.1.2, marca de
tiempo: 0x63f7d013
Nombre del módulo con errores: ucrtbase.dll, versión: 10.0.22621.608, marca de
tiempo: 0xf5fc15a3
Código de excepción: 0xc409
Desplazamiento de errores: 0x0007f61e
Identificador del proceso con errores: 0x0x6AC
Hora de inicio de la aplicación con errores: 0x0x1D95DD3ED866D58
Ruta de acceso de la aplicación con errores: C:\Program
Files\LibreOffice\program\soffice.bin
Ruta de acceso del módulo con errores: C:\WINDOWS\System32\ucrtbase.dll
Identificador del informe: 67c75d9f-5a04-4bc0-811a-b28aa3f61143
Nombre completo del paquete con errores: 
Identificador de aplicación relativa del paquete con errores:

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

[Libreoffice-bugs] [Bug 146181] Visual glitches for theme personalization when more than two toolbars docked at the bottom

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146181

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 131023] Preinstalled 3000px theme graphics not extending full width of UI elements, affects 2K, 4K, 5K and multi-head systems

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131023

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125823

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|148121  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148121
[Bug 148121] Let me save and load custom or default User Interface UI layout
variants.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148121] Let me save and load custom or default User Interface UI layout variants.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148121

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks|125823  |103184


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103184
[Bug 103184] [META] UI theming bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=125823
[Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103184] [META] UI theming bugs and enhancements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103184

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||148121


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148121
[Bug 148121] Let me save and load custom or default User Interface UI layout
variants.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154335] Deprecate layer_new.xhp in favour of insert_layer.xhp

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154335

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@libreoffice.
   |desktop.org |org

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

[Libreoffice-bugs] [Bug 103184] [META] UI theming bugs and enhancements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103184

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||137931


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137931
[Bug 137931] Show the UI selection dialog on first start-up
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125823

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|137931  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137931
[Bug 137931] Show the UI selection dialog on first start-up
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137931] Show the UI selection dialog on first start-up

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137931

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks|125823  |103184


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103184
[Bug 103184] [META] UI theming bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=125823
[Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154314] possible memory leak leads to worse and worse application response times if a file is left open for several hours even if the user has done nothing on the computer in t

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154314

--- Comment #4 from gregory_m_thomp...@yahoo.com ---
I  have updated to 7.5 and the bug still persists.

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

[Libreoffice-bugs] [Bug 142074] [META] Application Colours settings bugs and enhancements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142074

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|121877  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121877
[Bug 121877] Tabbed UIs do not use theme color - keeps the default application
color
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125823

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||121877


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121877
[Bug 121877] Tabbed UIs do not use theme color - keeps the default application
color
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 121877] Tabbed UIs do not use theme color - keeps the default application color

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121877

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks|142074  |125823


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125823
[Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements
https://bugs.documentfoundation.org/show_bug.cgi?id=142074
[Bug 142074] [META] Application Colours settings bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153987] Can't set per-language quotation marks in Tools | AutoCorrect

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153987

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
Custom quotation marks are stored without language information in
registrymodifications.xcu. And if you add language information there, it is not
recognized.

We had the discussion already in bug 31609 and bug 70443.

I agree, it should be possible to set the quotation marks specific for a
language. Especially, it should be possible e.g. to set angled quotation marks
for German and keep the default replacement for other languages.

I think it is a valid enhancement request.

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

[Libreoffice-bugs] [Bug 153989] Autocorrect uses language-specific quotation marks for other languages

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153989

--- Comment #7 from Eyal Rozenberg  ---
(In reply to V Stuart Foote from comment #6)
> Its still an Enhancement and NAB -- asking for new feature/function beyond
> what is currently implemented. 

The feature this bug regards is the replacement of quotes with "smart quotes",
or matching start & end quote pairs. The current implementation is faulty: It
will result in invalid/incorrect quote pairs if there is text in at least two
languages whose matching quote pairs are different.

Even if the current implementation was intentional - which I doubt - the bug is
in the intention/design of the feature.

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

[Libreoffice-ux-advise] [Bug 153989] Autocorrect uses language-specific quotation marks for other languages

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153989

--- Comment #7 from Eyal Rozenberg  ---
(In reply to V Stuart Foote from comment #6)
> Its still an Enhancement and NAB -- asking for new feature/function beyond
> what is currently implemented. 

The feature this bug regards is the replacement of quotes with "smart quotes",
or matching start & end quote pairs. The current implementation is faulty: It
will result in invalid/incorrect quote pairs if there is text in at least two
languages whose matching quote pairs are different.

Even if the current implementation was intentional - which I doubt - the bug is
in the intention/design of the feature.

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

[Libreoffice-bugs] [Bug 121877] Tabbed UIs do not use theme color - keeps the default application color

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121877

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||jerome.bo...@laposte.net

--- Comment #20 from Stéphane Guillou (stragu) 
 ---
*** Bug 154351 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 154351] the theme colour is not consistent throughout the tabbed toolbar

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154351

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Thank you for the report. This has been reported already in bug 121877.

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

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

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

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
Bug 105948 depends on bug 154061, which changed state.

Bug 154061 Summary: CRASH: undoing column insert
https://bugs.documentfoundation.org/show_bug.cgi?id=154061

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 154061] CRASH: undoing column insert

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154061

Paris Oplopoios  changed:

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: 2 commits - filter/source include/sfx2 include/svx officecfg/registry static/CustomTarget_emscripten_fs_image.mk svx/Library_svx.mk svx/sdi svx/source svx/uiconfig svx/

2023-03-23 Thread Samuel Mehrbrodt (via logerrit)
 filter/source/pdf/impdialog.cxx |7 
 filter/source/pdf/impdialog.hxx |3 
 include/sfx2/sfxsids.hrc|1 
 include/svx/AccessibilityCheckDialog.hxx|   67 
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu  |6 
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   13 
 static/CustomTarget_emscripten_fs_image.mk  |1 
 svx/Library_svx.mk  |1 
 svx/UIConfig_svx.mk |1 
 svx/sdi/svx.sdi |   17 -
 svx/source/dialog/AccessibilityCheckDialog.cxx  |   89 
--
 svx/uiconfig/ui/accessibilitycheckdialog.ui |  148 
--
 sw/sdi/_basesh.sdi  |6 
 sw/source/uibase/shells/basesh.cxx  |   16 -
 sw/uiconfig/sglobal/menubar/menubar.xml |1 
 sw/uiconfig/swriter/menubar/menubar.xml |1 
 vcl/jsdialog/enabled.cxx|1 
 17 files changed, 11 insertions(+), 368 deletions(-)

New commits:
commit cae0daff1dd8bd60208892c792948c0cd2b0eeec
Author: Samuel Mehrbrodt 
AuthorDate: Thu Mar 23 15:39:31 2023 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Mar 23 21:51:58 2023 +

tdf#142978 Add shortcut to a11y check deck

Change-Id: I3d356905fe8548dbf6a72169f72f1d4b741d63c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149454
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index d8b3c1d467b8..0e9fd02928c1 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -6046,6 +6046,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some 
emoji thing
 .uno:SidebarDeck.InspectorDeck
   
 
+
+  
+I10N SHORTCUTS - NO 
TRANSLATE
+.uno:SidebarDeck.A11yCheckDeck
+  
+
 
   
 I10N SHORTCUTS - NO 
TRANSLATE
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index ff915b4a6d94..f9477cac84e6 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -4125,6 +4125,11 @@
   Open the Style Inspector Deck
 
   
+  
+
+  Open the Accessibility Check Deck
+
+  
 
   
 
commit 61d961f3bc0d127f88d7d35eaf5eca4e34799731
Author: Samuel Mehrbrodt 
AuthorDate: Thu Mar 23 15:20:15 2023 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Mar 23 21:51:46 2023 +

tdf#142978 Remove a11y check dialog

in favor of sidebar deck

Change-Id: I2daf34edbe71341ebc44ca9b966c97f8e494d583
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149433
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index d898a9f86df3..06fb46b9e3c1 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -27,7 +27,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 
@@ -386,12 +385,6 @@ ImpPDFTabDialog::~ImpPDFTabDialog()
 {
 maConfigItem.WriteModifiedConfig();
 maConfigI18N.WriteModifiedConfig();
-if (mpAccessibilityCheckDialog)
-{
-// restore set_modal to its original state
-mpAccessibilityCheckDialog->getDialog()->set_modal(false);
-mpAccessibilityCheckDialog->response(RET_CANCEL);
-}
 }
 
 void ImpPDFTabDialog::PageCreated(const OString& rId, SfxTabPage& rPage)
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index 45442c58048b..cc6e46430f05 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -21,7 +21,6 @@
 
 #include 
 #include 
-#include 
 
 #include 
 #include 
@@ -129,8 +128,6 @@ class ImpPDFTabDialog final : public SfxTabDialogController
 boolmbCanExtractForAccessibility;
 css::uno::Reference< css::beans::XMaterialHolder > mxPreparedPasswords;
 
-std::shared_ptr< svx::AccessibilityCheckDialog > 
mpAccessibilityCheckDialog;
-
 boolmbIsRangeChecked;
 OUStringmsPageRange;
 boolmbSelectionIsChecked;
diff --git a/include/sfx2/sfxsids.hrc 

[Libreoffice-commits] core.git: filter/inc filter/source include/sfx2 sfx2/sdi sfx2/source

2023-03-23 Thread Samuel Mehrbrodt (via logerrit)
 filter/inc/strings.hrc   |9 
 filter/source/pdf/impdialog.cxx  |   40 ++-
 include/sfx2/sfxsids.hrc |1 
 include/sfx2/sidebar/Sidebar.hxx |3 +-
 sfx2/sdi/sfx.sdi |2 -
 sfx2/source/sidebar/Sidebar.cxx  |4 +--
 sfx2/source/view/viewfrm.cxx |4 ++-
 7 files changed, 49 insertions(+), 14 deletions(-)

New commits:
commit 53fc5fa0fed077b7d11e39b710280f0a84b631ff
Author: Samuel Mehrbrodt 
AuthorDate: Mon Mar 20 16:50:55 2023 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Mar 23 21:51:12 2023 +

tdf#142978 Show a11y sidebar when finding issues on PDF export

Change-Id: I5234aca76153e1a781b7df1d3fbea8bb856af921
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149430
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/filter/inc/strings.hrc b/filter/inc/strings.hrc
index a8454956f385..2bcbad6e88f3 100644
--- a/filter/inc/strings.hrc
+++ b/filter/inc/strings.hrc
@@ -23,6 +23,7 @@
 #include 
 
 #define NC_(Context, String) TranslateId(Context, reinterpret_cast(u8##String))
+#define NNC_(Context, StringSingular, StringPlural) TranslateNId(Context, 
reinterpret_cast(u8##StringSingular), reinterpret_cast(u8##StringPlural))
 
 #define STR_UNKNOWN_APPLICATION NC_("STR_UNKNOWN_APPLICATION", 
"Unknown")
 #define STR_IMPORT_ONLY NC_("STR_IMPORT_ONLY", "import 
filter")
@@ -75,6 +76,9 @@
 #define STR_WARN_TRANSP_CONVERTED_SHORT 
NC_("STR_WARN_TRANSP_CONVERTED_SHORT", "Transparencies removed")
 #define STR_ERR_SIGNATURE_FAILED
NC_("STR_ERR_SIGNATURE_FAILED", "Signature generation failed")
 #define STR_ERR_PDF_EXPORT_ABORTED  
NC_("STR_ERR_PDF_EXPORT_ABORTED", "PDF export aborted")
+#define STR_WARN_PDFUA_ISSUES   NNC_("STR_WARN_PDFUA_ISSUES", 
"One accessibility issue detected. Do you want to continue?", "%1 accessibility 
issues detected. Do you want to continue?")
+#define STR_PDFUA_IGNORENC_("STR_PDFUA_IGNORE", 
"Continue")
+#define STR_PDFUA_INVESTIGATE   NNC_("STR_PDFUA_INVESTIGATE", 
"Investigate issue", "Investigate issues")
 
 // Progress bar status indicator when importing or exporting
 #define STR_FILTER_DOC_LOADING  NC_("STR_FILTER_DOC_LOADING", 
"Loading: ")
@@ -85,4 +89,9 @@ static inline OUString FilterResId(TranslateId aId)
 return Translate::get(aId, Translate::Create("flt"));
 }
 
+static inline OUString FilterResId(TranslateNId aContextSingularPlural, int 
nCardinality)
+{
+return Translate::nget(aContextSingularPlural, nCardinality, 
Translate::Create("flt"));
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index c43cde0cf6e1..d898a9f86df3 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -26,7 +26,10 @@
 #include 
 #include 
 #include 
+#include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -333,16 +336,35 @@ IMPL_LINK_NOARG(ImpPDFTabDialog, OkHdl, weld::Button&, 
void)
 if (pShell)
 {
 sfx::AccessibilityIssueCollection aCollection = 
pShell->runAccessibilityCheck();
-if (!aCollection.getIssues().empty())
+auto aIssues = aCollection.getIssues();
+int nIssueCount(aIssues.size());
+if (!aIssues.empty())
 {
-mpAccessibilityCheckDialog = 
std::make_shared(
-m_xDialog.get(), aCollection, [pShell]() -> 
sfx::AccessibilityIssueCollection {
-return pShell->runAccessibilityCheck();
-});
-mpAccessibilityCheckDialog->getDialog()->set_modal(true);
-weld::DialogController::runAsync(mpAccessibilityCheckDialog, 
[this](sal_Int32 retValue){
-m_xDialog->response(retValue);
-});
+OUString aMessage(FilterResId(STR_WARN_PDFUA_ISSUES, 
nIssueCount));
+aMessage = aMessage.replaceFirst("%1", 
OUString::number(nIssueCount));
+
+std::unique_ptr 
xPDFUADialog(Application::CreateMessageDialog(
+getGeneralPage()->GetFrameWeld(), VclMessageType::Warning,
+VclButtonsType::Cancel, aMessage));
+xPDFUADialog->add_button(FilterResId(STR_PDFUA_INVESTIGATE, 
nIssueCount), RET_NO);
+xPDFUADialog->add_button(FilterResId(STR_PDFUA_IGNORE), 
RET_YES);
+xPDFUADialog->set_default_response(RET_YES);
+
+int ret = xPDFUADialog->run();
+if (ret == RET_YES)
+m_xDialog->response(RET_OK);
+else if (ret == RET_NO)
+{
+m_xDialog->response(RET_CANCEL);
+// Show accessiblity check Sidebar deck
+

[Libreoffice-bugs] [Bug 154352] New: ARM versions for Windows are not available in the dropdown list on download page.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154352

Bug ID: 154352
   Summary: ARM versions for Windows are not available in the
dropdown list on download page.
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miguelange...@libreoffice.org

Created attachment 186166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186166=edit
Screenshot LO download page.

https://www.libreoffice.org/download/download-libreoffice/

See attached screenshot.

They are available in the repository.

https://downloadarchive.documentfoundation.org/libreoffice/old/7.5.2.1/win/aarch64/

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

[Libreoffice-ux-advise] [Bug 153989] Autocorrect uses language-specific quotation marks for other languages

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153989

--- Comment #6 from V Stuart Foote  ---
Its still an Enhancement and NAB -- asking for new feature/function beyond what
is currently implemented.  Functions as implemented intended currently.

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

[Libreoffice-bugs] [Bug 153989] Autocorrect uses language-specific quotation marks for other languages

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153989

--- Comment #6 from V Stuart Foote  ---
Its still an Enhancement and NAB -- asking for new feature/function beyond what
is currently implemented.  Functions as implemented intended currently.

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

[Libreoffice-bugs] [Bug 154347] Please compile a version of LibreOffice for Windows 11 on ARM platform.

2023-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154347

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
There are compilations for windows with ARM.

You can find it in
https://downloadarchive.documentfoundation.org/libreoffice/old/7.5.2.1/win/aarch64/

The bug is that not available on download page.

I'll report a new one about it.

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

  1   2   3   4   >