[Bug 161789] The To save an XML filter as a package" function does not work correctly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161789

--- Comment #1 from Tomas Dvorak  ---
I have several default or own filters in XML filter Settings (import/export).
When I try to save the individual XML filter as a package, the stored package
is blank.

Steps to Reproduce:
1. In LO Calc go to Tools, then select XML Filter Settings.
2. Select some filter you want to package.
3. Save the Package button.
4. In the dialog, specify the destination folder where you want to save the
package and the package name, Save button.
5. You will get the informatin dialog, "1 XML filters have been stored in the
'test.jar' package."
6. Diagnose the stored package: rename it from JAR to ZIP and browse the
package. There is stored directory with the same name as the selected filter in
the package and the directory is blank.

When I try to do these steps in LO Calc 7.2.7, stored package is full and
usable for import to another instance of LO Calc according to the manual
(https://help.libreoffice.org/latest/en-US/text/shared/guide/xsltfilter_distribute.html).

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

[Bug 161782] Unable to back out of many Sidebar decks into document with Esc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161782

--- Comment #3 from Jim Raykowski  ---
Or FocusDeckTitle() when there is only one panel in a deck. I think at one time
the behavior was this.

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

[Bug 161789] New: The To save an XML filter as a package" function does not work correctly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161789

Bug ID: 161789
   Summary: The To save an XML filter as a package" function does
not work correctly
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: td1...@c-box.cz

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

[Bug 161780] Under Wayland Libreoffice Impress freezes if the presentation contains any kind of video.

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161780

--- Comment #2 from Alexander  ---
I tested the daily build but the issue is still there.

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

[Bug 161782] Unable to back out of many Sidebar decks into document with Esc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161782

--- Comment #2 from Jim Raykowski  ---
(In reply to Buovjaga from comment #0)
> Try this in Calc, Sidebar decks Styles, Gallery and Navigator:
> 1. Focus into panel
> 2. Hit Esc repeatedly
> 
> Result: focus remains inside the deck even though it should move to document
> as per Sidebar guidelines.
> 
> This regressed with 9ca60dc90958001c078ed6331bd432c36961a425
> tdf#156156 Add Help button to sidebar decks
> 
> Debugging what happens when I hit Esc while in Styles, what I can see is
> that in the FocusManager::GetFocusLocation() function of
> sfx2/source/sidebar/FocusManager.cxx, the condition in the panel search loop:
> 
> if (pContents->has_child_focus())
> return FocusLocation(PC_PanelContent, nIndex);
> 
> reports has_child_focus() as being true *while I am focused in the Cell
> Styles button in the toolbar*! So it incorrectly reports the focus location
> to be PC_PanelContent. This results in a no-op for the user hitting Esc.
I think the result from pContents->has_child_focus() being true is correct.

It seems to me the problem is with the PC_PanelContent handling for Esc in the
FocusManager::HandleKeyEvent function:

  case PC_PanelContent:
  // Return focus to tab bar sidebar settings button or panel title.
// The deck title is not visible when sidebar is floating but maybe we
shouldn't check for this and treat both floating and docked the same?
  if (!IsDeckTitleVisible() && maPanels.size() == 1)
  FocusButton(0);
// Or maybe just return to the document when there is only one panel in the
deck?
  if (maPanels.size() == 1)
  {
  if (mxDeck)
  mxDeck->GrabFocusToDocument();
  }
  // more than one panel so focus on the panel title/expander 
  else
  FocusPanel(aLocation.mnIndex, true);
  bConsumed = true;
  break;

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

[Bug 161761] Wrap of object overlapping two linked frames does not apply to second frame's text

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161761

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Created attachment 194967
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194967=edit
minimal ODT

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

[Bug 107656] [META] Frame bugs and enhancements

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107656

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161761


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161761
[Bug 161761] Wrap of object overlapping two linked frames does not apply to
second frame's text
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161761


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161761
[Bug 161761] Wrap of object overlapping two linked frames does not apply to
second frame's text
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161761] Wrap of object overlapping two linked frames does not apply to second frame's text

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161761

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||107656, 87740
 CC||mikekagan...@hotmail.com,
   ||stephane.guillou@libreoffic
   ||e.org
Version|7.6.7.2 release |Inherited From OOo
 OS|Windows (All)   |All
   Hardware|Other   |All
Summary|wrap with spacing for   |Wrap of object overlapping
   |graphic|image over two  |two linked frames does not
   |frames in incorrect |apply to second frame's
   ||text

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
I can see one expects the wrap setting to also "overflow" to the next linked
frame just like the text does. And how that would help with composing some
layouts.

Same in OOo 3.3, so inherited.

Mike, I thought you might have an opinion on this?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87740
[Bug 87740] [META] Anchor and text wrapping bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107656
[Bug 107656] [META] Frame bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 145734] [META] Qt6 VCL plugin bugs and enhancements

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145734
Bug 145734 depends on bug 159915, which changed state.

Bug 159915 Summary: LibreOffice scaled incorrectly when running with KF6 or Qt6 
VCL on Wayland
https://bugs.documentfoundation.org/show_bug.cgi?id=159915

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

core.git: vcl/unx

2024-06-25 Thread Michael Weghorn (via logerrit)
 vcl/unx/gtk4/a11y.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 085510962a4455f07d7be713adbb6084302c121e
Author: Michael Weghorn 
AuthorDate: Mon Jun 24 10:12:57 2024 +0200
Commit: Michael Weghorn 
CommitDate: Wed Jun 26 05:53:09 2024 +0200

gtk4 a11y: Handle when there's no a11y context

Handle the case where `XAccessible::getAccessibleContext`
returns an empty reference, as e.g.
`VCLXWindow::getAccessibleContext` does when already
disposed.

Fixes an assert/crash seen with the gtk4 VCL plugin
when experimenting with missing menu item handling
in Writer's "Tools" -> "Bibliography Database",
expanding the search filter menu, then closing the dialog
and LO altogether.

Backtrace:

Thread 1 received signal SIGABRT, Aborted.
__pthread_kill_implementation (threadid=, 
signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
44  ./nptl/pthread_kill.c: No such file or directory.
(rr) bt
#0  __pthread_kill_implementation (threadid=, 
signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1  0x7fe8f96a6b6f in __pthread_kill_internal (signo=6, 
threadid=) at ./nptl/pthread_kill.c:78
#2  0x7fe8f96584e2 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
#3  0x7fe8f96414ed in __GI_abort () at ./stdlib/abort.c:79
#4  0x7fe8f9641415 in __assert_fail_base
(fmt=0x7fe8f97b7ba8 "%s%s%s:%u: %s%sAssertion `%s' failed.
%n", assertion=assertion@entry=0x7fe8e5f1ba3a "_pInterface != NULL", 
file=file@entry=0x7fe8e5f46536 
".../libreoffice/include/com/sun/star/uno/Reference.h", line=line@entry=387, 
function=function@entry=0x7fe8e5f41e71 "interface_type 
*com::sun::star::uno::Reference::operator->()
 const [interface_type = com::sun::star::accessibility::XAccessibleContext]") 
at ./assert/assert.c:92
#5  0x7fe8f9651002 in __assert_fail
(assertion=0x7fe8e5f1ba3a "_pInterface != NULL", 
file=0x7fe8e5f46536 ".../libreoffice/include/com/sun/star/uno/Reference.h", 
line=387, function=0x7fe8e5f41e71 "interface_type 
*com::sun::star::uno::Reference::operator->()
 const [interface_type = com::sun::star::accessibility::XAccessibleContext]") 
at ./assert/assert.c:101
#6  0x7fe8e6034e42 in 
com::sun::star::uno::Reference::operator->()
 const (this=0x7ffe3fddc640) at include/com/sun/star/uno/Reference.h:387
#7  0x7fe8e6038c14 in 
map_accessible_role(com::sun::star::uno::Reference
 const&) (rAccessible=uno::Reference to (VCLXWindow *) 0x5603d155bba8)
at .../libreoffice/vcl/unx/gtk4/a11y.cxx:56
#8  0x7fe8e6038a16 in lo_accessible_get_property(_GObject*, 
unsigned int, _GValue*, _GParamSpec*) (object=0x5603e5e9fde0, property_id=2, 
value=0x7ffe3fddca00, pspec=0x5603bfdc1820)
at .../libreoffice/vcl/unx/gtk4/a11y.cxx:559
#9  0x7fe8f47be345 in g_object_get_valist () at 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x7fe8f47be8b7 in g_object_get () at 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#11 0x7fe8e54d81f8 in gtk_accessible_get_accessible_role 
(self=self@entry=0x5603e5e9fde0) at ../gtk/gtkaccessible.c:296
#12 0x7fe8e54d9447 in gtk_accessible_should_present 
(self=self@entry=0x5603e5e9fde0) at ../gtk/gtkaccessible.c:1304
#13 0x7fe8e575dab8 in get_index_in 
(parent=parent@entry=0x5603e4203030, child=child@entry=0x5603e5ea13a0) at 
../gtk/a11y/gtkatspicontext.c:398
#14 0x7fe8e5760213 in gtk_at_spi_context_child_change 
(ctx=0x5603e41f8670, change=GTK_ACCESSIBLE_CHILD_CHANGE_REMOVED, 
child=0x5603e5ea13a0) at ../gtk/a11y/gtkatspicontext.c:1260
#15 0x7fe8e575ed8f in gtk_at_spi_context_state_change
(ctx=0x5603e5ea15a0, 
changed_states=GTK_ACCESSIBLE_STATE_CHANGE_HIDDEN, changed_properties=0, 
changed_relations=, states=0x5603e5ea1770, 
properties=0x5603e5ea16b0, relations=0x5603e5ea1710)
at ../gtk/a11y/gtkatspicontext.c:979
#16 0x7fe8e54e2bdf in gtk_at_context_update (self=0x5603e5ea15a0) 
at ../gtk/gtkatcontext.c:831
#17 0x7fe8e54d839a in gtk_accessible_update_state 
(self=self@entry=0x5603e5ea13a0, 
first_state=first_state@entry=GTK_ACCESSIBLE_STATE_HIDDEN) at 
../gtk/gtkaccessible.c:364
#18 0x7fe8e5684d4b in gtk_widget_unmap (widget=0x5603e5ea13a0) at 
../gtk/gtkwidget.c:2895
#19 gtk_widget_unmap (widget=0x5603e5ea13a0) at ../gtk/gtkwidget.c:2879
#20 0x7fe8e5684e25 in gtk_widget_real_hide (widget=0x5603e5ea13a0) 
at ../gtk/gtkwidget.c:2811
#21 0x7fe8f47b4939 in  () at 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#22 0x7fe8f47ca33f in  () at 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#23 0x7fe8f47cff06 in g_signal_emit_valist () at 
/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#24 0x7fe8f47cffc3 in g_signal_emit () at 

[Bug 161470] Implement implicit intersection operator "@" like Excel's

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

--- Comment #15 from Óvári  ---
Created attachment 194966
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194966=edit
Sheet3 screenshot based on Excel LTSC 2021 file

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

[Bug 161470] Implement implicit intersection operator "@" like Excel's

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

--- Comment #14 from Óvári  ---
Created attachment 194965
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194965=edit
Sheet2 screenshot based on Excel LTSC 2021 file

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

[Bug 161470] Implement implicit intersection operator "@" like Excel's

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

--- Comment #13 from Óvári  ---
Created attachment 194964
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194964=edit
Sheet1 screenshot based on Excel LTSC 2021 file

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

[Bug 161470] Implement implicit intersection operator "@" like Excel's

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

--- Comment #12 from Óvári  ---
Created attachment 194963
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194963=edit
Sample Excel LTSC 2021 file

=FORMULATEXT() from Excel converts to FORMULA() in Calc (hopefully it converts
back if required

LibreOffice seems to silently remove the `@` character.

Excel LTSC 2021 and LibreOffice Calc screenshots to compare the differences
will follow.

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

[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 127808] Add dynamic arrays in to Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127808

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 108253] [META] Calc cell formula bugs and enhancements

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161470


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161470
[Bug 161470] Implement implicit intersection operator "@" like Excel's
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161470] Implement implicit intersection operator "@" like Excel's

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=12 |tion.org/show_bug.cgi?id=16
   |7808,   |0371
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=16 |
   |1787|
 Blocks||108253
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Summary|Implicit intersection   |Implement implicit
   |operator: @ |intersection operator "@"
   ||like Excel's

--- Comment #11 from Stéphane Guillou (stragu) 
 ---
Seems there's no opposition to it being implemented for ease of transition
between office suites, so setting to "new".

Thanks for clarifying it's a UI convenience thing that doesn't persist in the
file, Eike.


Referenced Bugs:

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

[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

--- Comment #6 from Óvári  ---
Created attachment 194962
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194962=edit
Fixed

(In reply to ady from comment #5)
> Already solved for upcoming LO 24.2.5 and LO 25.2 alpha in tdf#160371.
> 
> *** This bug has been marked as a duplicate of bug 160371 ***

Thank you

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

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

core.git: readlicense_oo/license

2024-06-25 Thread Taichi Haradaguchi (via logerrit)
 readlicense_oo/license/license.xml |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 72aa32b3c5ed7bc739d7567bf607d767f195b651
Author: Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Mon Jun 24 01:54:01 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:38:10 2024 +0200

licence: add zxing-cpp

Change-Id: Ia347ea638cb1ccdc4f0a351509f010c3444a4c62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169432
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/readlicense_oo/license/license.xml 
b/readlicense_oo/license/license.xml
index 89ebe058b3d1..61e2df247c2f 100644
--- a/readlicense_oo/license/license.xml
+++ b/readlicense_oo/license/license.xml
@@ -2232,6 +2232,12 @@
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.
 
+
+ZXing-C++
+The following software may be included in this product: ZXing-C++. 
Use of any of this software is governed
+by the terms of the license below:
+Jump to Apache License 
Version 2.0
+
 
 zlib
 The following software may be included in this product: zlib. Use 
of any of this software is governed by the


core.git: vcl/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 vcl/uiconfig/ui/wizard.ui |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 2f3f1170a7ae8bb06c6cd66a8ba3eb85cc63c2ac
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 19:37:03 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:32:31 2024 +0200

Resave with newer Glade version

Change-Id: I8acca3d2c035fea8caf41b5d5072f5b27604568a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169417
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
Tested-by: Jenkins

diff --git a/vcl/uiconfig/ui/wizard.ui b/vcl/uiconfig/ui/wizard.ui
index e1f68da9e66a..6a3b45f41cc4 100644
--- a/vcl/uiconfig/ui/wizard.ui
+++ b/vcl/uiconfig/ui/wizard.ui
@@ -1,17 +1,24 @@
 
-
+
 
   
   
-True
-6
+True
+6
 True
-0
-0
-dialog
-0
+0
+0
+dialog
 
   
 
+
+  
+False
+  
+  
+False
+  
+
   
 


[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

ady  changed:

   What|Removed |Added

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

--- Comment #5 from ady  ---
Already solved for upcoming LO 24.2.5 and LO 25.2 alpha in tdf#160371.

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

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

core.git: sw/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 sw/uiconfig/swriter/ui/warnemaildialog.ui |   39 +-
 1 file changed, 18 insertions(+), 21 deletions(-)

New commits:
commit 00ba5eba45c8334170668621852c0b2b10b7661e
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 19:34:44 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:31:23 2024 +0200

Resave with newer Glade version

Change-Id: I2294ec1df9924d1406b2a9e5b1833dfb8471b154
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169415
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/uiconfig/swriter/ui/warnemaildialog.ui 
b/sw/uiconfig/swriter/ui/warnemaildialog.ui
index e8a0c149b895..fe1dd4c0ac8f 100644
--- a/sw/uiconfig/swriter/ui/warnemaildialog.ui
+++ b/sw/uiconfig/swriter/ui/warnemaildialog.ui
@@ -1,33 +1,33 @@
 
-
+
 
   
   
-False
+False
 Emails could not be sent
 False
 True
-0
-0
-dialog
-True
-warning
+0
+0
+dialog
+True
+warning
 ok
 Emails could not be sent
-The following error 
occurred:
+The following error 
occurred:
 
   
-False
+False
 vertical
 12
 
   
-False
+False
   
   
 False
 True
-end
+end
 0
   
 
@@ -35,28 +35,28 @@
   
   
 True
-False
+False
 True
 True
 
   
 True
-True
+True
 True
 True
-in
+in
 
   
 True
-True
+True
 False
-False
+False
   
 
   
   
-0
-0
+0
+0
   
 
   
@@ -68,8 +68,5 @@
 
   
 
-
-  
-
   
 


core.git: sw/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 sw/uiconfig/swriter/ui/addressfragment.ui |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 31267f0b04729a41619850f8eceb7232be8a4c7b
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 17:43:38 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:30:21 2024 +0200

Resave with newer Glade version

Change-Id: I39d580296f845460b7bef6f66fa97b99b36787a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169398
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/uiconfig/swriter/ui/addressfragment.ui 
b/sw/uiconfig/swriter/ui/addressfragment.ui
index 48496cc02625..ae7d1013b9a3 100644
--- a/sw/uiconfig/swriter/ui/addressfragment.ui
+++ b/sw/uiconfig/swriter/ui/addressfragment.ui
@@ -1,22 +1,22 @@
 
-
+
 
   
   
 True
-True
+True
 True
 False
-True
+True
+14
 True
-14
   
   
 True
-False
+False
 end
-True
-entry
+True
+entry
 0
   
 


core.git: dbaccess/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 dbaccess/uiconfig/ui/savemodifieddialog.ui |   34 ++---
 1 file changed, 17 insertions(+), 17 deletions(-)

New commits:
commit 2d5eafef0824ece762c460022f4a9dd7dccc3afb
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 16:59:34 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:29:31 2024 +0200

Resave with newer Glade version

Change-Id: I79863a21c54986c24ba437f4ce3c0d9ce7f8708c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169394
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/dbaccess/uiconfig/ui/savemodifieddialog.ui 
b/dbaccess/uiconfig/ui/savemodifieddialog.ui
index b90b4dd9a2d9..6152b8eb6f47 100644
--- a/dbaccess/uiconfig/ui/savemodifieddialog.ui
+++ b/dbaccess/uiconfig/ui/savemodifieddialog.ui
@@ -1,30 +1,30 @@
 
-
+
 
   
   
-False
+False
 False
 True
-dialog
-True
-question
+dialog
+True
+question
 Do you want to save the 
changes?
-The current record has been 
changed.
+The current record has been 
changed.
 
   
-False
+False
 vertical
 12
 
   
-False
+False
 
   
 _No
 True
-True
-True
+True
+True
 True
   
   
@@ -37,10 +37,10 @@
   
 _Yes
 True
-True
-True
-True
-True
+True
+True
+True
+True
 True
   
   
@@ -53,8 +53,8 @@
   
 _Cancel
 True
-True
-True
+True
+True
 True
   
   
@@ -67,7 +67,7 @@
   
 False
 True
-end
+end
 0
   
 


core.git: svx/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 svx/uiconfig/ui/addinstancedialog.ui |  117 +--
 1 file changed, 57 insertions(+), 60 deletions(-)

New commits:
commit 6ee000dad6ee476b12dc9745f10b11c05b417967
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 17:40:44 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:28:06 2024 +0200

Resave with newer Glade version

Change-Id: I011102a87a3d8abce96a64d4be822377018f5df7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169396
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/svx/uiconfig/ui/addinstancedialog.ui 
b/svx/uiconfig/ui/addinstancedialog.ui
index ebde1185103f..c76f217bba08 100644
--- a/svx/uiconfig/ui/addinstancedialog.ui
+++ b/svx/uiconfig/ui/addinstancedialog.ui
@@ -1,35 +1,32 @@
 
-
+
 
   
   
-False
-6
+False
+6
 Add Instance
 True
-0
-0
-dialog
-
-  
-
+0
+0
+dialog
 
   
-False
+False
 vertical
 12
 
   
-False
-end
+False
+end
 
   
 _OK
 True
-True
-True
-True
-True
+True
+True
+True
+True
 True
   
   
@@ -42,8 +39,8 @@
   
 _Cancel
 True
-True
-True
+True
+True
 True
   
   
@@ -56,8 +53,8 @@
   
 _Help
 True
-True
-True
+True
+True
 True
   
   
@@ -71,115 +68,115 @@
   
 False
 True
-end
+end
 0
   
 
 
-  
+  
   
 True
-False
+False
 True
-6
-12
+6
+12
 
   
 True
-True
-True
+True
+True
+46
 True
-46
   
   
-1
-0
+1
+0
 2
   
 
 
   
 True
-False
+False
 _Name:
-True
-name
+True
+name
 1
   
   
-0
-0
+0
+0
   
 
 
   
-False
-True
+False
+True
 Edit Instance
   
   
-0
-3
+0
+3
 3
   
 
 
   
 True
-False
+False
 _URL:
-True
-url
+True
+url
 1
   
   
-0
-1
+0
+1
   
 
 
   
 True
-False
+False
 True
-True
+True
 
   
+True
 True
-True
   
 
   
   
-1
-1
+1
+1
   
 
 
   
 _Browse...
 True
-True
-True
-True
+True
+True
+True
   
   
-2
-1
+2
+1
   
 
 
   
 _Link instance
 True
-True
-False
-True
-True
+True
+False
+True
+True
   
   
-0
-2
+0
+2
 3
   
 


core.git: svx/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 svx/uiconfig/ui/savemodifieddialog.ui |   38 +-
 1 file changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 2a553c08102d7f0eba665b6686124898ac72135d
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 16:57:45 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 05:26:50 2024 +0200

Resave with newer Glade version

Change-Id: I8c955f20b4976178ac25d7590ff6cc0f37a10f99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169393
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/svx/uiconfig/ui/savemodifieddialog.ui 
b/svx/uiconfig/ui/savemodifieddialog.ui
index 51877e552163..c9038761ef57 100644
--- a/svx/uiconfig/ui/savemodifieddialog.ui
+++ b/svx/uiconfig/ui/savemodifieddialog.ui
@@ -1,31 +1,31 @@
 
-
+
 
   
   
-False
+False
 False
 True
-dialog
-True
-question
+dialog
+True
+question
 Do you want to save your 
changes?
-The content of the current form 
has been modified.
+The content of the current form 
has been modified.
 
   
-False
+False
 vertical
 12
 
   
-False
+False
 
   
 _No
 True
-True
-True
-True
+True
+True
+True
   
   
 False
@@ -37,11 +37,11 @@
   
 _Yes
 True
-True
-True
-True
-True
-True
+True
+True
+True
+True
+True
   
   
 False
@@ -53,8 +53,8 @@
   
 _Cancel
 True
-True
-True
+True
+True
 True
   
   
@@ -67,7 +67,7 @@
   
 False
 True
-end
+end
 0
   
 


[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

Óvári  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=16
   ||1470
 CC||adylo811...@gmail.com

--- Comment #4 from Óvári  ---
(In reply to ady from bug 161470 comment 9)
> The intersect operator (a space character in Excel, the exclamation "!"
> character in Calc) is not new, and it is already supported in Calc.
Thank you for your comment. Created new issue.

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

[Bug 161470] Implicit intersection operator: @

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

Óvári  changed:

   What|Removed |Added

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

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

[Bug 161788] New: Writeline HTML Error

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161788

Bug ID: 161788
   Summary: Writeline HTML Error
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: junkyardma...@frontier.com

Set http = CreateObject("MSXML2.XMLHTTP")
strURL = "https://finance.yahoo.com/quote/^GSPC/history;
http.Open "GET", strURL, False
http.Send

Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("C:\Users\AHS\Desktop\HTML_SUMMARY.txt", True)
a.WriteLine(http.responseText)

Result in error:

BASIC runtime error.
An exception occurred 
Type: com.sun.star.lang.WrappedTargetRuntimeException
Message: [automation bridge] unexpected exception in IUnknownWrapper::invoke !
Message : 
[automation bridge]:  at
C:/cygwin64/home/buildslave/source/libo-core/extensions/source/ole/oleobjw.cxx:2060
at
C:/cygwin64/home/buildslave/source/libo-core/extensions/source/ole/oleobjw.cxx:250.

Substituting a static string for http.responseText works fine.

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

[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

--- Comment #3 from Óvári  ---
Created attachment 194961
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194961=edit
Calc Sheet2 Cells C16 and D16 with Err:509

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

[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

--- Comment #2 from Óvári  ---
Created attachment 194960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194960=edit
Excel Sheet2 cells C16 and D16

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

[Bug 161787] On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

--- Comment #1 from Óvári  ---
Created attachment 194959
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194959=edit
Please see sheet2 cells C16 and D16 showing Err:509

https://help.libreoffice.org/latest/en-US/text/scalc/05/0214.html

Error Code: 509
Message: Missing operator
Explanation: Operator is missing, for example, "=2(3+4) * ", where the operator
between "2" and "(" is missing.

Perhaps need to check saving in Excel, then Calc, then Excel?

Thank you

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

[Bug 161514] Invalid unicode mappings in PDF output for combining diacritics (regression in 24.2)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161514

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 161518] "Send to back" is not honored if the objects are on different layers

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161518

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158400] I can not open LibreOffice

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158400

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 161519] i18n: convert the strings "The first" and "rows" to use a variable

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161519

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158405] Code comments appear in UI

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158405

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 158405] Code comments appear in UI

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158405

--- Comment #3 from QA Administrators  ---
Dear Daniel Toschläger,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 158400] I can not open LibreOffice

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158400

--- Comment #3 from QA Administrators  ---
Dear Ole Kristian Skjelbred,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 158172] Calc 7.5.7.1 Cells Freezes constantly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158172

