[Libreoffice-bugs] [Bug 149742] kkieldane

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149742

kkieldane  changed:

   What|Removed |Added

URL||https://em46psdal.xyz/

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

[Libreoffice-bugs] [Bug 103302] [META] Writer's web layout/view bugs and enhancements

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302
Bug 103302 depends on bug 88105, which changed state.

Bug 88105 Summary: STATUSBAR: Disabling page number counting in web layout
https://bugs.documentfoundation.org/show_bug.cgi?id=88105

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 86066] [META] Bugs and improvements to the status bar

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86066
Bug 86066 depends on bug 88105, which changed state.

Bug 88105 Summary: STATUSBAR: Disabling page number counting in web layout
https://bugs.documentfoundation.org/show_bug.cgi?id=88105

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 88105] STATUSBAR: Disabling page number counting in web layout

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88105

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #9 from Mike Kaganski  ---
I close it. Until the pages *do* exist, their count is not a wrong thing, and
may be even helpful in finding problems happening an the page borders like bug
148636.

The real thing that is needed is complete reimplementation of the "page"
concept in the Web view, which is out of scope of this "tweak status bar a
little" issue.

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

[Libreoffice-bugs] [Bug 126533] FILESAVE DOCX: bitmap background image not saved with document

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126533

--- Comment #9 from Rizal Muttaqin  ---
(In reply to Robert Cabane from comment #4)
> Same with LO 7.1.3.2.
> Agreeing with the two last comments : background is lost when exporting to
> DOCX, but not to DOC.

I have tried also with DOC, and the issue persist (page background lost)

Version: 7.3.4.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: id-ID (id_ID.UTF-8); UI: id-ID
Ubuntu package version: 1:7.3.4~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 126533] FILESAVE DOCX: bitmap background image not saved with document

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126533

Rizal Muttaqin  changed:

   What|Removed |Added

 CC||riz...@libreoffice.org

--- Comment #8 from Rizal Muttaqin  ---
I can confirm with 

Version: 7.3.4.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: id-ID (id_ID.UTF-8); UI: id-ID
Ubuntu package version: 1:7.3.4~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 149916] Seeing _RefHeading_ in cross-ref field listing in Navigator

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149916

--- Comment #8 from Commit Notification 
 ---
Jim Raykowski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b8ac21a3981b9d6fd94aa74c4da9026e580f44eb

tdf#149916 revert to showing text of referenced text node

It will be available in 7.5.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 149916] Seeing _RefHeading_ in cross-ref field listing in Navigator

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149916

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

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

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

2022-07-26 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/utlui/content.cxx |   35 ++-
 1 file changed, 26 insertions(+), 9 deletions(-)

New commits:
commit b8ac21a3981b9d6fd94aa74c4da9026e580f44eb
Author: Jim Raykowski 
AuthorDate: Mon Jul 25 19:12:13 2022 -0800
Commit: Jim Raykowski 
CommitDate: Wed Jul 27 05:53:16 2022 +0200

tdf#149916 revert to showing text of referenced text node

reverts cross-ref field listings in the Navigator to pre commit
21b5d6e0dce7c2034aded96d1499da27094e2781

A static_cast is used in place of a dynamic_cast which should provide
for reduced time to fill the fields members list for documents with
cross reference fields which was the main purpose for commit
21b5d6e0dce7c2034aded96d1499da27094e2781

Change-Id: If2734386de463a1280d835cab54f95e8bd7fab5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137444
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 1a459205742b..a20e792a9fbd 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -683,16 +683,33 @@ void SwContentType::FillMemberList(bool* pbContentChanged)
 }
 else if (pField->GetTypeId() == SwFieldTypesEnum::GetRef)
 {
-OUString sFieldSubTypeOrName;
-auto nSubType = pField->GetSubType();
-if (nSubType == REF_FOOTNOTE)
-sFieldSubTypeOrName = SwResId(STR_FLDREF_FOOTNOTE);
-else if (nSubType == REF_ENDNOTE)
-sFieldSubTypeOrName = SwResId(STR_FLDREF_ENDNOTE);
+const SwGetRefField* pRefField(static_cast(pField));
+if (pRefField->IsRefToHeadingCrossRefBookmark() ||
+pRefField->IsRefToNumItemCrossRefBookmark())
+{
+OUString sExpandedTextOfReferencedTextNode =
+pRefField->GetExpandedTextOfReferencedTextNode(
+*m_pWrtShell->GetLayout());
+if (sExpandedTextOfReferencedTextNode.getLength() > 80)
+{
+sExpandedTextOfReferencedTextNode = 
OUString::Concat(
+
sExpandedTextOfReferencedTextNode.subView(0, 80)) + u"...";
+}
+sText = pField->GetDescription() + u" - " + 
sExpandedTextOfReferencedTextNode;
+}
 else
-sFieldSubTypeOrName = pField->GetFieldName();
-sText = pField->GetDescription() + u" - " + 
sFieldSubTypeOrName
-+ sExpandField;
+{
+OUString sFieldSubTypeOrName;
+auto nSubType = pField->GetSubType();
+if (nSubType == REF_FOOTNOTE)
+sFieldSubTypeOrName = SwResId(STR_FLDREF_FOOTNOTE);
+else if (nSubType == REF_ENDNOTE)
+sFieldSubTypeOrName = SwResId(STR_FLDREF_ENDNOTE);
+else
+sFieldSubTypeOrName = pField->GetFieldName();
+sText = pField->GetDescription() + u" - " + 
sFieldSubTypeOrName
++ sExpandField;
+}
 }
 else
 sText = pField->GetDescription() + u" - " + 
pField->GetFieldName()


[Libreoffice-bugs] [Bug 144433] radiobutton color in writer when a document exported to pdf

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144433

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 144423] UI: Text frame/shape doesn't show a contour border line when selected

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144423

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 149958] FORMATTING: Request to add a feature to LibreOffice Calc. Ability to remove y axis wall on charts but keep tick marks.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149958

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 149943] Pixelated PDF export and print for a rotated image

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149943

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 147018] Crash in: brio07a.dll

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147018

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

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 146938] Crash on copying footnote - kf5?

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146938

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

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 145749] Image/shape rotation angle float support

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145749

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

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 140195] Remove textbox present in context menu for Caption Frame after DOCX export (and not working properly either)

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140195

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

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 140071] Too long to get data when it get 'Refresh' on pivot table option

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140071

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

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 140064] Failing installation: "Error 1316 - specified account already exist"

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140064

--- Comment #4 from QA Administrators  ---
Dear Massimo Soricetti,

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 139909] Localised characters appear as nonsensical characters in Writer

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139909

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

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 114167] Print preview glitches when trying to show page that disappears for printing

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114167

--- Comment #5 from QA Administrators  ---
Dear Mike Kaganski,

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 145997] FONT SIZE COMBOBOX: Impossible to type text under certain circumstances (steps in comment 7)

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145997

--- Comment #8 from Matt K  ---
Confirmed in latest master on Windows 11.

Here is what happens:

1. Start LO
2. Launch Writer
3. Select contents of font size box and type "360"
4. Observe no cursor blinking anywhere
5. Select File->New->Text Document
6. In new window, observe no cursor is available and changing text sizes
results in corrupted text being displayed

