[Libreoffice-bugs] [Bug 75349] [UI] No animations/transitions shown in remote control app

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75349

--- Comment #13 from Amit Semi  ---
With the new upgraded UI in Fouad WhatsApp, it now looks more flourishing. Try
https://www.rogtechs.com/fouad-whatsapp-download/

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

[Libreoffice-bugs] [Bug 149027] MS Word conversion/replication problems

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149027

--- Comment #1 from David Melik  ---
Created attachment 180052
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180052=edit
broken odt

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

[Libreoffice-bugs] [Bug 149027] New: MS Word conversion/replication problems

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149027

Bug ID: 149027
   Summary: MS Word conversion/replication problems
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dchme...@gmail.com

Description:
I converted .docs to .sxws, .odts.  Someone inserted a horizontal in .doc, now
is .odt, I can't delete nor even select (can't select LibreOffice horizontal
lines either.)  Libre Office horizontal line documentation seems stuck at v3.5,
now changed/undocumented, so I have no way to know how to replicate (Libre
Office doesn't just make horizontal lines rather than unwanted half-height
blank line then horizontal rectangle.)
(Someone created a numbered list in .doc, converted to Libre Office 6
.odt, but list broke (formatting, possibly numbering) but we no longer have
that nor plan to try again, but someone could?  They said Libre Office doesn't
do numbered lists as well as Word.)

Steps to Reproduce:
1. Import .doc that has horizontal line (and maybe numbered list.)
2. See them break, try to select, fix.
3. Can't fix (sometimes can't select nor delete.)

Actual Results:
Horizontal lines (or whatever they are; doesn't seem way to select to show 
formatting information) become undeletable and non-replicable (undocumented.)
(similar numbered list problems at least through Libre Office 6.)

Expected Results:
Couldn't delete, replicate line (nor convert/format numbered lists at least
through Libre Office 6.)


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
tested: '90s Slackware (OpenOffice) to Slackware64 15.1
libreoffice-7.3.3-x86_64-1alien, '90s - '20s *BSD Unix (Free, Net, don't recall
versions,) '90s - '0s Debian (don't recall versions) & '10s - '20s derivatives
(Kubuntu/Mint/KDE_Neon, don't recall versions) '90s - '20s Windows (9n - 10,
some NT/Server)

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

[Libreoffice-bugs] [Bug 149026] New: font preview -- we need it

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149026

Bug ID: 149026
   Summary: font preview -- we need it
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@cspv.hu

Description:
hi,

quite evidently, we should be able to see a text in live font preview mode...
I thought this was a working functionality...
it seems like we had it before... 
I remember using it...

in any case, we need it.. 
need it back :)


- - - thank you for developing Libreoffice - - -


Actual Results:
I don't find no way of doing this

Expected Results:
live font preview should be available -- like it used to be?


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

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

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

2022-05-10 Thread Mike Kaganski (via logerrit)
 sc/source/core/data/document.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 405ab3483498efa55cda9ebf54103a5e3e097627
Author: Mike Kaganski 
AuthorDate: Tue May 10 21:13:12 2022 +0100
Commit: Mike Kaganski 
CommitDate: Wed May 11 06:23:05 2022 +0200

Avoid useless default construction

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

diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 1675f21a6afa..c730710bf081 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -261,7 +261,6 @@ bool ScDocument::GetCodeName( SCTAB nTab, OUString& rName ) 
const
 
 bool ScDocument::GetTable( const OUString& rName, SCTAB& rTab ) const
 {
-OUString aUpperName;
 static OUString aCacheName, aCacheUpperName;
 
 assert(!IsThreadedGroupCalcInProgress());
@@ -271,7 +270,7 @@ bool ScDocument::GetTable( const OUString& rName, SCTAB& 
rTab ) const
 // surprisingly slow ...
 aCacheUpperName = ScGlobal::getCharClass().uppercase(rName);
 }
-aUpperName = aCacheUpperName;
+const OUString aUpperName = aCacheUpperName;
 
 for (SCTAB i=0; i< static_cast(maTabs.size()); i++)
 if (maTabs[i])


[Libreoffice-bugs] [Bug 139171] OpenCL re-enabled by itself causing LibreOffice to hang on startup

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139171

--- Comment #6 from Brad Smith  ---
(In reply to Buovjaga from comment #4)
> There is no automatic update mechanism at this time. If you did not manually
> update LibreOffice, there was no update.
> 
> Has the problem appeared anymore with recent versions?

I do not know the mechanism by which the setting was re-enabled, perhaps it has
nothing to do with automatic updates.

Regardless, it was re-enabled on repeated occasions without any user
request/consent. Whatever caused this to happen seems to be a bug.

However, the affected computer is no longer in service. I can't confirm whether
the problem persists.

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

[Libreoffice-bugs] [Bug 148956] DOCX Cleared direct formatting in styled paragraph lingers

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148956

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
  Regression By||Pierre-Eric Pelloux-Prayer

--- Comment #3 from Aron Budea  ---
(In reply to Aron Budea from comment #0)
> In 4.1.0.4 and 4.3.0.4, when pressing enter after clearing formatting, the
> Next style setting isn't honored, and Heading 2 style is kept, including the
> direct formatting.
> In 4.0.0.3, when pressing enter after clearing formatting, the Next style
> setting isn't honored, and Heading 2 style is kept, but direct formatting is
> gone.
Bibisected the second change between 4.0 and 4.1 to the following two
consecutive commits (the earlier failed to build) using repo bibisect-41max.

> Let's say you want to get rid of the direct formatting in the heading:
> select the first line, and press Ctrl + M, then unselect, press Enter at the
> end of the line, and type a few characters.
A significant change with these commits is that when performing the steps
listed above (note: start with saving ODT as DOCX and reloading), when you've
moved to the end of line after clearing direct formatting, at that position the
direct formatting is still there.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c178a50334109b34ef456ca6aa51cd3d98699ae
author  Pierre-Eric Pelloux-Prayer 
2013-01-11 14:38:12 +0100
committer   Noel Power 2013-01-14 15:50:07
+

"docx export: also export rPr in  (paragraph mark styling)"

https://cgit.freedesktop.org/libreoffice/core/commit/?id=1f2c079dd2bc9a2f5aa3597a8222bde3073a04da
author  Pierre-Eric Pelloux-Prayer 
2013-01-11 14:34:04 +0100
committer   Noel Power 2013-01-14 15:51:14
+

"sax: add methods to duplicate current top marker and reapply it later"

I'd assume this bug mainly has to do with the way these paragraph mark stylings
are handled.

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

[Libreoffice-bugs] [Bug 148766] Hidden sheets are inaccessible to VBA scripts

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148766

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 148749] [FILEOPEN] 123 entity encoding

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148749

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 148706] Values of numeric form fields missing in PDF export

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148706

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 148696] [FILEOPEN] QPW incorrect numeric values

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148696

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 145757] saving AutoRecovery information cannot be setup, turned off

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145757

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 148809] Animation (wipe) is corrupted by flickering that resembles a QR code!

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148809

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 148801] Technomiz

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148801

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 148800] Print size decreases when highlighting or replacing a word.

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148800

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 148789] Android Viewer: Not all rows shown for Calc file with 120% zoom in doc settings

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148789

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 148788] LibreOffice Calc with slow "Opening " taskbar message

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148788

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 144958] Same file opening twice from the open menu, causing a crash

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144958

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 144958] Same file opening twice from the open menu, causing a crash

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144958

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

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 144671] LibreOffice 7.2.1.2 - Writer crashes upon autosave

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144671

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

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 144671] LibreOffice 7.2.1.2 - Writer crashes upon autosave

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144671

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144510] Missing operation - or very hard to find if it exists

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144510

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144510] Missing operation - or very hard to find if it exists

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144510

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

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 145615] Recalculation Issue: changes in field value not recalculated.

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145615

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

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 144520] Selecting cells in Impress tables is almost impossible

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144520

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

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 144387] Numbering schema does not work for non-heading styles from second level

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144387

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

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 139171] OpenCL re-enabled by itself causing LibreOffice to hang on startup

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139171

--- Comment #5 from QA Administrators  ---
Dear Brad Smith,

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 139038] some space between m and e letter under 'name' word

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139038

--- Comment #5 from QA Administrators  ---
Dear Venkat anil,

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 139033] Imported, rotated BMP doesn't save in Writer

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139033

--- Comment #4 from QA Administrators  ---
Dear john.davieslg5,

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 138685] Graphics in Excel 2007 format doesn't keep X-axis daily interval settings

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138685

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

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 149022] Shaping of Arabic text is broken when coloring a middle character

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149022

Munzir Taha  changed:

   What|Removed |Added

 CC||munzirt...@gmail.com
Version|unspecified |7.3.3.2 release

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

[Libreoffice-bugs] [Bug 149025] formatting problems

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149025

--- Comment #2 from David Melik  ---
Created attachment 180051
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180051=edit
screenshot

screenshot (same calculations before I deleted empty columns)

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

[Libreoffice-bugs] [Bug 149025] formatting problems

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149025

--- Comment #1 from David Melik  ---
Created attachment 180050
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180050=edit
calculations

This was set to display only integers (but includes decimals.)

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

[Libreoffice-bugs] [Bug 149025] New: formatting problems

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149025

Bug ID: 149025
   Summary: formatting problems
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dchme...@gmail.com

Description:
Tools->options->libreoffice calc->calculate->general calculations->limit
decimals doesn't entirely work.  In example, works for operands, first sum, no
other sums (C-J22.)  I'd like to override some areas (A2-3) to show short
values less than 1, without having to have to alter setting to normally show
integers.

Steps to Reproduce:
1. Set to show integers.
2. Do more than one sum.
3. Second sum column and further show decimals, not integers.

Actual Results:
Second sum column and further show decimals, not integers.

Expected Results:
If set, show integers everywhere (but allow overriding it in a few places)
including all sums (no exceptions as in example, which I didn't create
exceptions.)


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Slackware64 15.1-current libreoffice-7.3.3-x86_64-1alien, but can test on
FreeBSD Unix, perhaps other OS.

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

[Libreoffice-commits] core.git: download.lst

2022-05-10 Thread Kohei Yoshida (via logerrit)
 download.lst |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1729da22a7f57eba6531d15388c67cb710fc3c30
