[Libreoffice-bugs] [Bug 34002] EDITING - Add Reveal Codes feature like there is in WordPerfect.

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #34 from Heiko Tietze  ---
Resolved with bug 38194

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

[Libreoffice-bugs] [Bug 108137] [META] Writer feature enhancements

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

Bug 34002 Summary: EDITING - Add Reveal Codes feature like there is in 
WordPerfect.
https://bugs.documentfoundation.org/show_bug.cgi?id=34002

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108137] [META] Writer feature enhancements

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

Bug 38194 Summary: Style indicator in document margin
https://bugs.documentfoundation.org/show_bug.cgi?id=38194

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107326] [META] Writer style bugs and enhancements

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

Bug 38194 Summary: Style indicator in document margin
https://bugs.documentfoundation.org/show_bug.cgi?id=38194

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 65138] [META] Sidebar feature related issues

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

Bug 38194 Summary: Style indicator in document margin
https://bugs.documentfoundation.org/show_bug.cgi?id=38194

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108137] [META] Writer feature enhancements

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

Bug 106556 Summary: Add functionality that highlights all directly formatted 
text
https://bugs.documentfoundation.org/show_bug.cgi?id=106556

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 38194] Style indicator in document margin

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #67 from Heiko Tietze  ---
Thanks Jim!

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

[Libreoffice-bugs] [Bug 102345] [META] Formatting marks (aka Non-printing characters) bugs and enhancements

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

Bug 106556 Summary: Add functionality that highlights all directly formatted 
text
https://bugs.documentfoundation.org/show_bug.cgi?id=106556

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 86899] [META] Requests for the addition of UNO commands

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

Bug 106556 Summary: Add functionality that highlights all directly formatted 
text
https://bugs.documentfoundation.org/show_bug.cgi?id=106556

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 106556] Add functionality that highlights all directly formatted text

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #24 from Heiko Tietze  ---
Thanks Jim!

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

[Libreoffice-commits] core.git: svl/qa svl/source

2023-05-02 Thread Baole Fang (via logerrit)
 svl/qa/unit/test_URIHelper.cxx |5 +
 svl/source/misc/urihelper.cxx  |4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit e8d7bf954fe74ce85bdd084d6e12d27027a4c379
Author: Baole Fang 
AuthorDate: Thu Apr 27 14:16:18 2023 -0400
Commit: Stephan Bergmann 
CommitDate: Wed May 3 07:55:02 2023 +0200

tdf#145925: Support AutoCapitalize in DOI recognition

Sometimes, the first character of the doi string is auto capitalized, which 
isn't recognized as DOI.
Now, the doi detection is able to recognize doi string with the first 
character capitalized,
like what is done in url recognition.

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

diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index df9e5d5114b8..33a08996cb58 100644
--- a/svl/qa/unit/test_URIHelper.cxx
+++ b/svl/qa/unit/test_URIHelper.cxx
@@ -410,6 +410,11 @@ void Test::testFindFirstDOIInText() {
 };
 static Data const tests[] = {
 { "doi:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with only digits
+{ "Doi:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with some of the the first three character being capitalized
+{ "DoI:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with some of the the first three character being capitalized
+{ "DOI:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with some of the the first three character being capitalized
+{ "dOI:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with some of the the first three character being capitalized
+{ "dOi:10.1000/182", "https://doi.org/10.1000/182;, 0, 15 }, // valid 
doi suffix with some of the the first three character being capitalized
 { "doi:10.1038/nature03001", "https://doi.org/10.1038/nature03001;, 0, 
23 }, // valid doi suffix with alphanumeric characters
 { "doi:10.1093/ajae/aaq063", "https://doi.org/10.1093/ajae/aaq063;, 0, 
23 }, // valid doi suffix with multiple slash
 { "doi:10.1016/S0735-1097(98)00347-7", 
"https://doi.org/10.1016/S0735-1097(98)00347-7", 0, 33 }, // valid doi suffix 
with characters apart from alphanumeric
diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx
index 0043b7883a87..9aa78a584614 100644
--- a/svl/source/misc/urihelper.cxx
+++ b/svl/source/misc/urihelper.cxx
@@ -757,7 +757,7 @@ OUString URIHelper::FindFirstDOIInText(OUString const & 
rText,
 sal_Int32 count = rEnd-rBegin;
 OUString candidate(rText.subView(rBegin, count));
 // Match with regex "doi:10\.\d{4,9}\/[-._;()\/:a-zA-Z0-9]+"
-if (candidate.startsWith("doi:10."))
+if (candidate.startsWithIgnoreAsciiCase("doi:10."))
 {
 bool flag = true;
 sal_Int32 digit = 0;
@@ -797,7 +797,7 @@ OUString URIHelper::FindFirstDOIInText(OUString const & 
rText,
 }
 if (flag && digit==-1)
 {
-return candidate.replaceFirst("doi:","https://doi.org/;);
+return OUString::Concat("https://doi.org/;)+candidate.subView(4);
 }
 }
 rBegin = rEnd;


[Libreoffice-bugs] [Bug 155057] Wrong colors in some WPG graphic import: WPG1 is well rendered, but not WPG2

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

BogdanB  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #21 from BogdanB  ---
Julien, thanks for this quick fix.

Now the fish is yellow, as expected.
Verified with
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 98f766004e29ea35eef6fcf3a4c28696b95f6c90
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||127266


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127266
[Bug 127266] Show names of dash definitions in the line style drop-down list
too, if not contained in standard.sod
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127266] Show names of dash definitions in the line style drop-down list too, if not contained in standard.sod

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

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 155091] Copy & past doubles object which spans over filtered rows

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

BogdanB  changed:

   What|Removed |Added

Summary|copy doubles object|Copy & past doubles object
   |which spans over filtered   |which spans over filtered
   |rows.   |rows

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

[Libreoffice-bugs] [Bug 155091] copy doubles object which spans over filtered rows.

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

BogdanB  changed:

   What|Removed |Added

Version|7.6.0.0 alpha0+ Master  |6.4.7.2 release
 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||108741

--- Comment #2 from BogdanB  ---
Also in 
Version: 7.5.2.1 (X86_64) / LibreOffice Community
Build ID: e8bf3b441b8370f8440b0339fd9490765a8d57ca
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||155091


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155091
[Bug 155091] copy doubles object which spans over filtered rows.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155095] Shape over collapsed group is incorrectly resized, when area is pasted

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

BogdanB  changed:

   What|Removed |Added

 Blocks||108741
 CC||buzea.bog...@libreoffice.or
   ||g
   Hardware|x86-64 (AMD64)  |All
Version|7.6.0.0 alpha0+ Master  |7.5.2.2 release
 OS|Windows (All)   |All

--- Comment #2 from BogdanB  ---
Also in
Version: 7.5.2.1 (X86_64) / LibreOffice Community
Build ID: e8bf3b441b8370f8440b0339fd9490765a8d57ca
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||155095


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155095
[Bug 155095] Shape over collapsed group is incorrectly resized, when area is
pasted
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-05-02 Thread Heiko Tietze (via logerrit)
 formula/uiconfig/ui/formuladialog.ui |  282 ++-
 formula/uiconfig/ui/parameter.ui |  210 +-
 2 files changed, 218 insertions(+), 274 deletions(-)

New commits:
commit a21e151508918c39189a18d46fcba490100e5890
Author: Heiko Tietze 
AuthorDate: Tue May 2 11:39:55 2023 +0200
Commit: Heiko Tietze 
CommitDate: Wed May 3 06:55:33 2023 +0200

Resolves tdf#101876 - Resizing function wizard content

GtkPane added
Function entries expand now

Change-Id: I3f900540fadb530a8c154ec1bdf3771daecb7acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151258
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/formula/uiconfig/ui/formuladialog.ui 
b/formula/uiconfig/ui/formuladialog.ui
index 65768b390732..dba21cf1179e 100644
--- a/formula/uiconfig/ui/formuladialog.ui
+++ b/formula/uiconfig/ui/formuladialog.ui
@@ -1,36 +1,33 @@
 
-
+
 
   
   
-False
-5
-0
-0
-dialog
-
-  
-
+False
+5
+0
+0
+dialog
 
   
-False
+False
 vertical
 6
 
   
-False
+False
 True
-end
+end
 
   
 Array
 True
-True
-False
+True
+False
 start
 True
-True
-True
+True
+True
   
   
 False
@@ -43,8 +40,8 @@
   
 _Help
 True
-True
-True
+True
+True
 True
   
   
@@ -58,9 +55,9 @@
   
  _Back
 True
-True
-True
-True
+True
+True
+True
   
   
 False
@@ -72,9 +69,9 @@
   
 _Next 
 True
-True
-True
-True
+True
+True
+True
   
   
 False
@@ -86,10 +83,10 @@
   
 _OK
 True
-True
-True
-True
-True
+True
+True
+True
+True
 True
   
   
@@ -102,8 +99,8 @@
   
 _Cancel
 True
-True
-True
+True
+True
 True
   
   
@@ -116,61 +113,34 @@
   
 False
 True
-end
+end
 0
   
 
 
   
 True
-False
+False
 True
 True
 vertical
 6
 
-  
+  
 True
-False
-True
-True
-6
+True
 
   
 True
-True
+True
 True
 True
-True
+True
 
   
   
 True
-False
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
+False
 
   
 
@@ -179,42 +149,18 @@
 
   
 True
-False
+False
 Functions
   
   
-False
+False
   
 
 
   
   
 True
-False
-
-  
-  

[Libreoffice-bugs] [Bug 105582] [META] Function wizard dialog bugs and enhancements

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

Bug 101876 Summary: UI: resizing function wizard only resize the formula field, 
not the structure and parameter fields width
https://bugs.documentfoundation.org/show_bug.cgi?id=101876

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 103494] [META] Textbox bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||155029


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155029
[Bug 155029] Form control: Border color of Text controls won't be saved
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155029] Form control: Border color of Text controls won't be saved

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

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

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

BogdanB  changed:

   What|Removed |Added

 Depends on||142005


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142005
[Bug 142005] Spreadsheet doesn't display properly
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142005] Spreadsheet doesn't display properly

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

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-commits] core.git: helpcontent2

2023-05-02 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7df67f4cd7d3e763e684041db6d63d17a3280d88
Author: Olivier Hallot 
AuthorDate: Wed May 3 01:48:54 2023 -0300
Commit: Gerrit Code Review 
CommitDate: Wed May 3 06:48:54 2023 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 18bf37d1dadbdd5631b8c3a60d3385038513f3df
  - tdf#155100 LibreOffice treats 1900 as a common year, not leap

Change-Id: Id8ab89baa623f04a49a307856ea063a2301a2ce3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/151302
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/helpcontent2 b/helpcontent2
index 8508046cdf9b..18bf37d1dadb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8508046cdf9b54dfe73c4def579abe53db4f5211
+Subproject commit 18bf37d1dadbdd5631b8c3a60d3385038513f3df


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

2023-05-02 Thread Olivier Hallot (via logerrit)
 source/text/scalc/01/04060111.xhp|1 +
 source/text/scalc/01/ful_func.xhp|4 
 source/text/shared/01/05020301.xhp   |2 +-
 source/text/shared/optionen/01060500.xhp |1 +
 4 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 18bf37d1dadbdd5631b8c3a60d3385038513f3df
Author: Olivier Hallot 
AuthorDate: Tue May 2 16:41:28 2023 -0300
Commit: Mike Kaganski 
CommitDate: Wed May 3 06:48:53 2023 +0200

tdf#155100 LibreOffice treats 1900 as a common year, not leap

Change-Id: Id8ab89baa623f04a49a307856ea063a2301a2ce3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/151302
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/source/text/scalc/01/04060111.xhp 
b/source/text/scalc/01/04060111.xhp
index 89b70e5710..5c5e8b5b75 100644
--- a/source/text/scalc/01/04060111.xhp
+++ b/source/text/scalc/01/04060111.xhp
@@ -51,6 +51,7 @@
 ISLEAPYEAR(Date)
 
 Date specifies whether a given date falls within a leap year. The 
Date parameter must be a valid date.
+
 
 =ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the 
valid date 29th of February 1968 in your locale setting.
 You may also 
use =ISLEAPYEAR(DATE(1968;2;29)) or =ISLEAPYEAR("1968-02-29") giving the date 
string in the ISO 8601 notation.
diff --git a/source/text/scalc/01/ful_func.xhp 
b/source/text/scalc/01/ful_func.xhp
index 1d37e191e6..116d16a2cb 100644
--- a/source/text/scalc/01/ful_func.xhp
+++ b/source/text/scalc/01/ful_func.xhp
@@ -14,6 +14,10 @@
   
 
 
+  Ms Excel considers 1900 as leap year
+  
+Microsoft Excel https://learn.microsoft.com/en-US/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year;>wrongly
 assumes year 1900 as leap year and consider the inexistent day of 
1900-02-29 as valid in date calculations. Dates prior to 1900-03-01 are 
therefore different in Excel and Calc.
+  
Title in descriptions of functions 
   
 Syntax
diff --git a/source/text/shared/01/05020301.xhp 
b/source/text/shared/01/05020301.xhp
index d5e862b46d..9c09a4b41f 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -286,7 +286,7 @@
 
 
 Date and Time Formats
-
+
 Date Formats
 To display days, months and 
years, use the following number format codes. 
 Not all format codes give meaningful results for 
all languages.
diff --git a/source/text/shared/optionen/01060500.xhp 
b/source/text/shared/optionen/01060500.xhp
index 14cd996817..9e3b7724fd 100644
--- a/source/text/shared/optionen/01060500.xhp
+++ b/source/text/shared/optionen/01060500.xhp
@@ -126,6 +126,7 @@
   Specifies the difference 
between two consecutive iteration step results. If the result of the iteration 
is lower than the minimum change value, then the iteration will 
stop.
   Date
   Select the start date for 
the internal conversion from days to numbers.
+  
 
 12/30/1899 (default)
   Sets 12/30/1899 as day 
zero.


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

2023-05-02 Thread Andrea Gelmini (via logerrit)
 sw/source/uibase/shells/textfld.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47016a3374af6effb795ada4efa9fb682b566e25
Author: Andrea Gelmini 
AuthorDate: Tue May 2 23:35:38 2023 +0200
Commit: Julien Nabet 
CommitDate: Wed May 3 06:45:50 2023 +0200

Fix typo

Change-Id: Ib3e60b4ab1ab61354294e8c41ea08906a4e47d4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151304
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/source/uibase/shells/textfld.cxx 
b/sw/source/uibase/shells/textfld.cxx
index 8257038cb1e5..63d0db3c0b37 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -1061,7 +1061,7 @@ FIELD_INSERT:
 IDocumentMarkAccess& rIDMA = *rSh.getIDocumentMarkAccess();
 
 // Allow wizard to be re-run: delete previously 
wizard-inserted page number.
-// Try before creating non-shared header: avoid coping ODD 
bookmark onto EVEN page.
+// Try before creating non-shared header: avoid copying ODD 
bookmark onto EVEN page.
 IDocumentMarkAccess::const_iterator_t ppMark = rIDMA.findMark(
 sBookmarkName + OUString::number(rSh.GetVirtPageNum()));
 if (ppMark != rIDMA.getAllMarksEnd() && *ppMark)


[Libreoffice-bugs] [Bug 155102] Writer crashes when opening sidebar

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

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

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

[Libreoffice-bugs] [Bug 154893] Generated number in a caption is rendered using CJK font for no reason

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 155102] Writer crashes when opening sidebar

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 154894] On app startup, Libreoffice paints the window BEFORE setting its maximization state

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 154907] Mail Merge too restrictive

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

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

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

[Libreoffice-bugs] [Bug 154907] Mail Merge too restrictive

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 77291] IDE: No way to break out of repeated syntax errors

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

--- Comment #7 from QA Administrators  ---
Dear ge.huber,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 151873] Writer doc crashes when scrolling document

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

--- Comment #4 from QA Administrators  ---
Dear Wilbur Harvey,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 124574] xHTML export fails on long line of spaces

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

--- Comment #8 from QA Administrators  ---
Dear Pavel,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 107281] Customized shortcuts set in Impress are working in Draw

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 142005] Spreadsheet doesn't display properly

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

Tyler  changed:

   What|Removed |Added

 CC||mclemore...@gmail.com

--- Comment #3 from Tyler  ---
Created attachment 187065
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187065=edit
Picture of the bug

After all this time, even after the link went dead, by some miracle I still
have the file this bug happened on. I just updated to 7.5.2.2 and it still
happens.

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

[Libreoffice-bugs] [Bug 86630] MENU: Easily insert page number into header/footer with extended menu Insert

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

--- Comment #47 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/98f766004e29ea35eef6fcf3a4c28696b95f6c90

tdf#86630 sw page number wizard: try avoid copying bookmarks

It will be available in 7.6.0.

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

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

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

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

2023-05-02 Thread Justin Luth (via logerrit)
 sw/source/uibase/shells/textfld.cxx |   71 
 sw/source/uibase/wrtsh/wrtsh1.cxx   |1 
 2 files changed, 49 insertions(+), 23 deletions(-)

New commits:
commit 98f766004e29ea35eef6fcf3a4c28696b95f6c90
Author: Justin Luth 
AuthorDate: Mon May 1 10:57:25 2023 -0400
Commit: Justin Luth 
CommitDate: Wed May 3 03:09:34 2023 +0200

tdf#86630 sw page number wizard: try avoid copying bookmarks

Each time the pagedesc is changed, it makes extra copies
for undo purposes. That really messes up unique bookmark names.

So, consolidate all the page description changes,
and make the change in one big batch.

I like this better anyway, because now it doesn't
look like all kinds of magic incantations.
This is now straight forward programming,
and consolidates three separate calls to adjust the page style.

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

