[Bug 159558] Insert page number and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

Julien Nabet  changed:

   What|Removed |Added

Summary|Insert page numer and   |Insert page number and
   |number of pages in footer   |number of pages in footer
   |return a word, but not a|return a word, but not a
   |value (s. screenshot)   |value (s. screenshot)

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

[Bug 108800] [META] Print related issues

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

Samuel Mehrbrodt (allotropia)  changed:

   What|Removed |Added

 Depends on||88226


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88226
[Bug 88226] Excessive text in Presentation Notes is not printed
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 108381] [META] Notes and Master Notes view/mode bugs and enhancements

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108381

Samuel Mehrbrodt (allotropia)  changed:

   What|Removed |Added

 Depends on|88226   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88226
[Bug 88226] Excessive text in Presentation Notes is not printed
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 88226] Excessive text in Presentation Notes is not printed

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88226

Samuel Mehrbrodt (allotropia)  changed:

   What|Removed |Added

 Blocks|108381  |108800
 CC||samuel.mehrbrodt@allotropia
   ||.de


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108381
[Bug 108381] [META] Notes and Master Notes view/mode bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158537] Encrypted hybrid PDFs are opened as regular PDFs with Draw, with no option to enter password

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158537

--- Comment #11 from Bufetr  ---
Bugs still exists with new version 24.2.0.3

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: 420(Build:3)
CPU threads: 4; OS: Linux 6.7; UI render: default; VCL: gtk3
Locale: el-GR (en_US.UTF-8); UI: en-US
24.2.0-1
Calc: threaded

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

[Bug 159555] LOO writer : calculs dans TOUS les tableaux "** Expression erronée ** " après la MAJ vers 7.6.3.2 UBUNTU

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159555

Julien Nabet  changed:

   What|Removed |Added

Version|unspecified |7.6.3.2 release

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

[Bug 159523] Impress crashes when "filling" an ellipsis with no color

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159523

Steffen Magun  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
 Resolution|WORKSFORME  |FIXED

--- Comment #7 from Steffen Magun  ---
(In reply to m_a_riosv from comment #6)
> Safe mode create a clean profile.
> Maybe something is broken in it.
> 
> It's difficult to know what the option is the source of the issue.
> 
> You can try with the options to clean the profile, with the Reset to
> factoring settings.

It works!

Thanks for the support!

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

Re: Error building on MacOS

2024-02-04 Thread Stanisław Jeśmanowicz

Hello Adlair,

I had also problems to install LibreOffice on MacOS.
But after many tries and errors, I made it.
Here's how it was:

- My Mac is: MacBook Pro
- chip: Apple M2 Max chip
- macOS: Sonoma 14.2.1

I use  MacPorts base version 2.9.1 for open source software tools.
- run:
  xcode-select -s /Applications/Xcode.app/Contents/Developer

In addition to the packages I use, I also had to install:
- port install gperf
- install java: 
https://download.oracle.com/java/21/latest/jdk-21_macos-aarch64_bin.dmg (sha256)
- port install apache-ant
- ~/.zprofile contains:

  export DYLD_LIBRARY_PATH="/opt/local/lib:$DYLD_LIBRARY_PATH"
  export DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:$DYLD_FALLBACK_LIBRARY_PATH"
  export PATH="/opt/local/bin:$PATH"
  export PATH="/opt/local/sbin:$PATH"
  export PATH="/opt/local/libexec/gnubin:$PATH"
  export PATH="./:$PATH"

- download LibreOffice sources:
  git clone https://github.com/LibreOffice/core.git

- since the sed program is here /opt/local/libexec/gnubin/sed, I had to correct 
two files:
 1.  ./core/editeng/CustomTarget_generated.mk :
#    sed -i $(if $(filter MACOSX,$(OS_FOR_BUILD)),'') -e "s/(char\*)0/(char\*)0, 
XML_TOKEN_INVALID/g" $(editeng_INC)/tokens.cxx

      sed -i -e "s/(char\*)0/(char\*)0, XML_TOKEN_INVALID/g" 
$(editeng_INC)/tokens.cxx
#    sed -i $(if $(filter MACOSX,$(OS_FOR_BUILD)),'') -e "/^#line/d" 
$(editeng_INC)/tokens.cxx
  sed -i -e "/^#line/d" $(editeng_INC)/tokens.cxx
2. ./core/workdir/UnpackedTarball/firebird/gen/make.rules
  sed -i -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/" $(patsubst 
%.o,%.d,$@)
#    @sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/" 
$(patsubst %.o,%.d,$@)
 ( don't forget  before sed, because these are makefiles )

- in directory core I did:
./autogen.sh \
 --prefix=/opt/local \
 --with-macosx-version-min-required=14.0 \
 --enable-bogus-pkg-config \
 --without-fonts \
 --without-junit \
 --disable-sdremote \
 --disable-firebird-sdbc \
 --disable-postgresql-sdbc \

./configure \
 --prefix=/opt/local \
 --with-macosx-version-min-required=14.0 \
 --enable-bogus-pkg-config \
 --without-fonts \
 --without-junit \
 --disable-sdremote \
 --disable-firebird-sdbc \
 --disable-postgresql-sdbc \

( correct your macos's version in --with-macosx-version-min-required )

- and then in core directory do:
  make

It took 25 minutes on my box.

Regards,
Stan


On 2/2/24 03:22, Adlair Cerecedo Mendez wrote:

Hello everyone.

I'm trying to build LO on MacOS Ventura, I got two errors, the first one is fixed but I need help 
to fix the second one. The full bug trace is here: https://gitlab.com/-/snippets/3645364. Can 
somebody help me?



Thanks in advance.
Adlair


--
__

Stanislaw Jesmanowicz  stan  jesmanowicz  com



core.git: include/vcl vcl/source

2024-02-04 Thread Caolán McNamara (via logerrit)
 include/vcl/TypeSerializer.hxx  |2 +-
 vcl/source/filter/svm/SvmReader.cxx |9 +
 vcl/source/gdi/TypeSerializer.cxx   |   26 +++---
 3 files changed, 25 insertions(+), 12 deletions(-)

New commits:
commit ef1e14db395b7850957534246b2960356b1b2bb7
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 22:54:01 2024 +
Commit: Caolán McNamara 
CommitDate: Mon Feb 5 08:42:23 2024 +0100

ofz#66471 Direct-leak

when a cairo surface gets into an error state typically none of the
functions do anything any more, so this leak is because of an invalid
uninvertable matrix which comes from a 0 x denom in the svm MapMode,
so detect the problem there at the outer boundary.

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

diff --git a/include/vcl/TypeSerializer.hxx b/include/vcl/TypeSerializer.hxx
index e85b25b1cfe3..433dbc058eb1 100644
--- a/include/vcl/TypeSerializer.hxx
+++ b/include/vcl/TypeSerializer.hxx
@@ -51,7 +51,7 @@ public:
 void readGraphic(Graphic& rGraphic);
 void writeGraphic(const Graphic& rGraphic);
 
-void readMapMode(MapMode& rMapMode);
+bool readMapMode(MapMode& rMapMode);
 void writeMapMode(MapMode const& rMapMode);
 };
 
diff --git a/vcl/source/filter/svm/SvmReader.cxx 
b/vcl/source/filter/svm/SvmReader.cxx
index 429dfadacf04..c04ebbec 100644
--- a/vcl/source/filter/svm/SvmReader.cxx
+++ b/vcl/source/filter/svm/SvmReader.cxx
@@ -1233,15 +1233,16 @@ rtl::Reference SvmReader::TextAlignHandler()
 
 rtl::Reference SvmReader::MapModeHandler()
 {
-rtl::Reference pAction(new MetaMapModeAction);
-
 VersionCompatRead aCompat(mrStream);
 TypeSerializer aSerializer(mrStream);
+
 MapMode aMapMode;
-aSerializer.readMapMode(aMapMode);
+const bool bSuccess = aSerializer.readMapMode(aMapMode);
+if (!bSuccess)
+return nullptr;
 
+rtl::Reference pAction(new MetaMapModeAction);
 pAction->SetMapMode(aMapMode);
-
 return pAction;
 }
 
diff --git a/vcl/source/gdi/TypeSerializer.cxx 
b/vcl/source/gdi/TypeSerializer.cxx
index 49890fc38ea0..d8522bad3615 100644
--- a/vcl/source/gdi/TypeSerializer.cxx
+++ b/vcl/source/gdi/TypeSerializer.cxx
@@ -444,29 +444,41 @@ static bool UselessScaleForMapMode(const Fraction& rScale)
 return false;
 }
 