Here is my build:

Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 4d42aeae86253e167facb1adfddd0c9976b7801a
CPU threads: 12; OS: Windows 10.0 Build 22000; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 149612] LibreOffice Writer stops working after 15-120 minutes

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149612

Faisal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Faisal  ---
Version information requested

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

[Libreoffice-bugs] [Bug 143926] Slow startup of Calc on Windows 11 latest beta

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143926

--- Comment #7 from Matt K  ---
No repro using latest master on 64-bit Windows 11.  I tried opening a large
spreadsheet and it opened quickly.  Here's the build info:

Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 4d42aeae86253e167facb1adfddd0c9976b7801a
CPU threads: 12; OS: Windows 10.0 Build 22000; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 145803] LibreOffice from 7.2 only opens in Safe Mode, UI render default no Skia on Windows 10 and 11

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145803

--- Comment #16 from Matt K  ---
No repro for me on latest master build on 64-bit Windows 11 both with or
without Skia.  Here are the details:

Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 4d42aeae86253e167facb1adfddd0c9976b7801a
CPU threads: 12; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

NameNVIDIA GeForce GTX 1080 Ti
Driver Version  27.21.14.6589

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

[Libreoffice-bugs] [Bug 150160] New: New - Business card selection is not generating correct copies of the first card. Graphics do not populate to the cards, text does not populate correctly.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150160

Bug ID: 150160
   Summary: New - Business card selection is not generating
correct copies of the first card.  Graphics do not
populate to the cards, text does not populate
correctly.
   Product: LibreOffice
   Version: 7.3.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mike.spi...@att.net

Description:
When creating a business card the the remaining cards are not correctly
synchronizing. 

Steps to Reproduce:
1.select new - business card
2.Create a card with a graphic and text boxes
3.click synchronize 
4.examine all cards

Actual Results:
only the original card has graphics
Text boxes are not populated as in the original

Expected Results:
Create copies of the first card in all remaining cards


Reproducible: Always


User Profile Reset: No



Additional Info:
none available

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

[Libreoffice-bugs] [Bug 149776] Web view skips fragments of text between pages

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149776

--- Comment #11 from krumple_sodium  ---
I have seen this problem with a bunch of versions of LibreOffice Writer.
Currently, I run 7.3.5.2 on Kubuntu.
It always happens with View -> Web.
Also, the search feature doesn’t find words until I click on
View -> Normal and then View -> Web.

I have never seen anyone confirm that this bug is present.
A couple of people have told me that I have page breaks.
I don’t know what that is.
The same ODT file opens fine and renders fine on MS Word 2016.


I don’t know if people are pretending that the bug doesn’t exist or what:
https://www.linuxquestions.org/questions/showthread.php?p=6351378#post6351378

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

[Libreoffice-bugs] [Bug 148043] Non-functioning 'check updates' panel displays immediately after LibreOffice is updated

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148043

--- Comment #3 from will.brokenbourgh2...@gmail.com ---
I'm very surprised that this is still marked 'Unconfirmed' as there are others
who have reported this.

It's still happening as of 7.3.4.2.  Here's a video of what it does:

https://www.youtube.com/watch?v=ZCw9sa3s6Wc

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

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

2022-07-26 Thread Eike Rathke (via logerrit)
 sc/source/core/inc/interpre.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 550392aeb849b326aa0d5d84a0ec1d28d3d42503
Author: Eike Rathke 
AuthorDate: Tue Jul 26 22:01:48 2022 +0200
Commit: Eike Rathke 
CommitDate: Wed Jul 27 02:07:00 2022 +0200

Set interpreter's push stack MAXSTACK to 512, not limited to architecture

... that fixed size halving from 16-bit for 32/64-bit might had
made sense two decades ago, but.. is a legacy left-over.

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

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 30e79d9272bb..17dd79534260 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -91,7 +91,7 @@ class SharedStringPool;
 /// Arbitrary 256MB result string length limit.
 constexpr sal_Int32 kScInterpreterMaxStrLen = SAL_MAX_INT32 / 8;
 
