[Libreoffice-bugs] [Bug 157912] Libreoffice Draw crashes when i open a large PDF

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157912

Kira Tubo  changed:

   What|Removed |Added

 CC||kira.t...@gmail.com

--- Comment #8 from Kira Tubo  ---
I wasn't able to reproduce on Windows. Takes about 40 seconds to load, and when
it does, the PDF displays correctly for me. Although, it is a bit slow to
scroll through the file (likely due to the size of the file). 

@zarifahnaf, does this occur for you on safe mode? (Help > Restart in safe
mode).

Also, here are some instructions on how to get a backtrace on Windows:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows:_How_to_get_a_backtrace

--

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 152711] Make Writer table styles _proper_ styles

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152711

Dieter  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108237] [META] ODF specification issues

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108237

Dieter  changed:

   What|Removed |Added

 Depends on||157350


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157350
[Bug 157350] Table ODF Table Template is not honored (In other words,
non-compliance with ODF-v1.2 standard)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107553] [META] Writer table styles bugs and enhancements

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107553

Dieter  changed:

   What|Removed |Added

 Depends on||157350


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157350
[Bug 157350] Table ODF Table Template is not honored (In other words,
non-compliance with ODF-v1.2 standard)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157350] Table ODF Table Template is not honored (In other words, non-compliance with ODF-v1.2 standard)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157350

Dieter  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||2711
 CC||dgp-m...@gmx.de
 Blocks||107553, 108237

--- Comment #23 from Dieter  ---
(In reply to Regina Henschel from comment #20)
> I can reproduce the problem.
> 
> The wish here is to have true table styles.
> 
> I thought we have already a report about true table styles, but cannot find
> it.

This is perhaps bug 152711.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107553
[Bug 107553] [META] Writer table styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108237
[Bug 108237] [META] ODF specification issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT issues

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60251
Bug 60251 depends on bug 135586, which changed state.

Bug 135586 Summary: Accessibility Quotes are not announced when working with 
screenreaders
https://bugs.documentfoundation.org/show_bug.cgi?id=135586

   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: 2 commits - offapi/com sw/source test/source vcl/osx vcl/qa vcl/qt5 vcl/source vcl/unx winaccessibility/inc winaccessibility/source

2023-10-27 Thread Michael Weghorn (via logerrit)
 offapi/com/sun/star/accessibility/AccessibleRole.idl|8 +
 offapi/com/sun/star/text/AccessibleParagraphView.idl|5 +--
 sw/source/core/access/accmap.cxx|   12 +--
 sw/source/core/access/accpara.cxx   |   25 
 sw/source/core/access/accpara.hxx   |2 +
 sw/source/core/access/acctextframe.cxx  |3 +
 test/source/a11y/AccessibilityTools.cxx |2 +
 vcl/osx/a11yrolehelper.mm   |2 +
 vcl/qa/cppunit/a11y/atspi2/atspi2.cxx   |1 
 vcl/qt5/QtAccessibleWidget.cxx  |1 
 vcl/source/window/builder.cxx   |2 -
 vcl/unx/gtk3/a11y/atkwrapper.cxx|2 +
 vcl/unx/gtk4/a11y.cxx   |1 
 winaccessibility/inc/AccParagraphEventListener.hxx  |4 +-
 winaccessibility/source/service/AccObject.cxx   |6 +++
 winaccessibility/source/service/AccObjectWinManager.cxx |1 
 16 files changed, 60 insertions(+), 17 deletions(-)

New commits:
commit b7d2a9c824aca1a4dfd1b857a3620e73ade6bc0d
Author: Michael Weghorn 
AuthorDate: Fri Oct 27 17:55:59 2023 +0200
Commit: Michael Weghorn 
CommitDate: Sat Oct 28 05:45:25 2023 +0200

tdf#135586 sw a11y: Use BLOCK_QUOTE role for "Block Quotation" para

If a paragraph is using the "Block Quotation" paragraph style,
report the newly introduced BLOCK_QUOTE a11y role for it instead
of the PARAGRAPH role.

This is similar to how the HEADING role is reported when
one of the paragraph styles for headings is used
(s. `SwAccessibleParagraph::GetRealHeadingLevel`).

This is also in line with what is documented for mapping
LO elements to tagged PDF elements in
sw/inc/EnhancedPDFExportHelper.hxx:

> * Mapping of OOo elements to tagged pdf elements:
> *
> * OOo element  tagged pdf element
> * ---  --
> * [...]
> * SwFormat Quotations   BlockQuote

This makes the Orca screen reader with the gtk3 VCL plugin on Linux
and the NVDA screen reader on Windows explicitly announce a paragraph
as block quote when moving there with the cursor.

Adapt some places that have specific handling for the
PARAGRAPH role to take into account the BLOCK_QUOTE
role as well.

Change-Id: I4a89625c2a3f07d37df09e68cb7045a59cfff633
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158574
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl 
b/offapi/com/sun/star/text/AccessibleParagraphView.idl
index 4b5a9d23e457..108faedd0fd2 100644
--- a/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -49,9 +49,10 @@ service AccessibleParagraphView
 children of the paragraph fragment but of the document view
 itself.
 The role is either
-::com::sun::star::accessibility::AccessibleRole::PARAGRAPH or
+::com::sun::star::accessibility::AccessibleRole::PARAGRAPH,
+::com::sun::star::accessibility::AccessibleRole::BLOCK_QUOTE or
 ::com::sun::star::accessibility::AccessibleRole::HEADING.
-The later one is returned
+The latter is returned
 if the paragraph's style is contained in the chapter
 numbering of a text document.
 The name is "paragraph" or "heading" (or the equivalent term
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index 9b3ac84876eb..0df41e3a2814 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -899,7 +899,8 @@ void SwAccessibleMap::FireEvent( const 
SwAccessibleEvent_Impl& rEvent )
 if( aIter != mpFrameMap->end() )
 {
 rtl::Reference < SwAccessibleContext > xContext( 
(*aIter).second.get() );
-if (xContext.is() && xContext->getAccessibleRole() == 
AccessibleRole::PARAGRAPH)
+if (xContext.is() && (xContext->getAccessibleRole() == 
AccessibleRole::PARAGRAPH
+  || xContext->getAccessibleRole() == 
AccessibleRole::BLOCK_QUOTE))
 {
 xAccImpl = xContext.get();
 }
@@ -1333,7 +1334,8 @@ void SwAccessibleMap::InvalidateShapeInParaSelection()
 if (xAccParent.is())
 {
 uno::Reference< XAccessibleContext > 
xAccContext = xAccParent->getAccessibleContext();
-if(xAccContext.is() && 
xAccContext->getAccessibleRole() == AccessibleRole::PARAGRAPH)
+   

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

2023-10-27 Thread Michael Weghorn (via logerrit)
 vcl/unx/gtk4/a11y.cxx |   80 ++
 winaccessibility/source/service/AccObject.cxx |  301 +-
 2 files changed, 273 insertions(+), 108 deletions(-)

New commits:
commit 33061be5a7538409839dcca3116b9fa72629013f
Author: Michael Weghorn 
AuthorDate: Fri Oct 27 15:24:46 2023 +0100
Commit: Michael Weghorn 
CommitDate: Sat Oct 28 05:45:06 2023 +0200

tdf#135586 wina11y: Make role mapping more explicit

The previous `ROLE_TABLE` looked like it might
explicitly map the UNO role on the left-hand side
to the IAccessible2 role on the right-hand side,
and the comment also said so.

In reality, the UNO role on the left hand side was
not really accessed, but the assumption was that
the index of each entry would correspond to the
sal_Int16 value of the UNO role
(`css::accessibility::AccessibleRole`).

Make that mapping more explicit by replacing
it with a helper function
`lcl_mapToIAccessible2Role` and slightly
simplify `AccObject::UpdateRole`.

Change-Id: Id02553c4df042982f92fce3338077e95db687a83
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158572
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/winaccessibility/source/service/AccObject.cxx 
b/winaccessibility/source/service/AccObject.cxx
index 98c6bba9392f..ad0f65d8cc09 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -26,6 +26,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -51,102 +52,199 @@ using namespace com::sun::star::accessibility;
 using namespace com::sun::star::accessibility::AccessibleRole;
 using namespace com::sun::star::accessibility::AccessibleStateType;
 
-//Role mapping table,left side is UNO role, right side is MSAA role
-const short ROLE_TABLE[][2] =
+namespace {
+
+/**
+ * Map a UNO accessible role to an IAccessible2 role.
+ * @param nUnoRole The UNO role (css::accessiblity::AccessibleRole).
+ * @return IAccessible2 role.
+ */
+short lcl_mapToIAccessible2Role(sal_Int16 nUnoRole)
+{
+switch(nUnoRole)
 {
-{UNKNOWN,  IA2_ROLE_UNKNOWN},
-{ALERT ,   ROLE_SYSTEM_DIALOG},
-{COLUMN_HEADER ,   ROLE_SYSTEM_COLUMNHEADER},
-//{CANVAS ,  ROLE_SYSTEM_CLIENT},
-{CANVAS ,  IA2_ROLE_CANVAS},
-{CHECK_BOX ,   ROLE_SYSTEM_CHECKBUTTON},
-{CHECK_MENU_ITEM , IA2_ROLE_CHECK_MENU_ITEM},
-{COLOR_CHOOSER,IA2_ROLE_COLOR_CHOOSER},
-{COMBO_BOX ,   ROLE_SYSTEM_COMBOBOX},
-{DATE_EDITOR , IA2_ROLE_DATE_EDITOR},
-{DESKTOP_ICON ,IA2_ROLE_DESKTOP_ICON},
-{DESKTOP_PANE, IA2_ROLE_DESKTOP_PANE},
-{DIRECTORY_PANE,   IA2_ROLE_DIRECTORY_PANE},
-{DIALOG,   ROLE_SYSTEM_DIALOG},
-{DOCUMENT, ROLE_SYSTEM_DOCUMENT},
-{EMBEDDED_OBJECT , IA2_ROLE_EMBEDDED_OBJECT },
-{END_NOTE ,IA2_ROLE_ENDNOTE },
-{FILE_CHOOSER ,IA2_ROLE_FILE_CHOOSER },
-{FILLER,   ROLE_SYSTEM_WHITESPACE},
-{FONT_CHOOSER, IA2_ROLE_FONT_CHOOSER},
-{FOOTER,   IA2_ROLE_FOOTER},
-{FOOTNOTE, IA2_ROLE_FOOTNOTE},
-{FRAME,IA2_ROLE_FRAME},
-{GLASS_PANE ,  IA2_ROLE_GLASS_PANE},
-{GRAPHIC , ROLE_SYSTEM_GRAPHIC},
-{GROUP_BOX,ROLE_SYSTEM_GROUPING},
-{HEADER ,  IA2_ROLE_HEADER},
-{HEADING , IA2_ROLE_HEADING},
-{HYPER_LINK ,  ROLE_SYSTEM_TEXT},
-{ICON ,IA2_ROLE_ICON},
-{INTERNAL_FRAME,   IA2_ROLE_INTERNAL_FRAME},
-{LABEL,ROLE_SYSTEM_STATICTEXT},
-{LAYERED_PANE ,IA2_ROLE_LAYERED_PANE},
-{LIST ,ROLE_SYSTEM_LIST},
-{LIST_ITEM ,   ROLE_SYSTEM_LISTITEM},
-//{MENU ,ROLE_SYSTEM_MENUPOPUP},
-{MENU,ROLE_SYSTEM_MENUITEM},
-{MENU_BAR, ROLE_SYSTEM_MENUBAR},
-{MENU_ITEM,ROLE_SYSTEM_MENUITEM},
-{OPTION_PANE , IA2_ROLE_OPTION_PANE},
-{PAGE_TAB, ROLE_SYSTEM_PAGETAB},
-{PAGE_TAB_LIST,ROLE_SYSTEM_PAGETABLIST},
-{PANEL,IA2_ROLE_OPTION_PANE},
-{PARAGRAPH,IA2_ROLE_PARAGRAPH},
-{PASSWORD_TEXT,ROLE_SYSTEM_TEXT},
-{POPUP_MENU,   ROLE_SYSTEM_MENUPOPUP},
-{PUSH_BUTTON,  ROLE_SYSTEM_PUSHBUTTON},
-{PROGRESS_BAR, ROLE_SYSTEM_PROGRESSBAR},
-{RADIO_BUTTON, 

[Libreoffice-bugs] [Bug 147892] Corrupt DOCX document after saving (track changes involved)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147892

--- Comment #28 from Roman  ---
since 7.6. the breaking tags have been delivered again. This time there are
more of them
с 7.6.  снова завезли ломающиеся теги. На сей раз стало их больше

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

[Libreoffice-bugs] [Bug 157912] Libreoffice Draw crashes when i open a large PDF

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157912

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 157946] Issue of macros

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157946

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

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

[Libreoffice-bugs] [Bug 157946] Issue of macros

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157946

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 157934] v7.6 crashes when saving a file in Ubuntu 22.04

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157934

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 157366] Asian phonetic guide: make it easy to see which kana belong to which kanji

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157366

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 157934] v7.6 crashes when saving a file in Ubuntu 22.04

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157934

--- 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 157366] Asian phonetic guide: make it easy to see which kana belong to which kanji

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157366

--- 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 154096] FILEOPEN: Text Import Dialog is Resizable -- But Resizing Locks Up Calc on Windows

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154096

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 154011] Numeric sort doesn't work when using non-dot decimal character specified by locale

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154011

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

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 154096] FILEOPEN: Text Import Dialog is Resizable -- But Resizing Locks Up Calc on Windows

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154096

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

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 152852] LibO writer loses connection to xlsx file as database for series letter and crashes when trying to reconnect

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152852

