[Libreoffice-bugs] [Bug 153542] Libreoffice calc 7.5 very slow and unresponsive when zooming in out (wheel mouse) on large spreadsheet unde Debian

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

--- Comment #3 from thurston.m...@laposte.net  ---
i have the feeling we are back to this bug described here:
https://ask.libreoffice.org/t/libreoffice-calc-7-0-very-slow/55970/17

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

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2023-02-10 Thread Caolán McNamara (via logerrit)
 cui/source/options/optgdlg.cxx |1 -
 cui/uiconfig/ui/optviewpage.ui |   10 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit c217359b7b3583ae4156e4c2322fe7d867eb3306
Author: Caolán McNamara 
AuthorDate: Fri Feb 10 19:43:55 2023 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 11 07:44:36 2023 +

set the image in the .ui instead of the .cxx

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

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 3b1f652adbcf..02801e9537c3 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -566,7 +566,6 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, 
weld::DialogController* p
 
 m_xIconStyleLB->set_active(0);
 
-m_xMoreIcons->set_from_icon_name("cmd/sc_additionsdialog.png");
 m_xMoreIcons->connect_clicked(LINK(this, OfaViewTabPage, 
OnMoreIconsClick));
 m_xRunGPTests->connect_clicked( LINK( this, OfaViewTabPage, 
OnRunGPTestClick));
 }
diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index a371f83e584a..5f0286a27531 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -9,6 +9,11 @@
 1
 10
   
+  
+True
+False
+cmd/sc_additionsdialog.png
+  
   
   
 True
@@ -450,9 +455,8 @@
 True
 True
 Add more icon themes via extension
-
-  
-
+image1
+True
   
   
 2


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

2023-02-10 Thread Caolán McNamara (via logerrit)
 cui/uiconfig/ui/optviewpage.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83eceff8e5136504106c2fd9de26543c3785
Author: Caolán McNamara 
AuthorDate: Fri Feb 10 09:14:14 2023 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 11 07:44:21 2023 +

Related: tdf#153229 use 'System' instead of 'Automatic'

in the macOS desktop settings "Automatic" is used
to indicate that the theme changes automatically from
light to dark over time, "System" does seem a little
less ambigious as to its meaning here.

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

diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index 92fa9be49851..a371f83e584a 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -500,7 +500,7 @@
 True
 0
 
-  Automatic
+  System
   Light
   Dark
 


[Libreoffice-bugs] [Bug 153542] Libreoffice calc 7.5 very slow and unresponsive when zooming in out (wheel mouse) on large spreadsheet unde Debian

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

--- Comment #2 from thurston.m...@laposte.net  ---
Testing with stable version (7.4.5), the behaviour is the same, with file very
slow to zoom in out. I am pretty sure this bug was solved in earlier version,
and reappears now, since this exact challenging file had been transmitted to
LibreOffice 2 years ago, and some improvements were made... which seems lost
again. Hope to help

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

[Libreoffice-bugs] [Bug 153205] Selection not cleared when clicking elsewhere after copying text by ctrl-dragging

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

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[Libreoffice-bugs] [Bug 153543] shell constant vbMinimizedFocus shows syntax error

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

--- Comment #2 from johnks  ---
Created attachment 185312
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185312=edit
zip contaning file

https://www.gst.gov.in/download/gstr9c
downloadable from this government website.

this website is not always accessbile from outside india and certain
geographies so i am attaching the file. If you can use a VPN or are able to
access the website, please download from there

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

[Libreoffice-bugs] [Bug 153543] shell constant vbMinimizedFocus shows syntax error

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

--- Comment #1 from johnks  ---
Created attachment 185311
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185311=edit
screenshot of bug

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

[Libreoffice-bugs] [Bug 153543] New: shell constant vbMinimizedFocus shows syntax error

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

Bug ID: 153543
   Summary: shell constant vbMinimizedFocus shows syntax error
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: testing1237...@yahoo.com

Description:
https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/shell-constants

it appears that vbMinimizedFocus is not working in libreoffice. there are 2
more errors in the particular file but i will mention them separately


Steps to Reproduce:
1. open file . allow updating, accept dialogs (4 i think)
2. press on any button "open GSTR-9C..." 
3.skip unexpected symbol error
4. Skip "variable utc_Shellresult" error
5. reach the error

Actual Results:
basic syntax error

Expected Results:
no errors


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Flatpak
Calc: threaded

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

[Libreoffice-bugs] [Bug 153542] Libreoffice calc 7.5 very slow and unresponsive when zooming in out (wheel mouse) on large spreadsheet unde Debian

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

--- Comment #1 from thurston.m...@laposte.net  ---
Created attachment 185310
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185310=edit
a very basic file, with large number of cells (with specific narrow column
size).

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

[Libreoffice-bugs] [Bug 153542] New: Libreoffice calc 7.5 very slow and unresponsive when zooming in out (wheel mouse) on large spreadsheet unde Debian

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

Bug ID: 153542
   Summary: Libreoffice calc 7.5 very slow and unresponsive when
zooming in out (wheel mouse) on large spreadsheet unde
Debian
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thurston.m...@laposte.net

Description:
I am using a quite heavy spreadsheet for years now. (150x150) rows / columns.
When i try to zoom in and out, i notice quite long delay (response), which is
very unconfortable. This was not the case with previous version or at least not
that visible.

Steps to Reproduce:
1. create a file with large number of columns
2. an example of a file you can use is here:
https://edms.cern.ch/document/2443119/1, just download it and try to open it.
3. when opened, try to zoom in and out.

Actual Results:
libreoffice starts to be unresponsive, or shows a lot of delay.

Expected Results:
normally zoom in and out. (this is what is expected).


Reproducible: Always


User Profile Reset: No

Additional Info:
This bug reminds me of one encountered in 2020, which was solved. (at least it
is not the first time i encounter this behaviour).

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

[Libreoffice-bugs] [Bug 83186] FILEOPEN: File takes very long to open / load completely

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME
 CC||p.weissenbac...@gmail.com

--- Comment #10 from Buovjaga  ---
(In reply to Philipp Weissenbacher from comment #9)
> Re-tested the file on
> Version: 7.5.0.3 (X86_64) / LibreOffice Community
> Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
> CPU threads: 12; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL:
> win
> Locale: de-AT (de_AT); UI: en-US
> Calc: CL threaded
> 
> The file opens in ~10 seconds wall clock time.
> 
> I think we can close this as resolved.

I don't understand, maybe you wanted to change some other report? This was
worksforme since 2015.

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

[Libreoffice-bugs] [Bug 153533] The test chart2_import fails on HIDPI display

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

--- Comment #2 from Buovjaga  ---
I had one mentee getting the same issue with testFixedSizeBarChartVeryLongLabel
in July 2022.

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

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

ady  changed:

   What|Removed |Added

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

--- Comment #9 from ady  ---
I don't think it is a duplicate of bug 147740 (and it's surely not a dupe of
bug 144740 :) ).

One thing is for icons to disappear; another one is for half a toolbar to hide.

BTW, this is not a one-time thing. Every time I open Calc, I have the same Home
Tab half hidden and I have to unhide it again. This happens in Calc Home Tab,
but not in other Tabs, not in Calc nor in other components of LO (or at least I
haven't noticed it happening on them).

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9788a565b3241d1bd62394b9e29c322361d05f80
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 135120] REPORT BUILDER: Underline of currency values doesn't work with "automatic Color"

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

--- Comment #8 from Robert Großkopf  ---
Bug is still the same in LO 7.5.0.3. Automatic underlining produces white line,
impossible to get an automatic change from black underlining to red underlining
(for negative values).

Tested with OpenSUSE 15.3 64bit rpm Linux.

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

[Libreoffice-bugs] [Bug 152346] 7.5 Windows 32-bit crashes on startup

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

--- Comment #19 from NickM  ---
Created attachment 185309
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185309=edit
Dump file

