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

2023-07-24 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |6 
++
 compilerplugins/clang/unusedfields.writeonly.results|6 
++
 vcl/inc/unx/glyphcache.hxx  |1 -
 vcl/unx/generic/glyphs/freetype_glyphcache.cxx  |9 
-
 4 files changed, 4 insertions(+), 18 deletions(-)

New commits:
commit dabedcaf27b0af1e38a611b8d8e48444f848e01d
Author: Noel Grandin 
AuthorDate: Sun Jul 23 16:27:45 2023 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 25 07:56:37 2023 +0200

loplugin:unusedfields

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

diff --git 
a/compilerplugins/clang/unusedfields.only-used-in-constructor.results 
b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 01db79dd80aa..a81c93483c6c 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -910,6 +910,8 @@ vcl/inc/sft.hxx:177
 vcl::TTGlobalFontInfo_ fsSelection sal_uInt16
 vcl/inc/svimpbox.hxx:118
 SvImpLBox m_aFctSet ImpLBSelEng
+vcl/inc/unx/glyphcache.hxx:146
+FreetypeFont mnLoadFlags FT_Int
 vcl/inc/unx/i18n_ic.hxx:40
 SalI18N_InputContext maPreeditStartCallback XIMCallback
 vcl/inc/unx/i18n_ic.hxx:41
@@ -938,8 +940,6 @@ vcl/source/gdi/jobset.cxx:39
 (anonymous namespace)::ImplOldJobSetupData cDeviceName char[32]
 vcl/source/gdi/jobset.cxx:40
 (anonymous namespace)::ImplOldJobSetupData cPortName char[32]
-vcl/source/gdi/pdfextoutdevdata.cxx:107
-vcl::GlobalSyncData mStructIdMap std::vector
 vcl/source/pdf/PDFiumLibrary.cxx:430
 vcl::pdf::(anonymous namespace)::PDFiumDocumentImpl m_aFormCallbacks 
FPDF_FORMFILLINFO
 vcl/unx/gtk3/a11y/atkhypertext.cxx:31
@@ -972,5 +972,3 @@ xmloff/inc/XMLThemeContext.hxx:46
 XMLThemeColorsContext m_aColorScheme std::vector
 xmloff/source/text/XMLTextListBlockContext.hxx:40
 XMLTextListBlockContext mbSetDefaults _Bool
-xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx:87
-(anonymous namespace)::SaveODFItem m_nODF sal_Int16
diff --git a/compilerplugins/clang/unusedfields.writeonly.results 
b/compilerplugins/clang/unusedfields.writeonly.results
index 098cd9e859a5..09664da6ea79 100644
--- a/compilerplugins/clang/unusedfields.writeonly.results
+++ b/compilerplugins/clang/unusedfields.writeonly.results
@@ -1248,6 +1248,8 @@ vcl/inc/svdata.hxx:464
 ImplSVEvent mpInstanceRef VclPtr
 vcl/inc/toolbarvalue.hxx:47
 ToolbarValue mbIsTopDockingArea _Bool
+vcl/inc/unx/glyphcache.hxx:146
+FreetypeFont mnLoadFlags FT_Int
 vcl/inc/unx/gtk/gtkdata.hxx:226
 DocumentFocusListener m_aRefList 
o3tl::sorted_vector >
 vcl/inc/unx/gtk/gtkframe.hxx:81
@@ -1260,8 +1262,6 @@ vcl/source/components/dtranscomp.cxx:210
 vcl::(anonymous namespace)::GenericDragSource m_xTrans 
css::uno::Reference
 vcl/source/fontsubset/sft.cxx:109
 vcl::(anonymous namespace)::TTGlyphMetrics lsb sal_Int16
-vcl/source/gdi/pdfextoutdevdata.cxx:107
-vcl::GlobalSyncData mStructIdMap std::vector
 vcl/unx/generic/app/wmadaptor.cxx:1268
 _mwmhints deco unsigned long
 vcl/unx/generic/app/wmadaptor.cxx:1268
@@ -1332,8 +1332,6 @@ xmlsecurity/inc/certificateviewer.hxx:51
 CertificateViewer mxGeneralPage std::unique_ptr
 xmlsecurity/inc/certificateviewer.hxx:52
 CertificateViewer mxDetailsPage std::unique_ptr
-xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx:87
-(anonymous namespace)::SaveODFItem m_nODF sal_Int16
 xmlsecurity/source/helper/pdfsignaturehelper.cxx:237
 (anonymous namespace)::PageChecksum m_nPageContent BitmapChecksum
 xmlsecurity/source/helper/pdfsignaturehelper.cxx:238
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx
index f5ce328b0aa1..6d778d15d6c7 100644
--- a/vcl/inc/unx/glyphcache.hxx
+++ b/vcl/inc/unx/glyphcache.hxx
@@ -143,7 +143,6 @@ private:
 int mnWidth;
 int mnPrioAntiAlias;
 std::shared_ptr mxFontInfo;
-FT_Int  mnLoadFlags;
 double  mfStretch;
 FT_FaceRec_*maFaceFT;
 FT_SizeRec_*maSizeFT;
diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx 
b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
index 2543b76b5719..5745f94a223e 100644
--- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
+++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx
@@ -394,13 +394,10 @@ FreetypeFont::FreetypeFont(FreetypeFontInstance& 
rFontInstance, std::shared_ptr<
 mnSin( 0 ),
 mnPrioAntiAlias(nDefaultPrioAntiAlias),
 mxFontInfo(std::move(xFI)),
-mnLoadFlags( 0 ),
 maFaceFT( nullptr ),
 maSizeFT( nullptr ),
 mbFaceOk( false )
 {
-int nPrioEmbedded = nDefaultPrioEmbedded;
-
 maFaceFT = mxFontInfo->GetFaceFT();
 
 const 

[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108804
Bug 108804 depends on bug 93315, which changed state.

Bug 93315 Summary: Calc: Print Preview empty with a 100 bordered rows. Works, 
if row 85 is without borders
https://bugs.documentfoundation.org/show_bug.cgi?id=93315

   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: Branch 'libreoffice-7-6' - sfx2/source

2023-07-24 Thread Patrick Luby (via logerrit)
 sfx2/source/dialog/infobar.cxx |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit b3f4e37ea6d8da69ce190f4826d7ec985142c83f
Author: Patrick Luby 
AuthorDate: Mon Jul 24 12:27:51 2023 -0400
Commit: Michael Weghorn 
CommitDate: Tue Jul 25 05:44:18 2023 +0200

Regression: eliminate white lines in infobar's close button

When drawing the close button's background, the right and bottom need to be
extended by 1 or there will be a white line on both edges.

Change-Id: I67dcad422c0f33af3035621cd624c1ddafc89d00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154871
Reviewed-by: Noel Grandin 
Tested-by: Jenkins
Reviewed-by: Patrick Luby 
(cherry picked from commit a7fed99788918b4a6a8339048e8b78ed7d548a91)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154861
Reviewed-by: Michael Weghorn 

diff --git a/sfx2/source/dialog/infobar.cxx b/sfx2/source/dialog/infobar.cxx
index 5bcb8b7e9a69..81e8ffe9d864 100644
--- a/sfx2/source/dialog/infobar.cxx
+++ b/sfx2/source/dialog/infobar.cxx
@@ -114,12 +114,13 @@ void SfxInfoBarWindow::SetCloseButtonImage()
 
 drawinglayer::primitive2d::Primitive2DContainer aSeq(2);
 
-//  background
+// Draw backround. The right and bottom need to be extended by 1 or
+// there will be a white line on both edges when Skia is enabled.
 B2DPolygon aPolygon;
 aPolygon.append(B2DPoint(aRect.Left(), aRect.Top()));
-aPolygon.append(B2DPoint(aRect.Right(), aRect.Top()));
-aPolygon.append(B2DPoint(aRect.Right(), aRect.Bottom()));
-aPolygon.append(B2DPoint(aRect.Left(), aRect.Bottom()));
+aPolygon.append(B2DPoint(aRect.Right() + 1, aRect.Top()));
+aPolygon.append(B2DPoint(aRect.Right() + 1, aRect.Bottom() + 1));
+aPolygon.append(B2DPoint(aRect.Left(), aRect.Bottom() + 1));
 aPolygon.setClosed(true);
 
 aSeq[0] = new PolyPolygonColorPrimitive2D(B2DPolyPolygon(aPolygon), 
m_aBackgroundColor);


[Libreoffice-bugs] [Bug 156445] Crash in: libc.so.6: Video import

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156445

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

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

[Libreoffice-bugs] [Bug 156181] LibreOffice changes WebDAV lock tokens

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156181

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 156445] Crash in: libc.so.6: Video import

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156445

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 145958] LibreOffice start menu opens, but won't open any document, new or existing

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145958

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 145958] LibreOffice start menu opens, but won't open any document, new or existing

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145958

--- Comment #6 from QA Administrators  ---
Dear kara.l.anderso...@gmail.com,

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 153209] Filesave, fileclose- calc crashes on exit when three or four calc files open simultaneously

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153209

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

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 153198] 6.4 libreoffice word issues

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153198

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

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 150254] The style preview menu loses its formatting and confuses and mixes up all

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150254

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

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 150058] Libre Draw doesn't export dotted lines and underlined text in eps and other file types

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150058

--- Comment #3 from QA Administrators  ---
Dear Kemo Kemic,

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 150083] FILESAVE ODS Saving modified spreadsheet with File open & File edit password and Shared mode leads to General I/O Error

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150083

--- Comment #4 from QA Administrators  ---
Dear Gabor Kelemen (allotropia),

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 150010] Edit existing cell contents appears to succeed but produces unintended results

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150010

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

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 149855] libreoffice calculating with the sum function is fooled somehow by formatting bugs, that keep changing back to default, I think

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149855

--- Comment #2 from QA Administrators  ---
Dear Mark Keller,

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 149850] Writer stops responding after dragging a .png to the page

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149850

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

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 149874] LibreOffice Writer 7.3.4.2 corrupts previously saved documents

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149874

--- Comment #9 from QA Administrators  ---
Dear john,

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 147643] EDITING Loss of OLE objects (Math formulas) in Libreoffice Writer when using experimental visual editor

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147643

--- Comment #9 from QA Administrators  ---
Dear Dmitry,

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 132926] Change Punctuations(comma & period) for Korean vertical writting text layout

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132926

--- Comment #5 from QA Administrators  ---
Dear DaeHyun Sung,

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 155056] Crash in: osl_releaseMutex

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155056

Zhang Wen  changed:

   What|Removed |Added

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

--- Comment #3 from Zhang Wen  ---
Not reproducible on version 7.5.4.2, thanks

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

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 156437, which changed state.

Bug 156437 Summary: FILEOPEN: PDF opened with incorrect font "DummyName"
https://bugs.documentfoundation.org/show_bug.cgi?id=156437

   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

2023-07-24 Thread Khaled Hosny (via logerrit)
 vcl/source/fontsubset/fontsubset.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 42f0422d19c4d0a2fb09654fb6d1d92e50f6dd5c
Author: Khaled Hosny 
AuthorDate: Tue Jul 25 03:14:37 2023 +0300
Commit: خالد حسني 
CommitDate: Tue Jul 25 04:16:11 2023 +0200

tdf#156437: Fix missing name inside embedded Type 1 font in PDF

Regression from:

commit 7415ce2b9795a78f836bc5e5bffb4b56eee26b21
Author: Khaled Hosny 
Date:   Mon Dec 5 20:52:13 2022 +0200

tdf#113048: Fix PDF ascender and descender of some fonts

We were setting the font in PDF /Font dictionary, but not inside the
font itself.

Change-Id: I1936f615f62fd7afa8f31d66d35dbded879328c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154880
Tested-by: Jenkins
Reviewed-by: خالد حسني 

