[Libreoffice-bugs] [Bug 148260] New: UI and file font will change as same to deb linux-Deepin system character font

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148260

Bug ID: 148260
   Summary: UI and file font will change as same to deb
linux-Deepin system character font
   Product: LibreOffice
   Version: 7.3.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: addmn...@163.com

Description:
When I set the fonts for the deepin system, the libreOffice interface UI fonts
will also change with the system. After I saved the word file, I opened the
word file here and found that the font of the document also changed to the same
as the system! Oh, my God! It's too bad! I hope you will be able to customize
ui fonts in the next update in "Tools -Projects-LibreOffice-Personalization"

Steps to Reproduce:
1.Change the font of the system
2.LibreOffice's fonts will also change as the system
3.Save the word you just wrote. The next time you open this word, you will find
that its font has actually become a system font

Actual Results:
LibreOffice's UI is the same as the system.
You will find the word's font has actually become a system font.

Expected Results:
I can customize LibreOffice's UI fonts and lock it so that the system's font
settings don't affect the UI fonts. Lock the font of the document so that it
remains the same on any computer


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.3.1.3 / LibreOffice Community
Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951
CPU threads: 12; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: zh-CN (zh_CN.UTF-8); UI: zh-CN
Calc: threaded

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

[Libreoffice-bugs] [Bug 147791] Add UNO command to "Print Current Page Directly"

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147791

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsDevAdvice  |difficultyMedium, skillCpp,
   ||topicUI

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

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-7-3+backports' - android/source

2022-03-29 Thread Michael Weghorn (via logerrit)
 android/source/AndroidManifest.xml |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 00e7d7588b8a9990271c39bda916a8c45d3daefa
Author: Michael Weghorn 
AuthorDate: Tue Mar 29 10:42:33 2022 +0200
Commit: Michael Weghorn 
CommitDate: Wed Mar 30 06:48:59 2022 +0200

android: Enable support for FODS

Enable support for MIME type
"application/vnd.oasis.opendocument.spreadsheet-flat-xml" in
AndroidManifest, the comment saying it crashes the app
is obsolete.

However, at least on my Android 10 AVD, that MIME type
does not seem to be associated with '*.fods' files, so
they were not offered to be opened. MIME type
"application/octet-stream" was used instead, for which
no support is declared.

For testing, I just disabled the MIME type filter locally and
was then able to open an FODS file just fine:

--- 
a/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java
+++ 
b/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java
@@ -266,7 +266,7 @@ public class LibreOfficeUIActivity extends 
AppCompatActivity implements Settings
 }

 intent.setType("*/*");
-intent.putExtra(Intent.EXTRA_MIME_TYPES, 
SUPPORTED_MIME_TYPES);;
+//intent.putExtra(Intent.EXTRA_MIME_TYPES, 
SUPPORTED_MIME_TYPES);;

Change-Id: Ibf3f559a313f0b89bc4c25498e3efa0fcbded506
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132263
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
(cherry picked from commit 44950bc4bbcafb86d9e6466b5ce0852122d7f2be)

diff --git a/android/source/AndroidManifest.xml 
b/android/source/AndroidManifest.xml
index 53a064fb901b..987aeed66ae6 100644
--- a/android/source/AndroidManifest.xml
+++ b/android/source/AndroidManifest.xml
@@ -48,9 +48,7 @@
 
 
 
-
 
 
 


[Libreoffice-bugs] [Bug 147773] FILEOPEN: Draw imports images with wrong size

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147773

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 148019] kf5 Wayland: Menus are shown as decorated separate windows when LO window was not focussed

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148019

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 148014] Populating track changes manage dialog spends lots of time spend in SvListView::GetViewData/ SvListView::IsExpanded (can take minutes until finished)

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148014

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 148012] Deleting sheets multiple sheet slow (6 seconds with 7.4, compared to 1 second with 7.0)

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148012

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 148011] copy-paste extreme slowness

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148011

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 148006] Export to SVG broken, when exporting rotated objects with multiple lines of text

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148006

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 147717] The order of Arabic letters is reversed or there is no rotation in LTR paragraphs

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147717

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 148206] Calc Macro file Module 1 of Standard My Macros is unavailable after upgrade of LibreOffice

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148206

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 148206] Calc Macro file Module 1 of Standard My Macros is unavailable after upgrade of LibreOffice

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148206

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

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

[Libreoffice-bugs] [Bug 144054] 7.2.0.3 (x64) インストーラ

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144054

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 144054] 7.2.0.3 (x64) インストーラ

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144054

--- Comment #4 from QA Administrators  ---
Dear nori hisa,

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 144802] Libre office ne fonctionne plus après mise à jour

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144802

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

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 144406] Crash when copying/pasting objects in Base report edit

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144406

--- Comment #2 from QA Administrators  ---
Dear Colin Murdoch,

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 140145] Calc stops responding to keyboard

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140145

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

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 99923] Table: Can't set bottom border without top border after a page break

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99923

--- Comment #7 from QA Administrators  ---
Dear thexnecromancerx2,

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 125264] Fonts with ligature (e.g. tt, ti) break URL when printing to virtual PDF printer

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125264

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

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 100138] Trendline equation should be resizable

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100138

--- Comment #4 from QA Administrators  ---
Dear Heiko Tietze,

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 148259] New: Non-Linear Solver not correct

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148259

Bug ID: 148259
   Summary: Non-Linear Solver not correct
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ddi...@swcp.com

Created attachment 179198
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179198=edit
MWE of bug

The attached spreadsheet is for a problem in a textbook in Resource Economics
by Jon Conrad. The Solver settings are displayed on the spreadsheet, along with
the solution by Excell for exactly the same problem and constraints.

Ubuntu 20.0.4

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

[Libreoffice-bugs] [Bug 147773] FILEOPEN: Draw imports images with wrong size

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147773

Scott Clewell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Scott Clewell  ---
Hello sekret,

Thank you for reporting the bug. I have the same measurements in GIMP for your
attachment, but I'm having trouble verifying. Would you please share an
attachment of the saved image from GIMP and/or more specific steps to
reproduce?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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

[Libreoffice-bugs] [Bug 147791] Add UNO command to "Print Current Page Directly"

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147791

--- Comment #5 from Jim Raykowski  ---
code pointers:

https://design.blog.documentfoundation.org/2018/02/28/easyhacking-all-about-terminology/

An article that illustrates how to add an UNO command for Calc:
https://dev.blog.documentfoundation.org/2022/02/23/adding-a-new-uno-command/ 

For Writer, instead, add the new command to
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu, perhaps
.uno:PrintVisiblePagesDirect.

officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs contains
information on properties used in the .xcu file.

core/sw/inc/cmdid.h
perhaps FN_PRINT_VISPAGESDIRECT or SID_PRINT_VISPAGESDIRECT (FN for FuNction,
SID for Slot ID, either will work)

sw/sdi/swriter.sdi
sw/sdi/_viewsh.sdi

sw/source/uibase/uiview/viewprt.cxx
void SwView::ExecutePrint
add a case for the chosen command id:

sw/inc/viewsh.hxx
void GetFirstLastVisPageNumbers (not yet merged, please see
https://gerrit.libreoffice.org/c/core/+/132252)

sfx2/source/view/viewprn.cxx
void SfxViewShell::ExecPrint

sw/source/uibase/uiview/viewstat.cxx
void SwView::GetState(SfxItemSet )
add a case for the chosen command id:
do similar to what is done in sfx2/source/view/viewsh.cxx void
SfxViewShell::GetState_Impl for case SID_PRINTDOC and case SID_PRINTDOCDIRECT

https://gerrit.libreoffice.org/c/core/+/91605 is an example of two UNO commands
added to Writer.

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

[Libreoffice-bugs] [Bug 148258] Regaining user control over keyboard customization

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148258

--- Comment #2 from Vince  ---
Created attachment 179197
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179197=edit
Tested fix

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

[Libreoffice-bugs] [Bug 148258] Regaining user control over keyboard customization

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148258

--- Comment #1 from Vince  ---
Created attachment 179196
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179196=edit
Help - About

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

[Libreoffice-bugs] [Bug 148206] Calc Macro file Module 1 of Standard My Macros is unavailable after upgrade of LibreOffice

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148206

--- Comment #2 from Gary LaPinsky  ---
The macro is any simple recording: I used an existing spreadsheet, and a “copy
cell input from one cell and paste it into another” as a test. After “Stop
recording” I named the macro “test”. It was in the library “My Macros,
standard, module 1”. As long as I didn’t shut the computer off, the macro was
available to run when I opened the spreadsheet. Next, I exited Libre, and
closed windows 10…..then turned off the power to the computer. I restarted the
computer, opened Libre App and loaded the spreadsheet. I subsequently went to
“tools, Macros, run macro. When the library’s dialog opens, “My Macros “ is
present as well as “Standard”. “ Module 1” is missing as well as the saved
macro “Test”. This is repeatable every time. 
I have not yet tried to reset the user profile, though I’m at a loss as to why
I would need to do that.. I will try it going forward

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

[Libreoffice-bugs] [Bug 148258] New: Regaining user control over keyboard customization

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148258

Bug ID: 148258
   Summary: Regaining user control over keyboard customization
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vre...@cox.net

Description:
As LibreOffice writer has evolved over the years, many keyboard key
combinations have been silently "removed" from the list of ones whose action
can be customized by the user. This has led to such bugs as 49091, 53190,
93402, 146174 as well as this old one that I filed in 2010:
https://bz.apache.org/ooo/show_bug.cgi?id=113502.

Since LO developers don't seem inclined to address these bugs, I decided to try
to fix them myself.  Attached is a patch that addresses the bugs and introduces
an optional capability of displaying how keystrokes are processed.

Bug 146174 was introduced in commit
https://gerrit.libreoffice.org/c/core/+/122926 which attempted to resolve bug
144846. My patch bypasses the code (but does not remove it), thereby
reintroducing bug 144846. I am hoping that another way of resolving that bug
can be developed that does not remove the ability to customize the alt+letter
keystrokes that would otherwise be processed as menu-access mnemonics.

In addition to proposing a resolution to the aforementioned bugs, I am hoping
that this issue will lead to discussion of how to better manage and document
which keys trigger which functions and how, including documenting for each key
combination:

(1) Where the default actions are implemented: menu access hotkey versus uno
function bound via keyboard customization versus managed within key input
routines in LO code.

(2) Determining whether or not the key can be reassigned by users via keyboard
customization. For instance, it is not possible to customize Shift+Control+0
but there doesn't seem to be a good reason for that. On the other hand, it is
possible for a user to change the function of the unshifted arrow keys and that
seems like a recipe for disaster. 

Had there been a common resource for developers to consult, then maybe bug
144846 could have been avoided when assigning menu item mnemonics to the
Impress Properties menu.

Steps to Reproduce:
Use keyboard customization function to

1.Assign MyFavoriteFunction1 to Alt+Right
2.Assign MyFavoriteFunction2 to Alt+A

Actual Results:
1. Alt+Right resizes expands column when in table and nothing otherwise
2. Alt+A brings up Table submenu

Expected Results:
1. Alt+Right should trigger MyFavoriteFunction1
2. Alt+A should trigger MyFavoriteFunction2


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
See referenced bug reports.

Picture of "Help - About Libreoffice" will be attached. But many of the bugs
have been around since OOO 3.2.

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

[Libreoffice-bugs] [Bug 103602] new documents fail ODF validation with Error: unexpected attribute "draw:fill"

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103602

--- Comment #53 from Regina Henschel  ---
The current master writes draw:fill not only to 
where it belongs but in addition to . For ODF 1.3
strict the latter is suppressed. But in ODF 1.3 extended it should neither be
there. That problem could be solved immediately. It is independent from header
or footer fill.

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

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57d' - postprocess/Rdb_services.mk shell/Library_jumplist.mk

2022-03-29 Thread Thorsten Behrens (via logerrit)
 postprocess/Rdb_services.mk |1 +
 shell/Library_jumplist.mk   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 302a97669a6c107d4c94add707458498860d4bed
Author: Thorsten Behrens 
AuthorDate: Wed Mar 30 01:51:58 2022 +0200
Commit: Thorsten Behrens 
CommitDate: Wed Mar 30 01:51:58 2022 +0200

Register JumpList service in RDB database

Change-Id: I3e9ac109b6dbdd4dd6a3b6281699e58563f4805c

diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index d8975449173e..cd879d222c4f 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -148,6 +148,7 @@ $(eval $(call gb_Rdb_add_components,services,\
shell/source/backends/wininetbe/wininetbe1 \
shell/source/win32/simplemail/smplmail \
shell/source/win32/syssh \
+   shell/source/win32/jumplist/jumplist \
vcl/vcl.windows \
) \
$(if $(DISABLE_GUI), \
diff --git a/shell/Library_jumplist.mk b/shell/Library_jumplist.mk
index 943fabdd4080..27ba7c3133da 100755
--- a/shell/Library_jumplist.mk
+++ b/shell/Library_jumplist.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Library_use_system_win32_libs,jumplist,\
shell32 \
 ))
 
-$(eval $(call 
gb_Library_set_componentfile,jumplist,shell/source/win32/jumplist/jumplist,services))
+$(eval $(call 
gb_Library_set_componentfile,jumplist,shell/source/win32/jumplist/jumplist))
 
 $(eval $(call gb_Library_add_exception_objects,jumplist,\
shell/source/win32/jumplist/JumpList \


[Libreoffice-bugs] [Bug 146523] Drop-down fields in protected section can be edited by double click

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146523

Hossein  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107742] [META] Form control bugs and enhancements

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742
Bug 107742 depends on bug 146523, which changed state.

Bug 146523 Summary: Drop-down fields in protected section can be edited by 
double click
https://bugs.documentfoundation.org/show_bug.cgi?id=146523

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107738] [META] Section bugs and enhancements

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107738
Bug 107738 depends on bug 146523, which changed state.

Bug 146523 Summary: Drop-down fields in protected section can be edited by 
double click
https://bugs.documentfoundation.org/show_bug.cgi?id=146523

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148252] (LO Calc) Background Colours Malfunction = when an image is sent to background, while Value Highlighting is active

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148252

--- Comment #3 from David Smith  ---
Thanks m.a.riosv for taking a look at this bug.
What are your thoughts on it's priority?

I ask out of interest rather than desperation.
I can live without value highlighting, though it is obviously better to have
it.
It's a useful tool :)

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

[Libreoffice-bugs] [Bug 119807] Add slicers to tables and Pivot tables in Calc

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119807

--- Comment #12 from Armandos  ---
+1 for this functionality, important in GSheets and Excel files

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

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

2022-03-29 Thread Luboš Luňák (via logerrit)
 sc/qa/unit/data/xlsx/too-many-cols-rows.xlsx |binary
 sc/qa/unit/subsequent_filters_test2.cxx  |6 ++
 sc/source/filter/oox/excelfilter.cxx |   74 ---
 3 files changed, 19 insertions(+), 61 deletions(-)

New commits:
commit a3988b2d147a2442b348d58b79dbd6e71472b7af
Author: Luboš Luňák 
AuthorDate: Wed Mar 23 11:48:09 2022 +0100
Commit: Luboš Luňák 
CommitDate: Wed Mar 30 00:02:52 2022 +0200

handle xlsx with too large sheets the same way as e.g. ods

The generic approach sets an error code on import and then
SfxBaseModel::handleLoadError() takes care of it. This also
allows checking for the warning in unittests. A drawback is
that this generic approach can handle only one error code,
so if a sheets has too many rows and column, there will be
only one warning, but I consider that to be minor.

Change-Id: I1d5f7f9162ef63c3c2e8414823d18a1ff50ad71e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131970
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/qa/unit/data/xlsx/too-many-cols-rows.xlsx 
b/sc/qa/unit/data/xlsx/too-many-cols-rows.xlsx
new file mode 100644
index ..45ef9a11f5e8
Binary files /dev/null and b/sc/qa/unit/data/xlsx/too-many-cols-rows.xlsx differ
diff --git a/sc/qa/unit/subsequent_filters_test2.cxx 
b/sc/qa/unit/subsequent_filters_test2.cxx
index d54267d99e56..a5173eda727b 100644
--- a/sc/qa/unit/subsequent_filters_test2.cxx
+++ b/sc/qa/unit/subsequent_filters_test2.cxx
@@ -3086,6 +3086,12 @@ void ScFiltersTest2::testTooManyColsRows()
 CPPUNIT_ASSERT(xDocSh->GetErrorCode() == SCWARN_IMPORT_ROW_OVERFLOW
|| xDocSh->GetErrorCode() == SCWARN_IMPORT_COLUMN_OVERFLOW);
 xDocSh->DoClose();
+
+xDocSh = loadDoc(u"too-many-cols-rows.", FORMAT_XLSX);
+CPPUNIT_ASSERT(xDocSh.is());
+CPPUNIT_ASSERT(xDocSh->GetErrorCode() == SCWARN_IMPORT_ROW_OVERFLOW
+   || xDocSh->GetErrorCode() == SCWARN_IMPORT_COLUMN_OVERFLOW);
+xDocSh->DoClose();
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(ScFiltersTest2);
diff --git a/sc/source/filter/oox/excelfilter.cxx 
b/sc/source/filter/oox/excelfilter.cxx
index e5815200e063..e73e0204c50f 100644
--- a/sc/source/filter/oox/excelfilter.cxx
+++ b/sc/source/filter/oox/excelfilter.cxx
@@ -33,11 +33,6 @@
 #include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