--- Comment #4 from QA Administrators  ---
Dear Omar Augusto Bautista Mora,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 158172] Calc 7.5.7.1 Cells Freezes constantly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158172

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 158912] Still crashes with new update installed

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158912

--- Comment #3 from QA Administrators  ---
Dear 42S56RD,

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 158908] Bug: Error of window when editing a page break

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158908

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

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 99751] EDITING : Need to select multiple objects to add Glue Points to table

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99751

--- Comment #5 from QA Administrators  ---
Dear Eric B.,

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 98976] Page Up / Page Down do not work to change active slide in Outline View

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98976

--- Comment #9 from QA Administrators  ---
Dear Cor Nouws,

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 94564] TextShape with fit to frame doesn't work correctly in small shapes

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94564

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

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 68781] FILEOPEN Report Builder produced chart-in-writer drops date values

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68781

--- Comment #13 from QA Administrators  ---
Dear Lionel Elie Mamane,

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 161787] New: On opening Excel spreadsheet with function and intersection character (space " " for Excel), change to intersection character (exclamation mark "!" for Calc)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161787

Bug ID: 161787
   Summary: On opening Excel spreadsheet with function and
intersection character (space " " for Excel), change
to intersection character (exclamation mark "!" for
Calc)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ovari...@zoho.com

Description:
On opening Excel spreadsheet with function and intersection character (space "
" for Excel) should change intersection character (exclamation mark "!" for
Calc).



Steps to Reproduce:
1. Excel spreadsheet, Sheet2:
(a) Cell C16:
=INDIRECT(B16) INDIRECT(C15)
(b) Cell D16:
=INDIRECT(B16) INDIRECT(C15)>5000

Actual Results:
(a)
Displayed: {=INDIRECT(B16) INDIRECT(C15)}
Value: Err:509

(b)
Displayed: {=INDIRECT(B16) INDIRECT(C15)>5000}
Value: Err:509

Expected Results:
Currently:

(a)
Displayed: {=INDIRECT(B16)!INDIRECT(C15)}
Value: 7,131

(b)
Displayed: {=INDIRECT(B16)!INDIRECT(C15)>5000}
Value: TRUE

When Calc supports Dynamic Arrays:

(a)
Displayed: =INDIRECT(B16)!INDIRECT(C15)
Value: 7,131

(b)
Displayed: =INDIRECT(B16)!INDIRECT(C15)>5000
Value: TRUE


Reproducible: Always


User Profile Reset: No

Additional Info:
Attachments to follow.

Thank you

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

[Bug 161470] Implicit intersection operator: @

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