--- Comment #5 from QA Administrators  ---
Dear Klaus Renger,

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 151579] Exporting chart as svg or pdf creates a 0 byte file

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151579

--- Comment #9 from QA Administrators  ---
Dear documentfoundation.hei,

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 117073] [META] WebDAV bugs

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117073
Bug 117073 depends on bug 147878, which changed state.

Bug 147878 Summary: NextCloud Webdav opening an odt document generates App not 
installed error
https://bugs.documentfoundation.org/show_bug.cgi?id=147878

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 147878] NextCloud Webdav opening an odt document generates App not installed error

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147878

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 155085] Crash on startup with "Unspecified Application Error"

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155085

--- Comment #2 from QA Administrators  ---
Dear Bernhard Rosenkraenzer,

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 147878] NextCloud Webdav opening an odt document generates App not installed error

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147878

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

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 142776] Calc 7.1.4 crashes when I try to open external Firebird3 database (jdbc) in Beamer

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142776

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

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 155052] Writer document vanishes in the middle of typing and after a document save

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155052

--- Comment #3 from QA Administrators  ---
Dear Don Fitzgerald,

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 141888] Crash on undo while in IM pre-selection in Calc, Impress and Math

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141888

--- Comment #4 from QA Administrators  ---
Dear Jan-Marek Glogowski,

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 140585] Libre Office Freeze when I try start it.

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140585

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

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 130320] LibO 6: Windows 10 content indexing does not work

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #38 from QA Administrators  ---
Dear Michail Pappas,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 157863] List bullet/numbering using adjacent character formatting (colour, bold, italic) depends on selection

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157863

Kira Tubo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=63
   ||853
 Ever confirmed|0   |1
 CC||kira.t...@gmail.com
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW

--- Comment #2 from Kira Tubo  ---
Reproduced. 

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 63853] Bullets of a bullet list doesn't change color when there is a hyperlink in the list item

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63853

Kira Tubo  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 63853] Bullets of a bullet list doesn't change color when there is a hyperlink in the list item

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63853

Kira Tubo  changed:

   What|Removed |Added

Version|4.0.2.2 release |Inherited From OOo
 CC||kira.t...@gmail.com

--- Comment #11 from Kira Tubo  ---
Reproduced in current master and 3.3.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Libreoffice-ux-advise] [Bug 157806] Address from Evolution Address Book defined but not displayed

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157806

Kira Tubo  changed:

   What|Removed |Added

   Keywords||needsUXEval
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 CC||kira.t...@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #1 from Kira Tubo  ---
Possibly an enhancement request. Adding UX team for review.

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

[Libreoffice-bugs] [Bug 157806] Address from Evolution Address Book defined but not displayed

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157806

Kira Tubo  changed:

   What|Removed |Added

   Keywords||needsUXEval
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 CC||kira.t...@gmail.com,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #1 from Kira Tubo  ---
Possibly an enhancement request. Adding UX team for review.

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

[Libreoffice-bugs] [Bug 155211] Regression: dashed lines become solid when breaking imported SVG / exporting to SVG

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155211

Kira Tubo  changed:

   What|Removed |Added

 CC||adonis...@gmail.com

--- Comment #13 from Kira Tubo  ---
*** Bug 157821 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 157821] Non-continous lines are not right rendered in SVG(Z) files

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157821

Kira Tubo  changed:

   What|Removed |Added

 CC||kira.t...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Kira Tubo  ---


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

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

[Libreoffice-bugs] [Bug 157954] Symbols not displaying consistently

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157954

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||vsfo...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from V Stuart Foote  ---
Make a specific font assignment--the Arial font in use has no coverage of the
Emoji Unicode glyphs, so system "fallback" is happening.

Perhaps 'Segoe UI Emoji' on your Windows build.

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

[Libreoffice-bugs] [Bug 157939] SVG import/boxes instead of text (regression)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157939

--- Comment #10 from Dave Gilbert  ---
OK, I think the problem is that LO is using it's fonts to decide which font to
use but then mmap'ing the system fonts that aren't consistent with them;

Turning on some debug, in the working one I see:

info:vcl.fonts:PIDb:PIDb:vcl/unx/generic/fontmanager/fontconfig.cxx:1123:
PrintFontManager::Substitute: replacing missing font: 'serif' with 'Noto Serif'
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSerif-Regular.ttf' successfully

so that's found my system NotoSerif-Regular I guess.

On the broken one we have:
warn:vcl.fonts:2547652:2547652:vcl/unx/generic/fontmanager/fontconfig.cxx:1029:
no FC_FILE found, falling back to name search
info:vcl.fonts:2547652:2547652:vcl/unx/generic/fontmanager/fontconfig.cxx:1123:
PrintFontManager::Substitute: replacing missing font: 'serif' with 'Noto Naskh
Arabic'
Lots of:
info:vcl.gdi:2547652:2547652:vcl/source/outdev/font.cxx:1083: Font fallback to
the same font, but has missing codes

but if I look at the LO provided Naskh Arabic font in FontForge the font has
the standard latin A-Z/a-z - so it should be fine.

But...

grep'ing for noto and mmap, in the working one:
[dg@dalek core]$ grep -i noto log.00db8423d18d |grep -i mmap
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Regular.ttf' successfully
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Thin.ttf' successfully
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto-vf/NotoSansArabic[wght].ttf' successfully
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Medium.ttf' successfully
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSerif-Regular.ttf' successfully

and in the broken one:
info:vcl.unx.freetype:PIDb:PIDb:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Regular.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Regular.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Thin.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto-vf/NotoSansArabic[wght].ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Bold.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Thin.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto-vf/NotoSansArabic[wght].ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto/NotoSans-Medium.ttf' successfully
info:vcl.unx.freetype:2547652:2547652:vcl/unx/generic/glyphs/freetype_glyphcache.cxx:139:
mmap'ed '/usr/share/fonts/google-noto-vf/NotoNaskhArabic[wght].ttf'
successfully

now if look at /usr/share/fonts/google-noto-vf/NotoNaskhArabic[wght].ttf it is
missing the standard ASCII letters. (That's from Fedora's
google-noto-naskh-arabic-vf-fonts-20230801-3.fc39.noarch package)

So, it looks like LO is making decisions on the font to use based on it's
installed set, but then using the system fonts that are inconsistent with that
decision.

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

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-7.5.8.2'

2023-10-27 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-7.5.8.2' created by Christian Lohmaier 
 at 2023-10-27 23:22 +

Tag libreoffice-7.5.8.2
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmU8RlIACgkQ9DSh76/u
rqNi2w/+IV3hkYtk8NXToENp2Hm+RGW5HDbtgOAFfWBugXtCdus2NWAKqClivaoL
A04ospsYFC1EWaFuPk642Sh1Ik9zqgvsU31FtygBHwuQfIBVkRHHJyTSz9lekymo
dlQWuhQF2tVsL8HUplAqFbHI1uJNGJWkrx6uMMmA7PonUXl5e78E94NVMVfBJtzV
ftAxF6CqmNzKTBN2CNN6qX+3d29kXDDOnSnQW5iuYu09Uln2NrXc69PEHpgSGpKF
1MRrZs/QnBcY26/Um+xHKIHaFO1QzvDCvo4pdbxOmpD+L/9bhg4ZVzFGkMUzedmr
est1jPotiHLNUI4JZ4+UQMip4XPi85d0a2c7JZaV9Fd/5QlOnDqkEpCQzi12CdQj
n+rRg1SsSfgpUjgpPVHRDntaQLgRuVHGJiNwFZu1wtua2SCsaQ1qOZtTce3FT0DU
fnTsUKWdShde4cn1yNpfdSKdvR1x8vGLqiW3dZSVljQCBh2HBKW7M8dBTIdwwlHS
uWE91au4kU+pJdC24RtItQ0tanTpSKaDJ6yLjNrexeHEFO2b+m+ecaJM1xn9uz4G
tGtQb22NrgsdelsNwO6fFO/MANDqwtffyWZcj40dva8fwTRDqppWcF40YgGdetgB
ROuV99eHhWxxarmYfgS0of+a7rti9qMawFc4w/16xksqEWbtxUw=
=A/mV
-END PGP SIGNATURE-

Changes since libreoffice-7.5.8.1-2:
---
 0 files changed
---


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-7.5.8.2'

2023-10-27 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-7.5.8.2' created by Christian Lohmaier 
 at 2023-10-27 23:22 +

Tag libreoffice-7.5.8.2
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmU8RlIACgkQ9DSh76/u
rqPQFRAAvGOg+en8wPrV+WgMuxR3lSfGR9HtGPNIzbnOD9gXwzO2S8ht/x9/OzEl
rPtpXE2/gcY5+Hs1NjYDHl2Mm+PtPOFL53RRghN6hDSjEM5NJDCigP0q28M+P6F4
ZN5W823Cplkk4SbQxvsRNEkwoAiWMWE3ishZ+qTfQ6FLp3SYHjRLRex+ndLByAdw
N082z1qAlkpO+ZtiY/UfJVTpy411duDFScBg8u/lazY/xsSotnb6rhnYM2R05UdY
hbpBXmbI+Ex2iDvfdYJKmMPhAwMmMfTvOTocq+SP4p6+WZZp40oGH6rbdlndxgs2
PuRTA3MY1Mm+RwL3drqf7O+YsjkSwpxGrZQu6XUxWedLw3HBdFR3nO2QMDPN/7Ra
HurCGeAF0zvNxTSbESkMC02jM/b9GLoNhYxdCTpFB2c+kO5+wDgydXi61XI7PDjm
DC9B5kQrLMmheHdarwuWpspNPjmZBoHMQR3DUDJEB1jE8OrnsoSXC713LNKthPwA
rtw1q1QPOxKf81Pok1Yz8JwTGpap8uqkxpJ2bHGa0z5274vW24INPeTl+fFKinJv
KTJeC54/O0HnDpmW/bkOFlTH5bTGne9dVAo404IrHoML4VzoRgtZGvcXhKw4SjbE
cjv7Lnq/J3tT3Kjc+2q8GK6e4Vxui3kL6l7GekSArAq5n2jcGGg=
=jZfT
-END PGP SIGNATURE-

Changes since co-23.05-branch-point-6:
---
 0 files changed
---


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-7.5.8.2'

2023-10-27 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-7.5.8.2' created by Christian Lohmaier 
 at 2023-10-27 23:22 +