-#include 
 #include 
 
 namespace oox::xls {
@@ -108,66 +103,23 @@ bool ExcelFilter::importDocument()
 WorkbookGlobalsRef xBookGlob(WorkbookHelper::constructGlobals(*this));
 if (xBookGlob)
 {
-rtl::Reference xWorkbookFragment( new 
WorkbookFragment(*xBookGlob, aWorkbookPath));
+rtl::Reference xWorkbookFragment( new 
WorkbookFragment(*xBookGlob, aWorkbookPath));
 
-const WorkbookFragment* pWF = static_cast(xWorkbookFragment.get());
-const ScDocument& rDoc = pWF->getScDocument();
-if (ScDocShell* pDocSh = 
static_cast(rDoc.GetDocumentShell()))
-pDocSh->SetInitialLinkUpdate( pDocSh->GetMedium());
+ScDocument& rDoc = xWorkbookFragment->getScDocument();
+ScDocShell* pDocSh = 
static_cast(rDoc.GetDocumentShell());
+assert( pDocSh );
+pDocSh->SetInitialLinkUpdate( pDocSh->GetMedium());
 
 bool bRet = importFragment( xWorkbookFragment);
-if (bRet)
+if (bRet && !pDocSh->GetErrorCode())
 {
-const AddressConverter& rAC = pWF->getAddressConverter();
-if (rAC.isTabOverflow() || rAC.isColOverflow() || 
rAC.isRowOverflow())
-{
-if (rDoc.IsUserInteractionEnabled())
-{
-// Show data loss warning.
-
-INetURLObject aURL( getFileUrl());
-SfxErrorContext aContext( ERRCTX_SFX_OPENDOC,
-aURL.getName( INetURLObject::LAST_SEGMENT, 
true,
-
INetURLObject::DecodeMechanism::WithCharset),
-nullptr, RID_ERRCTX);
-
-OUString aWarning;
-aContext.GetString( ERRCODE_NONE.MakeWarning(), 
aWarning);
-aWarning += ":\n";
-
-OUString aMsg;
-if (rAC.isTabOverflow())
-{
-if (ErrorHandler::GetErrorString( 
SCWARN_IMPORT_SHEET_OVERFLOW, aMsg))
-aWarning += aMsg;
-}
-if (rAC.isColOverflow())
-{
-if (!aMsg.isEmpty())
-aWarning += "\n";
-if (ErrorHandler::GetErrorString( 
SCWARN_IMPORT_COLUMN_OVERFLOW, aMsg))
-aWarning += aMsg;
-

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

2022-03-29 Thread Luboš Luňák (via logerrit)
 sc/source/core/data/document.cxx |   18 +-
 sc/source/core/data/table3.cxx   |4 
 2 files changed, 13 insertions(+), 9 deletions(-)

New commits:
commit e63704897b14085d1290f5112ebd7cf7c2f0b2c6
Author: Luboš Luňák 
AuthorDate: Tue Mar 29 20:44:10 2022 +0200
Commit: Luboš Luňák 
CommitDate: Wed Mar 30 00:02:23 2022 +0200

allocate columns for initDataRows()

Triggered by TestSort::testSortImages() with INITIALCOLCOUNT set to 1.

Change-Id: Ifd3e63de6411e0a4d8776ed6cc8a7b6c7c64eec6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132283
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index fa47526f3f0f..511d4a3c80ed 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -474,6 +474,7 @@ std::unique_ptr 
ScTable::CreateSortInfoArray( const sc::Reorder
 pArray->SetKeepQuery(rParam.mbHiddenFiltered);
 pArray->SetUpdateRefs(rParam.mbUpdateRefs);
 
+CreateColumnIfNotExists(nCol2);
 initDataRows( *pArray, *this, aCol, nCol1, nRow1, nCol2, nRow2, 
rParam.mbHiddenFiltered,
 rParam.maDataAreaExtras.mbCellFormats, true, true, false);
 }
@@ -517,6 +518,7 @@ std::unique_ptr 
ScTable::CreateSortInfoArray(
 }
 }
 
+CreateColumnIfNotExists(rSortParam.nCol2);
 initDataRows( *pArray, *this, aCol, rSortParam.nCol1, nInd1, 
rSortParam.nCol2, nInd2, bKeepQuery,
 rSortParam.aDataAreaExtras.mbCellFormats, true, true, false);
 }
@@ -904,6 +906,7 @@ void ScTable::SortReorderAreaExtrasByRow( ScSortInfoArray* 
pArray,
 for (SCCOL nCol = rDataAreaExtras.mnStartCol; nCol < nDataCol1; nCol += 
nChunkCols)
 {
 const SCCOL nEndCol = std::min( nCol + nChunkCols - 1, 
nDataCol1 - 1);
+CreateColumnIfNotExists(nEndCol);
 initDataRows( *pArray, *this, aCol, nCol, nRow1, nEndCol, nLastRow, 
false,
 rDataAreaExtras.mbCellFormats, rDataAreaExtras.mbCellNotes, 
rDataAreaExtras.mbCellDrawObjects, true);
 SortReorderByRow( pArray, nCol, nEndCol, pProgress, true);
@@ -912,6 +915,7 @@ void ScTable::SortReorderAreaExtrasByRow( ScSortInfoArray* 
pArray,
 for (SCCOL nCol = nDataCol2 + 1; nCol <= rDataAreaExtras.mnEndCol; nCol += 
nChunkCols)
 {
 const SCCOL nEndCol = std::min( nCol + nChunkCols - 1, 
rDataAreaExtras.mnEndCol);
+CreateColumnIfNotExists(nEndCol);
 initDataRows( *pArray, *this, aCol, nCol, nRow1, nEndCol, nLastRow, 
false,
 rDataAreaExtras.mbCellFormats, rDataAreaExtras.mbCellNotes, 
rDataAreaExtras.mbCellDrawObjects, true);
 SortReorderByRow( pArray, nCol, nEndCol, pProgress, true);
commit cf560fd387ee9f54d3edaf066c70b411d1f7b299
Author: Luboš Luňák 
AuthorDate: Tue Mar 29 20:11:30 2022 +0200
Commit: Luboš Luňák 
CommitDate: Wed Mar 30 00:02:10 2022 +0200

use ScTable::ColumnData() in ScDocument::ExtendOverlapped()

Otherwise there's invalid array access triggered by
VBAMacroTest::testVba() with INITIALCOLCOUNT set to 1.

Change-Id: Iaff333788d2d29444139c99b0f6e82b69a5a2d84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132282
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 363bd168fcab..59d05432ae5c 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -5550,25 +5550,25 @@ void ScDocument::ExtendOverlapped( SCCOL& rStartCol, 
SCROW& rStartRow,
 
 //TODO: pass on ?
 
-ScAttrArray* pAttrArray = 
maTabs[nTab]->aCol[nOldCol].pAttrArray.get();
+const ScAttrArray& pAttrArray = 
maTabs[nTab]->ColumnData(nOldCol).AttrArray();
 SCSIZE nIndex;
-if ( pAttrArray->Count() )
-pAttrArray->Search( nOldRow, nIndex );
+if ( pAttrArray.Count() )
+pAttrArray.Search( nOldRow, nIndex );
 else
 nIndex = 0;
 SCROW nAttrPos = nOldRow;
 while (nAttrPos<=nEndRow)
 {
-OSL_ENSURE( nIndex < pAttrArray->Count(), "Wrong index in 
AttrArray" );
+OSL_ENSURE( nIndex < pAttrArray.Count(), "Wrong index in 
AttrArray" );
 
 bool bHorOverlapped;
-if ( pAttrArray->Count() )
-bHorOverlapped = 
pAttrArray->mvData[nIndex].pPattern->GetItem(ATTR_MERGE_FLAG).IsHorOverlapped();
+if ( pAttrArray.Count() )
+bHorOverlapped = 
pAttrArray.mvData[nIndex].pPattern->GetItem(ATTR_MERGE_FLAG).IsHorOverlapped();
 else
 bHorOverlapped = 
GetDefPattern()->GetItem(ATTR_MERGE_FLAG).IsHorOverlapped();
 if ( bHorOverlapped )
 {
-SCROW nEndRowSeg = (pAttrArray->Count()) ? 

[Libreoffice-bugs] [Bug 148039] LO opens PPTX with out of position text

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148039

--- Comment #23 from Dhaval Sonawane  ---
This has occurred on a linux machine as well.
This is not due to the monitor because this happens even when we process the
file through command line (office --convert-to pdf) option

--- Comment #24 from Dhaval Sonawane  ---
This has occurred on a linux machine as well.
This is not due to the monitor because this happens even when we process the
file through command line (office --convert-to pdf) option

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

[Libreoffice-bugs] [Bug 148039] LO opens PPTX with out of position text

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148039

--- Comment #23 from Dhaval Sonawane  ---
This has occurred on a linux machine as well.
This is not due to the monitor because this happens even when we process the
file through command line (office --convert-to pdf) option

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

[Libreoffice-bugs] [Bug 148257] Missing/unexposed ability to explicitly set the "language group" of a piece of text

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148257

--- Comment #1 from Eyal Rozenberg  ---
Created attachment 179195
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179195=edit
Document illustrating the issue

This document merely illustrates the direction -> language group (-> language)
-> font automatic choice by LO.

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

[Libreoffice-bugs] [Bug 129661] [META] Right-To-Left (RTL) user interface issues

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129661

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||148257


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148257
[Bug 148257] Missing/unexposed ability to explicitly set the "language group"
of a piece of text
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148257] New: Missing/unexposed ability to explicitly set the "language group" of a piece of text

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148257

Bug ID: 148257
   Summary: Missing/unexposed ability to explicitly set the
"language group" of a piece of text
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com
Blocks: 43808, 129661

One of the problems which most authors of mixed RTL-LTR documents have likely
faced is with LO's automatic choice of how to render numbers: You have a
document with some RTL text in font f1, and LTR text in font f2. Now you type
some number somewhere, or a 24H-format time (e.g. 12:35), or other such
sequence of characters: The _font_ chosen for it will correspond to the
"language group" (Latin, CTL, Asian - the three groups LO defines) it is
determined to be in, which in turn will be chosen based on whether it is set in
an RTL or LTR text run.

This is often, and certainly sometimes, not what you want. Unfortunately -
there is no way to force which language-group / which language / which
language-group font the number of character sequence is. 

... ok, that's not exactly correct. If you right-click and choose
"Character...", you get a dialog where you _can_ set the language; but - you
can't set the language-group, only set the language _within_ the language
group.

That in itself seems inconsistent to me. I wonder if the underlying
functionality is missing or whether it's just the UI. At any rate, we _should_
be able to force the language group too.

As for implications, such as how that information is recorded, whether it's
part of the character style or not - let it be the same as for the intra-group
language.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left and Complex Text Layout language issues
(RTL/CTL)
https://bugs.documentfoundation.org/show_bug.cgi?id=129661
[Bug 129661] [META] Right-To-Left (RTL) user interface issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43808] [META] Right-To-Left and Complex Text Layout language issues (RTL/CTL)

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||148257


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148257
[Bug 148257] Missing/unexposed ability to explicitly set the "language group"
of a piece of text
-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: New line break attribute "clear"

2022-03-29 Thread Regina Henschel

Hi Miklos,

Regina Henschel schrieb am 28.03.2022 um 12:33:


I will write a JIRA ticket for it and post the number then.


The ticket is in https://issues.oasis-open.org/browse/OFFICE-4124

Kind regards,
Regina


[Libreoffice-bugs] [Bug 148255] LibreOffice Writer: Text "disappears" while writing between two formulas that are next to each other

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148255

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Keywords||possibleRegression
  Component|Writer  |graphics stack

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm the problem in

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: a6a0b8cde3fa8673ea5ded216f9e007a496c9a88
CPU threads: 4; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded Jumbo

without vcl:gtk it's the same

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: a6a0b8cde3fa8673ea5ded216f9e007a496c9a88
CPU threads: 4; OS: Linux 5.14; UI render: default; VCL: x11
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded Jumbo

Looks as regression

Antoni could you test it in previous LibreOffice version? Like 7.2 or 7.1?

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

[Libreoffice-bugs] [Bug 117162] REPORTBUILDER - Chart isn't shown in report

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117162

--- Comment #19 from Caolán McNamara  ---
https://gerrit.libreoffice.org/c/core/+/132285 +
https://gerrit.libreoffice.org/c/core/+/132286 seems to work to restore the
chart of comment #1

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

[Libreoffice-bugs] [Bug 148256] Deadlocks while typing

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148256

frank.tsi...@yahoo.com changed:

   What|Removed |Added

 CC||frank.tsi...@yahoo.com

--- Comment #1 from frank.tsi...@yahoo.com ---
Created attachment 179194
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179194=edit
Sample Process (LibreOffice - Deadlock)

Typing in a table cell.

First 4 characters were "oper" entered ok. Deadlocked on or before the fifth
character "a".

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

[Libreoffice-commits] core.git: include/rtl sal/qa

2022-03-29 Thread Stephan Bergmann (via logerrit)
 include/rtl/string.hxx  |   19 +--
 include/rtl/ustring.hxx |   19 +--
 sal/qa/rtl/strings/test_ostring_stringliterals.cxx  |   19 +++
 sal/qa/rtl/strings/test_oustring_stringliterals.cxx |   16 
 4 files changed, 53 insertions(+), 20 deletions(-)

New commits:
commit bd94e9dfd0a4c67266e21baa9ec10a56850d093f
Author: Stephan Bergmann 
AuthorDate: Tue Mar 29 16:28:05 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Mar 29 21:15:13 2022 +0200

Add back the opportunity to leave O[U]StringLiteral's buffer uninitialized

...once we have a C++20 baseline, which would render uses of the consteval
O[U]StringLiteral ctors ill-formed if we accidentally failed to write to 
all of
buffer's elements.  This had been broken (and the TODO comments had become
misleading) with 21584b304b21bfe6b99b6f29018c6b754ea28fc0 "make
OUString(OUStringLiteral) constructor constexpr" and
bca539e889d40e06cb3275442622cb075b2484a2 "make OString(OStringLiteral)
constructor constexpr".

Also add corresponding test code.

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

diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 440f80900855..e99581cd6f94 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -135,18 +135,17 @@ private:
 static_assert(offsetof(OStringLiteral, str.buffer) == 
offsetof(OStringLiteral, more.buffer));
 }
 
+struct Data {
+Data() = default;
+
+oslInterlockedCount refCount = 0x4000; // SAL_STRING_STATIC_FLAG 
(sal/rtl/strimp.hxx)
+sal_Int32 length = N - 1;
+char buffer[N] = {}; //TODO: drop initialization for C++20 (P1331R2)
+};
+
 union {
 rtl_String str;
-struct {
-oslInterlockedCount refCount;
-sal_Int32 length;
-char buffer[N];
-} more =
-{
-0x4000, // SAL_STRING_STATIC_FLAG (sal/rtl/strimp.hxx)
-N - 1,
-{} //TODO: drop initialization for C++20 (P1331R2)
-};
+Data more = {};
 };
 };
 #endif
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 4d983a089f72..1a6a1cae8990 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -117,18 +117,17 @@ private:
 static_assert(offsetof(OUStringLiteral, str.buffer) == 
offsetof(OUStringLiteral, more.buffer));
 }
 
+struct Data {
+Data() = default;
+
+oslInterlockedCount refCount = 0x4000; // SAL_STRING_STATIC_FLAG 
(sal/rtl/strimp.hxx)
+sal_Int32 length = N - 1;
+sal_Unicode buffer[N] = {}; //TODO: drop initialization for C++20 
(P1331R2)
+};
+
 union {
 rtl_uString str;
-struct {
-oslInterlockedCount refCount;
-sal_Int32 length;
-sal_Unicode buffer[N];
-} more =
-{
-0x4000, // SAL_STRING_STATIC_FLAG (sal/rtl/strimp.hxx)
-N - 1,
-{} //TODO: drop initialization for C++20 (P1331R2)
-};
+Data more = {};
 };
 };
 
diff --git a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx 
b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
index e513d56a5d8f..ec0faec94f18 100644
--- a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
+++ b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
@@ -27,6 +27,7 @@ class StringLiterals: public CppUnit::TestFixture
 {
 private:
 void checkCtors();
+void checkConstexprCtor();
 void checkUsage();
 void checkNonConstUsage();
 void checkBuffer();
@@ -36,8 +37,12 @@ private:
 static const char bad5[];
 static char bad6[];
 
+// Check that OStringLiteral ctor is actually constexpr:
+static constexpr rtlunittest::OStringLiteral dummy{"dummy"};
+
 CPPUNIT_TEST_SUITE(StringLiterals);
 CPPUNIT_TEST(checkCtors);
+CPPUNIT_TEST(checkConstexprCtor);
 CPPUNIT_TEST(checkUsage);
 CPPUNIT_TEST(checkNonConstUsage);
 CPPUNIT_TEST(checkBuffer);
@@ -110,6 +115,20 @@ void test::ostring::StringLiterals::testcall( const char 
str[] )
 #endif
 }
 
+void test::ostring::StringLiterals::checkConstexprCtor()
+{
+#if __cplusplus >= 202002L
+static constinit
+#endif
+rtl::OString s(dummy);
+CPPUNIT_ASSERT_EQUAL(oslInterlockedCount(0x4000), s.pData->refCount);
+// SAL_STRING_STATIC_FLAG (sal/rtl/strimp.hxx)
+CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength());
+CPPUNIT_ASSERT_EQUAL(rtl::OString("dummy"), s);
+CPPUNIT_ASSERT_EQUAL(
+static_cast(dummy.getStr()), static_cast(s.getStr()));
+}
+
 void test::ostring::StringLiterals::checkUsage()
 {
 // simply check that all string literal based calls work as expected
diff --git 

[Libreoffice-bugs] [Bug 148256] New: Deadlocks while typing

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148256

Bug ID: 148256
   Summary: Deadlocks while typing
   Product: LibreOffice
   Version: 7.2.6.2 release
  Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frank.tsi...@yahoo.com

Description:
Deadlocks when typing text in a table (Libreoffice writer)

Steps to Reproduce:
1. typing text
2.
3.

Actual Results:
LibreOffice hangs

Expected Results:
no deadlocks


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Sampling process 9538 for 3 seconds with 1 millisecond of run time between
samples
Sampling completed, processing symbols...
Analysis of sampling soffice (pid 9538) every 1 millisecond
Process: soffice [9538]
Path:/Applications/LibreOffice 2.app/Contents/MacOS/soffice
Load Address:0x100e5c000
Identifier:  org.libreoffice.script
Version: 7.2.6.2 (7.2.6.2)
Code Type:   X86-64
Parent Process:  ??? [1]

Date/Time:   2022-03-29 14:58:10.241 -0400
Launch Time: 2022-03-26 13:58:36.183 -0400
OS Version:  Mac OS X 10.11.6 (15G22010)
Report Version:  7
Analysis Tool:   /usr/bin/sample


Call graph:
2735 Thread_302410   DispatchQueue_1: com.apple.main-thread  (serial)
+ 2735 start  (in libdyld.dylib) + 1  [0x7fff92bce5ad]
+   2735 main  (in soffice) + 16  [0x100e5cf60]
+ 2735 soffice_main  (in libsofficeapp.dylib) + 248  [0x100f13a28]
+   2735 ImplSVMain()  (in libvcllo.dylib) + 109  [0x103e3c86d]
+ 2735 AquaSalInstance::SVMainHook(int*)  (in
libvclplug_osxlo.dylib) + 178  [0x1083092d2]
+   2735 NSApplicationMain  (in AppKit) + 1176  [0x7fff89aa9368]
+ 2735 -[NSApplication run]  (in AppKit) + 796 
[0x7fff89adfdf2]
+   2735 -[VCL_NSApplication sendEvent:]  (in
libvclplug_osxlo.dylib) + 77  [0x10833d97d]
+ 2735 AquaSalInstance::handleAppDefinedEvent(NSEvent*) 
(in libvclplug_osxlo.dylib) + 91  [0x1083072cb]
+   2735 ImplSVMain()  (in libvcllo.dylib) + 139 
[0x103e3c88b]
+ 2735 desktop::Desktop::Main()  (in
libsofficeapp.dylib) + 3691  [0x100ee663b]
+   2735 Application::Execute()  (in libvcllo.dylib) +
334  [0x103e3532e]
+ 2735 AquaSalInstance::DoYield(bool, bool)  (in
libvclplug_osxlo.dylib) + 799  [0x108307aaf]
+   2735 AquaSalTimer::callTimerCallback()  (in
libvclplug_osxlo.dylib) + 71  [0x108316197]
+ 2735 Scheduler::CallbackTaskScheduling()  (in
libvcllo.dylib) + 738  [0x103e25522]
+   2735
AquaSalInstance::AnyInput(VclInputFlags)  (in libvclplug_osxlo.dylib) + 193 
[0x108307db1]
+ 2735 -[NSApplication
_nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in AppKit) + 454 
[0x7fff89aeb226]
+   2735 _DPSNextEvent  (in AppKit) + 1067 
[0x7fff89aebdf6]
+ 2735
_BlockUntilNextEventMatchingListInModeWithFilter  (in HIToolbox) + 71 
[0x7fff8236d5af]
+   2735 ReceiveNextEventCommon  (in
HIToolbox) + 184  [0x7fff8236d677]
+ 2735 RunCurrentEventLoopInMode 
(in HIToolbox) + 235  [0x7fff8236d935]
+   2735 CFRunLoopRunSpecific  (in
CoreFoundation) + 296  [0x7fff93d80e28]
+ 2735 __CFRunLoopRun  (in
CoreFoundation) + 1949  [0x7fff93d8182d]
+   2735
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__  (in CoreFoundation) + 9 
[0x7fff93dc2949]
+ 2735
_dispatch_main_queue_callback_4CF  (in libdispatch.dylib) + 1685 
[0x7fff8d95ec1c]
+   2735
_dispatch_client_callout  (in libdispatch.dylib) + 8  [0x7fff8d94b40b]
+ 2735
_dispatch_call_block_and_release  (in libdispatch.dylib) + 12  [0x7fff8d95693d]
+   2735
ImplNSAppPostEvent(short, signed char, int)  (in libvclplug_osxlo.dylib) + 255 
[0x108315d9f]
+ 2735
-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in
AppKit) + 454  [0x7fff89aeb226]
+   2735
_DPSNextEvent  (in AppKit) + 1906  [0x7fff89aec13d]
+ 2735
_NSHandleCarbonMenuEvent  (in AppKit) + 86  [0x7fff89c7703b]
+  

[Libreoffice-commits] core.git: sc/qa

2022-03-29 Thread Xisco Fauli (via logerrit)
 sc/qa/extras/macros-test.cxx |   48 +++
 sc/qa/extras/testdocuments/tdf125800.ods |binary
 2 files changed, 48 insertions(+)

New commits:
commit 2fa01ae540e174452bf5cd763c1464cfe37af076
Author: Xisco Fauli 
AuthorDate: Tue Mar 29 16:41:56 2022 +0200
Commit: Xisco Fauli 
CommitDate: Tue Mar 29 21:06:34 2022 +0200

tdf#125800: sc_macros: Add unittest

Change-Id: I9286264bbfa1e59e51d2a94417f7e8526357f821
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132277
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 88195ac74153..98c469ee2217 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -16,6 +16,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
@@ -67,6 +68,7 @@ public:
 void testTdf105558();
 void testTdf143582();
 void testTdf144085();
+void testTdf125800();
 void testTdf130307();
 void testTdf146742();
 void testMacroButtonFormControlXlsxExport();
@@ -100,6 +102,7 @@ public:
 CPPUNIT_TEST(testTdf105558);
 CPPUNIT_TEST(testTdf143582);
 CPPUNIT_TEST(testTdf144085);
+CPPUNIT_TEST(testTdf125800);
 CPPUNIT_TEST(testTdf130307);
 CPPUNIT_TEST(testTdf146742);
 CPPUNIT_TEST(testMacroButtonFormControlXlsxExport);
@@ -925,6 +928,51 @@ void ScMacrosTest::testTdf144085()
 xCloseable->close(true);
 }
 
+void ScMacrosTest::testTdf125800()
+{
+OUString aFileName;
+createFileURL(u"tdf125800.ods", aFileName);
+auto xComponent = loadFromDesktop(aFileName, 
"com.sun.star.sheet.SpreadsheetDocument");
+
+css::uno::Any aRet;
+css::uno::Sequence aParams;
+css::uno::Sequence aOutParam;
+css::uno::Sequence aOutParamIndex;
+
+SfxObjectShell* pFoundShell = 
SfxObjectShell::GetShellFromComponent(xComponent);
+
+CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
+ScDocShell* pDocSh = static_cast(pFoundShell);
+ScDocument& rDoc = pDocSh->GetDocument();
+
+ScConditionalFormat* pFormat = rDoc.GetCondFormat(1, 2, 0);
+CPPUNIT_ASSERT(!pFormat);
+
+// Without the fix in place, this test would have failed with
+// - Expression: false
+// - Unexpected dialog:  Error: Inadmissible value or data type. Index out 
of defined range.
+SfxObjectShell::CallXScript(
+xComponent,
+
"vnd.sun.Star.script:Standard.cf.doItForThisSheetindexThisRange?language=Basic=document",
+aParams, aRet, aOutParamIndex, aOutParam);
+
+OUString aReturnValue;
+aRet >>= aReturnValue;
+
+pFormat = rDoc.GetCondFormat(1, 2, 0);
+CPPUNIT_ASSERT(pFormat);
+
+const ScFormatEntry* pEntry = pFormat->GetEntry(0);
+CPPUNIT_ASSERT(pEntry);
+CPPUNIT_ASSERT_EQUAL(ScFormatEntry::Type::Condition, pEntry->GetType());
+
+const ScCondFormatEntry* pCondition = static_cast(pEntry);
+CPPUNIT_ASSERT_EQUAL(ScConditionMode::Direct, pCondition->GetOperation());
+
+css::uno::Reference xCloseable(xComponent, 
css::uno::UNO_QUERY_THROW);
+xCloseable->close(true);
+}
+
 void ScMacrosTest::testTdf130307()
 {
 OUString aFileName;
diff --git a/sc/qa/extras/testdocuments/tdf125800.ods 
b/sc/qa/extras/testdocuments/tdf125800.ods
new file mode 100644
index ..91f000d749ab
Binary files /dev/null and b/sc/qa/extras/testdocuments/tdf125800.ods differ


[Libreoffice-bugs] [Bug 147159] macro was not saved

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147159

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148206] Calc Macro file Module 1 of Standard My Macros is unavailable after upgrade of LibreOffice

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148206

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7159
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Timur  ---
Does Reproducible mean you tried with the new simple macro or only with your
specific macro ?
Did you assign it to some event? 
You should try User Profile Reset via rename to keep it, since you will loose
macros, copy them beforehand. 
If problem persists, you should attach here macro content and try run without
assigning macro.

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

[Libreoffice-bugs] [Bug 148234] symbol bar in Calc while editing

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148234

--- Comment #1 from ThP  ---
Happens with Calc in the portable version, too.

Also in Writer and Impress.

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

[Libreoffice-bugs] [Bug 117162] REPORTBUILDER - Chart isn't shown in report

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117162

--- Comment #18 from Caolán McNamara  ---
wrt the problem in comment #1 I think at this point we have two problems both
of which need to be fixed for the charts to appear again. The original commit
identified in the bisect and later on a change to "fastsaxparser"

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

[Libreoffice-bugs] [Bug 148255] LibreOffice Writer: Text "disappears" while writing between two formulas that are next to each other

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148255

--- Comment #2 from Antoni Aloy Torrens  ---
Created attachment 179193
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179193=edit
Video proof showing bug #148255

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

[Libreoffice-bugs] [Bug 148255] LibreOffice Writer: Text "disappears" while writing between two formulas that are next to each other

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148255

--- Comment #1 from Antoni Aloy Torrens  ---
Created attachment 179192
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179192=edit
Test case for reproducing bug #148255

It should be very self-explanatory. To reproduce the bug, try to overwrite
something inside "Try to put text here".

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

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

2022-03-29 Thread Luboš Luňák (via logerrit)
 sc/source/core/data/table3.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit dde866578eff5eaf1d59c5a98d3e72ce87718b00
Author: Luboš Luňák 
AuthorDate: Tue Mar 29 19:59:01 2022 +0200
Commit: Luboš Luňák 
CommitDate: Tue Mar 29 20:48:53 2022 +0200

allocate columns in ScTable::Compare()

This gets triggered by ScCellRangeObj::testSortOOB() if
INITIALCOLCOUNT is set to 1.

Change-Id: I4d9715e89403072b312c0002a43c67ac59960d1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132281
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 37bdc900dca2..fa47526f3f0f 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -1734,6 +1734,7 @@ short ScTable::Compare(SCCOLROW nIndex1, SCCOLROW 
nIndex2) const
 do
 {
 SCCOL nCol = 
static_cast(aSortParam.maKeyState[nSort].nField);
+CreateColumnIfNotExists(nCol);
 ScRefCellValue aCell1 = aCol[nCol].GetCellValue(nIndex1);
 ScRefCellValue aCell2 = aCol[nCol].GetCellValue(nIndex2);
 nRes = CompareCell(nSort, aCell1, nCol, nIndex1, aCell2, nCol, 
nIndex2);
@@ -1741,6 +1742,7 @@ short ScTable::Compare(SCCOLROW nIndex1, SCCOLROW 
nIndex2) const
 }
 else
 {
+CreateColumnIfNotExists(std::max(nIndex1, nIndex2));
 do
 {
 SCROW nRow = aSortParam.maKeyState[nSort].nField;


[Libreoffice-commits] core.git: helpcontent2

2022-03-29 Thread Ilmari Lauhakangas (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9333e50be8919ce70234bba2f8496523d90670f5
Author: Ilmari Lauhakangas 
AuthorDate: Tue Mar 29 21:48:39 2022 +0300
Commit: Gerrit Code Review 
CommitDate: Tue Mar 29 20:48:39 2022 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 602281f118a8b8218bef24511d835f39aea3561a
  - Remove redundant image title attributes

From web accessiblity evaluation tool:

The title attribute value is used to provide advisory information.
It typically appears when the user hovers the mouse over an element.
The advisory information presented should not be identical to or
very similar to the element text or alternative text.

Change-Id: Id95d6661d47d7c28ea8a3f6a43ecc1b12c579a95
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132265
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index c623dfe85573..602281f118a8 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit c623dfe855734c75875f7333e49b1c7cd302988e
+Subproject commit 602281f118a8b8218bef24511d835f39aea3561a


[Libreoffice-commits] help.git: help3xsl/online_transform.xsl

2022-03-29 Thread Ilmari Lauhakangas (via logerrit)
 help3xsl/online_transform.xsl |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 602281f118a8b8218bef24511d835f39aea3561a
Author: Ilmari Lauhakangas 
AuthorDate: Tue Mar 29 12:56:23 2022 +0300
Commit: Olivier Hallot 
CommitDate: Tue Mar 29 20:48:37 2022 +0200

Remove redundant image title attributes

From web accessiblity evaluation tool:

The title attribute value is used to provide advisory information.
It typically appears when the user hovers the mouse over an element.
The advisory information presented should not be identical to or
very similar to the element text or alternative text.

Change-Id: Id95d6661d47d7c28ea8a3f6a43ecc1b12c579a95
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132265
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 224aaed9e..0751d7a86 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -821,7 +821,7 @@
 
 
 
-
+
 
 
 
@@ -835,7 +835,7 @@
 
 
 
-
+
 
 
 
@@ -1055,7 +1055,7 @@
 
 
 
-
+
 
 
 
@@ -1245,7 +1245,7 @@
 
 
 
-http://schema.org/ImageObject"/>
+http://schema.org/ImageObject"/>
 
 
 


[Libreoffice-bugs] [Bug 148255] New: LibreOffice Writer: Text "disappears" while writing between two formulas that are next to each other

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148255

Bug ID: 148255
   Summary: LibreOffice Writer: Text "disappears" while writing
between two formulas that are next to each other
   Product: LibreOffice
   Version: 7.3.1.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aaloytorr...@gmail.com

Description:
The text hides/disappears while writing content between two formulas that are
right next to each other.

Steps to Reproduce:
1. Open LibreOffice Writer
2. Insert two formulas (as the content for each of them, the demo examples will
do), one right next to each other (go to `Insert` -> `Formula` -> `Formula
Object`).
3. Try to write some text in the middle

Actual Results:
Text is not seen / hides / disappears.

Expected Results:
Text should always be seen.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.3.1.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: ca-ES (ca_ES.UTF-8); UI: ca-ES
Ubuntu package version: 1:7.3.1~rc3-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-commits] core.git: Branch 'feature/wasm' - 1338 commits - accessibility/inc accessibility/source android/default-document android/source avmedia/source basctl/inc basctl/source basegfx/so

2022-03-29 Thread Jan-Marek Glogowski (via logerrit)
Rebased ref, commits from common ancestor:
commit ecbb8e6b04ed1f474c3b9f1d83903118bb2b0d60
Author: Jan-Marek Glogowski 
AuthorDate: Sat Mar 26 20:46:56 2022 +0100
Commit: Jan-Marek Glogowski 
CommitDate: Tue Mar 29 20:11:36 2022 +0200

WASM fix native EH build since Emscripten 3.1.6

Building LO with WASM native EH and Emscripten 3.1.6+, the link
fails with a missing "emscripten_longjmp" symbol. Actually the
old build was simply wrong, because the emscripten_longjmp
function is just used for the Emscripten SjLj and not the native
WASM SjLj implementation. Linking just worked, because the used
libcompiler_rt-wasm-sjlj-mt.a lib was incorrectly providing that
symbol, which 3.1.6 removed.

But since running the NEH build still fails early in the same way
then before in FF nightly 100 and Chrome (= failure in the LO job
scheduler calling Task::UpdateMinPeriod for the "desktop::Desktop
m_firstRunTimer" timer, resulting in a WASM VM "RuntimeError:
indirect call signature mismatch"), there is still no way to know,
if nothing else it missing. The Emscripten / JS EH build still
works without any code changes. And it's not the first call on
a job object that fails...

And unfortunatly, because Qt itself also uses libpng, it also uses
SjLj for error handling, like LO in the image import, so the Qt
build must also be patched to build with "-s SUPPORT_LONGJMP=wasm".
Simply enough to do (see README.wasm.md). LO's configure now
detects that symbol and will bail out on incompatible Qt and LO
build setup.

See https://github.com/emscripten-core/emscripten/issues/16572

Change-Id: I3a1877f3aeb77873906176b9d3cd1ea92973f1f6

diff --git a/configure.ac b/configure.ac
index 9d97f42c4030..224faea12abf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4625,10 +4625,10 @@ check_use_ld()
 fi
 else
 # I tried to use gcc's '-B' and a directory + symlink setup 
in
-   # $BUILDDIR, but libtool always filtered-out that option, so gcc 
wouldn't
-   # pickup the alternative linker, when called by libtool for linking.
+# $BUILDDIR, but libtool always filtered-out that option, so gcc 
wouldn't
+# pickup the alternative linker, when called by libtool for 
linking.
 # For mold, one can use LD_PRELOAD=/usr/lib/mold/mold-wrapper.so 
instead.
-   AC_MSG_ERROR([A linker path is just supported with clang, because 
of libtool's -B filtering!])
+AC_MSG_ERROR([A linker path is just supported with clang, because 
of libtool's -B filtering!])
 fi
 fi
 use_ld_fail_if_error=$2
@@ -12966,6 +12966,21 @@ then
 if test ! -f "${qt5_platformsdir}"/libqwasm.a -o ! -f 
"$QT5_PLATFORMS_SRCDIR"/wasm_shell.html; then
 AC_MSG_ERROR([No Qt5 WASM QPA plugin found in ${qt5_platformsdir} 
or ${QT5_PLATFORMS_SRCDIR}])
 fi
+
+EMSDK_LLVM_NM="$(em-config EMSCRIPTEN_ROOT)"/../bin/llvm-nm
+if ! test -x "$EMSDK_LLVM_NM"; then
+AC_MSG_ERROR([Missing llvm-nm expected to be found at 
"$EMSDK_LLVM_NM".])
+fi
+if test ! -f "${qt5_libdir}"/libQt5Gui.a; then
+AC_MSG_ERROR([No Qt5 WASM libQt5Gui.a in ${qt5_libdir}])
+fi
+QT5_WASM_SJLJ="`${EMSDK_LLVM_NM} "${qt5_libdir}"/libQt5Gui.a 
2>/dev/null | $GREP emscripten_longjmp`"
+if test "$ENABLE_WASM_EXCEPTIONS" = TRUE -a -n "$QT5_WASM_SJLJ"; then
+AC_MSG_ERROR(['emscripten_longjmp' symbol found in libQt5Gui.a 
(missing '-s SUPPORT_LONGJMP=wasm'). See static/README.wasm.md.])
+fi
+if test "$ENABLE_WASM_EXCEPTIONS" != TRUE -a -z "$QT5_WASM_SJLJ"; then
+AC_MSG_ERROR(['emscripten_longjmp' symbol not found in 
libQt5Gui.a. You probably use an incompatible Qt build with '-s 
SUPPORT_LONGJMP=wasm'.])
+fi
 fi
 
 QT5_CFLAGS="-I$qt5_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT 
-DQT_NO_VERSION_TAGGING"
diff --git a/external/cairo/ExternalProject_cairo.mk 
b/external/cairo/ExternalProject_cairo.mk
index f1bf3ddbd1b2..0996572d63ba 100644
--- a/external/cairo/ExternalProject_cairo.mk
+++ b/external/cairo/ExternalProject_cairo.mk
@@ -48,7 +48,7 @@ $(call gb_ExternalProject_get_state_target,cairo,build) :
$(gb_RUN_CONFIGURE) ./configure \
$(if $(debug),STRIP=" ") \
$(if $(filter ANDROID iOS,$(OS)),CFLAGS="$(if $(debug),-g) 
$(ZLIB_CFLAGS) $(gb_VISIBILITY_FLAGS)") \
-   $(if $(filter EMSCRIPTEN,$(OS)),CFLAGS=" $(ZLIB_CFLAGS) 
-Wno-enum-conversion" --enable-pthread=yes PTHREAD_LIBS="") \
+   $(if $(filter EMSCRIPTEN,$(OS)),CFLAGS=" $(ZLIB_CFLAGS) 
-Wno-enum-conversion $(gb_EMSCRIPTEN_CPPFLAGS)" --enable-pthread=yes 
PTHREAD_LIBS="") \
$(if $(filter-out EMSCRIPTEN ANDROID 
iOS,$(OS)),CFLAGS="$(CFLAGS) $(if $(debug),-g) $(ZLIB_CFLAGS)" ) \
$(if $(filter ANDROID 

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

2022-03-29 Thread Luboš Luňák (via logerrit)
 sc/source/core/data/table4.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8b175422fd00648085ddc604fcfbb05de3b2d343
Author: Luboš Luňák 
AuthorDate: Tue Mar 29 14:23:24 2022 +0200
Commit: Luboš Luňák 
CommitDate: Tue Mar 29 19:28:11 2022 +0200

allocate column in ScTable::FillSeries() when needed

There's an assert triggered by Test::testAutoFill()
if INITIALCOLCOUNT is set to 1.

Change-Id: I65ecd7df3bf6b38a8121a252f7f53dd7f5bbb0fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132270
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index a67144253458..ba322db9ed57 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -2364,6 +2364,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL 
nCol2, SCROW nRow2,
 bOverflow = isOverflow( nVal, nMaxValue, 
nStepValue, nStartVal, eFillCmd);
 }
 
+CreateColumnIfNotExists(nCol);
 if (bError)
 aCol[nCol].SetError(static_cast(nRow), 
FormulaError::NoValue);
 else if (!bOverflow && bNonEmpty)


[Libreoffice-bugs] [Bug 148092] LibreOffice dark theme color scheme doesn't replace the light gray background color for the comments sidebar column

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148092

--- Comment #2 from dhina  ---
Created attachment 179191
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179191=edit
Looks good on macOS 10.15

Version: 7.3.1.3 / LibreOffice Community
Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951
CPU threads: 8; OS: Mac OS X 10.15.7; UI render: default; VCL: osx
Locale: en-GB (en_FR.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 140574] [EMF] Image has wrong background colour

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140574

Bartosz  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Bartosz  ---
Could you please separate bug report for a new issue?
I don't want to mix two issues in the same bug report.

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

[Libreoffice-bugs] [Bug 148138] LibreOffice Dark Color Scheme: Text boundaries are Dark Gray 3 but should have a light color

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148138

--- Comment #5 from dhina  ---
Also, similar issue in dark mode with:
- active text in text boxes in Writer and Impress (dark instead of bright)
- background color in slide show mode (white instead of black)
(bug #148247)

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

[Libreoffice-bugs] [Bug 140574] [EMF] Image has wrong background colour

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140574

--- Comment #13 from Bartosz  ---
Created attachment 179190
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179190=edit
Screenshot from LO 7.4.0.0 alpha

It is working correctly for me on:

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 4032284bf9629e9cf4597d0b10394f9e61be
CPU threads: 8; OS: Mac OS X 10.16; UI render: Skia/Raster; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 148140] Automatic font color is not considering brightness of background in edit mode

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148140

--- Comment #8 from dhina  ---
This happens in any text boxes in Impress or Writer.

Also, similar issue with:
- background color in slide show mode (white instead of black) -s see bug
#148247
- text boundaries in Writer -- see Bug #148092

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

[Libreoffice-bugs] [Bug 148170] Calc: setting print range not remember in XLS

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148170

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Priority|medium  |low
 Ever confirmed|0   |1
   Severity|normal  |minor

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

[Libreoffice-bugs] [Bug 147770] CAPTION: Empty space beween caption border and image (in specific document)

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147770

Dieter  changed:

   What|Removed |Added

Summary|Need better, more   |CAPTION: Empty space beween
   |intuitive, Insert Caption   |caption border and image
   |behavior|(in specific document)
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|enhancement |normal

--- Comment #6 from Dieter  ---
(In reply to Eyal Rozenberg from comment #5)
> Sure.

So I've changed bug summary and set status to NEW.

But - very strange - I could only confirm with your attachment 178648 from bug
147757. Even if I remove the image and direct formatting it is still
reproducible.

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

[Libreoffice-bugs] [Bug 148247] LO dark scheme: wrong text color and background in slide show and active text boxes

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148247

--- Comment #3 from dhina  ---
For the text box issue, it is a duplicate of bug #148140

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

[Libreoffice-bugs] [Bug 148247] LO dark scheme: wrong text color and background in slide show and active text boxes

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148247

--- Comment #2 from dhina  ---
Created attachment 179189
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179189=edit
Text should be white when cursor clicked inside the text box

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

[Libreoffice-bugs] [Bug 148247] LO dark scheme: wrong text color and background in slide show and active text boxes

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148247

--- Comment #1 from dhina  ---
Created attachment 179188
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179188=edit
"Current slide" background should be black

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

[Libreoffice-bugs] [Bug 147872] Lists in sidebar won't scroll fully when LO is tiled; can't access entries at bottom

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147872

--- Comment #3 from Dieter  ---
I can't confirm with

Version: 7.3.2.2 (x64) / LibreOffice Community
Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

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

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

2022-03-29 Thread offtkp (via logerrit)
 chart2/source/view/charttypes/Splines.cxx |   40 +-
 1 file changed, 13 insertions(+), 27 deletions(-)

New commits:
commit b0dfc4101366ff4e42c5ad9ea48e43ca2b957202
Author: offtkp 
AuthorDate: Tue Mar 29 17:46:30 2022 +0300
Commit: Julien Nabet 
CommitDate: Tue Mar 29 18:31:08 2022 +0200

replace dynamic C style arrays with std::vector in Splines.cxx

replaced all instances of dynamic C style arrays, removed delete
statements as they are no longer needed

also now removed a pointless loop for an std::swap

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

diff --git a/chart2/source/view/charttypes/Splines.cxx 
b/chart2/source/view/charttypes/Splines.cxx
index 92e568eaca11..1f97ec81d620 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -581,16 +581,15 @@ void SplineCalculater::CalculateCubicSplines(
 pOld[ 0 ].PositionZ == pOld[nMaxIndexPoints].PositionZ &&
 nMaxIndexPoints >=2 )
 {   // periodic spline
-aSplineX.reset(new lcl_SplineCalculation( std::move(aInputX)));
-aSplineY.reset(new lcl_SplineCalculation( std::move(aInputY)));
-// aSplineZ = new lcl_SplineCalculation( aInputZ) ;
+aSplineX = 
std::make_unique(std::move(aInputX));
+aSplineY = 
std::make_unique(std::move(aInputY));
 }
 else // generate the kind "natural spline"
 {
 double fXDerivation = std::numeric_limits::infinity();
 double fYDerivation = std::numeric_limits::infinity();
-aSplineX.reset(new lcl_SplineCalculation( std::move(aInputX), 
fXDerivation, fXDerivation ));
-aSplineY.reset(new lcl_SplineCalculation( std::move(aInputY), 
fYDerivation, fYDerivation ));
+aSplineX = 
std::make_unique(std::move(aInputX), fXDerivation, 
fXDerivation);
+aSplineY = 
std::make_unique(std::move(aInputY), fYDerivation, 
fYDerivation);
 }
 
 // fill result polygon with calculated values
@@ -679,29 +678,23 @@ void SplineCalculater::CalculateBSplines(
 continue; // need at least 2 points, degree p needs at least n+1 
points
   // next piece of series
 
-std::unique_ptr t(new double [n+1]);
-if (!createParameterT(aPointsIn, t.get()))
+std::vector t(n + 1);
+if (!createParameterT(aPointsIn, t.data()))
 {
 continue; // next piece of series
 }
 
 lcl_tSizeType m = n + p + 1;
-std::unique_ptr u(new double [m+1]);
-createKnotVector(n, p, t.get(), u.get());
+std::vector u(m + 1);
+createKnotVector(n, p, t.data(), u.data());
 
 // The matrix N contains the B-spline basis functions applied to 
parameters.
 // In each row only p+1 adjacent elements are non-zero. The starting
 // column in a higher row is equal or greater than in the lower row.
 // To store this matrix the non-zero elements are shifted to column 0
 // and the amount of shifting is remembered in an array.
-std::unique_ptr aMatN(new double*[n+1]);
-for (lcl_tSizeType row = 0; row <=n; ++row)
-{
-aMatN[row] = new double[p+1];
-for (sal_uInt32 col = 0; col <= p; ++col)
-aMatN[row][col] = 0.0;
-}
-std::unique_ptr aShift(new lcl_tSizeType[n+1]);
+std::vector> aMatN(n + 1, std::vector(p + 
1));
+std::vector aShift(n + 1);
 aMatN[0][0] = 1.0; //all others are zero
 aShift[0] = 0;
 aMatN[n][0] = 1.0;
@@ -721,7 +714,7 @@ void SplineCalculater::CalculateBSplines(
 // index in reduced matrix aMatN = (index in full matrix N) - (i-p)
 aShift[k] = i - p;
 
-applyNtoParameterT(i, t[k], p, u.get(), aMatN[k]);
+applyNtoParameterT(i, t[k], p, u.data(), aMatN[k].data());
 } // next row k
 
 // Get matrix C of control points from the matrix equation aMatN * C = 
aPointsIn
@@ -750,10 +743,7 @@ void SplineCalculater::CalculateBSplines(
 // exchange total row r with total row c if necessary
 if (r != c)
 {
-for ( sal_uInt32 i = 0; i <= p ; ++i)
-{
-std::swap( aMatN[r][i], aMatN[c][i] );
-}
+std::swap( aMatN[r], aMatN[c] );
 std::swap( aPointsIn[r], aPointsIn[c] );
 std::swap( aShift[r], aShift[c] );
 }
@@ -823,7 +813,7 @@ void SplineCalculater::CalculateBSplines(
 pNew[nNewSize -1 ].PositionX = aPointsIn[n].first;
 pNew[nNewSize -1 ].PositionY = aPointsIn[n].second;
 pNew[nNewSize -1 ].PositionZ = 

[Libreoffice-commits] core.git: vcl/qt5

2022-03-29 Thread Michael Weghorn (via logerrit)
 vcl/qt5/QtWidget.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fd8b0796092566576a80004cbffa95f3b05923f0
Author: Michael Weghorn 
AuthorDate: Tue Mar 29 14:46:29 2022 +0200
Commit: Julien Nabet 
CommitDate: Tue Mar 29 18:30:39 2022 +0200

qt: Fix typo in function name: lcl_MapUndrelineStyle

Change-Id: I50b2ffeb1b6bb490c14a307152634cc51022a426
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132276
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/vcl/qt5/QtWidget.cxx b/vcl/qt5/QtWidget.cxx
index 77d9222a74f9..9685be9ffa57 100644
--- a/vcl/qt5/QtWidget.cxx
+++ b/vcl/qt5/QtWidget.cxx
@@ -637,7 +637,7 @@ QtWidget::QtWidget(QtFrame& rFrame, Qt::WindowFlags f)
 setFocusPolicy(Qt::ClickFocus);
 }
 
-static ExtTextInputAttr lcl_MapUndrelineStyle(QTextCharFormat::UnderlineStyle 
us)
+static ExtTextInputAttr lcl_MapUnderlineStyle(QTextCharFormat::UnderlineStyle 
us)
 {
 switch (us)
 {
@@ -684,7 +684,7 @@ void QtWidget::inputMethodEvent(QInputMethodEvent* pEvent)
 if (aCharFormat.isValid())
 {
 ExtTextInputAttr aETIP
-= 
lcl_MapUndrelineStyle(aCharFormat.underlineStyle());
+= 
lcl_MapUnderlineStyle(aCharFormat.underlineStyle());
 if 
(aCharFormat.hasProperty(QTextFormat::BackgroundBrush))
 aETIP |= ExtTextInputAttr::Highlight;
 if (aCharFormat.fontStrikeOut())


[Libreoffice-bugs] [Bug 140574] [EMF] Image has wrong background colour

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140574

--- Comment #12 from tor...@yahoo.com ---
Created attachment 179187
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179187=edit
file black and white Graphics

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

[Libreoffice-bugs] [Bug 140574] [EMF] Image has wrong background colour

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140574

tor...@yahoo.com changed:

   What|Removed |Added

 Status|VERIFIED|REOPENED
 Resolution|FIXED   |---

--- Comment #11 from tor...@yahoo.com ---
Bug still shows with new attachment, in
Version: 7.3.0.3 (x64) / LibreOffice Community
Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_CA); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 135310] [META] Writer outline folding bugs and enhancements

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135310
Bug 135310 depends on bug 148240, which changed state.

Bug 148240 Summary: Make Outline-Folding non-experimental
https://bugs.documentfoundation.org/show_bug.cgi?id=148240

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124098] LibreCalc6.2: Opening a Calc with some formulas: It writes "adapt Row Height" which is taking ages to load!

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124098

--- Comment #57 from kir...@hotmail.com ---
Hi i hope i am posting in the right place. 
I have the same problem with adapt row height taking too long (over 30 minutes
sometimes). I have 2 ods files with around 2 rows and i use index match
arrays to get data from one to the other.

I did the actions shown in Comment 55 for both my files and that helped: i can
save and open them within reasonable time.

My problem is when i try to add a new column to fetch new data with index match
the "adapt row height" appears again and takes forever. To clarify they way i
do it is i enter my formula in the first cell of the column that i want to edit
and then i copy paste that cell to the rest of the column. The more columns i
add this way the longer it takes each time.

I there a way to avoid adapting row height while adding new formulas to columns
(not only when opening and saving)?

Version: 7.3.1.3 (x64) / LibreOffice Community
Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951
CPU threads: 16; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_CY); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 148167] Writer does not display SVG file correctly when inserted as image

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148167

raal  changed:

   What|Removed |Added

   Keywords|bibisected, bisected|bibisectRequest

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

[Libreoffice-bugs] [Bug 148254] New: User guide: text referring to wrong field in English LO7.2 Base Guide

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148254

Bug ID: 148254
   Summary: User guide: text referring to wrong field in English
LO7.2 Base Guide
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: johnnyb...@protonmail.com
CC: olivier.hal...@libreoffice.org

Description:
In English LO7.2 Base Guide in the last paragraph on page 29 and first
paragraph on page 30 "ID.starter" should be mentioned instead of "ID.sport" 

Actual Results:
In English LO7.2 Base Guide in the last paragraph on page 29 and first
paragraph on page 30 "ID.starter" should be mentioned instead of "ID.sport" 

Expected Results:
In English LO7.2 Base Guide in the last paragraph on page 29 and first
paragraph on page 30 "ID.starter" should be mentioned instead of "ID.sport" 


Reproducible: Always


User Profile Reset: No



Additional Info:
Don't know if this is the right place to report this bug, but couldn't find a
better place since I have to fill all kind of non applicable fields.

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

[Libreoffice-bugs] [Bug 148245] No way to use correct left/right page style automatically depending on the first page number

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148245

--- Comment #2 from Regina Henschel  ---
Currently in ODF, the to be used page style is determined by a
style:master-page-name attribute in the paragraph style, which is assigned to
the paragraph.

I can imagine to have a new attribute "style:master-page-names" (notice the
plural) with data type styleNameRefs for a list of two styles, one for even and
the other for odd pages.

The corresponding API property is PageDescName of type string.

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

[Libreoffice-bugs] [Bug 141907] Copying multiple, non-continuous cells in different columns should be possible

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141907

m.a.riosv  changed:

   What|Removed |Added

 CC||n...@virgilio.it

--- Comment #3 from m.a.riosv  ---
*** Bug 148246 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 148246] Copy non-consecutive cells at the same time does not copy the formulas

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148246

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
You can use paste spacial to get the formulas copied, but cells are joined,
skipping not selected cells.
I think it's a duplicate, maybe not exactly the same, but part of the issue.
Please, if you are not agree, reopen it.

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

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

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

2022-03-29 Thread Julien Nabet (via logerrit)
 sw/source/ui/config/optpage.cxx |   11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

New commits:
commit 2525bab2fcca179263a4b3496bb929df61d0e2bf
Author: Julien Nabet 
AuthorDate: Mon Mar 28 21:12:24 2022 +0200
Commit: Julien Nabet 
CommitDate: Tue Mar 29 17:39:07 2022 +0200

tdf#148240: Make Outline-Folding non-experimental

Change-Id: I8de81ec13228d0742a3b12af97edb1b97643a790
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132243
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
Reviewed-by: Julien Nabet 

diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index bfdbc877c869..4374751f0f95 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -107,16 +107,7 @@ SwContentOptPage::SwContentOptPage(weld::Container* pPage, 
weld::DialogControlle
 , m_xFieldHiddenCB(m_xBuilder->weld_check_button("hiddentextfield"))
 , m_xFieldHiddenParaCB(m_xBuilder->weld_check_button("hiddenparafield"))
 {
-if (!officecfg::Office::Common::Misc::ExperimentalMode::get())
-{
-m_xOutlineLabel->hide();
-m_xShowOutlineContentVisibilityButton->hide();
-m_xTreatSubOutlineLevelsAsContent->hide();
-}
-else
-{
-m_xShowOutlineContentVisibilityButton->connect_toggled(LINK(this, 
SwContentOptPage, ShowOutlineContentVisibilityButtonHdl));
-}
+m_xShowOutlineContentVisibilityButton->connect_toggled(LINK(this, 
SwContentOptPage, ShowOutlineContentVisibilityButtonHdl));
 
 /* This part is visible only with Writer/Web->View dialogue. */
 const SfxUInt16Item* pItem = rCoreSet.GetItemIfSet(SID_HTML_MODE, false );


[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

--- Comment #9 from Rizal Muttaqin  ---
(In reply to Mike Kaganski from comment #8)

> https://opengrok.libreoffice.org/xref/core/include/vcl/vclenum.
> hxx?r=2f4f4cbe=Size26#320).

Likely 26px should be updated as now all icon themes are using 24px instead.
But it's another topic.

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

[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

--- Comment #8 from Mike Kaganski  ---
(In reply to Rizal Muttaqin from comment #6)
> Does lx* files are supposed to be 24px (Galaxy use 26px instead of 24px in
> their large size variants) or 32px? This is my long question actually

https://opengrok.libreoffice.org/xref/core/svtools/source/misc/imagemgr.cxx?r=60eaa424#505
(and its respective BMP_* constants defined in
https://opengrok.libreoffice.org/xref/core/svtools/inc/bitmaps.hlst?r=60eaa424)
suggests that lx are 24/26 pixels (and the 24/26 is documented at
https://opengrok.libreoffice.org/xref/core/include/vcl/vclenum.hxx?r=2f4f4cbe=Size26#320).

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

[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

--- Comment #7 from Rizal Muttaqin  ---
(In reply to Mike Kaganski from comment #5)
> (In reply to Rizal Muttaqin from comment #4)
> 
> Could you please tell which specific icons (filenames) are those? And what
> is different wrt those filenames compared to Tango (comment 0)?

For Tango

- ODT: res/lx03251.png (24px)
- ODS: res/lx03250.png (24px)
- XLSX: res/lx03126.png (24px) which has same exact appearance with
res/lx03127.png. But from Galaxy reference, I can say lx03126.png is the file
- DOCX: res/lx03162.png (24px)

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

[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

--- Comment #6 from Rizal Muttaqin  ---
(In reply to Mike Kaganski from comment #5)
> (In reply to Rizal Muttaqin from comment #4)
> 
> Could you please tell which specific icons (filenames) are those? And what
> is different wrt those filenames compared to Tango (comment 0)?

Just tried Galaxy and the issue is reproducible also. I guess some icons that
being used from Galaxy reference:
- ODT: res/lx03251.png (26px)
- ODS: res/lx03250.png (26px)
- XLSX: res/lx03188.png or res/lx03126.png (?) (32px)
- DOCX: res/lx03162.png or res/lx03156.png (?) (32px)


Here come the confusion. Does lx* files are supposed to be 24px (Galaxy use
26px instead of 24px in their large size variants) or 32px? This is my long
question actually

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

[Libreoffice-commits] core.git: configure.ac

2022-03-29 Thread Stephan Bergmann (via logerrit)
 configure.ac |   18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 3b53760bcd304c0a3efc58188d80cb963c24b484
Author: Stephan Bergmann 
AuthorDate: Tue Mar 29 16:16:34 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Mar 29 17:23:10 2022 +0200

Check for yet another consteval bug

...which caused at least recent Clang 15 trunk configured with
LLVM_ENABLE_ASSERTIONS=ON to crash when building --with-latest-c++ e.g.
sal/qa/rtl/strings/test_oustring_stringliterals.cxx since
21584b304b21bfe6b99b6f29018c6b754ea28fc0 "make OUString(OUStringLiteral)
constructor constexpr"

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

diff --git a/configure.ac b/configure.ac
index 250de34971ab..9d97f42c4030 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14350,9 +14350,13 @@ dnl from consteval constructor initializing const 
variable",
 dnl  "wrong 'error: ‘this’ 
is not a constant
 dnl expression' with consteval constructor", 
 "code
 dnl using consteval: 'clang/lib/CodeGen/Address.h:38: llvm::Value*
-dnl clang::CodeGen::Address::getPointer() const: Assertion `isValid()' 
failed.'", or
+dnl clang::CodeGen::Address::getPointer() const: Assertion `isValid()' 
failed.'",
 dnl  "Bogus error C7595 
with consteval
-dnl constructor in ternary expression (/std:c++latest)":
+dnl constructor in ternary expression (/std:c++latest)", or
+dnl  "C++20, consteval, 
anonymous union:
+dnl llvm/lib/IR/Instructions.cpp:1491: void llvm::StoreInst::AssertOK(): 
Assertion
+dnl 
`cast(getOperand(1)->getType())->isOpaqueOrPointeeTypeMatches(getOperand(0)->getType())
+dnl && "Ptr must be a pointer to Val type!"' failed.":
 AC_LANG_PUSH([C++])
 save_CXX=$CXX
 if test "$COM" = MSC && test "$COM_IS_CLANG" != TRUE; then
@@ -14384,6 +14388,16 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([
 
 struct S4 { consteval S4() = default; };
 void f4(bool b) { b ? S4() : S4(); }
+
+struct S5 {
+consteval S5() { c = 0; }
+char * f() { return  }
+union {
+char c;
+int i;
+};
+};
+auto s5 = S5().f();
 ], [
 return (s.i == 1) ? 0 : 1;
 ])], [


[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

--- Comment #5 from Mike Kaganski  ---
(In reply to Rizal Muttaqin from comment #4)

Could you please tell which specific icons (filenames) are those? And what is
different wrt those filenames compared to Tango (comment 0)?

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

[Libreoffice-bugs] [Bug 120425] Different icon sizes for different filetypes inserted as icons

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120425

Rizal Muttaqin  changed:

   What|Removed |Added

 CC||riz...@libreoffice.org

--- Comment #4 from Rizal Muttaqin  ---
Reproducible with Colibre

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 2816f498505bab01bc0f17ef0962ece663c607c9
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: id-ID (id_ID.UTF-8); UI: en-US
Calc: threaded

Any design part which should be updated?

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

[Libreoffice-bugs] [Bug 148253] LibreOffice 7.3 conversion tool can no longer convert .pptx to .html

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148253

Mike Kaganski  changed:

   What|Removed |Added

Version|7.3.1.3 release |7.3.0.3 release
 Status|UNCONFIRMED |NEW
URL||https://ask.libreoffice.org
   ||/t/libreoffice-7-3-conversi
   ||on-tool-can-no-longer-conve
   ||rt-pptx-to-html/75823
   Keywords||bibisectRequest, regression
 Ever confirmed|0   |1

--- Comment #1 from Mike Kaganski  ---
Repro using 7.3.0.3, but not 7.2.0.4.

But 7.3.0.3 works using 'htm' instead of 'html'.

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

[Libreoffice-bugs] [Bug 148252] (LO Calc) Background Colours Malfunction = when an image is sent to background, while Value Highlighting is active

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148252

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Repro
Version: 7.2.6.2 (x64) / LibreOffice Community
Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US; Calc: CL, also with Skia enable.
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: b000d964fcc8849d10576bf3539bde7729db2eb1
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US;Calc: threaded

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

[Libreoffice-bugs] [Bug 144602] Calc dropdown lists are unclickable (disappear)

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144602

Mehmet Rıza Saraç  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #12 from Mehmet Rıza Saraç  ---
Same problem still exists with Libreoffice 7.3 on both Kubuntu 18.04 and 20.04.
I tested on three different computers

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

[Libreoffice-bugs] [Bug 148244] Wrong Paper Size on Export

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148244

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6387
 CC||tele...@surfxs.nl

--- Comment #1 from Telesto  ---
I'm unable the reproduce it right now, but I have had similar issue in the past

Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 3ccc4c123f5e78e0204d11abeab2d1a74278ca3e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL Jumbo

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

[Libreoffice-bugs] [Bug 146387] Exporting A4 to pdf changes paper size of pdf to 20,99 cm instead of 21 cm (A4) or 21,01 × 29,71 cm

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146387

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148252] (LO Calc) Background Colours Malfunction = when an image is sent to background, while Value Highlighting is active

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148252

--- Comment #1 from David Smith  ---
Created attachment 179186
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179186=edit
ods file: BUG- Background colour fail when graphic sent to background AND Value
Highlighting switched on

This is a simple ods worksheet.
Some cells have a background colour.
Some cells have a background image.

To recreate the bug, simply scroll around with Value Highlighting ON and OFF.

The background colours become unstable with Value Highlighting ON.

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

[Libreoffice-bugs] [Bug 148253] New: LibreOffice 7.3 conversion tool can no longer convert .pptx to .html

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148253

Bug ID: 148253
   Summary: LibreOffice 7.3 conversion tool can no longer convert
.pptx to .html
   Product: LibreOffice
   Version: 7.3.1.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: louis.co...@d2l.com

Description:
Hello,

I am working on a service that converts documents to pdf or html in order to
display them in a browser. I am trying to update the libreoffice version from
7.2 to 7.3 and I am noticing now that it can no longer convert powerpoint
documents to html.

The command I have been running is

soffice --headless --convert-to html test.pptx
I tried updating my command to specify a filter to use but that did not seem to
work:

soffice --headless --convert-to html:"impress_html_Export" test.pptx
When I run the first command there is an error message saying that there is no
export filter. When I run the second command I get an error that I should
verify my input parameters

Steps to Reproduce:
1. Try to convert .pptx document to .html

Actual Results:
Fails to convert

Expected Results:
Converts document to .html


Reproducible: Always


User Profile Reset: No



Additional Info:
No other information

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

[Libreoffice-bugs] [Bug 136328] [META] DOCX Grouped shape related issues

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136328
Bug 136328 depends on bug 73499, which changed state.

Bug 73499 Summary: FILEOPEN: Linked Textbox Grouping Cause partially Missing 
Text and Messed Layout in LO Writer
https://bugs.documentfoundation.org/show_bug.cgi?id=73499

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 104449] [META] DOCX (OOXML) textbox-related issues

2022-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104449
Bug 104449 depends on bug 73499, which changed state.

Bug 73499 Summary: FILEOPEN: Linked Textbox Grouping Cause partially Missing 
Text and Messed Layout in LO Writer
https://bugs.documentfoundation.org/show_bug.cgi?id=73499

   What|Removed |Added

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

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

  1   2   3   >