-void TypeSerializer::readMapMode(MapMode& rMapMode)
+bool TypeSerializer::readMapMode(MapMode& rMapMode)
 {
 VersionCompatRead aCompat(mrStream);
-sal_uInt16 nTmp16(0);
+sal_uInt16 nUnit(0);
 Point aOrigin;
 Fraction aScaleX;
 Fraction aScaleY;
 bool bSimple(true);
 
-mrStream.ReadUInt16(nTmp16);
-MapUnit eUnit = static_cast(nTmp16);
+mrStream.ReadUInt16(nUnit);
 readPoint(aOrigin);
 readFraction(aScaleX);
 readFraction(aScaleY);
 mrStream.ReadCharAsBool(bSimple);
 
-const bool bBogus = UselessScaleForMapMode(aScaleX) || 
UselessScaleForMapMode(aScaleY);
-SAL_WARN_IF(bBogus, "vcl", "invalid scale");
+if (nUnit < sal_Int16(MapUnit::Map100thMM) || nUnit > 
sal_Int16(MapUnit::LAST))
+{
+SAL_WARN("vcl.gdi", "Parsing error: invalid mapmode");
+return false;
+}
+MapUnit eUnit = static_cast(nUnit);
 
-if (bSimple || bBogus)
+if (bSimple)
 rMapMode = MapMode(eUnit);
 else
+{
+const bool bBogus = UselessScaleForMapMode(aScaleX) || 
UselessScaleForMapMode(aScaleY);
+if (bBogus)
+{
+SAL_WARN("vcl", "invalid scale");
+return false;
+}
 rMapMode = MapMode(eUnit, aOrigin, aScaleX, aScaleY);
+}
+return true;
 }
 
 void TypeSerializer::writeMapMode(MapMode const& rMapMode)


[Bug 148645] com.sun.star.sheet.addin.Analysis.getDec2Hex does not take integer 'places' value

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148645

--- Comment #3 from Commit Notification 
 ---
Luv Sharma committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/5986ab58db89ee73dc1bc30a7f3800ccb598a3b6

tdf#148645  getDec2Hex now takes  integer 'places' value

It will be available in 24.8.0.

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

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

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

[Bug 148645] com.sun.star.sheet.addin.Analysis.getDec2Hex does not take integer 'places' value

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148645

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

core.git: scaddins/source

2024-02-04 Thread Luv Sharma (via logerrit)
 scaddins/source/analysis/analysishelper.cxx |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 5986ab58db89ee73dc1bc30a7f3800ccb598a3b6
Author: Luv Sharma 
AuthorDate: Thu Feb 1 11:27:49 2024 +0530
Commit: Mike Kaganski 
CommitDate: Mon Feb 5 08:31:33 2024 +0100

tdf#148645  getDec2Hex now takes  integer 'places' value

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

diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index 9f12da79e39a..7a0419c67fe9 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2737,9 +2737,6 @@ bool ScaAnyConverter::getDouble(
 case uno::TypeClass_VOID:
 bContainsVal = false;
 break;
-case uno::TypeClass_DOUBLE:
-rAny >>= rfResult;
-break;
 case uno::TypeClass_STRING:
 {
 auto pString = o3tl::forceAccess< OUString >( rAny );
@@ -2749,9 +2746,14 @@ bool ScaAnyConverter::getDouble(
 bContainsVal = false;
 }
 break;
+case uno::TypeClass_HYPER:
+rfResult = rAny.get();
+break;
 default:
-throw lang::IllegalArgumentException();
+if( !( rAny >>= rfResult ) )
+throw lang::IllegalArgumentException();
 }
+
 return bContainsVal;
 }
 


[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #6 from Telesto  ---
Tools -> Options -> View -> Check Force Skia Software Rendering and restart

Does this make any difference?

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

core.git: sw/qa sw/source

2024-02-04 Thread Samuel Mehrbrodt (via logerrit)
 sw/qa/uitest/data/tdf159428.odt |binary
 sw/qa/uitest/navigator/tdf159428.py |   49 +++
 sw/source/uibase/utlui/content.cxx  |  111 +---
 3 files changed, 104 insertions(+), 56 deletions(-)

New commits:
commit 070b4ddda4983773e8a989a116924bee0f651f25
Author: Samuel Mehrbrodt 
AuthorDate: Mon Jan 29 16:04:45 2024 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Mon Feb 5 07:50:17 2024 +0100

tdf#159428 Prefer heading over bookmarks in Navigator

When a bookmark is in a heading, highlighting the heading
is more important than highlighting the bookmark.

Change-Id: I6348e42b14ece226a25961bd3145193645972e79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162694
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/sw/qa/uitest/data/tdf159428.odt b/sw/qa/uitest/data/tdf159428.odt
new file mode 100644
index ..6b30d6bf0cdc
Binary files /dev/null and b/sw/qa/uitest/data/tdf159428.odt differ
diff --git a/sw/qa/uitest/navigator/tdf159428.py 
b/sw/qa/uitest/navigator/tdf159428.py
new file mode 100644
index ..3a8634a57629
--- /dev/null
+++ b/sw/qa/uitest/navigator/tdf159428.py
@@ -0,0 +1,49 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+from uitest.framework import UITestCase
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file
+
+class tdf159428(UITestCase):
+
+def test_tdf159428(self):
+global selectionChangedResult
+with self.ui_test.load_file(get_url_for_data_file('tdf159428.odt')):
+xWriterDoc = self.xUITest.getTopFocusWindow()
+xWriterEdit = xWriterDoc.getChild("writer_edit")
+
+self.xUITest.executeCommand(".uno:Sidebar")
+xWriterEdit.executeAction("SIDEBAR", mkPropertyValues({"PANEL": 
"SwNavigatorPanel"}))
+
+xNavigatorPanel = 
self.ui_test.wait_until_child_is_available('NavigatorPanel')
+xContentTree = xNavigatorPanel.getChild("contenttree")
+
+# select fist bookmark - Heading "H1" should be tracked
+self.xUITest.executeCommand(".uno:GoToNextPara")
+self.xUITest.executeCommand(".uno:GoToNextPara")
+xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"111", "END_POS": "119"}))
+self.ui_test.wait_until_property_is_updated(xContentTree, 
"SelectEntryText", "H1")
+
self.assertEqual(get_state_as_dict(xContentTree)["SelectEntryText"], "H1")
+
+# select second bookmark - Heading "H1 mit Lesezeichen" should be 
tracked
+self.xUITest.executeCommand(".uno:GoToNextPara")
+xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"0", "END_POS": "18"}))
+self.ui_test.wait_until_property_is_updated(xContentTree, 
"SelectEntryText", "H1 mit Lesezeichen")
+
self.assertEqual(get_state_as_dict(xContentTree)["SelectEntryText"], "H1 mit 
Lesezeichen")
+
+# select third bookmark - no heading tracked
+self.xUITest.executeCommand(".uno:GoToPrevPara")
+self.xUITest.executeCommand(".uno:GoToPrevPara")
+self.xUITest.executeCommand(".uno:GoToPrevPara")
+xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"141", "END_POS": "146"}))
+self.ui_test.wait_until_property_is_updated(xContentTree, 
"SelectEntryText", "Lesezeichen 3")
+
self.assertEqual(get_state_as_dict(xContentTree)["SelectEntryText"], 
"Lesezeichen 3")
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 5655b67ceab1..b058cf46c464 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -4305,52 +4305,6 @@ void SwContentTree::UpdateTracking()
   aContentAtPos.pFndTextAttr);
 return;
 }