Tag libreoffice-7.5.8.2
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmU8Rk8ACgkQ9DSh76/u
rqO5LQ/6AsrfDgpKIztJGcIAPaMRUWAfhwGRS5q+p3BJqBpritrgvv37WGotqtLa
90F5GOzTpfSZrV7Yyu3r/Bws1u90P3Tq2p5h+RSgL8Xo8otj7Pob4Ywa4eeSMPCu
tCjth7mo0ZPU/Ko1Ppea/u0IhktJ+UwtoZA2K7aIyLXNkfIdpoeEgsKbBcdthvgc
fn1wtQ/3wr3YbkTvwnvQwHiZWCkYmC3Ef/PBrbPBl/fKEJKHMdxZq3NWyOd9O4Wg
n7eBzK0k8kMwv9bKLLWvxwXVKZLtwt0kLp9bv82myZXhVtN1+636SzOcAYiaRQkm
k+55LYQvIyx2oFav2CZp4yP9ShV3fzNBZrNARYxgvThTKWCrj/Y9F1JmZPsqPwOU
gUncCKFzRhjZ6V+GsYWUVJma4Ueub1TF+hzVTc16Cb2b7c4r72mV/GcFsGRmXudP
cy2sJNsuopSIa/PgsQwpgpluK+pOGAzpoJ+KmhI5zZO9uA/ixV9fKroTxKOpPf6d
c429HeRleRB/cJnmisLzgRSs8TTexXioZlG7QIG1lhRJ7mwYK5IIlyodtX6hNs6p
fCBZ15kjAfySwVeJrHLkXliCRaoI/k72DGga8nTxDAmyOpMKjXADXOB0DSSgg6Iy
vM0xweLR7syZ3Dy0VUGCIaTzlSWMP3Exl4TzX6LdkJpOh90M75k=
=1+xH
-END PGP SIGNATURE-

Changes since co-23.05-branch-point-1:
---
 0 files changed
---


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-7.5.8.2'

2023-10-27 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-7.5.8.2' created by Christian Lohmaier 
 at 2023-10-27 23:22 +

Tag libreoffice-7.5.8.2
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmU8RlIACgkQ9DSh76/u
rqNB2hAAuEBs2+fN1NZAgZtqVvt43fziS3WYwZ3uQCakxJtDfSEqmfkWf6ovCZXK
l13NQb4iHjAZCFh5Q6PEqcg1Fo8XaW36DMuklo9FWLAb1I5dpP9vznBFEN4zfbPn
0FETm3Ag+9uWdIV304SFnsGeYbY4wEmBfBm5cl6lbHE1YYFzvMSF7/TFVHwafhHT
Nq3GEpaAQHg8CSl7djgv3kNiiJrulP24QZ+Me4ACMpD/q/fVMrUmeauW6HG2u+s7
YWKO9/VioEROvh7KLNVFaLQjg5yZJAFXJMYgIZAXwh/Y/YiMDoJbovHf36r+m2Cw
i64cKOGh6BaVYFyZ6z2886cfmMvPN4XTmU0OOOdm3UXS1xEvYJ/WtFIP/61rCcqH
sWU1m5T2shBF0bDqi2sGvS9pQ14VavrjgGG/ElHWUySr9AOnTl3+6CO/UWvjkr/F
kB1FBiNXQgzQR4zibWmTgRTahvd2qYpVz0WDC6zPWzO9joDWKhgINDH5GcVgKKZs
dOBNLuu3ABcKfvEgoONGaEt+xI/2MOnN4tQhgF+pIa20DCW2oxTip5tsc6V7xMQS
qmhOENAR9MDTN8qdT7QkxThvxh+4Wvsa+eyT/SJDdQ6SfxvOyED+iNe7TrhvMq/b
f2CprRoPommfTyVpPpxe6CEN56eWjnZc53kCko4E1zRqbsf2Rq0=
=lJTQ
-END PGP SIGNATURE-

Changes since co-23.05-branch-point-882:
---
 0 files changed
---


[Libreoffice-commits] core.git: Branch 'libreoffice-7-5-8' - configure.ac

2023-10-27 Thread Christian Lohmaier (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd7950dd272203fb3e4677ce2565126a3d8fbc32
Author: Christian Lohmaier 
AuthorDate: Sat Oct 28 01:23:53 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:23:53 2023 +0200

bump product version to 7.5.8.2.0+

Change-Id: If603ca1c18ac521a48e3088f5b56da63e2ad25f2

diff --git a/configure.ac b/configure.ac
index 0309be1cd825..66149e1e0be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[7.5.8.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.8.2.0+],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard


[Libreoffice-commits] core.git: Branch 'libreoffice-7-5-8' - readlicense_oo/license

2023-10-27 Thread Christian Lohmaier (via logerrit)
 readlicense_oo/license/CREDITS.fodt |14308 ++--
 1 file changed, 7188 insertions(+), 7120 deletions(-)

New commits:
commit 0bad8e366067944252e5a6f0c2784bfb14627e2f
Author: Christian Lohmaier 
AuthorDate: Sat Oct 28 01:15:57 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:18:41 2023 +0200

update credits

Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
(cherry picked from commit 7fff4e2ca6739928f72e5f0d2eb5820823916769)
(cherry picked from commit dc5919fcb9ef271083af03aacf5cf447f3d91cb5)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index a694258542ec..8e4af2b8fb87 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,24 +1,24 @@
 
 
-http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:formx="u
 rn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:ooo="http:/
 /openoffice.org/2004/office" 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/7.6.1.2$MacOSX_AARCH64
 
LibreOffice_project/f5defcebd022c5bc36bbb79be232cb6926d8f6742012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 

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

2023-10-27 Thread Michael Stahl (via logerrit)
 vcl/qa/cppunit/pdfexport/data/PDF_export_with_formcontrol.fodt |  174 ++
 vcl/qa/cppunit/pdfexport/pdfexport.cxx |  258 
++
 vcl/source/gdi/pdfextoutdevdata.cxx|   20 
 3 files changed, 448 insertions(+), 4 deletions(-)

New commits:
commit 1a40fb8309b98b649cd253a569245ae7f5a10a39
Author: Michael Stahl 
AuthorDate: Tue Oct 10 18:20:04 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:18:25 2023 +0200

tdf#157397 vcl: PDF export: fix CreateControl replay

The problem is that the CreateLink and CreateControl actions are
replayed in a different order than they are recorded, because CreateLink
is a global action, and CreateControl a page action.

This means that the mCurId at the time when
PDFExtOutDevData::CreateControl() is called does not correspond to a
position in mParaIds when CreateControl is replayed; it will be inserted
too early and bump all the CreateLink ones to later indexes.

Avoid this by adding another global action CreateControlLink that is
added when CreateControl is being replayed, which appears to work.

(Another subtle problem is that, in case of PDF/A-1, the page actions
could be discarded completely; this should work in that case too.)

(regression from commit d4d471fc88fe4fd14f44dfccdfe360dec327d4f0)

Change-Id: I92d89ac08db6548e9f0d1480d984aeacb4d22262
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157767
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 2e32aa1e9fc240c9cd9854655106d0decbd3694a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157863
Reviewed-by: Miklos Vajna 
(cherry picked from commit 029ad921c2c5d78353d043b6fc23811e1b309b3d)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158166
Reviewed-by: Xisco Fauli 
Reviewed-by: Michael Weghorn 
Tested-by: Christian Lohmaier 
Reviewed-by: Christian Lohmaier 

diff --git a/vcl/qa/cppunit/pdfexport/data/PDF_export_with_formcontrol.fodt 
b/vcl/qa/cppunit/pdfexport/data/PDF_export_with_formcontrol.fodt
new file mode 100644
index ..4aa4a92b6710
--- /dev/null
+++ b/vcl/qa/cppunit/pdfexport/data/PDF_export_with_formcontrol.fodt
@@ -0,0 +1,174 @@
+
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:
 meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ A. 
Spielhoff2020-09-12T10:51:34.4381175712023-10-11T12:40:15.543658302PT7H23M50S98LibreOfficeDev/7.5.7.0.0$Linux_X86_64
 
LibreOffice_project/0325c0aa2d3e6df97ff554ca540d316273fd149a2023-09-23T14:07:35.317591779PDF-Dateien:
 A Spielhoff
+ 
+  
+  
+  
+  
+ 
+  
+   
+   
+
+   
+   
+  
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+  
+   
+  
+  
+  
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+ 
+
+   
+   
+
+ 
+
+   
+   
+
+ 
+
+   
+   
+   

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - readlicense_oo/license

2023-10-27 Thread Christian Lohmaier (via logerrit)
 readlicense_oo/license/CREDITS.fodt |14308 ++--
 1 file changed, 7188 insertions(+), 7120 deletions(-)

New commits:
commit dc5919fcb9ef271083af03aacf5cf447f3d91cb5
Author: Christian Lohmaier 
AuthorDate: Sat Oct 28 01:15:57 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:17:10 2023 +0200

update credits

Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
(cherry picked from commit 7fff4e2ca6739928f72e5f0d2eb5820823916769)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index a694258542ec..8e4af2b8fb87 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,24 +1,24 @@
 
 
-http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:formx="u
 rn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:ooo="http:/
 /openoffice.org/2004/office" 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/7.6.1.2$MacOSX_AARCH64
 
LibreOffice_project/f5defcebd022c5bc36bbb79be232cb6926d8f6742012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - readlicense_oo/license

2023-10-27 Thread Christian Lohmaier (via logerrit)
 readlicense_oo/license/CREDITS.fodt |14308 ++--
 1 file changed, 7188 insertions(+), 7120 deletions(-)

New commits:
commit d54571f3cc147416d113f3e3ba01be0c3ee89bd3
Author: Christian Lohmaier 
AuthorDate: Sat Oct 28 01:15:57 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:16:43 2023 +0200

update credits

Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3
(cherry picked from commit 7fff4e2ca6739928f72e5f0d2eb5820823916769)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index a694258542ec..8e4af2b8fb87 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,24 +1,24 @@
 
 
-http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:formx="u
 rn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:ooo="http:/
 /openoffice.org/2004/office" 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/7.6.1.2$MacOSX_AARCH64
 
LibreOffice_project/f5defcebd022c5bc36bbb79be232cb6926d8f6742012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 

[Libreoffice-commits] core.git: readlicense_oo/license

2023-10-27 Thread Christian Lohmaier (via logerrit)
 readlicense_oo/license/CREDITS.fodt |14308 ++--
 1 file changed, 7188 insertions(+), 7120 deletions(-)

New commits:
commit 7fff4e2ca6739928f72e5f0d2eb5820823916769
Author: Christian Lohmaier 
AuthorDate: Sat Oct 28 01:15:57 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Oct 28 01:15:57 2023 +0200

update credits

Change-Id: I9ca75498e8f0df14fab318c54f0b29805ccfe3a3

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index a694258542ec..8e4af2b8fb87 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,24 +1,24 @@
 
 
-http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:formx="u
 rn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:ooo="http:/
 /openoffice.org/2004/office" 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/7.6.1.2$MacOSX_AARCH64
 
LibreOffice_project/f5defcebd022c5bc36bbb79be232cb6926d8f6742012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 

[Libreoffice-bugs] [Bug 96793] Android: Viewer does not show current page number in the Impress documents

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96793

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced:

Version: 7.6.2.1
Build ID: 56f768401134

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

[Libreoffice-bugs] [Bug 96792] Android Viewer does not show cursor while editting an ods file.

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96792

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

Version: 7.6.0.3
Build ID: 69edd8b8ebc4

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

[Libreoffice-bugs] [Bug 157946] Issue of macros

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157946

--- Comment #4 from hugoferna...@gmail.com ---
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 24; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: pt-BR (pt_BR); UI: pt-BR
Calc: threaded

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

[Libreoffice-bugs] [Bug 157946] Issue of macros

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157946

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Which version of LibreOffice are you using? Please test with a recent version
and paste here the version information copied from Help > About LibreOffice.
Thank you.

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

[Libreoffice-bugs] [Bug 157950] Impress : animation in text box

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157950

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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

[Libreoffice-bugs] [Bug 147892] Corrupt DOCX document after saving (track changes involved)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147892

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157326] track changes on input fields result in exception and not able to open the document

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157326

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 OS|All |Linux (All)
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7892

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
(In reply to J22Gim from comment #0)
> Steps to Reproduce:
> 1. open the test file
> 2. enable track changes and delete "OpenOffice.org" from the text
> 3. save as DOCX
...(2010-365)
4. Reload

I get the SAXException in:

Version: 7.3.7.2 / LibreOffice Community
Build ID: e114eadc50a9ff8d8c8a0567d6da8f454beeb84f
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

and:

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

However, _not_ reproduced with:

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

Can you please test again with 7.6.2.1?

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

[Libreoffice-bugs] [Bug 157955] Outline numbering for Write heading styles not working

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157955

Dieter  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 157955] Outline numbering for Write heading styles not working

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157955

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
Steve, thank you for the bug report. Please add a sample document, as that
makes it easier to reproduce the bug. Thank you.
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 157689] XLSX Autofilter bug; all sheets contain autoFilter XML specs, but only the last sheet presents the filters

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157689

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||filter:xlsx, preBibisect,
   ||regression
 OS|Windows (All)   |All
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
Version|7.3.2.2 release |3.4.0 release
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||1505,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=37
   ||323
 Ever confirmed|0   |1
 CC||markus.mohrhard@googlemail.
   ||com,
   ||stephane.guillou@libreoffic
   ||e.org

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Thank you Hayward for the report and the kind words! (And great to see fellow R
users around here :))