diff --git a/sw/source/uibase/shells/textfld.cxx 
b/sw/source/uibase/shells/textfld.cxx
index 35fd1b50b90f..8257038cb1e5 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -56,12 +56,15 @@
 #include 
 #include 
 #include 
+
+#include 
 #include 
 #include 
 #include 
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1033,10 +1036,8 @@ FIELD_INSERT:
 pFact->CreateSwPageNumberDlg(GetView().GetFrameWeld()));
 auto pShell = GetShellPtr();
 
-const SvxPageItem* pPageItem;
-rSh.GetView().GetDispatcher().QueryState(SID_ATTR_PAGE, pPageItem);
-if (pPageItem)
-pDlg->SetPageNumberType(pPageItem->GetNumType());
+const SwPageDesc& rCurrDesc = rSh.GetPageDesc(rSh.GetCurPageDesc());
+pDlg->SetPageNumberType(rCurrDesc.GetNumType().GetNumberingType());
 
 pDlg->StartExecuteAsync([pShell, , pDlg](int nResult) {
 if ( nResult == RET_OK )
@@ -1069,23 +1070,47 @@ FIELD_INSERT:
 
rDoc->getIDocumentContentOperations().DeleteAndJoin(aDeleteOldPageNum);
 }
 
-SvxPageItem aPageItem(SID_ATTR_PAGE);
-aPageItem.SetNumType(pDlg->GetPageNumberType());
-// Might as well turn on margin mirroring too - if appropriate
-if (!bHeaderAlreadyOn && !bFooterAlreadyOn && !bIsSinglePage
-&& pDlg->GetMirrorOnEvenPages() && (rDesc.GetUseOn() & 
UseOnPage::All))
+SwPageDesc aNewDesc(rDesc);
+bool bChangePageDesc = false;
+if (pDlg->GetPageNumberType() != 
aNewDesc.GetNumType().GetNumberingType())
 {
-aPageItem.SetPageUsage(SvxPageUsage::Mirror);
+bChangePageDesc = true;
+SvxNumberType aNewType(rDesc.GetNumType());
+aNewType.SetNumberingType(pDlg->GetPageNumberType());
+aNewDesc.SetNumType(aNewType);
 }
-rSh.GetView().GetDispatcher().ExecuteList(SID_ATTR_PAGE,
-  SfxCallMode::API | 
SfxCallMode::SYNCHRON,
-  {  });
 
 // Insert header/footer
-if (bHeader && !bHeaderAlreadyOn)
-rSh.ChangeHeaderOrFooter(rDesc.GetName(), bHeader, 
/*On=*/true, /*Warn=*/false);
-else if (!bHeader && !bFooterAlreadyOn)
-rSh.ChangeHeaderOrFooter(rDesc.GetName(), false, 
/*On=*/true, /*Warn=*/false);
+if ((bHeader && !bHeaderAlreadyOn) || (!bHeader && 
!bFooterAlreadyOn))
+{
+bChangePageDesc = true;
+SwFrameFormat  = aNewDesc.GetMaster();
+if (bHeader)
+rMaster.SetFormatAttr(SwFormatHeader(/*On=*/true));
+else
+rMaster.SetFormatAttr(SwFormatFooter(/*On=*/true));
+
+// Init copied from ChangeHeaderOrFooter: keep in sync
+constexpr tools::Long constTwips_5mm = o3tl::toTwips(5, 
o3tl::Length::mm);
+const SvxULSpaceItem aUL(bHeader ? 0 : constTwips_5mm,
+ bHeader ? constTwips_5mm : 0,
+ RES_UL_SPACE);
+const XFillStyleItem aFill(drawing::FillStyle_NONE);
+SwFrameFormat& rFormat
+= bHeader
+  ? 
const_cast(*rMaster.GetHeader().GetHeaderFormat())
+  : 
const_cast(*rMaster.GetFooter().GetFooterFormat());
+rFormat.SetFormatAttr(aUL);
+rFormat.SetFormatAttr(aFill);
+
+// Might 

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

2023-05-02 Thread Tomaž Vajngerl (via logerrit)
 sw/source/core/inc/UndoSort.hxx |   39 ++-
 sw/source/core/undo/unsort.cxx  |   39 +++
 2 files changed, 25 insertions(+), 53 deletions(-)

New commits:
commit 98726695af0e3a673618d16b981818155d43bc0c
Author: Tomaž Vajngerl 
AuthorDate: Tue May 2 19:38:54 2023 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed May 3 02:31:31 2023 +0200

simplify SwSortUndoElement

No need for a union to save the minimal amount of memory. The code
is much harder to read an more error prone. Just duplicate source
and target - in one kace to be SwNodeOffset and other as OUString.

The assumption that SwNodeOffset doesn't have a default constr. is
also not true anymore, so we can just freely use that.

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

diff --git a/sw/source/core/inc/UndoSort.hxx b/sw/source/core/inc/UndoSort.hxx
index 81cb33c60787..432dd41133d9 100644
--- a/sw/source/core/inc/UndoSort.hxx
+++ b/sw/source/core/inc/UndoSort.hxx
@@ -34,30 +34,20 @@ class SwUndoAttrTable;
 
 struct SwSortUndoElement
 {
-union {
-struct {
-sal_uLong nID;
-// we cannot store these as SwNodeOffset (even though they are)
-// because SwNodeOffset has no default constructor
-sal_Int32 nSource, nTarget;
-} TXT;
-struct {
-OUString *pSource, *pTarget;
-} TBL;
-} SORT_TXT_TBL;
+OUString maSourceString;
+OUString maTargetString;
+SwNodeOffset mnSourceNodeOffset;
+SwNodeOffset mnTargetNodeOffset;
 
-SwSortUndoElement( const OUString& aS, const OUString& aT )
-{
-SORT_TXT_TBL.TBL.pSource = new OUString( aS );
-SORT_TXT_TBL.TBL.pTarget = new OUString( aT );
-}
-SwSortUndoElement( SwNodeOffset nS, SwNodeOffset nT )
-{
-SORT_TXT_TBL.TXT.nSource = sal_Int32(nS);
-SORT_TXT_TBL.TXT.nTarget = sal_Int32(nT);
-SORT_TXT_TBL.TXT.nID   = 0x;
-}
-~SwSortUndoElement();
+SwSortUndoElement(const OUString& aSource, const OUString& aTarget)
+: maSourceString(aSource)
+, maTargetString(aTarget)
+{}
+
+SwSortUndoElement(SwNodeOffset nSource, SwNodeOffset nTarget)
+: mnSourceNodeOffset(nSource)
+, mnTargetNodeOffset(nTarget)
+{}
 };
 
 class SwUndoSort final : public SwUndo, private SwUndRng
@@ -67,8 +57,7 @@ class SwUndoSort final : public SwUndo, private SwUndRng
 std::unique_ptr  m_pUndoAttrTable;
 SwNodeOffset m_nTableNode;
 
-public:
-SwUndoSort( const SwPaM&, const SwSortOptions& );
+public:SwUndoSort( const SwPaM&, const SwSortOptions& );
 SwUndoSort( SwNodeOffset nStt, SwNodeOffset nEnd, const SwTableNode&,
 const SwSortOptions&, bool bSaveTable );
 
diff --git a/sw/source/core/undo/unsort.cxx b/sw/source/core/undo/unsort.cxx
index 26d151b8c517..bf188918a435 100644
--- a/sw/source/core/undo/unsort.cxx
+++ b/sw/source/core/undo/unsort.cxx
@@ -30,17 +30,6 @@
 #include 
 #include 
 
-// Undo for Sorting
-SwSortUndoElement::~SwSortUndoElement()
-{
-// are there string pointers saved?
-if( 0x != SORT_TXT_TBL.TXT.nID )
-{
-delete SORT_TXT_TBL.TBL.pSource;
-delete SORT_TXT_TBL.TBL.pTarget;
-}
-}
-
 SwUndoSort::SwUndoSort(const SwPaM& rRg, const SwSortOptions& rOpt)
 : SwUndo(SwUndoId::SORT_TXT, ())
 , SwUndRng(rRg)
@@ -91,12 +80,10 @@ void SwUndoSort::UndoImpl(::sw::UndoRedoContext & rContext)
 const SwTable& rTable = pTableNd->GetTable();
 
 SwMovedBoxes aMovedList;
-for (const std::unique_ptr & i : m_SortList)
+for (std::unique_ptr const& pElement : m_SortList)
 {
-const SwTableBox* pSource = rTable.GetTableBox(
-*i->SORT_TXT_TBL.TBL.pSource );
-const SwTableBox* pTarget = rTable.GetTableBox(
-*i->SORT_TXT_TBL.TBL.pTarget );
+const SwTableBox* pSource = 
rTable.GetTableBox(pElement->maSourceString);
+const SwTableBox* pTarget = 
rTable.GetTableBox(pElement->maTargetString);
 
 // move back
 MoveCell(, pTarget, pSource,
@@ -125,12 +112,11 @@ void SwUndoSort::UndoImpl(::sw::UndoRedoContext & 
rContext)
 
 for (size_t i = 0; i < m_SortList.size(); ++i)
 {
-for (const std::unique_ptr & j : m_SortList)
+for (std::unique_ptr const& pElement : 
m_SortList)
 {
-if (j->SORT_TXT_TBL.TXT.nSource == sal_Int32(m_nSttNode + 
SwNodeOffset(i)))
+if (pElement->mnSourceNodeOffset == (m_nSttNode + 
SwNodeOffset(i)))
 {
-aIdxList.push_back( SwNodeIndex( rDoc.GetNodes(),
-j->SORT_TXT_TBL.TXT.nTarget ) );
+

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

2023-05-02 Thread Vasily Melenchuk (via logerrit)
 writerfilter/source/dmapper/DomainMapper.cxx |   45 +++
 1 file changed, 25 insertions(+), 20 deletions(-)

New commits:
commit 2d0a87f97e2c9ac50cd6ce329ca8256daf94ead4
Author: Vasily Melenchuk 
AuthorDate: Wed Apr 26 18:03:18 2023 +0300
Commit: Thorsten Behrens 
CommitDate: Wed May 3 01:16:52 2023 +0200

tdf#151974: writerfilter: apply props only to new document

Properties applied to document shoudl be a case only for new doc,
but DomainMapper can be called during pasing of RTF and cause
modifications to props in already open document.

Tested only for "NoNumberingShowFollowBy" but I assume this is
a case for all compatibility props.

Change-Id: I4558d809ca477918373b15fa05500ed985e170a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151069
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/writerfilter/source/dmapper/DomainMapper.cxx 
b/writerfilter/source/dmapper/DomainMapper.cxx
index 9da64ce6921a..3db5c2970705 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -116,26 +116,31 @@ DomainMapper::DomainMapper( const uno::Reference< 
uno::XComponentContext >& xCon
 mbHasControls(false),
 mbWasShapeInPara(false)
 {
-// #i24363# tab stops relative to indent
-m_pImpl->SetDocumentSettingsProperty(
-getPropertyName( PROP_TABS_RELATIVE_TO_INDENT ),
-uno::Any( false ) );
-m_pImpl->SetDocumentSettingsProperty(
-getPropertyName( PROP_SURROUND_TEXT_WRAP_SMALL ),
-uno::Any( true ) );
-m_pImpl->SetDocumentSettingsProperty(
-getPropertyName( PROP_APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING ),
-uno::Any( true ) );
-
-// Don't load the default style definitions to avoid weird mix
-m_pImpl->SetDocumentSettingsProperty("StylesNoDefault", uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("MsWordCompTrailingBlanks", 
uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("HeaderSpacingBelowLastPara",
- uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("FrameAutowidthWithMorePara", 
uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("FootnoteInColumnToPageEnd", 
uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("TabAtLeftIndentForParagraphsInList", 
uno::Any(true));
-m_pImpl->SetDocumentSettingsProperty("NoNumberingShowFollowBy", 
uno::Any(true));
+if (m_pImpl->IsNewDoc())
+{
+// #i24363# tab stops relative to indent
+m_pImpl->SetDocumentSettingsProperty(
+getPropertyName(PROP_TABS_RELATIVE_TO_INDENT),
+uno::Any(false));
+m_pImpl->SetDocumentSettingsProperty(
+getPropertyName(PROP_SURROUND_TEXT_WRAP_SMALL),
+uno::Any(true));
+m_pImpl->SetDocumentSettingsProperty(
+getPropertyName(PROP_APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING),
+uno::Any(true));
+
+// Don't load the default style definitions to avoid weird mix
+m_pImpl->SetDocumentSettingsProperty("StylesNoDefault", 
uno::Any(true));
+m_pImpl->SetDocumentSettingsProperty("MsWordCompTrailingBlanks", 
uno::Any(true));
+m_pImpl->SetDocumentSettingsProperty("HeaderSpacingBelowLastPara",
+uno::Any(true));
+m_pImpl->SetDocumentSettingsProperty("FrameAutowidthWithMorePara", 
uno::Any(true));
+m_pImpl->SetDocumentSettingsProperty("FootnoteInColumnToPageEnd", 
uno::Any(true));
+
m_pImpl->SetDocumentSettingsProperty("TabAtLeftIndentForParagraphsInList", 
uno::Any(true));
+
+// Enable only for new documents, since pasting from clipboard can 
influence existing doc
+m_pImpl->SetDocumentSettingsProperty("NoNumberingShowFollowBy", 
uno::Any(true));
+}
 
 // Initialize RDF metadata, to be able to add statements during the import.
 try


[Libreoffice-bugs] [Bug 147493] Take in consideration the extension of a file in the last used files list

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Merci Gilles.
Good news, this improvement is coming to LibreOffice 7.6, see:
https://wiki.documentfoundation.org/ReleaseNotes/7.6#GUI

Marking as a duplicate of the corresponding bug 56696.
Thank you!

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

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

[Libreoffice-bugs] [Bug 117084] Preview in Web browser displays mangled document in Draw and Impress (only text)

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|Preview in Web browser  |Preview in Web browser
   |displays mangled document   |displays mangled document
   ||in Draw and Impress (only
   ||text)
 CC||stephane.guillou@libreoffic
   ||e.org

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

[Libreoffice-bugs] [Bug 117084] Preview in Web browser displays mangled document

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||compuclever_...@hotmail.com

--- Comment #11 from Stéphane Guillou (stragu) 
 ---
*** Bug 134633 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 134633] Fails to show the preview of the shapes in browser -- Draw Drawing

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

--- Comment #6 from Stéphane Guillou (stragu) 
 ---


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

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

[Libreoffice-bugs] [Bug 148396] Only text, without formatting, is shown with File > Preview in Web Browser

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 113620] Conversion of Draw documents to html fails with command line.

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|121786  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121786
[Bug 121786] LO Draw: Empty .htm page if to Preview draw document in Web
browser
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108799] [META] HTML export bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|121786  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121786
[Bug 121786] LO Draw: Empty .htm page if to Preview draw document in Web
browser
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 121786] LO Draw: Empty .htm page if to Preview draw document in Web browser

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Blocks|108799, 108804  |
 Resolution|--- |DUPLICATE
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=11 |
   |7084,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=11 |
   |3620,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=14 |
   |8396|

--- Comment #11 from Stéphane Guillou (stragu) 
 ---
Same issue in bug 117084, bibisected to same commit.

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108799
[Bug 108799] [META] HTML export bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108804
[Bug 108804] [META] Print preview bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117084] Preview in Web browser displays mangled document

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=12 |
   |1786|
 CC||ver...@basealt.ru

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
*** Bug 121786 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 117084] Preview in Web browser displays mangled document

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||108799


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108799] [META] HTML export bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||117084


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117084
[Bug 117084] Preview in Web browser displays mangled document
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148396] Only text, without formatting, is shown with File > Preview in Web Browser

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 Whiteboard| QA:needsComment|

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


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

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

[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

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

Bug 148396 Summary: Only text, without formatting, is shown with File > Preview 
in Web Browser
https://bugs.documentfoundation.org/show_bug.cgi?id=148396

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 117084] Preview in Web browser displays mangled document

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
*** Bug 148396 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 155116] Undocked toolbar is not movable/closable in gtk3 ui

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

sockseight  changed:

   What|Removed |Added

Summary|Undocked toolbar is not |Undocked toolbar is not
   |movable in gtk3 ui  |movable/closable in gtk3 ui

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

[Libreoffice-bugs] [Bug 148546] Navigator not working on Pop OS

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 148546] Navigator not working on Pop OS

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Hi Stephen
Please update to a recent version (7.4 or 7.5) and let us know if the issue
persists.
Thank you!

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

[Libreoffice-bugs] [Bug 153629] Wrong shortcuts in Swedish UI

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you Clas.
Can you please test again in the latest 7.5 version, and if the issue persists,
paste here the info copied from Help > About LibreOffice ?

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

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

2023-05-02 Thread Eike Rathke (via logerrit)
 sc/source/ui/miscdlgs/anyrefdg.cxx |   16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

New commits:
commit 95c10ff05c4036587302e03e903aa849cba828f3
Author: Eike Rathke 
AuthorDate: Tue May 2 20:44:37 2023 +0200
Commit: Eike Rathke 
CommitDate: Wed May 3 00:55:25 2023 +0200

More complete positive list for ScFormulaReferenceHelper::ShowReference()

Various operators were omitted so for an expression using only
such like '~' range "union"/concatenation the ranges weren't
highlighted; also use indexOfAny() instead of repeated indexOf().

Change-Id: I288bb8e0a2bf738bbc3a56025474a18ea18a4d13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151297
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx 
b/sc/source/ui/miscdlgs/anyrefdg.cxx
index 0ffad93cfe25..579a61ee23a9 100644
--- a/sc/source/ui/miscdlgs/anyrefdg.cxx
+++ b/sc/source/ui/miscdlgs/anyrefdg.cxx
@@ -263,16 +263,12 @@ void ScFormulaReferenceHelper::ShowReference(const 
OUString& rStr)
 if( !m_bEnableColorRef )
 return;
 
-if( rStr.indexOf('(') != -1 ||
-rStr.indexOf('+') != -1 ||
-rStr.indexOf('*') != -1 ||
-rStr.indexOf('-') != -1 ||
-rStr.indexOf('/') != -1 ||
-rStr.indexOf('&') != -1 ||
-rStr.indexOf('<') != -1 ||
-rStr.indexOf('>') != -1 ||
-rStr.indexOf('=') != -1 ||
-rStr.indexOf('^') != -1 )
+// Exclude ';' semicolon as it is the separator for ParseWithNames() used
+// in ShowSimpleReference(). Also sheet separator '.' dot is part of simple
+// reference (could be array col/row separator as well but then in '{' '}'
+// braces). Prefer '!' exclamation mark to be intersection operator rather
+// than Excel sheet separator.
+if (comphelper::string::indexOfAny( rStr, u"()+-*/^%&=<>~! #[]{},|\\@", 0) 
!= -1)
 {
 ShowFormulaReference(rStr);
 }


[Libreoffice-bugs] [Bug 155116] Undocked toolbar is not movable in gtk3 ui

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

sockseight  changed:

   What|Removed |Added

 OS|All |Linux (All)
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from sockseight  ---
following are my observations for the versions

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 424bdeda9fea09f0b48b5551baf872656845c7c3
CPU threads: 3; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

issue repro in linux. this was seen without using the scaling feature
too. the floating toolbar could not be moved or closed.



Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: c9b6bf655e6de50c55629b4805399932c90a3b30
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster;
VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

issue not repro in windows. the floating toolbar could be moved and
closed.

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

[Libreoffice-bugs] [Bug 155115] Switching between light/dark system theme resets gtk3 ui toolbar

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

sockseight  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from sockseight  ---
following are my observations for the versions

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 424bdeda9fea09f0b48b5551baf872656845c7c3
CPU threads: 3; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

debian 11's gnome 3.38.5, X11 windowing system did not have "Appearance" under
"Settings". it was under "Tweaks" app (gnome-tweaks).
Under "Themes" -> "Applications" issue was not repro for 'Adwaita-Dark',
'Adwaita (Default)', 'HighContrastInverse'.
issue was repro for 'HighContrast'


Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: c9b6bf655e6de50c55629b4805399932c90a3b30
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster;
VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

windows 10, issue repro while switching from Color 'Light' to 'Dark' and
reverting to 'Light' again
insteresting observation while using 'Custom', the floating toolbar switches to
two row of icons while 'Choose your default app mode' is selected as 'Light' or
'Dark'

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

[Libreoffice-bugs] [Bug 152614] Database Form Creation Wizard incorrectly distributes form controls in document.

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||debrabant.phili...@free.fr

--- Comment #11 from Stéphane Guillou (stragu) 
 ---
*** Bug 153965 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 153965] Fields are stacked when creating a form with the helper

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you, Phillipe. This should be fixed in 7.5.3 and a current master build,
see bug 152614.
Please do test and let us know if it is not fixed.

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

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

[Libreoffice-bugs] [Bug 152614] Database Form Creation Wizard incorrectly distributes form controls in document.

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard|target:7.6.0|target:7.6.0 target:7.5.3

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

[Libreoffice-bugs] [Bug 154833] implementation of custom 3D objects is missing

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
I am not sure I understand the request: is it an issue with the import of some
3D objects (in which case an example file is needed), or is it a request for
new features in 3D shape editing (in which case we need a more precise
description of exactly what the feature would look like)?

Thank you.

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

[Libreoffice-bugs] [Bug 140003] Open Sans Light not embedded even if installed

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 113338] [META] Embedded fonts bugs and enhancements

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||154846


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154846
[Bug 154846] Not all fonts are embedded into the presentation
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154846] Not all fonts are embedded into the presentation

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||113338
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||0003
 Status|UNCONFIRMED |NEW
 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
Confirmed that the Open Sans Semibold variant is not included in extracted
file's Fonts directory, even though option "File > Properties > Fonts > Embed
fonts in document" is turned on.

Tested on Ubuntu 20.04, font ttf installed from
https://www.wfonts.com/font/open-sans-semibold, and recent master build:

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

Similar to Writer bug 140003


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 155132] Add filter:odb keyword to bugs.documentfoundation.org to track LO Base files.

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