-#define MAXSTACK  (4096 / sizeof(formula::FormulaToken*))
+constexpr size_t MAXSTACK = 512;
 
 class ScTokenStack
 {


[Libreoffice-bugs] [Bug 150132] Draw corrupts characters and layout when opening PDF

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150132

Telesto  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org

--- Comment #6 from Telesto  ---
(In reply to Rafael Lima from comment #5)
> (In reply to Roman Kuznetsov from comment #4)
> > So I'm not sure it's our bug
> 
> I would say this is not our bug. Take a look at the embedded fonts in the
> PDF.
> 
> Because these fonts are not installed at the system level, LibreOffice can't
> reach them and this causes the text to be rendered this way.

Mostly, if a font is unavailable a font-substitute being used. If a the
replacement font is lacking certain characters you get question marks. 
The question is - as far i'm aware -, is the replacement font picked by
LibreOffice for the CairoFont the next best thing?

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

[Libreoffice-bugs] [Bug 150159] New: LibreOffice Crashes/Unstable with Mac M1 Pro Apple Silicon

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150159

Bug ID: 150159
   Summary: LibreOffice Crashes/Unstable with Mac M1 Pro Apple
Silicon
   Product: LibreOffice
   Version: 7.3.4.2 release
  Hardware: Other
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sidhush...@gmail.com

Description:
Hi, I've been having an issue with Libre Office on my Mac M1 Pro since i bought
it about 6 months ago, both writer and calc have an issue where they will
lockup and i get the colour spinning wheel. This seems to be most frequent if i
leave either application open for a long period of time or have them open and
the computer sleeps and awakens, but also happens randomly. Reading through
previous support on the forums I have provided full disk access, disabled skia
and on the las tupdate i removed and reinstalled it entirely with no luck. I am
more than happy to post logs/reports if someone can help guide me. Thanks

Steps to Reproduce:
1.Open a calc or writer document and leave open
2.Close the computer lid or put it to sleep
3.Go back to Libreoffice and try to start editing the document, repeat 1-3 and
it will eventually crash

Actual Results:
Libreoffice freezes and I see the spinning colour wheel indefinitely.
Libreoffice must be force quit at that point.

Expected Results:
Libreoffice should of just allowed editing from where the user left off without
crashing.


Reproducible: Sometimes


User Profile Reset: Yes



Additional Info:
Version: 7.3.4.2 / LibreOffice Community
Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5
CPU threads: 8; OS: Mac OS X 12.4; UI render: default; VCL: osx
Locale: en-CA (en_CA.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 144423] UI: Text frame/shape doesn't show a contour border line when selected

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144423

--- Comment #3 from Telesto  ---
Created attachment 181429
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181429=edit
Screenshot

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

[Libreoffice-bugs] [Bug 144423] UI: Text frame/shape doesn't show a contour border line when selected

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144423

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
No repro, I can see borders after the click in Version: 7.5.0.0.alpha0+ /
LibreOffice Community
Build ID: 28daee8a3252e03a67484dc8d3dd26fd73af4826
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 144433] radiobutton color in writer when a document exported to pdf

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144433

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from raal  ---
Please attach test file. I doesn't see a difference between yours two files,
please can you highlight where is the problem? Thank you.

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

[Libreoffice-bugs] [Bug 144282] Crash when changing protection options on document

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144282

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #6 from raal  ---
Bug 144630 is fixed. Can you retest, please?

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

[Libreoffice-bugs] [Bug 150132] Draw corrupts characters and layout when opening PDF

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150132

--- Comment #5 from Rafael Lima  ---
(In reply to Roman Kuznetsov from comment #4)
> So I'm not sure it's our bug

I would say this is not our bug. Take a look at the embedded fonts in the PDF.

Because these fonts are not installed at the system level, LibreOffice can't
reach them and this causes the text to be rendered this way.

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

[Libreoffice-bugs] [Bug 148810] EDITING: Undo doesn't restore the bullet ( PPTX/PPT )

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148810

--- Comment #11 from Justin L  ---
Oh great. It appears the reason "zero" doesn't work is because the depth is
already zero - so it doesn't create a RES_PARA_OUTLLEVEL.

I think the reason it loses the property is because WID_NUMLEVEL
(PROP_NumberingLevel) is not considered a bParaAttrib because it is less than
EE_PARA_START, and thus is easily thrown out. This stuff is ridiculously
complex.

I can "fix" it by forcing a full setDepth in Outliner::SetDepth()
-if ( nNewDepth == pPara->GetDepth() )
-   return;

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

[Libreoffice-bugs] [Bug 150153] Table AutoFormat Styles: Allow to disable the application of Total Row format

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150153

m.a.riosv  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

[Libreoffice-bugs] [Bug 150158] LibreOffice Writer 7.4rc1 freezes when I continue working after a break

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150158

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

[Libreoffice-bugs] [Bug 150154] Axis Format in Libre Office Calc Does Not Change

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150154

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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

[Libreoffice-bugs] [Bug 150157] Calc in version 7.3.0.x and later blocks during scrolling the worksheet and then crashes after a while

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150157

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

[Libreoffice-bugs] [Bug 37511] copy-paste between Draw and Writer with RTF results appearing unexpected styles

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37511

Regina Henschel  changed:

   What|Removed |Added

Summary|copy-paste from Draw to |copy-paste between Draw and
   |Writer results appearing|Writer with RTF results
   |unexpected styles   |appearing unexpected styles
 CC||rb.hensc...@t-online.de

--- Comment #19 from Regina Henschel  ---
The problem still exists in Version: 7.5.0.0.alpha0+ (x64) / LibreOffice
Community
Build ID: 5df1bb4b1b222be00d25097660c4ee33542896ea
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

And the same problem exists in the other direction from Writer to Draw/Impress
as well.

It happens, when you use "Rich Text Format" for pasting. It does not happen
with "unformated Text" and not with "HTML Format".

The problem is annoying, because an Undo does not remove the styles and you can
only delete styles one-by-one.

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

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

2022-07-26 Thread Noel Grandin (via logerrit)
 sw/inc/crsrsh.hxx|6 +++---
 sw/inc/swcrsr.hxx|8 
 sw/qa/extras/uiwriter/uiwriter7.cxx  |   14 +++---
 sw/source/core/crsr/crsrsh.cxx   |   12 ++--
 sw/source/core/crsr/findattr.cxx |4 ++--
 sw/source/core/crsr/findcoll.cxx |4 ++--
 sw/source/core/crsr/findtxt.cxx  |4 ++--
 sw/source/core/crsr/swcrsr.cxx   |8 
 sw/source/core/edit/edtox.cxx|2 +-
 sw/source/uibase/inc/wrtsh.hxx   |6 +++---
 sw/source/uibase/uiview/viewsrch.cxx |2 +-
 sw/source/uibase/uno/unotxdoc.cxx|   20 ++--
 sw/source/uibase/wrtsh/select.cxx|   18 +-
 13 files changed, 54 insertions(+), 54 deletions(-)

New commits:
commit 4d42aeae86253e167facb1adfddd0c9976b7801a
Author: Noel Grandin 
AuthorDate: Tue Jul 26 20:14:05 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 26 22:43:25 2022 +0200

sal_uLong->sal_Int32 in the Find/Search methods

we cast this to sal_Int32 once it hits the UNO methods anyway

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

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 61c2b9f07611..2a64da5f5d26 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -370,18 +370,18 @@ public:
 bool MoveRegion( SwWhichRegion, SwMoveFnCollection const & );
 
 // note: DO NOT call it FindText because windows.h
-sal_uLong Find_Text( const i18nutil::SearchOptions2& rSearchOpt,
+sal_Int32 Find_Text( const i18nutil::SearchOptions2& rSearchOpt,
 bool bSearchInNotes,
 SwDocPositions eStart, SwDocPositions eEnd,
 bool& bCancel,
 FindRanges eRng, bool bReplace = false );
 
-sal_uLong FindFormat( const SwTextFormatColl& rFormatColl,
+sal_Int32 FindFormat( const SwTextFormatColl& rFormatColl,
 SwDocPositions eStart, SwDocPositions eEnd,
 bool& bCancel,
 FindRanges eRng, const SwTextFormatColl* pReplFormat );
 
-sal_uLong FindAttrs( const SfxItemSet& rSet, bool bNoCollections,
+sal_Int32 FindAttrs( const SfxItemSet& rSet, bool bNoCollections,
 SwDocPositions eStart, SwDocPositions eEnd,
 bool& bCancel,
 FindRanges eRng,
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index 0a2aafff36c7..27f42c0bd72d 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -76,7 +76,7 @@ class SW_DLLPUBLIC SwCursor : public SwPaM
 sal_uInt8 m_nCursorBidiLevel; // bidi level of the cursor
 bool m_bColumnSelection;  // true: cursor is aprt of a column selection
 
-sal_uLong FindAll( SwFindParas& , SwDocPositions, SwDocPositions, 
FindRanges, bool& bCancel );
+sal_Int32 FindAll( SwFindParas& , SwDocPositions, SwDocPositions, 
FindRanges, bool& bCancel );
 
 SwCursor(SwCursor const& rPaM) = delete;
 
@@ -114,20 +114,20 @@ public:
 SwPaM* ) const;
 
 // note: DO NOT call it FindText because windows.h
-sal_uLong Find_Text( const i18nutil::SearchOptions2& rSearchOpt,
+sal_Int32 Find_Text( const i18nutil::SearchOptions2& rSearchOpt,
 bool bSearchInNotes,
 SwDocPositions nStart, SwDocPositions nEnd,
 bool& bCancel,
 FindRanges,
 bool bReplace = false,
 SwRootFrame const*const pLayout = nullptr);
-sal_uLong FindFormat( const SwTextFormatColl& rFormatColl,
+sal_Int32 FindFormat( const SwTextFormatColl& rFormatColl,
 SwDocPositions nStart, SwDocPositions nEnd,
 bool& bCancel,
 FindRanges,
 const SwTextFormatColl* pReplFormat,
 SwRootFrame const*const pLayout = nullptr);
-sal_uLong FindAttrs( const SfxItemSet& rSet, bool bNoCollections,
+sal_Int32 FindAttrs( const SfxItemSet& rSet, bool bNoCollections,
 SwDocPositions nStart, SwDocPositions nEnd,
 bool& bCancel,
 FindRanges,
diff --git a/sw/qa/extras/uiwriter/uiwriter7.cxx 
b/sw/qa/extras/uiwriter/uiwriter7.cxx
index 89a68b86e2bc..41a84f5bc264 100644
--- a/sw/qa/extras/uiwriter/uiwriter7.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter7.cxx
@@ -684,7 +684,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest7, 
testSearchWithTransliterate)
 SearchOpt.AlgorithmType2 = css::util::SearchAlgorithms2::ABSOLUTE;
 SearchOpt.WildcardEscapeCharacter = 0;
 //transliteration option set so that at least one of the search strings is 
not found
-sal_uLong case1
+sal_Int32 case1
 = pWrtShell->SearchPattern(SearchOpt, true, SwDocPositions::Start, 
SwDocPositions::End);
 SwShellCursor* pShellCursor = pWrtShell->getShellCursor(true);
 CPPUNIT_ASSERT_EQUAL(OUString(), 

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

2022-07-26 Thread Noel Grandin (via logerrit)
 sw/inc/swcrsr.hxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b3c66db70453d400528c3625335bfed2b0cfc475
Author: Noel Grandin 
AuthorDate: Tue Jul 26 19:28:02 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 26 22:42:59 2022 +0200

tools::Long->sal_Int32 in SwCursor::m_nRowSpanOffset

elsewhere in writer this is either sal_uInt16 or sal_Int32, so lets use
the wider type

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

diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index c3d3f5d040e4..0a2aafff36c7 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -72,7 +72,7 @@ class SW_DLLPUBLIC SwCursor : public SwPaM
 friend class SwCursorSaveState;
 
 std::vector m_vSavePos; // the current entry is the last 
element
-tools::Long m_nRowSpanOffset;// required for travelling in tabs 
with rowspans
+sal_Int32 m_nRowSpanOffset;// required for travelling in tabs with 
rowspans
 sal_uInt8 m_nCursorBidiLevel; // bidi level of the cursor
 bool m_bColumnSelection;  // true: cursor is aprt of a column selection
 
@@ -214,7 +214,7 @@ public:
 bool IsColumnSelection() const { return m_bColumnSelection; }
 void SetColumnSelection( bool bNew ) { m_bColumnSelection = bNew; }
 
-tools::Long GetCursorRowSpanOffset() const { return m_nRowSpanOffset; }
+sal_Int32 GetCursorRowSpanOffset() const { return m_nRowSpanOffset; }
 
 SwCursor* GetNext() { return dynamic_cast(GetNextInRing()); }
 const SwCursor* GetNext() const { return dynamic_cast(GetNextInRing()); }


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

2022-07-26 Thread Noel Grandin (via logerrit)
 sw/source/core/doc/docbm.cxx |   39 +++
 1 file changed, 19 insertions(+), 20 deletions(-)

New commits:
commit 773a8c919c70bf31a7eb240f779fe8a052326e63
Author: Noel Grandin 
AuthorDate: Tue Jul 26 19:21:36 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 26 22:42:33 2022 +0200

no need to allocate here

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

diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index bcb81c2e4211..5e3fab2f7550 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -244,20 +244,21 @@ namespace
 pMark);
 }
 
-std::unique_ptr lcl_PositionFromContentNode(
+void lcl_PositionFromContentNode(
+std::optional& rFoundPos,
 SwContentNode * const pContentNode,
 const bool bAtEnd)
 {
-std::unique_ptr pResult(new SwPosition(*pContentNode));
-pResult->nContent.Assign(pContentNode, bAtEnd ? pContentNode->Len() : 
0);
-return pResult;
+rFoundPos.emplace(*pContentNode);
+rFoundPos->nContent.Assign(pContentNode, bAtEnd ? pContentNode->Len() 
: 0);
 }
 
 // return a position at the begin of rEnd, if it is a ContentNode
 // else set it to the begin of the Node after rEnd, if there is one
 // else set it to the end of the node before rStt
 // else set it to the ContentNode of the Pos outside the Range
-std::unique_ptr lcl_FindExpelPosition(
+void lcl_FindExpelPosition(
+std::optional& rFoundPos,
 const SwNodeIndex& rStt,
 const SwNodeIndex& rEnd,
 const SwPosition& rOtherPosition)
@@ -278,10 +279,11 @@ namespace
 }
 if ( pNode != nullptr )
 {
-return lcl_PositionFromContentNode( pNode, bPosAtEndOfNode );
+lcl_PositionFromContentNode( rFoundPos, pNode, bPosAtEndOfNode );
+return;
 }
 
-return std::make_unique(rOtherPosition);
+rFoundPos = rOtherPosition;
 }
 
 struct CompareIMarkStartsBefore
@@ -1110,17 +1112,14 @@ namespace sw::mark
 // the bookmark is partially in the range
 // move position of that is in the range out of it
 
-std::unique_ptr< SwPosition > pNewPos;
+std::optional< SwPosition > oNewPos;
+if ( pEndIdx != nullptr )
 {
-if ( pEndIdx != nullptr )
-{
-pNewPos = std::make_unique< SwPosition >( rEnd, 
*pEndIdx );
-}
-else
-{
-pNewPos =
-lcl_FindExpelPosition( rStt, rEnd, bIsPosInRange ? 
pMark->GetOtherMarkPos() : pMark->GetMarkPos() );
-}
+oNewPos.emplace( rEnd, *pEndIdx );
+}
+else
+{
+lcl_FindExpelPosition( oNewPos, rStt, rEnd, bIsPosInRange 
? pMark->GetOtherMarkPos() : pMark->GetMarkPos() );
 }
 
 bool bMoveMark = true;
@@ -1130,7 +1129,7 @@ namespace sw::mark
 case 
IDocumentMarkAccess::MarkType::CROSSREF_HEADING_BOOKMARK:
 case 
IDocumentMarkAccess::MarkType::CROSSREF_NUMITEM_BOOKMARK:
 // no move of cross-reference bookmarks, if move 
occurs inside a certain node
-bMoveMark = pMark->GetMarkPos().nNode != 
pNewPos->nNode;
+bMoveMark = pMark->GetMarkPos().nNode != 
oNewPos->nNode;
 break;
 case IDocumentMarkAccess::MarkType::ANNOTATIONMARK:
 // no move of annotation marks, if method is called to 
collect deleted marks
@@ -1144,9 +1143,9 @@ namespace sw::mark
 if ( bMoveMark )
 {
 if ( bIsPosInRange )
-pMark->SetMarkPos(*pNewPos);
+pMark->SetMarkPos(*oNewPos);
 else
-pMark->SetOtherMarkPos(*pNewPos);
+pMark->SetOtherMarkPos(*oNewPos);
 bMarksMoved = true;
 
 // illegal selection? collapse the mark and restore 
sorting later


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

2022-07-26 Thread Noel Grandin (via logerrit)
 sw/inc/crsrsh.hxx   |6 +-
 sw/inc/node.hxx |5 +
 sw/inc/swcrsr.hxx   |   16 ++---
 sw/qa/core/crsr/crsr.cxx|4 -
 sw/qa/core/fields/fields.cxx|2 
 sw/qa/core/text/text.cxx|8 +-
 sw/qa/core/txtnode/txtnode.cxx  |2 
 sw/qa/core/unocore/unocore.cxx  |8 +-
 sw/qa/extras/layout/layout.cxx  |   66 
 sw/qa/extras/layout/layout2.cxx |2 
 sw/qa/extras/tiledrendering/tiledrendering.cxx  |   44 
 sw/qa/extras/txtimport/txtimport.cxx|2 
 sw/qa/extras/uiwriter/uiwriter.cxx  |   22 
 sw/qa/extras/uiwriter/uiwriter2.cxx |   66 
 sw/qa/extras/uiwriter/uiwriter3.cxx |   25 -
 sw/qa/extras/uiwriter/uiwriter4.cxx |   12 ++--
 sw/qa/extras/uiwriter/uiwriter5.cxx |   38 ++---
 sw/qa/extras/uiwriter/uiwriter6.cxx |4 -
 sw/qa/extras/uiwriter/uiwriter7.cxx |   16 ++---
 sw/qa/extras/unowriter/unowriter.cxx|8 +-
 sw/qa/uibase/dochdl/dochdl.cxx  |6 +-
 sw/qa/uibase/fldui/fldui.cxx|2 
 sw/qa/uibase/shells/shells.cxx  |6 +-
 sw/qa/uibase/uno/uno.cxx|2 
 sw/source/core/crsr/crsrsh.cxx  |2 
 sw/source/core/crsr/pam.cxx |   12 ++--
 sw/source/core/crsr/swcrsr.cxx  |8 +-
 sw/source/core/doc/docruby.cxx  |2 
 sw/source/core/docnode/node.cxx |   12 ++--
 sw/source/core/edit/edattr.cxx  |2 
 sw/source/core/edit/editsh.cxx  |4 -
 sw/source/core/edit/edlingu.cxx |4 -
 sw/source/core/inc/pamtyp.hxx   |7 +-
 sw/source/core/text/EnhancedPDFExportHelper.cxx |8 +-
 sw/source/core/view/viewsh.cxx  |2 
 sw/source/ui/dbui/dbinsdlg.cxx  |2 
 sw/source/ui/fldui/fldedt.cxx   |2 
 sw/source/ui/misc/insfnote.cxx  |   12 ++--
 sw/source/uibase/app/appenv.cxx |2 
 sw/source/uibase/docvw/AnnotationWin2.cxx   |2 
 sw/source/uibase/docvw/edtwin.cxx   |6 +-
 sw/source/uibase/fldui/fldmgr.cxx   |6 +-
 sw/source/uibase/inc/wrtsh.hxx  |4 -
 sw/source/uibase/index/toxmgr.cxx   |2 
 sw/source/uibase/lingu/hhcwrp.cxx   |6 +-
 sw/source/uibase/lingu/olmenu.cxx   |2 
 sw/source/uibase/shells/basesh.cxx  |2 
 sw/source/uibase/shells/textsh1.cxx |2 
 sw/source/uibase/shells/txtcrsr.cxx |4 -
 sw/source/uibase/uiview/viewling.cxx|2 
 sw/source/uibase/uiview/viewport.cxx|2 
 sw/source/uibase/uno/unotxvw.cxx|4 -
 sw/source/uibase/utlui/content.cxx  |6 +-
 sw/source/uibase/utlui/unotools.cxx |2 
 sw/source/uibase/wrtsh/delete.cxx   |   20 +++
 sw/source/uibase/wrtsh/move.cxx |4 -
 sw/source/uibase/wrtsh/select.cxx   |8 +-
 sw/source/uibase/wrtsh/wrtsh1.cxx   |   10 +--
 sw/source/uibase/wrtsh/wrtsh2.cxx   |2 
 sw/source/uibase/wrtsh/wrtsh4.cxx   |   16 ++---
 60 files changed, 284 insertions(+), 281 deletions(-)

New commits:
commit 4c38f51c727fac25fdeb15d78a24d9203fabac5c
Author: Noel Grandin 
AuthorDate: Tue Jul 26 18:19:07 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 26 22:42:16 2022 +0200

convert CRSR_SKIP_* to typed enum

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

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index fb6e00106691..61c2b9f07611 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -254,7 +254,7 @@ private:
   const int nLevel );
 
 // private method(s) accessed from public inline method(s) must be 
exported.
-   bool LeftRight( bool, sal_uInt16, sal_uInt16, bool );
+   bool LeftRight( bool, sal_uInt16, SwCursorSkipMode, bool );
 SAL_DLLPRIVATE bool UpDown( bool, sal_uInt16 );
 SAL_DLLPRIVATE bool LRMargin( bool, bool bAPI = false );
 SAL_DLLPRIVATE bool IsAtLRMargin( bool, bool bAPI = false ) const;
@@ -352,9 +352,9 @@ public:
 // basic cursor travelling
 tools::Long GetUpDownX() const { return m_nUpDownX; }
 
-bool Left( sal_uInt16 nCnt, sal_uInt16 nMode, bool bAllowVisual = false )
+bool Left( sal_uInt16 nCnt, SwCursorSkipMode nMode, bool 

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

2022-07-26 Thread Noel Grandin (via logerrit)
 sw/inc/ndindex.hxx  |2 +-
 sw/source/core/doc/docredln.cxx |1 -
 sw/source/core/undo/unsect.cxx  |2 ++
 sw/source/filter/ww8/ww8par.cxx |5 -
 4 files changed, 3 insertions(+), 7 deletions(-)

New commits:
commit b13631c562e85a6567a600edc5bb1d93418e4f53
Author: Noel Grandin 
AuthorDate: Tue Jul 26 11:09:10 2022 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 26 22:41:42 2022 +0200

make SwNodeIndex as SAL_WARN_UNUSED

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

diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx
index d97c58947d0c..c25d5530d02f 100644
--- a/sw/inc/ndindex.hxx
+++ b/sw/inc/ndindex.hxx
@@ -27,7 +27,7 @@
 #include "nodeoffset.hxx"
 
 /// Marks a node in the document model.
-class SW_DLLPUBLIC SwNodeIndex final : public sw::Ring
+class SAL_WARN_UNUSED SW_DLLPUBLIC SwNodeIndex final : public 
sw::Ring
 {
 SwNode * m_pNode;
 
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index acf28394c840..4a1134f0d78e 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -1531,7 +1531,6 @@ void SwRangeRedline::MoveToSection()
 SwNormalStartNode, pColl );
 SwTextNode* pTextNd = rNds[ pSttNd->GetIndex() + 1 
]->GetTextNode();
 
-SwNodeIndex aNdIdx( *pTextNd );
 SwPosition aPos( *pTextNd );
 if( pCSttNd && pCEndNd )
 {
diff --git a/sw/source/core/undo/unsect.cxx b/sw/source/core/undo/unsect.cxx
index fcfda18576d4..553a6f1e114a 100644
--- a/sw/source/core/undo/unsect.cxx
+++ b/sw/source/core/undo/unsect.cxx
@@ -554,9 +554,11 @@ SwUndoUpdateIndex::~SwUndoUpdateIndex() = default;
 
 void SwUndoUpdateIndex::TitleSectionInserted(SwSectionFormat & rFormat)
 {
+#ifndef NDEBUG
 SwNodeIndex const tmp(rFormat.GetDoc()->GetNodes(), m_nStartIndex); // 
title inserted before empty node
 assert(tmp.GetNode().IsSectionNode());
 assert(tmp.GetNode().GetSectionNode()->GetSection().GetFormat() == 
);
+#endif
 
m_pTitleSectionUpdated.reset(static_cast(MakeUndoDelSection(rFormat).release()));
 }
 
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 5195e1484de3..247959a1d267 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -5080,8 +5080,6 @@ ErrCode SwWW8ImplReader::CoreLoad(WW8Glossary const 
*pGloss)
 
 size_t nPageDescOffset = m_rDoc.GetPageDescCnt();
 
-SwNodeIndex aSttNdIdx( m_rDoc.GetNodes() );
-
 RedlineFlags eMode = RedlineFlags::ShowInsert | RedlineFlags::ShowDelete;
 
 m_xSprmParser.reset(new wwSprmParser(*m_xWwFib));
@@ -5097,9 +5095,6 @@ ErrCode SwWW8ImplReader::CoreLoad(WW8Glossary const 
*pGloss)
 
 m_bWWBugNormal = m_xWwFib->m_nProduct == 0xc03d;
 
-if (!m_bNewDoc)
-aSttNdIdx = m_pPaM->GetPoint()->nNode;
-
 m_xProgress.reset(new ImportProgress(m_pDocShell, 0, 100));
 
 // read Font Table


[Libreoffice-bugs] [Bug 64679] [META] Printer settings related issues

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64679
Bug 64679 depends on bug 150104, which changed state.

Bug 150104 Summary: Printer settings not loaded from doc for long 
printer/driver name
https://bugs.documentfoundation.org/show_bug.cgi?id=150104

   What|Removed |Added

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

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

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

2022-07-26 Thread Michael Weghorn (via logerrit)
 vcl/source/gdi/jobset.cxx |   15 +++
 1 file changed, 15 insertions(+)

New commits:
commit 11cd74ade59c6b47b25a737775a541fdd6faed44
Author: Michael Weghorn 
AuthorDate: Tue Jul 26 13:53:17 2022 +0200
Commit: Michael Weghorn 
CommitDate: Tue Jul 26 22:37:58 2022 +0200

tdf#150104 Store full printer/driver name in doc's JobSetup

Printer and driver name have a limited length (64 chars for
the printer name, 32 for the driver name) in the
`ImplOldJobSetupData` struct that is part of what gets
serialized into the "PrinterSetup" config item in
settings.xml when saving printer settings to the document
(s. `WriteJobSetup`). Longer printer and driver names
get truncated, and only the truncated name got restored.

At least for Windows, this scenario would result in the
doc printer settings not getting restored properly,
because `ImplTestSalJobSetup` (in vcl/win/gdi/salprn.cxx)
among others checks that both printer and driver name
match, which isn't the case when one version is truncated.

ODF spec, version 1.3, section 3.1.3.5 says this on settings.xml:

> 3.1.3.5 
> The  root element contains
> implementation-dependent settings. The file within a
> package for the  element is
> settings.xml.

Since the settings are implementation-dependent,
changing the exact format and content of
the data in "PrinterSetup" is unproblematic,
as long as compatibility with older application versions
is maintained.

Luckily, there is already a way to save variable-length
key-value pairs with `JOBSET_FILE605_SYSTEM`,
added in

commit 4bd178f6ee60f641b2a6c7fcc9f6e4b6dd01df27
Date:   Fri Sep 22 11:55:00 2000 +

new feature in JobSetup: additional parameters

Make use of this to save the full printer and
driver name using the "PRINTER_NAME" and "DRIVER_NAME"
keys and restore the values from those if present.

For compatibility with older versions, the (potentially
truncated) values are still written and also used as
fallback on document open.

Change-Id: I55bed58023fa7a078525add79b13f2310aa9a9dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137454
Reviewed-by: Mike Kaganski 
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/vcl/source/gdi/jobset.cxx b/vcl/source/gdi/jobset.cxx
index 04bc9daf98a6..9969a6165327 100644
--- a/vcl/source/gdi/jobset.cxx
+++ b/vcl/source/gdi/jobset.cxx
@@ -30,6 +30,9 @@
 
 namespace {
 
+// used only for compatibility with older versions,
+// printer/driver name are truncated if too long,
+// device name and port name are completely unused
 struct ImplOldJobSetupData
 {
 charcPrinterName[64];
@@ -259,6 +262,8 @@ SvStream& ReadJobSetup( SvStream& rIStream, JobSetup& 
rJobSetup )
 
 ImplJobSetup& rJobData = rJobSetup.ImplGetData();
 
+// use (potentially truncated) printer/driver name from 
ImplOldJobSetupData as fallback,
+// gets overwritten below if PRINTER_NAME/DRIVER_NAME keys are set
 pData->cPrinterName[std::size(pData->cPrinterName) - 1] = 0;
 rJobData.SetPrinterName( OStringToOUString(pData->cPrinterName, 
aStreamEncoding) );
 pData->cDriverName[std::size(pData->cDriverName) - 1] = 0;
@@ -327,6 +332,10 @@ SvStream& ReadJobSetup( SvStream& rIStream, JobSetup& 
rJobSetup )
 else if( aValue == "DuplexMode::LongEdge" )
 rJobData.SetDuplexMode( DuplexMode::LongEdge );
 }
+else if (aKey == u"PRINTER_NAME")
+rJobData.SetPrinterName(aValue);
+else if (aKey == u"DRIVER_NAME")
+rJobData.SetDriver(aValue);
 else
 rJobData.SetValueMap(aKey, aValue);
 }
@@ -397,6 +406,12 @@ SvStream& WriteJobSetup( SvStream& rOStream, const 
JobSetup& rJobSetup )
 write_uInt16_lenPrefixed_uInt8s_FromOString(rOStream, 
"DuplexMode::LongEdge");
 break;
 }
+// write printer, driver name in full, the ones in aOldData may be 
truncated
+write_uInt16_lenPrefixed_uInt8s_FromOUString(rOStream, 
u"PRINTER_NAME", RTL_TEXTENCODING_UTF8);
+write_uInt16_lenPrefixed_uInt8s_FromOUString(rOStream, 
rJobData.GetPrinterName(), RTL_TEXTENCODING_UTF8);
+write_uInt16_lenPrefixed_uInt8s_FromOUString(rOStream, 
u"DRIVER_NAME", RTL_TEXTENCODING_UTF8);
+write_uInt16_lenPrefixed_uInt8s_FromOUString(rOStream, 
rJobData.GetDriver(), RTL_TEXTENCODING_UTF8);
+
 nLen = sal::static_int_cast(rOStream.Tell() - nPos);
 rOStream.Seek( nPos );
 rOStream.WriteUInt16( nLen );


[Libreoffice-bugs] [Bug 149612] LibreOffice Writer stops working after 15-120 minutes

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149612

Gerry  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150158] LibreOffice Writer 7.4rc1 freezes when I continue working after a break

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150158

Gerry  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150158] New: LibreOffice Writer 7.4rc1 freezes when I continue working after a break

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150158

Bug ID: 150158
   Summary: LibreOffice Writer 7.4rc1 freezes when I continue
working after a break
   Product: LibreOffice
   Version: 7.4.0.0 beta1+
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerry.trep...@googlemail.com

LibreOffice Writer 7.4rc1 freezes when I continue working after a short break
(computer did not hibernate) on the document. 

I installed 7.4.rc1 today and I worked on several Writer documents. So far,
always when I take a break of 15+ minutes and I go back to the document, Writer
is still fine, but the first action (e.g. typing or saving) leads to a freeze,
so that I ultimately have to kill LibreOffice after a while.

Version: 7.4.0.1 / LibreOffice Community
Build ID: 43e5fcfbbadd18fccee5a6f42ddd533e40151bcf
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: en-US
Calc: threaded

P.S. Bug 149612 looks quite similar to me.

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

[Libreoffice-bugs] [Bug 150119] Crash in: swlo.dll

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150119

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||79045_79...@mail.ru

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
Unfortunately we have some strange problems with our user profile in
LibreOffice.

Let's close this as WFM now

Tex2002ans, is you will catch this again then please reopen the report, will
not hesitate

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

[Libreoffice-bugs] [Bug 150157] New: Calc in version 7.3.0.x and later blocks during scrolling the worksheet and then crashes after a while

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150157

Bug ID: 150157
   Summary: Calc in version 7.3.0.x and later blocks during
scrolling the worksheet and then crashes after a while
   Product: LibreOffice
   Version: 7.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bert.vanderv...@hotmail.com

Description:
While scrolling an Excel worksheet (.xls) of <2000 rows and <10 colums, Calc
suddenly stops scrolling and seems to be completely blocked. After 20-30 sec
Calc is terminated. This does not happen in versions up to 7.2.7.2, but occurs
in all versions from 7.3.0.3 up to 7.3.5 that I have tested.
The way of scrolling makes no difference: with side bar, mouse wheel, keyboard,
after a number of up-down movements the phenomenon occurs.

Steps to Reproduce:
1.Open worksheet (.xls) in Calc
2.Scroll up/down some time with mouse wheel or side bar
3.Scrolling blocks and after some time Calc terminates

Actual Results:
Scrolling suddenly stops. 
Calc does not respond on mouse or keyboard commands.
Calc terminates and does not restart automatically.
After manual restart recovery of the worksheet is suggested.

Expected Results:
Scrolling should not affect the normal operation of Calc. Crashing is
unacceptable. 


Reproducible: Always


User Profile Reset: No



Additional Info:
The described phenomenon occurs on multiple machines. Even on a new laptop with
only Windows 11 installed and then only LibreOffice 7.3.5 installed.
It also happens with different Excel-files with 'data base like' content,
without complicated calculations.

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

[Libreoffice-bugs] [Bug 112042] idxf import filter not handling some text

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112042

--- Comment #16 from V Stuart Foote  ---
(In reply to QA Administrators from comment #15)
idxf filter issue remains

Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 5df1bb4b1b222be00d25097660c4ee33542896ea
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746

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

   What|Removed |Added

 Depends on||150132


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150132
[Bug 150132] Draw corrupts characters and layout when opening PDF
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150132] Draw corrupts characters and layout when opening PDF

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150132

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

   What|Removed |Added

 Blocks||99746
 CC||79045_79...@mail.ru

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

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8580cbdc19224bc2a467535cc527cd28b0f30879
CPU threads: 4; OS: Mac OS X 12.5; UI render: Skia/Metal; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded Jumbo

and the PDF looks fine in default PDF viewer in macOS and in some other too

and yes if try to copy some text from PDF and then paste it into text editor (I
tried in to Sublime Text) then text looks wrong and has some � symbols

So I'm not sure it's our bug


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99746
[Bug 99746] [META] PDF import filter in Draw
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150141] loading 8.5M row .csv never completes - 100% CPU entire time

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150141

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Calc supports only ~1 million rows by default

Anyway please attach your CSV here

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

[Libreoffice-bugs] [Bug 120753] EDITING: Add option to extend number of Favorites and Recents for Special Characters

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120753

andréb  changed:

   What|Removed |Added

Summary|Provide an option to extend |EDITING: Add option to
   |the number of Favorites and |extend number of Favorites
   |Recents for Special |and Recents for Special
   |Characters  |Characters

--- Comment #9 from andréb  ---
Modified title essentially to add prefix EDITING: to make it easier to find.
(Already 3 duplicates)

My use case is 24 special characters (4 modes of 6 vowels of pinyin).
Currently special characters is the only option with the keyboard
configurations already available with my locale.

(An alternative is to define a custom keyboard configuration.)

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

[Libreoffice-bugs] [Bug 150147] Zoom problem in LO 7-4-0 in macOS

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150147

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

   What|Removed |Added

 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
do you have a HiDPI (Retina) display?

I can't repro it in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8580cbdc19224bc2a467535cc527cd28b0f30879
CPU threads: 4; OS: Mac OS X 12.5; UI render: Skia/Metal; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

I have 1920x1080 resolution display here

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

[Libreoffice-bugs] [Bug 144346] FILESAVE Added Secondary Y Axis on charts and its label are missing when saved to MS Excel format.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144346

raal  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Keywords||filter:xlsx

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

[Libreoffice-bugs] [Bug 144346] FILESAVE Added Secondary Y Axis on charts and its label are missing when saved to MS Excel format.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144346

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|7.1.4.2 release |4.2.0.4 release

--- Comment #3 from raal  ---
Confirm with Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 28daee8a3252e03a67484dc8d3dd26fd73af4826
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
and Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Libreoffice-bugs] [Bug 144346] FILESAVE Added Secondary Y Axis on charts and its label are missing when saved to MS Excel format.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144346

--- Comment #2 from raal  ---
Created attachment 181428
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181428=edit
test file

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

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||149910


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149910
[Bug 149910] Install script for LibreOffice installs wrong version number when
installing through Chocolatey package manager
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149910] Install script for LibreOffice installs wrong version number when installing through Chocolatey package manager

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149910

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||113339


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||149474


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149474
[Bug 149474] Check for updates
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149474] Check for updates

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149474

V Stuart Foote  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||vstuart.fo...@utsa.edu
 Blocks||113339

--- Comment #5 from V Stuart Foote  ---
@Shlomo, still have connection issues on check for updates?  Had 7.3.4 and now
7.3.5 available; and 7.4.0 in the gate.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144346] FILESAVE Added Secondary Y Axis on charts and its label are missing when saved to MS Excel format.

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144346

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Please attach .ods file for test. Thank you.

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

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||148231


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148231
[Bug 148231] First Check For Updates creates dummy form
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148231] First Check For Updates creates dummy form

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148231

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||113339
 CC||vstuart.fo...@utsa.edu


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||147080


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147080
[Bug 147080] Wrong Architecture offered on Mac from Upgrade Dialogue in
LibreOffice
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147080] Wrong Architecture offered on Mac from Upgrade Dialogue in LibreOffice

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147080

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||113339
 CC||vstuart.fo...@utsa.edu


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||149838


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149838
[Bug 149838] false update suggested
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149838] false update suggested

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149838

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||113339


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2022-07-26 Thread Caolán McNamara (via logerrit)
 vcl/unx/generic/gdi/cairotextrender.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 59cfcd863b483a99491e6f8cd30016386bbff870