Application crashes on "W7 32bit" system.
Аttaching the dump file and its analysis:

Loading Dump File [C:\2\9e666001-b394-4319-9211-614679c39e17.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available


* Symbol Path validation summary **
Response Time (ms) Location
Deferred   CACHE*C:\symbols
Deferred  
SRV*http://dev-downloads.libreoffice.org/symstore/symbols
Deferred  
SRV*http://msdl.microsoft.com/download/symbols
Deferred   symsrv*symsrv.dll*c:\symbols*
http://msdl.microsoft.com/download/symbols
Symbol search path is:
CACHE*C:\symbols;SRV*http://dev-downloads.libreoffice.org/symstore/symbols;SRV*http://msdl.microsoft.com/download/symbols;symsrv*symsrv.dll*c:\symbols*
http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Version 7601 (Service Pack 1) MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Tue Feb  7 00:01:53.000 2023 (UTC + 5:00)
System Uptime: not available
Process Uptime: 0 days 0:00:03.000

..
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(56c.570): Access violation - code c005 (first/second chance not available)
eax=0187 ebx= ecx=778f77a5 edx=00b4f494 esi=0124 edi=
eip=778c6b94 esp=00b4f48c ebp=00b4f4f8 iopl=0 nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs= efl=0246
ntdll!KiFastSystemCallRet:
778c6b94 c3  ret
0:000> !analyze -v
***
* *
*Exception Analysis   *
* *
***

*** WARNING: Unable to verify timestamp for soffice.bin
"soffice": Error (0x80070057): Failed to register NatVis for type
'com::sun::star::uno::Sequence < signed char >' (line 139 (@ 5))
*** WARNING: Unable to verify timestamp for sal3.dll
"sal3": Error (0x80070057): Failed to register NatVis for type
'com::sun::star::uno::Sequence < signed char >' (line 139 (@ 5))
Unable to load image C:\Program Files\LibreOffice\program\salhelper3MSC.dll,
Win32 error 0n2
*** WARNING: Unable to verify timestamp for salhelper3MSC.dll
"salhelper3MSC": Error (0x80070057): Failed to register NatVis for type
'com::sun::star::uno::Sequence < signed char >' (line 139 (@ 5))
GetUrlPageData2 (WinHttp) failed: 12002.

DUMP_CLASS: 2

DUMP_QUALIFIER: 400

CONTEXT:  (.ecxr)
eax=0002 ebx=000c ecx=6fba145b edx=0002 esi= edi=7008a5f8
eip=6df35e62 esp=00b4fb88 ebp=00b4fbe8 iopl=0 nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs= efl=00010246
mergedlo!AllSettings::GetStyleSettings [inlined in
mergedlo!vcl::Window::ImplUpdateGlobalSettings+0x172]:
6df35e62 8b36mov esi,dword ptr [esi]  ds:0023:=
Resetting default scope

FAULTING_IP: 
mergedlo!vcl::Window::ImplUpdateGlobalSettings+172
[C:\cygwin64\home\buildslave\source\libo-core\vcl\source\window\settings.cxx @
154]
6df35e62 8b36mov esi,dword ptr [esi]

EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 6df35e62 (mergedlo!AllSettings::GetStyleSettings)
   ExceptionCode: c005 (Access violation)
  ExceptionFlags: 
NumberParameters: 2
   Parameter[0]: 
   Parameter[1]: 
Attempt to read from address 

PROCESS_NAME:  soffice.bin

ERROR_CODE: (NTSTATUS) 0xc005 - 

EXCEPTION_CODE: (NTSTATUS) 0xc005 - 

EXCEPTION_CODE_STR:  c005

EXCEPTION_PARAMETER1:  

EXCEPTION_PARAMETER2:  

READ_ADDRESS:   

FOLLOWUP_IP: 
mergedlo!vcl::Window::ImplUpdateGlobalSettings+172
[C:\cygwin64\home\buildslave\source\libo-core\vcl\source\window\settings.cxx @
154]
6df35e62 8b36mov esi,dword ptr [esi]

WATSON_BKT_PROCSTAMP:  63d2f6e3

WATSON_BKT_PROCVER:  7.5.0.3

WATSON_BKT_MODULE:  mergedlo.dll

WATSON_BKT_MODSTAMP:  63d2f648

WATSON_BKT_MODOFFSET:  1d15e62

WATSON_BKT_MODVER:  7.5.0.3

BUILD_VERSION_STRING:  6.1.7601.24545 (win7sp1_ldr_escrow.200102-1707)

MODLIST_WITH_TSCHKSUM_HASH:  232b0dafa15ef2145bc77e990d23c317738a1a06

MODLIST_SHA1_HASH:  a108ca177bfca85cb9f40b54bbc63706e255e2fd

DUMP_FLAGS:  0

DUMP_TYPE:  

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

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

Aron Budea  changed:

   What|Removed |Added

 Depends on|153533  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153533
[Bug 153533] The test chart2_import fails on HIDPI display
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153533] The test chart2_import fails on HIDPI display

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

Aron Budea  changed:

   What|Removed |Added

 Blocks|143781  |126862


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126862
[Bug 126862] [META] Issues with unusual builds / unit tests, rare test failures
https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126862] [META] Issues with unusual builds / unit tests, rare test failures

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||153533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153533
[Bug 153533] The test chart2_import fails on HIDPI display
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153533] The test chart2_import fails on HIDPI display

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

Aron Budea  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||153533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153533
[Bug 153533] The test chart2_import fails on HIDPI display
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

--- Comment #8 from ady  ---
(In reply to V Stuart Foote from comment #5)
> OP is dupe of bug 147740, corrected by


> *** This bug has been marked as a duplicate of bug 144740 ***

147740 <> 144740 (using spreadsheet notation). Partially corrected now.

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

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

--- Comment #7 from ady  ---


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

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

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

--- Comment #6 from V Stuart Foote  ---
While OP was against the Grouped Bar and is a dupe.

I do experience issues with Calc in MUFFIN Tabbed Notebook Bar mode where some
number of control widgets on the Home tab are not visible on launch, but become
visible on resize.

The number not shown is varies with width of the UI, but at differing widht on
launch some empty space on the Home tab is present. Resizing the UI immediately
shows the widgets.

@Szymon?


Testing with 20230211 nightly 
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9788a565b3241d1bd62394b9e29c322361d05f80
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; 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.

[Libreoffice-bugs] [Bug 102998] [META] Mail merge bugs and enhancements

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

Bug 153075 Summary: Mail Merge: HTML Mail with picture is broken
https://bugs.documentfoundation.org/show_bug.cgi?id=153075

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153075] Mail Merge: HTML Mail with picture is broken

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

Dieter  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
Looks like a duplicate of bug 115077. Axel, feel free to change it back to
UNCONFIRMED with a short reasoning, if you disagree.

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

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

[Libreoffice-bugs] [Bug 115077] Merge mail wizard send empty images by mail in HTML format

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

Dieter  changed:

   What|Removed |Added

 CC||axel.br...@gmx.de

--- Comment #11 from Dieter  ---
*** Bug 153075 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||szymon.k...@collabora.com,
   ||vsfo...@libreoffice.org
 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7740

--- Comment #5 from V Stuart Foote  ---
OP is dupe of bug 147740, corrected by

https://gerrit.libreoffice.org/c/core/+/146584

Should be available to test now on the 20230211 nightly.

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

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

[Libreoffice-bugs] [Bug 153541] Toggle Appearance mode from Light to Automatic leaves some SB and NB elements in Light mode

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

--- Comment #3 from V Stuart Foote  ---
Same happens in reverse when in os/DE Light theme and toggling from 'Dark' mode
to 'Automatic' mode some elements on the SB and NB do not get correctly
toggled. Only clears with restart of LibreOffice.

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

[Libreoffice-bugs] [Bug 153541] Toggle Appearance mode from Light to Automatic leaves some SB and NB elements in Light mode

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