third='beedell', first='roke', second='julian lockhart' 
 changed:

   What|Removed |Added

Summary|Add filter:odb to track LO  |Add filter:odb keyword to
   |Base files. |bugs.documentfoundation.org
   ||to track LO Base files.

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

[Libreoffice-bugs] [Bug 155132] New: Add filter:odb to track LO Base files.

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

Bug ID: 155132
   Summary: Add filter:odb to track LO Base files.
   Product: QA Tools
   Version: unspecified
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i3jmz+lemy7...@outlook.com

We have filters for almost all of the other major LO filetypes. This seems like
an oversight.

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

[Libreoffice-bugs] [Bug 70976] SLIDESHOW: Thin white lines (or desktop color) visible on the right edge and bottom side of screen when running slideshow

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

--- Comment #32 from NoWorries  ---
Created attachment 187064
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187064=edit
LibreOffice Lines on Kubuntu

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

[Libreoffice-bugs] [Bug 155131] Differentiate between lines in LO Base table editor and viewer with alternating shades.

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

third='beedell', first='roke', second='julian lockhart' 
 changed:

   What|Removed |Added

   Keywords||accessibility, topicDesign

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

[Libreoffice-bugs] [Bug 155087] Autocorrection in Romanian applies to existing words

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

--- Comment #20 from Tex2002ans  ---
Hey, I became aware of this bug because of:

-
https://www.reddit.com/r/libreoffice/comments/135kn9j/is_the_autocorrection_tool_of_many_languages/

I gave some very detailed AutoCorrect/Spellcheck/Grammarcheck responses in
cipricus's Reddit thread, but I'll try to summarize a little of it here.

(Please see the link above for *much* more specifics.)

>> If LibreOffice suggests "ouă", you just need
>> to press Ctrl+Z and you get the right version,
>> without autocorrection [...]
>
> Why should we have to press Ctrl-Z in order to
> write a common form of a very common word, [...]

Yes, I agree.

Typo Correction is split into 3 layers:

- AutoCorrect
- Spellchecking/Dictionaries
- Grammarchecking

LibreOffice's AutoCorrect should focus on:

- invalid words + common typos
--- alot -> a lot
--- becasue -> because
--- cheif -> chief
--- commitee -> committee

while Spellchecking/Dictionaries should focus on:

- valid words
--- (Red squigglies + Right-Click suggestions!)
--- I made a *misteak*. (misteak -> mistake) 

while Grammarchecking should focus on:

- valid words, but used in the wrong context
--- (Green squigglies!)
--- I stood in line for an *our*. (our -> hour)
--- I *runs* away from the dog. (runs -> run/ran)

One valid word to another valid word—like "ouă" vs. "oua"—shouldn't be in the
AutoCorrect category!

An error like that should be taken care of at the Grammarchecking-level with
green squigglies.

(Luckily, LanguageTool supports Romanian! :) )

- - -

cipricus: Now, we just sit and patiently wait.

Like Julien + BogdanB said, we wait for input from more knowledgeable
localizers.

We heard the recommendations, and I have no doubt Romanian AutoCorrect will be
made better based on your suggestions. :)

(Take a deep breath, and a deep breath out. Nobody here wants to "argue with"
or "antagonize" you. We just want to all help make LO become better! :) )

And it's only been 3 days. People have real lives outside of LibreOffice you
know!!! lol.

- - -

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

[Libreoffice-bugs] [Bug 155131] Differentiate between lines in LO Base table editor and viewer with alternating shades.

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

third='beedell', first='roke', second='julian lockhart' 
 changed:

   What|Removed |Added

URL||https://ask.libreoffice.org
   ||/t/are-shaded-alternate-row
   ||s-available-in-base/91109/2
   ||?u=rokejulianlockhart

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

[Libreoffice-bugs] [Bug 155131] New: Differentiate between lines in LO Base table editor and viewer with alternating shades.

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

Bug ID: 155131
   Summary: Differentiate between lines in LO Base table editor
and viewer with alternating shades.
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i3jmz+lemy7...@outlook.com

https://ask.libreoffice.org/t/are-shaded-alternate-rows-available-in-base/91109/2?u=rokejulianlockhart

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

[Libreoffice-bugs] [Bug 154854] Unable to change system input language with Win+Space, when in filter menu

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Works for me on Ubuntu 20.04 with GNOME 3.36.8 and:

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

and in 7.3.7.2 as well. I can switch keyboard layouts.
Setting to "need info" for Buovjaga's question.

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