--- Comment #10 from Óvári  ---
(In reply to ady from comment #9)
> The intersect operator (a space character in Excel, the exclamation "!"
> character in Calc) is not new, and it is already supported in Calc.
Thank you, did not know that "!" and " " are intersection operators in Calc and
Excel, respectively.

When typed " " in Calc got an error, it did not update to an "!"

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

[Bug 161470] Implicit intersection operator: @

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

Óvári  changed:

   What|Removed |Added

Summary|Implicit intersection   |Implicit intersection
   |operator: @ and space " "   |operator: @

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

[Bug 161786] New: 公式编辑器中手动输入“oper”会导致崩溃

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161786

Bug ID: 161786
   Summary: 公式编辑器中手动输入“oper”会导致崩溃
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 1914823...@qq.com

Description:
使用点击的方式可以在公式中创建通用运算符。但是当我手动在「命令」窗口中输入oper,想要创建一个通用运算符时。如果输入的oper的右侧没有文本的话就会崩溃。我测试在.odf和o.odt中创建的公式对象中都是如此。重新打开之后,前面写过的所有未保存的内容都消失了。

其他格式下可能也有这个错误。

Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: CL threaded

Steps to Reproduce:
1.打开一个新的.odf(或在.odt中创建一个公式对象)
2.在“命令”窗口中输入"oper"
3.

Actual Results:
之后程序崩溃了。有时再次打开libreoffice时会显示修复窗口,有时不会。但是似乎不能恢复文件的内容。

Expected Results:
/


Reproducible: Always


User Profile Reset: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: zh-CN
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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

core.git: sw/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 sw/uiconfig/swriter/ui/addentrydialog.ui |   53 ++-
 1 file changed, 25 insertions(+), 28 deletions(-)

New commits:
commit 656e0de5a0313d4e2ab90508fd7c00f31d005212
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 17:39:04 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 04:40:41 2024 +0200

Resave with newer Glade version

Change-Id: If14a6b528b1dc75ccb2ee6db81088426128c3d87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169395
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sw/uiconfig/swriter/ui/addentrydialog.ui 
b/sw/uiconfig/swriter/ui/addentrydialog.ui
index 28d99dc2adb1..0e7b7b46e4ca 100644
--- a/sw/uiconfig/swriter/ui/addentrydialog.ui
+++ b/sw/uiconfig/swriter/ui/addentrydialog.ui
@@ -1,35 +1,32 @@
 
-
+
 
   
   
-False
-6
+False
+6
 Add Element
 True
-0
-0
-dialog
-
-  
-
+0
+0
+dialog
 
   
-False
+False
 vertical
 12
 
   
-False
-end
+False
+end
 
   
 _OK
 True
-True
-True
-True
-True
+True
+True
+True
+True
 True
   
   
@@ -42,8 +39,8 @@
   
 _Cancel
 True
-True
-True
+True
+True
 True
   
   
@@ -56,8 +53,8 @@
   
 _Help
 True
-True
-True
+True
+True
 True
   
   
@@ -70,33 +67,33 @@
   
 False
 True
-end
+end
 0
   
 
 
   
 True
-False
+False
 True
 True
-0
-none
+0
+none
 
   
 True
-True
+True
 start
-True
 12
-True
 6
+True
+True
   
 
 
   
 True
-False
+False
 Element Name
 
   


core.git: dbaccess/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 dbaccess/uiconfig/ui/autocharsetpage.ui |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 8edd336e92f1599032aa49ad6aeba098ab84a587
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 16:17:04 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 04:37:28 2024 +0200

Resave with newer Glade version

Change-Id: I143d715d8b5b8630f5153af525b83521555cabb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169378
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
Tested-by: Jenkins

diff --git a/dbaccess/uiconfig/ui/autocharsetpage.ui 
b/dbaccess/uiconfig/ui/autocharsetpage.ui
index 85a00baff32b..c52a83366590 100644
--- a/dbaccess/uiconfig/ui/autocharsetpage.ui
+++ b/dbaccess/uiconfig/ui/autocharsetpage.ui
@@ -1,37 +1,37 @@
 
-
+
 
   
   
 True
-False
+False
 True
 True
-6
+6
 vertical
 12
 
   
 True
-False
+False
 True
-0
-none
+0
+none
 
   
 True
-False
-True
-12
+False
 12
 6
+True
+12
 
   
 True
-False
+False
 _Character set:
-True
-charset
+True
+charset
   
   
 False
@@ -42,7 +42,7 @@
 
   
 True
-True
+True
 True
   
   
@@ -56,7 +56,7 @@
 
   
 True
-False
+False
 Data Conversion
 
   


core.git: sfx2/uiconfig

2024-06-25 Thread Bogdan Buzea (via logerrit)
 sfx2/uiconfig/ui/notebookbar.ui |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit baf3d52f7d9fd72345ce7c0b78ecf9c7120c
Author: Bogdan Buzea 
AuthorDate: Sun Jun 23 16:35:44 2024 +0200
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Wed Jun 26 04:36:13 2024 +0200

Resave with newer Glade version

Change-Id: Id58e4f779ed2ee3559cba744056e2e0be8cedd91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169388
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
Tested-by: Jenkins

diff --git a/sfx2/uiconfig/ui/notebookbar.ui b/sfx2/uiconfig/ui/notebookbar.ui
index cc8656720b06..8809cf58ed89 100644
--- a/sfx2/uiconfig/ui/notebookbar.ui
+++ b/sfx2/uiconfig/ui/notebookbar.ui
@@ -1,16 +1,16 @@
 
-
+
 
   
   
   
   
 True
-False
+False
 
   
 True
-False
+False
 vertical
 
   
@@ -87,8 +87,8 @@
 
   
   
-0
-0
+0
+0
   
 
   


[Bug 161780] Under Wayland Libreoffice Impress freezes if the presentation contains any kind of video.

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161780

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks for the report.

I am wondering if this is resolved by the commits in bug 145735.
Can you please:
- install a daily build from
https://dev-builds.libreoffice.org/daily/master/current.html (it will install
alongside your stable installation)
- see if the issue is resolved.

If the issue is resolved in a daily build, it should be good in the upcoming
24.2.5 release.

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

[Bug 161782] Unable to back out of many Sidebar decks into document with Esc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161782

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||accessibility

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

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

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

[Bug 155170] LibreOffice stops responding when opening the attached PDF

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155170

--- Comment #7 from Dave Gilbert  ---
Created attachment 194958
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194958=edit
Just page 2 of the full document

I used pdfseparate to split the document into individual pages; while pages 6
and 22 are a little slow, all the rest except page 2 are fine.

Page 2 is 99% of the problem; visually it's unremarkable - although the 4
circles with i., ii.,iii.,iv. in are misrendered

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

core.git: sw/source

2024-06-25 Thread Justin Luth (via logerrit)
 sw/source/core/edit/edundo.cxx |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 9c1a48f844eaefc505a5914338b6f444011bf315
Author: Justin Luth 
AuthorDate: Mon Jun 24 16:50:48 2024 -0400
Commit: Justin Luth 
CommitDate: Wed Jun 26 03:05:52 2024 +0200

NFC edundo.cxx: remove unused bRet

Orphaned with commit 20e5f64215853bdd32c5f16394ba7f2f36745904
Author: Noel Grandin on Fri Jan 19 14:40:12 2018 +0200
loplugin:unused-returns in sw
Reviewed-on: https://gerrit.libreoffice.org/48189

Interestingly, Noel removed bRet from ::Repeat(),
but not from these identical situations.

Change-Id: I3544bac6b5c087bb10c8f94005d3bc89bd2727d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169526
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/source/core/edit/edundo.cxx b/sw/source/core/edit/edundo.cxx
index 1e7f93dfc141..9fa5342f08d7 100644
--- a/sw/source/core/edit/edundo.cxx
+++ b/sw/source/core/edit/edundo.cxx
@@ -110,7 +110,6 @@ void SwEditShell::Undo(sal_uInt16 const nCount, sal_uInt16 
nOffset)
 
 // current undo state was not saved
 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo());