Author: Caolán McNamara 
AuthorDate: Tue Jul 26 13:20:19 2022 +0100
Commit: Caolán McNamara 
CommitDate: Tue Jul 26 21:05:41 2022 +0200

tdf#150145 text appears to have a row of pixels cropped out

which is very similar sounding to
https://gitlab.freedesktop.org/cairo/cairo/-/issues/390

seems to be a bad interaction of slight hinting and sub pixel positioning
with hints_metrics disabled with CAIRO_HINT_METRICS_OFF.

lets continue to assume we desire CAIRO_HINT_METRICS_OFF most and
disable hinting rather than use slight

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

diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx 
b/vcl/unx/generic/gdi/cairotextrender.cxx
index 0be33e9436c9..7300562d5d68 100644
--- a/vcl/unx/generic/gdi/cairotextrender.cxx
+++ b/vcl/unx/generic/gdi/cairotextrender.cxx
@@ -199,7 +199,7 @@ void CairoTextRender::DrawTextLayout(const 
GenericSalLayout& rLayout, const SalG
 const bool bResolutionIndependentLayoutEnabled = 
rGraphics.getTextRenderModeForResolutionIndependentLayoutEnabled();
 cairo_hint_style_t eHintStyle = 
cairo_font_options_get_hint_style(pFontOptions);
 cairo_hint_metrics_t eHintMetricsStyle = 
cairo_font_options_get_hint_metrics(pFontOptions);
-bool bAllowedHintStyle = !bResolutionIndependentLayoutEnabled || 
(eHintStyle == CAIRO_HINT_STYLE_NONE || eHintStyle == CAIRO_HINT_STYLE_SLIGHT);
+bool bAllowedHintStyle = !bResolutionIndependentLayoutEnabled || 
(eHintStyle == CAIRO_HINT_STYLE_NONE);
 bool bAllowedHintMetricStyle = !bResolutionIndependentLayoutEnabled || 
(eHintMetricsStyle == CAIRO_HINT_METRICS_OFF);
 
 if (bDisableAA || !bAllowedHintStyle || !bAllowedHintMetricStyle)
@@ -209,10 +209,10 @@ void CairoTextRender::DrawTextLayout(const 
GenericSalLayout& rLayout, const SalG
 cairo_font_options_t* pOptions = 
cairo_font_options_copy(pFontOptions);
 if (bDisableAA)
 cairo_font_options_set_antialias(pOptions, 
CAIRO_ANTIALIAS_NONE);
-if (!bAllowedHintStyle)
-cairo_font_options_set_hint_style(pOptions, 
CAIRO_HINT_STYLE_SLIGHT);
 if (!bAllowedHintMetricStyle)
 cairo_font_options_set_hint_metrics(pOptions, 
CAIRO_HINT_METRICS_OFF);
+if (!bAllowedHintStyle)
+cairo_font_options_set_hint_style(pOptions, 
CAIRO_HINT_STYLE_NONE);
 cairo_set_font_options(cr, pOptions);
 cairo_font_options_destroy(pOptions);
 }


[Libreoffice-bugs] [Bug 149774] Version 7.2.7.2 installed and offers "update available" although that is the latest still version on the downloads page

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149774

V Stuart Foote  changed:

   What|Removed |Added

 Blocks|113339  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on|149774  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149774
[Bug 149774] Version 7.2.7.2 installed and offers "update available" although
that is the latest still version on the downloads page
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on|150050  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150050
[Bug 150050] Update nagging
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150050] Update nagging

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150050