Author: Kohei Yoshida 
AuthorDate: Tue May 10 22:07:16 2022 -0400
Commit: Kohei Yoshida 
CommitDate: Wed May 11 05:09:18 2022 +0200

Update mdds to 2.0.3.

This release includes a revised block position search implementation
that shouldn't touch the internal STL iterators so that even if you
pass an invalid position hint, it should not trigger process
termination.

Change-Id: I8c76eb012ba7ce304ff10b38de468b7c9c6cce2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134140
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida 

diff --git a/download.lst b/download.lst
index c648a5323edb..a532607e465e 100644
--- a/download.lst
+++ b/download.lst
@@ -174,8 +174,8 @@ export LXML_SHA256SUM := 
940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a
 export LXML_TARBALL := lxml-4.1.1.tgz
 export MARIADB_CONNECTOR_C_SHA256SUM := 
431434d3926f4bcce2e5c97240609983f60d7ff50df5a72083934759bb863f7b
 export MARIADB_CONNECTOR_C_TARBALL := mariadb-connector-c-3.1.8-src.tar.gz
-export MDDS_SHA256SUM := 
13211f2f2e387ef3b74d73a1dcee52a1ad5ce06df8f8e6647679df9278a3116a
-export MDDS_TARBALL := mdds-2.0.2.tar.bz2
+export MDDS_SHA256SUM := 
9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5
+export MDDS_TARBALL := mdds-2.0.3.tar.bz2
 export MDNSRESPONDER_SHA256SUM := 
e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0
 export MDNSRESPONDER_TARBALL := mDNSResponder-878.200.35.tar.gz
 export MSPUB_SHA256SUM := 
ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba


[Libreoffice-bugs] [Bug 148956] DOCX Cleared direct formatting in styled paragraph lingers

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148956

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Aron Budea  ---
(In reply to Aron Budea from comment #0)
> In 4.0.0.3, when pressing enter after clearing formatting, the Next style
> setting isn't honored, and Heading 2 style is kept, but direct formatting is
> gone.
> In 3.6.0.4 it behaves as expected. => regression
Bibisected the first change to the following range using repo bibisect-43all:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=37b9e290d9e3d20652df0abe1a1458412f3cfe2c..c3aa1cefdc6521d34a2a32c20bae1593e1edb5ba

Possibly one of Cedric Bosdonnat's changes from bug 53175.

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

[Libreoffice-bugs] [Bug 149002] It is impossible to delete a page break inserted right before a table

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149002

--- Comment #8 from maxloh.regis...@gmail.com ---
Insert a page break within a table behaves differently in Word and LibreOffice.

In Microsoft Word, the table will be split into two and the page break will be
added between them.

In LibreOffice, you can't really split a table with page break. The page break
will be added just before the table.

I think the Microsoft Word's behavior makes more sense for me.

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

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

2022-05-10 Thread Tomaž Vajngerl (via logerrit)
 chart2/source/view/inc/VDataSeries.hxx  |5 +-
 chart2/source/view/main/VDataSeries.cxx |   59 +++-
 2 files changed, 31 insertions(+), 33 deletions(-)

New commits:
commit 172e208e6b0674f42c301c5ee5e280e9138ba1b4
Author: Tomaž Vajngerl 
AuthorDate: Sun May 8 21:48:04 2022 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed May 11 01:58:50 2022 +0200

chart2: prefix VDataSeries members, rename Double to m_aValues

Change-Id: I74d560fa8a9c9d1ee761b26aa1ca90798f774a7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134052
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/chart2/source/view/inc/VDataSeries.hxx 
b/chart2/source/view/inc/VDataSeries.hxx
index f445d06092ee..29a71918b549 100644
--- a/chart2/source/view/inc/VDataSeries.hxx
+++ b/chart2/source/view/inc/VDataSeries.hxx
@@ -53,9 +53,8 @@ public:
 sal_Int32 detectNumberFormatKey( sal_Int32 index ) const;
 sal_Int32 getLength() const;
 
-css::uno::Reference Model;
-
-mutable css::uno::Sequence Doubles;
+css::uno::Reference m_xModel;
+mutable css::uno::Sequence m_aValues;
 };
 
 class VDataSeries final