-bool bRet = false;
 
 StartAllAction();
 {
@@ -138,7 +137,7 @@ void SwEditShell::Undo(sal_uInt16 const nCount, sal_uInt16 
nOffset)
 try {
 for (sal_uInt16 i = 0; i < nCount; ++i)
 {
-bRet = 
GetDoc()->GetIDocumentUndoRedo().UndoWithOffset(nOffset) || bRet;
+GetDoc()->GetIDocumentUndoRedo().UndoWithOffset(nOffset);
 }
 } catch (const css::uno::Exception &) {
 TOOLS_WARN_EXCEPTION("sw.core", "SwEditShell::Undo()");
@@ -165,8 +164,6 @@ void SwEditShell::Redo(sal_uInt16 const nCount)
 
 CurrShell aCurr( this );
 
-bool bRet = false;
-
 // undo state was not saved
 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo());
 
@@ -192,8 +189,7 @@ void SwEditShell::Redo(sal_uInt16 const nCount)
 try {
 for (sal_uInt16 i = 0; i < nCount; ++i)
 {
-bRet = GetDoc()->GetIDocumentUndoRedo().Redo()
-|| bRet;
+GetDoc()->GetIDocumentUndoRedo().Redo();
 }
 } catch (const css::uno::Exception &) {
 TOOLS_WARN_EXCEPTION("sw.core", "SwEditShell::Redo()");


[Bug 155170] LibreOffice stops responding when opening the attached PDF

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155170

--- Comment #6 from Dave Gilbert  ---
This does eventually load for me.
On Fedora 40's 24.2.4.2.2.fc40 it took under a minute but eat 3.8G resident.
On my debug build it took a lot longer to load and 2.8G.
There are artifacts on page 14,15, and 23 where something is wrong; but I can
scroll through it once loaded.

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

core.git: vcl/qa vcl/source

2024-06-25 Thread Tomaž Vajngerl (via logerrit)
 vcl/source/filter/igif/gifread.cxx |  148 +++--
 1 file changed, 45 insertions(+), 103 deletions(-)

New commits:
commit d9fee55c634b500f1d7d0edaa25cecfc276b0869
Author: Tomaž Vajngerl 
AuthorDate: Tue Jun 25 00:08:50 2024 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed Jun 26 00:44:55 2024 +0200

vcl: remove partial GIF image loading

This removes the code that handles the IO_PENDING and the graphic
"context" handling from GIF image format.

Partial loading of images complicates the image filter life cycle
a lot (many exceptions) and is not really needed so much today as
this was needed in the past. In most cases we load the whole image
in one pass anyway. Even loading from the network should be fast
enough to not cause issues for the user.

Most image filters don't even implement this like PNG and nobody
noticed for many years that this is not supported.

To handle IO_PENDING case it is probably better to load the
bitstream into memory and then load the whole image after that
in one pass. This can also be implemented all inside (Imp)Graphic
in a very straight forward way.

In addition some broken GIF files for testCVEs now fail to load
completely and those need to be moved from pass/ to fail/.

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

diff --git 
a/vcl/qa/cppunit/graphicfilter/data/gif/pass/afl-sample-short-read-1.gif 
b/vcl/qa/cppunit/graphicfilter/data/gif/fail/afl-sample-short-read-1.gif
similarity index 100%
rename from 
vcl/qa/cppunit/graphicfilter/data/gif/pass/afl-sample-short-read-1.gif
rename to vcl/qa/cppunit/graphicfilter/data/gif/fail/afl-sample-short-read-1.gif
diff --git 
a/vcl/qa/cppunit/graphicfilter/data/gif/pass/afl-sample-short-read-2.gif 
b/vcl/qa/cppunit/graphicfilter/data/gif/fail/afl-sample-short-read-2.gif
similarity index 100%
rename from 
vcl/qa/cppunit/graphicfilter/data/gif/pass/afl-sample-short-read-2.gif
rename to vcl/qa/cppunit/graphicfilter/data/gif/fail/afl-sample-short-read-2.gif
diff --git a/vcl/qa/cppunit/graphicfilter/data/gif/pass/crash-1.gif 
b/vcl/qa/cppunit/graphicfilter/data/gif/fail/crash-1.gif
similarity index 100%
rename from vcl/qa/cppunit/graphicfilter/data/gif/pass/crash-1.gif
rename to vcl/qa/cppunit/graphicfilter/data/gif/fail/crash-1.gif
diff --git a/vcl/qa/cppunit/graphicfilter/data/gif/pass/crash-2.gif 
b/vcl/qa/cppunit/graphicfilter/data/gif/fail/crash-2.gif
similarity index 100%
rename from vcl/qa/cppunit/graphicfilter/data/gif/pass/crash-2.gif
rename to vcl/qa/cppunit/graphicfilter/data/gif/fail/crash-2.gif
diff --git a/vcl/source/filter/igif/gifread.cxx 
b/vcl/source/filter/igif/gifread.cxx
index 443eb05c045a..67af603218d4 100644
--- a/vcl/source/filter/igif/gifread.cxx
+++ b/vcl/source/filter/igif/gifread.cxx
@@ -42,8 +42,7 @@ enum GIFAction
 enum ReadState
 {
 GIFREAD_OK,
-GIFREAD_ERROR,
-GIFREAD_NEED_MORE
+GIFREAD_ERROR
 };
 
 }
@@ -115,7 +114,6 @@ public:
 ReadState   ReadGIF( Graphic& rGraphic );
 boolReadIsAnimated();
 void GetLogicSize(Size& rLogicSize);
-Graphic GetIntermediateGraphic();
 
 explicitGIFReader( SvStream& rStm );
 };
@@ -261,13 +259,13 @@ bool GIFReader::ReadGlobalHeader()
 boolbRet = false;
 
 auto nRead = rIStm.ReadBytes(pBuf, 6);
-if (nRead == 6 && (rIStm.GetError() != ERRCODE_IO_PENDING))
+if (nRead == 6 && rIStm.good())
 {
 pBuf[ 6 ] = 0;
 if( !strcmp( pBuf, "GIF87a" ) || !strcmp( pBuf, "GIF89a" ) )
 {
 nRead = rIStm.ReadBytes(pBuf, 7);
-if (nRead == 7 && (rIStm.GetError() != ERRCODE_IO_PENDING))
+if (nRead == 7 && rIStm.good())
 {
 sal_uInt8   nAspect;
 sal_uInt8   nRF;
@@ -287,7 +285,7 @@ bool GIFReader::ReadGlobalHeader()
 else
 nBackgroundColor = 0;
 
-if (rIStm.GetError() != ERRCODE_IO_PENDING)
+if (rIStm.good())
 bRet = true;
 }
 }
@@ -307,7 +305,7 @@ void GIFReader::ReadPaletteEntries( BitmapPalette* pPal, 
sal_uLong nCount )
 std::unique_ptr pBuf(new sal_uInt8[ nLen ]);
 std::size_t nRead = rIStm.ReadBytes(pBuf.get(), nLen);
 nCount = nRead/3UL;
-if (rIStm.GetError() == ERRCODE_IO_PENDING)
+if (!rIStm.good())
 return;
 
 sal_uInt8* pTmp = pBuf.get();
@@ -340,7 +338,7 @@ bool GIFReader::ReadExtension()
 // Extension-Label
 sal_uInt8 cFunction(0);
 rIStm.ReadUChar( cFunction );
-if (rIStm.GetError() != ERRCODE_IO_PENDING)
+if (rIStm.good())
 {
 boolbOverreadDataBlocks = false;
 sal_uInt8 cSize(0);
@@ -358,7 +356,7 @@ bool GIFReader::ReadExtension()
 

[Bug 127808] Add dynamic arrays in to Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127808

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
I had a look at how Excel saves the "dynamic array" feature. Here are my
(hopefully correct) results. They may be helpful for those who implement the
feature.

The xlsx-file has a global switch in metadata.xml to determine whether the
"dynamic array" feature should be used at all. It is located in the
 element and there in the  chil
delement, namely its ´fDynamic´ attribute. This  element is
linked to a  element via the ´name´ attribute. This
 element contains the ´minSupportedVersion´ attribute, among
others. For the "dynamic array" feature to be used at all in the document,
fDynamic="1" must be set.

A formula is contained as  element in the top left cell of its output area,
also for CSE (Ctrl+Shift+Enter) formulas. If the formula is to create a
"dynamic array", this cell has a ´cm´ attribute (18.3.1.4, Part 1, OOXML
standard) that refers to the  element. The ´cm´ attribute uses
a zero-based index. In the example I examined, there was also a 
element, which is probably assigned the index value 0. In any case, ´cm="1"´
had to be set for the cell which contains the formula to have a "dynamic array"
as output in my example.

The fact that a "dynamic array" is generated is not limited to the new
functions SORT, RANDARRAY, etc. For example, =ISBLANK(D12:F16) also generates a
"dynamic array". In addition to the missing {} - which are used in the CSE case
- you can recognize a "dynamic array" in the UI in Excel by the special frame
that is shown around the array when a cell in the array is the active cell.

When importing with SheetDataContext::importCell(), the ´cm´ attribute is
ignored and the ´CellModel´ struct used for ´maCellData´ does not even have a
component for it. I don't know whether the  element is
currently evaluated at all.


BTW: If someone is going to implement this feature, please contact the ODF TC
as early as possible.

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

[Bug 161785] Autofill overlay drawn above the cursor after scrolling the window in Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161785

--- Comment #2 from Rafael Lima  ---
Thanks for confirming. Patch is under way.

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

[Bug 161785] Autofill overlay drawn above the cursor after scrolling the window in Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161785

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Bug 161785] Autofill overlay drawn above the cursor after scrolling the window in Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161785

--- Comment #1 from Rafael Lima  ---
Created attachment 194957
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194957=edit
Selection after scrolling (bug)

Notice here that the selection overlay is in front of the cursor. It should be
behind.

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

[Bug 161785] New: Autofill overlay drawn above the cursor after scrolling the window in Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161785

Bug ID: 161785
   Summary: Autofill overlay drawn above the cursor after
scrolling the window in Calc
   Product: LibreOffice
   Version: 24.8.0.0 beta1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rafael.palma.l...@gmail.com

Created attachment 194956
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194956=edit
Selection before scrolling (OK)

In LO 24.8 the selection overlay now has an internal white line for better
contrast (see fix for bug 161204). However, after selecting a range of cells
and scrolling the window, the order in which the cursor and selection overlays
is inverted, making the selection overlay appear on top of the cursor.

Steps to reproduce
1) Open a blank and set the document zoom to a high value (to make it easier to
see the bug, use 200% or more)
2) Select range B4:C8
3) Notice that the selection is behind the cursor, which is expected
4) Without unselecting the range, scroll the window
5) Now the selection is in front of the cursor (not expected)

Expected behavior
The selection should remain behind the cursor

See attached screenshots for more info.

System info

Version: 24.8.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: d681c57ba51b635ba7c85b21e062732110e8293f
CPU threads: 16; OS: Linux 6.8; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: CL threaded

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

core.git: Changes to 'refs/tags/cp-24.04.4-3'

2024-06-25 Thread Andras Timar (via logerrit)
Tag 'cp-24.04.4-3' created by Andras Timar  at 
2024-06-25 21:04 +

cp-24.04.4-3

Changes since cp-24.04.4-2-8:
---
 0 files changed
---


translations.git: Changes to 'refs/tags/cp-24.04.4-3'

2024-06-25 Thread Christian Lohmaier (via logerrit)
Tag 'cp-24.04.4-3' created by Andras Timar  at 
2024-06-25 21:04 +