I can confirm that:
- the 3 example files only have the autofilter active in the last sheet
- MS Office 365 shows the autofilter active on all sheets
- this behaviour is an old regression: using the linux-64-releases bibisect
repository, I could not reproduce in version 3.3.4 but I could in 3.4.0rc1.
- still reproduced in a recent trunk build:

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

Looking at the release notes[1], I'm wondering if this is related to:

commit 7df4c7feacf51c141a7beaa2a8404d932d7c2e86
Author: Markus Mohrhard
Date:   Thu Mar 24 23:14:28 2011 -0400
Support sheet-local anonymous database ranges.
This is for an Easy Hack to allow one autofilter per sheet, not per
document.

Markus, I know this is from 12 years ago, but any idea here?

[1]: https://wiki.documentfoundation.org/ReleaseNotes/3.4

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

[Libreoffice-bugs] [Bug 151505] Autofilter in xslb file ignored

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151505

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157956] New: Modernize the "Flowchart Alternate Process" shape to use circular corner rounding in all sizes

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157956

Bug ID: 157956
   Summary: Modernize the "Flowchart Alternate Process" shape to
use circular corner rounding in all sizes
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: easyHack
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de
CC: dpskhu13...@gmail.com

Created attachment 190461
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190461=edit
Flowchart Alternate Process as shape form LO compared to OOXML

This is a spin off to bug #77125. The "Flowchart Alternate Process" shape has
the same problem with its corner rounding as the "Rounded Rectangular Callout"
shape, but it is much easier to fix.

Insert a "Flowchart Alternate Process" shape. Drag it wider, so that it is not
square. Notice, that the corner quarter circles are no longer circles but
become ellipses.

This was the behavior in ancient MS Office 97. But already in the description
of the binary format 2007, the shape is described with "limo-stretch", which
means, that the quarter circles remain circles when the shape is not square.
[1] Appendix A, page 102

The similar shape in OOXML also keeps the corner circles as circles.

In addition, the radius of the corner rounding is too small compared with MS
Office. LibreOffice uses 2540/21600 of width or height. But MS Office specifies
for its binary format 2700/21600 and the corresponding shape defined in OOXML
presetShapeDefinitions.xml [2] has 1/6 = 3600/21600.

The attached file has a comparison of the shape in LibreOffice (red) with the
OOXML shape from MS Office (green). On the third slide, I have converted the
shapes to polygons, so that you can see the last point of the curve in Edit
Point mode.

The values to be changed are in msoFlowChartAlternateProcess in [3].

[1]
https://download.microsoft.com/download/0/b/e/0be8bdd7-e5e8-422a-abfd-4342ed7ad886/officedrawing97-2007binaryformatspecification.pdf
[2]
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/customshapes/presetShapeDefinitions.xml
[3]
https://opengrok.libreoffice.org/xref/core/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx

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

[Libreoffice-bugs] [Bug 157891] Initial focus of Paste Special dialog is inconvenient (win and gen VCL)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157891

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caolan.mcnamara@collabora.c
   |desktop.org |om
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

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

[Libreoffice-bugs] [Bug 108479] [META] Paste special bugs and enhancements

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108479
Bug 108479 depends on bug 157891, which changed state.

Bug 157891 Summary: Initial focus of Paste Special dialog is inconvenient (win 
and gen VCL)
https://bugs.documentfoundation.org/show_bug.cgi?id=157891

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157946] Issue of macros

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157946

--- Comment #2 from hugoferna...@gmail.com ---
I do not know if this macro had worked in previous versions of LO.

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

[Libreoffice-bugs] [Bug 157955] New: Outline numbering for Write heading styles not working

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157955

Bug ID: 157955
   Summary: Outline numbering for Write heading styles not working
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sunnyday...@googlemail.com

Description:
Libreoffice 7.5.7.1

Outline numbering for Write Heading styles 1 -10 does not work correctly

Outline numbering 1, 1.1 etc has been set for heading styles 1-10 in the option
to do this

However when populating a documnet subheadings are numbered from the the first
heading 1.

EG. 

   1. A heading 1
   2. Another heading 1
   3. yet another heading 1
 1.1. a subheading 2

The workaround is to select the subheading 2, go to Styles\ numbering 123 list
select this and sub-heading 2 will be numbered correctly i2 3.1. a subheading
2.

The workaround is fiddly.


Actual Results:
Open a document in writer
Change heading numbering to outline numbering for all headings 1-10
In the document create a few lines of data
change them all to heading 1
insert another line of data after the last heading
change this to heading 2 

Expected Results:
The heading 2 will be numbered from the first heading. 


Reproducible: Always


User Profile Reset: No

Additional Info:
It should have numbered sub heading 2 from the number of the last heading 1.
This is the way it has always operated.

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

[Libreoffice-bugs] [Bug 157939] SVG import/boxes instead of text (regression)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157939

--- Comment #9 from ⁨خالد حسني⁩  ---
I don’t know why updating a bunch of font families would affect something like
this, but the SVG files uses a generic font family name ("serif") so some form
of font fallback would be happening, and this may be fragile for some reason or
another.

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

[Libreoffice-bugs] [Bug 157497] can't open files since updated to 7.5.7.1: "this file has been locked by another user" (Avast / AVG)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157497

--- Comment #24 from Stéphane Guillou (stragu) 
 ---
Maybe Avast users can report LibreOffice as a false positive with this form:
https://www.avast.com/false-positive-file-form.php#pc

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

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

2023-10-27 Thread Szymon Kłos (via logerrit)
 sc/inc/strings.hrc|   15 +++
 sc/source/ui/condformat/condformateasydlg.cxx |   54 +++---
 sc/source/ui/inc/condformateasydlg.hxx|2 
 3 files changed, 65 insertions(+), 6 deletions(-)

New commits:
commit 47ee01c28701e22e55a9ef7d66e0836c5a0a5899
Author: Szymon Kłos 
AuthorDate: Fri Oct 27 11:53:57 2023 +0200
Commit: Szymon Kłos 
CommitDate: Fri Oct 27 22:21:03 2023 +0200

Make simple conditional formatting dialog translated

Followup for commit a9f6f63d21e368fe6bcc9080fd1ba23b0e52
sc: Add easy to use conditional formatting menu

- make strings translated
- add more conditions
- TODO: add other missing conditions

Change-Id: I0d25b3352067e7006b88f42f3401d4670b3a5061
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158536
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index 74c15b5b698b..d58777176e52 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -396,4 +396,19 @@
 #define STR_A11Y_DESC_USERDEF   
NC_("subtotaloptionspage|extended_tip|lbuserdef", "Uses a custom sorting order 
that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists.")
 #define STR_A11Y_DESC_ANNOT NC_("extended_tip|annot", 
"Specifies that a small rectangle in the top right corner of the cell indicates 
that a comment exists. The comment will be shown only when you enable tips 
under %PRODUCTNAME - General in the Options dialog box.")
 
+// Simple conditional formatting dialog
+#define STR_CONDITION_EQUAL NC_("STR_CONDITION_EQUAL", 
"equal to")
+#define STR_CONDITION_LESS  NC_("STR_CONDITION_LESS", 
"less than")
+#define STR_CONDITION_GREATER   
NC_("STR_CONDITION_GREATER", "greater than")
+#define STR_CONDITION_EQLESS
NC_("STR_CONDITION_EQLESS", "equal or less than")
+#define STR_CONDITION_EQGREATER 
NC_("STR_CONDITION_EQGREATER", "equal or greater than")
+#define STR_CONDITION_NOT_EQUAL 
NC_("STR_CONDITION_NOT_EQUAL", "not equal to")
+
+#define STR_CONDITION_BETWEEN   
NC_("STR_CONDITION_BETWEEN", "between")
+
+#define STR_CONDITION_ERROR NC_("STR_CONDITION_ERROR", 
"with error ")
+#define STR_CONDITION_NOERROR   
NC_("STR_CONDITION_NOERROR", "without error ")
+#define STR_CONDITION_CONTAINS_TEXT 
NC_("STR_CONDITION_CONTAINS_TEXT", "containing text")
+#define STR_CONDITION_NOT_CONTAINS_TEXT 
NC_("STR_CONDITION_NOT_CONTAINS_TEXT", "not containing text")
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/condformat/condformateasydlg.cxx 
b/sc/source/ui/condformat/condformateasydlg.cxx
index 8ddb297269dc..c371861ac355 100644
--- a/sc/source/ui/condformat/condformateasydlg.cxx
+++ b/sc/source/ui/condformat/condformateasydlg.cxx
@@ -3,7 +3,9 @@
 #include 
 #include 
 #include 
+#include 
 #include 