[Libreoffice-bugs] [Bug 155080] Part of values in data validity list disappear when I save and close .xlsx file

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|NOTABUG |DUPLICATE

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


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

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

[Libreoffice-bugs] [Bug 137167] Validity List truncated when saving in Excel format

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||binom3...@yandex.ru

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
*** Bug 155080 has been marked as a duplicate of this bug. ***

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

[Libreoffice-commits] core.git: officecfg/registry

2023-05-02 Thread Gabor Kelemen (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |   34 -
 1 file changed, 34 deletions(-)

New commits:
commit 581764d7781477deada108c7fa108c684983fbc8
Author: Gabor Kelemen 
AuthorDate: Tue Apr 25 12:24:45 2023 +0200
Commit: Thorsten Behrens 
CommitDate: Tue May 2 23:47:03 2023 +0200

[API CHANGE] Drop unused config group AddXMLToStorage

Its use was removed in 2009 by
commit f87ee64d502aec9365d98d53d5b913f6456eae6b

Change-Id: Ie9f65ac548ce9eff53156f61df40dbff839a8d8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150983
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 5e48191bedf9..ed6d4ebe4ad7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3450,40 +3450,6 @@
 
   
 
-
-  
-Contains settings specifying if a XML package is added to the
-applications binary files.
-  
-  
-
-
-  Defines if a XML package is added to the Writer binary
-  files.
-
-  
-  
-
-
-  Defines if a XML package is added to the Calc binary
-  files.
-
-  
-  
-
-
-  Defines if a XML package is added to the Impress binary
-  files.
-
-  
-  
-
-
-  Defines if a XML package is added to the Draw binary
-  files.
-
-  
-
 
   
 Contains recent colors and custom colors


[Libreoffice-bugs] [Bug 155057] Wrong colors in some WPG graphic import: WPG1 is well rendered, but not WPG2

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

--- Comment #20 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0c0c9a0dd8a7b102315ab1075f78a0f1f3397b67

tdf#155057: Wrong colors in some WPG2 (well rendered in WPG1)

It will be available in 7.6.0.

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

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

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

[Libreoffice-bugs] [Bug 155057] Wrong colors in some WPG graphic import: WPG1 is well rendered, but not WPG2

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.6.0

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

[Libreoffice-commits] core.git: download.lst external/libwpg

2023-05-02 Thread Julien Nabet (via logerrit)
 download.lst  |4 ++--
 external/libwpg/ExternalProject_libwpg.mk |1 +
 external/libwpg/Library_wpg.mk|1 +
 external/libwpg/UnpackedTarball_libwpg.mk |4 
 external/libwpg/rpath.patch   |   10 --
 5 files changed, 4 insertions(+), 16 deletions(-)

New commits:
commit 0c0c9a0dd8a7b102315ab1075f78a0f1f3397b67
Author: Julien Nabet 
AuthorDate: Sun Apr 30 07:47:40 2023 +0200
Commit: Julien Nabet 
CommitDate: Tue May 2 23:35:48 2023 +0200

tdf#155057: Wrong colors in some WPG2 (well rendered in WPG1)

Thank you Fridrich Strba for the quick fix in libwpg!

Change-Id: Icb2a48cdd7846ac9f2b32ca65a479381d8c8bfed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151217
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/download.lst b/download.lst
index 5dee8cfce9ab..9615e2dac051 100644
--- a/download.lst
+++ b/download.lst
@@ -533,8 +533,8 @@ WPD_TARBALL := libwpd-0.10.$(WPD_VERSION_MICRO).tar.xz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-WPG_SHA256SUM := 
99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c
-WPG_VERSION_MICRO := 3
+WPG_SHA256SUM := 
b55fda9440d1e070630eb2487d8b8697cf412c214a27caee9df69cec7c004de3
+WPG_VERSION_MICRO := 4
 WPG_TARBALL := libwpg-0.3.$(WPG_VERSION_MICRO).tar.xz
 # three static lines
 # so that git cherry-pick
diff --git a/external/libwpg/ExternalProject_libwpg.mk 
b/external/libwpg/ExternalProject_libwpg.mk
index 6a0d2c8984c6..dc6bdf7d6899 100644
--- a/external/libwpg/ExternalProject_libwpg.mk
+++ b/external/libwpg/ExternalProject_libwpg.mk
@@ -37,6 +37,7 @@ $(call gb_ExternalProject_get_state_target,libwpg,build) :
$(if 
$(verbose),--disable-silent-rules,--enable-silent-rules) \
$(gb_CONFIGURE_PLATFORMS) \
CXXFLAGS="$(gb_CXXFLAGS) $(call 
gb_ExternalProject_get_build_flags,libwpg)" \
+   CPPFLAGS="$(CPPFLAGS) $(BOOST_CPPFLAGS)" \
$(if $(filter LINUX,$(OS)), \
'LDFLAGS=-Wl$(COMMA)-z$(COMMA)origin \
-Wl$(COMMA)-rpath$(COMMA)\ORIGIN') \
diff --git a/external/libwpg/Library_wpg.mk b/external/libwpg/Library_wpg.mk
index 09dc34915238..e59133ea588d 100644
--- a/external/libwpg/Library_wpg.mk
+++ b/external/libwpg/Library_wpg.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,wpg))
 $(eval $(call gb_Library_use_unpacked,wpg,libwpg))
 
 $(eval $(call gb_Library_use_externals,wpg,\
+   boost_headers \
revenge \
wpd \
 ))
diff --git a/external/libwpg/UnpackedTarball_libwpg.mk 
b/external/libwpg/UnpackedTarball_libwpg.mk
index 9ca55c669d72..e3790c831296 100644
--- a/external/libwpg/UnpackedTarball_libwpg.mk
+++ b/external/libwpg/UnpackedTarball_libwpg.mk
@@ -15,10 +15,6 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libwpg,0))
 
 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,libwpg))
 
-$(eval $(call gb_UnpackedTarball_add_patches,libwpg, \
-external/libwpg/rpath.patch \
-))
-
 ifneq ($(OS),MACOSX)
 ifneq ($(OS),WNT)
 ifneq ($(OS),iOS)
diff --git a/external/libwpg/rpath.patch b/external/libwpg/rpath.patch
deleted file mode 100644
index 5a8f56105509..
--- a/external/libwpg/rpath.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 configure
-+++ configure
-@@ -13858,6 +13858,7 @@
-   esac
-   ;;
-   esac
-+hardcode_libdir_flag_spec_CXX=
-   ;;
- 
-   lynxos*)


[Libreoffice-bugs] [Bug 155129] Macro hangs after executing uno:GoToEndOfData

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Can you please test again in a version that is currently in development, 7.4 or
7.5?
If the issue is still there, please attach an ODS file with the macros saved in
it, so others can test more easily.
Thank you!

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

[Libreoffice-bugs] [Bug 154551] Copying or cutting a variable field (type: variable, number range, user field) results in crash

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

--- Comment #20 from Jim Raykowski  ---