cp-24.04.4-3

Changes since cp-24.04.3-6-2:
---
 0 files changed
---


help.git: Changes to 'refs/tags/cp-24.04.4-3'

2024-06-25 Thread Taichi Haradaguchi (via logerrit)
Tag 'cp-24.04.4-3' created by Andras Timar  at 
2024-06-25 21:04 +

cp-24.04.4-3

Changes since cp-24.04.3-6:
Taichi Haradaguchi (1):
  Fix bad links in help page

---
 source/text/scalc/01/0212.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---


dictionaries.git: Changes to 'refs/tags/cp-24.04.4-3'

2024-06-25 Thread Marco A.G.Pinto (via logerrit)
Tag 'cp-24.04.4-3' created by Andras Timar  at 
2024-06-25 21:04 +

cp-24.04.4-3

Changes since cp-24.04.3-6-1:
---
 0 files changed
---


core.git: Branch 'distro/collabora/co-24.04.4' - configure.ac

2024-06-25 Thread Andras Timar (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2657979be50dc60f365f39b5179e40ce9b10e45b
Author: Andras Timar 
AuthorDate: Tue Jun 25 23:04:18 2024 +0200
Commit: Andras Timar 
CommitDate: Tue Jun 25 23:04:18 2024 +0200

Bump version to 24.04.4.3

Change-Id: I8b8ea96bbaf180f81fe2f070c55291a30c2df7e0

diff --git a/configure.ac b/configure.ac
index 774a357ffdbd..d87fb0cf9c52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[24.04.4.2],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[24.04.4.3],[],[],[https://collaboraoffice.com/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard


core.git: Branch 'distro/collabora/co-24.04.4' - 7 commits - desktop/source include/systools include/tools sfx2/source sw/source tools/source ucb/source vcl/ios vcl/osx vcl/quartz

2024-06-25 Thread Caolán McNamara (via logerrit)
 desktop/source/lib/init.cxx|3 ++
 include/systools/curlinit.hxx  |   13 ++-
 include/tools/hostfilter.hxx   |4 +++
 sfx2/source/view/lokhelper.cxx |4 +++
 sw/source/uibase/shells/textsh1.cxx|7 +-
 sw/source/uibase/wrtsh/wrtsh1.cxx  |3 --
 tools/source/inet/hostfilter.cxx   |   11 +
 ucb/source/ucp/webdav-curl/CurlSession.cxx |5 
 vcl/ios/DataFlavorMapping.cxx  |   11 +++--
 vcl/osx/DataFlavorMapping.cxx  |   10 +++-
 vcl/quartz/salgdi.cxx  |   33 +++--
 11 files changed, 95 insertions(+), 9 deletions(-)

New commits:
commit 05c7fada04418a181b067fe92c39a5442cd9d4d4
Author: Caolán McNamara 
AuthorDate: Tue Jun 4 21:17:59 2024 +0100
Commit: Andras Timar 
CommitDate: Tue Jun 25 22:59:47 2024 +0200

allow an exemption to be made for a specific host

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index eae08a12889e..ee2ac3508b08 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2843,6 +2843,9 @@ static LibreOfficeKitDocument* 
lo_documentLoadWithOptions(LibreOfficeKit* pThis,
 
 OutputDevice::StartTrackingFontMappingUse();
 
+if (const char* pExemptVerifyHost = ::getenv("LOK_EXEMPT_VERIFY_HOST"))
+HostFilter::setExemptVerifyHost(OUString(pExemptVerifyHost, 
strlen(pExemptVerifyHost), RTL_TEXTENCODING_UTF8));
+
 const int nThisDocumentId = nDocumentIdCounter++;
 SfxViewShell::SetCurrentDocId(ViewShellDocId(nThisDocumentId));
 uno::Reference xComponent = 
xComponentLoader->loadComponentFromURL(
diff --git a/include/tools/hostfilter.hxx b/include/tools/hostfilter.hxx
index afbf885b0cb4..ca2d91355986 100644
--- a/include/tools/hostfilter.hxx
+++ b/include/tools/hostfilter.hxx
@@ -21,6 +21,10 @@ public:
 static void setAllowedHostsRegex(const char* sAllowedRegex);
 
 static bool isForbidden(const OUString& rHost);
+
+static void setExemptVerifyHost(const OUString& rExemptVerifyHost);
+
+static bool isExemptVerifyHost(const std::u16string_view rHost);
 };
 
 #endif
diff --git a/tools/source/inet/hostfilter.cxx b/tools/source/inet/hostfilter.cxx
index 5bc63d42cfb7..e13e3d66cab6 100644
--- a/tools/source/inet/hostfilter.cxx
+++ b/tools/source/inet/hostfilter.cxx
@@ -11,6 +11,7 @@
 #include 
 
 static std::regex g_AllowedHostsRegex("");
+static OUString g_ExceptVerifyHost;
 static bool g_AllowedHostsSet = false;
 
 void HostFilter::setAllowedHostsRegex(const char* sAllowedRegex)
@@ -28,4 +29,14 @@ bool HostFilter::isForbidden(const OUString& rHost)
 return !std::regex_match(rHost.toUtf8().getStr(), g_AllowedHostsRegex);
 }
 
+void HostFilter::setExemptVerifyHost(const OUString& rExemptVerifyHost)
+{
+g_ExceptVerifyHost = rExemptVerifyHost;
+}
+
+bool HostFilter::isExemptVerifyHost(const std::u16string_view rHost)
+{
+return rHost == g_ExceptVerifyHost;
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index a80c19f6d690..7089dcacdbdb 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -694,6 +694,11 @@ 
CurlSession::CurlSession(uno::Reference xContext,
 rc = curl_easy_setopt(m_pCurl.get(), CURLOPT_FORBID_REUSE, 1L);
 assert(rc == CURLE_OK);
 }
+if (HostFilter::isExemptVerifyHost(m_URI.GetHost()))
+{
+rc = curl_easy_setopt(m_pCurl.get(), CURLOPT_SSL_VERIFYHOST, 0L);
+assert(rc == CURLE_OK);
+}
 }
 
 CurlSession::~CurlSession() {}
commit 6f84f77d9d49dbfecd8a9e212aba5bde1455797d
Author: Caolán McNamara 
AuthorDate: Tue Jun 4 16:35:57 2024 +0100
Commit: Andras Timar 
CommitDate: Tue Jun 25 22:59:23 2024 +0200

map LO_CERTIFICATE_AUTHORITY_PATH to CURLOPT_CAPATH

curl has both CURLOPT_CAINFO for the single-file collection
of certificates case and CURLOPT_CAPATH for the multi-file
exploder view of certificates, this adds support to
use CURLOPT_CAPATH as well as CURLOPT_CAINFO

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

diff --git a/include/systools/curlinit.hxx b/include/systools/curlinit.hxx
index 4b226c7a4218..f65a527999fc 100644
--- a/include/systools/curlinit.hxx
+++ b/include/systools/curlinit.hxx
@@ -30,7 +30,6 @@
 static void InitCurl_easy(CURL* const pCURL)
 {
 CURLcode rc;
-(void)rc;
 
 #if defined(LO_CURL_NEEDS_CA_BUNDLE)
 char const* const 

[Bug 161778] [PDF] CSS overflow and text alignment issues

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161778

--- Comment #3 from V Stuart Foote  ---
Just checked and the pdfium based Insert -> Image filter handling of the PDF
delivers a well formed rendering of the PDF.  While the poppler -> cairo based
Import "open" of the attachment 194948 PDF exhibits the same overflow of the
gotenberg processor.

Still not in scope for LibreOffice, and a clear => WF

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

[Bug 99746] [META] PDF import filter in Draw

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||161778


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161778
[Bug 161778] [PDF] CSS overflow and text alignment issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

core.git: Branch 'libreoffice-24-8' - include/svx sc/source svx/source

2024-06-25 Thread Rafael Lima (via logerrit)
 include/svx/sdr/overlay/overlayselection.hxx |4 +-
 sc/source/ui/view/gridwin.cxx|   16 -
 svx/source/sdr/overlay/overlayselection.cxx  |   44 ---
 3 files changed, 38 insertions(+), 26 deletions(-)

New commits:
commit ef744cd5719335e9f98fbc0996c6bb32d072475e
Author: Rafael Lima 
AuthorDate: Thu Jun 20 19:48:19 2024 +0200
Commit: Rafael Lima 
CommitDate: Tue Jun 25 22:49:15 2024 +0200

tdf#161658 Limit new selection overlay to Calc only

Previous patches [1] and [2] introduced a contrast white line to the 
selection overlay that was supposed to affect only Calc, but it ended up 
affecting other areas of LO, such as the star math editor as well as Writer.

This patch makes sure the changes only affect cell selection in Calc.

[1] dc243f0122ba656d2630e93bebfb84a2bfe4042a
[2] 3c0db898092c2cf6148c01f6c561acc199d484f5

Change-Id: Ie910120e4b71c55ad8c00a905e1204e291a711f9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169292
Reviewed-by: Rafael Lima 
Tested-by: Jenkins
(cherry picked from commit c3e80cbaaa62d1150860cc5281dfc784dbbde8af)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169440

diff --git a/include/svx/sdr/overlay/overlayselection.hxx 
b/include/svx/sdr/overlay/overlayselection.hxx
index d456ac6bf11b..b83322acbf61 100644
--- a/include/svx/sdr/overlay/overlayselection.hxx
+++ b/include/svx/sdr/overlay/overlayselection.hxx
@@ -48,6 +48,7 @@ namespace sdr::overlay
 sal_uInt16  mnLastTransparence;
 
 boolmbBorder : 1;
+boolmbContrastOutline : 1;
 
 // geometry creation for OverlayObject, can use local *Last* values
 virtual drawinglayer::primitive2d::Primitive2DContainer 
createOverlayObjectPrimitive2DSequence() override;
@@ -57,7 +58,8 @@ namespace sdr::overlay
 OverlayType eType,
 const Color& rColor,
 std::vector< basegfx::B2DRange >&& rRanges,
-bool bBorder);
+bool bBorder,
+bool bContrastOutline = false);
 virtual ~OverlaySelection() override;
 
 // data read access
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 5d298458cb75..9c9ed3f474ae 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -6703,7 +6703,7 @@ void ScGridWindow::UpdateCursorOverlay()
 sdr::overlay::OverlayType::Solid,
 aCursorColor,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOOCursors.reset(new sdr::overlay::OverlayObjectList);
@@ -6792,7 +6792,7 @@ void ScGridWindow::UpdateSelectionOverlay()
 sdr::overlay::OverlayType::Transparent,
 aHighlight,
 std::move(aRanges),
-true));
+true, true));
 
 xOverlayManager->add(*pOverlay);
 mpOOSelection.reset(new sdr::overlay::OverlayObjectList);