V Stuart Foote  changed:

   What|Removed |Added

 Blocks|113339  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

V Stuart Foote  changed:

   What|Removed |Added

 Depends on|150156  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150156
[Bug 150156] Keeps telling me to update to new version when I have it
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150156] Keeps telling me to update to new version when I have it

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150156

V Stuart Foote  changed:

   What|Removed |Added

 Blocks|113339  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339
Bug 113339 depends on bug 149774, which changed state.

Bug 149774 Summary: Version 7.2.7.2 installed and offers "update available" 
although that is the latest still version on the downloads page
https://bugs.documentfoundation.org/show_bug.cgi?id=149774

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149774] Version 7.2.7.2 installed and offers "update available" although that is the latest still version on the downloads page

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149774

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote  ---


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

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

[Libreoffice-bugs] [Bug 149838] false update suggested

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149838

V Stuart Foote  changed:

   What|Removed |Added

 CC||and...@atf.me.uk

--- Comment #8 from V Stuart Foote  ---
*** Bug 149774 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339
Bug 113339 depends on bug 150050, which changed state.

Bug 150050 Summary: Update nagging
https://bugs.documentfoundation.org/show_bug.cgi?id=150050

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149838] false update suggested

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149838

V Stuart Foote  changed:

   What|Removed |Added

 CC||lesl...@mymts.net