(In reply to Paris Oplopoios from comment #19)
> I’ll look at this during the weekend. I’ll need to build on Windows. If
> anyone can repro on linux that’d be great

I repro on Linux using debug builds.

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 7e74f2260b7d093c1b3bb6e362de1c52b5068cc6
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Backtrace:  

1  std::__uniq_ptr_impl>::_M_ptr
unique_ptr.h173  0x7fffc0684c76 
2  std::unique_ptr>::get
unique_ptr.h422  0x7fffc06833e6 
3  std::unique_ptr>::operator * 
unique_ptr.h408  0x7fffc06833c7 
4  SwView::GetWrtShell  
view.hxx423  0x7fffc06824c2 
5  OutHTML_SwFormatField
htmlfldw.cxx547  0x7fffc11dba48 
6  Out  
wrt_fn.cxx  37   0x7fffc12b2588 
7  OutHTML_SwTextNode   
htmlatr.cxx 2433 0x7fffc11ab9c1 
8  SwHTMLWriter::Out_SwDoc  
wrthtml.cxx 927  0x7fffc12a5627 
9  SwHTMLWriter::WriteStream
wrthtml.cxx 576  0x7fffc12a367a 
10 Writer::Write
writer.cxx  234  0x7fffc12adebd 
11 SwWriter::Write  
shellio.cxx 870  0x7fffc118d68f 
12 SwTransferable::WriteObject  
swdtflvr.cxx824  0x7fffc141ef4b 
13 TransferableHelper::SetObject
transfer.cxx840  0x70e17a9d 
14 SwTransferable::GetData  
swdtflvr.cxx628  0x7fffc141dfcd 
15 TransferableHelper::getTransferData2 
transfer.cxx385  0x70e15b7f 
16 TransferableHelper::getTransferData  
transfer.cxx281  0x70e152b5 
17 VclToGtkHelper::setSelectionData 
gtkinst.cxx 1316 0x7fffe754069b 
18 (anonymous namespace)::VclGtkClipboard::ClipboardGet 
gtkinst.cxx 1037 0x7fffe753fe45 
19 (anonymous namespace)::ClipboardGetFunc  
gtkinst.cxx 1062 0x7fffe7540014 
20 ??  
  0x7fffe6fc754a 
21 g_signal_emit_valist
  0x7fffec27b700 
22 g_signal_emit_by_name   
  0x7fffec27ba8e 
23 ??  
  0x7fffe6eb072b 
24 ??  
  0x7fffe6eb590a 
25 ??  
  0x7fffe6fbceb8 
26 g_signal_emit_valist
  0x7fffec27b700 
27 g_signal_emit   
  0x7fffec27b863 
28 ??  
  0x7fffe6f84724 
29 gtk_main_do_event   
  0x7fffe6e28001 
30 ??  
  0x7fffe6b08743 
31 ??  
  0x7fffe6b3ff56 
32 g_main_context_dispatch 
  0x7fffec164d3b 
33 ??  
  0x7fffec1b96c8 
34 g_main_context_iteration
  0x7fffec1623e3 
35 GtkSalData::Yield
gtkdata.cxx 405  0x7fffe753af5a 
36 GtkInstance::DoYield 
gtkinst.cxx 433  0x7fffe753eb98 
37 ImplYield
svapp.cxx   385  0x711e954e 
38 Application::Yield   
svapp.cxx   469  0x711ea230 
39 Application::Execute 
svapp.cxx   363  0x711e9253 
40 desktop::Desktop::Main   

[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - 5 commits - embeddedobj/source include/svx sc/source sfx2/source svx/source sw/inc sw/source xmloff/source

2023-05-02 Thread Caolán McNamara (via logerrit)
 embeddedobj/source/commonembedding/embedobj.cxx  |   60 -
 embeddedobj/source/commonembedding/specialobject.cxx |9 
 embeddedobj/source/inc/commonembobj.hxx  |3 
 embeddedobj/source/inc/specialobject.hxx |7 
 include/svx/svdoole2.hxx |   17 
 include/svx/unoshape.hxx |2 
 sc/source/ui/docshell/documentlinkmgr.cxx|9 
 sfx2/source/doc/iframe.cxx   |   72 +
 svx/source/svdraw/svdoole2.cxx   |  698 ++-
 svx/source/unodraw/shapeimpl.hxx |5 
 svx/source/unodraw/unoshap4.cxx  |   23 
 sw/inc/ndole.hxx |4 
 sw/source/core/ole/ndole.cxx |  213 +++--
 xmloff/source/draw/ximpshap.cxx  |   29 
 xmloff/source/draw/ximpshap.hxx  |2 
 15 files changed, 701 insertions(+), 452 deletions(-)

New commits:
commit b5c3fa5f071ebca8ca84a88a4738c9cdefc05660
Author: Caolán McNamara 
AuthorDate: Thu Apr 20 20:58:21 2023 +0100
Commit: Michael Stahl 
CommitDate: Tue May 2 16:50:34 2023 +0200

assume IFrame script/macro support isn't needed

seems undocumented at least

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151020
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 
(cherry picked from commit a10a5994bddf7646196ff45f6af598420d8663ad)

Change-Id: I316e4f4f25ddb7cf6b7bac4d856a721b987207a3

diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index caffa41519d6..1703572a2647 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -161,6 +161,7 @@ IFrameObject::IFrameObject(const uno::Reference < 
uno::XComponentContext >& rxCo
 aArguments[0] >>= mxObj;
 }
 
+#if 0
 bool lcl_isScriptURLAllowed(const OUString& aScriptURL)
 {
 boost::optional> allowedEvents(
@@ -185,6 +186,7 @@ bool lcl_isScriptURLAllowed(const OUString& aScriptURL)
 
 return false;
 }
+#endif
 
 sal_Bool SAL_CALL IFrameObject::load(
 const uno::Sequence < css::beans::PropertyValue >& /*lDescriptor*/,
@@ -197,23 +199,16 @@ sal_Bool SAL_CALL IFrameObject::load(
 uno::Reference < util::XURLTransformer > xTrans( 
util::URLTransformer::create( mxContext ) );
 xTrans->parseStrict( aTargetURL );
 
+INetURLObject aURLObject(aTargetURL.Complete);
+if (aURLObject.GetProtocol() == INetProtocol::Macro || 
aURLObject.isSchemeEqualTo(u"vnd.sun.star.script"))
+return false;
+
 uno::Reference xParentFrame = 
xFrame->getCreator();
 SfxObjectShell* pDoc = SfxMacroLoader::GetObjectShell(xParentFrame);
 
-if (INetURLObject(aTargetURL.Complete).GetProtocol() == 
INetProtocol::Macro)
-{
-if (pDoc && !pDoc->AdjustMacroMode())
-return false;
-}
-
-if (!lcl_isScriptURLAllowed(aTargetURL.Complete))
-return false;
-
 bool bUpdateAllowed(true);
 if (pDoc)
 {
-// perhaps should only check for file targets, but lets default to 
making it strong
-// unless there is a known need to distinguish
 comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = 
pDoc->getEmbeddedObjectContainer();
 bUpdateAllowed = 
rEmbeddedObjectContainer.getUserAllowsLinkUpdate();
 }
commit 75c054528349be688c9f77edaa6d6b61ea00baf5
Author: Caolán McNamara 
AuthorDate: Thu Apr 13 11:31:17 2023 +0100
Commit: Michael Stahl 
CommitDate: Tue May 2 16:43:23 2023 +0200

put floating frames under managed links control

like we do for sections and ole objects that link to their content

individual commits in trunk are:

extract a OCommonEmbeddedObject::SetInplaceActiveState for reuse

no behaviour change intended

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150341
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit 183e34a3f8c429c0698951e24c17844e416a3825)

use parent window as dialog parent

it makes no odds, but is more convenient for upcoming modification

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150342
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit f93edf343658abd489bde3639d2ffaefd50c0f99)

adjust IFrameObject so it could reuse mxFrame for a reload of content

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150343
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit 3a727d26fd9eb6fa140bc3f5cadf3db079d42206)

query getUserAllowsLinkUpdate for the case of content in a floating frame

similarly to how it works for the more common "normal" embedded objects

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149971

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - 5 commits - embeddedobj/source include/svx sc/source sfx2/source svx/source sw/inc sw/source xmloff/source

2023-05-02 Thread Caolán McNamara (via logerrit)
 embeddedobj/source/commonembedding/embedobj.cxx  |   60 -
 embeddedobj/source/commonembedding/specialobject.cxx |9 
 embeddedobj/source/inc/commonembobj.hxx  |3 
 embeddedobj/source/inc/specialobject.hxx |7 
 include/svx/svdoole2.hxx |   17 
 include/svx/unoshape.hxx |2 
 sc/source/ui/docshell/documentlinkmgr.cxx|9 
 sfx2/source/doc/iframe.cxx   |   70 +
 svx/source/svdraw/svdoole2.cxx   |  698 ++-
 svx/source/unodraw/shapeimpl.hxx |5 
 svx/source/unodraw/unoshap4.cxx  |   23 
 sw/inc/ndole.hxx |4 
 sw/source/core/ole/ndole.cxx |  213 +++--
 xmloff/source/draw/ximpshap.cxx  |   29 
 xmloff/source/draw/ximpshap.hxx  |2 
 15 files changed, 699 insertions(+), 452 deletions(-)

New commits:
commit 2681341b081ac8fb15f7ef7035c0e522c30a8ce9
Author: Caolán McNamara 
AuthorDate: Thu Apr 20 20:58:21 2023 +0100
Commit: Michael Stahl 
CommitDate: Tue May 2 17:22:28 2023 +0200

assume IFrame script/macro support isn't needed

seems undocumented at least

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151020
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 
(cherry picked from commit a10a5994bddf7646196ff45f6af598420d8663ad)

Change-Id: I316e4f4f25ddb7cf6b7bac4d856a721b987207a3

diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index 217c764e0272..bc60a86b3317 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -168,23 +168,16 @@ sal_Bool SAL_CALL IFrameObject::load(
 uno::Reference < util::XURLTransformer > xTrans( 
util::URLTransformer::create( mxContext ) );
 xTrans->parseStrict( aTargetURL );
 
+INetURLObject aURLObject(aTargetURL.Complete);
+if (aURLObject.GetProtocol() == INetProtocol::Macro || 
aURLObject.isSchemeEqualTo(u"vnd.sun.star.script"))
+return false;
+
 uno::Reference xParentFrame = 
xFrame->getCreator();
 SfxObjectShell* pDoc = SfxMacroLoader::GetObjectShell(xParentFrame);
 
-if (INetURLObject(aTargetURL.Complete).GetProtocol() == 
INetProtocol::Macro)
-{
-if (pDoc && !pDoc->AdjustMacroMode())
-return false;
-}
-
-if (!SfxEvents_Impl::isScriptURLAllowed(aTargetURL.Complete))
-return false;
-
 bool bUpdateAllowed(true);
 if (pDoc)
 {
-// perhaps should only check for file targets, but lets default to 
making it strong
-// unless there is a known need to distinguish
 comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = 
pDoc->getEmbeddedObjectContainer();
 bUpdateAllowed = 
rEmbeddedObjectContainer.getUserAllowsLinkUpdate();
 }
commit 63e125f5e9e1d2ae38f6f00119e1b285230e46c5
Author: Caolán McNamara 
AuthorDate: Thu Apr 13 11:31:17 2023 +0100
Commit: Michael Stahl 
CommitDate: Tue May 2 17:21:52 2023 +0200

put floating frames under managed links control

like we do for sections and ole objects that link to their content

individual commits in trunk are:

extract a OCommonEmbeddedObject::SetInplaceActiveState for reuse

no behaviour change intended

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150341
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit 183e34a3f8c429c0698951e24c17844e416a3825)

use parent window as dialog parent

it makes no odds, but is more convenient for upcoming modification

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150342
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit f93edf343658abd489bde3639d2ffaefd50c0f99)

adjust IFrameObject so it could reuse mxFrame for a reload of content

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150343
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 
(cherry picked from commit 3a727d26fd9eb6fa140bc3f5cadf3db079d42206)

query getUserAllowsLinkUpdate for the case of content in a floating frame

similarly to how it works for the more common "normal" embedded objects

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149971
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit 52aa46468531918eabfa2031dedf50377ae72cf7)