@@ -6861,7 +6861,7 @@ void ScGridWindow::UpdateHighlightOverlay()
 sdr::overlay::OverlayType::Transparent,
 aHighlightColor,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOOHighlight.reset(new sdr::overlay::OverlayObjectList);
@@ -6975,7 +6975,7 @@ void ScGridWindow::UpdateAutoFillOverlay()
 sdr::overlay::OverlayType::Solid,
 aHandleColor,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOOAutoFill.reset(new sdr::overlay::OverlayObjectList);
@@ -7121,7 +7121,7 @@ void ScGridWindow::UpdateDragRectOverlay()
 sdr::overlay::OverlayType::Invert,
 COL_BLACK,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOODragRect.reset(new sdr::overlay::OverlayObjectList);
@@ -7197,7 +7197,7 @@ void ScGridWindow::UpdateHeaderOverlay()
 sdr::overlay::OverlayType::Invert,
 COL_BLACK,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOOHeader.reset(new sdr::overlay::OverlayObjectList);
@@ -7267,7 +7267,7 @@ void ScGridWindow::UpdateShrinkOverlay()
 sdr::overlay::OverlayType::Invert,
 COL_BLACK,
 std::move(aRanges),
-false));
+false, false));
 
 xOverlayManager->add(*pOverlay);
 mpOOShrink.reset(new 

[Bug 99746] [META] PDF import filter in Draw

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746
Bug 99746 depends on bug 161778, which changed state.

Bug 161778 Summary: [PDF] CSS overflow and text alignment issues
https://bugs.documentfoundation.org/show_bug.cgi?id=161778

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

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

[Bug 161778] [PDF] CSS overflow and text alignment issues

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161778

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||99746
   Severity|normal  |enhancement
 Resolution|--- |WONTFIX
 CC||vsfo...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from V Stuart Foote  ---
LibreOffice "native" documents are to OASIS ODF 1.3 standard (as extended).

ALL Other formats are non-native and make use of import/export filters.

PDF has two filters available for import: poppler based PDF read into cairo
libs to render into LO drawing objects, and pdfium libs to render to raster
image with high fidelity to original PDF.

With either filter path a PDF is not editable in LibreOffice and depending on
need inserting as an image may be more useful to import as LO draw shapes and
text boxes.

If you start with an ODF document, or just the text from some external format,
Writer can print/export to PDF/A

No such handling for round-trip of a PDF.

Specific issue of CSS handling in PDF/A is Not Our Bug. If there were an issue
it would be with poppler or the pdfium project. But mute as this is out of
scope for LO ODF usage.

=> WF


Referenced Bugs:

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

[Bug 161709] Cell selecting fat border looks ugly especially if you selected some cell range (comment 6), it also can block content in other cells

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161709

--- Comment #38 from Rafael Lima  ---
This patch ensures that the cursor is always symmetrical with respect to its
cell.
https://gerrit.libreoffice.org/c/core/+/169546

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

[Bug 122652] [META] Memory problems in LibreOffice

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122652
Bug 122652 depends on bug 159175, which changed state.

Bug 159175 Summary: macOS: instruments dectect leaks when open new calc 
document 5 times
https://bugs.documentfoundation.org/show_bug.cgi?id=159175

   What|Removed |Added

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

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

[Bug 161614] [META] macOS-specific Skia library bugs

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161614
Bug 161614 depends on bug 159175, which changed state.

Bug 159175 Summary: macOS: instruments dectect leaks when open new calc 
document 5 times
https://bugs.documentfoundation.org/show_bug.cgi?id=159175

   What|Removed |Added

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

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

[Bug 161783] LibreOffice Calc Right Indenting Doesn't Stay Put But Successively Moves To More Indents Upon Changes/Saves

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161783

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Hardware|IA64 (Itanium)  |All
 Ever confirmed|0   |1
   Keywords||filter:xls, filter:xlsx

--- Comment #2 from ady  ---
I can reproduce this behavior, but not always.

Sometimes I get a lower indentation value upon reloading the file (instead of a
higher indent). This suggests that the order of the actions (and which specific
actions are performed) might have some influence.

It can happen with XLSX files too.

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

core.git: vcl/inc vcl/osx vcl/skia

2024-06-25 Thread Patrick Luby (via logerrit)
 vcl/inc/skia/osx/gdiimpl.hxx |4 -
 vcl/osx/salgdiutils.cxx  |   98 +
 vcl/osx/salmacos.cxx |7 ++
 vcl/skia/osx/gdiimpl.cxx |  142 ++-
 4 files changed, 167 insertions(+), 84 deletions(-)

New commits:
commit 12dbf0e6b6b485a1d73c7e33bd0ecfb13e6efdac
Author: Patrick Luby 
AuthorDate: Wed Jun 19 16:03:06 2024 -0400
Commit: Patrick Luby 
CommitDate: Tue Jun 25 21:34:25 2024 +0200

tdf#159175 Do not allocate a CGLayer for each NSWindow when using Skia

Skia surfaces can be copied directly to an NSWindow's CGContextRef
so disable allocation of a CGLayer for each NSWindow to significantly
reduce memory usage when Skia is enabled.

Change-Id: I8e3001e4f2ae8dd36156c06db68447c6b1bc67df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169242
Tested-by: Jenkins
Reviewed-by: Patrick Luby 

diff --git a/vcl/inc/skia/osx/gdiimpl.hxx b/vcl/inc/skia/osx/gdiimpl.hxx
index b97245e86e11..b60280a09e6b 100644
--- a/vcl/inc/skia/osx/gdiimpl.hxx
+++ b/vcl/inc/skia/osx/gdiimpl.hxx
@@ -44,11 +44,13 @@ public:
 virtual void Flush(const tools::Rectangle&) override;
 virtual void WindowBackingPropertiesChanged() override;
 
+CGImageRef createCGImageFromRasterSurface(const NSRect& rDirtyRect, 
CGPoint& rImageOrigin,
+  bool& rImageFlipped);
+
 private:
 virtual int getWindowScaling() const override;
 virtual void createWindowSurfaceInternal(bool forceRaster = false) 
override;
 virtual void flushSurfaceToWindowContext() override;
-void flushSurfaceToScreenCG();
 static inline sk_sp fontManager;
 };
 
diff --git a/vcl/osx/salgdiutils.cxx b/vcl/osx/salgdiutils.cxx
index a9445293211c..d7f8ec48eaf0 100644
--- a/vcl/osx/salgdiutils.cxx
+++ b/vcl/osx/salgdiutils.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -37,7 +38,7 @@
 
 #if HAVE_FEATURE_SKIA
 #include 
-#include 
+#include 
 #endif
 
 static bool bTotalScreenBounds = false;
@@ -233,6 +234,10 @@ bool AquaSharedAttributes::checkContext()
 maLayer.set(nullptr);
 }
 