diff --git a/vcl/source/fontsubset/fontsubset.cxx 
b/vcl/source/fontsubset/fontsubset.cxx
index 4e6e03c04baf..1ecd358727bf 100644
--- a/vcl/source/fontsubset/fontsubset.cxx
+++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -79,6 +79,10 @@ bool FontSubsetInfo::CreateFontSubset(
 mpReqEncodedIds = pReqEncodedIds;
 mnReqGlyphCount = nReqGlyphCount;
 
+OString aPSName = m_aPSName.toUtf8();
+if (!mpReqFontName)
+mpReqFontName = aPSName.getStr();
+
 // TODO: move the glyphid/encid/notdef reshuffling from the callers to here
 
 // dispatch to underlying subsetters


[Libreoffice-bugs] [Bug 152534] Win11 dark theme support--Active selections on Notebook Bar and Sidebar UI have light blue background which makes the white icon almost invisible

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152534

--- Comment #22 from V Stuart Foote  ---
(In reply to Stéphane Guillou (stragu) from comment #21)
> Stuart, any reason why you removed the "accessibility" keyword? To me, this
> is clearly an issue that affects accessibility – see for example first-hand
> user account here: https://www.reddit.com/r/libreoffice/comments/14oze66
> 
> I've added it back but please let me know if it wasn't an error.
> 
> Michael, adding you to CC in case you are interested.

Don't see it as an accessibility issue. Believe we handle (consume the os/DE
color scheme) for the Win11 Ease-of-Access "Contrast themes" when set active on
os/DE for all four of the Win11 HC themes:

"Aquatic"
"Desert"
"Dusk"
"Night Sky"

The buggy button handling does not affect those Win11 HC themes (msstyles) and
our AT tools perform as intended.

Instead, this is a simple issue in a MS default color theme for
buttons--Microsoft picked a stinker bg fill color for Win11 activated button.

We can possibly perform an inversion of button fg / bg, but the current bg
color comes from the os/DE theme.  The a11y themes which now also follow
respective os/DE theme aren't affected--they have a theme specific button
handling.

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

[Libreoffice-bugs] [Bug 156447] UI: Lines marking the page margins are gone

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156447

Telesto  changed:

   What|Removed |Added

 Resolution|NOTABUG |INVALID

--- Comment #3 from Telesto  ---
(In reply to m.a.riosv from comment #2)
My mistake, there is no issue. I toggled off the formatting marks

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

[Libreoffice-bugs] [Bug 113122] [META] PDF bugs and enhancement

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113122

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Depends on|156437  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156437
[Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Depends on||156437


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156437
[Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113122] [META] PDF bugs and enhancement

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113122

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Depends on||156437


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156437
[Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Depends on|156437  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156437
[Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: 2 commits - editeng/source i18nutil/source include/i18nutil

2023-07-24 Thread Khaled Hosny (via logerrit)
 editeng/source/editeng/impedit2.cxx |   22 --
 i18nutil/source/utility/unicode.cxx |   12 +++-
 include/i18nutil/unicode.hxx|   10 +-
 3 files changed, 24 insertions(+), 20 deletions(-)

New commits:
commit 529dce3d5b695637a1ccc8b4b697d87c5db0d3a2
Author: Khaled Hosny 
AuthorDate: Mon Jul 24 22:07:25 2023 +0300
Commit: خالد حسني 
CommitDate: Tue Jul 25 02:15:05 2023 +0200

editeng: Call unicode::getUnicodeType() on UTF-32 code units

By using OUString::iterateCodePoints() instead of accessing individual
UTF-16 code units that might be surrogate pairs.

Change-Id: I5e3e513a788f0c939f96b0521fed16fe4848a053
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154875
Tested-by: Jenkins
Reviewed-by: خالد حسني 

diff --git a/editeng/source/editeng/impedit2.cxx 
b/editeng/source/editeng/impedit2.cxx
index 664c8f5d18f0..c976ebf93cb2 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -1732,10 +1732,10 @@ void ImpEditEngine::InitScriptTypes( sal_Int32 nPara )
 {
 if ( _xBI->getScriptType( aText, nPos - 1 ) == 
i18n::ScriptType::WEAK )
 {
-switch ( u_charType(aText.iterateCodePoints(, 0) ) ) {
-case U_NON_SPACING_MARK:
-case U_ENCLOSING_MARK:
-case U_COMBINING_SPACING_MARK:
+switch (unicode::getUnicodeType(aText.iterateCodePoints(, 
0))) {
+case css::i18n::UnicodeType::NON_SPACING_MARK:
+case css::i18n::UnicodeType::ENCLOSING_MARK:
+case css::i18n::UnicodeType::COMBINING_SPACING_MARK:
 --nPos;
 rTypes.back().nEndPos--;
 break;
@@ -2761,7 +2761,9 @@ EditPaM ImpEditEngine::ImpInsertText(const EditSelection& 
aCurSel, const OUStrin
 sal_Int32 nPos = nMaxNewChars;
 while (nPos-- > 0 && (nMaxNewChars - nPos) <= 84)
 {
-switch (unicode::getUnicodeType(aLine[nPos]))
+auto nNextPos = nPos;
+const auto c = aLine.iterateCodePoints();
+switch (unicode::getUnicodeType(c))
 {
 case css::i18n::UnicodeType::UPPERCASE_LETTER:
 case css::i18n::UnicodeType::LOWERCASE_LETTER:
@@ -2775,24 +2777,24 @@ EditPaM ImpEditEngine::ImpInsertText(const 
EditSelection& aCurSel, const OUStrin
 break;
 default:
 {
-const sal_Unicode c = aLine[nPos];
 // Ignore NO-BREAK spaces, NBSP, NNBSP, ZWNBSP.
 if (c == 0x00A0 || c == 0x202F || c == 0xFEFF)
 break;
-if (c == '-' && nPos + 1 < nMaxNewChars)
+const auto n = 
aLine.iterateCodePoints(, 0);
+if (c == '-' && nNextPos < nMaxNewChars)
 {
 // Keep HYPHEN-MINUS with a number to the 
right.
-const sal_Int16 t = 
unicode::getUnicodeType(aLine[nPos+1]);
+const sal_Int16 t = 
unicode::getUnicodeType(n);
 if (t == 
css::i18n::UnicodeType::DECIMAL_DIGIT_NUMBER ||
 t == 
css::i18n::UnicodeType::LETTER_NUMBER ||
 t == 
css::i18n::UnicodeType::OTHER_NUMBER)
 nMaxNewChars = nPos;// line 
break before
 else
-nMaxNewChars = nPos + 1;// line 
break after
+nMaxNewChars = nNextPos;// line 
break after
 }
 else
 {
-nMaxNewChars = nPos + 1;// line 
break after
+nMaxNewChars = nNextPos;// line 
break after
 }
 nPos = 0;   // will break loop
 }
commit 2e6e40b7453e2005d46ba7866feff2f2caa1f100
Author: Khaled Hosny 
AuthorDate: Mon Jul 24 20:52:44 2023 +0300
Commit: خالد حسني 
CommitDate: Tue Jul 25 02:14:56 2023 +0200

i18nutil: Make unicode::getUnicodeType() take a UTF-32 code point

Still need to fix call sites to handles surrogate pairs.

Change-Id: I3ba896714fc6a90596c041148a3c9d965f60f4a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154874
Tested-by: Jenkins
Reviewed-by: خالد حسني 

diff --git a/i18nutil/source/utility/unicode.cxx 

[Libreoffice-bugs] [Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156437

⁨خالد حسني⁩  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
The formatting of the paragraphs in the cells is not relevant for the "repeat
rows" feature.

How many rows are set to repeat is visible in the "Text flow" tab of the table
properties and can be changed there. I do not understand your problem.

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

[Libreoffice-ux-advise] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
The formatting of the paragraphs in the cells is not relevant for the "repeat
rows" feature.

How many rows are set to repeat is visible in the "Text flow" tab of the table
properties and can be changed there. I do not understand your problem.

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

[Libreoffice-bugs] [Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156437

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

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

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

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Depends on||156437


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156437
[Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156437] FILEOPEN: PDF opened with incorrect font "DummyName"

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156437

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Blocks||99746
 CC||kha...@libreoffice.org


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 148025] Leading spaces lost copying from pdf

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148025

--- Comment #10 from ⁨خالد حسني⁩  ---
(In reply to flywire from comment #9)
> (In reply to ⁨خالد حسني⁩ from comment #8)
> > PDF is not a good format for exchanging plain text data because it is a
> > purely visual format and preservation of the underlying textual data is
> > rather limited.
> 
> Agree. Regardless, it IS being used to exchange plain text so we should do
> what we can to support it, especially with such a minimal request.
> 
> > The leading spaces are in the PDF, viewers may choose not to copy them, but
> > there is not much we can do about this.
> 
> Did you look at the comment detail?
> 
> "There is no "() Tj" for blank line"
> 
> Explicitly writing blank lines really improves the functionality of code as
> demonstrated. Leading spaces are more problematic but a suitable browser
> could be recommended in the guides.

I don’t think we have any knowledge of blank lines by the time we are writing
PDF output.

> This is an enhancement request and it would be simple to implement. I'd like
> it to remain open.

Fell free to re-open if you are planing to work on it, otherwise I don’t think
it is as simple to implement as it might seem.

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

[Libreoffice-bugs] [Bug 70625] Add --cat parameter to make git diffs pretty

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70625

--- Comment #24 from Matt K  ---
(In reply to Matt K from comment #16)
> but html works for all 3;
> should that then be used (objects are converted to images for .odt and .ods)?

I debugged the --cat output path for .odp files and can easily make the --cat
option work for HTML output (similar to "--convert-to html" command line); is
this acceptable or do we want to iterate every object and print its text
contents without HTML tags present?

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

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

2023-07-24 Thread Khaled Hosny (via logerrit)
 i18nutil/source/utility/casefolding.cxx|   21 +--
 i18nutil/source/utility/casefolding_data.h |  195 -
 2 files changed, 11 insertions(+), 205 deletions(-)

New commits:
commit 89229524298398ca1b5239c2a7ca798900733f5d
Author: Khaled Hosny 
AuthorDate: Mon Jul 24 18:45:38 2023 +0300
Commit: خالد حسني 
CommitDate: Tue Jul 25 01:02:30 2023 +0200

i18nutil: Fix ICU case folding of surrogate pairs

It can’t be easily made to work when mixing our case folding data (which
seems to work on individual surrogates) and ICU functions, so port it
over completely to ICU.

Change-Id: I0e12b81b23a053a2a9a299e51908930a3d0b82d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154843
Tested-by: Jenkins
Reviewed-by: خالد حسني 

diff --git a/i18nutil/source/utility/casefolding.cxx 
b/i18nutil/source/utility/casefolding.cxx
index d4f79927c131..52dbeb1ca1c5 100644
--- a/i18nutil/source/utility/casefolding.cxx
+++ b/i18nutil/source/utility/casefolding.cxx
@@ -94,18 +94,20 @@ const Mapping& casefolding::getConditionalValue(const 
sal_Unicode* str, sal_Int3
 
 Mapping casefolding::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 
len, Locale const & aLocale, MappingType nMappingType)
 {
+if (pos > 0 && rtl::isHighSurrogate(str[pos-1]) && 
rtl::isLowSurrogate(str[pos]))
+return { 0, 0, { 0, 0, 0 } };
+
 Mapping dummy = { 0, 1, { str[pos], 0, 0 } };
 
 sal_uInt32 c;
-if (pos > 0 && rtl::isHighSurrogate(str[pos-1]) && 
rtl::isLowSurrogate(str[pos])) {
-c = rtl::combineSurrogates(str[pos-1], str[pos]);
-if (c >= SAL_N_ELEMENTS(CaseMappingIndex) * 256)
-return dummy;
-} else {
+if (pos + 1 < len && rtl::isHighSurrogate(str[pos]) && 
rtl::isLowSurrogate(str[pos + 1]))
+c = rtl::combineSurrogates(str[pos], str[pos + 1]);
+else
 c = str[pos];
-}
 
-sal_Int16 address = CaseMappingIndex[c >> 8];
+sal_Int16 address = -1;
+if (c < SAL_N_ELEMENTS(CaseMappingIndex) * 256)
+address = CaseMappingIndex[c >> 8];
 
 if (address >= 0) {
 address = (address << 8) + (c & 0xFF);
@@ -142,7 +144,7 @@ Mapping casefolding::getValue(const sal_Unicode* str, 
sal_Int32 pos, sal_Int32 l
 // using ustring.h APIs, which work on the whole string not character
 // by character.
 // TODO: what is the difference between ToLower and UpperToLower etc.?
-sal_uInt32 value = 0;
+sal_uInt32 value = c;
 switch (nMappingType)
 {
 case MappingType::ToLower:
@@ -163,8 +165,7 @@ Mapping casefolding::getValue(const sal_Unicode* str, 
sal_Int32 pos, sal_Int32 l
 default: break;
 }
 
-if (value && value != c)
-dummy.nmap = rtl::splitSurrogates(value, dummy.map);
+dummy.nmap = rtl::splitSurrogates(value, dummy.map);
 
 return dummy;
 }
diff --git a/i18nutil/source/utility/casefolding_data.h 
b/i18nutil/source/utility/casefolding_data.h
index f3f22c734e24..174fdc066ed9 100644
--- a/i18nutil/source/utility/casefolding_data.h
+++ b/i18nutil/source/utility/casefolding_data.h
@@ -56,36 +56,6 @@ const sal_Int8 CaseMappingIndex[] = {
   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // e800 - efff
   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // f000 - f7ff
   -1,   -1,   -1, 0x0b,   -1,   -1,   -1, 0x0c, // f800 - 
-  -1,   -1,   -1,   -1, 0x0d,   -1,   -1,   -1, // 1 - 107ff
-  -1,   -1,   -1,   -1, 0x0e,   -1,   -1,   -1, // 10800 - 10fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 11000 - 117ff
-0x0f,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 11800 - 11fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 12000 - 127ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 12800 - 12fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 13000 - 137ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 13800 - 13fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 14000 - 147ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 14800 - 14fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 15000 - 157ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 15800 - 15fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 16000 - 167ff
-  -1,   -1,   -1,   -1,   -1,   -1, 0x10,   -1, // 16800 - 16fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 17000 - 177ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 17800 - 17fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 18000 - 187ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 18800 - 18fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 19000 - 197ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 19800 - 19fff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 1a000 - 1a7ff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 1a800 - 1afff
-  -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1, // 1b000 - 1b7ff
-   

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

2023-07-24 Thread Czeber László Ádám (via logerrit)
 sc/inc/attarray.hxx  |2 -
 sc/inc/column.hxx|6 ++--
 sc/source/core/data/attarray.cxx |   56 +++
 sc/source/core/data/table1.cxx   |   12 ++--
 4 files changed, 47 insertions(+), 29 deletions(-)

New commits:
commit 87ca7d2f146be2c309fc6fd36f9154f3ea4e4bd8
Author: Czeber László Ádám 
AuthorDate: Mon Jun 19 11:02:23 2023 +0200
Commit: Eike Rathke 
CommitDate: Tue Jul 25 00:32:30 2023 +0200

tdf#93315 sc: Only 84 empty row show in the Print Preview

Change in Calc behaviour, dropping the 84 line limit.
This way, if all rows or columns are bordered, only up to the last
cell containing data is displayed in the Print Preview. In other
cases, all bordered cells are visible.

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

diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 868118796560..cbc8f7cfe2f9 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -203,7 +203,7 @@ public:
 boolIsEmpty() const;
 
 boolGetFirstVisibleAttr( SCROW& rFirstRow ) const;
-boolGetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
+boolGetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData, bool 
bSkipEmpty ) const;
 boolHasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
 boolIsVisibleEqual( const ScAttrArray& rOther,
 SCROW nStartRow, SCROW nEndRow ) const;
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 4b64537e1705..fe3b84842af2 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -313,7 +313,7 @@ public:
 boolHasSelectionMatrixFragment(const ScMarkData& rMark, const 
ScRangeList& rRangeList) const;
 
 boolGetFirstVisibleAttr( SCROW& rFirstRow ) const;
-boolGetLastVisibleAttr( SCROW& rLastRow ) const;
+boolGetLastVisibleAttr( SCROW& rLastRow, bool bSkipEmpty ) const;
 boolHasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
 boolIsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow, SCROW 
nEndRow ) const;
 
@@ -890,11 +890,11 @@ inline bool ScColumn::GetFirstVisibleAttr( SCROW& 
rFirstRow ) const
 return pAttrArray->GetFirstVisibleAttr( rFirstRow );
 }
 
-inline bool ScColumn::GetLastVisibleAttr( SCROW& rLastRow ) const
+inline bool ScColumn::GetLastVisibleAttr( SCROW& rLastRow, bool bSkipEmpty ) 
const
 {
 // row of last cell is needed
 SCROW nLastData = GetLastDataPos();// always including notes, 0 if none
-return pAttrArray->GetLastVisibleAttr( rLastRow, nLastData );
+return pAttrArray->GetLastVisibleAttr( rLastRow, nLastData, bSkipEmpty );
 }
 
 inline bool ScColumn::HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const
diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx
index 87fa2c11ccf1..02b6b9d793ed 100644
--- a/sc/source/core/data/attarray.cxx
+++ b/sc/source/core/data/attarray.cxx
@@ -1942,7 +1942,7 @@ bool ScAttrArray::GetFirstVisibleAttr( SCROW& rFirstRow ) 
const
 
 const SCROW SC_VISATTR_STOP = 84;
 
-bool ScAttrArray::GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const
+bool ScAttrArray::GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData, bool 
bSkipEmpty ) const
 {
 if ( mvData.empty() )
 {
@@ -1971,31 +1971,43 @@ bool ScAttrArray::GetLastVisibleAttr( SCROW& rLastRow, 
SCROW nLastData ) const
 rLastRow = nLastData;
 return false;
 }
-
-// Find a run below last data row.
+// tdf#93315: If "Suppress output of empty pages" in Calc Options is not 
checked, show empty
+// (containing only empty data cells) page in the document
 bool bFound = false;
-Search( nLastData, nPos );
-while ( nPos < mvData.size() )
+if (bSkipEmpty)
+{
+Search( nLastData, nPos );
+while ( nPos < mvData.size() )
+{
+// find range of visually equal formats
+SCSIZE nEndPos = nPos;
+while ( nEndPos < mvData.size()-1 &&
+
mvData[nEndPos].pPattern->IsVisibleEqual(*mvData[nEndPos+1].pPattern))
+++nEndPos;
+SCROW nAttrStartRow = ( nPos > 0 ) ? ( mvData[nPos-1].nEndRow + 1) 
: 0;
+if ( nAttrStartRow <= nLastData )
+nAttrStartRow = nLastData + 1;
+SCROW nAttrSize = mvData[nEndPos].nEndRow + 1 - nAttrStartRow;
+if ( nAttrSize >= SC_VISATTR_STOP )
+break;  // while, ignore this range and below
+else if ( mvData[nEndPos].pPattern->IsVisible() )
+{
+rLastRow = mvData[nEndPos].nEndRow;
+bFound = true;
+}
+nPos = nEndPos + 1;
+}
+}
+else
 {
-// find range of visually equal formats
-SCSIZE nEndPos = nPos;
-while ( nEndPos < 

[Libreoffice-bugs] [Bug 148025] Leading spaces lost copying from pdf

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148025

--- Comment #9 from flywire  ---
(In reply to ⁨خالد حسني⁩ from comment #8)
> PDF is not a good format for exchanging plain text data because it is a
> purely visual format and preservation of the underlying textual data is
> rather limited.

Agree. Regardless, it IS being used to exchange plain text so we should do what
we can to support it, especially with such a minimal request.

> The leading spaces are in the PDF, viewers may choose not to copy them, but
> there is not much we can do about this.

Did you look at the comment detail?

"There is no "() Tj" for blank line"

Explicitly writing blank lines really improves the functionality of code as
demonstrated. Leading spaces are more problematic but a suitable browser could
be recommended in the guides.

This is an enhancement request and it would be simple to implement. I'd like it
to remain open.

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

[Libreoffice-bugs] [Bug 156450] Memory Leak/Increased RAM usage while scrolling

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156450

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test in safe mode, Menu/Help/Restart in Safe Mode
and paste the information in Menu/Help/About LibreOffice, there is an icon to
copy.

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

[Libreoffice-bugs] [Bug 54169] LibO doesn’t obey Windows OS setting “only show the accelerator underline when the Alt key is being pressed”

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156457


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156457
[Bug 156457] Keep relevant accelerators visible when submenu auto-expands
(GTK3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156457


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156457
[Bug 156457] Keep relevant accelerators visible when submenu auto-expands
(GTK3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156457] New: Keep relevant accelerators visible when submenu auto-expands (GTK3)

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156457

Bug ID: 156457
   Summary: Keep relevant accelerators visible when submenu
auto-expands (GTK3)
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Keywords: accessibility
  Severity: minor
  Priority: low
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stephane.guil...@libreoffice.org
Blocks: 98259, 103182

When navigating with the keyboard to a submenu, the accelerator characters are
not underlined even though they are available to use.

Example steps:
1. Open Writer.
2. Click on Tools, move pointer to "Protect Document": as expected, no
accelerators shown in either the menu or the submenu.
3. Press "Alt + T" to expand the Tools menu, then "P" to expand the submenu: as
expected, accelerators shown in the menu and the submenu only when they are
active/relevant.
4. Click on Tools menu, then press Down arrow once: accelerators shown (in my
opinion, expected because the user is using the keyboard to navigate)
5. Down arrow to the "Protect Document" submenu

Actual results:
No accelerators shown in either the Tools menu nor the Protect Document
submenu, even though they still apply to the Tools menu.
This can be tested by pressing "B": it opens the ~Bibliography Database, not
Protect ~Bookmarks.

Expected results:
Tools menu accelerators remain visible.

This is also true for context menus.

This is reproduced in a recent master build, and since GTK3 was made the
default VCL over GTK2, in 6.2. (Before, accelerators were visible in the two
menus, so can't really be called a regression.)

Version: 6.2.0.3
Build ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3; 
Locale: en-AU (en_AU.UTF-8); UI-Language: en-US
Calc: threaded

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

(Note about other VCLs: gen and kf5 VCLs, need to Right-arrow or press Enter to
expand the submenu. Accelerators always shown.)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147779] Ability to select or to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147779

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|7.4.0.0 alpha0+ |Inherited From OOo

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

[Libreoffice-bugs] [Bug 147779] Ability to select or to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147779

--- Comment #8 from Stéphane Guillou (stragu) 
 ---
*** Bug 156456 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 102946] [META] Styles bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|156456  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156456
[Bug 156456] Need ability to delete unused styles
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103427

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|156456  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156456
[Bug 156456] Need ability to delete unused styles
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
   Keywords|needsUXEval |
 Status|UNCONFIRMED |RESOLVED
 Blocks|102946, 103427  |

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Eyal, you suggested that in bug 147779 already, marking as duplicate.
Thanks!

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating window
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
   Keywords|needsUXEval |
 Status|UNCONFIRMED |RESOLVED
 Blocks|102946, 103427  |

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Eyal, you suggested that in bug 147779 already, marking as duplicate.
Thanks!

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating window
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 156447] UI: Lines marking the page margins are gone

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156447

m.a.riosv  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 156447] UI: Lines marking the page margins are gone

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156447

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Created attachment 188542
  --> https://bugs.documentfoundation.org/attachment.cgi?id=188542=edit
Screenshot showing the lines.

The screenshots are missing.

Works for me
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 818f8f13128ba78769b4f542ed1efef658de38d9
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

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

[Libreoffice-bugs] [Bug 143184] In French, "P" accelerator is used three times, included for a submenu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143184

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Severity|minor   |enhancement
 CC||so...@libreoffice.org,
   ||stephane.guillou@libreoffic
   ||e.org
Summary|When using accelerators to  |In French, "P" accelerator
   |focus on menu items, after  |is used three times,
   |expanding a submenu it  |included for a submenu
   |closes instead of jumping   |
   |to the next item|
   Assignee|libreoffice-b...@lists.free |stephane.guillou@libreoffic
   |desktop.org |e.org

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
(In reply to TorrAB from comment #8)
> Menu Outils. Hit p, get ‘Assistant Publi…’; OK. Hit p again, get ‘Protéger’;
> OK. Hit p again to get ‘Personnaliser’, menu closes instead.

As Stuart explained in comment 11 it doesn't just "close", but it executes the
"Protéger les champs" command in the submenu. But I can reproduce.

Version: 7.5.5.2 (X86_64) / LibreOffice Community
Build ID: ca8fe7424262805f223b9a2334bc7181abbcbf5e
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: x11
Locale: en-AU (en_AU.UTF-8); UI: fr-FR
Calc: threaded

I think it is inevitable that some accelerators will be shared in some menus,
and that's why we are able to cycle through choices by pressing the key
repeatedly.

But in this case, to reach the "Personnaliser" item (which is an important
function), one has to:
- press P twice
- exit the submenu with left arrow or Escape
- press P again

It is realistic to make sure that any accelerator for a submenu is unique, so
we don't have to navigate out of the submenu to then reach the top menu item we
are after.

Looking at master, it's a tricky one because every single character in
"Protéger le document" is already taken! I suggested two changes to the
translated French strings to fix it, and checked that it would work for both
Writer and Calc in current master:

1. Use "Y" for "Dictionnaire des synonymes"... (which is a safe bet given how
rare is Y in French)
2. ... so we can use "D" for "Protéger le document"

Sophie, could you accept the 4 string suggestions, if you think they're OK? I
don't have the privilege to directly submit them.

1.
https://translations.documentfoundation.org/translate/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/?q=%22Dictionnaire+des+synonymes%22_by=-priority%2Cposition=1
2.
https://translations.documentfoundation.org/translate/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/?q=%22Prot%C3%A9ger+le+document%22_by=-priority%2Cposition=1

(Side note: gtk3 VCL is not affected because the expansion of the submenu does
not focus it automatically.)

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

[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

--- Comment #3 from Eyal Rozenberg  ---
(In reply to Mike Kaganski from comment #2)
> Would this be a reasonable solution - create a "Unused Styles" filter, and
> this way, allow to use its multi-selection to delete them all or in parts?

Yeah, that would work... I'm not entirely sure "Unused styles" would be
otherwise useful, but I would be quite ok with it. And it would add no new
widgets, which is good.

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

[Libreoffice-ux-advise] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

--- Comment #3 from Eyal Rozenberg  ---
(In reply to Mike Kaganski from comment #2)
> Would this be a reasonable solution - create a "Unused Styles" filter, and
> this way, allow to use its multi-selection to delete them all or in parts?

Yeah, that would work... I'm not entirely sure "Unused styles" would be
otherwise useful, but I would be quite ok with it. And it would add no new
widgets, which is good.

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

[Libreoffice-bugs] [Bug 149318] (F1) Help for Format > Table (in Draw) has no help page linked to it, as well as "Minimal Row Height" and "Minimal Column Width" in its submenu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149318

Rafael Lima  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rafael.palma.l...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 149318] (F1) Help for Format > Table (in Draw) has no help page linked to it, as well as "Minimal Row Height" and "Minimal Column Width" in its submenu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149318

Rafael Lima  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #5 from Rafael Lima  ---
The reason for this problem is that when you hover over Format - Table, then
the submenu opens. Then if you keep the mouse over the "Table" entry while the
submenu is opened and then you press F1, LO tries to open the selected entry in
the submenu. Since no entry is selected, then you get the "slot:0".

This patch fixes this issue:
https://gerrit.libreoffice.org/c/core/+/154862

This allows to redirect F1 when hovering any menu entries that have submenus.

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

[Libreoffice-bugs] [Bug 156452] When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

--- Comment #1 from Shu Zhang <122092...@qq.com> ---
I have tried insert-insert content-right click- which shows the index just like
what Eyal explained,  

Update Index
* Edit Index
* Delete Index

which I think shouldn't be showing, because if I wanted to use the index I
would pick the index entry from the dropdown menu, so here I think all the
users will get confused,  why the table of contents shows an edit index, in ux
perspective I think we need to change them to something related to the table of
contents.

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

[Libreoffice-ux-advise] [Bug 156452] When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

--- Comment #1 from Shu Zhang <122092...@qq.com> ---
I have tried insert-insert content-right click- which shows the index just like
what Eyal explained,  

Update Index
* Edit Index
* Delete Index

which I think shouldn't be showing, because if I wanted to use the index I
would pick the index entry from the dropdown menu, so here I think all the
users will get confused,  why the table of contents shows an edit index, in ux
perspective I think we need to change them to something related to the table of
contents.

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

Week #7 report - GSoC 2023 - APNG support

2023-07-24 Thread Paris Oplopoios
Hello!

This week I continued working on my APNG writer. I made some progress with
regards to outputting the chunks but there's still some work to do here.

Thanks!


[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

--- Comment #2 from Mike Kaganski  ---
Would this be a reasonable solution - create a "Unused Styles" filter, and this
way, allow to use its multi-selection to delete them all or in parts?

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

[Libreoffice-ux-advise] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

--- Comment #2 from Mike Kaganski  ---
Would this be a reasonable solution - create a "Unused Styles" filter, and this
way, allow to use its multi-selection to delete them all or in parts?

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - sw/source

2023-07-24 Thread Michael Stahl (via logerrit)
 sw/source/core/docnode/ndtbl.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit d60f4042bdc1dac465d38fcfae85b34630759be3
Author: Michael Stahl 
AuthorDate: Fri Jul 14 14:44:59 2023 +0200
Commit: Caolán McNamara 
CommitDate: Mon Jul 24 22:53:11 2023 +0200

tdf#156267 sw: remove DdeBookmarks in SwDoc::DelTable()

On Copy, a SwTransferDdeLink is created, which also creates a
DDE_BOOKMARK (it's the only thing that does that) without Undo.

On Delete, the DelTable() creates SwUndoDelete which creates a
SwHistoryBookmark; then the DeleteAndJoin() deletes the DdeBookmark.

On Undo, the SwHistoryBookmark doesn't find its bookmark, and crashes.

Because the DdeBookmark is artificial and deliberately created without
Undo, DelTable() should prevent the SwHistoryBookmark by deleting it
first.

(regression from commit d81379db730a163c5ff75d4f3a3cddbd7b5eddda)

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154440
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 4270552395600487f9d680cfdc9cd0ad6f457497)

cid#1538889 Pointer to local outside scope
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154767
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit b6f3b76fb611a5f2c7f32296bc86316b6abb32cb)

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

diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index d004bbc32055..8b8e1b6af15e 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -1926,6 +1926,12 @@ void SwDoc::DeleteCol( const SwCursor& rCursor )
 
 void SwDoc::DelTable(SwTableNode *const pTableNd)
 {
+{
+// tdf#156267 remove DdeBookmarks before deleting nodes
+SwPaM aTmpPaM(*pTableNd, *pTableNd->EndOfSectionNode());
+SwDataChanged aTmp(aTmpPaM);
+}
+
 bool bNewTextNd = false;
 // Is it alone in a FlyFrame?
 SwNodeIndex aIdx( *pTableNd, -1 );


[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103427

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||156456


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156456
[Bug 156456] Need ability to delete unused styles
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||156456


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156456
[Bug 156456] Need ability to delete unused styles
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||102946, 103427


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating window
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||102946, 103427


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
[Bug 103427] [META] Styles and Formatting sidebar deck and floating window
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-ux-advise] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

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

[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

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

[Libreoffice-bugs] [Bug 156456] Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

--- Comment #1 from Eyal Rozenberg  ---
I should mention I'd like to be able to do that for different categories of
styles separately, e.g. unused character styles, unused list styles etc.; and
I'm thinking this should be accessible somehow from the style pane of the
sidebar, although that last part is not absolutely necessary I suppose.

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

[Libreoffice-bugs] [Bug 156456] New: Need ability to delete unused styles

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156456

Bug ID: 156456
   Summary: Need ability to delete unused styles
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

Sometimes, a document has a large number of unused styles (typically - the
result of importing documents from another format, or of deleting a lot of
contents from a document). While one can filter these it would also be nice to
simply be able to just delete them - leaving only the styles in use and the
inherent/structural styles.

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

[Libreoffice-bugs] [Bug 156359] Mouse over on back ground window tool bar will bring that window to foreground

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156359

--- Comment #4 from Andrew Dignan  ---
Confirmed it was duplicate and upgrade solved the issue per stragu's
suggestion. I was probably behind the curve some as I use brew to manage my
apps on my machines and sometimes they do not have the latest build.

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

[Libreoffice-bugs] [Bug 156445] Crash in: libc.so.6: Video import

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156445

--- Comment #3 from Johannes Buchner  ---
This is on a up-to-date Ubuntu on a Dell XPS 15


PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
UBUNTU_CODENAME=jammy

Kernel: 5.15.0-76-generic #83-Ubuntu SMP x86_64 GNU/Linux


$ lsmod 
Module  Size  Used by
rfcomm 81920  4
xt_conntrack   16384  1
nft_chain_nat  16384  3
xt_MASQUERADE  20480  1
nf_nat 49152  2 nft_chain_nat,xt_MASQUERADE
nf_conntrack_netlink49152  0
nf_conntrack  172032  4
xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE
nf_defrag_ipv6 24576  1 nf_conntrack
nf_defrag_ipv4 16384  1 nf_conntrack
xfrm_user  40960  1
xfrm_algo  16384  1 xfrm_user
nft_counter16384  15
xt_addrtype16384  2
nft_compat 20480  4
nf_tables 249856  43 nft_compat,nft_counter,nft_chain_nat
libcrc32c  16384  3 nf_conntrack,nf_nat,nf_tables
nfnetlink  20480  4 nft_compat,nf_conntrack_netlink,nf_tables
br_netfilter   32768  0
bridge307200  1 br_netfilter
stp16384  1 bridge
llc16384  2 bridge,stp
ccm20480  6
cmac   16384  3
algif_hash 16384  1
overlay   151552  0
bnep   28672  2
binfmt_misc24576  1
dm_crypt   53248  1
twofish_generic20480  0
twofish_avx_x86_64 53248  2
twofish_x86_64_3way32768  1 twofish_avx_x86_64
twofish_x86_64 16384  3 twofish_x86_64_3way,twofish_avx_x86_64
twofish_common 86016  4
twofish_x86_64,twofish_generic,twofish_x86_64_3way,twofish_avx_x86_64
algif_skcipher 16384  1
af_alg 32768  6 algif_hash,algif_skcipher
snd_hda_codec_hdmi 77824  1
nls_iso8859_1  16384  1
mei_hdcp   24576  0
intel_rapl_msr 20480  0
snd_sof_pci_intel_cnl16384  0
snd_sof_intel_hda_common   102400  1 snd_sof_pci_intel_cnl
soundwire_intel40960  1 snd_sof_intel_hda_common
soundwire_generic_allocation16384  1 soundwire_intel
soundwire_cadence  36864  1 soundwire_intel
snd_ctl_led24576  0
snd_sof_intel_hda  20480  1 snd_sof_intel_hda_common
snd_sof_pci20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
dell_laptop32768  0
snd_hda_codec_realtek   159744  1
snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
snd_sof   147456  2 snd_sof_pci,snd_sof_intel_hda_common
snd_hda_codec_generic   102400  1 snd_hda_codec_realtek
dell_smm_hwmon 24576  0
snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
snd_hda_ext_core   32768  3
snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match61440  2
snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_soc_acpi   16384  2
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
soundwire_bus  94208  3
soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_soc_core  339968  4
soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
intel_tcc_cooling  16384  0
x86_pkg_temp_thermal20480  0
intel_powerclamp   24576  0
snd_compress   24576  1 snd_soc_core
coretemp   24576  0
ac97_bus   16384  1 snd_soc_core
snd_pcm_dmaengine  16384  1 snd_soc_core
joydev 32768  0
snd_hda_intel  53248  3
snd_intel_dspcfg   28672  2 snd_hda_intel,snd_sof_intel_hda_common
snd_intel_sdw_acpi 20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
kvm_intel 368640  0
snd_hda_codec 163840  5
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_core  110592  9
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
kvm  1028096  1 kvm_intel
snd_hwdep  16384  1 snd_hda_codec
dell_wmi   24576  1 dell_laptop
ledtrig_audio  16384  5
snd_ctl_led,snd_hda_codec_generic,dell_wmi,snd_sof,dell_laptop
snd_pcm   143360  10
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
rapl   20480  0
intel_cstate   20480  0
snd_seq_midi   20480  0
snd_seq_midi_event 16384  1 snd_seq_midi
input_leds 16384  0
snd_rawmidi49152  1 snd_seq_midi
ath10k_pci  

[Libreoffice-bugs] [Bug 156344] macOS: Settings > Security > Certificate Manager should preselect Applications folder when clicking Browse… button

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156344

--- Comment #4 from steve  ---
>From the description it is not clear, which Certificate Manager the settings
section is referring to.

Currently: Certificate Manager: Select custom certificate manager executable.
Note that LibreOffice tries to locate installed ones automatically.

Guess this can be both macOS Keychain Access (S/MIME certs) or GPG Keychain
(OpenPGP keys, when installed). This is a bit involved to solve in a better
way. Or is it intentionally to just allow one certificate manager even though
at least on macOS S/MIME certs and OpenPGP keys are handled in different apps?

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

[Libreoffice-ux-advise] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 156455] Allow toggling repeating-header property of a row in row context menu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156455

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Libreoffice-ux-advise] [Bug 156455] Allow toggling repeating-header property of a row in row context menu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156455

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Libreoffice-ux-advise] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

--- Comment #1 from Eyal Rozenberg  ---
Some kind of a solution for this, albeit perhaps a bit _too_ subtle, would be
an indication via the control available in the context menu for the row, see
bug 156455.

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

[Libreoffice-bugs] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

--- Comment #1 from Eyal Rozenberg  ---
Some kind of a solution for this, albeit perhaps a bit _too_ subtle, would be
an indication via the control available in the context menu for the row, see
bug 156455.

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

[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||156455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156455
[Bug 156455] Allow toggling repeating-header property of a row in row context
menu
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156455] Allow toggling repeating-header property of a row in row context menu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156455

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||103100
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org


Referenced Bugs:

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

[Libreoffice-ux-advise] [Bug 156455] Allow toggling repeating-header property of a row in row context menu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156455

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||103100
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 156455] New: Allow toggling repeating-header property of a row in row context menu

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156455

Bug ID: 156455
   Summary: Allow toggling repeating-header property of a row in
row context menu
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

Suppose I've selected a table row. I would like to be able to switch on and off
whether that row is a heading row which should be repeated - without using the
main menu, but rather just by selecting that individual row, and through its
context menu.

Now, ok, that's not always possible, because there can't be a vacant row
between two headers. But that just means that sometimes the setting will be
frozen/grayed out (or even missing altogether; I won't bikeshed this). The
feature can still be implemented though; and not only will it offer a bit more
convenience, but rather better granularity then toggling the entire set of
header repeating rows on and off.

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

[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||156454


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156454
[Bug 156454] No indication of which table rows are considered heading rows
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Eyal Rozenberg  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||eyalr...@gmx.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||103100


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 156454] No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Eyal Rozenberg  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||eyalr...@gmx.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||103100


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 156454] New: No indication of which table rows are considered heading rows

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156454

Bug ID: 156454
   Summary: No indication of which table rows are considered
heading rows
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

Suppose I select a couple of rows from a table, and on the Table menu, select
"Heading rows repeat". Ok, so, now they repeat, but - what if only one of them
is formatted as a header? And has the Table Heading style? How will I notice
that the second line is also being repeated?

Sure, I might be able to deduce this on inspection, but I would like for there
to be some sort of indication, albeit subtle.

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

[Libreoffice-ux-advise] [Bug 93694] Not possible to enable table header rows repeat from menubar

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

Eyal Rozenberg  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||eyalr...@gmx.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #12 from Eyal Rozenberg  ---
This bug is still biting us!

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5cd9de202765e243e41416802f3e4486b8a96f16
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: he-IL (en_IL); UI: en-US

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

[Libreoffice-bugs] [Bug 93694] Not possible to enable table header rows repeat from menubar

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93694

Eyal Rozenberg  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||eyalr...@gmx.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #12 from Eyal Rozenberg  ---
This bug is still biting us!

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5cd9de202765e243e41416802f3e4486b8a96f16
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: he-IL (en_IL); UI: en-US

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

[Libreoffice-bugs] [Bug 156453] New: Format table name change

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156453

Bug ID: 156453
   Summary: Format table name change
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jonas.uno.hogb...@gmail.com

Can not change namne on pre named. It makes all a mess. So make part1 of pre
table namne fixed but make after it possible put in more to it. "head 1" to
"head 1 /SystemGroupname" "Head 2" to "Head 2/1Headnamn" So it possibly make
sort of what is what. It is not enough clear as it is if you need make things
more clear but not allowed to make changes.

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

[Libreoffice-bugs] [Bug 156452] When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

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

[Libreoffice-ux-advise] [Bug 156452] When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

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

[Libreoffice-bugs] [Bug 89606] [META] Table of Contents and Indexes bugs and enhancements

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89606

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||156452


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156452
[Bug 156452] When right-clicking a table-of-contents, context menu refers to
"Index", not ToC
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156452] When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||89606


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 156452] New: When right-clicking a table-of-contents, context menu refers to "Index", not ToC

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156452

Bug ID: 156452
   Summary: When right-clicking a table-of-contents, context menu
refers to "Index", not ToC
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

If I insert a table-of-contents, then right-click it, the context menu has the
entries:

* Update Index
* Edit Index
* Delete Index

it should be "Table of Contents" (or perhaps "Table" or "ToC") - not "Index".

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

[Libreoffice-bugs] [Bug 155448] Window does not unmaximize (normalize) when first opened in maximized state on GNOME-Wayland

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155448

--- Comment #3 from Nolan Leasy  ---
Has anyone taken a look at this problem?

Does anyone care about this anomalous behavior?

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

[Libreoffice-bugs] [Bug 156451] New: Search updates

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156451

Bug ID: 156451
   Summary: Search updates
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jonas.uno.hogb...@gmail.com

Searching update does not show update info. Show info there is a update (and
program can not update, need to be done manuell) but info about update is
missing. No link to update with version. = not showing meaning same as update
is not giving anything of value for user.

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

[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2023-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 156234, which changed state.

Bug 156234 Summary: Subtle glyph misalignment with several fonts
https://bugs.documentfoundation.org/show_bug.cgi?id=156234

   What|Removed |Added

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

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

  1   2   3   4   >