-// bookmarks - track first bookmark at cursor
-if (mTrackContentType[ContentTypeId::BOOKMARK] &&
-(m_pActiveShell->GetSelectionType() & SelectionType::Text))
-{
-SwPaM* pCursor = m_pActiveShell->GetCursor();
-IDocumentMarkAccess* const pMarkAccess = 
m_pActiveShell->getIDocumentMarkAccess();
-IDocumentMarkAccess::const_iterator_t ppBookmark = 
pMarkAccess->getBookmarksBegin();
-if (pCursor && ppBookmark != pMarkAccess->getBookmarksEnd() &&
-!(m_bIsRoot && m_nRootType != ContentTypeId::BOOKMARK))
-{
-OUString sBookmarkName;
-

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

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75349

Nuhash Ahmed  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|---
 Ever confirmed|1   |0
 Status|CLOSED  |UNCONFIRMED

--- Comment #39 from Nuhash Ahmed  ---

The random name picker tool is a convenient solution for selecting names fairly
and impartially. With a simple click, it generates a random name from a given
list, making it ideal for activities like raffles, contests, or any situation
requiring unbiased name selection.
https://calculatoruniverse.com/random-name-picker/
Click Here to get the tool

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

[Bug 76005] UI missing to set document properties: "TabsRelativeToIndent", "TabOverMargin"

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76005

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=24363

--- Comment #11 from Aron Budea  ---
For reference, compatibility flag TabsRelativeToIndent was added in the
following commits to fix this bug:
https://bz.apache.org/ooo/show_bug.cgi?id=24363

https://cgit.freedesktop.org/libreoffice/core/commit/?id=009e3f4841378f13a2764a2c84e147e401b70525
author  Oliver Bolte2008-01-10 10:37:10
+
committer   Oliver Bolte2008-01-10 10:37:10
+

"INTEGRATION: CWS xmlfilter02 (1.61.12); FILE MERGED"

https://cgit.freedesktop.org/libreoffice/core/commit/?id=0b35fd0181bf21ee4686b9488b8ab10b3f28e89e
author  Oliver Bolte2008-01-10 10:40:55
+
committer   Oliver Bolte2008-01-10 10:40:55
+

"INTEGRATION: CWS xmlfilter02 (1.26.12); FILE MERGED"

Compatibility flag TabOverMargin was added here:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=bdfc6363d66aa079512cc8008996b633f693fed1
author  Miklos Vajna   2013-01-08 11:57:13 +0100
committer   Miklos Vajna   2013-01-08 14:17:27 +0100

n#793998 sw: add TabOverMargin compat mode

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

[Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610
Bug 103610 depends on bug 158924, which changed state.

Bug 158924 Summary: Switching three slides when double clicking on the 
navigation button
https://bugs.documentfoundation.org/show_bug.cgi?id=158924

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[Bug 158924] Switching three slides when double clicking on the navigation button

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158924

Samuel Mehrbrodt (allotropia)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |vladislav.taraka...@bk.ru
   |desktop.org |
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||samuel.mehrbrodt@allotropia
   ||.de

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

core.git: slideshow/source

2024-02-04 Thread Vladislav Tarakanov (via logerrit)
 slideshow/source/engine/slideoverlaybutton.cxx |   10 +-
 slideshow/source/engine/slideoverlaybutton.hxx |1 +
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ab320f4e11c70b50e5beddf12ad925f192941d9a
Author: Vladislav Tarakanov 
AuthorDate: Thu Jan 4 20:09:38 2024 +0400
Commit: Samuel Mehrbrodt 
CommitDate: Mon Feb 5 07:15:06 2024 +0100

tdf#158924 Handle multi-clicks for navigation bar

Added handling for navigation bar buttons when many quick
clicks have been made. To do this, after processing the first click,
the number of clicks in the series is stored in a new variable.
Until the entire series of clicks has been processed, the slide
switch will not occur.

Change-Id: I8f4416a0c7928bb78609be8ff52252782c37f5a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161625
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/slideshow/source/engine/slideoverlaybutton.cxx 
b/slideshow/source/engine/slideoverlaybutton.cxx
index 14b78337e489..2d2cb62ebeba 100644
--- a/slideshow/source/engine/slideoverlaybutton.cxx
+++ b/slideshow/source/engine/slideoverlaybutton.cxx
@@ -172,7 +172,15 @@ bool SlideOverlayButton::handleMouseReleased(const 
css::awt::MouseEvent& e)
 && clickPnt.getY() > btnPnt.getY()
 && clickPnt.getY() < btnPnt.getY() + mxIconBitmap->getSize().Height)
 {
-mClickHandler(clickPnt);
+if (mnIgnoreClicksCnt == 0)
+{
+mnIgnoreClicksCnt = e.ClickCount - 1;
+mClickHandler(clickPnt);
+}
+else
+{
+mnIgnoreClicksCnt--;
+}
 return true;
 }
 return false;
diff --git a/slideshow/source/engine/slideoverlaybutton.hxx 
b/slideshow/source/engine/slideoverlaybutton.hxx
index e872a821d3b7..ceec9eed7b59 100644
--- a/slideshow/source/engine/slideoverlaybutton.hxx
+++ b/slideshow/source/engine/slideoverlaybutton.hxx
@@ -97,6 +97,7 @@ private:
 ViewsVecT maViews;
 ScreenUpdater& mrScreenUpdater;
 bool mbVisible = false;
+sal_Int32 mnIgnoreClicksCnt = 0;
 };
 }
 


[Bug 126513] BackgroundParaOverDrawings missing in compatibility settings

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126513

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com

--- Comment #12 from Aron Budea  ---
For reference, the flag was introduced in the following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=18b3feb8bef06bf7b126fd0bc743e19479cb8026
author  Miklos Vajna   2012-09-12 09:59:27 +0200
committer   Miklos Vajna   2012-09-12 10:03:18 +0200

n#778133 sw: add BackgroundParaOverDrawings compat flag

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

[Bug 159553] md5sum or other hash for installed LO (on disc or ssd)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159553

--- Comment #2 from jedamus  ---
Hi!

What would you do, if you have a bad block on disc, so that your LO does not
behave as expected (but does not crash)? I think a hash would protect you
against that. In our mailing list we detected that problem for one user. And I
think, he is not the only one.

You are right, when you say, that there is a difference between operating
systems. So you have to run the hash for every file depending on OS. But you
could use a shell script (at least for *nix systems) to iterate over the LO
installation.

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

[Bug 156680] CRASH in Calc (64-bit Windows) on paste into cell

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156680

--- Comment #2 from QA Administrators  ---
Dear Geoffrey Skinner,

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.

[Bug 90780] Low performance viewing tables having a primary key

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90780

--- Comment #17 from QA Administrators  ---
Dear ronny,

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.

[Bug 156665] Submit button is not working

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156665

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

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.

[Bug 47234] UI: Wrong Fonts are Displayed in Options Dialog

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47234

--- Comment #19 from QA Administrators  ---
Dear Harald Koester,

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.

[Bug 42905] Wizard table: Remove autovalue from step2 which doesn't work since there's already autovalue in step3 which works.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42905

--- Comment #21 from QA Administrators  ---
Dear Jurgen,

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.

[Bug 103219] DIALOG: Renaming image name to an existing name should prompt user

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103219

--- Comment #9 from QA Administrators  ---
Dear Harald Koester,

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.

[Bug 138981] The JPG property lost on copy/paste from clipboard (not-libreOffice internal clipboard) causing image being pasted as "unknown format" resulting in JPG to PNG conversion on save

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138981

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

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.

[Bug 146497] Crash in: std::_Tree,std::allocator,0> >::erase

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146497

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #19 from Stéphane Guillou (stragu) 
 ---
Great to hear, thanks! Let's set to "works for me" until we can identify a
commit.

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