--- Comment #7 from V Stuart Foote  ---
*** Bug 150050 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 150050] Update nagging

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150050

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu

--- Comment #6 from V Stuart Foote  ---


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

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

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339
Bug 113339 depends on bug 150156, which changed state.

Bug 150156 Summary: Keeps telling me to update to new version when I have it
https://bugs.documentfoundation.org/show_bug.cgi?id=150156

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149838] false update suggested

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149838

V Stuart Foote  changed:

   What|Removed |Added

 CC||rogue1...@hotmail.com

--- Comment #6 from V Stuart Foote  ---
*** Bug 150156 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 150156] Keeps telling me to update to new version when I have it

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150156

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #1 from V Stuart Foote  ---


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

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

[Libreoffice-bugs] [Bug 150026] 64-bit ChromeOS Cannot Start LibreOffice 7.3.4 or 7.4.0.1

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150026

Rob Elsman  changed:

   What|Removed |Added

Version|7.3.4.2 release |7.3.5.2 release

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

[Libreoffice-bugs] [Bug 150050] Update nagging

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150050

Rafael Lima  changed:

   What|Removed |Added

 Blocks||113339


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

Rafael Lima  changed:

   What|Removed |Added

 Depends on||150050


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150050
[Bug 150050] Update nagging
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339