+// tdf#159175 no CGLayer is needed for an NSWindow when using Skia
+if (SkiaHelper::isVCLSkiaEnabled() && mpFrame->getNSWindow())
+return true;
+
 if (!maContextHolder.isSet())
 {
 const int nBitmapDepth = 32;
@@ -297,7 +302,7 @@ bool AquaSharedAttributes::checkContext()
  * associated window, if any; cf. drawRect event handling
  * on the frame.
  */
-void AquaSalGraphics::UpdateWindow( NSRect& )
+void AquaSalGraphics::UpdateWindow( NSRect& rRect )
 {
 if (!maShared.mpFrame)
 {
@@ -305,26 +310,65 @@ void AquaSalGraphics::UpdateWindow( NSRect& )
 }
 
 NSGraphicsContext* pContext = [NSGraphicsContext currentContext];
-if (maShared.maLayer.isSet() && pContext != nullptr)
+if (!pContext)
+{
+SAL_WARN_IF(!maShared.mpFrame->mbInitShow, "vcl", "UpdateWindow called 
with no NSGraphicsContext");
+return;
+}
+
+CGImageRef img = nullptr;
+CGPoint aImageOrigin = CGPointMake(0, 0);
+bool bImageFlipped = false;
+#if HAVE_FEATURE_SKIA
+if (SkiaHelper::isVCLSkiaEnabled())
+{
+// tdf#159175 no CGLayer is needed for an NSWindow when using Skia
+// Get a CGImageRef directly from the Skia/Raster surface and draw
+// that directly to the NSWindow.
+// Note: Skia/Metal will always return a null CGImageRef since it
+// draws directly to the NSWindow using the surface's CAMetalLayer.
+AquaSkiaSalGraphicsImpl *pBackend = 
static_cast(mpBackend.get());
+if (pBackend)
+img = pBackend->createCGImageFromRasterSurface(rRect, 
aImageOrigin, bImageFlipped);
+}
+else
+#else
+(void)rRect;
+#endif
+if (maShared.maLayer.isSet())
 {
+maShared.applyXorContext();
+
+const CGRect aRectPoints = { CGPointZero, 
maShared.maLayer.getSizePixels() };
+CGContextSetBlendMode(maShared.maCSContextHolder.get(), 
kCGBlendModeCopy);
+CGContextDrawLayerInRect(maShared.maCSContextHolder.get(), 
aRectPoints, maShared.maLayer.get());
+
+img = CGBitmapContextCreateImage(maShared.maCSContextHolder.get());
+}
+
+if (img)
+{
+const float fScale = sal::aqua::getWindowScaling();
 CGContextHolder rCGContextHolder([pContext CGContext]);
 
 rCGContextHolder.saveState();
 
-// Related: tdf#155092 translate Y coordinate for height differences
-// When in live resize, the NSView's height may have changed before
-// the CGLayer has been resized. This causes the CGLayer's content
-// to be drawn just above or below the top left corner of the view
-// so translate the Y coordinate by any difference between the
-// NSView's height and the CGLayer's height.
-NSView *pView = 

[Bug 161784] calc - chart - error bars - line properties - style are not saved correctly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161784

--- Comment #2 from reck...@web.de ---
Created attachment 194955
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194955=edit
style properties after reopening saved file

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

[Bug 161784] calc - chart - error bars - line properties - style are not saved correctly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161784

--- Comment #1 from reck...@web.de ---
Created attachment 194954
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194954=edit
Style properties before saving

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

[Bug 161784] New: calc - chart - error bars - line properties - style are not saved correctly

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161784

Bug ID: 161784
   Summary: calc - chart - error bars - line properties - style
are not saved correctly
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: reck...@web.de

Description:
When you change style of error bar in calc and save changes after reopening the
style is not correct (it is 'empty')

Steps to Reproduce:
1. create chart with error bars
2.change line properties - style of error bars
3.save file
4. open file again

Actual Results:
style of error bar is 'empty'

Expected Results:
style of error bar should be as before saving file


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 12; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL threaded

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

[Bug 127808] Add dynamic arrays in to Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127808

Regina Henschel  changed:

   What|Removed |Added

 Blocks||161399


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161399
[Bug 161399] Support Spilled range reference (# operator) in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161399] Support Spilled range reference (# operator) in Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161399

Regina Henschel  changed:

   What|Removed |Added

 Depends on||127808
 CC||rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel  ---
It might be not the only way to solve the problem. A table in Excel cannot be
defined on a dynamic array so the # addition to a reference is needed in Excel.
A solution is LibreOffice could also be to treat a "dynamic array" similar to a
database range and use its name as reference.

However, the # feature will only become relevant when the "dynamic array"
feature is implemented. I therefore add a dependency to bug 127808 here.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127808
[Bug 127808] Add dynamic arrays in to Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 127808] Add dynamic arrays in to Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127808

Regina Henschel  changed:

   What|Removed |Added

 Blocks||161642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161642
[Bug 161642] output range of SORT function does not expand when source range
becomes larger
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161642] output range of SORT function does not expand when source range becomes larger

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161642

Regina Henschel  changed:

   What|Removed |Added

 Depends on||127808

--- Comment #3 from Regina Henschel  ---
The SORT function calculates the whole array, but uses the existing range. This
can indeed only be solved, when the "dynamic array" feature is implemented. I
therefore add a dependency to the corresponding feature request in bug 127808.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127808
[Bug 127808] Add dynamic arrays in to Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 127808] Add dynamic arrays in to Calc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127808

Regina Henschel  changed:

   What|Removed |Added

 Blocks||161470


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161470
[Bug 161470] Implicit intersection operator: @
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161470] Implicit intersection operator: @

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161470

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Depends on||127808

--- Comment #7 from Regina Henschel  ---
Currently LibreOffice has no support for "dynamic array" but changes the
functions to CSE on import from Excel. LibreOffice needs to decide how to treat
documents that currently use implicit intersection, when the feature "dynamic
array" will be implemented. Thus this request depends on bug 127808.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127808
[Bug 127808] Add dynamic arrays in to Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

core.git: Branch 'distro/collabora/co-24.04' - sw/source

2024-06-25 Thread Miklos Vajna (via logerrit)
 sw/source/core/crsr/viscrs.cxx |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

New commits:
commit cefe556b9198b5dba18256d30ddcfcfda03f18c8
Author: Miklos Vajna 
AuthorDate: Tue Jun 25 10:17:52 2024 +0200
Commit: Mike Kaganski 
CommitDate: Tue Jun 25 20:13:35 2024 +0200

sw: fix crash in SwShellCursor::Show()

Crashreport signature:

> Fatal signal received: SIGSEGV code: 1 for address: 0x0
> program/libswlo.so
>   SwShellCursor::Show(SfxViewShell const*)
>   sw/source/core/crsr/viscrs.cxx:991
> program/libswlo.so
>   SwCursorShell::ShowCursors(bool)
>   sw/source/core/crsr/crsrsh.cxx:2769
> program/libswlo.so
>   SwViewShell::ImplEndAction(bool)
>   sw/source/core/view/viewsh.cxx:?
> program/libswlo.so
>   SwViewShell::EndAction(bool)
>   sw/inc/viewsh.hxx:638

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

diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index 090d0eb70421..d8cca3cfa1b8 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -988,7 +988,19 @@ void SwShellCursor::Show(SfxViewShell const * pViewShell)
 }
 else
 {
-
GetShell()->GetSfxViewShell()->libreOfficeKitViewCallback(LOK_CALLBACK_TEXT_SELECTION,
 sRect);
+const SwCursorShell* pShell = GetShell();
+if (!pShell)
+{
+return;
+}
+
+SfxViewShell* pSfxViewShell = pShell->GetSfxViewShell();
+if (!pSfxViewShell)
+{
+return;
+}
+
+pSfxViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_TEXT_SELECTION, 
sRect);
 SfxLokHelper::notifyOtherViews(GetShell()->GetSfxViewShell(), 
LOK_CALLBACK_TEXT_VIEW_SELECTION, "selection", sRect);
 }
 }


[Bug 161782] Unable to back out of many Sidebar decks into document with Esc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161782

V Stuart Foote  changed:

   What|Removed |Added

URL||https://design.blog.documen
   ||tfoundation.org/2017/02/16/
   ||guidelines-for-keyboard-nav
   ||igation-in-the-sidebar/

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

[Bug 161783] LibreOffice Calc Right Indenting Doesn't Stay Put But Successively Moves To More Indents Upon Changes/Saves

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161783

Ron Toups  changed:

   What|Removed |Added

 Attachment #194953|Worsheet to duplicate the   |Spreadsheet to duplicate
description|identified issue|the identified issue

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

[Bug 161783] LibreOffice Calc Right Indenting Doesn't Stay Put But Successively Moves To More Indents Upon Changes/Saves

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161783

--- Comment #1 from Ron Toups  ---
Created attachment 194953
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194953=edit
Worsheet to duplicate the identified issue

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

[Bug 161782] Unable to back out of many Sidebar decks into document with Esc

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161782

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=16
   ||1743

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

[Bug 161783] New: LibreOffice Calc Right Indenting Doesn't Stay Put But Successively Moves To More Indents Upon Changes/Saves

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161783

Bug ID: 161783
   Summary: LibreOffice Calc Right Indenting Doesn't Stay Put But
Successively Moves To More Indents Upon Changes/Saves
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: IA64 (Itanium)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rtnos...@gmail.com

Description:
Some cells having indented text continues to have more indents inserted (to
some limit) upon successive spreadsheet changes/saves. This affects approx. 20%
of the total indents I have in one of my spreadsheets containing a dozen or so
worksheets. Though I can't be certain, it appears to be an issue when saving
(FILESAVE) as I can open the spreadsheet in a non-LibreOffice editor and the
number of indents was saved incorrectly. The issue happens every time with my
provided example but doesn't seem to happen every time in my full spreadsheet.

Steps to Reproduce:
1. I'm attaching a spreadsheet with simple and clear example able to duplicate
the issue on my system.
2.
3.

Actual Results:
Indent level often moves on successive document changes/saves

Expected Results:
Indents should remain as set


Reproducible: Always


User Profile Reset: No

Additional Info:
See spreadsheet for simple and clear example of issue

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

[Bug 161494] Calc unresponsive after sorting data and saving

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161494

ady  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Bug 161707] Windows mouse setting "Automatically move pointer to the default button in a dialog box" not respected (see comments 2 and 3)

2024-06-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161707

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Severity|normal  |minor
Summary|In Libreoffice settings,|Windows mouse setting
   |checkbox "Mouse to default  |"Automatically move pointer
   |button" is no longer|to the default button in a
   |available   |dialog box" not respected
   ||(see comments 2 and 3)
 Status|UNCONFIRMED |NEW

--- Comment #5 from Buovjaga  ---
(In reply to recke22 from comment #3)
> feature provided by operating system does not support this in libreoffice.
> this os feature is active on all my notebooks but nevertheless in
> libreoffice mouse pointer does not move to default button.
> no solution.

You're right, I confirm with
Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 6f4adc1274cfac30b9097411bb193bd4386969f0
CPU threads: 2; OS: Windows 11 X86_64 (10.0 build 22621); UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

  1   2   3   >