[Bug 159521] LibreOffice Calc 24.2.0.3 (X86_64) ODS files saved with new experimental password protection feature causes data loss (Windows 7)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159521

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
(In reply to Michael Stahl (allotropia) from comment #5)
> (In reply to Stéphane Guillou (stragu) from comment #2)
> > On Linux, I get a different issue: I am prompted to enter a password, but
> > always tells me it's the wrong password.
> 
> trying this on master, i get no password prompt and an empty spreadsheet,
> the file does have text in it which is not imported.
> 
> i'm really interested to know how to reproduce this...
Sorry, should have been clearer:
- I tested with the STR from comment 0 ("string" in A1, saved with password
"test"), with the results above (prompted for password, but not accepted). Have
you tried those?
- I just now also tested opening the attachment and see the same as you and
Jimmy: no prompt for password, empty spreadsheet.

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

[Bug 159558] Insert page numer and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #4 from Regina Henschel  ---
Menu View > Field Names.

That is a toggle. Perhaps you have accidentally pressed Ctrl+F9 ?

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

[Bug 159558] Insert page numer and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

--- Comment #3 from pauline...@gmx.de ---
There are no issues in Safe Mode.

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

--- Comment #5 from Klexus  ---
(In reply to m_a_riosv from comment #4)
> The image looks like you're clicking on Close [X] while waiting for
> LibreOffice to respond.
> 
> Please paste here the information on Menu/Help/About LibreOffice (There is
> an icon to copy)

In this case it did from the picture, but the crashing can occur by so much by
closing/opening Writer/Calc/Impress/Draw/Math/Base-window, opening a file,
clicking on Help (for example), opening Writer/Clac (for example), etc.

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: nb-NO (nb_NO); UI: nb-NO
Calc: CL threaded

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

--- Comment #4 from m_a_riosv  ---
The image looks like you're clicking on Close [X] while waiting for LibreOffice
to respond.

Please paste here the information on Menu/Help/About LibreOffice (There is an
icon to copy)

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

[Bug 159277] It would be nice to have an exclude file type option from Recent Files.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159277

--- Comment #12 from Ian Eales  ---
Thanks, but I could have done this.

To make it useful, I'd have to put it in every file I import data to...

... and remember to run it.

I typically select a lot of .csv files, open them, select and import data to
where I need it and close the .csv file, so I'm not sure this would help in any
case.

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

[Bug 159548] LibreOffice Writer claims .doc file is corrupt. It is not corrupt.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159548

--- Comment #4 from m_a_riosv  ---
Open fine for me with
Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

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

[Bug 159523] Impress crashes when "filling" an ellipsis with no color

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159523

m_a_riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from m_a_riosv  ---
Safe mode create a clean profile.
Maybe something is broken in it.

It's difficult to know what the option is the source of the issue.

You can try with the options to clean the profile, with the Reset to factoring
settings.

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

--- Comment #3 from Klexus  ---
(In reply to m_a_riosv from comment #1)
> Please test in safe mode, Menu/Help/Restart in Safe Mode

Ok, did the safe mode and just did it 1 time and it crashed right away
(a.k.a. 'has stopped responding' as usual).

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

--- Comment #2 from Klexus  ---
Created attachment 192395
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192395=edit
Safe mode crash.

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

[Bug 159558] Insert page numer and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Please test in safe mode, Menu/Help/Restart in Safe Mode

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please test in safe mode, Menu/Help/Restart in Safe Mode

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

[Bug 159548] LibreOffice Writer claims .doc file is corrupt. It is not corrupt.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159548

--- Comment #3 from Dave Pickens  ---
Created attachment 192394
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192394=edit
BugTest.doc

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

[Bug 87040] Floating toolbar feature request aka "mini toolbar"

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87040

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 CC||jerome.bo...@laposte.net

--- Comment #13 from Gabor Kelemen (allotropia)  ---
*** Bug 159485 has been marked as a duplicate of this bug. ***

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

[Bug 159485] PPTX missing video controls

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159485

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

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

--- Comment #4 from Gabor Kelemen (allotropia)  ---


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

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

[Bug 159550] Automatic low-high right y-axis range is sometimes zero-based even with negative values (stockchart3)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159550

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Sample file has no chart.

Can you attach it with the wrong chart.

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

[Bug 159485] PPTX missing video controls

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159485

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com

--- Comment #3 from Gabor Kelemen (allotropia)  ---
Created attachment 192393
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192393=edit
The example document in 24.2

The controls are somewhat hidden in the sidebar and in the View - Toolbars -
Media Playback toolbar (this needs to be enabled manually, the sidebar does
not)

Of course making them floating below the object is missing... along with a lot
of similar toolbars (text formatting in Writer, Table editing, etc., etc.).

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

[Bug 159548] LibreOffice Writer claims .doc file is corrupt. It is not corrupt.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159548

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Please attach a sample file, reduce the size as much as possible without
private information, and paste the information in Menu/Help/About LibreOffice,
there is a copy icon.

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

Klexus  changed:

   What|Removed |Added

Summary|Stop responding! (LO v24.2) |Have stopped responding!
   ||(LO v24.2)

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

[Bug 159556] LibreOffice Calc; mathematical rounding error

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159556

--- Comment #4 from ady  ---
(In reply to ady from comment #3)
> I would suggest using the
> TRUNC() function on each calculated cell, or one of the related functions
> available.

... such as ROUND(), among others.

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

[Bug 46579] Form fields 'Image Button' do not work in Forms

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46579

--- Comment #34 from TISSENDIER Pierre  ---
Still in 
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded

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

[Bug 159556] LibreOffice Calc; mathematical rounding error

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159556

--- Comment #3 from ady  ---
With default settings, this is not a bug. The result provided is *less* than
678.965, so the displayed result should not be 678.97.

There are additional accuracy concerns regarding spreadsheets in general, but
they are not relevant for the specific value in question.

Performing the calculations with a normal calculator would not result in such
value either.

Perhaps you are using some kind of truncation (whether in Calc or in a normal
Calculator), or using some kind of "Precision as shown" option, which makes you
think that the result is incorrect. In such case, the result might vary,
depending on the amount of decimals being considered in each step.

IOW, with default settings in Calc, the values are not really "108.41"
(108.40613115) nor "570.56" (570.558585). If you want them to be considered
with 2 decimals (only) before each calculation, I would suggest using the
TRUNC() function on each calculated cell, or one of the related functions
available.

With the information as provided, I don't see the problem. Maybe the real file
needs to be attached. Please be aware that it will be publicly available, so
you might not want to do that.

In any case, this question seems more adequate at this moment for
 or for the user mailing list rather than for a
proven bug report.

I am not a developer, so maybe someone else might have a different opinion.

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

[Bug 159558] Insert page numer and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

--- Comment #1 from pauline...@gmx.de ---
Alle andere Feldbefehle, wie z.B. auch Einfügen Datei, Datum, Uhrzeit ...
fiefern ebenfalls falsche Werte zurück.

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

[Bug 159558] New: Insert page numer and number of pages in footer return a word, but not a value (s. screenshot)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159558

Bug ID: 159558
   Summary: Insert page numer and number of pages in footer return
a word, but not a value (s. screenshot)
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pauline...@gmx.de

Created attachment 192392
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192392=edit
LibreOffice Writer footer content like page return wrong value.

Einfügen Seitennummern und Seitenanzahl wie unter dem Link:

https://help.libreoffice.org/24.2/de/text/swriter/guide/footer_pagenumber.html?=SHARED=WIN

beschrieben funktioniert nicht mehr LibreOffice mit Version: 7.6.4.1 (X86_64) –
s Screenshot 
„2024-02-04 20_31_32-Enter Bug – LibreOffice Writer footer content like
page.png“

Kopie „Über LibreOffice“:

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: threaded

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

[Bug 159557] Stop responding! (LO v24.2)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

Klexus  changed:

   What|Removed |Added

Summary|Stop responding!|Stop responding! (LO v24.2)

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

[Bug 159557] New: Stop responding!

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

Bug ID: 159557
   Summary: Stop responding!
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: balls...@hotmail.com

Created attachment 192391
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192391=edit
LO stop responding 24.2

LO have, since version 7.6 and now 24.2, had a tendency to 'stop responding'
when closing window or clicking randomly on any thing else such as File, Tools
Help or whatever it is. The issue happens all from Start Center, Writer, Calc,
Impress, Draw, etc. It happens everytime it is in use. The issue doesn't occur
at all if I use version 7.5.

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

[Bug 113458] [META] Packaging/installation/removal bugs and enhancements

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113458

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||159553


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159553
[Bug 159553] md5sum or other hash for installed LO (on disc or ssd)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159553] md5sum or other hash for installed LO (on disc or ssd)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159553

V Stuart Foote  changed:

   What|Removed |Added

   Keywords|dataLoss|
Version|unspecified |Inherited From OOo
 Blocks||113458


Referenced Bugs:

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

[Bug 159553] md5sum or other hash for installed LO (on disc or ssd)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159553

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---
Why? Instead simply perform the hash check against the downloaded installer. 

I.e. for the TDF provided builds package HASH in MD5, SHA1, SHA256 are
available from the MirrorBrain driven project archives at:

https://downloadarchive.documentfoundation.org/libreoffice/old/

Select the Metadata "Details" page for each, corresponding to the install
you've done.

With similar HASH values for the installer packaging for other distro provided
repros. 

Otherwise, see little reason for project to perform integrity checking on an
installed instance of LibreOffice. Not clear how the mechanics of that could
even work given the distributed build architecture across the community.

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

[Bug 159523] Impress crashes when "filling" an ellipsis with no color

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159523

--- Comment #5 from Steffen Magun  ---
(In reply to m_a_riosv from comment #4)
> Not reproducible
> Version: 7.6.4.1 (X86_64) / LibreOffice Community
> Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
> CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL:
> win
> Locale: es-ES (es_ES); UI: en-US
> Calc: CL threaded
> 
> Please test in safe mode, Menu/Help/Restart in Safe Mode

Thank you for the advice.

It works in the Safe Mode.

What is the conclusion? What is not loaded in the Safe Mode?

I have installed Impress without any changes. How can I reinstall it from
scratch?

Rgds,

Steffen

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

[Bug 159556] LibreOffice Calc; mathematical rounding error

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159556

--- Comment #2 from BogdanB  ---
Created attachment 192390
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192390=edit
Demo document (simplified version)

I eliminated here sum() from all the formulas.

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

[Bug 159556] LibreOffice Calc; mathematical rounding error

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159556

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #1 from BogdanB  ---
Created attachment 192389
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192389=edit
Demo document

I attached a sample document that reproduce the "bug".
Let's wait for developers to analyze if this is a bug or not.

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

[Bug 159556] New: LibreOffice Calc; mathematical rounding error

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159556

Bug ID: 159556
   Summary: LibreOffice Calc; mathematical rounding error
   Product: LibreOffice
   Version: 7.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerdschaefer1...@googlemail.com

Description:
In LibreOffice Calc mathematical rounding error occur in Cell D42 when adding
mathematical formula values from cells D39 and D40. If you need, i can send the
File to you.

Actual Results:
D33 has the value 211718.850;  D34 has the value 216257.900;  D35 mathematical
Formula =Sum(D34-D33);  D36 has a value of €0.1257;  D39 mathematical formula
=Sum(D35*D36) -Value is 570.56€;  B40 has a value of 19;  D40 mathematical
formula=Sum((D39*B40)/100 - value is €108.41; D42 mathematical
formula=Sum(D39+D40) - value is €678.96. This value should be €678.97!!  !

Expected Results:
678,97€ in Cell D42


Reproducible: Always


User Profile Reset: No

Additional Info:
I don't know what I can write here

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

[Bug 159512] LibreOffice Calc ODS files saved with passwords under 7.6.4 (X86_64) cannot be opened in 24.2.0.3 (X86_64) (Windows 7)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159512

--- Comment #17 from ady  ---
(In reply to Jimmy from comment #16)
> Given that a couple people could not reproduce on other operating systems,
> can someone try to reproduce on the same OS as the original bug report?

@Jimmy,

Could you please test with a recent Win x32 variant on your Win 7 OS and post
the results? Even better if you could additionally also create a new file from
scratch in such version (I mean in addition to the file(s) you have been tested
with until now, created on other versions of LO).

A possibility could be to test with a development version from:

https://dev-builds.libreoffice.org/daily/master/Win-x86@39/current/

Please also use menu "Help > About" on that Win x32 version variant and click
the icon in that dialogue to copy the info to your clipboard; then paste the
info in your next comment report. TIA.

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

[Bug 145538] Use range based for loops

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145538

--- Comment #34 from Buovjaga  ---
(In reply to Devansh Varshney from comment #33)
> should I do something this in this
> libreoffice/basic/source/classes/image.cxx file at line 429-
> 
> for( size_t i = 0; i < mvStringOffsets.size(); i++ )
> {
> sal_uInt16 nOff = static_cast(mvStringOffsets[ i ]);
> OString
> aStr(OUStringToOString(std::u16string_view(pStrings.get() + nOff),
> eCharSet));
> memcpy( pByteStrings.get() + nOff, aStr.getStr(),
> (aStr.getLength() + 1) * sizeof( char ) );
> }
> 
> to something like -
> 
> for (const sal_uInt32& offset : mvStringOffsets) {
> sal_uInt16 nOff = static_cast(offset);
> OString aStr(OUStringToOString(std::u16string_view(pStrings.get() +
> nOff), eCharSet));
> memcpy(pByteStrings.get() + nOff, aStr.getStr(), (aStr.getLength() + 1)
> * sizeof(char));
> }

Please discuss such in a Gerrit patch you send. It is usually the best place.

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

[Bug 159555] LOO writer : calculs dans TOUS les tableaux "** Expression erronée ** " après la MAJ vers 7.6.3.2 UBUNTU

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159555

Roque  changed:

   What|Removed |Added

 CC||roque.b...@mail.com

--- Comment #3 from Roque  ---
Comment on attachment 192387
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192387
Copie d'écran

Copie d'écran du tableau dans la Version LOO précédente
Copie obtenue à partir d'une sauvegarde pdf de mon document de travail

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

[Bug 159555] LOO writer : calculs dans TOUS les tableaux "** Expression erronée ** " après la MAJ vers 7.6.3.2 UBUNTU

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159555

--- Comment #2 from Roque  ---
Created attachment 192388
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192388=edit
Copie d'écran avec bug

Copie d'écran de la table avec version 7632 (bug dans cellule de calcul)

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

[Bug 159555] LOO writer : calculs dans TOUS les tableaux "** Expression erronée ** " après la MAJ vers 7.6.3.2 UBUNTU

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159555

--- Comment #1 from Roque  ---
Created attachment 192387
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192387=edit
Copie d'écran

Copie d'écran : Tableau après mise à jour

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

[Bug 159555] New: LOO writer : calculs dans TOUS les tableaux "** Expression erronée ** " après la MAJ vers 7.6.3.2 UBUNTU

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159555

Bug ID: 159555
   Summary: LOO writer : calculs dans TOUS les tableaux "**
Expression erronée ** " après la MAJ vers 7.6.3.2
UBUNTU
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: roque.b...@mail.com

Description:
Tableau avec formule de calcul dans cellules réalisé avec LOO version
précédente (?)
Mise à jour LibreOffice en 7.6.3.2
Toutes les cellules avec calcul retournent le message "Expression erronée"


Steps to Reproduce:
1.LOO Writer (version avant ?) créer un tableau et écrire une formule de calcul
entre cellules
2.LOO Writer version 7632 ouvrir le document 
3.Erreur dans les cellules avec formule

Actual Results:
** Expression erronée ** dans toutes cellules de TOUS les tableaux avec calcul



Expected Results:
Formule de calcul CORRECT 


Reproducible: Always


User Profile Reset: No

Additional Info:
copie d'écran disponible

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

[Bug 159554] Red vs. Orange background - BackgroundParaOverDrawings True vs. False

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159554

heath  changed:

   What|Removed |Added

 CC||heath...@gmail.com

--- Comment #1 from heath  ---
Created attachment 192386
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192386=edit
right and wrong files

the 'right' file is how I want it to look (created on a previous version of
Writer). The wrong file is how it looks in a newly created Writer document.

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

[Bug 159554] New: Red vs. Orange background - BackgroundParaOverDrawings True vs. False

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159554

Bug ID: 159554
   Summary: Red vs. Orange background - BackgroundParaOverDrawings
True vs. False
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: heath...@gmail.com

Description:
This is related to Bug #126513, but somehow different (see this link for a
prelim discussion:
https://www.reddit.com/r/libreoffice/comments/1aid2ri/frame_style_contains_false/).
 

I have a strip of text with an area color that I'm just trying to keep in front
of the background image. I can't put them in the same file - when I copy and
paste the one that works correctly into any other file (including a brand new
one), this issue shows up. Here's the two files...the 'right' one is how I want
it to look...and the 'wrong' one is not how I want it to look. For the life of
me, I can't figure out how to put the image completely behind the text area
color (again, 'send to back' doesn't work). The image is always in front of
that burgundy area strip in the 'wrong' file. I had created the 'right' file
about a year or so ago in a previous version of Writer (not sure which version
number - whatever was the newest version about a year ago).

Steps to Reproduce:
1. open the linked zip file which has two Writer documents
(https://drive.google.com/file/d/1kAO5wg1BaxtJRHK3gYkCe9UtYpMUA-oz/view?usp=sharing)...the
'right' file was created in a prior version of Writer (a couple years ago in
what was the current version).
2. Create a new Writer file and copy/paste the chart from the 'right' file to a
the new file. (this is done in what I'm calling the 'wrong' file).
3. 

Actual Results:
You'll see that the area color on the text is always behind the image...no
matter what I do, including 'send to back' on the image.

Expected Results:
The area color should be in front of the image.


Reproducible: Always


User Profile Reset: No

Additional Info:
example files (with the issue made in the current version of Writer and the
file that works, created in the current version from a couple years ago) are
here:
https://drive.google.com/file/d/1kAO5wg1BaxtJRHK3gYkCe9UtYpMUA-oz/view?usp=sharing

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

[Bug 159553] md5sum or other hash for installed LO (on disc or ssd)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159553

jedamus  changed:

   What|Removed |Added

   Keywords||dataLoss
 CC||ljeda...@web.de

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

[Bug 159553] New: md5sum or other hash for installed LO (on disc or ssd)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159553

Bug ID: 159553
   Summary: md5sum or other hash for installed LO (on disc or ssd)
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ljeda...@web.de

As a feature, I want a md5sum or other hash to run on an installed LO to check
the integrity on disc/ssd. So I can see the consistency of LO. Sometimes you
run into Hardware-errors (bad block on disc for example), so the system is in
bad shape. A check running on all files LO consists of will show you any
abnormalities on disc.

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

[Bug 145538] Use range based for loops

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145538

--- Comment #33 from Devansh Varshney  ---
should I do something this in this libreoffice/basic/source/classes/image.cxx
file at line 429-

for( size_t i = 0; i < mvStringOffsets.size(); i++ )
{
sal_uInt16 nOff = static_cast(mvStringOffsets[ i ]);
OString aStr(OUStringToOString(std::u16string_view(pStrings.get() +
nOff), eCharSet));
memcpy( pByteStrings.get() + nOff, aStr.getStr(), (aStr.getLength()
+ 1) * sizeof( char ) );
}

to something like -

for (const sal_uInt32& offset : mvStringOffsets) {
sal_uInt16 nOff = static_cast(offset);
OString aStr(OUStringToOString(std::u16string_view(pStrings.get() + nOff),
eCharSet));
memcpy(pByteStrings.get() + nOff, aStr.getStr(), (aStr.getLength() + 1) *
sizeof(char));
}

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

[Bug 159552] Mail merge unusable when loading different data source for existing document

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159552

--- Comment #1 from Felix Rudolphi  ---
Created attachment 192385
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192385=edit
Dialog state "dead end"

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

[Bug 159552] New: Mail merge unusable when loading different data source for existing document

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159552

Bug ID: 159552
   Summary: Mail merge unusable when loading different data source
for existing document
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: felix.rudol...@gmx.de

Description:
When running the mail merge wizard to update a document that already contains
mail merge fields with a new data source, the "Next >" button never is enabled,
and it is fully unclear why.

Steps to Reproduce:
1. Open ODT file that already contains mail merge fields and is linked to an
ODS file.
2. Try to replace that ODS file by a new one using the mail merge wizard
3. Whatever you select as data source, "Next >" is disabled

Actual Results:
"Next >" is disabled, no info on why

Expected Results:
After selecting a data source, "Next >" should be enabled. If an unsuitable
data source is selected, it should be explained what is missing. 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Ubuntu package version: 4:7.6.4-0ubuntu0.22.04.1~lo1
Calc: threaded

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

[Bug 159551] LanguageTool Premium doesn't work when account uses a plus email address

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159551

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #1 from Mike Kaganski  ---


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

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

[Bug 159515] Custom shape with bitmap fill with image with transparent parts is wrongly rendered in extrusion mode

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159515

--- Comment #5 from Regina Henschel  ---
>From the versions I have locally available the last good one is from about
2023-07-25
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 42f0422d19c4d0a2fb09654fb6d1d92e50f6dd5c
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded

and the first bad on is from about 2023-08-10
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 218a7650a5cf03f895bed19c68d6f02daec536e9
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded

I hope it helps to bibisect it.

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

[Bug 159551] New: LanguageTool Premium doesn't work when account uses a plus email address

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159551

Bug ID: 159551
   Summary: LanguageTool Premium doesn't work when account uses a
plus email address
   Product: LibreOffice
   Version: 7.6.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: documentfoundation.hx...@passmail.net

Description:
Whilst it is possible to use LanguageTool Premium with a plus email address,
e.g., username+languaget...@domain.name, LibreOffice will not work with this.

Setting up LibreOffice for a premium account works, but automatic checking
doesn't work, i.e., no spelling or grammar checking is performed.

Replacing the plus address with a standard one resolves the issue. Nonetheless,
LibreOffice should wotk with plus addresses, as defined in the RFC 5233 Sieve:
Subaddress Extension.

Steps to Reproduce:
1.Enter LanguageTool Premium credentials as described here:
https://languagetool.org/insights/post/product-libreoffice/
2. Disable all other writing aids.
3.Load a test document, or simply type, and no autocorrect suggestions are
displayed.
4.Change LanguageTool account to a non-plus address, restart LibreOffice
Writer, and retest. A

Actual Results:
No highlighting for spelling and grammar.

Expected Results:
Spelling and grammar errors should be underlined.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 4fe86607b5ac922e55f140471fda9b60bdaa980d
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-GB
Calc: threaded

LanguageTool support contacted to check the API.

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

[Bug 156352] macOS: Save as > Encrypt with GPG key results in hang / crash

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156352

Patrick Luby  changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om, t...@libreoffice.org

--- Comment #12 from Patrick Luby  ---
Here is what I found: I created a personal certificate in GPG Keychain.app and
I applied the debug patch at the end of this comment in my local build. Then,
when I displayed the certificate chooser dialog, I see lots of missing text in
the
entries as shown in attachement #11. 

In comparison, below is what the text view entries are actually set to when
using my debug patch:

  Row 0:GPGTools Team :GPGTools Team
:05/11/2024
  Row 1:GPGTools Support :GPGTools Support
:05/03/2024
  Row 2:PL :PL :02/04/2028

Note that rows 0 and 1 are empty and row 2 is missing columns 1 and 2 as shown
in attachment #11.

Clearly the tree view's data becomes corrupted some how and, as a result, when
y
ou select one of the empty entries, the tree view contains a null pointer for
th
e user data:

diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx
b/xmlsecurity/source/dialogs/certificatechooser.cxx
index a54575972c26..bc90554281f0 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -236,6 +236,10 @@ void CertificateChooser::ImplInitialize(bool mbSearch)
 m_xCertLB->set_text(nRow,
xmlsec::GetContentPart(xCert->getSubjectName(), xCert->getCertificateKind()),
0);
 m_xCertLB->set_text(nRow, sIssuer, 1);
 m_xCertLB->set_text(nRow, sExpDate, 2);
+fprintf(stderr, "Row %i:%s:%s:%s\n", nRow,
+m_xCertLB->get_text(nRow, 0).toUtf8().getStr(),
+m_xCertLB->get_text(nRow, 1).toUtf8().getStr(),
+m_xCertLB->get_text(nRow, 2).toUtf8().getStr());

 #if HAVE_FEATURE_GPGME
 // only GPG has preferred keys
@@ -275,6 +279,9 @@ uno::Sequence
> CertificateChooser
 // for encryption, multiselection is enabled
 m_xCertLB->selected_foreach([this, ](weld::TreeIter& rEntry){
 UserData* userData =
weld::fromId(m_xCertLB->get_id(rEntry));
+// tdf#156352 when empty GPGTools key is selected because userData
+// is a null pointer. Is the underlying list box's memory being
+// corrupted or is the list box implementation buggy?
 aRet.push_back( userData->xCertificate );
 return false;
 });

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

[Bug 156352] macOS: Save as > Encrypt with GPG key results in hang / crash

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156352

--- Comment #11 from Patrick Luby  ---
Created attachment 192384
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192384=edit
Snapshot of empty GPGTools certificates and personal certificate with missing
issuer and date columns

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

[Bug 159515] Custom shape with bitmap fill with image with transparent parts is wrongly rendered in extrusion mode

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159515

--- Comment #4 from Regina Henschel  ---
The error is visible too in Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded

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

[Bug 156352] macOS: Save as > Encrypt with GPG key results in hang / crash

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156352

--- Comment #10 from Patrick Luby  ---
Created attachment 192383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192383=edit
Crash after selecting one of the blank certificates in the certificate chooser
dialog

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

[Bug 159419] Amount and Range chart (StockChart3) corrupted after save and reload (series shift if categories are multi-column)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159419

--- Comment #10 from gekach...@yahoo.com ---
Reported y-axis range problem in bug 159550.

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

[Bug 159550] Automatic low-high right y-axis range is sometimes zero-based even with negative values (stockchart3)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159550

--- Comment #2 from gekach...@yahoo.com ---
bug 159419 attachment 192211 shows that stockchart3 can sometimes automatically
produce a right y-axis range with negative values.  (It was produced from data
in attachment 192210.)

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

[Bug 159550] Automatic low-high right y-axis range is sometimes zero-based even with negative values (stockchart3)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159550

gekach...@yahoo.com changed:

   What|Removed |Added

 CC||gekach...@yahoo.com

--- Comment #1 from gekach...@yahoo.com ---
Created attachment 192382
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192382=edit
stockchart3-right-axis-range-bug-image.png shows right y axis 0.0 - 16.0

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

[Bug 159515] Custom shape with bitmap fill with image with transparent parts is wrongly rendered in extrusion mode

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159515

--- Comment #3 from Regina Henschel  ---
Created attachment 192381
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192381=edit
Extrusion with true 3DScene

There error affects true 3D-scenes too, see attachment.

It is OK in Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 32; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded

The problem is not related to Skia.

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

[Bug 159550] New: Automatic low-high right y-axis range is sometimes zero-based even with negative values (stockchart3)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159550

Bug ID: 159550
   Summary: Automatic low-high right y-axis range is sometimes
zero-based even with negative values (stockchart3)
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gekach...@yahoo.com

Created attachment 192380
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192380=edit
stockchart3-right-axis-range-bug-data.ods produces range 0.0 - 16.0

Amount and low-high range chart (stockchart3) sometimes produces an automatic
low-high y-axis range on the right that starts from zero even though some
values are negative.

If there are negative values, the automatic range lowest value is zero and the
chart does not show the negative values.

Steps to reproduce:

1. open stockchart3-right-axis-range-bug-data.ods
2. select $A$1:$D$15
3. menu: Insert / Chart ...
4. Chart type: Stock / Stock Chart 3
5. button: Finish

Actual Result:

Right scale is 0 to 16 even though temperature data range is -15 to 5.

Expected result:

Right axis range is -15 to 5, or -16 to 6, or -20 to 10.

6. Right click on right axis, select "Format Axis ..."
7. In "Secondary Y Axis" dialog, select "Scale" tab.

Actual result:

Must scan data to find minimum and maximum values, and manually set scale
minimum and maximum values.

Expected result:

Ability to Choose value type and range will be automatically recalculated.

  Low-High range value type
   (*) 'Ratio' (compares amounts of zero or more, may use log scale)
   ( ) 'Interval' (compares positions, may not use log scale)

Request ability to change the range type to 'interval' values, such as
temperatures.  

(A column of 'ratio' values represents a nonnegative amount, such as a length
or volume.  The ratio between these amounts can be visualized in pie chart or
stacked bar chart.  A column of 'interval' values represents a position that
may be negative, zero, or positive, such as temperature or latitude.  These
positions can be compared on a line or scatter chart.)

(Terminology of value types including 'Ratio' and 'Interval'
 https://www.geeksforgeeks.org/data-mining-data-attributes-and-quality/  )

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

[Bug 156636] Opening any existing Libreoffice document lasts < 1 min.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156636

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Julien Nabet  ---
Thank you for the feedback, let’s put this one to WFM then.

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

[Bug 159545] [cosmetic glitch] frozen rows hide cursor in comment

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159545

--- Comment #3 from mattia.b89  ---
Created attachment 192379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192379=edit
second case

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

[Bug 159545] [cosmetic glitch] frozen rows hide cursor in comment

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159545

--- Comment #2 from mattia.b89  ---
even worse if I scroll the spreadsheet: comment disappears "below" un-frozen
rows
again a screencast attached

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

[Bug 156636] Opening any existing Libreoffice document lasts < 1 min.

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156636

Volker Zipp  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #6 from Volker Zipp  ---
Resolved with version 7.5.7.1 by adding a prompt "waiting for printer
connection".
Thank you!

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

[Bug 147565] Browsing comments in the navigation pane also browses hidden solved comments

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147565

--- Comment #43 from xamigi56  ---
Wonderful illustrated information. I thank you about that. No doubt it will be
very useful for my future projects. Would like to see some other posts on the
same subject! Palworld Calculator  https://palworldbreeder.com/

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

core.git: 2 commits - sw/source

2024-02-04 Thread Caolán McNamara (via logerrit)
 sw/source/core/layout/trvlfrm.cxx|5 -
 sw/source/uibase/docvw/PostItMgr.cxx |   10 +-
 2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 4d381b54d1c598c181b4a21a8bf0db86eb4668d1
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 10:02:32 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:13:44 2024 +0100

cid#1591491 Big parameter passed by value

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

diff --git a/sw/source/uibase/docvw/PostItMgr.cxx 
b/sw/source/uibase/docvw/PostItMgr.cxx
index 73f48a9f4165..e10b74671819 100644
--- a/sw/source/uibase/docvw/PostItMgr.cxx
+++ b/sw/source/uibase/docvw/PostItMgr.cxx
@@ -1718,16 +1718,16 @@ void SwPostItMgr::ExecuteFormatAllDialog(SwView& rView)
 OutlinerView* pOLV = pWin->GetOutlinerView();
 SfxItemSet aEditAttr(pOLV->GetAttribs());
 SfxItemPool* pPool(SwAnnotationShell::GetAnnotationPool(rView));
-SfxItemSetFixed aDlgAttr(*pPool);
-aDlgAttr.Put(aEditAttr);
+auto xDlgAttr = std::make_shared>(*pPool);
+xDlgAttr->Put(aEditAttr);
 SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
-VclPtr 
pDlg(pFact->CreateSwCharDlg(rView.GetFrameWeld(), rView, aDlgAttr, 
SwCharDlgMode::Ann));
+VclPtr 
pDlg(pFact->CreateSwCharDlg(rView.GetFrameWeld(), rView, *xDlgAttr, 
SwCharDlgMode::Ann));
 pDlg->StartExecuteAsync(
-[this, pDlg, aDlgAttr, pOrigActiveWin] (sal_Int32 nResult)->void
+[this, pDlg, xDlgAttr, pOrigActiveWin] (sal_Int32 nResult)->void
 {
 if (nResult == RET_OK)
 {
-auto aNewAttr = aDlgAttr;
+auto aNewAttr = *xDlgAttr;
 aNewAttr.Put(*pDlg->GetOutputItemSet());
 FormatAll(aNewAttr);
 }
commit 409746b90af5ad9b07f1a7df1005279f8dede1ba
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 10:37:51 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:13:34 2024 +0100

cid#1591484 Dereference after null check

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

diff --git a/sw/source/core/layout/trvlfrm.cxx 
b/sw/source/core/layout/trvlfrm.cxx
index 77ebde80cfe1..8d8da2a3b724 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -234,13 +234,16 @@ bool SwPageFrame::GetModelPositionForViewPoint( 
SwPosition *pPos, Point ,
 }
 }
 
+SAL_WARN_IF(!pCnt, "sw.layout", "Cursor is gone to a Black hole");
+if (!pCnt)
+return false;
+
 // GetContentPos may have modified pCMS
 if ( pCMS && pCMS->m_bStop )
 return false;
 
 bool bTextRet = false;
 
-OSL_ENSURE( pCnt, "Cursor is gone to a Black hole" );
 if( pCMS && pCMS->m_pFill && pCnt->IsTextFrame() )
 bTextRet = pCnt->GetModelPositionForViewPoint( , 
rPoint, pCMS );
 else


core.git: 2 commits - sw/source

2024-02-04 Thread Caolán McNamara (via logerrit)
 sw/source/core/layout/atrfrm.cxx  |   33 ++---
 sw/source/core/layout/trvlfrm.cxx |5 -
 2 files changed, 22 insertions(+), 16 deletions(-)

New commits:
commit 6c50e7333194c1024f834ca0e0f5ff666d40
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 10:27:51 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:13:15 2024 +0100

cid#1591494 Dereference null return value

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

diff --git a/sw/source/core/layout/trvlfrm.cxx 
b/sw/source/core/layout/trvlfrm.cxx
index 10c4b88e87b9..77ebde80cfe1 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -1530,7 +1530,10 @@ Point SwRootFrame::GetNextPrevContentPos( const Point& 
rPoint, bool bNext ) cons
 if ( pPage )
 pCnt = pPage->ContainsContent();
 else
-return ContainsContent()->UnionFrame().Pos();
+{
+pCnt = ContainsContent();
+return pCnt ? pCnt->UnionFrame().Pos() : Point();
+}
 }
 pCnt->Calc(pRenderContext);
 }
commit f9dcaeb021bbcad0d152e6be1f4d2719700545ce
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 10:22:03 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:13:03 2024 +0100

cid#1591496 Dereference null return value

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

diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 15d2d309d571..f657aa195066 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2628,22 +2628,25 @@ void SwFrameFormat::SetFormatName( const OUString& 
rNewName, bool bBroadcast )
 }
 
 // update accessibility sidebar object name if we modify the object 
name on the navigator bar
-if (!aHint.m_sOld.isEmpty() && aHint.m_sOld != aHint.m_sNew)
+const bool bUpdateA11yName = !aHint.m_sOld.isEmpty() && aHint.m_sOld 
!= aHint.m_sNew;
+if (!bUpdateA11yName)
+return;
+SwFlyFrame* pSFly = SwIterator(*this).First();
+if (!pSFly)
+return;
+SwFrame *pSFlyLower = pSFly->Lower();
+if (!pSFlyLower)
+return;
+if (!pSFlyLower->IsNoTextFrame())
+{
+SwContentFrame* pContent = pSFly->ContainsContent();
+if (SwTextNode* pSwTxtNode = pContent ? 
static_cast(pContent)->GetTextNodeFirst() : nullptr)
+pSwTxtNode->resetAndQueueAccessibilityCheck(true);
+}
+else
 {
-if (SwFlyFrame* pSFly = SwIterator(*this).First())
-{
-SwFrame *pSFlyLower = pSFly->Lower();
-if (pSFlyLower && !pSFlyLower->IsNoTextFrame())
-{
-if (SwTextNode* pSwTxtNode = 
static_cast(pSFly->ContainsContent())->GetTextNodeFirst())
-pSwTxtNode->resetAndQueueAccessibilityCheck(true);
-}
-else
-{
-if (SwNode* pSwNode = 
static_cast(pSFlyLower)->GetNode())
-pSwNode->resetAndQueueAccessibilityCheck(true);
-}
-}
+if (SwNode* pSwNode = 
static_cast(pSFlyLower)->GetNode())
+pSwNode->resetAndQueueAccessibilityCheck(true);
 }
 }
 else


core.git: sw/source

2024-02-04 Thread Caolán McNamara (via logerrit)
 sw/source/core/layout/atrfrm.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c674f8d9fe5d6cda417bfdd71609ca6743595124
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 10:08:09 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:12:25 2024 +0100

just call pSFly->Lower() once

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

diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 26b466588d35..15d2d309d571 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2632,14 +2632,15 @@ void SwFrameFormat::SetFormatName( const OUString& 
rNewName, bool bBroadcast )
 {
 if (SwFlyFrame* pSFly = SwIterator(*this).First())
 {
-if (pSFly->Lower() && !pSFly->Lower()->IsNoTextFrame())
+SwFrame *pSFlyLower = pSFly->Lower();
+if (pSFlyLower && !pSFlyLower->IsNoTextFrame())
 {
 if (SwTextNode* pSwTxtNode = 
static_cast(pSFly->ContainsContent())->GetTextNodeFirst())
 pSwTxtNode->resetAndQueueAccessibilityCheck(true);
 }
 else
 {
-if (SwNode* pSwNode = 
static_cast(pSFly->Lower())->GetNode())
+if (SwNode* pSwNode = 
static_cast(pSFlyLower)->GetNode())
 pSwNode->resetAndQueueAccessibilityCheck(true);
 }
 }


core.git: sc/source

2024-02-04 Thread Caolán McNamara (via logerrit)
 sc/source/ui/view/tabvwsha.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 371bcc491767b68cc4a2cd4b1633e1b9b9c58c91
Author: Caolán McNamara 
AuthorDate: Sun Feb 4 09:56:26 2024 +
Commit: Caolán McNamara 
CommitDate: Sun Feb 4 13:11:58 2024 +0100

cid#1591487 Dereference after null check

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

diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 1a33903d241f..931a8180ead9 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -1037,7 +1037,7 @@ void ScTabViewShell::ExecStyle( SfxRequest& rReq )
 case SID_STYLE_NEW_BY_EXAMPLE:
 {
 const SfxPoolItem* pNameItem;
-if (pArgs && SfxItemState::SET == pArgs->GetItemState( 
nSlotId, true,  ))
+if (pArgs && SfxItemState::SET == pArgs->GetItemState(nSlotId, 
true, ))
 aStyleName = static_cast(pNameItem)->GetValue();
 else if ( nSlotId == SID_STYLE_NEW_BY_EXAMPLE )
 {
@@ -1064,8 +1064,7 @@ void ScTabViewShell::ExecStyle( SfxRequest& rReq )
 {
 const SfxPoolItem* pItem;
 
-if ( SfxItemState::SET ==
- pArgs->GetItemState( nSlotId, true,  ) )
+if (pArgs && SfxItemState::SET == pArgs->GetItemState(nSlotId, 
true, ))
 {
 const SfxStringItem* pStrItem = dynamic_cast< const 
SfxStringItem *>( pItem );
 if ( pStrItem )


core.git: svx/source

2024-02-04 Thread Mike Kaganski (via logerrit)
 svx/source/svdraw/svdobj.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0f9cb252d9dbb932a368a81871d0ba7c396dab8
Author: Mike Kaganski 
AuthorDate: Sun Feb 4 16:20:42 2024 +0600
Commit: Mike Kaganski 
CommitDate: Sun Feb 4 12:30:59 2024 +0100

Use constexpr instead of const

See commit bf2ae3c25a5da3a323c06fd5f949660ee64f0fa6 for rationale.

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

diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 63844301ef1a..10dba8f0ebc7 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -758,7 +758,7 @@ void SdrObject::SetName(const OUString& rStr, const bool 
bSetChanged)
 
 const OUString & SdrObject::GetName() const
 {
-static const OUString EMPTY = u""_ustr;
+static constexpr OUString EMPTY = u""_ustr;
 
 if(m_pPlusData)
 {


Re: Error building on MacOS

2024-02-04 Thread Noel Grandin
that looks like something got corrupted in your build dir, I would try
doing 'make clean' and then 'make'

On Fri, 2 Feb 2024 at 04:33, Adlair Cerecedo Mendez <
adlair.cerec...@ugd.gob.mx> wrote:

> Hello everyone.
>
> I'm trying to build LO on MacOS Ventura, I got two errors, the first one
> is fixed but I need help to fix the second one. The full bug trace is here:
> https://gitlab.com/-/snippets/3645364. Can somebody help me?
>
>
> Thanks in advance.
> Adlair
>


core.git: drawinglayer/source include/drawinglayer svx/inc svx/Library_svxcore.mk svx/qa svx/source

2024-02-04 Thread Noel Grandin (via logerrit)
 drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx  |1 
 drawinglayer/source/tools/primitive2dxmldump.cxx  |   29 
+---
 include/drawinglayer/primitive2d/BufferedDecompositionPrimitive2D.hxx |   11 -
 include/drawinglayer/tools/primitive2dxmldump.hxx |9 +
 svx/Library_svxcore.mk|1 
 svx/inc/extendedprimitive2dxmldump.hxx|   31 

 svx/inc/sdr/primitive2d/sdrcellprimitive.hxx  |   70 
++
 svx/qa/unit/sdr.cxx   |   12 -
 svx/qa/unit/svdraw.cxx|6 
 svx/qa/unit/table.cxx |4 
 svx/qa/unit/unodraw.cxx   |4 
 svx/source/core/extendedprimitive2dxmldump.cxx|   49 
+++
 svx/source/sdr/primitive2d/sdrdecompositiontools.cxx  |3 
 svx/source/table/viewcontactoftableobj.cxx|   37 
-
 14 files changed, 184 insertions(+), 83 deletions(-)

New commits:
commit 14f6b169b5d04f4bfcb28bf7e10fad21dc6f191c
Author: Noel Grandin 
AuthorDate: Sat Feb 3 14:18:19 2024 +0200
Commit: Noel Grandin 
CommitDate: Sun Feb 4 11:31:54 2024 +0100

Move mnTransparenceForShadow down to SdrCellPrimitive2D

where it belongs. It appears it was only put into
BufferedDecompositionPrimitive2D so that it can be accessed
by Primitive2DXmlDump, so fix that by creating an extended version
of the dumper for use in svx.

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

diff --git 
a/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx 
b/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
index 22b6450e7f2d..92d32a4dd73a 100644
--- a/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
+++ b/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
@@ -109,7 +109,6 @@ 
BufferedDecompositionPrimitive2D::BufferedDecompositionPrimitive2D()
 , maCallbackTimer()
 , maCallbackLock()
 , maCallbackSeconds(0)
-, mnTransparenceForShadow(0)
 {
 }
 
diff --git a/drawinglayer/source/tools/primitive2dxmldump.cxx 
b/drawinglayer/source/tools/primitive2dxmldump.cxx
index f3b9ef1bc919..1a8aa542df7b 100644
--- a/drawinglayer/source/tools/primitive2dxmldump.cxx
+++ b/drawinglayer/source/tools/primitive2dxmldump.cxx
@@ -663,6 +663,11 @@ xmlDocUniquePtr Primitive2dXmlDump::dumpAndParse(
 return 
xmlDocUniquePtr(xmlParseDoc(reinterpret_cast(pBuffer.get(;
 }
 
+OUString Primitive2dXmlDump::idToString(sal_uInt32 nId)
+{
+return drawinglayer::primitive2d::idToString(nId);
+}
+
 void Primitive2dXmlDump::decomposeAndWrite(
 const drawinglayer::primitive2d::Primitive2DContainer& 
rPrimitive2DSequence,
 ::tools::XmlWriter& rWriter)
@@ -674,6 +679,10 @@ void Primitive2dXmlDump::decomposeAndWrite(
 if (nId < maFilter.size() && maFilter[nId])
 continue;
 
+// handled by subclass
+if (decomposeAndWrite(*pBasePrimitive, rWriter))
+continue;
+
 OUString sCurrentElementTag = 
drawinglayer::primitive2d::idToString(nId);
 
 switch (nId)
@@ -1207,28 +1216,10 @@ void Primitive2dXmlDump::decomposeAndWrite(
 
 default:
 {
-const char* aName = "unhandled";
-switch (nId)
-{
-case PRIMITIVE2D_ID_RANGE_SVX | 14: // 
PRIMITIVE2D_ID_SDRCELLPRIMITIVE2D
-{
-aName = "sdrCell";
-break;
-}
-}
-rWriter.startElement(aName);
+rWriter.startElement("unhandled");
 rWriter.attribute("id", sCurrentElementTag);
 rWriter.attribute("idNumber", nId);
 
-auto pBufferedDecomposition
-= dynamic_cast(pBasePrimitive);
-if (pBufferedDecomposition)
-{
-rWriter.attribute(
-"transparenceForShadow",
-
OString::number(pBufferedDecomposition->getTransparenceForShadow()));
-}
-
 drawinglayer::primitive2d::Primitive2DContainer 
aPrimitiveContainer;
 pBasePrimitive->get2DDecomposition(aPrimitiveContainer,

drawinglayer::geometry::ViewInformation2D());
diff --git 
a/include/drawinglayer/primitive2d/BufferedDecompositionPrimitive2D.hxx 
b/include/drawinglayer/primitive2d/BufferedDecompositionPrimitive2D.hxx
index cc36ddb93cd5..f4f618029627 100644
--- 

[Bug 65535] Correcting a misspelled word with a comment in the middle erases the comment (see comment 38)

2024-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65535

Aron Budea  changed:

   What|Removed |Added

URL|https://denimtears.us   |
 Status|VERIFIED|CLOSED

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

  1   2   >