--- Comment #2 from V Stuart Foote  ---
testing with
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9788a565b3241d1bd62394b9e29c322361d05f80
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; 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.

[Libreoffice-bugs] [Bug 153505] Opening LO after fresh boot then interacting with the navigator pane crashes LibreOffice Writer

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

Ivan  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153541] Toggle Appearance mode from Light to Automatic leaves some SB and NB elements in Light mode

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

V Stuart Foote  changed:

   What|Removed |Added

Summary|Toggle Appearance mode from |Toggle Appearance mode from
   |Light to Automatic leaves   |Light to Automatic leaves
   |some SB elements in Light   |some SB and NB elements in
   |mode|Light mode
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||3229
 CC||caol...@redhat.com,
   ||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---
to fully clear need to exit LO completely not just all modules to Start Center,
and only on restart will fully render system Dark mode in the 'Automatic' mode
setting.

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

[Libreoffice-bugs] [Bug 153541] New: Toggle Appearance mode from Light to Automatic leaves some SB elements in Light mode

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

Bug ID: 153541
   Summary: Toggle Appearance mode from Light to Automatic leaves
some SB elements in Light mode
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vsfo...@libreoffice.org

With recent work on bug 153229, the new Tools -> Options -> View -> Appearance
mode has an issue toggling from 'Light' back to 'Automatic' for Win10 in os/DE
'Dark' color theme.

Elements of the SB, the Decks and the Tab bar are not refreshed and remain in
light mode. Similar for backing elements of the Notebook Bar.

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

[Libreoffice-bugs] [Bug 153238] FILEOPEN, FORMATTING: error while opening Imm's deep sky compendium

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 153505] Opening LO after fresh boot then interacting with the navigator pane crashes LibreOffice Writer

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 153075] Mail Merge: HTML Mail with picture is broken

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 153505] Opening LO after fresh boot then interacting with the navigator pane crashes LibreOffice Writer

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

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

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

[Libreoffice-bugs] [Bug 149995] Calc: the width of the lines of the graph is forgotten

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 149995] Calc: the width of the lines of the graph is forgotten

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150334] Libre Office crashed whilst trying to send an email using Writer's Mail Merge facility

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

--- Comment #5 from QA Administrators  ---
Dear Laurie Spragg,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 149967] documento de excel se traba cuando lo abro con officelibre

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149967] documento de excel se traba cuando lo abro con officelibre

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 95552] Imagemap links do not work, if the image is selected

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

--- Comment #12 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 34940] EDITING: Start on click not added correctly to movies

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

--- Comment #37 from QA Administrators  ---
Dear tim.holy,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 139529] Displayname property does not exist for some Writer styles

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

--- Comment #7 from QA Administrators  ---
Dear Jean-Michel COSTE,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 140314] extensions button pointing to italian unexistent web page

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

--- Comment #2 from QA Administrators  ---
Dear Paolo Benvenuto,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 138725] Duplicate function "Borders (Shift to overwrite)" in Writer's customization dialog

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

--- Comment #15 from QA Administrators  ---
Dear Rafael Lima,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 138388] Calc functions ODDFPRICE and ODDFYIELD do not appear to work correctly

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

--- Comment #5 from QA Administrators  ---
Dear Steve Fanning,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 135120] REPORT BUILDER: Underline of currency values doesn't work with "automatic Color"

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

--- Comment #7 from QA Administrators  ---
Dear Robert Großkopf,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 33686] Thumbnails of .odt in WinXp went wrong

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

--- Comment #12 from adele brown  ---
Wonderful article. Fascinating to read https://papas-games.io

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

[Libreoffice-bugs] [Bug 153506] LibreCalc - When copying an existing sheet to a new sheet LibreCalc does not preserve conditional formatting on new sheet. Example provided in description.

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