diff --git a/chart2/source/view/main/VDataSeries.cxx 
b/chart2/source/view/main/VDataSeries.cxx
index 311273034e10..3fb12ebca325 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -49,24 +49,24 @@ using ::com::sun::star::uno::Reference;
 
 void VDataSequence::init( const uno::Reference< data::XDataSequence >& xModel )
 {
-Model = xModel;
-Doubles = DataSequenceToDoubleSequence( xModel );
+m_xModel = xModel;
+m_aValues = DataSequenceToDoubleSequence( xModel );
 }
 
 bool VDataSequence::is() const
 {
-return Model.is();
+return m_xModel.is();
 }
 void VDataSequence::clear()
 {
-Model = nullptr;
-Doubles.realloc(0);
+m_xModel = nullptr;
+m_aValues.realloc(0);
 }
 
 double VDataSequence::getValue( sal_Int32 index ) const
 {
-if( 0<=index && index::quiet_NaN();
 }
 
@@ -75,10 +75,9 @@ sal_Int32 VDataSequence::detectNumberFormatKey( sal_Int32 
index ) const
 sal_Int32 nNumberFormatKey = -1;
 
 // -1 is allowed and means a key for the whole sequence
-if( -1<=index && indexgetNumberFormatKeyByIndex( index );
+nNumberFormatKey = m_xModel->getNumberFormatKeyByIndex( index );
 }
 
 return nNumberFormatKey;
@@ -86,7 +85,7 @@ sal_Int32 VDataSequence::detectNumberFormatKey( sal_Int32 
index ) const
 
 sal_Int32 VDataSequence::getLength() const
 {
-return Doubles.getLength();
+return m_aValues.getLength();
 }
 
 namespace
@@ -107,10 +106,10 @@ struct lcl_LessXOfPoint
 void lcl_clearIfNoValuesButTextIsContained( VDataSequence& rData, const 
uno::Reference& xDataSequence )
 {
 //#i71686#, #i101968#, #i102428#
-sal_Int32 nCount = rData.Doubles.getLength();
+sal_Int32 nCount = rData.m_aValues.getLength();
 for( sal_Int32 i = 0; i < nCount; ++i )
 {
-if( !std::isnan( rData.Doubles[i] ) )
+if( !std::isnan( rData.m_aValues[i] ) )
 return;
 }
 //no double value is contained
@@ -248,7 +247,7 @@ VDataSeries::~VDataSeries()
 
 void VDataSeries::doSortByXValues()
 {
-if( !(m_aValues_X.is() && m_aValues_X.Doubles.hasElements()) )
+if( !(m_aValues_X.is() && m_aValues_X.m_aValues.hasElements()) )
 return;
 
 //prepare a vector for sorting
@@ -257,9 +256,9 @@ void VDataSeries::doSortByXValues()
 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ )
 {
 aTmp.push_back(
-{ ((nPointIndex < m_aValues_X.Doubles.getLength()) ? 
m_aValues_X.Doubles[nPointIndex]
+{ ((nPointIndex < m_aValues_X.m_aValues.getLength()) ? 
m_aValues_X.m_aValues[nPointIndex]
: 
std::numeric_limits::quiet_NaN()),
-  ((nPointIndex < m_aValues_Y.Doubles.getLength()) ? 
m_aValues_Y.Doubles[nPointIndex]
+  ((nPointIndex < m_aValues_Y.m_aValues.getLength()) ? 
m_aValues_Y.m_aValues[nPointIndex]
: 
std::numeric_limits::quiet_NaN())
 }
   );
@@ -269,10 +268,10 @@ void VDataSeries::doSortByXValues()
 std::stable_sort( aTmp.begin(), aTmp.end(), lcl_LessXOfPoint() );
 
 //fill the sorted points back to the members
-m_aValues_X.Doubles.realloc( m_nPointCount );
-auto pDoublesX = m_aValues_X.Doubles.getArray();
-m_aValues_Y.Doubles.realloc( m_nPointCount );
-auto pDoublesY = m_aValues_Y.Doubles.getArray();
+m_aValues_X.m_aValues.realloc( m_nPointCount );
+auto pDoublesX = m_aValues_X.m_aValues.getArray();
+m_aValues_Y.m_aValues.realloc( m_nPointCount );
+auto pDoublesY = m_aValues_Y.m_aValues.getArray();
 
 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ )
 

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

2022-05-10 Thread Tomaž Vajngerl (via logerrit)
 chart2/source/view/charttypes/VSeriesPlotter.cxx |   59 ---
 chart2/source/view/inc/VSeriesPlotter.hxx|3 -
 2 files changed, 34 insertions(+), 28 deletions(-)

New commits:
commit 462457455e9664a4ba79c4b21747cdb4e47da6ca
Author: Tomaž Vajngerl 
AuthorDate: Fri May 6 15:46:43 2022 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed May 11 01:58:31 2022 +0200

chart2: remove code duplication in VSeriesPlotter::getSeriesNames

Change-Id: Ib7b96e6fe0037a141efe696252ff2aa4a38ec327
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133924
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx 
b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 26e462e82c32..eaa7f0743f03 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -2286,6 +2286,34 @@ OUString VSeriesPlotter::getCategoryName( sal_Int32 
nPointIndex ) const
 return OUString();
 }
 
+std::vector VSeriesPlotter::getAllSeries() const
+{
+std::vector aAllSeries;
+for (std::vector const & rXSlot : m_aZSlots)
+{
+for(VDataSeriesGroup const & rGroup : rXSlot)
+{
+for (std::unique_ptr const & p : 
rGroup.m_aSeriesVector)
+aAllSeries.push_back(p.get());
+}
+}
+return aAllSeries;
+}
+
+std::vector VSeriesPlotter::getAllSeries()
+{
+std::vector aAllSeries;
+for (std::vector const & rXSlot : m_aZSlots)
+{
+for(VDataSeriesGroup const & rGroup : rXSlot)
+{
+for (std::unique_ptr const & p : 
rGroup.m_aSeriesVector)
+aAllSeries.push_back(p.get());
+}
+}
+return aAllSeries;
+}
+
 uno::Sequence< OUString > VSeriesPlotter::getSeriesNames() const
 {
 std::vector aRetVector;
@@ -2294,21 +2322,12 @@ uno::Sequence< OUString > 
VSeriesPlotter::getSeriesNames() const
 if( m_xChartTypeModel.is() )
 aRole = m_xChartTypeModel->getRoleOfSequenceForSeriesLabel();
 
-for (auto const& rGroup : m_aZSlots)
+for (VDataSeries const* pSeries : getAllSeries())
 {
-if (!rGroup.empty())
+if (pSeries)
 {
-VDataSeriesGroup const & rSeriesGroup(rGroup[0]);
-if (!rSeriesGroup.m_aSeriesVector.empty())
-{
-VDataSeries const * pSeries = 
rSeriesGroup.m_aSeriesVector[0].get();
-rtl::Reference< DataSeries > xSeries( pSeries ? 
pSeries->getModel() : nullptr );
-if( xSeries.is() )
-{
-OUString aSeriesName( 
DataSeriesHelper::getDataSeriesLabel( xSeries, aRole ) );
-aRetVector.push_back( aSeriesName );
-}
-}
+OUString aSeriesName( DataSeriesHelper::getDataSeriesLabel( 
pSeries->getModel(), aRole ) );
+aRetVector.push_back( aSeriesName );
 }
 }
 return comphelper::containerToSequence( aRetVector );
@@ -2431,20 +2450,6 @@ std::vector< ViewLegendEntry > 
VSeriesPlotter::createLegendEntries(
 return aResult;
 }
 
-std::vector VSeriesPlotter::getAllSeries()
-{
-std::vector aAllSeries;
-for (std::vector const & rXSlot : m_aZSlots)
-{
-for(VDataSeriesGroup const & rGroup : rXSlot)
-{
-for (std::unique_ptr const & p : 
rGroup.m_aSeriesVector)
-aAllSeries.push_back(p.get());
-}
-}
-return aAllSeries;
-}
-
 namespace
 {
 bool lcl_HasVisibleLine( const uno::Reference< beans::XPropertySet >& xProps, 
bool& rbHasDashedLine )
diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx 
b/chart2/source/view/inc/VSeriesPlotter.hxx
index 2182be97dcdb..90a73f1ee504 100644
--- a/chart2/source/view/inc/VSeriesPlotter.hxx
+++ b/chart2/source/view/inc/VSeriesPlotter.hxx
@@ -216,7 +216,8 @@ public:
 const css::uno::Reference< css::uno::XComponentContext >& xContext
 );
 
-std::vector< VDataSeries* > getAllSeries();
+std::vector getAllSeries();
+std::vector getAllSeries() const;
 
 // This method creates a series plotter of the requested type; e.g. : 
return new PieChart...
 static VSeriesPlotter* createSeriesPlotter( const rtl::Reference< 
::chart::ChartType >& xChartTypeModel


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

2022-05-10 Thread Tomaž Vajngerl (via logerrit)
 chart2/source/view/axes/VCartesianCoordinateSystem.cxx |   20 ++
 chart2/source/view/axes/VCoordinateSystem.cxx  |   51 -
 chart2/source/view/main/SeriesPlotterContainer.cxx |   18 ++
 3 files changed, 40 insertions(+), 49 deletions(-)

New commits:
commit 35f4f75a506839025bca529bd7cc5a60ffe7a20f
Author: Tomaž Vajngerl 
AuthorDate: Fri May 6 15:41:23 2022 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed May 11 01:58:14 2022 +0200

chart2: simplify with structured binding decl. and some cleanup

- use structured binding declaration to simplify the code
- use cend() instead of end()
- use std::clamp to bound a value

Change-Id: I83b9ba926e70d173cc161db713c53940df422241
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133923
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx 
b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
index 866c8fdd89bb..1257ff6f4e77 100644
--- a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
@@ -175,16 +175,13 @@ void VCartesianCoordinateSystem::initVAxisInList()
 sal_Int32 nDimensionCount = m_xCooSysModel->getDimension();
 bool bSwapXAndY = getPropertySwapXAndYAxis();
 
-for (auto const& elem : m_aAxisMap)
+for (auto const& [nIndexPair, pVAxis] : m_aAxisMap)
 {
-VAxisBase* pVAxis = elem.second.get();
-if( pVAxis )
+if (pVAxis)
 {
-sal_Int32 nDimensionIndex = elem.first.first;
-sal_Int32 nAxisIndex = elem.first.second;
+auto [nDimensionIndex, nAxisIndex] = nIndexPair;
 pVAxis->setExplicitScaleAndIncrement( getExplicitScale( 
nDimensionIndex, nAxisIndex ), getExplicitIncrement( nDimensionIndex, 
nAxisIndex ) );
-pVAxis->initPlotter(m_xLogicTargetForAxes,m_xFinalTarget
-, createCIDForAxis( nDimensionIndex, nAxisIndex ) );
+pVAxis->initPlotter(m_xLogicTargetForAxes, m_xFinalTarget, 
createCIDForAxis( nDimensionIndex, nAxisIndex ) );
 if(nDimensionCount==2)
 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen 
);
 pVAxis->setScales( getExplicitScales(nDimensionIndex,nAxisIndex), 
bSwapXAndY );
@@ -200,13 +197,12 @@ void 
VCartesianCoordinateSystem::updateScalesAndIncrementsOnAxes()
 sal_Int32 nDimensionCount = m_xCooSysModel->getDimension();
 bool bSwapXAndY = getPropertySwapXAndYAxis();
 
-for (auto const& elem : m_aAxisMap)
+for (auto const& [nIndexPair, pVAxis] : m_aAxisMap)
 {
-VAxisBase* pVAxis = elem.second.get();
-if( pVAxis )
+if (pVAxis)
 {
-sal_Int32 nDimensionIndex = elem.first.first;
-sal_Int32 nAxisIndex = elem.first.second;
+auto [nDimensionIndex, nAxisIndex] = nIndexPair;
+
 pVAxis->setExplicitScaleAndIncrement( getExplicitScale( 
nDimensionIndex, nAxisIndex ), getExplicitIncrement( nDimensionIndex, 
nAxisIndex ) );
 if(nDimensionCount==2)
 pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen 
);
diff --git a/chart2/source/view/axes/VCoordinateSystem.cxx 
b/chart2/source/view/axes/VCoordinateSystem.cxx
index 7819a916e039..25a0f5d35c09 100644
--- a/chart2/source/view/axes/VCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VCoordinateSystem.cxx
@@ -208,10 +208,7 @@ std::vector< Reference< beans::XPropertySet > > 
VCoordinateSystem::getGridListFr
 
 void VCoordinateSystem::impl_adjustDimension( sal_Int32& rDimensionIndex )
 {
-if( rDimensionIndex<0 )
-rDimensionIndex=0;
-if( rDimensionIndex>2 )
-rDimensionIndex=2;
+rDimensionIndex = std::clamp(rDimensionIndex, 0, 2);
 }
 
 void VCoordinateSystem::impl_adjustDimensionAndIndex( sal_Int32& 
rDimensionIndex, sal_Int32& rAxisIndex ) const
@@ -419,7 +416,7 @@ VAxisBase* VCoordinateSystem::getVAxis( sal_Int32 
nDimensionIndex, sal_Int32 nAx
 tFullAxisIndex aFullAxisIndex( nDimensionIndex, nAxisIndex );
 
 tVAxisMap::const_iterator aIt = m_aAxisMap.find( aFullAxisIndex );
-if( aIt != m_aAxisMap.end() )
+if (aIt != m_aAxisMap.cend())
 pRet = aIt->second.get();
 
 return pRet;
@@ -455,26 +452,26 @@ void VCoordinateSystem::set3DWallPositions( 
CuboidPlanePosition eLeftWallPos, Cu
 
 void VCoordinateSystem::createMaximumAxesLabels()
 {
-for (auto const& elem : m_aAxisMap)
+for (auto const&[unused, pVAxis] : m_aAxisMap)
 {
-VAxisBase* pVAxis = elem.second.get();
-if( pVAxis )
+(void)unused;
+if (pVAxis)
 {
-if(pVAxis->getDimensionCount()==2)
-pVAxis->setTransformationSceneToScreen( m_aMatrixSceneToScreen 
);
+if (pVAxis->getDimensionCount() == 2)
+pVAxis->setTransformationSceneToScreen(m_aMatrixSceneToScreen);
 

[Libreoffice-bugs] [Bug 148405] FILEOPEN: Font dircect formatting of a hyperlink disappears after reload (perhaps document specific)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148405

--- Comment #10 from J William Cupp  ---
If I am doing something wrong then I just need to know what.  This behavior has
been consistent for a very long time; I just put up with it.  But I finally
figured, others may be having the same issue.  So let's open up a bug report
and see if this is something that can be overcome.

Thanks for looking at it.

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

Compile LibreOffice Draw stand-alone app

2022-05-10 Thread Pierre-Antoine Foulquier

Hi,

Is there a way to recompile LibreOffice from sources only with the Draw module 
on macOS ?


We are looking for the ability to have text edition on pdf document without 
have many word or spreadsheet apps.

I’ve eared its possible on Linux versions to have stand alone apps from 
LibreOffice.

If it's possible, is there an how-to some where ?

Some days about looking on the web… but no relevant results founded.

Have a nice day.

Pierre-Antoine

[Libreoffice-bugs] [Bug 149014] enhancement: use all decimals for calculations but don't require displaying

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149014

--- Comment #3 from David Melik  ---
That was it (besides altering it for certain cells, rows, or columns, and it's
different on the row of sums.)

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

[Libreoffice-bugs] [Bug 149014] enhancement: use all decimals for calculations but don't require displaying

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149014

David Melik  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #9 from Eyal Rozenberg  ---
(In reply to Heiko Tietze from comment #4)
> (In reply to Cor Nouws from comment #2)
> > and the HUD is what for LibreOffice?
> 
> Help > Search Command (Shift+Esc)

You mean, a text box for search all possible commands?

I think I'm against. Reporter - why not just add a HUD on your own? Why do you
believe it needs to be there by default?

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

[Libreoffice-ux-advise] [Bug 148967] Include a HUD inside the Standard toolbar

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #9 from Eyal Rozenberg  ---
(In reply to Heiko Tietze from comment #4)
> (In reply to Cor Nouws from comment #2)
> > and the HUD is what for LibreOffice?
> 
> Help > Search Command (Shift+Esc)

You mean, a text box for search all possible commands?

I think I'm against. Reporter - why not just add a HUD on your own? Why do you
believe it needs to be there by default?

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

[Libreoffice-bugs] [Bug 148470] simple Chinese user interface tooltip display error on Apple M1 Macos 12

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148470

enhua_2...@163.com changed:

   What|Removed |Added

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

--- Comment #21 from enhua_2...@163.com ---
(In reply to Caolán McNamara from comment #19)
> my attempt at this is https://gerrit.libreoffice.org/c/core/+/134131

Hi, it works, thank you very much!

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

[Libreoffice-bugs] [Bug 149024] New: Program freezes on window rearrangements from the Amethyst tiling plug-in for Mac

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149024

Bug ID: 149024
   Summary: Program freezes on window rearrangements from the
Amethyst tiling plug-in for Mac
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eekleef...@gmail.com

I seem to have hit upon an interesting edge case, causing LibreOffice to freeze
on the Mac. This happens in combination with a free/open-source tiling window
manager plug-in for the Mac, called Amethyst.

When an automated window tiling takes place from Amethyst, my LibreOffice
window often freezes into the spinning rainbow beachball, and cannot be
recovered. Even after quitting Amethyst, the LibreOffice window remains frozen
and has to be force-quit. The freezes do not happen if Amethyst is disabled
while I am using LibreOffice.

Since both of these are open-source programs, hopefully fixing this problem
won’t be too difficult to figure out in terms of finding the conflict. (Though
I’ll admit, I’m not a programmer and not an expert at this stuff.)

Thank you for your time.

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

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

2022-05-10 Thread Eike Rathke (via logerrit)
 sc/source/ui/view/tabvwsha.cxx |   12 
 1 file changed, 12 insertions(+)

New commits:
commit 23689e492feb41a391738586cef04ab82cc21f80
Author: Eike Rathke 
AuthorDate: Tue May 10 18:39:27 2022 +0200
Commit: Eike Rathke 
CommitDate: Wed May 11 00:26:01 2022 +0200

Resolves: tdf#132582 Display duration for calculated time values selection

Change-Id: I634cd0fb059ed9c35849b435bcbd178cd84ac2ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134132
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 393a59cc4d42..7d57d26534fe 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -127,6 +128,17 @@ bool ScTabViewShell::GetFunction( OUString& rFuncStr, 
FormulaError nErrCode )
 {
 // number format from attributes or formula
 nNumFmt = rDoc.GetNumberFormat( nPosX, nPosY, nTab );
+// If the number format is time (without date) and the
+// result is not within 24 hours, use a duration
+// format. Summing date+time doesn't make much sense
+// otherwise but we also don't want to display duration
+// for a single date+time value.
+if (nVal < 0.0 || nVal >= 1.0)
+{
+const SvNumberformat* pFormat = 
pFormatter->GetEntry(nNumFmt);
+if (pFormat && (pFormat->GetType() == 
SvNumFormatType::TIME))
+nNumFmt = pFormatter->GetTimeFormat( nVal, 
pFormat->GetLanguage(), true);
+}
 }
 
 OUString aValStr;


[Libreoffice-bugs] [Bug 138880] Paragraph Style: Bottom Padding doesn't work when borders are OFF

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138880

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #7 from Regina Henschel  ---
It is complicated, see the specification of attribute style:join-border.
https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#property-style_join-border

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

[Libreoffice-bugs] [Bug 145287] Detached toolbars can no longer be moved (GTK3)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145287

Aron Budea  changed:

   What|Removed |Added

  Regression By||Caolán McNamara
 CC||aron.bu...@gmail.com

--- Comment #18 from Aron Budea  ---
I encountered this as well, and can consistently repro with the Color toolbar,
steps:

- Open a document with an image, eg. attachment 180049 from bug 149023,
- Click on an image to select it,
- On the Image toolbar, click the Color button (last one), which brings up a
panel with settings,
- Click on the panel, and then the closing [X].

=> Nothing happens. Same if you try to move it.

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

[Libreoffice-bugs] [Bug 149023] Unexpected change of color property after changing once, and selecting another image

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149023

Aron Budea  changed:

   What|Removed |Added

  Regression By||Caolán McNamara
 Status|UNCONFIRMED |NEW
 CC||aron.bu...@gmail.com,
   ||caol...@redhat.com
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 149023] New: Unexpected change of color property after changing once, and selecting another image

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149023

Bug ID: 149023
   Summary: Unexpected change of color property after changing
once, and selecting another image
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aron.bu...@gmail.com

Created attachment 180049
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180049=edit
Sample ODT

- Open the attached sample with two images,
- Click on one of the images to select it,
- On the Image toolbar, click the Color button (last one), which brings up a
panel with settings,
- Change one of the properties, eg. Brightness to 50%, and press enter,
- Click on the other image.

=> The other image is changed as well.

Reproduced using LO 7.4.0.0.alpha0+ (67d8c245daf7c6ee33e908255f2bbd0ea8d08206),
7.0.0.3 / Windows.
Fine in 6.4.0.3.

Bibisected to the following commit using repo bibisect-win64-7.0, adding CC: to
Caolán McNamara.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=75bd1ba4cd4eea179092f3c8fd7aa6b903b17993
author  Caolán McNamara 2020-02-07 13:25:08
+
committer   Caolán McNamara 2020-02-07 20:49:04
+0100

weld ImplGrafControl ItemWindow

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

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

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128091

Tapani  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #18 from Tapani  ---
(In reply to Xisco Faulí from comment #17)
> Thanks for reporting this issue.
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

Yes, it's still a problem. Nothing has changed.

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

[Libreoffice-bugs] [Bug 148501] Rendering of shape 'Octagon Bevel' is faulty

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148501

Regina Henschel  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 148707] Multiple V or B commands are not rendered ODF conform

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148707

Regina Henschel  changed:

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: translations

2022-05-10 Thread Martin Srebotnjak (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52ebc944cf9c45ad6dc7f925c685472dfb7fc3e6
Author: Martin Srebotnjak 
AuthorDate: Tue May 10 22:53:47 2022 +0200
Commit: Gerrit Code Review 
CommitDate: Tue May 10 22:53:47 2022 +0200

Update git submodules

* Update translations from branch 'master'
  to d36f933b283e37e9bc85fc735a6df888154737f7
  - Updated Slovenian translation

Change-Id: Iee6df28adec7863a8e2fcfff70b5f4056e393aad

diff --git a/translations b/translations
index 542c2f1192e8..d36f933b283e 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 542c2f1192e848ca6ccf4f89b770774f7fbc6508
+Subproject commit d36f933b283e37e9bc85fc735a6df888154737f7


[Libreoffice-commits] translations.git: source/sl

2022-05-10 Thread Martin Srebotnjak (via logerrit)
 source/sl/helpcontent2/source/text/sbasic/shared.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d36f933b283e37e9bc85fc735a6df888154737f7
Author: Martin Srebotnjak 
AuthorDate: Tue May 10 22:53:41 2022 +0200
Commit: Andras Timar 
CommitDate: Tue May 10 22:53:41 2022 +0200

Updated Slovenian translation

Change-Id: Iee6df28adec7863a8e2fcfff70b5f4056e393aad

diff --git a/source/sl/helpcontent2/source/text/sbasic/shared.po 
b/source/sl/helpcontent2/source/text/sbasic/shared.po
index 4e9204a2b1e..2067fc62f13 100644
--- a/source/sl/helpcontent2/source/text/sbasic/shared.po
+++ b/source/sl/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
 "Project-Id-Version: LibreOffice 7.4\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2022-05-03 11:40+0200\n"
-"PO-Revision-Date: 2022-05-03 14:05+0200\n"
+"PO-Revision-Date: 2022-05-10 21:52+0200\n"
 "Last-Translator: Martin Srebotnjak \n"
 "Language-Team: sl.libreoffice.org\n"
 "Language: sl\n"
@@ -12671,7 +12671,7 @@ msgctxt ""
 "par_idN10656\n"
 "help.text"
 msgid "Quarter"
-msgstr "Četrt"
+msgstr "Četrtletje"
 
 #: 03030110.xhp
 msgctxt ""


[Libreoffice-bugs] [Bug 149021] Incorrección en el apartado de idiomas.

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149021

LeroyG  changed:

   What|Removed |Added

  Component|Base|LibreOffice
Version|7.3.3.2 release |7.2.3.2 release
   Hardware|x86-64 (AMD64)  |All
   Severity|trivial |minor
 OS|Windows (All)   |All

--- Comment #1 from LeroyG  ---
I changed the bug Component from Base to LibreOffice, because it affect more
than one module.

Writer, Impress, Draw: menu Format - Character - Font tab, Language field.
Calc: menu Format - Cells - Numbers tab, Language field.

Also you can choose menu Tool - Options - Language Settings - Languages (or
secondary click the status bar on the language field and choose More), and
search in the Western languages for documents.

English UI says Catalan (Valencian).

I can not discuss what the correct language name is.

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

[Libreoffice-bugs] [Bug 62332] FORMATTING: Allow to assign Layouts to Master Slides, effectively creating a new "Master Slide+Layout combination" for presentations in Impress

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62332

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #24 from Regina Henschel  ---
The ODF-TC has created issue
https://issues.oasis-open.org/projects/OFFICE/issues/OFFICE-4127. It is set to
"ODF-Later". That means, that the ODF-TC has postponed further work on it till
an application developer team is going to implement such feature, and the
ODF-TC hopes the developers will contact the ODF-TC to discuss a suitable
extension of the ODF standard.

The TDF is planning a tender "Decouple master slide and layouts". The wording
of the title is misleading, but for details see
https://wiki.documentfoundation.org/Development/Budget2022#Decouple_master_slide_and_layouts
where this bug report is referenced.

Discussion about the tender will take place on the "board-discuss" mailing
list. For details (subscribe, archive) about the list see
https://www.libreoffice.org/get-help/mailing-lists/.

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

[Libreoffice-commits] core.git: translations

2022-05-10 Thread Andras Timar (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cb90a63846c2898974c5345a369a049ce0a81772
Author: Andras Timar 
AuthorDate: Tue May 10 22:35:28 2022 +0200
Commit: Gerrit Code Review 
CommitDate: Tue May 10 22:35:28 2022 +0200

Update git submodules

* Update translations from branch 'master'
  to 542c2f1192e848ca6ccf4f89b770774f7fbc6508
  - sl: typo fix

Change-Id: Ib2330886ca3a0072543e017deda7a78985602190

diff --git a/translations b/translations
index df1f1ea62f4f..542c2f1192e8 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit df1f1ea62f4f5c39d4800a59814baace6363e8e1
+Subproject commit 542c2f1192e848ca6ccf4f89b770774f7fbc6508


[Libreoffice-commits] translations.git: source/sl

2022-05-10 Thread Andras Timar (via logerrit)
 source/sl/helpcontent2/source/text/sbasic/shared.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 542c2f1192e848ca6ccf4f89b770774f7fbc6508
Author: Andras Timar 
AuthorDate: Tue May 10 22:35:21 2022 +0200
Commit: Andras Timar 
CommitDate: Tue May 10 22:35:21 2022 +0200

sl: typo fix

Change-Id: Ib2330886ca3a0072543e017deda7a78985602190

diff --git a/source/sl/helpcontent2/source/text/sbasic/shared.po 
b/source/sl/helpcontent2/source/text/sbasic/shared.po
index bf12da63091..4e9204a2b1e 100644
--- a/source/sl/helpcontent2/source/text/sbasic/shared.po
+++ b/source/sl/helpcontent2/source/text/sbasic/shared.po
@@ -33111,7 +33111,7 @@ msgctxt ""
 "par_id3150451\n"
 "help.text"
 msgid "arg0, arg1 …: The Function optional 
parameters given as positional arguments."
-msgstr "arg0, arg1 ... : neobvezni parametri funkcije 
Function, podani kot položajni argumenti."
+msgstr "arg0, arg1 ... : neobvezni parametri funkcije 
Function, podani kot položajni argumenti."
 
 #: CallByName.xhp
 msgctxt ""


[Libreoffice-bugs] [Bug 147868] "[+] Add New sheet" button should be disabled when "Spreadsheet structure" is protected

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147868

Hossein  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149017] FORMATTING REGRESSION Badly broken text rendering of justified hyphenated pargraphs (space added, chars swapped)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149017

Emanuele Gissi  changed:

   What|Removed |Added

  Regression By|mark...@gmail.com   |

--- Comment #9 from Emanuele Gissi  ---
Great, thank you for confirming.
I am happy to be useful!

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

[Libreoffice-bugs] [Bug 149022] Shaping of Arabic text is broken when coloring a middle character

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149022

--- Comment #1 from Munzir Taha  ---
Created attachment 180048
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180048=edit
shaping is broken as shown in image

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

[Libreoffice-bugs] [Bug 149022] New: Shaping of Arabic text is broken when coloring a middle character

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149022

Bug ID: 149022
   Summary: Shaping of Arabic text is broken when coloring a
middle character
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: munzirt...@gmail.com

Created attachment 180047
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180047=edit
shaping is broken in the .odt

In the attached document, the first line is how it should look, whereas in the
second line, the shaping of two characters is broken.

If "Formatting Marks" are removed, only one character (LAM before ALEF) is
broken.

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

[Libreoffice-bugs] [Bug 149006] freeze mp4 video file with Impress 7.3.2.2

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149006

--- Comment #4 from raal  ---
No repro with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 10f3cb6aa8794d063ae5990066fcfa006d47c512
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

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

[Libreoffice-bugs] [Bug 149017] FORMATTING REGRESSION Badly broken text rendering of justified hyphenated pargraphs (space added, chars swapped)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149017

--- Comment #8 from raal  ---
(In reply to Emanuele Gissi from comment #6)
> I am sorry, I do not understand if this is useful or not...

Very useful

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

[Libreoffice-bugs] [Bug 149017] FORMATTING REGRESSION Badly broken text rendering of justified hyphenated pargraphs (space added, chars swapped)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149017

raal  changed:

   What|Removed |Added

 CC||mark...@gmail.com,
   ||r...@post.cz
 Status|UNCONFIRMED |NEW
   Keywords||bisected
 Ever confirmed|0   |1
  Regression By||mark...@gmail.com

--- Comment #7 from raal  ---
Confirm with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 10f3cb6aa8794d063ae5990066fcfa006d47c512
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

https://git.libreoffice.org/core/+/7418fc88021a7d2cb45eb3b029466ed7a14d3338

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

[Libreoffice-bugs] [Bug 149019] Automatic text wrapping breaks when "very large spreadsheets" enabled

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149019

raal  changed:

   What|Removed |Added

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

--- Comment #4 from raal  ---
Thanks for testing. Maybe the fix will be incorporated in the 7.3.x, IDK.
Closing the bug.

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

[Libreoffice-bugs] [Bug 149019] Automatic text wrapping breaks when "very large spreadsheets" enabled

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149019

--- Comment #3 from Karl deSouza  ---
Raal, thanks for your reply.  Downloaded LibreOfficeDev 7.4.0.0.alpha0+ Build
e5fb120a32d04e241b35a7e63894c744196f576b.  The issue seems to be resolved. Cell
contents wrap correctly in cell and completely appear; no more phantom multiple
row gridlines in cell with wrap text automatically enabled; no misaligned
columns in the spreadsheet after resizing the row containing the cell with wrap
text automatically enabled.  (See attached pic)

So I guess we wait for version 7.4 to resolve this issue?  No fix for 7.3.x or
the stable branch 7.2.x?

I noticed two things in the Dev version:
1) the cell has a lot of whitespace at the top after enabling wrap text
automatically; the row height is not optimal if the vertical alignment of the
cell is set to "Default"

2) though having lots of empty space, the tabbed ribbon is missing tons of
icons until either I click >> or if the window is maximized

All kudos the devs who have made and continue to make LO amazing. I think LO is
superior to other office suites - free and proprietary - and is my preferred
office suite but it's these idiosyncrasies that make me hesitate to others who
are less technical and wouldn't know what to do if they encounter things like
this.

Thanks again for your help.

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

[Libreoffice-bugs] [Bug 149019] Automatic text wrapping breaks when "very large spreadsheets" enabled

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149019

--- Comment #2 from Karl deSouza  ---
Created attachment 180046
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180046=edit
Screenshot: automatic text wrapping with very large spreadsheet seems to work
for LO 7.4.0.0 alpha

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

[Libreoffice-bugs] [Bug 149017] FORMATTING REGRESSION Badly broken text rendering of justified hyphenated pargraphs (space added, chars swapped)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149017

--- Comment #6 from Emanuele Gissi  ---
I am sorry, I do not understand if this is useful or not...

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

[Libreoffice-bugs] [Bug 142635] Copy+paste a sheet with chart results in incorrect chart's data ranges

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142635

--- Comment #15 from LeroyG  ---
Do not need to close the document and create a new one; just copy, then add a
sheet to the left of the original, and the data becomes linked to the original
data cells.

See
https://ask.libreoffice.org/t/copy-tab-in-calc-with-charts-and-have-the-charts-link-to-data-in-the-new-tab/77342/7?u=leroyg

Not reproducible with version 7.2.3.2 on Linux.

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

[Libreoffice-bugs] [Bug 148730] UI: Unexpected tristate situation in Format -> Paragraph -> Text flow tab

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148730

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||olivier.hallot@libreoffice.
   ||org, r...@post.cz
  Regression By||olivier.hallot@libreoffice.
   ||org

--- Comment #5 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Olivier Hallot; Could you possibly take a look at this one?
Thanks

3cf51b1a45feb45e79dd0cec2b1d39577de11227 is the first bad commit
commit 3cf51b1a45feb45e79dd0cec2b1d39577de11227
Author: Matthew Francis 
Date:   Fri Sep 18 10:33:34 2015 +0800

source-hash-f54e175eb903af9fd7c7fc38ef09b203310ec5ae

commit f54e175eb903af9fd7c7fc38ef09b203310ec5ae
Author: Olivier Hallot 
AuthorDate: Sat Feb 16 10:10:34 2013 -0200
Commit: Caolán McNamara 
CommitDate: Mon Feb 18 14:59:30 2013 +

Widget UI for Text Flow tab page

* Need to address help for the page

Conflicts:
cui/UI_cui.mk

Change-Id: I7e4d9c9827ba80986059ff628d02f798eabbb4f6
Reviewed-on: https://gerrit.libreoffice.org/2184
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

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

[Libreoffice-bugs] [Bug 149017] FORMATTING REGRESSION Badly broken text rendering of justified hyphenated pargraphs (space added, chars swapped)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149017

Emanuele Gissi  changed:

   What|Removed |Added

   Keywords||bibisected, regression

--- Comment #5 from Emanuele Gissi  ---
This evening I learned how to bibisect ;-)
Here is the result:

bf268c31caec86de1f7e0f995437ead12ac6ba72 is the first bad commit
commit bf268c31caec86de1f7e0f995437ead12ac6ba72
Author: Jenkins Build User 
Date:   Tue Apr 19 13:59:17 2022 +0200

source sha:7418fc88021a7d2cb45eb3b029466ed7a14d3338

source sha:7418fc88021a7d2cb45eb3b029466ed7a14d3338

 instdir/program/libswlo.so | Bin 22890520 -> 22890520 bytes
 instdir/program/setuprc|   2 +-
 instdir/program/versionrc  |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

8<---

And here the log:

# bad: [16f1762399466f3c1786d87df5e24b338a99803f] source
sha:10f3cb6aa8794d063ae5990066fcfa006d47c512
# good: [36b1ce7e6118699fd36c37261da7f24f935b41ac] source
sha:229123ccc6f90ebf66b3e659bebbd53f8a9bdd3a
git bisect start 'origin/master' 'oldest'
# good: [d62c3181450226fe8764d625ce29c2d896ef7ef2] source
sha:6a3f402f44572ddaa409915a5d67c10cec8d63b5
git bisect good d62c3181450226fe8764d625ce29c2d896ef7ef2
# good: [296f275993a04a49c4084c7cf82563f45f474e27] source
sha:a0202e0b8c5757c3dbb5f0938a4305fbe2db9429
git bisect good 296f275993a04a49c4084c7cf82563f45f474e27
# good: [ad39d2b2bed9360da794d8dffe4d22a365dbb322] source
sha:e8157e60561b950f6a7d8a577145f034912e742d
git bisect good ad39d2b2bed9360da794d8dffe4d22a365dbb322
# bad: [ac51595523c980746da56d307b5f7fe534935a8f] source
sha:50e40364f5f60d1e4aa6aaacd48383cd98b3a25e
git bisect bad ac51595523c980746da56d307b5f7fe534935a8f
# bad: [4a140c904873000481f2e69b746c7a3fe43f0958] source
sha:14b39046ab70d71bf434f4a44b628d3f2c2bde12
git bisect bad 4a140c904873000481f2e69b746c7a3fe43f0958
# bad: [dc6c9a828978f5d237abfe660b8f89142e333cea] source
sha:dc886bc6de2c0061a840bea2426663c3be2ecd26
git bisect bad dc6c9a828978f5d237abfe660b8f89142e333cea
# bad: [64a4e3eedb23c7fad398a820ca69e255b78eab48] source
sha:6500106dff0f0cd86f509ffd01542aab77c21596
git bisect bad 64a4e3eedb23c7fad398a820ca69e255b78eab48
# good: [490291fc0c909a03fd5bba40ee8bc7563793c8c1] source
sha:e50f6cefdc92d98b16abcdaad11f1eb046dc7652
git bisect good 490291fc0c909a03fd5bba40ee8bc7563793c8c1
# good: [5d241fe802c72907511304da49a7672038c657cd] source
sha:b12727e15a82216f709ccb6e37a9029d60ad4831
git bisect good 5d241fe802c72907511304da49a7672038c657cd
# bad: [9ce7ea99c9971aa6a86cddea3216fe86063a335b] source
sha:e0c424ba729e4659ce1007254adbbceafbeaef5b
git bisect bad 9ce7ea99c9971aa6a86cddea3216fe86063a335b
# good: [af84c263b904ffb1cf19459fdacb31eb634d8a22] source
sha:a93346144e2948fc5b2afc31601eb49a1a2838eb
git bisect good af84c263b904ffb1cf19459fdacb31eb634d8a22
# bad: [bf268c31caec86de1f7e0f995437ead12ac6ba72] source
sha:7418fc88021a7d2cb45eb3b029466ed7a14d3338
git bisect bad bf268c31caec86de1f7e0f995437ead12ac6ba72
# good: [0c773a2937620343b95ecde61fd7663716effbdd] source
sha:2f5cc5a4249feb4ffded2892aef5957d2aed192f
git bisect good 0c773a2937620343b95ecde61fd7663716effbdd
# first bad commit: [bf268c31caec86de1f7e0f995437ead12ac6ba72] source
sha:7418fc88021a7d2cb45eb3b029466ed7a14d3338

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

[Libreoffice-bugs] [Bug 148433] Extreme keyboard input delays on linux in paragraphs which contain both rtl and ltr characters

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148433

--- Comment #35 from Yotam Benshalom  ---
The problem indeed disappears, along with the cursor indicator, when running:
export SAL_DISABLE_CURSOR_INDICATOR=1 && /opt/libreofficedev7.4/program/soffice

In case the issue is not resolved, can this behaviour stay in place? One of my
jobs is adding diacritics to entire books, and this bug makes it almost
impossible.

FWIW, I don't really understand the reason behind the current implementation of
the cursor direction indicator. I don't need an indicator telling me whether an
existing character is rtl or not, because I can see that for myself. What I do
need (or at least would appreciate) is an indicator that would tell me whether
the character I am about to type is ltr or rtl, based on my current keyboard
input language - exactly the way it is implemented in the comment textbox I am
using right now via firefox. If I am not mistaken, this is the way ms word does
it as well.

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

[Libreoffice-bugs] [Bug 149021] New: Incorrección en el apartado de idiomas.

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149021

Bug ID: 149021
   Summary: Incorrección en el apartado de idiomas.
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kkcorreo...@gmail.com

Description:
Cuando quiero seleccionar la lengua Valenciana aparece como "Catalán
(Valencia)", este es un error puesto que el Valenciano es una lengua a parte
del Catalán y debe ser "Valencià" o "Valenciano"

Steps to Reproduce:
1.Abrir LibreOffice.
2.En "herramientas" abrir "Idioma", "para todo el texto", "más" y en "formatos"
seleccionar "Catalán (Valencia)".


Actual Results:
Aparece "Catalán(Valencia)" y no "Valencià" o "Valenciano"

Expected Results:
Debería parecer el Valenciano como "Valencià" o "Valenciano" y no como "Catalán
(Valencia)"


Reproducible: Always


User Profile Reset: No



Additional Info:
Es necesario este cambio de inmediato puesto que es un error muy grave.

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

[Libreoffice-bugs] [Bug 148632] Point Bookmarks are not removed when the Table of Contents are removed. Can't get rid of them

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148632

raal  changed:

   What|Removed |Added

  Regression By||heiko.tietze@documentfounda
   ||tion.org
   Keywords|bibisectRequest |bibisected, bisected
 CC||heiko.tietze@documentfounda
   ||tion.org, r...@post.cz

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Heiko Tietze; Could you possibly take a look at this one?
Thanks

1e01a0e3cda0e026333bb266737547f00866babc is the first bad commit
commit 1e01a0e3cda0e026333bb266737547f00866babc
Author: Jenkins Build User 
Date:   Fri Oct 1 10:39:42 2021 +0200

source sha:5836cd37b6d292b1b4e72d5a5a6dc9029c5cf730

https://git.libreoffice.org/core/+/5836cd37b6d292b1b4e72d5a5a6dc9029c5cf730
   Resolves tdf#144677 - Show bookmarks like fields

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

[Libreoffice-bugs] [Bug 143061] Zotero add on makes Libre office crash

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143061

Timur  changed:

   What|Removed |Added

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

--- Comment #4 from Timur  ---
No response. Anyway, there are other Zotero reports.

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

[Libreoffice-bugs] [Bug 149016] LibreOffice crashes when *using* Zotero add-on or opening a file in which Zotero add-on has been used

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149016

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Timur  ---
Rule of thumb is search before reporting. Mac and Zotero have many bugs. 
Please search, for example see
https://bugs.documentfoundation.org/show_bug.cgi?id=144060

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

[Libreoffice-bugs] [Bug 127250] [META] Text formatting issues when inserting or overwriting

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127250

Dieter  changed:

   What|Removed |Added

 Depends on||148405


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148405
[Bug 148405] FILEOPEN: Font dircect formatting of a hyperlink disappears after
reload (perhaps document specific)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107318] [META] Clear formatting and clear direct formatting issues

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Dieter  changed:

   What|Removed |Added

 Depends on||148405


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148405
[Bug 148405] FILEOPEN: Font dircect formatting of a hyperlink disappears after
reload (perhaps document specific)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148405] FILEOPEN: Font dircect formatting of a hyperlink disappears after reload (perhaps document specific)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148405

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Blocks||107318, 127250
 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All
Summary|Difficult to change Font|FILEOPEN: Font dircect
   |face on Hyperlink displayed |formatting of a hyperlink
   |text|disappears after reload
   ||(perhaps document specific)

--- Comment #9 from Dieter  ---
Now I see, what has happened. Paragraph has character style "Teletype" with
font "DejaVu Sans Mono". If you insert a hyperlink (and also after saving) it
has still that character style and the direct formatted font Times New Roman.
But if you reload or reopen document direct formatting gets lost.

Version: 7.3.3.2 (x64) / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
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

Additional information
But I can't confirm with a fresh document, but when I copy part of attachment
180016 into a new document, I can reproduce. So it might be related to other
settings in attached document.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clear formatting and clear direct formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=127250
[Bug 127250] [META] Text formatting issues when inserting or overwriting
-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Crash test update

2022-05-10 Thread Caolán McNamara
On Tue, 2022-05-10 at 15:48 +, crashtest wrote:
> Hi,
> 
> New crashtest update available at
> https://dev-builds.libreoffice.org/crashtest/d4ec15d5b7c64cd62b6f729c
> 1334c167da5886b4/
> 
> 91 files have crashed during import.

crashtesting has returned thanks to Guilhem and the gang. Sampling
backtraces gives pretty much the same assert/crash every time, which
looks the same SalLayoutGlyphsCache::GetLayoutGlyphs related one seen
in tdf#148954



[Libreoffice-bugs] [Bug 139665] Direct paste in comment box using context menu not possible, disappears

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139665

Telesto  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |bibisected, bisected

--- Comment #8 from Telesto  ---
It's not really a regression. The comment box increased in size; it's now a
true box today, in the past a single line rectangle

However right clicking only works for paragraph line, if you click below the
cursor position the whole comment box disappears. So the 'box' (square) makes
the problem more apparent

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

[Libreoffice-bugs] [Bug 148470] simple Chinese user interface tooltip display error on Apple M1 Macos 12

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148470

--- Comment #20 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4b693a0c594fb3b73f4a4c1e03e9916f1a107012

tdf#148470 if macOS glyph fallback provided a partial result flag what failed

It will be available in 7.4.0.

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

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

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

[Libreoffice-bugs] [Bug 148470] simple Chinese user interface tooltip display error on Apple M1 Macos 12

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148470

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

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

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

2022-05-10 Thread Caolán McNamara (via logerrit)
 vcl/quartz/salgdi.cxx |   20 
 1 file changed, 20 insertions(+)

New commits:
commit 4b693a0c594fb3b73f4a4c1e03e9916f1a107012
Author: Caolán McNamara 
AuthorDate: Tue May 10 16:44:27 2022 +0100
Commit: Caolán McNamara 
CommitDate: Tue May 10 20:33:48 2022 +0200

tdf#148470 if macOS glyph fallback provided a partial result flag what 
failed

so another font can be attempted for the remainder

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

diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 98b00b305366..1ce488be9c4d 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -73,6 +74,12 @@ public:
 bool FindFontSubstitute(vcl::font::FontSelectPattern&, 
LogicalFontInstance* pLogicalFont, OUString&) const override;
 };
 
+bool FontHasCharacter(CTFontRef pFont, const OUString& rString, sal_Int32 
nIndex, sal_Int32 nLen)
+{
+CGGlyph glyphs[nLen];
+return CTFontGetGlyphsForCharacters(pFont, reinterpret_cast(rString.getStr() + nIndex), glyphs, nLen);
+}
+
 }
 
 bool 
CoreTextGlyphFallbackSubstititution::FindFontSubstitute(vcl::font::FontSelectPattern&
 rPattern, LogicalFontInstance* pLogicalFont,
@@ -89,6 +96,19 @@ bool 
CoreTextGlyphFallbackSubstititution::FindFontSubstitute(vcl::font::FontSele
 {
 bFound = true;
 
+// tdf#148470 remove the resolved chars from rMissing to flag 
which ones are still missing
+// for an attempt with another font
+OUStringBuffer aStillMissingChars;
+for (sal_Int32 nStrIndex = 0; nStrIndex < 
rMissingChars.getLength();)
+{
+sal_Int32 nOldStrIndex = nStrIndex;
+rMissingChars.iterateCodePoints();
+sal_Int32 nCharLength = nStrIndex - nOldStrIndex;
+if (!FontHasCharacter(pFallback, rMissingChars, nOldStrIndex, 
nCharLength))
+aStillMissingChars.append(rMissingChars.getStr() + 
nOldStrIndex, nCharLength);
+}
+rMissingChars = aStillMissingChars.toString();
+
 CTFontDescriptorRef pDesc = CTFontCopyFontDescriptor(pFallback);
 FontAttributes rAttr = DevFontFromCTFontDescriptor(pDesc, nullptr);
 


[Libreoffice-bugs] [Bug 107332] [META] Calc cell and page styles bugs and enhancements

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332
Bug 107332 depends on bug 108188, which changed state.

Bug 108188 Summary: PageStyle property "isInUse" is always true
https://bugs.documentfoundation.org/show_bug.cgi?id=108188

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 139665] Direct paste in comment box using context menu not possible, disappears

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139665

--- Comment #7 from Telesto  ---
Created attachment 180045
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180045=edit
Bibisect log

Bisected to

author  Armin Le Grand 2018-03-01 15:54:32
+0100
committer   Armin Le Grand   2018-04-06 22:29:02
+0200
commit  6c14c27c75a03e2363f2b363ddf0a6f2f46cfa91 (patch)
treee66f50adb222dbc1490b4df2d3c63541dad999ac
parent  e1b247a843c5eb850fe0079819239d9883412d38 (diff)
SOSAW080: Added first bunch of basic changes to helpers
SOSAW080: Make SdrModel& prerequisite to SdrObjects

Added need for SdrModel& in constructors of SdrModel,
SdrPage, SdrView and SdrObjList. Builds, not finished.

SOSAW080: removed and replaced old SdrModel

Removed and replaced GetModel()/SetModel() in all using
classes (SdrObject, SdrPage, SdrView), added accessors
to new referenced SdrModel, adapted all accessing places.
Refactored/Extended ::Clone and ::operator== for these
classes to allow cloning objects to a target SdrModel.
Adapted places where this is done AFAP. Added quite some
comments (tagged with '') where possible further work
is needed. Builds completely, thus checking in. This does
not mean that this change is done yet.

SOSAW080: Adapted SdrPage/SdrModel relationship

Also needed to work on copy-construction of SdrPage and hierarchy,
quite some stuff removed, no copy-constructor anymore, no
MigrateItemPool stuff. Builds well, test stuck, will need
some cleanup/finetunung

SOSAW080: Smaller corrections/includes adapted

SOSAW080: Smaller corrections/includes adapted

SOSAW080: Debugging/Stabilizing/MakeUnitTestWork

SOSAW080: Stabilized for UnitTests, cleanups

SOSAW080: Adapted GetObjGraphic to just take a const SdrObject&

SOSAW080: Removed ChangeModel from classes

Classes SvxTextEditSource and SvxDrawPage (including
TextEditSource stuff) do not need change of SdrModel
anymore.

SOSAW080: Adapted some comments to make more readable

SOSAW080: Corrected constructor

SOSAW080: getSdrModelFromUnoModel added override marks

SOSAW080: Added missing includes

SOSAW080: Corrected SdrPage constructor

SOSAW080: Corrected some SdrObject::Clone scenarios

Especially when cloning to another SdrModel and taking
the sdr::properties into account.

SOSAW080: Added include for Mac-Build

SOSAW080: Added Scale to DefaultProperties

If a SdrModel change happens in DefaultProperties copy
constructor (used from Clone()), potentially a Scale
for the SfxItems has to be done.

SOSAW080: Added missing include for MacBuild

SOSAW080: Corrected CppunitTest_sc_anchor_test

An adaption of a SdrPathObj instantiation was missing,
added that. Seems as if that test is no tpart of the
usual 'make' scenario, but used/executed in gerrit builds

SOSAW080: Reworked SvxShape to use SdrObject's SdrModel

SOSAW080: Reworked SvxShape to use SdrObject's SdrModel

SOSAW080: Free SdrObjects when SdrModel goes down

In an UNO API test problem is that SvxShapes reference
SdrShapes, but these are not added to a SdrPage and not
'owned' by the SvxShape. Thus these do not get deleted
at all (same in master, memory leak). I extended
SvxShape::Notify the case for ModelCleared to also
Free the SdrObject when not owner and it's not added to
a SdrPage (in that case it gets deleted with deleting
the SdrModel)

SOSAW080: Solve UNO API calls that move SvxShapes to other Model

Due to UNO API tests I got a call to insert an xShape to a
xDrawPage which was constructed in another Model, this has now to
be done by Cloning the SdrObject to the new SdrModel, getting
rid of the old one and getting all the UNO implementation
stuff right (referemces SdrObject <-> xShape).

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

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

2022-05-10 Thread Andreas Heinisch (via logerrit)
 sc/qa/unit/bugfix-test.cxx  |   21 
 sc/qa/unit/data/ods/tdf108188_pagestyle.ods |binary
 sc/source/core/data/stlsheet.cxx|   35 +++-
 sfx2/source/dialog/StyleList.cxx|   15 
 4 files changed, 45 insertions(+), 26 deletions(-)

New commits:
commit ad79900cd62c487bda9d2515892d62b3b08a5dfa
Author: Andreas Heinisch 
AuthorDate: Sun May 8 14:31:00 2022 +0200
Commit: Andreas Heinisch 
CommitDate: Tue May 10 20:30:56 2022 +0200

tdf#108188, tdf#131190 - Verify that the page style is actually used

Change-Id: I007d26c6fcaf60d2a2378cc00e630da447f95a8a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134022
Tested-by: Andreas Heinisch 
Reviewed-by: Andreas Heinisch 

diff --git a/sc/qa/unit/bugfix-test.cxx b/sc/qa/unit/bugfix-test.cxx
index 3b3cc27439df..2975b0b0a834 100644
--- a/sc/qa/unit/bugfix-test.cxx
+++ b/sc/qa/unit/bugfix-test.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
@@ -63,6 +64,7 @@ public:
 void testTdf129789();
 void testTdf130725();
 void testTdf104502_hiddenColsCountedInPageCount();
+void testTdf108188_pagestyle();
 
 CPPUNIT_TEST_SUITE(ScFiltersTest);
 CPPUNIT_TEST(testTdf137576_Measureline);
@@ -87,6 +89,7 @@ public:
 CPPUNIT_TEST(testTdf129789);
 CPPUNIT_TEST(testTdf130725);
 CPPUNIT_TEST(testTdf104502_hiddenColsCountedInPageCount);
+CPPUNIT_TEST(testTdf108188_pagestyle);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -726,6 +729,24 @@ void 
ScFiltersTest::testTdf104502_hiddenColsCountedInPageCount()
 
 xShell->DoClose();
 }
+void ScFiltersTest::testTdf108188_pagestyle()
+{
+ScDocShellRef xDocSh = loadDoc(u"tdf108188_pagestyle.", FORMAT_ODS);
+CPPUNIT_ASSERT(xDocSh);
+
+// Check if the user defined page style is present
+const OUString aTestPageStyle = "TestPageStyle";
+ScDocument& rDoc = xDocSh->GetDocument();
+CPPUNIT_ASSERT_EQUAL(aTestPageStyle, rDoc.GetPageStyle(0));
+
+// Without the accompanying fix in place, the page styles are always used
+ScStyleSheetPool* pStylePool = rDoc.GetStyleSheetPool();
+CPPUNIT_ASSERT(pStylePool->Find(aTestPageStyle, 
SfxStyleFamily::Page)->IsUsed());
+CPPUNIT_ASSERT(!pStylePool->Find("Default", 
SfxStyleFamily::Page)->IsUsed());
+
+xDocSh->DoClose();
+}
+
 
 ScFiltersTest::ScFiltersTest()
   : ScBootstrapFixture( "sc/qa/unit/data" )
diff --git a/sc/qa/unit/data/ods/tdf108188_pagestyle.ods 
b/sc/qa/unit/data/ods/tdf108188_pagestyle.ods
new file mode 100644
index ..d0ecf9f88453
Binary files /dev/null and b/sc/qa/unit/data/ods/tdf108188_pagestyle.ods differ
diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx
index e485b5f7fc99..fdf09e7cde3e 100644
--- a/sc/source/core/data/stlsheet.cxx
+++ b/sc/source/core/data/stlsheet.cxx
@@ -250,19 +250,32 @@ SfxItemSet& ScStyleSheet::GetItemSet()
 
 bool ScStyleSheet::IsUsed() const
 {
-if ( GetFamily() == SfxStyleFamily::Para )
+switch (GetFamily())
 {
-// Always query the document to let it decide if a rescan is necessary,
-// and store the state.
-ScDocument* pDoc = 
static_cast(m_pPool)->GetDocument();
-if ( pDoc && pDoc->IsStyleSheetUsed( *this ) )
-eUsage = Usage::USED;
-else
-eUsage = Usage::NOTUSED;
-return eUsage == Usage::USED;
+case SfxStyleFamily::Para:
+{
+// Always query the document to let it decide if a rescan is 
necessary,
+// and store the state.
+ScDocument* pDoc = 
static_cast(m_pPool)->GetDocument();
+if ( pDoc && pDoc->IsStyleSheetUsed( *this ) )
+eUsage = Usage::USED;
+else
+eUsage = Usage::NOTUSED;
+return eUsage == Usage::USED;
+}
+case SfxStyleFamily::Page:
+{
+// tdf#108188 - verify that the page style is actually used
+ScDocument* pDoc = 
static_cast(m_pPool)->GetDocument();
+if (pDoc && pDoc->IsPageStyleInUse(GetName(), nullptr))
+eUsage = Usage::USED;
+else
+eUsage = Usage::NOTUSED;
+return eUsage == Usage::USED;
+}
+default:
+return true;
 }
-else
-return true;
 }
 
 void ScStyleSheet::Notify( SfxBroadcaster&, const SfxHint& rHint )
diff --git a/sfx2/source/dialog/StyleList.cxx b/sfx2/source/dialog/StyleList.cxx
index 6f8e3543aac8..a25050ead918 100644
--- a/sfx2/source/dialog/StyleList.cxx
+++ b/sfx2/source/dialog/StyleList.cxx
@@ -1321,21 +1321,6 @@ IMPL_LINK_NOARG(StyleList, EnableDelete, void*, void)
 {
 bEnableDelete = true;
 }
-else if (pStyle->GetFamily() == SfxStyleFamily::Page)
-{
-// Hack to 

[Libreoffice-bugs] [Bug 145757] saving AutoRecovery information cannot be setup, turned off

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145757

pharmankur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Libreoffice-commits] core.git: include/vcl vcl/inc

2022-05-10 Thread Andrea Gelmini (via logerrit)
 include/vcl/metric.hxx|2 +-
 vcl/inc/impfontmetricdata.hxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit adb5eca79f3ae0c80c8046e73d7a411734a1b75d
Author: Andrea Gelmini 
AuthorDate: Tue May 10 19:14:50 2022 +0200
Commit: Julien Nabet 
CommitDate: Tue May 10 20:06:38 2022 +0200

Fix typos

Change-Id: I48781032778c403420b3258c53e4be5d2b7531d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134133
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx
index 36964eef2347..b08403da81a3 100644
--- a/include/vcl/metric.hxx
+++ b/include/vcl/metric.hxx
@@ -76,7 +76,7 @@ private:
 tools::LongmnLineHeight;  // 
Ascent+Descent+EmphasisMark
 tools::LongmnSlant;   // Slant
 tools::LongmnBulletOffset;// Offset for 
non-printing character
-tools::LongmnHangingBaseline; // Offset from 
Romn baseline to hanigng baseline.
+tools::LongmnHangingBaseline; // Offset from 
Romn baseline to hanging baseline.
 
 boolmbFullstopCentered;
 };
diff --git a/vcl/inc/impfontmetricdata.hxx b/vcl/inc/impfontmetricdata.hxx
index 0ad29f3e821e..0d6ab70e97b5 100644
--- a/vcl/inc/impfontmetricdata.hxx
+++ b/vcl/inc/impfontmetricdata.hxx
@@ -117,7 +117,7 @@ private:
 tools::LongmnExtLeading;   // External Leading
 int mnSlant;// Slant (Italic/Oblique)
 tools::LongmnMinKashida;   // Minimal width of 
kashida (Arabic)
-tools::LongmnHangingBaseline;  // Offset of haning 
baseline to Romn baseline
+tools::LongmnHangingBaseline;  // Offset of hanging 
baseline to Romn baseline
 
 // font attributes queried from the font instance
 boolmbFullstopCentered;


[Libreoffice-bugs] [Bug 139665] Direct paste in comment box using context menu not possible, disappears

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139665

--- Comment #6 from Telesto  ---
(In reply to Jean-Baptiste Faure from comment #5)
> @telesto: could you provide the number of last working version to confirm
> the keyword regression?
> 
> Best regards. JBF

For the most part covered by comment 1, but checked again

Checked again, it's good in
Version: 6.0.0.0.alpha0+
Build ID: 9127d1a89cbfba89eb9df6755ea7b9e161cfc67a
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL

bad in 6.1

It's probably more where you right click (instead of speed). If you right click
exactly on the cursor it works, even today. 
In the past (prior 6.1) you could right click somewhere within the yellow area
and it worked..

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

[Libreoffice-bugs] [Bug 149002] It is impossible to delete a page break inserted right before a table

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149002

--- Comment #7 from m.a.riosv  ---
I see the same under LibreOffice and Word.
There are two tables, one per page.

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

[Libreoffice-bugs] [Bug 149014] enhancement: use all decimals for calculations but don't require displaying

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149014

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Maybe you have active Menu/Tools/Options/LibreOffice Calc/Calculate - General
calculation - Precision as show.

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

[Libreoffice-bugs] [Bug 121740] PPT (1, 2 MB) with Equation 3.0 objects is slow to load (was better with OO)

2022-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121740

--- Comment #40 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/3c25a2a114c0bb66641ad27499610fe5ee4393b9

tdf#121740 dont bother checking for VBA libraries

It will be available in 7.4.0.

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

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

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

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

2022-05-10 Thread Noel Grandin (via logerrit)
 basic/source/uno/namecont.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 3c25a2a114c0bb66641ad27499610fe5ee4393b9
Author: Noel Grandin 
AuthorDate: Tue May 10 12:42:13 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue May 10 19:41:31 2022 +0200

tdf#121740 dont bother checking for VBA libraries

speeds up loading by 2%

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

diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index 2ff7817dd44a..2f7d76d2251e 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -972,6 +972,10 @@ void SfxLibraryContainer::init_Impl( const OUString& 
rInitialDocumentURL,
 if( meInitMode != DEFAULT )
 return;
 
+// tdf#121740 speed up loading documents with lots of embedded documents 
by avoid the UCB work of updating non-existent VBA libraries
+if (rInitialDocumentURL.isEmpty())
+return;
+
 INetURLObject aUserBasicInetObj( o3tl::getToken(maLibraryPath, 1, ';') );
 OUString aStandardStr("Standard");
 


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

2022-05-10 Thread Noel Grandin (via logerrit)
 ucb/source/ucp/file/bc.cxx |  160 ++---
 ucb/source/ucp/file/bc.hxx |   14 +--
 ucb/source/ucp/file/filnot.cxx |2 
 3 files changed, 63 insertions(+), 113 deletions(-)

New commits:
commit 3816184ee779f32d2210c8fcc9f7dd2c77b6f736
Author: Noel Grandin 
AuthorDate: Sun May 8 21:24:32 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue May 10 19:39:36 2022 +0200

osl::Mutex->std::mutex in ucb::BaseContent

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

diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index e4ed0f180333..03590d3e0173 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -54,63 +54,42 @@ using namespace com::sun::star::ucb;
 
 class fileaccess::PropertyListeners
 {
-typedef 
comphelper::OInterfaceContainerHelper3 
ContainerHelper;
-osl::Mutex& rMutex;
+typedef 
comphelper::OInterfaceContainerHelper4 
ContainerHelper;
 std::unordered_map m_aMap;
+
 public:
-explicit PropertyListeners( ::osl::Mutex& aMutex )
-: rMutex( aMutex )
-{
-}
-void disposeAndClear(const lang::EventObject& rEvt)
+void disposeAndClear(std::unique_lock& rGuard, const 
lang::EventObject& rEvt)
 {
 // create a copy, because do not fire event in a guarded section
-std::unordered_map tempMap;
-{
-::osl::MutexGuard aGuard(rMutex);
-tempMap = std::move(m_aMap);
-}
+std::unordered_map tempMap = 
std::move(m_aMap);
 for (auto& rPair : tempMap)
-rPair.second.disposeAndClear(rEvt);
+rPair.second.disposeAndClear(rGuard, rEvt);
 }
-void addInterface(const OUString& rKey, const 
uno::Reference& rListener)
+void addInterface(std::unique_lock& rGuard, const OUString& 
rKey, const uno::Reference& rListener)
 {
-::osl::MutexGuard aGuard(rMutex);
-auto iter = m_aMap.find(rKey);
-if (iter == m_aMap.end())
-{
-auto ret = m_aMap.emplace(rKey, rMutex);
-ret.first->second.addInterface(rListener);
-}
-else
-iter->second.addInterface(rListener);
+m_aMap[rKey].addInterface(rGuard, rListener);
 }
-void removeInterface(const OUString& rKey, const 
uno::Reference& rListener)
+void removeInterface(std::unique_lock& rGuard, const OUString& 
rKey, const uno::Reference& rListener)
 {
-::osl::MutexGuard aGuard(rMutex);
-
 // search container with id rKey
 auto iter = m_aMap.find(rKey);
 // container found?
 if (iter != m_aMap.end())
-iter->second.removeInterface(rListener);
+iter->second.removeInterface(rGuard, rListener);
 }
-std::vector< OUString > getContainedTypes() const
+std::vector< OUString > getContainedTypes(std::unique_lock& 
rGuard) const
 {
-::osl::MutexGuard aGuard(rMutex);
 std::vector aInterfaceTypes;
 aInterfaceTypes.reserve(m_aMap.size());
 for (const auto& rPair : m_aMap)
 // are interfaces added to this container?
-if (rPair.second.getLength())
+if (rPair.second.getLength(rGuard))
 // yes, put the type in the array
 aInterfaceTypes.push_back(rPair.first);
 return aInterfaceTypes;
 }
-comphelper::OInterfaceContainerHelper3* 
getContainer(const OUString& rKey)
+comphelper::OInterfaceContainerHelper4* 
getContainer(std::unique_lock& , const OUString& rKey)
 {
-::osl::MutexGuard aGuard(rMutex);
-
 auto iter = m_aMap.find(rKey);
 if (iter != m_aMap.end())
 return >second;
@@ -174,23 +153,18 @@ BaseContent::~BaseContent( )
 void SAL_CALL
 BaseContent::addEventListener( const Reference< lang::XEventListener >& 
Listener )
 {
-osl::MutexGuard aGuard( m_aMutex );
+std::unique_lock aGuard( m_aMutex );
 
-if ( ! m_pDisposeEventListeners )
-m_pDisposeEventListeners.reset(
-new comphelper::OInterfaceContainerHelper3( 
m_aEventListenerMutex ) );
-
-m_pDisposeEventListeners->addInterface( Listener );
+m_aDisposeEventListeners.addInterface( aGuard, Listener );
 }
 
 
 void SAL_CALL
 BaseContent::removeEventListener( const Reference< lang::XEventListener >& 
Listener )
 {
-osl::MutexGuard aGuard( m_aMutex );
+std::unique_lock aGuard( m_aMutex );
 
-if ( m_pDisposeEventListeners )
-m_pDisposeEventListeners->removeInterface( Listener );
+m_aDisposeEventListeners.removeInterface( aGuard, Listener );
 }
 
 
@@ -198,32 +172,19 @@ void SAL_CALL
 BaseContent::dispose()
 {
 lang::EventObject aEvt;
-
std::unique_ptr> 
pDisposeEventListeners;
-
std::unique_ptr> 
pContentEventListeners;
-
std::unique_ptr>
 pPropertySetInfoChangeListeners;
-std::unique_ptr 

  1   2   3   4   >