add a route to get writer Floating Frame links under 'manage links'

Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150349
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit 8b8a2844addbd262befb1a2d193dfb590dfa20be)

allow SvxOle2Shape::resetModifiedState 

[Libreoffice-bugs] [Bug 154365] Libre Office Write 7.4.6 not fully accessing USB memory stick. Keywords :- fileopen filesave

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

Jon  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 154365] Libre Office Write 7.4.6 not fully accessing USB memory stick. Keywords :- fileopen filesave

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

--- Comment #5 from Jon  ---
Hi,
My apologies for taking so long.
I had difficulty uninstalling 7.4 and 7.22 one of which was flatpak and one not
but eventually found my way forward.

So LO  7.5.2.2 installed and still the same, 
Also the same in Safe Mode.
Picture of error screen submitted in previous attachment.

Following uninstall and re-install I seem to have lost my mappings to my usb
ports from within LibreOffice. 
As a result only opened *.ODT files by a double click from within the files
app.
If LO shut it opens Writer  if LO Open it switches to the LO screen and then
gives the error screen.

I have looked in Linux developer settings and the USB 3 memory device is seen
there.

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

[Libreoffice-bugs] [Bug 154365] Libre Office Write 7.4.6 not fully accessing USB memory stick. Keywords :- fileopen filesave

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

--- Comment #4 from Jon  ---
Created attachment 187063
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187063=edit
Picture of error screen

Simply showing Error screen

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

[Libreoffice-bugs] [Bug 108728] [META] Dictionaries bugs and enhancements

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

Tex2002ans  changed:

   What|Removed |Added

 Depends on||154826


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154826
[Bug 154826] Writer - U.S. Dictionary - Spell Checker does not recognize
'biblically'
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154826] Writer - U.S. Dictionary - Spell Checker does not recognize 'biblically'

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

Tex2002ans  changed:

   What|Removed |Added

URL||https://github.com/en-wl/wo
   ||rdlist/issues/367
 Resolution|NOTOURBUG   |MOVED
 Blocks||108728
   Severity|normal  |trivial

--- Comment #5 from Tex2002ans  ---
Hey Tina,

Thanks for this report!

I submitted "biblically" to SCOWL as:

- Issue #367
- https://github.com/en-wl/wordlist/issues/367

I am also changing this from NOTOURBUG -> MOVED, just like we did in your
previous Bug #153402.

- - -

And "biblically" *does* exist in SCOWL currently, but it's in a much bigger
dictionary.

If you really wanted to get it in LO...

HOW TO DOWNLOAD THE HUGE SCOWL WORD LIST

Go to this page:

- http://app.aspell.net/create?defaults=en_US

1. And choose:

- SCOWL Size: 80 (huge)

2. Check which boxes/options you want:

- Spelling
--- American / British
- Hacker / Roman Numerals
--- I'd uncheck these.

The rest, I would leave as defaults.

3. Press the:

- "Download as Hunspell Dictionary" button.

4. Unzip + you should be able to drop the DIC + AFF files into the LibreOffice
dictionary folder.

- - -

Note: Although, be warned, that "size 80" SCOWL dictionary has A LOT of very
obscure words/terms. (Like very rare medical/botanical terminology, etc.)

- - -

> A few individuals complained that in the GB Dictionary I add “all words under 
> the sun”, but I have been checking word by word, adding possessives and all 
> the derivates I can find.

lol. That was me!

And it wasn't a "complaint". Just an observation of methodology.

Your dictionary:

- All valid English words + very fast, always updating.

SCOWL dictionaries:

- Most common English words by default + slower updates.
- (Rarer + all English words available as alternate lists!)

Both are including lots and lots of English words, just focusing on slightly
different aspects by default. :)

> However, years go by, and no updates are released for US [...]

Last SCOWL update was December 2020! Not everyone updates like a certain
Marco-machine! :P

I'll have to give KevinA another poke though.

> (since he doesn't add the “words under the sun”).

That's where I was having fun focusing my research too, on the rarest of all
rare words. :)

Your list+LanguageTool reports help me spot new words/terms + changes on the
bleeding-edge too.


Referenced Bugs:

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

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

2023-05-02 Thread Henry Castro (via logerrit)
 sc/source/ui/view/gridwin.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9fe22a7be3c3e9bb9ae4adea812c0ea9f78d5bc
Author: Henry Castro 
AuthorDate: Tue Apr 4 16:18:24 2023 -0400
Commit: Aron Budea 
CommitDate: Tue May 2 22:51:54 2023 +0200

lok: sc: fix RTL auto fill rectangle

In the RTL case, the positive X axis is changed from
right to left, otherwise the auto fill rectangle overlay
will get negative coordinates.

Signed-off-by: Henry Castro 
Change-Id: If4918f02d185fc19e5ab4e8a273c443c69dc7206
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150034
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
(cherry picked from commit 27dc2814941423d202053cf65bbf755e403c6044)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150172
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Aron Budea 

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 7dcd718fd1b6..9c63aafe70e0 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -6555,7 +6555,7 @@ void ScGridWindow::UpdateAutoFillOverlay()
 tools::Long nSizeYPix;
 mrViewData.GetMergeSizePixel( nX, nY, nSizeXPix, nSizeYPix );
 
-if (bLayoutRTL)
+if (bLayoutRTL && !comphelper::LibreOfficeKit::isActive())
 aFillPos.AdjustX( -(nSizeXPix - 2 + (aFillHandleSize.Width() / 2)) );
 else
 aFillPos.AdjustX(nSizeXPix - (aFillHandleSize.Width() / 2) );


[Libreoffice-bugs] [Bug 155087] Autocorrection in Romanian applies to existing words

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

--- Comment #19 from cipricus  ---
(In reply to Julien Nabet from comment #17)

> know someone who may help here.

I can say that after a rapid overview of that entire list the erroneous entries
are less numerous than I feared at the moment of my initial post. In my long
comment where I try to be very comprehensive on the matter most of these are
mentioned.

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

[Libreoffice-bugs] [Bug 155087] Autocorrection in Romanian applies to existing words

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

--- Comment #18 from cipricus  ---
BogdanB has tried to argue defining some reasons or rules behind the present
entries in that list. I want to argue against that: the inconsistency with
which such reasons are in fact applied proves that they are not at all at play
there and that the entries that I consider erroneous have ended up there by
error and by chance.

Without that inconsistency hundreds of other correct Romanian words (especially
infinitive and past tense verbs) would have ended up there and automatically
"corrected" into another tense or an adjective. - A rule or reason for the
inconsistent application of which we must be glad is not a real rule at all.

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

[Libreoffice-bugs] [Bug 154551] Copying or cutting a variable field (type: variable, number range, user field) results in crash

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

--- Comment #19 from Paris Oplopoios  ---
I’ll look at this during the weekend. I’ll need to build on Windows. If anyone
can repro on linux that’d be great

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

[Libreoffice-bugs] [Bug 155087] Autocorrection in Romanian applies to existing words

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

--- Comment #17 from Julien Nabet  ---
(In reply to cipricus from comment #16)
> (In reply to Julien Nabet from comment #15)
> > @cipricus: please don't confirm your own bug.
> 
> Sorry. I imagined that what I cannot is already disabled.
No pb.
> 
> Romanian speakers are a must (I have done what I could in my previous
> comment myself), but that is not enough. Some general principles in the
> elaboration of those auto-correction lists have to be stated first,
> otherwise we end up arguing against subjective opinions.
You're right, that's why I also "cced" Sophie which is an expert in
localization domain and either will have the background necessary to respond
here or at least will certainly know someone who may help here.

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

  1   2   3   4   >