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

2021-11-25 Thread Michael Stahl (via logerrit)
 ucb/source/ucp/webdav-curl/CurlSession.cxx |   18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 4e9c1938df3fb13c73910ac4019b66a1924b6d5f
Author: Michael Stahl 
AuthorDate: Wed Nov 24 16:01:04 2021 +0100
Commit: Michael Stahl 
CommitDate: Thu Nov 25 18:54:11 2021 +0100

ucb: webdav-curl: NTLM is both system and not-system authentication

Leave it to libcurl collapse the wave function.

Change-Id: Idb51ebaec8b68a7c7fadcae2ae13b3b63ba1db79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125788
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index 1c9da506df8e..aacc6bbed48e 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -1307,11 +1307,21 @@ auto CurlProcessor::ProcessRequest(
 
 if (ret == 0)
 {
+// NTLM may either use a password requested
+// from the user, or from the system via SSPI
+// so i guess it should not be disabled here
+// regardless of the state of the system auth
+// checkbox, particularly since SSPI is only
+// available on WNT.
+// Additionally, "Negotiate" has a "legacy"
+// mode that is actually just NTLM according to
+// 
https://curl.se/rfc/ntlm.html#ntlmHttpAuthentication
+// so there's nothing in authSystem that can be
+// disabled here.
 roAuth.emplace(userName, passWord,
-   authAvail
-   & ((userName.isEmpty() && 
passWord.isEmpty())
-  ? authSystem
-  : ~authSystem));
+   ((userName.isEmpty() && 
passWord.isEmpty())
+? (authAvail & authSystem)
+: authAvail));
 isRetry = true;
 // Acquire is only necessary in case of 
success.
 guard.Acquire();


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

2021-11-25 Thread Michael Stahl (via logerrit)
 ucb/source/ucp/webdav-curl/CurlSession.cxx |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 97af6ccd95b9548723c2baa4b051c049c47bc8ea
Author: Michael Stahl 
AuthorDate: Wed Nov 24 19:52:10 2021 +0100
Commit: Michael Stahl 
CommitDate: Thu Nov 25 18:53:05 2021 +0100

ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parse

Encode them just like in WebDAVResponseParser.

Change-Id: I7f0ee1d42df356fdd585d1f6e0f39e4094701a2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125787
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index 509c7bc24629..1c9da506df8e 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -1012,10 +1012,14 @@ auto CurlProcessor::ProcessRequestImpl(
 assert(rc == CURLE_OK);
 if (pRedirectURL)
 {
-throw DAVException(DAVException::DAV_HTTP_REDIRECT,
-   pRedirectURL ? OUString(pRedirectURL, 
strlen(pRedirectURL),
-   
RTL_TEXTENCODING_UTF8)
-: OUString());
+// Sharepoint 2016 workaround: contains unencoded U+0020
+OUString const redirectURL(::rtl::Uri::encode(
+pRedirectURL
+? OUString(pRedirectURL, strlen(pRedirectURL), 
RTL_TEXTENCODING_UTF8)
+: OUString(),
+rtl_UriCharClassUric, rtl_UriEncodeKeepEscapes, 
RTL_TEXTENCODING_UTF8));
+
+throw DAVException(DAVException::DAV_HTTP_REDIRECT, 
redirectURL);
 }
 [[fallthrough]];
 }


[Libreoffice-bugs] [Bug 145893] New: Header on and footer on are not saved in calc spreadsheet on Apple MacBook Pro Apple M1 Pro

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145893

Bug ID: 145893
   Summary: Header on and footer on are not saved in calc
spreadsheet on Apple MacBook Pro Apple M1 Pro
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: Other
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: phil-gar...@orange.fr

Description:
I can't save a spreadsheet with "header on" and "footer on" in "page style"
window.
I modify a spreadsheet page style and save it. When open the modified saved
file, "header on" and "footer on" are not selected.


Steps to Reproduce:
1.Open a spreadsheet
2.Enable "Header on" and "footer on" in "page style"-"Header"-"Footer" sections
3.Save and quit
4.Open the saved spreadsheet and go to "page style". "Header on" and "Footer
on" are disabled.

Actual Results:
The enabled "header on" and "footer on" can't be saved

Expected Results:
The enabled "header on" and "footer on" must be saved


Reproducible: Always


User Profile Reset: No



Additional Info:
LibreOffice 7.2.3.2 
Environnement Threads CPU : 10; OS : Mac OS X 10.16

macOS Monterey version 12.0.1
MacBook Pro (14', 2021)
CPU : Apple M1 Pro
RAM : 16 Go

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

[Libreoffice-bugs] [Bug 144306] Crash Ctrl+dragging a row

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144306

--- Comment #13 from Julien Nabet  ---
I gave a new try on Win10 with master sources updated today to update the bt.
It doesn't crash/assert but clicking the cut-paste doesn't work. It seems
typing Ctrl cancels the row selection (I put some values in cells to be sure).

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-25 Thread Eike Rathke (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8ae1a3d2621a3e7d3fa538a2b98e2ad7a12
Author: Eike Rathke 
AuthorDate: Thu Nov 25 18:38:18 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Nov 25 18:38:18 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 5c8e8358756f7e5f62e5b6fd24410e59797bdf05
  - Fix MATCH() Type=-1, index of last >= value is returned

Change-Id: I8b84e60cb626ee3b0df334cb1b41d3ef9da4e209
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125824
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/helpcontent2 b/helpcontent2
index 856c215166a7..5c8e8358756f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 856c215166a7fa14cd5788842068862925d22a4b
+Subproject commit 5c8e8358756f7e5f62e5b6fd24410e59797bdf05


[Libreoffice-commits] help.git: source/text

2021-11-25 Thread Eike Rathke (via logerrit)
 source/text/scalc/01/04060109.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c8e8358756f7e5f62e5b6fd24410e59797bdf05
Author: Eike Rathke 
AuthorDate: Thu Nov 25 18:26:37 2021 +0100
Commit: Eike Rathke 
CommitDate: Thu Nov 25 18:38:16 2021 +0100

Fix MATCH() Type=-1, index of last >= value is returned

Change-Id: I8b84e60cb626ee3b0df334cb1b41d3ef9da4e209
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125824
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/source/text/scalc/01/04060109.xhp 
b/source/text/scalc/01/04060109.xhp
index 8457ba3f3..17fb83262 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -341,7 +341,7 @@
  
 Type may take the values 1, 0, or -1. If Type = 1 or 
if this optional parameter is missing, it is assumed that the first column of 
the search array is sorted in ascending order. If Type = -1 it is assumed that 
the column in sorted in descending order. This corresponds to the same function 
in Microsoft Excel.
  If 
Type = 0, only exact matches are found. If the search criterion is found more 
than once, the function returns the index of the first matching value. Only if 
Type = 0 can you search for regular expressions (if enabled in calculation 
options) or wildcards (if enabled in calculation options).
- If 
Type = 1 or the third parameter is missing, the index of the last value that is 
smaller or equal to the search criterion is returned. For Type = -1, the first 
value that is larger or equal is returned.
+ If 
Type = 1 or the third parameter is missing, the index of the last value that is 
smaller or equal to the search criterion is returned. For Type = -1, the index 
of the last value that is larger or equal is returned.
  
  
  


[Libreoffice-bugs] [Bug 139102] Gallery: "Detailed View" icons display is cluttered (GTK3)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139102

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #6 from Caolán McNamara  ---
Erase with COL_TRANSPARENT doesn't work as one would hope it should.

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-25 Thread Rafael Lima (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b681f0652fa97de65b47ae4ff2d341c27d7446c
Author: Rafael Lima 
AuthorDate: Thu Nov 25 19:10:24 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Nov 25 18:10:24 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 856c215166a7fa14cd5788842068862925d22a4b
  - Document Locale / PythonVersion properties in SF_Platform service

Change-Id: I141b31e9398e39d968197b11e4b8aa2ceda99480
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125827
Tested-by: Jenkins
Reviewed-by: Alain Romedenne 

diff --git a/helpcontent2 b/helpcontent2
index 3ac2801c1df7..856c215166a7 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 3ac2801c1df75bd6dc1699d1774c8ed53ca7df54
+Subproject commit 856c215166a7fa14cd5788842068862925d22a4b


[Libreoffice-commits] help.git: source/text

2021-11-25 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03/sf_platform.xhp |   33 +--
 1 file changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 856c215166a7fa14cd5788842068862925d22a4b
Author: Rafael Lima 
AuthorDate: Thu Nov 25 16:43:31 2021 +0200
Commit: Alain Romedenne 
CommitDate: Thu Nov 25 18:10:22 2021 +0100

Document Locale / PythonVersion properties in SF_Platform service

Change-Id: I141b31e9398e39d968197b11e4b8aa2ceda99480
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125827
Tested-by: Jenkins
Reviewed-by: Alain Romedenne 

diff --git a/source/text/sbasic/shared/03/sf_platform.xhp 
b/source/text/sbasic/shared/03/sf_platform.xhp
index e0f8886c1..1b0409f0a 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -61,6 +61,7 @@
   Platform service;CPUCount
   Platform service;CurrentUser
   Platform service;Fonts
+  Platform service;Locale
   Platform service;Machine
   Platform service;OfficeVersion
   Platform service;OSName
@@ -69,6 +70,7 @@
   Platform service;OSVersion
   Platform service;Printers
   Platform service;Processor
+  Platform service;PythonVersion
 
 Properties
 
@@ -154,7 +156,21 @@


Returns a zero-based array of strings containing the names 
of all available fonts.
-   
+
+
+
+
+Locale
+
+   
+   Yes
+   
+   
+   String
+   
+   
+   Returns the operating system locale as a string in the 
format language-COUNTRY (la-CO).
+   Examples: "en-US", "pt-BR", "fr-BE".
 
 
 
@@ -257,7 +273,6 @@
 
 The 
list of available printers as a zero-based array.
 The 
default printer is put in the first position of the list (index = 
0).
-
 
 
 
@@ -275,6 +290,20 @@
 This 
property may return the same value as the Machine 
property.
 
 
+
+
+PythonVersion
+
+
+Yes
+
+
+String
+
+
+Returns the version of the Python interpreter being used as 
a string in the format "Python major.minor.patchlevel" (ex: "Python 
3.9.7").
+
+
 
 
 The following 
examples in Basic and Python illustrate how to use the Fonts 
property to write the names of all available fonts to the current Calc sheet 
starting at cell "A1":


[Libreoffice-bugs] [Bug 144306] Crash Ctrl+dragging a row

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144306

--- Comment #12 from Xisco Faulí  ---
This is hard to bisect, it crashes sporadically, so you have to try many times.
So far, I've been able to reproduce it back to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c060ec59866ced50ded6c19a39119292548f844c

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

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

2021-11-25 Thread Jean-Pierre Ledure (via logerrit)
 wizards/source/scriptforge/SF_Platform.xba |2 +-
 wizards/source/scriptforge/SF_Root.xba |2 +-
 wizards/source/scriptforge/SF_Services.xba |2 +-
 wizards/source/scriptforge/SF_String.xba   |   14 +++---
 wizards/source/scriptforge/SF_Utils.xba|   26 +-
 5 files changed, 23 insertions(+), 23 deletions(-)

New commits:
commit 6983e9e0a299d3645a1eaaad9ff1b0a79ea2d207
Author: Jean-Pierre Ledure 
AuthorDate: Thu Nov 25 17:26:06 2021 +0100
Commit: Jean-Pierre Ledure 
CommitDate: Thu Nov 25 17:35:45 2021 +0100

ScriptForge - (SF_Platform) fix Locale should return the OS locale

So far it returned the LO locale.
Discussed on Telegram

Change-Id: I2cf66ca3acebe695354de9185e0698ffa4d8cf05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125820
Tested-by: Jean-Pierre Ledure 
Reviewed-by: Jean-Pierre Ledure 

diff --git a/wizards/source/scriptforge/SF_Platform.xba 
b/wizards/source/scriptforge/SF_Platform.xba
index c504de6b9809..a19ee2bc7a6c 100644
--- a/wizards/source/scriptforge/SF_Platform.xba
+++ b/wizards/source/scriptforge/SF_Platform.xba
@@ -351,7 +351,7 @@ Const cstSubArgs = 
  Remove leading and trailing commas
If Len(sFonts)  1 Then _PropertyGet = 
Split(Mid(sFonts, 2, Len(sFonts) - 2), ,) Else _PropertyGet = 
Array()
Case Locale
-   Set oLocale = 
SF_Utils._GetUNOService(Locale)
+   Set oLocale = 
SF_Utils._GetUNOService(SystemLocale)
_PropertyGet = oLocale.Language  - 
 oLocale.Country
Case OfficeVersion
_PropertyGet = _GetProductName()
diff --git a/wizards/source/scriptforge/SF_Root.xba 
b/wizards/source/scriptforge/SF_Root.xba
index 258eea4bde2f..3ec4c2936908 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -283,7 +283,7 @@ Try:
  Build the po file name
With SF_FileSystem
sInstallFolder = ._SFInstallFolder()  
ScriptForge installation folder
-   sLocale = 
SF_Utils._GetUNOService(Locale).Language
+   sLocale = 
SF_Utils._GetUNOService(SystemLocale).Language
sPOFolder = .BuildPath(sInstallFolder, po)
sPOFile = .BuildPath(sPOFolder, sLocale  
.po)
If Not .FileExists(sPOFile) Then  File 
not found = load texts from code below
diff --git a/wizards/source/scriptforge/SF_Services.xba 
b/wizards/source/scriptforge/SF_Services.xba
index a5f360fa386e..74bc110c9371 100644
--- a/wizards/source/scriptforge/SF_Services.xba
+++ b/wizards/source/scriptforge/SF_Services.xba
@@ -547,7 +547,7 @@ Check:
sLocale = pvArgs(1)
End If
If Len(sLocale) = 0 Then  Called from Python, the 
Locale argument may be the zero-length string
-   Set oLocale = 
SF_Utils._GetUNOService(Locale)
+   Set oLocale = 
SF_Utils._GetUNOService(SystemLocale)
sLocale = oLocale.Language  -  
oLocale.Country
End If
If UBound(pvArgs) = 2 Then
diff --git a/wizards/source/scriptforge/SF_String.xba 
b/wizards/source/scriptforge/SF_String.xba
index 28145ab42750..10ce48045ab8 100644
--- a/wizards/source/scriptforge/SF_String.xba
+++ b/wizards/source/scriptforge/SF_String.xba
@@ -173,7 +173,7 @@ Check:
 Try:
lLength = Len(InputStr)
If lLength  0 Then
-   Set oLocale = SF_Utils._GetUNOService(Locale)
+   Set oLocale = SF_Utils._GetUNOService(SystemLocale)
Set oChar = SF_Utils._GetUNOService(CharacterClass)
sCapital = oChar.toTitle(InputStr, 0, lLength * 4, oLocale) 
  length * 4 because length is expressed in bytes
End If
@@ -444,7 +444,7 @@ Try:
lLength = Len(InputStr)
lReplace = Len(ReplacedBy)
If lLength  0 Then
-   Set oLocale = SF_Utils._GetUNOService(Locale)
+   Set oLocale = SF_Utils._GetUNOService(SystemLocale)
Set oChar = SF_Utils._GetUNOService(CharacterClass)
For i = 0 To lLength - 1
sChar = Mid(InputStr, i + 1, 1)
@@ -804,7 +804,7 @@ Check:
 Try:
lLength = Len(InputStr)
If lLength  0 Then
-   Set oLocale = SF_Utils._GetUNOService(Locale)
+   Set oLocale = SF_Utils._GetUNOService(SystemLocale)
Set oChar = SF_Utils._GetUNOService(CharacterClass)
For i = 0 To lLength - 1
lType = oChar.getCharacterType(InputStr, i, oLocale)
@@ -860,7 +860,7 @@ Try:
bAlphanum = ( sFirst  0 Or sFirst  
9 )
If bAlphaNum Then
sInputStr = Replace(InputStr, _, 
A)   Replace by an 

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

2021-11-25 Thread Luboš Luňák (via logerrit)
 sc/source/core/data/formulacell.cxx |5 -
 1 file changed, 5 deletions(-)

New commits:
commit a0e27322bebf5443ef895cb4c43d9288bcf13f9f
Author: Luboš Luňák 
AuthorDate: Thu Nov 25 12:05:39 2021 +0100
Commit: Luboš Luňák 
CommitDate: Thu Nov 25 17:34:17 2021 +0100

use even hyper-thread cores for Calc threading

I assume the threading was originally limited only to real cores
because that's how many FPUs there are in the CPU. But Calc
dynamically allocates many data structures (ScFormulaCell most
notably), which means they end up scattered all over the memory,
and processing them often stalls on memory reads, leaving time
for other HT core to run. For data-heavy documents (such as using
VLOOKUP) using HT cores saves 30%, but I can see 10+% gains
even for compute-heavy documents.

Change-Id: I302b17e55f27541606d922a1f0b27005ce0f0ba8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125801
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index 7299ba705ab6..44f0f7acdf2b 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4831,8 +4831,6 @@ bool 
ScFormulaCell::InterpretFormulaGroupThreading(sc::FormulaLogger::GroupScope
 
 bDependencyComputed = true;
 
-const static bool bHyperThreadingActive = cpuid::hasHyperThreading();
-
 // Then do the threaded calculation
 
 class Executor : public comphelper::ThreadTask
@@ -4886,9 +4884,6 @@ bool 
ScFormulaCell::InterpretFormulaGroupThreading(sc::FormulaLogger::GroupScope
 comphelper::ThreadPool& 
rThreadPool(comphelper::ThreadPool::getSharedOptimalPool());
 sal_Int32 nThreadCount = rThreadPool.getWorkerCount();
 
-if ( bHyperThreadingActive && nThreadCount >= 2 )
-nThreadCount /= 2;
-
 SAL_INFO("sc.threaded", "Running " << nThreadCount << " threads");
 
 o3tl::sorted_vector aFGSet;


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item (in a column containing many unique string values) and pressing OK

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||perf

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

[Libreoffice-bugs] [Bug 125973] line breaking: Long lines break only in second row (if paragraph language is English)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125973

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|line breaking: Long lines   |line breaking: Long lines
   |break only in second row|break only in second row
   ||(if paragraph language is
   ||English)
 Ever confirmed|0   |1

--- Comment #16 from Dieter  ---
Thank you for your screenshot. That makes it clearer. 

I can reproduce it, if language of paragraph is English, but I can't confirm,
if language is set to German (Line break is before "be...")

Version: 7.2.3.2 (x64) / LibreOffice Community
Build ID: d166454616c1632304285822f9c83ce2e660fd92
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

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

[Libreoffice-bugs] [Bug 145885] DDE link update button not updating table

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145885

Rainer Bielefeld Retired  changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld Retired  
---
REPRODUCIBLE with own writer + calc document and Installation of
Version:7.2.1.2 (x64); Build ID: 87b77fad49947c1441b67c559c339af8f3517e22; CPU
threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win;
Locale: de-DE (de_DE); UI: de-DE; Calc: threaded  |  my default User Profile

Additional Info:

a) Not only a problem with Menu 'Edit -> Update ...'. Also no update done when
I open the writer file after having changed and saved calc document, although I
answered with [Yes] in "Updated linked information" dialog.
b)  does the trick, updates table in writer document
c) NO longer reproducible with Server Installation of Version7.3.0.0.alpha1+
(x64)  |   Build ID b8d17d754830ab57099dcdfa72a96bfad404ab1a  |  CPU threads:
12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win  |  Locale:
de-DE (de_DE); UI: de-DE  |  Calc: CL  |  Special devUserProfile
d) I did not check for DUPs

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

[Libreoffice-bugs] [Bug 145884] DDE link Break not working from writer

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145884

Rainer Bielefeld Retired  changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld Retired  
---
REPRODUCIBLE with own writer + calc document and Installation of
Version:7.2.1.2 (x64); Build ID: 87b77fad49947c1441b67c559c339af8f3517e22; CPU
threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win;
Locale: de-DE (de_DE); UI: de-DE; Calc: threaded  |  my default User Profile

Afterreporter's step 3menu 'Edit -> update ...' is greyed, so it looks as if
function has worked. But in step 4 'Edit -> update ...' has returned.

Still reproducible with Server Installation of Version7.3.0.0.alpha1+ (x64)  | 
 Build ID b8d17d754830ab57099dcdfa72a96bfad404ab1a  |  CPU threads: 12; OS:
Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win  |  Locale: de-DE
(de_DE); UI: de-DE  |  Calc: CL  |  Special devUserProfile

I did not check for DUPs

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

[Libreoffice-bugs] [Bug 145616] PRINTING: unable to print or generate PostScript from Writer Document with embedded grayscale images

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145616

--- Comment #3 from Dieter  ---
(In reply to wischnew from comment #0)
> 4. Click on Properties... > Device > select Printer language type: PostScript

I'm sorry, but I can't find that setting. "Properties" shows proberties of my
default printer

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

[Libreoffice-bugs] [Bug 138900] Inserting TOC in two-column document causes lockup

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138900

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisected, bisected|

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

[Libreoffice-bugs] [Bug 136524] [META] Performance/hang/lag/high CPU issues

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136524

Buovjaga  changed:

   What|Removed |Added

 Depends on||138900


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138900
[Bug 138900] Inserting TOC in two-column document causes lockup
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138900] Inserting TOC in two-column document causes lockup

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138900

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Priority|medium  |high
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Blocks||136524
   Severity|normal  |major
   Keywords||bibisected, bisected,
   ||regression

--- Comment #5 from Buovjaga  ---
Reproduced. Not reproduced with 3.5.0.

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136524
[Bug 136524] [META] Performance/hang/lag/high CPU issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145891] Massive colour change of text not working anymore in 7.1.7.2

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145891

drexlar  changed:

   What|Removed |Added

 CC||ramiroar...@usa.com

--- Comment #1 from drexlar  ---
Created attachment 176505
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176505=edit
Description of bug and how to reproduce it

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

[Libreoffice-bugs] [Bug 145889] Autofilter result is wrong if the column contains the number "1000" and the text "'1000"

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145889

--- Comment #2 from Ming Hua  ---
The behavior in 7.1.7 is a bit different, but still buggy:

(In reply to Kevin Suo from comment #0)
> Steps to Reproduce:
> [...]
> 2. Set autofilter, click the dropdown, deselect the first item, OK.
> 
> --> The filter result is empty.
In 7.1.7 the result is also empty.

> [...]
> 3. Based on step 2, now click the dropdown and select "All", OK.
> 
> --> Autofilter is still set, with empty result.
In 7.1.7 clicking dropdown a second time and selecting "All" works and both A2
and A3 shows up.

Version: 7.1.7.2 (x64) / LibreOffice Community
Build ID: c6a4e3954236145e2acb0b65f68614365aeee33f
CPU threads: 2; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: threaded

Not sure how to set the Version field based on this, leaving it alone.

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

[Libreoffice-bugs] [Bug 145892] New: Crash (failed assert) in DBGUTIL build when inserting a section from a WEBP

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145892

Bug ID: 145892
   Summary: Crash (failed assert) in DBGUTIL build when inserting
a section from a WEBP
   Product: LibreOffice
   Version: 7.3.0.0.alpha1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com
CC: er...@redhat.com

Created attachment 176504
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176504=edit
A WEBP image ( source:
https://upload.wikimedia.org/wikipedia/commons/a/a1/Johnrogershousemay2020.webp
)

1. Download the attachment.
2. In a DBGUTIL master build, create a new text document.
3. Insert->Section; select [x] Link; [ Browse ] and select the WEBP image, then
[ 
Insert ]

=> Debug Error!

Program: C:\lo\src\build\instdir\program\soffice.bin

abort() has been called

(Press Retry to debug the application)

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: f234bea67195ee2b9c80ba0b4a18b4a81cf57cfb
CPU threads: 12; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: fr-FR (ru_RU); UI: en-US
Calc: CL

The call stack is:

> icuucd70.dll!icu_70::KhmerBreakEngine::divideUpDictionaryRange(UText * text, 
> int rangeStart, int rangeEnd, icu_70::UVector32 & foundBreaks, UErrorCode & 
> status) Line 1198C++
> icuucd70.dll!icu_70::DictionaryBreakEngine::findBreaks(UText * text, int 
> startPos, int endPos, icu_70::UVector32 & foundBreaks, UErrorCode & status) 
> Line 83  C++
> icuucd70.dll!icu_70::RuleBasedBreakIterator::DictionaryCache::populateDictionary(int
>  startPos, int endPos, int firstRuleStatus, int otherRuleStatus) Line 166 C++
> icuucd70.dll!icu_70::RuleBasedBreakIterator::BreakCache::populatePreceding(UErrorCode
>  & status) Line 551  C++
> icuucd70.dll!icu_70::RuleBasedBreakIterator::BreakCache::previous(UErrorCode 
> & status) Line 291   C++
> icuucd70.dll!icu_70::RuleBasedBreakIterator::BreakCache::preceding(int 
> startPos, UErrorCode & status) Line 259C++
> icuucd70.dll!icu_70::RuleBasedBreakIterator::preceding(int offset) Line 670   
> C++
> i18npoollo.dll!i18npool::BreakIterator_Unicode::getLineBreak(const 
> rtl::OUString & Text, long nStartPos, const com::sun::star::lang::Locale & 
> rLocale, long nMinBreakPos, const 
> com::sun::star::i18n::LineBreakHyphenationOptions & hOptions, const 
> com::sun::star::i18n::LineBreakUserOptions & __formal) Line 508   C++
> i18npoollo.dll!i18npool::BreakIteratorImpl::getLineBreak(const rtl::OUString 
> & Text, long nStartPos, const com::sun::star::lang::Locale & rLocale, long 
> nMinBreakPos, const com::sun::star::i18n::LineBreakHyphenationOptions & 
> hOptions, const com::sun::star::i18n::LineBreakUserOptions & bOptions) Line 
> 280   C++
> swlo.dll!SwTextGuess::Guess(const SwTextPortion & rPor, SwTextFormatInfo & 
> rInf, const unsigned short nPorHeight) Line 409C++
> swlo.dll!SwTextPortion::Format_(SwTextFormatInfo & rInf) Line 305 C++
> swlo.dll!SwTextPortion::Format(SwTextFormatInfo & rInf) Line 457  C++
> swlo.dll!SwTextFormatter::BuildPortions(SwTextFormatInfo & rInf) Line 552 
> C++
> swlo.dll!SwTextFormatter::FormatLine(o3tl::strong_int
>  nStartPos) Line 1691   C++
> swlo.dll!SwTextFrame::FormatLine(SwTextFormatter & rLine, const bool bPrev) 
> Line 1198 C++
> swlo.dll!SwTextFrame::Format_(SwTextFormatter & rLine, SwTextFormatInfo & 
> rInf, const bool bAdjust) Line 1555 C++
> swlo.dll!SwTextFrame::Format_(OutputDevice * pRenderContext, SwParaPortion * 
> pPara) Line 1729 C++
> swlo.dll!SwTextFrame::Format(OutputDevice * pRenderContext, const 
> SwBorderAttrs * __formal) Line 1917 C++
> swlo.dll!SwContentFrame::MakeAll(OutputDevice * __formal) Line 1515   C++
> swlo.dll!SwFrame::OptPrepareMake() Line 399   C++
> swlo.dll!SwFrame::OptCalc() Line 1087 C++
> swlo.dll!SwLayAction::FormatContent_(const SwContentFrame * pContent, const 
> SwPageFrame * pPage) Line 1873C++
> swlo.dll!SwLayAction::FormatContent(SwPageFrame * pPage) Line 1701C++
> swlo.dll!SwLayAction::InternalAction(OutputDevice * pRenderContext) Line 587  
> C++
> swlo.dll!SwLayAction::Action(OutputDevice * pRenderContext) Line 386  C++
> swlo.dll!SwViewShell::ImplEndAction(const bool bIdleEnd) Line 289 C++
> swlo.dll!SwViewShell::EndAction(const bool bIdleEnd) Line 600 C++
> swlo.dll!SwCursorShell::EndAction(const bool bIdleEnd) Line 265   C++
> swlo.dll!SwEditShell::EndAllAction() Line 102 C++
> swlo.dll!SwEditShell::InsertSection(SwSectionData & rNewData, const 
> SfxItemSet * const pAttr) Line 55 C++
> swuilo.dll!SwInsertSectionTabDialog::Ok() Line 1410   C++
> sfxlo.dll!SfxTabDialogController::OkHdl(weld::Button & __formal) Line 372 
> C++
> sfxlo.dll!SfxTabDialogController::LinkStubOkHdl(void * instance, weld::Button 

[Libreoffice-bugs] [Bug 145891] New: Massive colour change of text not working anymore in 7.1.7.2

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145891

Bug ID: 145891
   Summary: Massive colour change of text not working anymore in
7.1.7.2
   Product: LibreOffice
   Version: 7.1.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ramiroar...@usa.com

Description:
I have two documents, one is 335 pages long and the other is 515 pages long.
One refers to R language and the other to Python. I like to differentiate some
text with a colour. Now I want to change some text with colour A to colour B.
This worked flawlessly in LibreOffice Writer 6.x. It is not working anymore in
LibreOffice Writer in 7.1.7.2. I prepare a document in Writer with text in
different colours and where you can easily reproduce the problem. 

Steps to Reproduce:
1. Download the document "Reporting bug in massive color change of text
002.odt"  I am attaching to this bug report. It is only 6 pages long. 
2. Read the document. In there you will find how to reproduce the problem.
3.

Actual Results:
Please read the document I attach. 

Expected Results:
You clearly can see the wrong behaviour of the Find/Change feature of Writer
when colours (Format) is used. 


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

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

Information from Help > About LibreOffice is included in my document "Reporting
bug in massive color change of text 002.odt"

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

[Libreoffice-bugs] [Bug 139395] Writer Paragraph Style dialog is too tall: OK/Cancel buttons are not visible

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139395

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
Summary|Writer Paragraph Style  |Writer Paragraph Style
   |dialog is is too tall:  |dialog is too tall:
   |OK/Cancel buttons are not   |OK/Cancel buttons are not
   |visible |visible
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #9 from Buovjaga  ---
Font effects tab has the Transparency option below Font color, but maybe it
could be positioned next to it. Anyway, we are breaking our promise of 1024x768
resolution minimum.

Arch Linux 64-bit
Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 8c66455df8f6a26c314290f252bedbc19db6b327
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 25 November 2021

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

[Libreoffice-ux-advise] [Bug 139395] Writer Paragraph Style dialog is too tall: OK/Cancel buttons are not visible

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139395

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
Summary|Writer Paragraph Style  |Writer Paragraph Style
   |dialog is is too tall:  |dialog is too tall:
   |OK/Cancel buttons are not   |OK/Cancel buttons are not
   |visible |visible
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #9 from Buovjaga  ---
Font effects tab has the Transparency option below Font color, but maybe it
could be positioned next to it. Anyway, we are breaking our promise of 1024x768
resolution minimum.

Arch Linux 64-bit
Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 8c66455df8f6a26c314290f252bedbc19db6b327
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 25 November 2021

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

[Libreoffice-bugs] [Bug 145779] Text Cursor disappear when you click in any drop-down list

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145779

--- Comment #5 from jose.ve...@urjc.es ---
The problem only appears when the libreoffice-kde5 transitional package is
installed.

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

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 145621, which changed state.

Bug 145621 Summary: Crash 
swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at 
overwriting certain area
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #11 from Xisco Faulí  ---
Issue verified in

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 7b0aabe71d2455f6f643553a07f1056935cf190f
CPU threads: 16; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-GB (en_GB); UI: en-US
Calc: threaded

@Michael Stahl, thanks for fixing this issue

Closing as VERIFIED FIXED!!

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

[Libreoffice-bugs] [Bug 136548] Poor kerning preview (maybe font-related)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136548

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Buovjaga  ---
No repro with 100% zoom.

Maybe try with 7.2.

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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

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

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Buovjaga  changed:

   What|Removed |Added

 Depends on||139102


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139102
[Bug 139102] Gallery: "Detailed View" icons display is cluttered (GTK3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139102] Gallery: "Detailed View" icons display is cluttered (GTK3)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139102

Buovjaga  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEW
 Blocks||103182
   Keywords||bibisected, bisected,
   ||regression
Summary|Gallery: "Detailed View"|Gallery: "Detailed View"
   |icons display is cluttered. |icons display is cluttered
   ||(GTK3)
Version|7.0.4.2 release |7.0.0.0.alpha0+
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #5 from Buovjaga  ---
Repro only with GTK3 backend.

Bibisected with linux-64-7.0 to
https://git.libreoffice.org/core/commit/b4b6daf8b70a5448d3e7aea440d56d95e19e7d2d

make gallery listview seem faster to populate

Adding Cc: to Caolán McNamara


Referenced Bugs:

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

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

2021-11-25 Thread Xisco Fauli (via logerrit)
 sw/qa/uitest/writer_tests7/forms.py |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 89f64b9f0dcdc27fdc6827b5aca42af1b38ede25
Author: Xisco Fauli 
AuthorDate: Thu Nov 25 14:36:48 2021 +0100
Commit: Xisco Fauli 
CommitDate: Thu Nov 25 16:46:00 2021 +0100

uitest: blind fix for UITest_writer_tests7 failed

Traceback (most recent call last):
  File 
"/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sw/qa/uitest/writer_tests7/forms.py",
 line 76, in test_tdf140239
self.assertEqual("true", get_state_as_dict(xURL)['Enabled'])
AssertionError: 'true' != 'false'
- true
+ false

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

diff --git a/sw/qa/uitest/writer_tests7/forms.py 
b/sw/qa/uitest/writer_tests7/forms.py
index f8a9ee9db124..1b427b4ebfb0 100644
--- a/sw/qa/uitest/writer_tests7/forms.py
+++ b/sw/qa/uitest/writer_tests7/forms.py
@@ -73,6 +73,8 @@ class Forms(UITestCase):
 select_by_text(xAction, "Open document/web page")
 
 self.assertEqual("Open document/web page", 
get_state_as_dict(xAction)['SelectEntryText'])
+
+self.ui_test.wait_until_property_is_updated(xURL, "Enabled", 
"true")
 self.assertEqual("true", get_state_as_dict(xURL)['Enabled'])
 
 xURL.executeAction("TYPE", mkPropertyValues({"TEXT": "1"}))


[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

Xisco Faulí  changed:

   What|Removed |Added

Version|7.2.2.2 release |4.1 all versions

--- Comment #6 from Xisco Faulí  ---
also reproduced in

Version: 6.4.0.0.alpha1+
Build ID: 9bc848cf0d301aa57eabcffa101a1cf87bad6470
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Version: 5.3.0.0.alpha0+
Build ID: e6b0ad680e6fa122e49bf01116edb049dc4b0570
CPU Threads: 4; OS Version: Linux 5.10; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

and

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item (in a column containing many unique string values) and pressing OK

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

 CC||lagoda.n...@gmail.com

--- Comment #28 from Kevin Suo  ---
*** Bug 145765 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 145765] Calc reacts slowly during filter

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145765

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Suo  ---
Dear Lagoda Nico:

Thanks for reporting. Yes, auto-filter on large datasets *was* very slow, that
was an known issue. However, this has improved now, see bug 133835 and bug
136838. For most test cases with large datasets, the autofilter now is instant.

I tested and your test document, after opened, now the autofilter opens instant
on my master build. However, I do see that your document opens very slow, which
seems to be slow in the calculation of formula, and should be a separate issue.

To test, you may use a daily build tomorrow (those commits will only be
included in the daily builds starting from the end of today(, to see if it is
fixed there. PLEASE BE AWARE THAT DAILY BUILDS CAN NOT BE USED FOR DAILY WORK,
AS IT MAY BREAK YOUR DOCUMENT! MAKE A BACKUP OF YOUR DOCUMENT BEFORE TRYING!

https://dev-builds.libreoffice.org/daily/master/

I do not expect those improvements will be backported to the 7.2 branch, due to
regression concerns. So I am afraid you have to wait for the upcoming 7.3
release before enjoining the faster autofilter. If possible, please help us to
test and improve. Thanks!

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

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

[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Xisco Faulí  ---
Reproduced in

Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: becd76743fd7a3ae84404f26b1afb60b923cabb2
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---
Created attachment 176503
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176503=edit
Comparison LibreOffice 7.3 master and  MSO 2010

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

[Libreoffice-bugs] [Bug 145889] Autofilter result is wrong if the column contains the number "1000" and the text "'1000"

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145889

Ming Hua  changed:

   What|Removed |Added

 CC||ming.v@qq.com
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Ming Hua  ---
Reproduced with 7.3/master daily build on Windows 10:
Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 4be0ae19065b1b50870bc0b2a28189ad39c96a8a
CPU threads: 2; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: threaded

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

[Libreoffice-bugs] [Bug 139322] [UI] Can not change the focus to Manage Names dialog with the keyboard

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139322

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||accessibility
 Ever confirmed|0   |1

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

ESC meeting minutes: 2021-11-25

2021-11-25 Thread Miklos Vajna

ESC Call
Thu, 25 Nov 2021 16:00 Berlin time

Statistics:
Generated on  vm174: Wed, 2021-11-24 based on data from 2021-11-24
Recieved from vm174: Wed, 2021-11-24 05:29 Berlin time
Sent draft : Wed, 2021-11-24 16:37 Berlin time

* Present:
+ Heiko, Michael W, Caolan, Cloph, Hossein, Gabriel, Michael S, Miklos, 
Eike, Xisco, Stephan, Kendy, Michael M

* Completed Action Items:
+ curl webdav now default (https://gerrit.libreoffice.org/c/core/+/123461)

* Pending Action Items:
+ None

* Release Engineering update (Cloph)
+ 7.2 status: 7.2.4 rc1 will be tagged on the week of 13th Dec
+ 7.3 status: beta1 to be tagged this week / this evening
  + late feature request: re-enable inline fieldmark support
(https://gerrit.libreoffice.org/c/core/+/125558) (Thorsten)
+ currently fails due to a test that locks down the bad behavior 
(Michael S)
+ fieldmark is mostly disabled at runtime anyway (Thorsten)
+ 3 ways:
+ not possible
+ merge it with disabling the test for now
+ wait for 2-3 weeks and get it backported properly
+ prefer to do it properly, no objection to give it an exception 
(Cloph, Miklos)
+ Remotes: Android (has new translations, though), iOS
+ Android viewer

* Documentation (Olivier)

  + Missing Olivier

+ Guides
+ Published Impress Guide 7.2
+ Published Calc Guide 7.2
+ Started Base Guide 7.2 (S. Fanning)
+ Started Math Guide 7.2 (R. Lima)
+ Started Draw guide 7.2 (P. Schofield)
+ New Help (no news)
+ HelpContents2
   + Refactoring (Johnnny_M, R. Lima)
   + New pages (R. Lima)
   + Fixes and improvements (R. Lima, M. Kaganski, Ming Hua)

+ Bugzilla Documentation statistics
254(254) bugs open
+ Updates:
BZ changes   1 week   1 month   3 months   12 months
   created  9(-1)31(-2)   112(-7) 330(-1)
 commented 45(5)129(29)   471(19)1699(-3)
  resolved  1(-1)13(-2)48(-8) 199(-3)
+ top 10 contributors:
  Olivier Hallot made 26 changes in 1 month, and 474 changes in 1 year
  Xisco Fauli made 17 changes in 1 month, and 108 changes in 1 year
  Kaganski, Mike made 15 changes in 1 month, and 86 changes in 1 year
  Nabet, Julien made 10 changes in 1 month, and 42 changes in 1 year
  Dieter made 8 changes in 1 month, and 136 changes in 1 year
  Tomoyuki Kubota made 6 changes in 1 month, and 29 changes in 1 year
  Wolfgang Jäger made 5 changes in 1 month, and 5 changes in 1 year
  David Mark made 4 changes in 1 month, and 4 changes in 1 year
  Christopher Yeleighton made 4 changes in 1 month, and 4 changes in 1 
year
  Rafael Lima made 4 changes in 1 month, and 235 changes in 1 year

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
255(255) (topicUI) bugs open, 165(165) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added 10(2)  16(2) 31(0)   97(2)
 commented 76(-15)   196(16)   562(-14)   3107(-40)
   removed  0(-2)  1(-3) 4(-2)  36(-2)
  resolved  8(-2) 24(3) 76(5)  440(-11)
+ top 10 contributors:
  Heiko Tietze made 99 changes in 1 month, and 2127 changes in 1 year
  Foote, V Stuart made 33 changes in 1 month, and 573 changes in 1 year
  Roman Kuznetsov made 29 changes in 1 month, and 245 changes in 1 year
  Telesto made 28 changes in 1 month, and 603 changes in 1 year
  Dieter made 24 changes in 1 month, and 267 changes in 1 year
  Ilmari Lauhakangas made 24 changes in 1 month, and 375 changes in 1 
year
  *UNKNOWN* made 15 changes in 1 month, and 17 changes in 1 year
  Eyal Rozenberg made 14 changes in 1 month, and 118 changes in 1 year
  Budea, Áron made 13 changes in 1 month, and 61 changes in 1 year
  Rafael Lima made 13 changes in 1 month, and 48 changes in 1 year

+ New tickets with needsUXEval Nov/18-25

  [Bug 145612] Rejected tracked format changes do not revert to previous 
format
  [Bug 145849] Ctrl+A and then Ctrl+M leads page style is changed to the 
default
  [Bug 145847] Unreasonable default relative width 1% in Table Properties
  [Bug 145821] Layout divergence between GTK3 and Windows (gen) in 
Paragraph dialog
   / Outline & List tab
  [Bug 145801] Different heights of sidebar content panel title elements
  [Bug 145812] Cell reference are highlighted black when putting = into a 
cell and
   clicking a different cell
  [Bug 145782] Redesign of Start Center user interface.
  [Bug 145764] Pressing "Home" key in Basic IDE should move cursor to first
   character in the same line
  [Bug 145740] 

[Libreoffice-qa] ESC meeting minutes: 2021-11-25

2021-11-25 Thread Miklos Vajna

ESC Call
Thu, 25 Nov 2021 16:00 Berlin time

Statistics:
Generated on  vm174: Wed, 2021-11-24 based on data from 2021-11-24
Recieved from vm174: Wed, 2021-11-24 05:29 Berlin time
Sent draft : Wed, 2021-11-24 16:37 Berlin time

* Present:
+ Heiko, Michael W, Caolan, Cloph, Hossein, Gabriel, Michael S, Miklos, 
Eike, Xisco, Stephan, Kendy, Michael M

* Completed Action Items:
+ curl webdav now default (https://gerrit.libreoffice.org/c/core/+/123461)

* Pending Action Items:
+ None

* Release Engineering update (Cloph)
+ 7.2 status: 7.2.4 rc1 will be tagged on the week of 13th Dec
+ 7.3 status: beta1 to be tagged this week / this evening
  + late feature request: re-enable inline fieldmark support
(https://gerrit.libreoffice.org/c/core/+/125558) (Thorsten)
+ currently fails due to a test that locks down the bad behavior 
(Michael S)
+ fieldmark is mostly disabled at runtime anyway (Thorsten)
+ 3 ways:
+ not possible
+ merge it with disabling the test for now
+ wait for 2-3 weeks and get it backported properly
+ prefer to do it properly, no objection to give it an exception 
(Cloph, Miklos)
+ Remotes: Android (has new translations, though), iOS
+ Android viewer

* Documentation (Olivier)

  + Missing Olivier

+ Guides
+ Published Impress Guide 7.2
+ Published Calc Guide 7.2
+ Started Base Guide 7.2 (S. Fanning)
+ Started Math Guide 7.2 (R. Lima)
+ Started Draw guide 7.2 (P. Schofield)
+ New Help (no news)
+ HelpContents2
   + Refactoring (Johnnny_M, R. Lima)
   + New pages (R. Lima)
   + Fixes and improvements (R. Lima, M. Kaganski, Ming Hua)

+ Bugzilla Documentation statistics
254(254) bugs open
+ Updates:
BZ changes   1 week   1 month   3 months   12 months
   created  9(-1)31(-2)   112(-7) 330(-1)
 commented 45(5)129(29)   471(19)1699(-3)
  resolved  1(-1)13(-2)48(-8) 199(-3)
+ top 10 contributors:
  Olivier Hallot made 26 changes in 1 month, and 474 changes in 1 year
  Xisco Fauli made 17 changes in 1 month, and 108 changes in 1 year
  Kaganski, Mike made 15 changes in 1 month, and 86 changes in 1 year
  Nabet, Julien made 10 changes in 1 month, and 42 changes in 1 year
  Dieter made 8 changes in 1 month, and 136 changes in 1 year
  Tomoyuki Kubota made 6 changes in 1 month, and 29 changes in 1 year
  Wolfgang Jäger made 5 changes in 1 month, and 5 changes in 1 year
  David Mark made 4 changes in 1 month, and 4 changes in 1 year
  Christopher Yeleighton made 4 changes in 1 month, and 4 changes in 1 
year
  Rafael Lima made 4 changes in 1 month, and 235 changes in 1 year

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
255(255) (topicUI) bugs open, 165(165) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added 10(2)  16(2) 31(0)   97(2)
 commented 76(-15)   196(16)   562(-14)   3107(-40)
   removed  0(-2)  1(-3) 4(-2)  36(-2)
  resolved  8(-2) 24(3) 76(5)  440(-11)
+ top 10 contributors:
  Heiko Tietze made 99 changes in 1 month, and 2127 changes in 1 year
  Foote, V Stuart made 33 changes in 1 month, and 573 changes in 1 year
  Roman Kuznetsov made 29 changes in 1 month, and 245 changes in 1 year
  Telesto made 28 changes in 1 month, and 603 changes in 1 year
  Dieter made 24 changes in 1 month, and 267 changes in 1 year
  Ilmari Lauhakangas made 24 changes in 1 month, and 375 changes in 1 
year
  *UNKNOWN* made 15 changes in 1 month, and 17 changes in 1 year
  Eyal Rozenberg made 14 changes in 1 month, and 118 changes in 1 year
  Budea, Áron made 13 changes in 1 month, and 61 changes in 1 year
  Rafael Lima made 13 changes in 1 month, and 48 changes in 1 year

+ New tickets with needsUXEval Nov/18-25

  [Bug 145612] Rejected tracked format changes do not revert to previous 
format
  [Bug 145849] Ctrl+A and then Ctrl+M leads page style is changed to the 
default
  [Bug 145847] Unreasonable default relative width 1% in Table Properties
  [Bug 145821] Layout divergence between GTK3 and Windows (gen) in 
Paragraph dialog
   / Outline & List tab
  [Bug 145801] Different heights of sidebar content panel title elements
  [Bug 145812] Cell reference are highlighted black when putting = into a 
cell and
   clicking a different cell
  [Bug 145782] Redesign of Start Center user interface.
  [Bug 145764] Pressing "Home" key in Basic IDE should move cursor to first
   character in the same line
  [Bug 145740] 

[Libreoffice-bugs] [Bug 139317] Image properties should indicate clearly if the image is embedded or liked to file

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139317

Buovjaga  changed:

   What|Removed |Added

 OS|Windows (All)   |All
Summary|relative link to image  |Image properties should
   |doesn't work|indicate clearly if the
   ||image is embedded or liked
   ||to file
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #6 from Buovjaga  ---
(In reply to Wilfried Weigelt from comment #2)
> Better would be: Image properties should indicate clearly if the image is
> embedded or liked to file. In case it is linked the real path used in the
> document should be shown (if if it relative then show relative). 
> In case of a relative path a button which opens the path where the image is
> would be nice. 
> 
> Al link from the image properties to /Tools/Options/Load+Save/General would
> be also useful.

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

[Libreoffice-ux-advise] [Bug 139317] Image properties should indicate clearly if the image is embedded or liked to file

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139317

Buovjaga  changed:

   What|Removed |Added

 OS|Windows (All)   |All
Summary|relative link to image  |Image properties should
   |doesn't work|indicate clearly if the
   ||image is embedded or liked
   ||to file
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #6 from Buovjaga  ---
(In reply to Wilfried Weigelt from comment #2)
> Better would be: Image properties should indicate clearly if the image is
> embedded or liked to file. In case it is linked the real path used in the
> document should be shown (if if it relative then show relative). 
> In case of a relative path a button which opens the path where the image is
> would be nice. 
> 
> Al link from the image properties to /Tools/Options/Load+Save/General would
> be also useful.

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

[Libreoffice-bugs] [Bug 138955] Deleting whitespace when pasting Calc cell to Writer

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138955

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
Summary|Deleting whitespace when|Deleting whitespace when
   |pasting cell|pasting Calc cell to Writer
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #2 from Buovjaga  ---
Works fine here as well.

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded

Please copy and paste here the contents of your Help - About. This allows us to
know more about your system.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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

[Libreoffice-bugs] [Bug 133996] Very slow opening of a ODS with autofilter + conditional formatting

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133996

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Status|NEW |NEEDINFO

--- Comment #6 from Kevin Suo  ---
This file now opens within 1min on my master build as of today, after the
improvements in autofilter speed, see bug 133835 and bug 136838. However, this
bug may have been fixed long time ago, I am not sure.

Now the slowness in this document seems to be in the calculation of array
formula , not in autofilter.

Telesto could you please test and confirm with a daily build tomorrow?

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

[Libreoffice-bugs] [Bug 73483] FORMATTING: "Clear direct formatting" deletes page breaks but this does not show up until file is reopened

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73483

Buovjaga  changed:

   What|Removed |Added

 CC||s.zosgor...@libreoffice.org

--- Comment #17 from Buovjaga  ---
*** Bug 139311 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 139311] ClearDirectFormatting removes page styles

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139311

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Buovjaga  ---
Closing as dupe

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

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

[Libreoffice-bugs] [Bug 137045] Unwanted scroll after switching multi page view to one page view

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137045

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Buovjaga  ---
Repro

Arch Linux 64-bit
Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 8c66455df8f6a26c314290f252bedbc19db6b327
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 25 November 2021

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

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

Xisco Faulí  changed:

   What|Removed |Added

Crash report or||["sw::mark::MarkManager::re
crash signature||nameMark(sw::mark::IMark
   ||*,rtl::OUString const &)"]
   See Also||https://crashreport.libreof
   ||fice.org/stats/signature/sw
   ||::mark::MarkManager::rename
   ||Mark(sw::mark::IMark%20*,rt
   ||l::OUString%20const%20&)

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

[Libreoffice-bugs] [Bug 145621] Crash swlo!IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark+0x2681 at overwriting certain area

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145621

--- Comment #10 from Xisco Faulí  ---
I added a unittest for this ticket in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d8ac6ba98674652bd0ca317da4a0606da5adce85,
but I wrote the bug id wrongly, so the notification never arrived.

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

[Libreoffice-bugs] [Bug 139252] Comments are aligned-left in RTL sheet, page style & comment direction

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139252

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Libreoffice-bugs] [Bug 145814] STYLES: Fill format mode broken in Windows

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145814

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #10 from Caolán McNamara  ---
looks like the "all styles" is a multiselection case and there for vcl we get
an unselect of the old style then a select of the new style, while for gtk we
get just the changeselect to the new one. Under gtk the same sort of problem
can be seen by ctrl+click to unselect all and click to select something and the
state becomes inconsistent there too

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

Re: Deadline for ESC budget voting proposals: 28th of November (2.5 weeks from now)

2021-11-25 Thread Thorsten Behrens
Reminder - deadline for getting proposals ready is **this Sunday** !

I wrote:
> Hi *,
> 
> Miklos Vajna wrote:
> > * Budget 2022 (Xisco)
> > + https://wiki.documentfoundation.org/Development/Budget2022
> > + ideas are welcome till the end of the year
> > + earlier deadline? (Thorsten)
> >   + take list if ideas with estimates by end Nov?
> > AI: give a heads-up on the dev list about this (Thorsten)
> >   + and give a heads-up when the deadline is approaching
> >   + and have 2 weeks for the vote
> > 
> As discussed last week, lets finish the proposal period by the end of
> the month. I suggest the following timeline:
> 
> * Sunday, 28th of November: end of proposal period
>   (see wiki page above. valid proposals must include estimation by a
>certified developer, and reviewers available to the board)
> * Thursday, 2nd of December: ESC voting starts
>   (I'll prepare the usual budget voting spreadsheet. Eligible voters
>are the formal ESC members:
>
> https://www.documentfoundation.org/governance/engineering-steering-committee/)
> * Wednesday, 15th of December: ESC voting ends, ESC meeting on the
>   16th signs-off on the list & passes on to TDF board
> 
> Cheers,
> 
> -- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-bugs] [Bug 138863] Superordinate object of cells should be sheet, not page

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138863

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Keywords||needsDevAdvice

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

Re: [Libreoffice-qa] Deadline for ESC budget voting proposals: 28th of November (2.5 weeks from now)

2021-11-25 Thread Thorsten Behrens
Reminder - deadline for getting proposals ready is **this Sunday** !

I wrote:
> Hi *,
> 
> Miklos Vajna wrote:
> > * Budget 2022 (Xisco)
> > + https://wiki.documentfoundation.org/Development/Budget2022
> > + ideas are welcome till the end of the year
> > + earlier deadline? (Thorsten)
> >   + take list if ideas with estimates by end Nov?
> > AI: give a heads-up on the dev list about this (Thorsten)
> >   + and give a heads-up when the deadline is approaching
> >   + and have 2 weeks for the vote
> > 
> As discussed last week, lets finish the proposal period by the end of
> the month. I suggest the following timeline:
> 
> * Sunday, 28th of November: end of proposal period
>   (see wiki page above. valid proposals must include estimation by a
>certified developer, and reviewers available to the board)
> * Thursday, 2nd of December: ESC voting starts
>   (I'll prepare the usual budget voting spreadsheet. Eligible voters
>are the formal ESC members:
>
> https://www.documentfoundation.org/governance/engineering-steering-committee/)
> * Wednesday, 15th of December: ESC voting ends, ESC meeting on the
>   16th signs-off on the list & passes on to TDF board
> 
> Cheers,
> 
> -- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-bugs] [Bug 138862] Calc sheet cells keep direction despite sheet direction switch

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138862

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsDevAdvice
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

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

[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351

Buovjaga  changed:

   What|Removed |Added

 Depends on||138396


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138396
[Bug 138396] Overlapping conditional formats offered by option but not
implemented
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138396] Overlapping conditional formats offered by option but not implemented

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138396

Buovjaga  changed:

   What|Removed |Added

 Blocks||87351


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 138396] Overlapping conditional formats offered by option but not implemented

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138396

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #6 from Buovjaga  ---
(In reply to Jim Avera from comment #5)
> Select A1, then do Format->Conditional->Condition
> 
> and the question dialog will appear ("Do you want to edit the existing
> conditional format?").
> 
> Answer "no" (meaning you want to define a new overlapping conditional
> format, as suggested in the dialog).  The window closes with no other action.

Confirmed with attachment 168505

The file sc/source/ui/view/cellsh1.cxx is talking about overlapping conditional
formats.

Arch Linux 64-bit
Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 8c66455df8f6a26c314290f252bedbc19db6b327
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 25 November 2021

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

[Libreoffice-bugs] [Bug 109530] [META] File opening issues

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109530
Bug 109530 depends on bug 97177, which changed state.

Bug 97177 Summary: FILEOPEN: Document with huge autofilter takes long to open
https://bugs.documentfoundation.org/show_bug.cgi?id=97177

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97177] FILEOPEN: Document with huge autofilter takes long to open

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97177

Kevin Suo  changed:

   What|Removed |Added

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

--- Comment #35 from Kevin Suo  ---
This should have already been fixed.

In addition, see bug 133835 and bug 136838 for some nice improvements in
autofilter these days.

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

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

2021-11-25 Thread Michael Stahl (via logerrit)
 sw/qa/extras/ooxmlexport/data/list_notcounted_indent.fodt |  141 ++
 sw/qa/extras/ooxmlexport/ooxmlexport14.cxx|   26 ++
 sw/source/filter/ww8/docxattributeoutput.cxx  |   33 ++-
 3 files changed, 195 insertions(+), 5 deletions(-)

New commits:
commit 4eeff4a8d51ce51318b0db9ad0f9377ace55b79b
Author: Michael Stahl 
AuthorDate: Fri Nov 19 13:49:01 2021 +0100
Commit: Caolán McNamara 
CommitDate: Thu Nov 25 16:16:20 2021 +0100

sw: DOCX export: use list's indent if paragraph is not counted

Writer/ODF has a feature to have paragraphs in a list without having a
list label, but they do take the indent of the list level into account.

Word doesn't appear to have this feature, so the export forces such
paragraphs to refer to a non-existent numId 0, so they are not part of a
list.

Take the left indent from the list level and write it into the pPr.

Change-Id: I8ad56e51e2d4dfd691e3c38532f1a824f5276fd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/12
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit a8beb8c08886ac6eef7fcc6a8881a77156e05d4e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125457
Reviewed-by: Caolán McNamara 

diff --git a/sw/qa/extras/ooxmlexport/data/list_notcounted_indent.fodt 
b/sw/qa/extras/ooxmlexport/data/list_notcounted_indent.fodt
new file mode 100644
index ..41a1f7d17a66
--- /dev/null
+++ b/sw/qa/extras/ooxmlexport/data/list_notcounted_indent.fodt
@@ -0,0 +1,141 @@
+
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
+
+ 
+
+
+
+
+ 
+ 
+
+
+  
+  
+
+
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+ 
+ 
+
+
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+ 
+ 
+  
+
+  
+
+  
+
+
+  Foo
+  Blah blah blah
+  
+  Etc
+
+  
+
+  
+ 
+
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index bb2ab0a3a2b4..8d2ea810624b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -462,6 +462,32 @@ CPPUNIT_TEST_FIXTURE(Test, testChicagoNumberingFootnote)
 assertXPath(pXmlDoc, "/w:document/w:body/w:sectPr/w:footnotePr/w:numFmt", 
"val", "chicago");
 }
 
+DECLARE_OOXMLEXPORT_TEST(testListNotCountedIndent, 
"list_notcounted_indent.fodt")
+{
+

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

2021-11-25 Thread Caolán McNamara (via logerrit)
 sc/source/ui/cctrl/checklistmenu.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3057538549fb30a0f5312653a97216ba93f126a2
Author: Caolán McNamara 
AuthorDate: Thu Nov 25 14:03:30 2021 +
Commit: Caolán McNamara 
CommitDate: Thu Nov 25 16:14:59 2021 +0100

Resolves: tdf#145863 crash if popup closed before becoming truly visible

the timing has to be just right to get this to happen

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

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx 
b/sc/source/ui/cctrl/checklistmenu.cxx
index 05bd1cc15a0e..e88d99166eed 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1400,7 +1400,8 @@ void ScCheckListMenuControl::setPopupEndAction(Action* p)
 
 IMPL_LINK_NOARG(ScCheckListMenuControl, PopupModeEndHdl, weld::Popover&, void)
 {
-clearSelectedMenuItem();
+if (mxMenu)
+clearSelectedMenuItem();
 if (mxPopupEndAction)
 mxPopupEndAction->execute();
 


[Libreoffice-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512
Bug 103512 depends on bug 55269, which changed state.

Bug 55269 Summary: Calc AutoFilter Performance Affected by Windows 7 Settings
https://bugs.documentfoundation.org/show_bug.cgi?id=55269

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 55269] Calc AutoFilter Performance Affected by Windows 7 Settings

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55269

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #15 from Kevin Suo  ---
Close as WORKSFORME per comment 14.

Even if it was not the case, this is now not an issue as the autofilter is now
instant per various improvements these days on master, see bug 133835. Those
who are affected by the slowness are encouraged to use a daily build (after the
end of today, maybe tomorrow) to test and find regressions.

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

[Libreoffice-bugs] [Bug 139248] No control handles on text box

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139248

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Buovjaga  ---
Menoo: it seems there is some specific glitch in your own system.

Please copy and paste here the contents of your Help - About. This allows us to
know more about your system.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-6.0.7.3.M1'

2021-11-25 Thread Andras Timar (via logerrit)
Tag 'mimo-6.0.7.3.M1' created by Andras Timar  at 
2021-11-25 15:12 +

mimo-6.0.7.3.M1

Changes since mimo-6-0-branch-point-107:
---
 0 files changed
---


[Libreoffice-bugs] [Bug 137203] Conditional Formats corrupted by save/exit/reload

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137203

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #7 from Buovjaga  ---
When I run the macro, in 7.3 I get:

BASIC runtime error.
Argument is not optional.

for the line:
if IsMissing(dirlist_arg) OR IsEmpty(dirlist_arg) or dirlist_arg = "" then

In 7.2 I get:

Inadmissible value or data type.
Data type mismatch.

for the line:
dim BidVal as double : BidVal = CDbl(bid)

Can you fix this/these and check with 7.3?
I guess Linux-rpm_deb-x86_64@tb87-TDF-dbg would be easiest to test from
https://dev-builds.libreoffice.org/daily/master/current.html

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

[Libreoffice-commits] core.git: Changes to 'refs/tags/mimo-5.4.7.2.M9'

2021-11-25 Thread Tomaž Vajngerl (via logerrit)
Tag 'mimo-5.4.7.2.M9' created by Andras Timar  at 
2021-11-25 15:10 +

mimo-5.4.7.2.M9

Changes since mimo-5.4.7.2.M8-10:
---
 0 files changed
---


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item (in a column containing many unique string values) and pressing OK

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 133828] Autofilter drop down opens with a 3 seconds delay (with multiple filter criteria set)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133828

Kevin Suo  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512
Bug 103512 depends on bug 133828, which changed state.

Bug 133828 Summary: Autofilter drop down opens with a 3 seconds delay (with 
multiple filter criteria set)
https://bugs.documentfoundation.org/show_bug.cgi?id=133828

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 133828] Autofilter drop down opens with a 3 seconds delay (with multiple filter criteria set)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133828

Kevin Suo  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #7 from Kevin Suo  ---
This is now fixed on master by:

ommit 2e0d5203b0b8133ebc2e6f90c0e0a24962f144f2
Author: Luboš Luňák 
Date:   Tue Nov 23 13:35:58 2021 +0100

do not wait for condition that's not needed

When not querying for the test equal condition, it's pointless
to keep searching for it to become true only to throw it away.

Change-Id: Ie861bac141f80025e95753fb8b1202498df17383
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125733
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

Actually this is a part of a series of auto filter related improvements these
days done by Luboš Luňák, Noel Grandin and others.

Please test with a daily build after 2021-11-26 to see if there are
regressions.

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

[Libreoffice-bugs] [Bug 113117] [META] Windows installer/uninstaller bugs and enhancements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113117
Bug 113117 depends on bug 135996, which changed state.

Bug 135996 Summary: LO 7 is not registering itself as for docx
https://bugs.documentfoundation.org/show_bug.cgi?id=135996

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 135996] LO 7 is not registering itself as for docx

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135996

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

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

[Libreoffice-bugs] [Bug 138226] Poor and slow HTML importation - vertically stretched elements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138226

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Buovjaga  ---
I get a different result, which does not include any images and styles. Has the
behaviour changed completely? Could everyone please check again?

Arch Linux 64-bit
Version: 7.2.2.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.2.2-2
Calc: threaded

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

[Libreoffice-bugs] [Bug 132736] FileOpen / FileSave default directory in native dialogs on MS Windows

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132736

Ferry Toth  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from Ferry Toth  ---
Tested with 7.1.6.2 on Windows with Windows dialog boxes.
With 2 documents open SaveAs and ExportAsPDF dialogs seem to follow the odt
document path as expected.

Saving a new previously unsaved document goes to "My Documents", which me is
unlogical when I am already working on a document in a certain location.

When opening a new document it seems to use the last opened path as default,
instead of the path of the current document. So when opening A, the B, then
activating A, FileOpen will use directory of B.

Why is this annoying? When you are opening documents in response to phone calls
each document related to a project in their own working folder. When returning
to finish the document, open new ones or save them you want to return to the
respective project folder.

It's like working on 2 separate projects simultaneously (an I sometimes have 10
documents or more open) and LibO always guesses the working folder wrong.

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

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

2021-11-25 Thread Jeff Huang (via logerrit)
 cui/source/inc/cfg.hxx |4 ++--
 vbahelper/source/vbahelper/vbacommandbarhelper.hxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7b0e0409c3f24dfe37d9c43ffa439b56ea719868
Author: Jeff Huang 
AuthorDate: Fri Nov 5 10:49:09 2021 +0800
Commit: Hossein 
CommitDate: Thu Nov 25 15:57:44 2021 +0100

tdf#145539 const OUString -> constexpr OUStringLiteral

Convert string literals defined as const char[] in header files
to constexpr OUStringLiteral

Change-Id: I69fdc34cfb663ff87fabc8efc72d6563aa23465b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124724
Tested-by: Jenkins
Reviewed-by: Hossein 

diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 730c6f0ad234..361e801d723c 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -48,7 +48,7 @@ inline constexpr OUStringLiteral ITEM_DESCRIPTOR_LABEL = 
u"Label";
 inline constexpr OUStringLiteral ITEM_DESCRIPTOR_TYPE = u"Type";
 inline constexpr OUStringLiteral ITEM_DESCRIPTOR_STYLE = u"Style";
 inline constexpr OUStringLiteral ITEM_DESCRIPTOR_ISVISIBLE = u"IsVisible";
-const char ITEM_DESCRIPTOR_RESOURCEURL[] = "ResourceURL";
+inline constexpr OUStringLiteral ITEM_DESCRIPTOR_RESOURCEURL = u"ResourceURL";
 inline constexpr OUStringLiteral ITEM_DESCRIPTOR_UINAME = u"UIName";
 
 inline constexpr OUStringLiteral ITEM_MENUBAR_URL = 
u"private:resource/menubar/menubar";
@@ -56,7 +56,7 @@ inline constexpr OUStringLiteral ITEM_TOOLBAR_URL = 
u"private:resource/toolbar/"
 
 inline constexpr OUStringLiteral CUSTOM_TOOLBAR_STR = u"custom_toolbar_";
 
-const char aMenuSeparatorStr[] = " | ";
+inline constexpr OUStringLiteral aMenuSeparatorStr = u" | ";
 
 class SvxConfigEntry;
 class SvxConfigPage;
diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.hxx 
b/vbahelper/source/vbahelper/vbacommandbarhelper.hxx
index 8eda1dbafc3e..c177385cc285 100644
--- a/vbahelper/source/vbahelper/vbacommandbarhelper.hxx
+++ b/vbahelper/source/vbahelper/vbacommandbarhelper.hxx
@@ -40,8 +40,8 @@ inline constexpr OUStringLiteral ITEM_DESCRIPTOR_ENABLED = 
u"Enabled";
 inline constexpr OUStringLiteral ITEM_MENUBAR_URL = 
u"private:resource/menubar/menubar";
 constexpr char16_t ITEM_TOOLBAR_URL[] = u"private:resource/toolbar/";
 
-const char CUSTOM_TOOLBAR_STR[] = "custom_toolbar_";
-const char CUSTOM_MENU_STR[] = "vnd.openoffice.org:CustomMenu";
+inline constexpr OUStringLiteral CUSTOM_TOOLBAR_STR = u"custom_toolbar_";
+inline constexpr OUStringLiteral CUSTOM_MENU_STR = 
u"vnd.openoffice.org:CustomMenu";
 
 class VbaCommandBarHelper;
 typedef std::shared_ptr< VbaCommandBarHelper > VbaCommandBarHelperRef;


[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

--- Comment #3 from Pablo  ---
Might be related to the work on cropped images in LO 7.2
https://bugs.documentfoundation.org/show_bug.cgi?id=134210
https://bugs.documentfoundation.org/show_bug.cgi?id=140714

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

[Libreoffice-commits] core.git: include/sfx2 include/svtools sfx2/source svtools/source sw/inc sw/source

2021-11-25 Thread Miklos Vajna (via logerrit)
 include/sfx2/ipclient.hxx |2 ++
 include/svtools/embedhlp.hxx  |4 
 sfx2/source/view/ipclient.cxx |4 +++-
 svtools/source/misc/embedhlp.cxx  |   21 -
 sw/inc/ndole.hxx  |3 +++
 sw/inc/swcli.hxx  |2 ++
 sw/source/core/ole/ndole.cxx  |   32 
 sw/source/uibase/app/docsh.cxx|   16 
 sw/source/uibase/docvw/edtwin.cxx |   14 +++---
 sw/source/uibase/uiview/swcli.cxx |   25 +
 10 files changed, 114 insertions(+), 9 deletions(-)

New commits:
commit 4f9f1ac33366817df61c488a9f36b09c592ee939
Author: Miklos Vajna 
AuthorDate: Thu Nov 25 14:53:04 2021 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 25 15:49:05 2021 +0100

sw: allow viewing OLE objects in protected sections

The problem was that we don't allow even opening embedded objects in
protected sections, which means the content of multi-page embedded
objects can't even be viewed in protected sections, which probably goes
too far.

Fix this relaxing the condition in SwEditWin::MouseButtonDown() to allow
launching the OLE object on double-click, and then make sure that the
native data is not updated in SfxInPlaceClient_Impl::saveObject() and
the replacement image is not updated in
svt::EmbedEventListener_Impl::stateChanged().

This is complicated by only the Writer layout knowing if a given OLE
object is anchored in a protected frame, so pass down a callback to
sfx2/ and svtools/ to check if the OLE object is protected.

Not copying the protected bit has the benefit of behaving correctly if
the section turns into non-protected: copying would not work properly,
as SfxInPlaceClient is created on demand, so not re-created when the
protectedness of the section is changed.

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

diff --git a/include/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx
index 180f67b54588..3e219514a6f1 100644
--- a/include/sfx2/ipclient.hxx
+++ b/include/sfx2/ipclient.hxx
@@ -88,6 +88,8 @@ public:
 boolIsUIActive() const;
 
 virtual voidFormatChanged(); // object format was changed (used 
for StarMath formulas aligning)
+
+virtual bool IsProtected() const;
 };
 
 #endif
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx
index 43d0b64461dd..05b0b5644122 100644
--- a/include/svtools/embedhlp.hxx
+++ b/include/svtools/embedhlp.hxx
@@ -107,6 +107,10 @@ public:
 bool is() const;
 
 bool IsLocked() const;
+
+void SetIsProtectedHdl(const Link& rProtectedHdl);
+Link GetIsProtectedHdl() const;
+
 bool IsChart() const;
 
 OUString GetChartType();
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index eef20a921171..08898ba1573f 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -212,7 +212,7 @@ uno::Reference < frame::XFrame > const & 
SfxInPlaceClient_Impl::GetFrame() const
 
 void SAL_CALL SfxInPlaceClient_Impl::saveObject()
 {
-if ( !m_bStoreObject )
+if (!m_bStoreObject || m_pClient->IsProtected())
 // client wants to discard the object (usually it means the container 
document is closed while an object is active
 // and the user didn't request saving the changes
 return;
@@ -1044,6 +1044,8 @@ void SfxInPlaceClient::FormatChanged()
 // dummy implementation
 }
 
+bool SfxInPlaceClient::IsProtected() const { return false; }
+
 void SfxInPlaceClient::DeactivateObject()
 {
 if ( !GetObject().is() )
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index b37209e891de..1ef6cd579b0e 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -137,9 +137,16 @@ void SAL_CALL EmbedEventListener_Impl::stateChanged( const 
lang::EventObject&,
 uno::Reference < util::XModifiable > xMod( 
pObject->GetObject()->getComponent(), uno::UNO_QUERY );
 if ( nNewState == embed::EmbedStates::RUNNING )
 {
+bool bProtected = false;
+if (pObject->GetIsProtectedHdl().IsSet())
+{
+bProtected = pObject->GetIsProtectedHdl().Call(nullptr);
+}
+
 // TODO/LATER: container must be set before!
 // When is this event created? Who sets the new container when it 
changed?
-if( ( pObject->GetViewAspect() != embed::Aspects::MSOLE_ICON ) && 
nOldState != embed::EmbedStates::LOADED && !pObject->IsChart() )
+if ((pObject->GetViewAspect() != embed::Aspects::MSOLE_ICON)
+&& nOldState != embed::EmbedStates::LOADED && !pObject->IsChart() 
&& !bProtected)
 // get new replacement after deactivation
 pObject->UpdateReplacement();
 
@@ -241,6 +248,8 @@ 

[Libreoffice-bugs] [Bug 123241] Cannot to save huge ODS to XLSX (32bit only)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123241

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
There is still a memory leak up to 2,5 Gb in

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded

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

[Libreoffice-bugs] [Bug 140854] Base VIEWING - table data redacted with black coloring for Memo [LONGVARCHAR] fields (macOS)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140854

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Libreoffice-bugs] [Bug 140854] Base VIEWING - table data redacted with black coloring for Memo [LONGVARCHAR] fields (macOS)

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140854

Yannick Chiron  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #36 from Yannick Chiron  ---
Hello.  I confirm that the issue is resolved with the released version
LibreOffice 7.2.3.  Thanks everyone.

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

[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item (in a column containing many unique string values) and pressing OK

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

--- Comment #27 from Kevin Suo  ---
This is very nice fix. Autofilter is not instance for all the columns I have
tested. This is now much quicker than MSO in my opinion.

Thank you everyone who have worked on this, especially Noel Grandin and  Luboš
Luňák! Also thanks to Colan who have worked on the autofilter dropdown/submenu
UI related issues.

Next step is to test every corner cases to make sure any regression is captured
and fixed in time. Everyone effected by this (and the duplicated bugs) are
encouraged to use a daily build to test.

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

[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

Pablo  changed:

   What|Removed |Added

 Attachment #176501|0   |1
is obsolete||

--- Comment #2 from Pablo  ---
Created attachment 176502
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176502=edit
PPTX showing a table cell with a cropped image background

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

[Libreoffice-bugs] [Bug 145890] [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

--- Comment #1 from Pablo  ---
Created attachment 176501
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176501=edit
PPTX showing a table cell with a cropped image background

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

[Libreoffice-bugs] [Bug 145890] New: [FILEOPEN PPTX] crop is lost in table cell image background

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145890

Bug ID: 145890
   Summary: [FILEOPEN PPTX] crop is lost in table cell image
background
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pablo.pl...@gmail.com

Description:
The top table cells in the attached PPTX have a background image.
The image in the left cell is cropped.
In Impress the crop is lost and both images look the same.
OpenXML  and  elements are
ignored.

Steps to Reproduce:
1. Open the PPTX

Actual Results:
Both images look the same.

Expected Results:
The left image should be cropped.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.2.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 2; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US
Ubuntu package version: 1:7.2.2~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512

Kevin Suo  changed:

   What|Removed |Added

 Depends on||145889


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145889
[Bug 145889] Autofilter result is wrong if the column contains the number
"1000" and the text "'1000"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145889] Autofilter result is wrong if the column contains the number "1000" and the text "'1000"

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145889

Kevin Suo  changed:

   What|Removed |Added

 Blocks||103512


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 145889] New: Autofilter result is wrong if the column contains the number "1000" and the text "'1000"

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145889

Bug ID: 145889
   Summary: Autofilter result is wrong if the column contains the
number "1000" and the text "'1000"
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Steps to Reproduce:

1. Type the following in cells A1, A2 and A3:

a
1000
'1000

i.e., the data label is "a", the first value is the number 1000, and the second
value is the text 1000.

2. Set autofilter, click the dropdown, deselect the first item, OK.

--> The filter result is empty.

Expected: The filter result should either show the number 1000, or the text
'1000.


Further Steps:

3. Based on step 2, now click the dropdown and select "All", OK.

--> Autofilter is still set, with empty result.

Expected: The autofilter should reset and all the records should show up.


One such real-world use case document is column B ("Allocation") in attachment
176404 of bug 136838.


Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: a029e07ffbd6ea4a4a191188c5be2eca7e10066d
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: zh-CN (zh_CN.UTF-8); UI: zh-CN
Build Platform: Fedora34@X64, Branch:master, bibisect-linux-64-7.3-CN
Calc: threaded

Fedora 34 Wayland

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

[Libreoffice-bugs] [Bug 127172] [META] XLSX (OOXML) Comments related issues

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127172
Bug 127172 depends on bug 119636, which changed state.

Bug 119636 Summary: XLSX file with 1500 comments in cells opens slow
https://bugs.documentfoundation.org/show_bug.cgi?id=119636

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 119636] XLSX file with 1500 comments in cells opens slow

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119636

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #15 from Roman Kuznetsov <79045_79...@mail.ru> ---
I think we can close it as WFM now

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

[Libreoffice-bugs] [Bug 119636] XLSX file with 1500 comments in cells opens slow

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119636

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #14 from Roman Kuznetsov <79045_79...@mail.ru> ---
5 sec in

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-25 Thread Rafael Lima (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9bc77b5107917ffe96b7ddf2c4d6d739a5e60c5b
Author: Rafael Lima 
AuthorDate: Thu Nov 25 16:29:22 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Nov 25 15:29:22 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 3ac2801c1df75bd6dc1699d1774c8ed53ca7df54
  - Fix example in EqualUnoObjects help page

Change-Id: Iefea00251c858eb6fe98fe2220b24b3e35907c92
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125721
Tested-by: Jenkins
Reviewed-by: Rafael Lima 

diff --git a/helpcontent2 b/helpcontent2
index c80b0e8b7341..3ac2801c1df7 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit c80b0e8b7341e9880080767dcaf4722de694b858
+Subproject commit 3ac2801c1df75bd6dc1699d1774c8ed53ca7df54


[Libreoffice-commits] help.git: source/text

2021-11-25 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03104600.xhp   |   14 +++---
 source/text/sbasic/shared/is_keyword.xhp |2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 3ac2801c1df75bd6dc1699d1774c8ed53ca7df54
Author: Rafael Lima 
AuthorDate: Wed Nov 24 16:53:07 2021 +0200
Commit: Rafael Lima 
CommitDate: Thu Nov 25 15:29:18 2021 +0100

Fix example in EqualUnoObjects help page

Change-Id: Iefea00251c858eb6fe98fe2220b24b3e35907c92
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125721
Tested-by: Jenkins
Reviewed-by: Rafael Lima 

diff --git a/source/text/sbasic/shared/03104600.xhp 
b/source/text/sbasic/shared/03104600.xhp
index a3bd26262..891421b50 100644
--- a/source/text/sbasic/shared/03104600.xhp
+++ b/source/text/sbasic/shared/03104600.xhp
@@ -54,15 +54,15 @@
   The example below 
returns False because the assignment creates a copy of the 
original object. Hence Struct1 and 
Struct2 refer to different object instances.
   
 Dim 
Struct1 as new com.sun.star.beans.PropertyValue
-Dim 
Struct1 Variant
-a.Name = "John"
-b = 
a
+Dim 
Struct2 as Variant
+Struct1.Name = "John"
+Struct2 = Struct1
 MsgBox EqualUnoObjects(Struct1, Struct2) ' 
False
-b.Name = "Judy"
-MsgBox a.Name ' John
-MsgBox b.Name ' Judy
+Struct2.Name = "Judy"
+MsgBox Struct1.Name ' John
+MsgBox Struct2.Name ' Judy
   
-  
+
   
 
   
diff --git a/source/text/sbasic/shared/is_keyword.xhp 
b/source/text/sbasic/shared/is_keyword.xhp
index 6501e237c..0724cfe66 100644
--- a/source/text/sbasic/shared/is_keyword.xhp
+++ b/source/text/sbasic/shared/is_keyword.xhp
@@ -61,7 +61,7 @@
 
MsgBox oStudent1 Is oStudent2 ' False
 End 
Sub
   
-  
+
   
 
 


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item (in a column containing many unique string values) and pressing OK

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||79045_79...@mail.ru

--- Comment #26 from Roman Kuznetsov <79045_79...@mail.ru> ---
Verified. Around 1-2 sec in

Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 515682539623c9d61921c4f89302ffa0a4cb8d24
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded

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

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

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182
Bug 103182 depends on bug 145786, which changed state.

Bug 145786 Summary: Crash in: libgobject-2.0.so.0 Gtk-CRITICAL when attempting 
to change color palette (UI, Sidebar)
https://bugs.documentfoundation.org/show_bug.cgi?id=145786

   What|Removed |Added

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

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

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

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796
Bug 90796 depends on bug 145786, which changed state.

Bug 145786 Summary: Crash in: libgobject-2.0.so.0 Gtk-CRITICAL when attempting 
to change color palette (UI, Sidebar)
https://bugs.documentfoundation.org/show_bug.cgi?id=145786

   What|Removed |Added

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

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

<    1   2   3   4   >