--- Comment #3 from ady  ---
(In reply to bwilderhoo from comment #0)
> Actual Results:
> Example of a single line in the new sheet that was incorrectly created a a
> merger of the two lines shown under Expected Results below:

I don't see why exactly you say the single line was _incorrectly_ created.

In the original worksheet, you have 2 lines, but the conditions, the ranges,
and the corresponding styles are either equivalent or the same. As it is, you
could have the two lines merged in the original too.

Now, I can understand the surprise, thinking that "whatever I do, I expect an
exact copy", meaning that you expected no "automatic" merging, even when it was
possible. I could even understand a hypothetical claim that you planned these
lines to be separated for a reason (e.g. a potential future
separated/individual edition of the respective conditions or the respective
styles), and that you don't want this merging. What I don't get is the
assertion that it is is "incorrect".

IOW, you might disagree with how the copying procedure is handled, but the
result is not incorrect.

Am I missing something here?

(I'm leaving NEEDINFO for the report)

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

[Libreoffice-bugs] [Bug 153519] heap-use-after-free involving SwContentTree::m_aUpdTimer during UITest_sw_navigator

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

--- Comment #1 from Jim Raykowski  ---
It seems this might need the same hack after the 'executeAction("CLICK",...' as
is done in commit 9a23ded27470a4c57015e9e5d686259a60d464f2

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

[Libreoffice-bugs] [Bug 153506] LibreCalc - When copying an existing sheet to a new sheet LibreCalc does not preserve conditional formatting on new sheet. Example provided in description.

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

bwilder...@yahoo.com changed:

   What|Removed |Added

 CC||bwilder...@yahoo.com

--- Comment #2 from bwilder...@yahoo.com ---
Created attachment 185308
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185308=edit
This is a requested spreadsheet containing the reported problem.

I have attached a sample spreadsheet that exhibits the reported problem.

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

[Libreoffice-bugs] [Bug 153420] Menú > Ver > Ampliación ("Zoom" en inglés, "Zum" está muy mal)

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

Adolfo Jayme Barrientos  changed:

   What|Removed |Added

 CC|fit...@ubuntu.com   |
 Status|RESOLVED|CLOSED

--- Comment #13 from Adolfo Jayme Barrientos  ---
Okey, no sé de qué me perdí o por qué dices eso... Entiendo que la respuesta
que obtuviste no es la que esperas, pero de eso a argüir que hubo agresión...
creo que alegatos así no cuadran en un ambiente en el que todxs estamos
colaborando desinteresadamente en favor de un proyecto común.

O quién sabe, a lo mejor no va para mí y yal vez se trate de una simple
reacción instintiva ante una respuesta que quizás se perciba como seca; quienes
me conocen saben que no estoy en ese plan.

Te explicaría que tampoco se trata de un término circunscrito a alguna región
hispanoparlante, pero como que el ambiente aquí ya se enrareció y no sé si haya
cabeza para ello. Lo mejor es que me dé de baja del hilo.

Bonito fin de semana

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

[Libreoffice-bugs] [Bug 153540] dark mode forced breaks entire new version

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

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||vsfo...@libreoffice.org

--- Comment #2 from V Stuart Foote  ---
You can of course control this from Windows 10/11 Settings -> Colors

Choose your color --> Select "Custom" 

Then leave Windows "Dark" at the "Choose your default Windows mode"

And set "Light" at the "Choose your default app mode"

LibreOffice will follow the App mode and display Light--Easy-peazy...

However, we have bug 153229 in works to selectively toggle LibreOffice to Light
mode regardless of os/DE settings.

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

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

[Libreoffice-bugs] [Bug 153536] Calc toolbar partially hides

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

ady  changed:

   What|Removed |Added

Summary|Menu display error. |Calc toolbar partially
   ||hides

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

[Libreoffice-bugs] [Bug 153536] Menu display error.

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

ady  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
   Keywords||needUITest
Version|7.5.0.3 release |7.4.5.1 release

--- Comment #4 from ady  ---
Currently using Tabbed UI variant, the toolbar changes ("shrinks"? "partially
hides"?) too.

Version: 7.4.5.1 (x64) / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL

Setting the bug report to version 7.4.5.1 for now, until someone replicates
this in an earlier version.

FWIW, in 7.6.alpha+ the toolbar shows up already "partially hidden" when
opening Calc.

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

[Libreoffice-bugs] [Bug 153455] Bucle infinito en suceso (al ejecutar macro) "Recepción de foco"

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

--- Comment #4 from ramon6419  ---
Creo que lo correcto sería pulsar aceptar sobre el Msgbox, el cursor volvería a
su origen pero que no activara una segunda vez 
la macro, es decir la macro tiene que activarse una sola vez con el suceso
"Recibir foco"

Muchas gracias por su atención

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

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

2023-02-10 Thread Caolán McNamara (via logerrit)
 hwpfilter/source/hbox.cxx |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit d6b590feda1c61fd5ed14c0be66379b8e5de0c6a
Author: Caolán McNamara 
AuthorDate: Fri Feb 10 15:02:52 2023 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 11 00:10:51 2023 +

ofz: Use-of-uninitialized-value

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

diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index 3b740999b560..47d18e76fc1e 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -579,10 +579,11 @@ OUString Outline::GetUnicode() const
 case OLSTY_NUMS2:
 {
 OStringBuffer buf;
-int i;
-
-for (i = 0; i <= level; i++)
+for (unsigned int i = 0; i <= level; ++i)
 {
+if (i >= std::size(number))
+break;
+
 levelnum = ((number[i] < 1) ? 1 : number[i]);
 buf.append(OString::number(levelnum));
 if (!(shape == OLSTY_NUMS2 && i && i == level))


[Libreoffice-bugs] [Bug 143123] Port Java SDK examples to Python

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

Hossein  changed:

   What|Removed |Added

   Assignee|pedro.abreu2...@hotmail.com |libreoffice-b...@lists.free
   ||desktop.org

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

[Libreoffice-bugs] [Bug 106306] RTL: Wrong text language detection for punctuation at the beginning of sentence

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

--- Comment #17 from Hossein  ---
Still reproducible with the latest LO 7.6 dev master:
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 72959cc2b36749a779b56522f27e290731187043
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: fa-IR (fa_IR); UI: en-US
Calc: threaded

You can reproduce it with a few steps:

1. Create a new Writer document.

2. Go to "Tools > Options > Language Settings > Languages > Default Language
for Documents > Complex text layout". Set the combo box to "Persian".

3. Make the paragraph LTR using "left ctrl+ left shift"

4. Type -> "test" (including the double quotes).

You will get «Test" and this is wrong.

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

[Libreoffice-bugs] [Bug 153420] Menú > Ver > Ampliación ("Zoom" en inglés, "Zum" está muy mal)

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

--- Comment #12 from Ricardo M. Morales  ---
Disculpen, pensaba que aceptaban propuestas, solo se marcaba un error, que lo
es, afuera de españa. se entendió todo, cuando fue
respetuoso/considerado/enfocado, y cuando dejó de serlo. fuerte abrazo, quedó
clarísimo, antes de la agresión :)

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

Rafał Dobrakowski license statement

2023-02-10 Thread Rafał Dobrakowski
   All of my past & future contributions to LibreOffice may be
   licensed under the MPLv2/LGPLv3+ dual license.


[Libreoffice-bugs] [Bug 153540] dark mode forced breaks entire new version

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

--- Comment #1 from Mikula Beutl  ---
I just installed the version 7.4.5.1 again and you can see it's a different
world when i open that one https://i.imgur.com/DIF29n1.png

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

[Libreoffice-bugs] [Bug 153536] Menu display error.

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

--- Comment #3 from Ciekawski  ---
Created attachment 185307
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185307=edit
Screen shot 2

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

[Libreoffice-bugs] [Bug 153536] Menu display error.

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

--- Comment #2 from Ciekawski  ---
Created attachment 185306
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185306=edit
Screen shot 1

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

[Libreoffice-bugs] [Bug 153540] New: dark mode forced breaks entire new version

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

Bug ID: 153540
   Summary: dark mode forced breaks entire new version
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikula.be...@gmail.com

Created attachment 185305
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185305=edit
the big issue

I just downloaded the latest version 7.5.0.3 and have to download 7.4.5.1 again
because (see attachment) there was no way for me to be able to get light mode
working so it does not use the stupid dark mode which was forced to use with
this new version

And there is no easy option to just select the clean white version, which was
usable...

please, I can't download any new version of yours unless you fix this..

i have Windows 10 with dark mode on and 150% dpi and 28inch screen with 4k
resolution, as you can see, also the personalization selection did not fix the
black layout..

i tried to find guides online for a fix but google can't find anything useful
to fix this

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

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

2023-02-10 Thread Caolán McNamara (via logerrit)
 cui/source/options/optgdlg.cxx |   26 --
 cui/source/options/optgdlg.hxx |3 +++
 2 files changed, 19 insertions(+), 10 deletions(-)

New commits:
commit 71a37d733cb81d478af61425859e4c80f0f1e2f0
Author: Caolán McNamara 
AuthorDate: Fri Feb 10 12:53:33 2023 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Fri Feb 10 22:55:21 2023 +

Resolves: tdf#153497 update automatic icon-theme name on dark mode change

Change-Id: I6b41d04ad902d5b123a110b52426ea2c2de79e4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146774
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit 88cee07ee023899ffd482bbe52bf0c02c58890d0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146794
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 4405fdb3e76b..eea8868a646c 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -546,6 +546,7 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, 
weld::DialogController* p
 , m_xMouseMiddleLB(m_xBuilder->weld_combo_box("mousemiddle"))
 , m_xMoreIcons(m_xBuilder->weld_button("btnMoreIcons"))
 , m_xRunGPTests(m_xBuilder->weld_button("btn_rungptest"))
+, m_sAutoStr(m_xIconStyleLB->get_text(0))
 {
 if (Application::GetToolkitName().startsWith("gtk"))
 m_xMenuIconBox->hide();
@@ -554,8 +555,18 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, 
weld::DialogController* p
 
 m_xUseSkia->connect_toggled(LINK(this, OfaViewTabPage, OnUseSkiaToggled));
 
+UpdateIconThemes();
+
+m_xIconStyleLB->set_active(0);
+
+m_xMoreIcons->set_from_icon_name("cmd/sc_additionsdialog.png");
+m_xMoreIcons->connect_clicked(LINK(this, OfaViewTabPage, 
OnMoreIconsClick));
+m_xRunGPTests->connect_clicked( LINK( this, OfaViewTabPage, 
OnRunGPTestClick));
+}
+
+void OfaViewTabPage::UpdateIconThemes()
+{
 // Set known icon themes
-OUString sAutoStr( m_xIconStyleLB->get_text( 0 ) );
 m_xIconStyleLB->clear();
 StyleSettings aStyleSettings = 
Application::GetSettings().GetStyleSettings();
 mInstalledIconThemes = aStyleSettings.GetInstalledIconThemes();
@@ -565,9 +576,7 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, 
weld::DialogController* p
 OUString autoThemeId = aStyleSettings.GetAutomaticallyChosenIconTheme();
 const vcl::IconThemeInfo& autoIconTheme = 
vcl::IconThemeInfo::FindIconThemeById(mInstalledIconThemes, autoThemeId);
 
-OUString entryForAuto = sAutoStr + " (" +
-autoIconTheme.GetDisplayName() +
-")";
+OUString entryForAuto = m_sAutoStr + " (" + autoIconTheme.GetDisplayName() 
+ ")";
 m_xIconStyleLB->append("auto", entryForAuto); // index 0 means choose 
style automatically
 
 // separate auto and other icon themes
@@ -575,12 +584,6 @@ OfaViewTabPage::OfaViewTabPage(weld::Container* pPage, 
weld::DialogController* p
 
 for (auto const& installIconTheme : mInstalledIconThemes)
 m_xIconStyleLB->append(installIconTheme.GetThemeId(), 
installIconTheme.GetDisplayName());
-
-m_xIconStyleLB->set_active(0);
-
-m_xMoreIcons->set_from_icon_name("cmd/sc_additionsdialog.png");
-m_xMoreIcons->connect_clicked(LINK(this, OfaViewTabPage, 
OnMoreIconsClick));
-m_xRunGPTests->connect_clicked( LINK( this, OfaViewTabPage, 
OnRunGPTestClick));
 }
 
 OfaViewTabPage::~OfaViewTabPage()
@@ -899,6 +902,9 @@ void OfaViewTabPage::Reset( const SfxItemSet* )
 m_xNotebookbarIconSizeLB->set_active(nNotebookbarSizeLB_InitialSelection);
 m_xNotebookbarIconSizeLB->save_value();
 
+// tdf#153497 set name of automatic icon theme, it may have changed due to 
"Apply" while this page is visible
+UpdateIconThemes();
+
 if (aMiscOptions.IconThemeWasSetAutomatically()) {
 nStyleLB_InitialSelection = 0;
 }
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index a4c686cc2b27..0e0796e0db62 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -113,6 +113,8 @@ private:
 std::unique_ptr m_xMoreIcons;
 std::unique_ptr m_xRunGPTests;
 
+OUString m_sAutoStr;
+
 DECL_LINK(OnAntialiasingToggled, weld::Toggleable&, void);
 DECL_LINK(OnUseSkiaToggled, weld::Toggleable&, void);
 DECL_STATIC_LINK(OfaViewTabPage, OnMoreIconsClick, weld::Button&, void);
@@ -120,6 +122,7 @@ private:
 void UpdateSkiaStatus();
 void HideSkiaWidgets();
 void UpdateHardwareAccelStatus();
+void UpdateIconThemes();
 
 public:
 OfaViewTabPage(weld::Container* pPage, weld::DialogController* 
pController, const SfxItemSet& rSet);


[Libreoffice-bugs] [Bug 153420] Menú > Ver > Ampliación ("Zoom" en inglés, "Zum" está muy mal)

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

--- Comment #11 from Adolfo Jayme Barrientos  ---
«Escala» equivale a «scale», y la traducción anterior confundía ambos; entonces
no.
«Zum» es un préstamo abarcativo, no exclusivo del campo de la fotografía. Y sí,
sí está «en español».
«Ampliación» se pudo haber usado pero su campo semántico no es exactamente
equivalente al inglés «zoom».
Creo que ya se explicó a la perfección que no es un error y la premisa del bug
no es válida.

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

[Libreoffice-bugs] [Bug 153527] LibreOffice 7.5 Calc Windows 11 22H2 Failed to format entire spreadsheet

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||vsfo...@libreoffice.org

--- Comment #2 from V Stuart Foote  ---
Actually believe this is correct behavior. With your Select All, only the cells
with values are actually selected and directly formatted by the change. 

The empty cells outside the filled selection remain unformatted and with
defaults.

Alternatively, if you want to affect the entire sheet all at once you would
modify the 'Cell' style--likely just editing the 'Default' style.

So IMHO => NAB

@Eike?

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

[Libreoffice-bugs] [Bug 153539] New: EDITING Some Calc functions add extra space character for each cell's edition

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

Bug ID: 153539
   Summary: EDITING Some Calc functions add extra space character
for each cell's edition
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adylo811...@gmail.com

1. New Calc document (using comma as argument separator in the following steps)
2. A1: 1
3. C1: =AND(A1,B1)  (do not press [ENTER] yet)
4. ENTER, ArrowUp, F2, Backspace, ENTER
5. In C1, add (at least) one space character between the function name and the
first opening bracket:
 C1: =AND (A1,B1) (and [ENTER])
5.1. Go back to focus on C1 (i.e. click once on C1). Note that one additional
space character was also automatically added before the function name: "= AND
(A1,B1)".
6. ENTER, ArrowUp, F2, Backspace, ENTER
7. ENTER, ArrowUp, F2, Backspace, ENTER
8. ENTER, ArrowUp, F2, Backspace, ENTER
9. ENTER, ArrowUp, F2, Backspace, ENTER

Now it is clear that between the equal sign and the function name "AND", (what
seems to be) a space character is being automatically added for each edition.
(Why? What for? What is Calc trying to correct, or enhance, or compensate for?
Anyway...)

To trigger the behavior, step 5 above is the key.

The specific function, "AND" in this case, is semi-circumstantial. The same
behavior can be seen with "OR" too, but not with XOR, IF, SUM...

Tested in:
Version: 7.4.5.1 (x64) / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL

Also tested in:
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9d44236a62bf59d120dda89924d0d1407b2bd52b
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL threaded

Repro also by:
 https://listarchives.libreoffice.org/global/users/2023/msg00046.html

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

[Libreoffice-bugs] [Bug 90796] [META] HiDPI / Retina bugs

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

Hossein  changed:

   What|Removed |Added

 Depends on||153533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153533
[Bug 153533] The test chart2_import fails on HIDPI display
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153533] The test chart2_import fails on HIDPI display

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

Hossein  changed:

   What|Removed |Added

 Blocks||90796


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 153533] The test chart2_import fails on HIDPI display

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

Hossein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Hossein  ---
Confirming as per problem reported by the mentee.

Chart2ImportTest::testPieChartPlotAreaMarginWithAutomaticLayout finished in:
871ms
C:/cygwin/home/user/lode/dev/core/chart2/qa/extras/chart2import.cxx(2277) :
error : Assertion
Test name: Chart2ImportTest::testAutomaticSizeBarChartVeryLongLabel
double equality assertion failed
- Expected: 5320
- Actual  : 4765
- Delta   : 100

Failures !!!
Run: 85   Failure total: 1   Failures: 1   Errors: 0
warn:vcl.gdi.wndproc:14936:7040:vcl/win/app/salinst.cxx:631: ignoring timer
event because we are shutting down
warn:vcl.schedule.deinit:14936:7040:vcl/source/app/scheduler.cxx:177: DeInit
task: Timer a: 1 p: 1 drawinglayer ImpTimedRefDev destroy mpVirDev 18ms
(01B252DE4090)
warn:vcl.schedule.deinit:14936:7040:vcl/source/app/scheduler.cxx:177: DeInit
task: Timer a: 1 p: 1 graphic::Manager maSwapOutTimer 1ms
(7FF9A039CEB8)
warn:vcl.schedule.deinit:14936:7040:vcl/source/app/scheduler.cxx:177: DeInit
task: Timer a: 1 p: 1 sc ScModule IdleTimer 150ms (01B2529B9050) (ignored)
warn:vcl.schedule.deinit:14936:7040:vcl/source/app/scheduler.cxx:198: DeInit
active tasks: 3 (ignored: 1)
warn:vcl.gdi.wndproc:14936:7040:vcl/win/app/salinst.cxx:631: ignoring timer
event because we are shutting down
warn:vcl.gdi.wndproc:14936:7040:vcl/win/app/salinst.cxx:631: ignoring timer
event because we are shutting down
warn:vcl.gdi.wndproc:14936:7040:vcl/win/app/salinst.cxx:631: ignoring timer
event because we are shutting down
warn:vcl.gdi.wndproc:14936:7040:vcl/win/app/salinst.cxx:631: ignoring timer
event because we are shutting down

Error: a unit test failed, please do one of:
make CppunitTest_chart2_import CPPUNITTRACE=TRUE # which is a shortcut for the
following line
make CppunitTest_chart2_import CPPUNITTRACE="'C:/Program Files/Microsoft Visual
Studio/2022/Community/Common7/IDE/devenv.exe' /debugexe" # for interactive
debugging in Visual Studio
make CppunitTest_chart2_import CPPUNITTRACE="drmemory -free_max_frames 20" #
for memory checking (install Dr.Memory first, and put it to your PATH)

You can limit the execution to just one particular test by:

make CppunitTest_chart2_import CPPUNIT_TEST_NAME="testXYZ" ...above mentioned
params...

make[1]: ***
[C:/cygwin/home/user/lode/dev/core/solenv/gbuild/CppunitTest.mk:119:
C:/cygwin/home/user/lode/dev/core/workdir/CppunitTest/chart2_import.test] Error
1
make: *** [Makefile:289: build] Error 2

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

[Libreoffice-bugs] [Bug 153538] New: Writer freezes and crashes without any error message

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

Bug ID: 153538
   Summary: Writer freezes and crashes without any error message
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@onet.pl

Description:
>From time to time Writer first freezes and then crashes without any error
message or apparent reason. I'm able to recover the files but this is becoming
quite annoying. Usually the freeze and crash happens during scrolling longer
texts but it also happened while copy/pasting text, deleting or even while
simply writing something (happened 5 mins ago). Is there any way I can
investigate deeper/provide more data?
I did reset the profile, re-installed everything and did as much clean-up as
possible, nothing helps.

Steps to Reproduce:
Unable to provide, the crashes appear completely random with a bit higher
probability during scrolling long texts (200 pages) or during intensive
copy-pasting sessions.

Actual Results:
see above

Expected Results:
see above


Reproducible: Sometimes


User Profile Reset: Yes

Additional Info:
Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 16; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: pl-PL (pl_PL); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 153496] Using a theme color is not noticed as theme color

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

--- Comment #3 from Regina Henschel  ---
The problem is only with the drop-down in the toolbar or in the sidebar. The
theme is correct, when the color is chosen in the Area-dialog.

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

[Libreoffice-bugs] [Bug 153536] Menu display error.

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Sorry, the screenshot is missing.

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

[Libreoffice-bugs] [Bug 153535] Extension not added to file name

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
When saving first time or with 'Save As' there is an option to 'Automatic
filename extension', marking it should be enough.

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - 3 commits - desktop/source lingucomponent/config lingucomponent/source

2023-02-10 Thread Szymon Kłos (via logerrit)
 desktop/source/lib/init.cxx|  190 
++
 lingucomponent/config/Linguistic-lingucomponent-grammarchecker.xcu |2 
 lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx  |   50 +-
 3 files changed, 76 insertions(+), 166 deletions(-)

New commits:
commit 7fb089be113f3f95d9a13e3aafafc64107301d1d
Author: Szymon Kłos 
AuthorDate: Fri Feb 10 14:56:06 2023 +0100
Commit: Andras Timar 
CommitDate: Fri Feb 10 21:55:58 2023 +

lok: remove old hack for LanguageTool locales

Change-Id: I1098c51f03b4cdd4f21a635f7b6aae8e90fd9f9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146779
Reviewed-by: Henry Castro 
Tested-by: Jenkins CollaboraOffice 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2d79b7e57d3a..8c3e82ff0896 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -5396,132 +5396,6 @@ static void 
doc_setGraphicSelection(LibreOfficeKitDocument* pThis, int nType, in
 pDoc->setGraphicSelection(nType, nX, nY);
 }
 
-static uno::Any getDocLanguages(LibreOfficeKitDocument* pThis)
-{
-SfxViewFrame* pViewFrame = SfxViewFrame::Current();
-if (!pViewFrame)
-return uno::makeAny(Sequence());
-
-SfxDispatcher* pDispatcher = pViewFrame->GetBindings().GetDispatcher();
-if (!pDispatcher)
-return uno::makeAny(Sequence());
-
-css::uno::Any aLangStatus;
-pDispatcher->QueryState(SID_LANGUAGE_STATUS, aLangStatus);
-
-OUString sCurrent;
-OUString sKeyboard;
-OUString sGuessText;
-SvtScriptType eScriptType = SvtScriptType::LATIN | SvtScriptType::ASIAN
-| SvtScriptType::COMPLEX;
-
-Sequence aSeqLang;
-if (aLangStatus >>= aSeqLang)
-{
-if (aSeqLang.getLength() == 4)
-{
-sCurrent = aSeqLang[0];
-eScriptType = static_cast(aSeqLang[1].toInt32());
-sKeyboard = aSeqLang[1];
-sGuessText = aSeqLang[2];
-}
-}
-else
-{
-aLangStatus >>= sCurrent;
-}
-
-LanguageType nLangType;
-std::set aLangItems;
-
-if (!sCurrent.isEmpty())
-{
-nLangType = SvtLanguageTable::GetLanguageType(sCurrent);
-if (nLangType != LANGUAGE_DONTKNOW)
-{
-aLangItems.insert(nLangType);
-}
-}
-
-const AllSettings& rAllSettings = Application::GetSettings();
-nLangType = rAllSettings.GetLanguageTag().getLanguageType();
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-
-nLangType = rAllSettings.GetUILanguageTag().getLanguageType();
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-
-if (!sKeyboard.isEmpty())
-{
-nLangType = SvtLanguageTable::GetLanguageType(sKeyboard);
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & 
SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-}
-
-if (!sGuessText.isEmpty())
-{
-Reference xLangGuesser;
-try
-{
-xLangGuesser = linguistic2::LanguageGuessing::create(xContext);
-}
-catch(...)
-{
-}
-
-if (xLangGuesser.is())
-{
-lang::Locale aLocale = 
xLangGuesser->guessPrimaryLanguage(sGuessText, 0,
-  
sGuessText.getLength());
-LanguageTag aLanguageTag(aLocale);
-nLangType = aLanguageTag.getLanguageType(false);
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & 
SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-}
-}
-
-LibLODocument_Impl* pDocument = static_cast(pThis);
-Reference 
xDocumentLanguages(pDocument->mxComponent, UNO_QUERY);
-if (xDocumentLanguages.is())
-{
-const Sequence 
aLocales(xDocumentLanguages->getDocumentLanguages(
-  
static_cast(eScriptType), 64));
-
-for (const lang::Locale& aLocale : aLocales)
-{
-nLangType = SvtLanguageTable::GetLanguageType(aLocale.Language);
-if (nLangType != LANGUAGE_DONTKNOW &&
-(eScriptType & 
SvtLanguageOptions::GetScriptTypeOfLanguage(nLangType)))
-{
-aLangItems.insert(nLangType);
-}
-}
-}
-
-int nLocale = 0;
-Sequence aLocales(aLangItems.size());
-auto pLocales = aLocales.getArray();
-for (const LanguageType& itLang : aLangItems)
-{
-pLocales[nLocale++] = LanguageTag::convertToLocale(itLang);
-}
-
-return 

[Libreoffice-bugs] [Bug 153530] Pivot total columns state not respected

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file.

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

[Libreoffice-bugs] [Bug 153527] LibreOffice 7.5 Calc Windows 11 22H2 Failed to format entire spreadsheet

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
I think the behavior was implemented not too much ago, to avoid so large direct
format by mistake, so it is applied up to the last cell with data on the sheet.
If you really want it, go to the last cell (right+bottom) on the sheet or where
you want the styles, introduce something and delete it, now you can select all,
an apply a style or the direct format.
Use styles as much as possible.

Or maybe the option:
Menu/Tools/Options/LIbreOffice Calc/General - Input settings - Expand
formatting.
Is what you are looking for.

"
Expand formatting

Specifies whether to automatically apply the formatting attributes of the
selected cell to the empty adjacent cells. If, for example, the contents of the
selected cell have the bold attribute, this bold attribute will also apply to
adjacent cells. Cells that already have a special format will not be modified
by this function. You can see the range in question by pressing the Ctrl + *
(multiplication sign on the number pad) shortcut. This format also applies to
all new values inserted within this range. The normal default settings apply to
cells outside this range.
"

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

[Libreoffice-bugs] [Bug 45705] DRAW/IMPRESS: New UNO commands for "Zoom in" and "Zoom out" of document canvas, to support keyboard zoom (comment 47)

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||leftcr...@tutanota.com

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

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

[Libreoffice-ux-advise] [Bug 153513] It's impossible to zoom in and out with the keyboard in any of the apps

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

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||vsfo...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from V Stuart Foote  ---
Implemented since 7.1 are .uno:ZoomPlus and .uno:ZoomMinus allowing keyboard
function to match + progressive zoom.

Tools -> Customize -> Keyboard and search from the "Functions" bar for zoom. As
noted the "Zoom In" and "Zoom Out" found correspond to the above UNO. Assign to
keys (with function highlighted, select the key from panel above, and "modify"
to apply, repeat for both).

Personally I find the +[ and +] from Adobe practices to be most
comfortable, unlike the + and - pair which requires a Shift.

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

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

[Libreoffice-bugs] [Bug 153513] It's impossible to zoom in and out with the keyboard in any of the apps

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

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||vsfo...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from V Stuart Foote  ---
Implemented since 7.1 are .uno:ZoomPlus and .uno:ZoomMinus allowing keyboard
function to match + progressive zoom.

Tools -> Customize -> Keyboard and search from the "Functions" bar for zoom. As
noted the "Zoom In" and "Zoom Out" found correspond to the above UNO. Assign to
keys (with function highlighted, select the key from panel above, and "modify"
to apply, repeat for both).

Personally I find the +[ and +] from Adobe practices to be most
comfortable, unlike the + and - pair which requires a Shift.

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

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

[Libreoffice-bugs] [Bug 153537] A field should have its own character style

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

--- Comment #1 from tor...@yahoo.com ---
Created attachment 185304
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185304=edit
line with 2 fields

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

[Libreoffice-bugs] [Bug 153205] Selection not cleared when clicking elsewhere after copying text by ctrl-dragging

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

Jim Raykowski  changed:

   What|Removed |Added

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

--- Comment #22 from Jim Raykowski  ---
@Buovjaga, Thanks for testing!

I will set this bug as resolved fixed now that the patches are merged.

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

[Libreoffice-bugs] [Bug 153205] Selection not cleared when clicking elsewhere after copying text by ctrl-dragging

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

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

https://git.libreoffice.org/core/commit/9788a565b3241d1bd62394b9e29c322361d05f80

tdf#153205 related: Improve selection mode control icon update

It will be available in 7.6.0.

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

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

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

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

2023-02-10 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/docvw/edtdd.cxx  |   10 ++
 sw/source/uibase/docvw/edtwin.cxx |2 +-
 sw/source/uibase/inc/edtwin.hxx   |1 +
 sw/source/uibase/wrtsh/select.cxx |1 +
 4 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 9788a565b3241d1bd62394b9e29c322361d05f80
Author: Jim Raykowski 
AuthorDate: Thu Feb 9 08:57:56 2023 -0900
Commit: Jim Raykowski 
CommitDate: Fri Feb 10 21:28:01 2023 +

tdf#153205 related: Improve selection mode control icon update

This patch makes the status bar selection mode control icon change to
adding selection when the mouse is used to select text while the ctrl
key is pressed and the mouse is moving, which is the behaviour when
the mouse is not moving and selection begins. It also makes the icon
show the correct mode when doing DnD.

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

diff --git a/sw/source/uibase/docvw/edtdd.cxx b/sw/source/uibase/docvw/edtdd.cxx
index 8f86aa1d310a..278030c1f5ec 100644
--- a/sw/source/uibase/docvw/edtdd.cxx
+++ b/sw/source/uibase/docvw/edtdd.cxx
@@ -121,6 +121,16 @@ void SwEditWin::StartDrag( sal_Int8 /*nAction*/, const 
Point& rPosPixel )
 if ( !bStart || m_bIsInDrag )
 return;
 
+// If the add selection mode has been pushed in the MouseButtonDown 
handler it needs to be
+// popped or it will remain active and noticable in the statusbar 
selection control until the
+// next MouseButtonUp event after the DnD, since a MouseButtonUp event is 
not received by the
+// edit window when DnD is done.
+if (g_bModePushed)
+{
+rSh.PopMode();
+g_bModePushed = false;
+}
+
 m_bMBPressed = false;
 ReleaseMouse();
 g_bFrameDrag = false;
diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index 744730d9942e..1729bbfdde8a 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -173,7 +173,7 @@ static bool g_bHoldSelection  = false;
 
 bool g_bFrameDrag   = false;
 static bool g_bValidCursorPos   = false;
-static bool g_bModePushed = false;
+bool g_bModePushed = false;
 bool g_bDDTimerStarted= false;
 bool g_bDDINetAttr= false;
 static SdrHdlKind g_eSdrMoveHdl   = SdrHdlKind::User;
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index e2a7ca97bcab..b5e09726a0b3 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -295,6 +295,7 @@ public:
 virtual FactoryFunction GetUITestFactory() const override;
 };
 
+extern bool g_bModePushed;
 extern bool g_bFrameDrag;
 extern bool g_bDDTimerStarted;
 extern bool g_bDDINetAttr;
diff --git a/sw/source/uibase/wrtsh/select.cxx 
b/sw/source/uibase/wrtsh/select.cxx
index 4cf35eb7d992..c955a8bdd174 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -55,6 +55,7 @@ void SwWrtShell::Invalidate()
 // to avoid making the slot volatile, invalidate it every time if 
something could have been changed
 // this is still much cheaper than asking for the state every 200 ms (and 
avoid background processing)
 GetView().GetViewFrame()->GetBindings().Invalidate( FN_STAT_SELMODE );
+GetView().GetViewFrame()->GetBindings().Update(FN_STAT_SELMODE); // make 
selection mode control icon update immediatly
 SwWordCountWrapper *pWrdCnt = 
static_cast(GetView().GetViewFrame()->GetChildWindow(SwWordCountWrapper::GetChildWindowId()));
 if (pWrdCnt)
 pWrdCnt->UpdateCounts();


[Libreoffice-bugs] [Bug 153537] New: A field should have its own character style

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

Bug ID: 153537
   Summary: A field should have its own character style
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tor...@yahoo.com

Description:
A field uses the same character style as the host paragraph —docField.odt, 1st
line.
If one wants another style for a particular field, one must change "by hand"
—2nd line, where the pNom is italic. But, it should be possible to avoid this
directFormatting by assigning this format to all such fields, with
EditFields(^f2)>DocInfo>Custom, Format dialog active. (Currently, it isn't.) If
no special character format were assigned (as is currently the case), the
character style of the host paragraph would apply.

Steps to Reproduce:
1.Open docField.odt
2.
3.

Actual Results:
fields have the same character style as the host paragraph, unless changed by
directFormatting.

Expected Results:
A field should have its own, pre-defined, character style


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 4; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_CA); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 153536] New: Menu display error.

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