+#include 
 
 namespace
 {
@@ -49,6 +51,11 @@ ScTabViewShell* GetTabViewShell(const SfxBindings* pBindings)
 
 namespace sc
 {
+void ConditionalFormatEasyDialog::SetDescription(std::u16string_view 
rCondition)
+{
+mxDescription->set_label(mxDescription->get_label() + ": " + rCondition);
+}
+
 ConditionalFormatEasyDialog::ConditionalFormatEasyDialog(SfxBindings* 
pBindings,
  SfxChildWindow* 
pChildWindow,
  weld::Window* pParent,
@@ -89,19 +96,54 @@ 
ConditionalFormatEasyDialog::ConditionalFormatEasyDialog(SfxBindings* pBindings,
 mxNumberEntry2->set_increments(1, 0);
 switch (meMode)
 {
-case ScConditionMode::Greater:
-mxDescription->set_label(mxDescription->get_label() + " greater 
than ");
+case ScConditionMode::Equal:
+SetDescription(ScResId(STR_CONDITION_EQUAL));
 break;
 case ScConditionMode::Less:
-mxDescription->set_label(mxDescription->get_label() + " less than 
");
+SetDescription(ScResId(STR_CONDITION_LESS));
 break;
-case ScConditionMode::Equal:
-mxDescription->set_label(mxDescription->get_label() + " equal to 
");
+case ScConditionMode::Greater:
+SetDescription(ScResId(STR_CONDITION_GREATER));
+break;
+case ScConditionMode::EqLess:
+SetDescription(ScResId(STR_CONDITION_EQLESS));
+break;
+case ScConditionMode::EqGreater:
+SetDescription(ScResId(STR_CONDITION_EQGREATER));
+break;
+case ScConditionMode::NotEqual:
+SetDescription(ScResId(STR_CONDITION_NOT_EQUAL));
 break;
 case ScConditionMode::Between:
-

[Libreoffice-bugs] [Bug 157497] can't open files since updated to 7.5.7.1: "this file has been locked by another user" (Avast / AVG)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157497

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||elmod...@telus.net

--- Comment #23 from Stéphane Guillou (stragu) 
 ---
*** Bug 157953 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 157953] Message that i do not have permission to open some files

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157953

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Yes, most likely AVG/Avast blocking LibreOffice.
Let's consolidate into bug 157497, and Elaine, please confirm that you are
indeed using Avast/AVG (and that deactivating it resolves the issue).

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

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

[Libreoffice-bugs] [Bug 157497] can't open files since updated to 7.5.7.1: "this file has been locked by another user" (Avast / AVG)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157497

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||curly1...@gmail.com

--- Comment #22 from Stéphane Guillou (stragu) 
 ---
*** Bug 157835 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 157835] Can't Open Older Files - Access Denied or Need Permission???

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157835

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|NOTOURBUG   |DUPLICATE
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Let's consolidate into bug 157497.

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

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

[Libreoffice-bugs] [Bug 157891] Initial focus of Paste Special dialog is inconvenient (win and gen VCL)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157891

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

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

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

2023-10-27 Thread Caolán McNamara (via logerrit)
 sc/uiconfig/scalc/ui/pastespecial.ui |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9775af227eded1ccdfa5750689533b429558cf3a
Author: Caolán McNamara 
AuthorDate: Fri Oct 27 16:41:59 2023 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 27 22:13:53 2023 +0200

Resolves: tdf#157891 arrange so 'ok' in paste special is default action

for return.

Set the "all" checkbox explicitly as the widget to have the initial
focus, all platforms then agree on where focus starts, and return will
activate the default "ok" button.

Otherwise, vcl picks the "value" button and gtk picks the "link"
checkbox and there is an inconsistency as to what "return" activates by
default:

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

diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui 
b/sc/uiconfig/scalc/ui/pastespecial.ui
index a4afa26d7f65..17da222d2cea 100644
--- a/sc/uiconfig/scalc/ui/pastespecial.ui
+++ b/sc/uiconfig/scalc/ui/pastespecial.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -290,6 +290,7 @@
 All
 True
 True
+True
 False
 True
 True


[Libreoffice-commits] core.git: connectivity/source fpicker/source shell/source vcl/osx vcl/quartz

2023-10-27 Thread Stephan Bergmann (via logerrit)
 connectivity/source/drivers/macab/MacabRecords.cxx   |2 +-
 connectivity/source/drivers/macab/macabutilities.hxx |   10 +++---
 fpicker/source/aqua/NSString_OOoAdditions.mm |   10 +++---
 shell/source/backends/macbe/macbackend.mm|9 ++---
 vcl/osx/salframeview.mm  |6 --
 vcl/quartz/salgdi.cxx|7 +--
 6 files changed, 30 insertions(+), 14 deletions(-)

New commits:
commit f029f8dfb05fbbe2d698fe3411cd37f8ae7a02a2
Author: Stephan Bergmann 
AuthorDate: Fri Oct 27 13:44:27 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Oct 27 22:12:07 2023 +0200

Various -Werror,-Wvla-cxx-extension

...as enabled by default now in recent Clang 18 trunk

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

diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx 
b/connectivity/source/drivers/macab/MacabRecords.cxx
index 17ee6585d45c..07d462425e65 100644
--- a/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -344,7 +344,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const 
CFArrayRef _records,
 /* While searching through the properties for required properties, these
  * sal_Bools will keep track of what we have found.
  */
-bool bFoundRequiredProperties[requiredProperties.size()];
+auto const bFoundRequiredProperties = 
std::make_unique(requiredProperties.size());
 
 
 /* We have three MacabHeaders: headerDataForProperty is where we
diff --git a/connectivity/source/drivers/macab/macabutilities.hxx 
b/connectivity/source/drivers/macab/macabutilities.hxx
index cfe46f37f286..7e0f6b091085 100644
--- a/connectivity/source/drivers/macab/macabutilities.hxx
+++ b/connectivity/source/drivers/macab/macabutilities.hxx
@@ -19,6 +19,10 @@
 
 #pragma once
 
+#include 
+
+#include 
+
 #include 
 #include 
 #include 
@@ -47,15 +51,15 @@ namespace connectivity::macab
 CFRetain(sOrig);
 CFIndex nStringLength = CFStringGetLength(sOrig);
 
-UniChar unichars[nStringLength+1];
+auto const unichars = std::make_unique(nStringLength+1);
 
 //'close' the string buffer correctly
 unichars[nStringLength] = '\0';
 
-CFStringGetCharacters (sOrig, CFRangeMake(0,nStringLength), 
unichars);
+CFStringGetCharacters (sOrig, CFRangeMake(0,nStringLength), 
unichars.get());
 CFRelease(sOrig);
 
-return OUString(reinterpret_cast(unichars));
+return OUString(reinterpret_cast(unichars.get()));
 }
 
 
diff --git a/fpicker/source/aqua/NSString_OOoAdditions.mm 
b/fpicker/source/aqua/NSString_OOoAdditions.mm
index 23ae6bc5c853..5721674f8121 100644
--- a/fpicker/source/aqua/NSString_OOoAdditions.mm
+++ b/fpicker/source/aqua/NSString_OOoAdditions.mm
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
+
+#include 
+
 #include "NSString_OOoAdditions.hxx"
 
 @implementation NSString (OOoAdditions) 
@@ -32,14 +36,14 @@
 {
 unsigned int nFileNameLength = [self length];
 
-UniChar unichars[nFileNameLength+1];
+auto const unichars = std::make_unique(nFileNameLength+1);
 
 //'close' the string buffer correctly
 unichars[nFileNameLength] = '\0';
 
-[self getCharacters:unichars];
+[self getCharacters:unichars.get()];
 
-return OUString(reinterpret_cast(unichars));
+return OUString(reinterpret_cast(unichars.get()));
 }
 
 @end
diff --git a/shell/source/backends/macbe/macbackend.mm 
b/shell/source/backends/macbe/macbackend.mm
index e84ecd4b8013..7733bf95da6c 100644
--- a/shell/source/backends/macbe/macbackend.mm
+++ b/shell/source/backends/macbe/macbackend.mm
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
+
+#include 
 
 // For MAXHOSTNAMELEN constant
 #include 
@@ -157,13 +160,13 @@ static OUString CFStringToOUString(const CFStringRef 
sOrig) {
 CFIndex nStringLen = CFStringGetLength(sOrig)+1;
 
 // Allocate a c string buffer
-char sBuffer[nStringLen];
+auto const sBuffer = std::make_unique(nStringLen);
 
-CFStringGetCString(sOrig, sBuffer, nStringLen, kCFStringEncodingASCII);
+CFStringGetCString(sOrig, sBuffer.get(), nStringLen, 
kCFStringEncodingASCII);
 
 CFRelease(sOrig);
 
-return OUString::createFromAscii(sBuffer);
+return OUString::createFromAscii(sBuffer.get());
 }
 
 static OUString GetOUString( NSString* pStr )
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index f8608f62c2f7..4071155e28cc 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -19,6 +19,8 @@
 
 #include 
 
+#include 
+
 #include 
 #include 
 #include 
@@ -2048,7 +2050,7 @@ static NSArray 

[Libreoffice-bugs] [Bug 157440] Impress slide images, group exported by HTML are different than single slide export, causing transition bleed through / transparency in Shotcut.

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157440

--- Comment #11 from Dan Dennedy  ---
What an interesting bug that appeared to me in my "Shotcut" Google Alert. I
found the problem and a workaround. The problem occurs when the aspect ratio of
the image does not match the video project - 16:9 in this case. In fact,
neither JPEG is exactly 16:9, but the `img0 single slide export.jpeg`is close
enough while `img0 group export as HTML.jpg` is not. When the aspect ratio does
not match, Shotcut pads the source image with transparent black before any
transition mixing or track compositing/blending.

Both the transition mixer and track compositor are sensitive to the alpha
channel. This is how one can transition between two pieces of text or images
with transparent parts over a video track below. There is some behavior
difference when the transition receives an image with or without an alpha
channel. In the single slide export case, the transition does not receive an
alpha channel and in the HTML export case it does due to this padding from a
mismatching aspect ratio.

I am not certain this is a bug for either project. It is somewhat an artifact
of something that is paper document oriented such as Impress (Slide Properties)
mismatching the video/screen paradigm, although that concept for a presentation
program is dated. Maybe one can workaround this problem in Impress by slightly
changing the dimension in slide properties, but I cannot tell you how. But in
Shotcut, the workaround is to add to each transition the **Alpha Channel:
Adjust** video filter and set its **Mode** to **Threshold**. This makes the
transition's output opaque.

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

[Libreoffice-bugs] [Bug 152571] Very slow save (macOS, ARM)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152571

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

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

[Libreoffice-commits] core.git: include/vcl vcl/Library_vcl.mk vcl/qa vcl/source

2023-10-27 Thread Noel Grandin (via logerrit)
 include/vcl/checksum.hxx  |   44 --
 vcl/Library_vcl.mk|1 
 vcl/qa/cppunit/svm/svmtest.cxx|   22 ++---
 vcl/source/animate/Animation.cxx  |9 +-
 vcl/source/animate/AnimationFrame.cxx |   17 ++-
 vcl/source/bitmap/BitmapEx.cxx|3 
 vcl/source/bitmap/bitmappalette.cxx   |3 
 vcl/source/bitmap/checksum.cxx|  146 -
 vcl/source/bitmap/salbmp.cxx  |7 -
 vcl/source/filter/svm/SvmWriter.cxx   |  149 --
 vcl/source/gdi/pdfwriter_impl.cxx |3 
 vcl/source/gdi/vectorgraphicdata.cxx  |3 
 vcl/source/graphic/GraphicID.cxx  |5 -
 13 files changed, 117 insertions(+), 295 deletions(-)

New commits:
commit 1d86a0b632813efb2259b795b272f8aa40a7c768
Author: Noel Grandin 
AuthorDate: Fri Oct 27 11:18:13 2023 +0200
Commit: Noel Grandin 
CommitDate: Fri Oct 27 22:03:24 2023 +0200

tdf#152571 speedup slow draw file save

with lots of images, we seem to spend lots of time calculating
CRC. Replace the vcl checksum/CRC with rtl_crc32 in sal/, which
forwards to the zlib implementation, which has all kinds of
nice SIMD code for performance.

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

diff --git a/include/vcl/checksum.hxx b/include/vcl/checksum.hxx
index 351820e1aefe..ea2c9adb2e51 100644
--- a/include/vcl/checksum.hxx
+++ b/include/vcl/checksum.hxx
@@ -16,18 +16,15 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-
-
-#ifndef INCLUDED_VCL_INC_CHECKSUM_HXX
-#define INCLUDED_VCL_INC_CHECKSUM_HXX
+#pragma once
 
 #include 
 #include 
 #include 
 
-#define BITMAP_CHECKSUM_SIZE 8
+#define BITMAP_CHECKSUM_SIZE 4
 
-typedef sal_uInt64   BitmapChecksum;
+typedef sal_uInt32   BitmapChecksum;
 typedef sal_uInt8   BitmapChecksumOctetArray[BITMAP_CHECKSUM_SIZE];
 
 template< sal_uInt8 N = 0 >
@@ -43,39 +40,4 @@ inline void BCToBCOA< BITMAP_CHECKSUM_SIZE >( 
BitmapChecksum, BitmapChecksumOcte
 return;
 }
 
-extern "C" {
-
-/*
- *
- * vcl_crc64 interface.
- *
- *==*/
-/** Evaluate CRC64 over given data.
-
-This function evaluates the CRC polynomial 0xEDB88320.
-
-@param  Crc[in] CRC64 over previous data or zero.
-@param  Data   [in] data buffer.
-@param  DatLen [in] data buffer length.
-@return new CRC64 value.
- */
-VCL_DLLPUBLIC sal_uInt64 vcl_crc64 (
-sal_uInt64  Crc,
-const void *Data, sal_uInt32 DatLen
-)   SAL_THROW_EXTERN_C();
-
-}
-
-inline BitmapChecksum vcl_get_checksum (
-BitmapChecksum  Checksum,
-const void *Data,
-sal_uInt32 DatLen
-)
-{
-return static_cast(vcl_crc64( Checksum, Data, DatLen ));
-}
-
-
-#endif // INCLUDED_VCL_INC_CHECKSUM_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 4c8162459835..fb9687dc47c0 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -370,7 +370,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
 vcl/source/bitmap/BitmapColorQuantizationFilter \
 vcl/source/bitmap/BitmapSimpleColorQuantizationFilter \
 vcl/source/bitmap/BitmapTools \
-vcl/source/bitmap/checksum \
 vcl/source/bitmap/Octree \
 vcl/source/bitmap/salbmp \
 vcl/source/image/Image \
diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx
index d89f2f93118d..2f1ccfd9ecef 100644
--- a/vcl/qa/cppunit/svm/svmtest.cxx
+++ b/vcl/qa/cppunit/svm/svmtest.cxx
@@ -943,11 +943,11 @@ void SvmTest::checkBitmaps(const GDIMetaFile& rMetaFile)
 #if defined OSL_BIGENDIAN
 "5e01ddcc"
 #else
-"b8dee5da"
+"469f0820"
 #endif
 }});
 assertXPathAttrs(pDoc, "/metafile/bmpscale[1]", {
-{"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, {"crc", 
"281fc589"}
+{"x", "1"}, {"y", "2"}, {"width", "3"}, {"height", "4"}, {"crc", 
"4937e32d"}
 });
 assertXPathAttrs(pDoc, "/metafile/bmpscalepart[1]", {
 {"destx", "1"}, {"desty", "2"}, {"destwidth", "3"}, {"destheight", 
"4"},
@@ -956,7 +956,7 @@ void SvmTest::checkBitmaps(const GDIMetaFile& rMetaFile)
 #if defined OSL_BIGENDIAN
  "b8dee5da"
 #else
- "5e01ddcc"
+ "3789377b"
 #endif
 }
 });
@@ -1018,14 +1018,14 @@ void SvmTest::checkBitmapExs(const GDIMetaFile& 
rMetaFile, bool bIsSvmFile)
 "33b4a07c",
 "742c3e35",
 #else
-"d8377d4f",
-"281fc589",
-"5e01ddcc",
-"4df0e464",
-"17df308f", // 1-bit
-"3c80d829", // 4-bit color bitmap - same as 8-bit color bitmap
-"3c80d829",
-"71efc447",
+

[Libreoffice-bugs] [Bug 157954] Symbols not displaying consistently

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157954

Peter Wilkins  changed:

   What|Removed |Added

 CC||wilkins.pe...@gmail.com

--- Comment #1 from Peter Wilkins  ---
Created attachment 190460
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190460=edit
Writer document showing combination of power symbols

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

[Libreoffice-bugs] [Bug 157954] New: Symbols not displaying consistently

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157954

Bug ID: 157954
   Summary: Symbols not displaying consistently
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wilkins.pe...@gmail.com

Created attachment 190459
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190459=edit
in process of compiling list of smoke & CO alarms

In creating a Calc spreadsheet to compile lists of smoke & CO alarms, I wanted
to include a pull-down list in one column to indicate power source, per:
*  (battery only) U+1F50B
* ⏻+ (mains power + battery back-up) (U+23FB & U+1F50B)
* ⏻ (mains power only) (U+23FB)
*  (plug-in) Electric Plug (U+1F50C)

However, I was unable to do this...  I was able to do all three symbols in a
cell as in: ⏻ (not something that exists at Home Depot) but if I delete one
of the symbols, another symbol also disapeard or changed to a different version
of the symbol (colour to black and white) or else another symbol changed to a
box (unknown character).

Undeterred, I decided to create the list in Writer - but this time I found
similar, although slightly different problems.  For example, I could render the
battery (green) and the power symbol on different lines, but if I put them on
the same line, the battery symbol changed from green to black and white line
version.  Also, if I copied the power symbol and battery to Calc, only the
battery symbol displayed - it seems impossible to render the power symbol and
the battery symbol in the same cell - as if the power symbol was silently
deleted.

It was about this point that I realized that I should file a bug report.

See attached files (Calc & Writer) to see how far I got before abandoning this
effort.

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

[Libreoffice-bugs] [Bug 157953] Message that i do not have permission to open some files

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157953

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7835

--- Comment #1 from Julien Nabet  ---
It seems to be the same as tdf#157835
(see https://bugs.documentfoundation.org/show_bug.cgi?id=157835#c1 and
https://bugs.documentfoundation.org/show_bug.cgi?id=157835#c2)

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

[Libreoffice-bugs] [Bug 157835] Can't Open Older Files - Access Denied or Need Permission???

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157835

Julien Nabet  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157948] Offset function using negative numbers

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157948

--- Comment #2 from Leo  ---
Created attachment 190458
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190458=edit
Test using negative value

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

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

2023-10-27 Thread Noel Grandin (via logerrit)
 vcl/skia/salbmp.cxx |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 9b5a00d2281bebaac5fccfde17de6ca5134fc229
Author: Noel Grandin 
AuthorDate: Fri Oct 27 10:29:20 2023 +0200
Commit: Noel Grandin 
CommitDate: Fri Oct 27 21:16:30 2023 +0200

fix erase logic in SkiaSalBmp::BlendWith

regression from
commit 81994cb2b8b32453a92bcb011830fcb884f22ff3
Author: Noel Grandin 
Date:   Fri Apr 16 20:33:10 2021 +0200
Convert internal vcl bitmap formats transparency->alpha (II)

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

diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index 0876efed92ed..44997798db8b 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -628,7 +628,11 @@ bool SkiaSalBitmap::AlphaBlendWith(const SalBitmap& 
rSalBmp)
 {
 const sal_uInt16 nGrey1 = mEraseColor.GetRed();
 const sal_uInt16 nGrey2 = otherBitmap->mEraseColor.GetRed();
-const sal_uInt8 nGrey = static_cast(nGrey1 + nGrey2 - 
nGrey1 * nGrey2 / 255);
+// Awkward calculation because the original used transparency, and to 
replicate
+// the logic we need to translate into transparency, perform the 
original logic,
+// then translate back to alpha.
+const sal_uInt8 nGrey = static_cast(
+255 - ((255 - nGrey1) + (255 - nGrey2) - (255 - nGrey1) * (255 - 
nGrey2) / 255));
 mEraseColor = Color(nGrey, nGrey, nGrey);
 DataChanged();
 SAL_INFO("vcl.skia.trace",


[Libreoffice-bugs] [Bug 157939] SVG import/boxes instead of text (regression)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157939

Dave Gilbert  changed:

   What|Removed |Added

 CC||kha...@libreoffice.org

--- Comment #8 from Dave Gilbert  ---
Adding in Khaled since they did the font wrangling.

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

[Libreoffice-bugs] [Bug 157939] SVG import/boxes instead of text (regression)

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157939

--- Comment #7 from Dave Gilbert  ---
This looks like some form of font search screwup;

My bisect comes down to (with a make clean):

19e9fe7c8c89399753ac1730e1c76378b18418bc - clean; good!
9b7c732215f2dc34d1f0cfc08ea912a3925b13b0 - clean; good!
9998c242c6c2ece5f240db2f6ffdf04e7ca7cbb4 - clean; good!
00db8423d18d75f982b337744ec39c4b7269a433 - clean; good!
4d6533a5babd23262f27eb65fd4b5b12a5d889c0 - clean; bad!
739ee655294be56021dc6244dde3faa75e288bd5 - clean; bad!
c76678bbe9c3f835e0fd3dc2ec2381ec821dd548 - clean; bad!


[dg@dalek core]$ git log --pretty=oneline
9b7c7322^..c76678bbe9c3f835e0fd3dc2ec2381ec821dd548
c76678bbe9c3f835e0fd3dc2ec2381ec821dd548 tdf#155390 Impress template Growing
Liberty update
3f20d1dad1b84367f8ec322690dae20b0defbb08 tdf#146609 Renamed line width to
thickness.
2902ab24ecc5ffbf4907ea83b2028508b9de6364 tdf#124591: Rename *noto.mk to
*noto_kufi_arabic.mk
739ee655294be56021dc6244dde3faa75e288bd5 tdf#124591: Remove Noto Mono
4d6533a5babd23262f27eb65fd4b5b12a5d889c0 tdf#124591: Update Noto Naskh
Arabic to v2.016
00db8423d18d75f982b337744ec39c4b7269a433 (HEAD) tdf#124591: Update Noto
Sans Lisu to v2.102
114b94f7e04daf699dad44857c1a86932f466c46 tdf#124591: Update Noto Serif Lao to
v2.003
c4609a0721b466a805514197cd6872e0dfb07aa6 tdf#124591: Update Noto Sans Lao to
v2.003
0d49ac1ba30e2cb6247a77e75383176a4624adfd tdf#124591: Update Noto Serif Georgian
to v2.003
529ddd57c673f49a334b0813f979e7c88db2f46b tdf#124591: Update Noto Sans Georgian
to v2.003
15f234bab54c990f3d5362b89afc097f82718e9b tdf#124591: Update Noto Serif Armenian
to v2.008
d69317ca8f4b39c7fe62e9404f93d5d43e5495d6 tdf#124591: Update Noto Sans Armenian
to v2.008
7376eed0f00ab7d3217f484a707aaf5ef4bc801e tdf#124591: Update Noto Serif Hebrew
to v2.003
448d5d7fbfc3d545cb9f8e5e89514784b03e4cd1 tdf#124591: Update Noto Sans Hebrew to
v2.003
9998c242c6c2ece5f240db2f6ffdf04e7ca7cbb4 tdf#124591: Update Noto Sans Arabic to
v2.010
ee9b13668cf955d2f3ad927f26bf3e1910779047 tdf#97710: do not create nonzero
conform for polyline
96aba2de78ffa641f6c0c898b99158715b2f2703 tdf#124591: Update Noto Serif to
v2.012
69943f33bf219558d6b219f0eaeda1e25e487b05 tdf#124591: Update Noto Sans to v2.012
defc3dd75ff8ff937d2161237b281284240b86f0 Update git submodules
2b153ad42904e433d41b630fc80daf4a57112681 tdf#146619 Recheck include/o3tl with
IWYU
e0021031f6cb0c52892142d5753b222d571acf49 tdf#85263 Resolve accelerator
collision in Options - User Data page
8d7a27a3e4b71e6be44e7fc07f370e18bf475b4c Resave in newer Glade version
e53a99c4bbf09763ecfb05a0926e7957b31c1fff tdf#105303 (related) Drop unused
translation strings
9b7c732215f2dc34d1f0cfc08ea912a3925b13b0 Resolves: tdf#151919 mark blanked
fields as requiring a reformat

So we have a lot of font updates around the failure, the one just *before* the
last good one is 'Remove Noto Mono' which you can imagine might surprise
something; but it's not actually the transition for me - still, I bet it's
something to do with the svg importer choosing the font it uses.

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - static/CustomTarget_emscripten_fs_image.mk

2023-10-27 Thread Michael Meeks (via logerrit)
 static/CustomTarget_emscripten_fs_image.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4d97669b6c5a661148ae280d76f7ad1c13a83cb
Author: Michael Meeks 
AuthorDate: Thu Oct 26 21:54:05 2023 +0100
Commit: Andras Timar 
CommitDate: Fri Oct 27 20:59:37 2023 +0200

cowasm: fix easy conditional format ui file name.

Change-Id: I4302b3dd924f6d3cafcf91cfd858a03797f40a4f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158515
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/static/CustomTarget_emscripten_fs_image.mk 
b/static/CustomTarget_emscripten_fs_image.mk
index 5441b3d1dae1..35b4e0ff7142 100644
--- a/static/CustomTarget_emscripten_fs_image.mk
+++ b/static/CustomTarget_emscripten_fs_image.mk
@@ -931,7 +931,7 @@ gb_emscripten_fs_image_files += \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/colwidthdialog.ui
 \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/condformatmanager.ui
 \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conditionalentry.ui
 \
-
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conditionalformateasy.ui
 \
+
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conditionaleasydialog.ui
 \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conditionalformatdialog.ui
 \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conditionaliconset.ui
 \
 
$(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/modules/scalc/ui/conflictsdialog.ui
 \


[Libreoffice-bugs] [Bug 157952] Content Control layout: dropdown indicator does not disappear moving from combobox to text control

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157952

Justin L  changed:

   What|Removed |Added

 Attachment #190456|0   |1
is obsolete||

--- Comment #1 from Justin L  ---
Created attachment 190457
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190457=edit
SDT-showingDropdownArrow.docx: reverse-tab and see the hanging dropdown

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

[Libreoffice-bugs] [Bug 157953] New: Message that i do not have permission to open some files

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157953

Bug ID: 157953
   Summary: Message that i do not have permission to open some
files
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elmod...@telus.net

October 27, 2023 - I have been getting the following message when I open some
files in Libre Office Writer and in Libre Office Calc - these are files that I
use fairly often, so not sure why I now need permission to open the files:
 "You don't have permission to open this file."
 "Contact the file owner or an administrator to obtain permission."

I created the files and this has only been happening since the latest Libre
Office update, which shows as 7.6 when I check the list of programs.

Please could this be fixed or something since I am finding it quite annoying.

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

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

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

Justin L  changed:

   What|Removed |Added

 Depends on||157952


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157952
[Bug 157952] Content Control layout: dropdown indicator does not disappear
moving from combobox to text control
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157952] New: Content Control layout: dropdown indicator does not disappear moving from combobox to text control

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157952

Bug ID: 157952
   Summary: Content Control layout: dropdown indicator does not
disappear moving from combobox to text control
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: implementationError, notBibisectable
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com
CC: jl...@mail.com
Blocks: 107742

Created attachment 190456
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190456=edit
SDT-showingDropdownArrow.docx: reverse-tab and see the hanging dropdown

Steps to reproduce with SDT-showingDropdownArrow.docx
-press shift-tab to switch to the last control (the date control)
-press shift-tab again - moving to plaintext. (down arrow on date control
still)
-press shift-tab again - moving to dropdown (down arrow moved to dropdown)
-press shift-tab again - moving to rich text (down arrow on dropdown still)

The down arrow disappears when moving the cursor anywhere OTHER THAN another
content control (can also be seen with checkboxes for example).

Probably an implementation error. Date content controls already exist in 7.0,
but other content controls (like the easy to reproduce with text controls)
don't show up until around 7.4 - where the implementation error can finally be
noticed.


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 157951] New: The document side slider too narrow

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157951

Bug ID: 157951
   Summary: The document side slider too narrow
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: al...@ajh-knives.com

Description:
LibreOffice version 7.6.2.1
The slider on the right-hand side is too narrow when in use.
This may seem trivial to you, but there are thousands of users in the same
boat. This is an ever present aggravation for me and anyone with visual and
hand function reduction. When activated by the mouse, it should be double the
width.
Adjusting the Mouse pointer options (size and type) also should be included in
the LibreOffice main settings. When not in use, it is almost hidden, that is
OK. So What the hell is the problem??
To compound the aggravation, the individual up/down control arrows on the top
and bottom of the side slider were removed. Put it back. That should be
default.

Steps to Reproduce:
1. There is no option for correction of this problem
2. There is no option for correction of this problem
3. There is no option for correction of this problem

Actual Results:
Solution not found

Expected Results:
Programmers required to fix it.


Reproducible: Always


User Profile Reset: No

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

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

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

2023-10-27 Thread Noel Grandin (via logerrit)
 sfx2/source/doc/sfxbasemodel.cxx |  106 ---
 1 file changed, 56 insertions(+), 50 deletions(-)

New commits:
commit b88f3190727b9aeaad429752db283a5e7cb8d13b
Author: Noel Grandin 
AuthorDate: Thu Oct 26 13:36:46 2023 +0200
Commit: Caolán McNamara 
CommitDate: Fri Oct 27 20:38:17 2023 +0200

cool#6893 improve listeners in SfxBaseModel

reduces CPU spent in UNO query'ing, and adds type-safety, which exposed
a bug in SfxBaseModel::disposing

Change-Id: I4b973f7dc38f491ce7a6281ad378e439b5450add
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158500
Tested-by: Jenkins
Reviewed-by: Noel Grandin 
(cherry picked from commit 1267a5761cb916048932e5d2b40716fa1a6bcff4)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158448
Tested-by: Jenkins CollaboraOffice 
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 85bef309f79a..ab05b4604084 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -60,6 +60,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -200,7 +201,13 @@ struct IMPL_SfxBaseModel_DataContainer : public 
::sfx2::IModifiableDocument
 OUString   m_sURL  
 ;
 OUString   m_sRuntimeUID   
 ;
 OUString   
m_aPreusedFilterName ;
-comphelper::OMultiTypeInterfaceContainerHelper2
m_aInterfaceContainer;
+comphelper::OInterfaceContainerHelper3  
m_aPrintJobListeners;
+comphelper::OInterfaceContainerHelper3  
m_aEventListeners;
+comphelper::OInterfaceContainerHelper3  
m_aModifyListeners;
+comphelper::OInterfaceContainerHelper3  
m_aDocumentEventListeners1;
+comphelper::OInterfaceContainerHelper3  
m_aDocumentEventListeners2;
+comphelper::OInterfaceContainerHelper3  
m_aStorageChangeListeners;
+comphelper::OInterfaceContainerHelper3  
m_aCloseListeners;
 std::unordered_map,
std::vector>> maShapeListeners;
 Reference< XInterface >m_xParent   
 ;
@@ -232,8 +239,14 @@ struct IMPL_SfxBaseModel_DataContainer : public 
::sfx2::IModifiableDocument
 
 IMPL_SfxBaseModel_DataContainer( ::osl::Mutex& rMutex, SfxObjectShell* 
pObjectShell )
 :   m_pObjectShell  ( pObjectShell  )
-,   m_aInterfaceContainer   ( rMutex)
-,   m_nControllerLockCount  ( 0 )
+,   m_aPrintJobListeners( rMutex)
+,   m_aEventListeners   ( rMutex)
+,   m_aModifyListeners  ( rMutex)
+,   m_aDocumentEventListeners1( rMutex  )
+,   m_aDocumentEventListeners2( rMutex  )
+,   m_aStorageChangeListeners ( rMutex  )
+,   m_aCloseListeners   ( rMutex)
+,   m_nControllerLockCount  ( 0 )
 ,   m_bClosed   ( false )
 ,   m_bClosing  ( false )
 ,   m_bSaving   ( false )
@@ -340,12 +353,9 @@ void SAL_CALL SfxPrintHelperListener_Impl::disposing( 
const lang::EventObject& )
 
 void SAL_CALL SfxPrintHelperListener_Impl::printJobEvent( const 
view::PrintJobEvent& rEvent )
 {
-::comphelper::OInterfaceContainerHelper2* pContainer = 
m_pData->m_aInterfaceContainer.getContainer( 
cppu::UnoType::get());
-if ( pContainer!=nullptr )
+if ( m_pData->m_aPrintJobListeners.getLength() )
 {
-::comphelper::OInterfaceIteratorHelper2 pIterator(*pContainer);
-while (pIterator.hasMoreElements())
-
static_cast(pIterator.next())->printJobEvent( rEvent 
);
+
m_pData->m_aPrintJobListeners.notifyEach(::XPrintJobListener::printJobEvent,
 rEvent);
 }
 }
 
@@ -749,7 +759,13 @@ void SAL_CALL SfxBaseModel::dispose()
 }
 
 lang::EventObject aEvent( static_cast(this) );
-m_pData->m_aInterfaceContainer.disposeAndClear( aEvent );
+m_pData->m_aPrintJobListeners.disposeAndClear( aEvent );
+m_pData->m_aEventListeners.disposeAndClear( aEvent );
+m_pData->m_aModifyListeners.disposeAndClear( aEvent );
+m_pData->m_aDocumentEventListeners1.disposeAndClear( aEvent );
+m_pData->m_aDocumentEventListeners2.disposeAndClear( aEvent );
+m_pData->m_aStorageChangeListeners.disposeAndClear( aEvent );
+m_pData->m_aCloseListeners.disposeAndClear( aEvent );
 
 m_pData->m_xDocumentProperties.clear();
 
@@ -776,7 +792,7 @@ void SAL_CALL SfxBaseModel::dispose()
 void SAL_CALL SfxBaseModel::addEventListener( const Reference< 
lang::XEventListener >& aListener )
 {
 SfxModelGuard aGuard( *this, SfxModelGuard::E_INITIALIZING );
-m_pData->m_aInterfaceContainer.addInterface( 

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

2023-10-27 Thread Caolán McNamara (via logerrit)
 sc/source/ui/inc/viewdata.hxx  |1 
 sc/source/ui/view/viewdata.cxx |   59 +++--
 2 files changed, 18 insertions(+), 42 deletions(-)

New commits:
commit 67803125b17f1231b5a436883ebc77baa52a5d4f
Author: Caolán McNamara 
AuthorDate: Fri Oct 27 12:49:23 2023 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 27 20:28:15 2023 +0200

merge these checks together to avoid duplication

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

diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 5dd60f6d266e..7a6758788ad4 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -343,6 +343,7 @@ private:
 SAL_DLLPRIVATE void  CreateSelectedTabData();
 SAL_DLLPRIVATE void  EnsureTabDataSize(size_t nSize);
 SAL_DLLPRIVATE void  UpdateCurrentTab();
+SAL_DLLPRIVATE ScViewDataTable* FetchTableData(SCTAB) const;
 
 ScViewData(ScDocument* pDoc, ScDocShell* pDocSh, ScTabViewShell* pViewSh);
 
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 332356dd794f..4ba5f774b83a 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -1428,62 +1428,37 @@ SCROW ScViewData::GetPosY( ScVSplitPos eWhich, SCTAB 
nForTab ) const
 return maTabData[nForTab]->nPosY[eWhich];
 }
 
-SCCOL ScViewData::GetCurXForTab( SCTAB nTabIndex ) const
+ScViewDataTable* ScViewData::FetchTableData(SCTAB nTabIndex) const
 {
-if (!ValidTab(nTabIndex) || (nTabIndex >= 
static_cast(maTabData.size())) || !maTabData[nTabIndex])
-return -1;
+if (!ValidTab(nTabIndex) || (nTabIndex >= 
static_cast(maTabData.size(
+return nullptr;
+ScViewDataTable* pRet = maTabData[nTabIndex].get();
+SAL_WARN_IF(!pRet, "sc.viewdata", "ScViewData::FetchTableData: hidden 
sheet = " << nTabIndex);
+return pRet;
+}
 
-ScViewDataTable* pTabData = maTabData[nTabIndex].get();
-if (!pTabData)
-{
-SAL_WARN("sc.viewdata", "ScViewData::GetCurXForTab : hidden sheet = " 
<< nTabIndex);
-return -1;
-}
-return pTabData->nCurX;
+SCCOL ScViewData::GetCurXForTab( SCTAB nTabIndex ) const
+{
+ScViewDataTable* pTabData = FetchTableData(nTabIndex);
+return pTabData ? pTabData->nCurX : -1;
 }
 
 SCROW ScViewData::GetCurYForTab( SCTAB nTabIndex ) const
 {
-if (!ValidTab(nTabIndex) || (nTabIndex >= 
static_cast(maTabData.size(
-return -1;
-
-ScViewDataTable* pTabData = maTabData[nTabIndex].get();
-if (!pTabData)
-{
-SAL_WARN("sc.viewdata", "ScViewData::GetCurYForTab : hidden sheet = " 
<< nTabIndex);
-return -1;
-}
-return pTabData->nCurY;
+ScViewDataTable* pTabData = FetchTableData(nTabIndex);
+return pTabData ? pTabData->nCurY : -1;
 }
 
 void ScViewData::SetCurXForTab( SCCOL nNewCurX, SCTAB nTabIndex )
 {
-if (!ValidTab(nTabIndex) || (nTabIndex >= 
static_cast(maTabData.size(
-return;
-
-ScViewDataTable* pTabData = maTabData[nTabIndex].get();
-if (!pTabData)
-{
-SAL_WARN("sc.viewdata", "ScViewData::SetCurXForTab : hidden sheet = " 
<< nTabIndex);
-return;
-}
-
-pTabData->nCurX = nNewCurX;
+if (ScViewDataTable* pTabData = FetchTableData(nTabIndex))
+pTabData->nCurX = nNewCurX;
 }
 
 void ScViewData::SetCurYForTab( SCCOL nNewCurY, SCTAB nTabIndex )
 {
-if (!ValidTab(nTabIndex) || (nTabIndex >= 
static_cast(maTabData.size(
-return;
-
-ScViewDataTable* pTabData = maTabData[nTabIndex].get();
-if (!pTabData)
-{
-SAL_WARN("sc.viewdata", "ScViewData::SetCurYForTab : hidden sheet = " 
<< nTabIndex);
-return;
-}
-
-pTabData->nCurY = nNewCurY;
+if (ScViewDataTable* pTabData = FetchTableData(nTabIndex))
+pTabData->nCurY = nNewCurY;
 }
 
 void ScViewData::SetMaxTiledCol( SCCOL nNewMaxCol )


[Libreoffice-commits] core.git: desktop/source include/LibreOfficeKit libreofficekit/source sfx2/source svx/source

2023-10-27 Thread Marco Cecchetti (via logerrit)
 desktop/source/lib/init.cxx  |2 
 include/LibreOfficeKit/LibreOfficeKitEnums.h |   31 
 libreofficekit/source/gtk/lokdocview.cxx |2 
 sfx2/source/view/viewsh.cxx  |  835 ---
 svx/source/accessibility/ChildrenManagerImpl.cxx |   17 
 5 files changed, 642 insertions(+), 245 deletions(-)

New commits:
commit f3b20f31d55f304ed9d4a3eb257bf9d468fffe5f
Author: Marco Cecchetti 
AuthorDate: Tue Oct 10 10:50:50 2023 +0200
Commit: Miklos Vajna 
CommitDate: Fri Oct 27 19:28:52 2023 +0200

lok: a11y: impress: help screen reader to report shape selection

Refactored LOKDocumentFocusListener::notifyEvent.

Implemented 2 new callbacks:
- LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE: it says the client if
editing in a shape or cell is active or it isn't.
- LOK_CALLBACK_A11Y_SELECTION_CHANGED: it says if a shape has been
selected/unselected, the name of the shape and text content are sent
too for being reported by a screen reader.

(cherry picked from commit 76899152ec3d1924cc72d2b869e197a1e34a0a1a)

Conflicts:
sfx2/source/view/viewsh.cxx

Change-Id: I644bcc7daeb8772805688a9bccdabd0631ce0a22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158562
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index bccac7338367..ab4987376f4f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1818,6 +1818,8 @@ void CallbackFlushHandler::queue(const int type, 
CallbackData& aCallbackData)
 case LOK_CALLBACK_A11Y_TEXT_SELECTION_CHANGED:
 case LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED:
 case LOK_CALLBACK_COLOR_PALETTES:
+case LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE:
+case LOK_CALLBACK_A11Y_SELECTION_CHANGED:
 {
 const auto& pos = std::find(m_queue1.rbegin(), m_queue1.rend(), 
type);
 auto pos2 = toQueue2(pos);
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 883a68ce09c6..378347108de6 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -1001,7 +1001,32 @@ typedef enum
  *   the user got in from the outer to the inner; row/column span default
  *   value is 1; paragraph is the cell text content.
  */
-LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED = 67
+LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED = 67,
+
+/**
+ * Accessibility event: text editing in a shape or cell has been 
enabled/disabled
+ *
+ *  {
+ *  "cell": true/false (editing a cell ?)
+ *  "enabled": true|false
+ *  "selection": a selection description
+ *  "paragraph": focused paragraph
+ *  }
+ */
+LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE = 68,
+
+/**
+ * Accessibility event: a selection (of a shape/graphic, etc.) has changed
+ *
+ *  {
+ *  "cell": true/false (selected object is a cell ?)
+ *  "action": "create"|"add"|"remove"
+ *  "name": selected object name
+ *  "text": text content if any
+ *  }
+ */
+LOK_CALLBACK_A11Y_SELECTION_CHANGED = 69
+
 }
 LibreOfficeKitCallbackType;
 
@@ -1166,6 +1191,10 @@ static inline const char* lokCallbackTypeToString(int 
nType)
 return "LOK_CALLBACK_DOCUMENT_PASSWORD_RESET";
 case LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED:
 return "LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED";
+case LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE:
+return "LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE";
+case LOK_CALLBACK_A11Y_SELECTION_CHANGED:
+return "LOK_CALLBACK_A11Y_SELECTION_CHANGED";
 }
 
 assert(!"Unknown LibreOfficeKitCallbackType type.");
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index c3df48448815..6c7e6dbfc652 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1494,6 +1494,8 @@ callback (gpointer pData)
 case LOK_CALLBACK_A11Y_FOCUSED_CELL_CHANGED:
 case LOK_CALLBACK_COLOR_PALETTES:
 case LOK_CALLBACK_DOCUMENT_PASSWORD_RESET:
+case LOK_CALLBACK_A11Y_EDITING_IN_SELECTION_STATE:
+case LOK_CALLBACK_A11Y_SELECTION_CHANGED:
 {
 // TODO: Implement me
 break;
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 34edb460d4e3..8f2218c66175 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -253,6 +253,29 @@ typedef 
std::list> XAccessibleTa
 
 namespace
 {
+constexpr
+bool isText(sal_Int16 nRole)
+{
+return nRole == accessibility::AccessibleRole::DOCUMENT_TEXT;
+}
+
+constexpr
+bool isSpreadsheet(sal_Int16 nRole)
+{
+return nRole == accessibility::AccessibleRole::DOCUMENT_SPREADSHEET;
+}
+
+constexpr
+bool 

[Libreoffice-bugs] [Bug 157912] Libreoffice Draw crashes when i open a large PDF

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157912

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||r...@post.cz
   Keywords||regression
 Status|UNCONFIRMED |NEW

--- Comment #7 from raal  ---
I can reproduce crash with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice
Community
Build ID: 97b6b6b16c4b623f8a34393a906272439a7f0314
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

but not in Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.3
Calc: threaded

I tried to reproduce with bibisect repositories, but in version
linux-64-7.4_master issue didn't occurs and in linux-64-7.5_oldest occurs.

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

[Libreoffice-bugs] [Bug 157950] Impress : animation in text box

2023-10-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157950

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
(In reply to Roque from comment #0)
> Description:
> Before ... when selecting an animation (e.g. appearance) for a text box, all
> the text in the box appeared at the same time.

Hello, what do you mean before? Tested with Version: 7.3.7.2 and the behavior
is the same.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5-8' - translations

2023-10-27 Thread Christian Lohmaier (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f11ad9065d16cf67103f216caaae8ecc43b0341
Author: Christian Lohmaier 
AuthorDate: Fri Oct 27 18:45:52 2023 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Oct 27 18:45:52 2023 +0200

Update git submodules

* Update translations from branch 'libreoffice-7-5-8'
  to 34ca56a472f5a11a2257b74439b696a91eec3699
  - update translations for 7.5.8 rc2

and force-fix errors using pocheck

Change-Id: I520a81181591c46cf2936858206d5f754f76243a
(cherry picked from commit 69c7d9634b28c0cbb3b2aec5381321a6264458ce)

diff --git a/translations b/translations
index 638e5af91e2f..34ca56a472f5 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 638e5af91e2fd97238b0f5f4c33b93fd801dce25
+Subproject commit 34ca56a472f5a11a2257b74439b696a91eec3699


[Libreoffice-commits] translations.git: Branch 'libreoffice-7-5-8' - source/de source/es source/gug source/nl source/pl

2023-10-27 Thread Christian Lohmaier (via logerrit)
 source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po |   10 
 source/es/helpcontent2/source/text/swriter/01.po   |   14 -
 source/gug/helpcontent2/source/text/swriter/01.po  |   14 -
 source/nl/officecfg/registry/data/org/openoffice/Office/UI.po  |4 
 source/pl/helpcontent2/source/text/sbasic/shared/03.po |  132 
+-
 source/pl/helpcontent2/source/text/shared/optionen.po  |6 
 6 files changed, 90 insertions(+), 90 deletions(-)

New commits:
commit 34ca56a472f5a11a2257b74439b696a91eec3699
Author: Christian Lohmaier 
AuthorDate: Fri Oct 27 18:43:30 2023 +0200
Commit: Christian Lohmaier 
CommitDate: Fri Oct 27 18:45:50 2023 +0200

update translations for 7.5.8 rc2

and force-fix errors using pocheck

Change-Id: I520a81181591c46cf2936858206d5f754f76243a
(cherry picked from commit 69c7d9634b28c0cbb3b2aec5381321a6264458ce)

diff --git a/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po 
b/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 33db5912f19..ecf5c19e109 100644
--- a/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,16 +4,16 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2023-01-23 11:30+\n"
-"Last-Translator: Christian Kühl \n"
-"Language-Team: German 
\n"
+"PO-Revision-Date: 2023-10-27 11:13+\n"
+"Last-Translator: Stéphane Guillou \n"
+"Language-Team: German 
\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: Weblate 4.18.2\n"
 "X-POOTLE-MTIME: 1562386506.00\n"
 
 #. tBfTE
@@ -3155,7 +3155,7 @@ msgctxt ""
 "OOO_CONTROL_328\n"
 "LngText.text"
 msgid "The [ProductName] Help must be installed in the same directory as the 
program."
-msgstr "Die Hilfe von [Productname] muss im selben Verzeichnis wie das 
Programm installiert sein."
+msgstr "Die Hilfe von [ProductName] muss im selben Verzeichnis wie das 
Programm installiert sein."
 
 #. jeyr7
 #: CustomAc.ulf
diff --git a/source/es/helpcontent2/source/text/swriter/01.po 
b/source/es/helpcontent2/source/text/swriter/01.po
index 07a1bcd0651..4e17a847405 100644
--- a/source/es/helpcontent2/source/text/swriter/01.po
+++ b/source/es/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-07-10 19:35+\n"
+"PO-Revision-Date: 2023-10-27 10:59+\n"
 "Last-Translator: Adolfo Jayme Barrientos \n"
 "Language-Team: Spanish 
\n"
 "Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: Weblate 4.18.2\n"
 "X-POOTLE-MTIME: 1566235661.00\n"
 
 #. sZfWF
@@ -797,7 +797,7 @@ msgctxt ""
 "par_id3154028\n"
 "help.text"
 msgid "Jumps to the next item in the document. To specify the type of item to 
jump to, click the Navigate By list, and then click an item 
category - for example, \"Images\"."
-msgstr ""
+msgstr "Salta al próximo elemento del documento. Para especificar el tipo de 
elemento al cual saltar, pulse en la lista Navegar por, y, a 
continuación, en una categoría de elementos; por ejemplo, «Imágenes»."
 
 #. b29WS
 #: 0211.xhp
@@ -842,7 +842,7 @@ msgctxt ""
 "hd_id3146891\n"
 "help.text"
 msgid "Content Navigation View"
-msgstr ""
+msgstr "Vista de navegación de contenidos"
 
 #. gJtyF
 #: 0211.xhp
@@ -869,7 +869,7 @@ msgctxt ""
 "par_id3154133\n"
 "help.text"
 msgid "Icon Switch Content Navigation 
View"
-msgstr ""
+msgstr "Icono Alternar vista de navegación de 
contenidos"
 
 #. kHFkW
 #: 0211.xhp
@@ -878,7 +878,7 @@ msgctxt ""
 "par_id3156067\n"
 "help.text"
 msgid "Switch Content Navigation View"
-msgstr ""
+msgstr "Alternar vista de navegación de contenidos"
 
 #. VkGBD
 #: 0211.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
 "par_id3150689\n"
 "help.text"
 msgid "Icon Toggle Master View"
-msgstr ""
+msgstr "Icono Alternar vista de 
patrón"
 
 #. 9STbB
 #: 0211.xhp
diff --git 

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - translations

2023-10-27 Thread Christian Lohmaier (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f126432fd3c8898df01357b9b9e4f448bf0475b5
Author: Christian Lohmaier 
AuthorDate: Fri Oct 27 18:45:21 2023 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Oct 27 18:45:21 2023 +0200

Update git submodules

* Update translations from branch 'libreoffice-7-5'
  to 69c7d9634b28c0cbb3b2aec5381321a6264458ce
  - update translations for 7.5.8 rc2

and force-fix errors using pocheck

Change-Id: I520a81181591c46cf2936858206d5f754f76243a

diff --git a/translations b/translations
index 6150d0225c1d..69c7d9634b28 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 6150d0225c1d66dc218e3b79f28d72031a0c30bc
+Subproject commit 69c7d9634b28c0cbb3b2aec5381321a6264458ce


  1   2   3   4   >