Rafael Lima  changed:

   What|Removed |Added

 Depends on||150156


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150156
[Bug 150156] Keeps telling me to update to new version when I have it
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150156] Keeps telling me to update to new version when I have it

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150156

Rafael Lima  changed:

   What|Removed |Added

 Blocks||113339


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113339
[Bug 113339] [META] Updates bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148810] EDITING: Undo doesn't restore the bullet ( PPTX/PPT )

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148810

--- Comment #10 from Justin L  ---
Based on my debugging, I figured that explicitly setting OUTLLEVEL when
importing a NUMBULLET would work
(oox/source/drawingml/textparagraphproperties.cxx). I was a bit surprised that
it didn't work with a zero. However, it DOES work with a higher number. Zero
should not be special. Either a void or a -1 is "special".

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

[Libreoffice-bugs] [Bug 149774] Version 7.2.7.2 installed and offers "update available" although that is the latest still version on the downloads page

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149774

Rafael Lima  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Rafael Lima  ---
This has been reported by various users. I am setting this to NEW.

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

[Libreoffice-bugs] [Bug 149774] Version 7.2.7.2 installed and offers "update available" although that is the latest still version on the downloads page

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149774

Rafael Lima  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150156] Keeps telling me to update to new version when I have it

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150156

Rafael Lima  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150050] Update nagging

2022-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150050

Rafael Lima  changed:

   What|Removed |Added

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

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

  1   2   3   4   >