Bug ID: 153536
   Summary: Menu display error.
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ciekaw...@10g.pl

Description:
Menu display error.
It appears when I start editing a cell in a spreadsheet.
I'm using the toolbar: grouped, compact.
Screenshots are attached.
I am using the Polish language version.

Steps to Reproduce:
1. I open a spreadsheet.
2. I click to edit a spreadsheet cell.
3. Menu: grouped, compact disappears partially.

Actual Results:
Does not work properly

Expected Results:
Does not work properly


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Menu display error.
It appears when I start editing a cell in a spreadsheet.
I'm using the toolbar: grouped, compact.
Screenshots are attached.
I am using the Polish language version.

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

[Libreoffice-bugs] [Bug 153522] .doc file is not opened correctly

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #5 from m.a.riosv  ---
File opens fine for me on win10.
Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

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

[Libreoffice-commits] core.git: configure.ac

2023-02-10 Thread Michael Weghorn (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44801e26e098cc1cf7f96e3b233c2b9e5084c9fd
Author: Michael Weghorn 
AuthorDate: Fri Feb 10 15:13:45 2023 +0100
Commit: Michael Weghorn 
CommitDate: Fri Feb 10 21:17:38 2023 +

qt6 configure: Search for Qt 6 moc in more locations

This e.g. makes this find the correct moc on Arch Linux,
where the Qt 6 moc is provided under `/usr/lib/qt6/moc`
by package `qt6-base`.

Change-Id: Iefca23e6391a952eb79108260ae1417fc75ad0ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146781
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
Reviewed-by: Michael Weghorn 

diff --git a/configure.ac b/configure.ac
index 3dd1a3df366a..ad1caa71cd80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13116,7 +13116,7 @@ then
 qt6_libexec_dirs="$qt6_libexec_dirs:$lib_dir/libexec"
 fi
 done
-AC_PATH_PROGS( MOC6, [moc-qt6 moc], no, [`dirname 
$qt6_libdir`/libexec:$QT6DIR/libexec:$qt6_libexec_dirs:$PATH])
+AC_PATH_PROGS( MOC6, [moc-qt6 moc], no, [`dirname 
$qt6_libdir`/libexec:$QT6DIR/libexec:$qt6_libexec_dirs:`echo $qt6_libdirs | 
$SED -e 's/ /:/g'`:$PATH])
 if test "$MOC6" = "no"; then
 AC_MSG_ERROR([Qt Meta Object Compiler not found.  Please specify
 the root of your Qt installation by exporting QT6DIR before running 
"configure".])


[Libreoffice-commits] core.git: configure.ac

2023-02-10 Thread Michael Weghorn (via logerrit)
 configure.ac |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 9fbcf60c51f9bc553c6e6e0204fac975a87ebf13
Author: Michael Weghorn 
AuthorDate: Fri Feb 10 15:12:36 2023 +0100
Commit: Michael Weghorn 
CommitDate: Fri Feb 10 21:16:34 2023 +

qt6 configure: Add moc version check

This way, it is determined at configure time
if the moc meant to be used for Qt 6 is actually a Qt 5
one, as happened e.g. on Arch Linux without
upcoming Change-Id Iefca23e6391a952eb79108260ae1417fc75ad0ef
("qt6 configure: Search for Qt 6 moc in more locations").

Fail at configure rather than build time in such cases.

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

diff --git a/configure.ac b/configure.ac
index ed0e05d6a7b3..3dd1a3df366a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13120,6 +13120,12 @@ then
 if test "$MOC6" = "no"; then
 AC_MSG_ERROR([Qt Meta Object Compiler not found.  Please specify
 the root of your Qt installation by exporting QT6DIR before running 
"configure".])
+else
+moc6_test_ver="`$MOC6 -v 2>&1 | $SED -n -e 's/^moc \(6.*\)/\1/p'`"
+if test -z "$moc6_test_ver"; then
+AC_MSG_ERROR([Wrong moc for Qt6 found.])
+fi
+AC_MSG_NOTICE([Detected moc version: $moc_test_ver])
 fi
 fi
 AC_SUBST(QT6_CFLAGS)


[Libreoffice-bugs] [Bug 149273] Clicking on 'Entries' tab when inserting/editing an index crashes Writer (Mac OS)

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

--- Comment #13 from Simon Herrmann  ---
Good question. I guess I was happy to donate to the project and liked, that
FLOSS-Software is present in the app store, so that more people will see it and
users even on locked down devices can use it. But your question made me the
7.4.5 from the direct download, and does not have this error. So there's only a
problem with the app-store edition.

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

[Libreoffice-bugs] [Bug 56412] RTL UI: Movement of embedded objects is opposite to the change direction

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

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||eyalr...@gmx.com

--- Comment #16 from Eyal Rozenberg  ---
Bug still manifests with

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

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

[Libreoffice-commits] core.git: Changes to 'distro/collabora/co-22.05-testflight'

2023-02-10 Thread Patrick Luby (via logerrit)
New branch 'distro/collabora/co-22.05-testflight' available with the following 
commits:


Re: Extended ODF schema

2023-02-10 Thread Laurent Balland

Hi Regina,

Le 10/02/2023 à 20:21, Regina Henschel a écrit :

Hi Laurent,

can you please give examples, what markup you want to achieve in the 
document file.


Kind regards,
Regina


Here is an example of markup generated:

  
   number:min-decimal-places="2" number:min-integer-digits="2"/>

    
   fin
  

For code 00.00_M"fin"

The extension concerns only attribute loext:blank-width-char

Best regards

Laurent


[Libreoffice-bugs] [Bug 153535] New: Extension not added to file name

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

Bug ID: 153535
   Summary: Extension not added to file name
   Product: LibreOffice
   Version: 7.4.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jens.d...@live.de

When saving a text document I chose a file name like "article.first" and wrote
it into the field. The file was saved without the extension *.odt as is.

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

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

2023-02-10 Thread Xisco Fauli (via logerrit)
 sc/qa/unit/data/xlsx/tdf139934.xlsx|binary
 sc/qa/unit/subsequent_filters_test.cxx |   15 +++
 2 files changed, 15 insertions(+)

New commits:
commit d367cefb0281767762b1671c03b3852cf3d1b7ab
Author: Xisco Fauli 
AuthorDate: Fri Feb 10 16:11:25 2023 +0100
Commit: Xisco Fauli 
CommitDate: Fri Feb 10 19:50:43 2023 +

tdf#139934: sc_subsequent_filters_test: Add unittest

Change-Id: Ib1540bb7058606c7629ce0459fd18bd463e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146786
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/unit/data/xlsx/tdf139934.xlsx 
b/sc/qa/unit/data/xlsx/tdf139934.xlsx
new file mode 100644
index ..c4fcf6905df4
Binary files /dev/null and b/sc/qa/unit/data/xlsx/tdf139934.xlsx differ
diff --git a/sc/qa/unit/subsequent_filters_test.cxx 
b/sc/qa/unit/subsequent_filters_test.cxx
index fd0aa159467b..7749106a3883 100644
--- a/sc/qa/unit/subsequent_filters_test.cxx
+++ b/sc/qa/unit/subsequent_filters_test.cxx
@@ -88,6 +88,7 @@ public:
 void testContentXLS_XML();
 void testContentGnumeric();
 void testCondFormatOperatorsSameRangeXLSX();
+void testTdf139934();
 void testTdf150452();
 void testTdf119292();
 void testTdf48731();
@@ -219,6 +220,7 @@ public:
 CPPUNIT_TEST(testContentXLS_XML);
 CPPUNIT_TEST(testContentGnumeric);
 CPPUNIT_TEST(testCondFormatOperatorsSameRangeXLSX);
+CPPUNIT_TEST(testTdf139934);
 CPPUNIT_TEST(testTdf150452);
 CPPUNIT_TEST(testTdf119292);
 CPPUNIT_TEST(testTdf48731);
@@ -563,6 +565,19 @@ void ScFiltersTest::testTdf119292()
 CPPUNIT_ASSERT_EQUAL(Point(114, 54), aPoly270Pos3);
 }
 
+void ScFiltersTest::testTdf139934()
+{
+createScDoc("xlsx/tdf139934.xlsx");
+
+ScDocument* pDoc = getScDoc();
+
+// Without the fix in place, this test would have failed with
+// - Expected: 1/20/2021
+// - Actual  : 44216
+CPPUNIT_ASSERT_EQUAL(OUString("1/20/2021"), pDoc->GetString(0, 2, 0));
+CPPUNIT_ASSERT_EQUAL(OUString("11/25/2020"), pDoc->GetString(0, 61, 0));
+}
+
 void ScFiltersTest::testTdf150452()
 {
 // Without the fix in place, this test would have crashed


[Libreoffice-ux-advise] [Bug 153534] Most bundled page styles are nonsensical and/or redundant

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

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=41
   ||316
   Keywords||needsUXEval

--- Comment #1 from Eyal Rozenberg  ---
My complaint about (8.) relates to bug 41316 - there are currently no
hierarchical relations among Page Styles.

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

[Libreoffice-bugs] [Bug 41316] Page styles should support hierarchical parent-child relationships (like paragraph or character styles)

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

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

  1   2   3   4   >