[Libreoffice-bugs] [Bug 158447] Update Python C API for Python 3.13

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158447

Julien Nabet  changed:

   What|Removed |Added

Version|7.3.6.2 release |7.6.3.1 rc

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

[Libreoffice-bugs] [Bug 104742] [META] Network-involved bugs

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104742

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||155312


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155312
[Bug 155312] Save document fails with Libreoffice 7.5 and Webdav behind HAProxy
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155312] Save document fails with Libreoffice 7.5 and Webdav behind HAProxy

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155312

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 155312] Save document fails with Libreoffice 7.5 and Webdav behind HAProxy

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155312

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|REOPENED|NEW
 Blocks||104742
URL||https://lists.apache.org/th
   ||read/sd8v2fg1n86pbw83mys7qw
   ||t2z41yffo1

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
Let's set back to "unconfirmed" then. ("Reopened" is for when there was an
attempt to fix it.)

Relevant tomcat commit:
https://github.com/apache/tomcat/commit/147fee447e27ec14e3001d9c727db1dcd4cb930c


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158419] FILEOPEN: DOCX: fix cursor position in a paragraph line shrunk by the new justification algorithm

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158419

--- Comment #2 from Commit Notification 
 ---
László Németh committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/93ab1bc6be7b46226874810ec4fc3c61d5d0fc7c

tdf#158419 sw: revert lost unit test testOfz64109

It will be available in 24.2.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/qa

2023-11-29 Thread László Németh (via logerrit)
 sw/qa/extras/layout/layout3.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 93ab1bc6be7b46226874810ec4fc3c61d5d0fc7c
Author: László Németh 
AuthorDate: Wed Nov 29 20:56:38 2023 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 30 08:35:03 2023 +0100

tdf#158419 sw: revert lost unit test testOfz64109

which was removed accidentally by commit 
20cbe88ce5610fd8ee302e5780a4c0821ddb3db4
"tdf#119908 tdf#158419 sw smart justify: fix cursor position".

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

diff --git a/sw/qa/extras/layout/layout3.cxx b/sw/qa/extras/layout/layout3.cxx
index 843712e62221..f919a6452912 100644
--- a/sw/qa/extras/layout/layout3.cxx
+++ b/sw/qa/extras/layout/layout3.cxx
@@ -864,6 +864,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testAbi11870)
 createSwDoc("abi11870-2.odt");
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testOfz64109)
+{
+//just care it doesn't assert
+createSwDoc("ofz64109-1.fodt");
+}
+
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testTdf118719)
 {
 // Insert a page break.


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

2023-11-29 Thread Miklos Vajna (via logerrit)
 sw/CppunitTest_sw_ww8import.mk|4 
 sw/qa/extras/ww8import/data/tdf124601.doc |binary
 2 files changed, 4 insertions(+)

New commits:
commit eb077be775237d5f2584d422f9abc5c86120a183
Author: Miklos Vajna 
AuthorDate: Wed Nov 29 20:04:01 2023 +0100
Commit: Miklos Vajna 
CommitDate: Thu Nov 30 08:26:39 2023 +0100

CppunitTest_sw_ww8import: avoid external fonts

- sw/qa/extras/ww8import/data/tdf124601.doc:
  - replace 'Open Sans Light' with 'Noto Sans'
  - replace 'Open Sans' with 'Noto Sans'

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

diff --git a/sw/CppunitTest_sw_ww8import.mk b/sw/CppunitTest_sw_ww8import.mk
index 1115789e7425..19c0c6f382f5 100644
--- a/sw/CppunitTest_sw_ww8import.mk
+++ b/sw/CppunitTest_sw_ww8import.mk
@@ -61,4 +61,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_ww8import,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_ww8import))
 
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ww8import,abort))
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/sw/qa/extras/ww8import/data/tdf124601.doc 
b/sw/qa/extras/ww8import/data/tdf124601.doc
index f617d4b26702..a07bae1f0149 100644
Binary files a/sw/qa/extras/ww8import/data/tdf124601.doc and 
b/sw/qa/extras/ww8import/data/tdf124601.doc differ


[Libreoffice-bugs] [Bug 133836] Autofilter enables deselect items automatically when typing a search

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133836

Buovjaga  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC|mentoring@documentfoundatio |
   |n.org   |
   Keywords|difficultyInteresting,  |
   |easyHack, skillCpp, topicUI |

--- Comment #23 from Buovjaga  ---
Canceling easy hack status for now.

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

[Libreoffice-bugs] [Bug 158451] Getting Hang issue on file having wpc(WordProcessingCanvas)

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158451

--- Comment #1 from Mukul Gupta  ---
Created attachment 191130
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191130=edit
Getting Hang issue on file having wpc(WordProcessingCanvas)

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

[Libreoffice-bugs] [Bug 158451] New: Getting Hang issue on file having wpc(WordProcessingCanvas)

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158451

Bug ID: 158451
   Summary: Getting Hang issue on file having
wpc(WordProcessingCanvas)
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mukulg...@gmail.com

Description:
Getting Hang issue on file having wpc(WordProcessingCanvas)

Steps to Reproduce:
1.Bulid LO using
https://wiki.documentfoundation.org/Development/BuildingOnWindows
2../soffice.bin --convert-to pdf ft.docx

Actual Results:
Getting Hang

Expected Results:
File should be processed successfully


Reproducible: Always


User Profile Reset: No

Additional Info:
Issue is caused by
0430adb42bc38f037b907984e71c144d863796cb(0430adb42bc38f037b907984e71c144d863796cb)
commid id.

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

[Libreoffice-bugs] [Bug 158450] New: Crash when picking custom colour for column separator line

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158450

Bug ID: 158450
   Summary: Crash when picking custom colour for column separator
line
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: delyaerric...@gmail.com

Description:
I can choose one of the pre-defined colours for my separator line but
libreoffice Writer crashes when I try to set it to a custom colour.

Steps to Reproduce:
1. Open LibreOffice Writer
2. Open Format > Columns
3. Increase the number of columns from 1 to 2
4. Click on Separator line > Color
5. Click on "Custom color" at the bottom of the colour picker pop-up

Actual Results:
Libreoffice crashes and restarts

Expected Results:
The custom colour picker should have opened and let me customize the colour for
the line


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I found a [reddit
post](https://www.reddit.com/r/libreoffice/comments/vnkird/app_keep_crashing_after_changing_line_color/)
which suggested turning off hardware acceleration and anti-aliasing in Options
> View, but this did not resolve the issue.

Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 50(Build:1)
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: en-CA (en_CA.utf8); UI: en-US
7.5.7-3
Calc: threaded

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

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

2023-11-29 Thread Noel Grandin (via logerrit)
 sw/source/core/text/itrcrsr.cxx  |4 ++--
 sw/source/core/text/porlin.cxx   |4 ++--
 sw/source/core/text/porlin.hxx   |2 +-
 sw/source/core/text/pormulti.cxx |6 +++---
 sw/source/core/text/pormulti.hxx |6 +++---
 sw/source/core/text/portxt.cxx   |2 +-
 sw/source/core/text/portxt.hxx   |2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 1932a549b239be7a7555453516190d3e2846593b
Author: Noel Grandin 
AuthorDate: Wed Nov 29 08:22:12 2023 +0200
Commit: Noel Grandin 
CommitDate: Thu Nov 30 07:01:43 2023 +0100

use more SwTwips in CalcSpacing

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

diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index 1770361c19de..4ae582d7df59 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -1371,7 +1371,7 @@ TextFrameIndex 
SwTextCursor::GetModelPositionForViewPoint( SwPosition *pPos, con
 if ( pPor->InSpaceGrp() && nSpaceAdd )
 {
 const_cast(GetInfo()).SetIdx( nCurrStart );
-nWidth = nWidth + sal_Int16( pPor->CalcSpacing( nSpaceAdd, 
GetInfo() ) );
+nWidth = nWidth + pPor->CalcSpacing( nSpaceAdd, GetInfo() );
 }
 if( ( pPor->InFixMargGrp() && ! pPor->IsMarginPortion() ) ||
 ( pPor->IsMultiPortion() && 
static_cast(pPor)->HasTabulator() )
@@ -1415,7 +1415,7 @@ TextFrameIndex 
SwTextCursor::GetModelPositionForViewPoint( SwPosition *pPos, con
 if ( pPor->InSpaceGrp() && nSpaceAdd )
 {
 const_cast(GetInfo()).SetIdx( nCurrStart );
-nWidth = nWidth + sal_Int16( pPor->CalcSpacing( nSpaceAdd, 
GetInfo() ) );
+nWidth = nWidth + pPor->CalcSpacing( nSpaceAdd, GetInfo() );
 }
 
 if( ( pPor->InFixMargGrp() && ! pPor->IsMarginPortion() ) ||
diff --git a/sw/source/core/text/porlin.cxx b/sw/source/core/text/porlin.cxx
index 6d0992f1abf6..31010a1e776e 100644
--- a/sw/source/core/text/porlin.cxx
+++ b/sw/source/core/text/porlin.cxx
@@ -89,7 +89,7 @@ void SwLinePortion::PrePaint( const SwTextPaintInfo& rInf,
 sal_uInt16 nLastWidth = pLast->Width();
 
 if ( pLast->InSpaceGrp() && rInf.GetSpaceAdd() )
-nLastWidth = nLastWidth + 
o3tl::narrowing(pLast->CalcSpacing( rInf.GetSpaceAdd(), rInf ));
+nLastWidth = nLastWidth + pLast->CalcSpacing( rInf.GetSpaceAdd(), rInf 
);
 
 sal_uInt16 nPos;
 SwTextPaintInfo aInf( rInf );
@@ -306,7 +306,7 @@ void SwLinePortion::Move(SwTextPaintInfo & rInf) const
 rInf.SetIdx( rInf.GetIdx() + GetLen() );
 }
 
-tools::Long SwLinePortion::CalcSpacing( tools::Long , const SwTextSizeInfo & ) 
const
+SwTwips SwLinePortion::CalcSpacing( tools::Long , const SwTextSizeInfo & ) 
const
 {
 return 0;
 }
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index 8a43d1cde6e9..50ee3ed159c1 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -169,7 +169,7 @@ public:
 virtual sal_uInt16 GetViewWidth( const SwTextSizeInfo  ) const;
 
 // for text- and multi-portions
-virtual tools::Long CalcSpacing( tools::Long nSpaceAdd, const 
SwTextSizeInfo  ) const;
+virtual SwTwips CalcSpacing( tools::Long nSpaceAdd, const SwTextSizeInfo 
 ) const;
 
 // Accessibility: pass information about this portion to the PortionHandler
 virtual void HandlePortion( SwPortionHandler& rPH ) const;
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index 4e7268698efc..7771ab9b5e8f 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -120,7 +120,7 @@ void SwMultiPortion::CalcSize( SwTextFormatter& rLine, 
SwTextFormatInfo  )
 SetAscent( nTmp );
 }
 
-tools::Long SwMultiPortion::CalcSpacing( tools::Long , const SwTextSizeInfo & 
) const
+SwTwips SwMultiPortion::CalcSpacing( tools::Long , const SwTextSizeInfo & ) 
const
 {
 return 0;
 }
@@ -219,7 +219,7 @@ SwBidiPortion::SwBidiPortion(TextFrameIndex const nEnd, 
sal_uInt8 nLv)
 SetDirection( DIR_LEFT2RIGHT );
 }
 
-tools::Long SwBidiPortion::CalcSpacing( tools::Long nSpaceAdd, const 
SwTextSizeInfo& rInf ) const
+SwTwips SwBidiPortion::CalcSpacing( tools::Long nSpaceAdd, const 
SwTextSizeInfo& rInf ) const
 {
 return HasTabulator() ? 0 : sal_Int32(GetSpaceCnt(rInf)) * nSpaceAdd / 
SPACING_PRECISION_FACTOR;
 }
@@ -505,7 +505,7 @@ void SwDoubleLinePortion::CalcBlanks( SwTextFormatInfo 
 )
 rInf.SetIdx( nStart );
 }
 
-tools::Long SwDoubleLinePortion::CalcSpacing( tools::Long nSpaceAdd, const 
SwTextSizeInfo & ) const
+SwTwips SwDoubleLinePortion::CalcSpacing( tools::Long nSpaceAdd, const 
SwTextSizeInfo & ) const
 {
 return HasTabulator() ? 0 : sal_Int32(GetSpaceCnt()) * nSpaceAdd / 
SPACING_PRECISION_FACTOR;
 }
diff --git 

[Libreoffice-bugs] [Bug 149870] EDITING: Input line Contents vanishes with mouse click into line

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149870

Rainer Bielefeld Retired  changed:

   What|Removed |Added

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

--- Comment #6 from Rainer Bielefeld Retired  
---
NOT reproducible with Server Installation of Version: 24.2.0.0.alpha0+ (X86_64)
Build ID: 7fff4e2ca6739928f72e5f0d2eb5820823916769
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: Locale: de-DE (de_DE); UI: de-DE; Theme: Colibre
Calc: CL threaded – normal Test Profile created from 7.6

Also not with other View preferences (Skia, ...)

I have not seen that problem for a long time, wo WFM for now.

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

[Libreoffice-bugs] [Bug 155312] Save document fails with Libreoffice 7.5 and Webdav behind HAProxy

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155312

jmreym...@ik.me changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #12 from jmreym...@ik.me ---
as suggested by the thread
https://lists.apache.org/thread/sd8v2fg1n86pbw83mys7qwt2z41yffo1, it's a
libreoffice bug that needs to be fixed

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

[Libreoffice-commits] core.git: dictionaries

2023-11-29 Thread DaeHyun Sung (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f86f7f6e156ce0befccebff5c6a4eff8bd80d2a5
Author: DaeHyun Sung 
AuthorDate: Thu Nov 30 14:46:54 2023 +0900
Commit: Gerrit Code Review 
CommitDate: Thu Nov 30 06:46:54 2023 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to fa49c03d49f52ea0efc9adf589ff707433878d53
  - Update the Korean Dictionaries: ko-KR

Update Korean dictionary file (ko_KR.dic) by DaeHyun Sung (2023.05.14)
Also, update readme description

Change-Id: Iebaad8c33d8a94bfa4e7427c0a3d218ea4d7c109
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/151732
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/dictionaries b/dictionaries
index d154315b75b4..fa49c03d49f5 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit d154315b75b46b8bf26d4d2b3465064da273b18a
+Subproject commit fa49c03d49f52ea0efc9adf589ff707433878d53


[Libreoffice-commits] dictionaries.git: ko_KR/ko_KR.dic ko_KR/README_ko_KR.txt

2023-11-29 Thread DaeHyun Sung (via logerrit)
 ko_KR/README_ko_KR.txt |3 -
 ko_KR/ko_KR.dic|  144 -
 2 files changed, 145 insertions(+), 2 deletions(-)

New commits:
commit fa49c03d49f52ea0efc9adf589ff707433878d53
Author: DaeHyun Sung 
AuthorDate: Sun May 14 16:50:07 2023 +0900
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Nov 30 06:46:54 2023 +0100

Update the Korean Dictionaries: ko-KR

Update Korean dictionary file (ko_KR.dic) by DaeHyun Sung (2023.05.14)
Also, update readme description

Change-Id: Iebaad8c33d8a94bfa4e7427c0a3d218ea4d7c109
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/151732
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/ko_KR/README_ko_KR.txt b/ko_KR/README_ko_KR.txt
index cc74ab1..eab06da 100644
--- a/ko_KR/README_ko_KR.txt
+++ b/ko_KR/README_ko_KR.txt
@@ -1,5 +1,6 @@
 name   :  Korean(ko_KR) spellcheck dictionary
-date   :  2020. 08. 04
+date   :  2023. 05. 14
 License:  LGPL-3.0
 
 - The dictionary files (ko_KR.aff and ko_KR.dic) were built from the Korean 
hunspell dictionary project(https://github.com/spellcheck-ko/hunspell-dict-ko) 
by Changwoo Ryu.
+- Update dictionary file (ko_KR.dic) by DaeHyun Sung (2023. 05.14)
diff --git a/ko_KR/ko_KR.dic b/ko_KR/ko_KR.dic
index 0528b70..e6b825c 100644
--- a/ko_KR/ko_KR.dic
+++ b/ko_KR/ko_KR.dic
@@ -1,4 +1,4 @@
-101454
+101596
 0/30
 1/30
 1루/25
@@ -44,6 +44,7 @@ w/32
 x/32
 y/32
 z/32
+가
 가/2
 가/25
 가가대소/25
@@ -2607,6 +2608,7 @@ z/32
 같아지다/44
 같은/3
 같을/4
+같이
 같이/67
 같이하다/44
 같이하여/2
@@ -4625,6 +4627,7 @@ z/32
 겉핥아/2
 겉핥은/3
 겉핥을/4
+게
 게/21
 게/25
 게거품/10
@@ -4639,6 +4642,7 @@ z/32
 게다/67
 게다가/67
 게딱지/25
+게로
 게르마늄/10
 게르만/10
 게르만족/10
@@ -4646,6 +4650,7 @@ z/32
 게릴라전/10
 게맛살/10
 게살/10
+게서
 게스트/25
 게슴츠레/67
 게슴츠레하다/49
@@ -6397,6 +6402,7 @@ z/32
 곗날/10
 곗돈/10
 고
+고
 고가/25
 고가구/25
 고가품/10
@@ -8548,6 +8554,7 @@ z/32
 공히/67
 곶/10
 곶감/10
+과
 과/2
 과/25
 과감성/10
@@ -10731,6 +10738,7 @@ z/32
 국력/10
 국론/10
 국립/10
+국립국어원/10
 국립대/25
 국립대학/10
 국립대학교/25
@@ -14557,6 +14565,7 @@ z/32
 까이어/2
 까인/3
 까일/4
+까지
 까짓
 까짓
 까짓것
@@ -14895,6 +14904,7 @@ z/32
 깨끗해/2
 깨끗해지다/44
 깨끗히/31
+깨나
 깨나/2
 깨나다/44
 깨나아/2
@@ -15193,6 +15203,7 @@ z/32
 껑충한/3
 껑충할/4
 껑충해/2
+께
 께름칙하다/49
 께름칙하여/2
 께름칙한/3
@@ -15203,6 +15214,7 @@ z/32
 께름한/3
 께름할/4
 께름해/2
+께서
 껴/2
 껴든/3
 껴들/4
@@ -16348,6 +16360,7 @@ z/32
 낑낑한/3
 낑낑할/4
 낑낑해/2
+나
 나/2
 나/23
 나가/2
@@ -16457,6 +16470,7 @@ z/32
 나름/10
 나리/25
 나리분지/25
+나마
 나막신/10
 나머지/25
 나목/10
@@ -20258,7 +20272,9 @@ z/32
 늑막염/10
 늑약/10
 늑장/10
+는
 는/3
+는커녕
 늘/4
 늘/67
 늘그막/10
@@ -20438,6 +20454,7 @@ z/32
 늴리리야/25
 닁큼/67
 닁큼닁큼/67
+니
 니글거려/2
 니글거리다/44
 니글거리어/2
@@ -20467,6 +20484,7 @@ z/32
 닉슨/10
 님/10
 닢/10
+다
 다/25
 다/67
 다가가다/42
@@ -22211,6 +9,7 @@ z/32
 대령한/3
 대령할/4
 대령해/2
+대로
 대로/25
 대로변/10
 대로하다/44
@@ -22985,6 +23004,7 @@ z/32
 더디어/2
 더딘/3
 더딜/4
+더러
 더러/67
 더러운/3
 더러울/4
@@ -26207,19 +26227,23 @@ z/32
 득표한/3
 득표할/4
 득표해/2
+든
 든/3
+든가
 든든하다/49
 든든하여/2
 든든한/3
 든든할/4
 든든해/2
 든든히/67
+든지
 듣기/25
 듣다/55
 듣자운/3
 듣자울/4
 듣자워/2
 듣잡다/56
+들
 들/1
 들/10
 들/4
@@ -26936,6 +26960,7 @@ z/32
 따뜻할/4
 따뜻해/2
 따뜻히/31
+따라
 따라/2
 따라가다/42
 따라나서/2
@@ -27958,13 +27983,18 @@ z/32
 띵할/4
 띵해/2
 라/25
+라고
 라니냐/25
+라도
 라돈/10
+라든지
 라디오/25
 라마단/10
 라면/10
 라벤더/25
 라스베이거스/25
+라야
+라야만
 라오스/25
 라운드/24
 라운지/25
@@ -27984,9 +28014,11 @@ z/32
 라틴계/25
 라틴아메리카/25
 라틴어/25
+란
 란/10
 란제리/25
 람바다/25
+랑
 랑데부/25
 랜/10
 랜턴/10
@@ -28062,6 +28094,7 @@ z/32
 렌트할/4
 렌트해/2
 렘/9
+로
 로고/25
 로그/25
 로그아웃/10
@@ -28076,6 +28109,8 @@ z/32
 로그인한/3
 로그인할/4
 로그인해/2
+로까지
+로다가
 로더/25
 로데오/25
 로딩/10
@@ -28094,11 +28129,14 @@ z/32
 로맨틱해/2
 로봇/10
 로봇공학/10
+로부터
 로비/25
+로서
 로션/10
 로스앤젤레스/25
 로스쿨/10
 로스트비프/25
+로써
 로열티/25
 로즈메리/25
 로케이션/10
@@ -28140,6 +28178,7 @@ z/32
 르완다/25
 르완다어/25
 르포/25
+를
 리/25
 리그/25
 리그전/10
@@ -28280,6 +28319,7 @@ z/32
 마그네슘/10
 마그마/25
 마나님/10
+마냥
 마냥/67
 마네/25
 마네킹/10
@@ -28290,6 +28330,7 @@ z/32
 마늘장아찌/25
 마니아/25
 마님/10
+마다
 마다하다/44
 마다하여/2
 마다한/3
@@ -28490,6 +28531,7 @@ z/32
 마일리지/25
 마작/10
 마장/10
+마저
 마저/67
 마적/10
 마젠타/25
@@ -28974,7 +29016,9 @@ z/32
 만취한/3
 만취할/4
 만취해/2
+만치
 만치/25
+만큼
 

[Libreoffice-bugs] [Bug 158442] LibreOffice application no longer opens hybrid PDFs in the correct application

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158442

--- Comment #8 from V Stuart Foote  ---
(In reply to m.a.riosv from comment #7)

Maybe, but quikee's work on the detection went in Jan of 2023, so would already
be in 7.6.2 which looks to have no issues with hybrid PDF detection. Would be
something much more recent.  The bibisect is needed...

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

[Libreoffice-bugs] [Bug 109272] Wrong cursor position when deleting a selection in Show Changes mode

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109272

--- Comment #32 from Rosemary Sebastian  ---
(In reply to Mike Kaganski from comment #27)
> (In reply to Aron Budea from comment #8)
> > To me where the cursor ends up after deletion with change tracking seems
> > like a minor detail, as it doesn't affect the behavior, unlike when change
> > tracking is disabled.
> 
> (In reply to Heiko Tietze from comment #11)
> > Kind of academic question to me voting for WONTFIX.
> 
> (In reply to Heiko Tietze from comment #19)
> > The current implementation is straight-forward and keeps the cursor at its
> > place.
> 
> It is good that the decision was still "let's do it".
> However, the very idea that it is just a matter of implementation, and that
> the behavior is unchanged either case, is wrong.
> 
> (In reply to Rosemary Sebastian from comment #6)
> > Bug 103458 is related. You may have a look at it.
> 
> I do hope that you had a look at it.
> And now think not about the single action, but in a sequence of actions.
> When user presses Backspace, and then moves somewhere else, it might seem OK
> either way. But often, the first backspace is followed by more backspaces.
> 
> Now compare two cases (change tracking enabled, of course):
> 
> 1. When you have "word", put cursor after "d", and press Backspace four
> times.
> 2. When you have "word", *select* "d" left to right, and press Backspace
> four times.
> 
> The results would be different.
> 
> One could tell, that this needs the mentioned bug 103458 fixed. If so, then
> still the behavior after the first Backspace would be absolutely
> counter-intuitive, basically wrong: the cursor was placed *at the right of
> deleted "d"*, but the next backspace removes the character that is not
> adjacent. And what if you select more than fits to screen? Your cursor is on
> screen, and you even don't see what will be removed next by the following
> Backspace.
> 
> Clear bug.

I bet you’re still in your bathrome.

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

[Libreoffice-bugs] [Bug 154919] The direction of header changes in RTL languages compared to word.

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154919

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154919] The direction of header changes in RTL languages compared to word.

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154919

--- Comment #4 from QA Administrators  ---
Dear mohammad.azin,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

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

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

--- Comment #4 from QA Administrators  ---
Dear 1dimadim1,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

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

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155631] tabs not displaying information on latest LibreOffice

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155631

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

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 97656] Hyperlink Paste Failure

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97656

--- Comment #16 from QA Administrators  ---
Dear bugs,

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 73031] Font name and size doesn't update in read-only sections like ToC, but stylename does (per Comment 3)

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73031

--- Comment #19 from QA Administrators  ---
Dear Pierre C,

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 138636] Writer frame addition/deletion is not change tracked

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138636

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 113960] [Tables] Adapting table width by default

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113960

--- Comment #12 from QA Administrators  ---
Dear Frank Brütting,

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 106984] Searching the CharEscapement attribute does not work from macro

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106984

--- Comment #11 from QA Administrators  ---
Dear Butch,

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 152583] Need a new citation style and autonumbering scheme for simplifed Chinese

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152583

--- Comment #8 from Li  ---
(In reply to Kevin Suo from comment #4)
> You can access the template from: File > Templates > Manage Templates >
> select "Localization" from the category dropdown, then you will see a
> template named "Simplified Chinese Normal" (普通简体中文). To set it to your
> default for Writer documents, right-click that template and select "Set to
> Default Template". (By the way, see also the feature request in bug 86483)

Found it, thank you very much :)

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

Re: password encryption

2023-11-29 Thread t70

Thanks!  This is exactly what I was looking for...


On 2023-11-30 02:07 AM, Thorsten Behrens wrote:

Hi!

t...@disroot.org wrote:
Hi, where do I find information regarding the encryption used with the 
"Save

with password" option?


In ODF files saved with password encryption, unzip it & look into
/META-INF/manifest.xml for info on type & parameters of the
encryption used.


Looking for current documentation.


The Open Document Format has this encryption feature standardized, the
details are available here:

* https://opendocumentformat.org/guidance/security/
* actual standard text:
  
https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/part2-packages/OpenDocument-v1.3-cs01-part2-packages.html#__RefHeading__752811_826425813


Since this is the dev list - the code performing the actual stream
encryption is here:
https://opengrok.libreoffice.org/xref/core/package/source/zipapi/ZipOutputEntry.cxx?r=848f9b2c#116

Cheers,

-- Thorsten


Re: password encryption

2023-11-29 Thread Thorsten Behrens
Hi!

t...@disroot.org wrote:
> Hi, where do I find information regarding the encryption used with the "Save
> with password" option?
> 
In ODF files saved with password encryption, unzip it & look into
/META-INF/manifest.xml for info on type & parameters of the
encryption used.

> Looking for current documentation.
> 
The Open Document Format has this encryption feature standardized, the
details are available here:

* https://opendocumentformat.org/guidance/security/
* actual standard text:
  
https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/part2-packages/OpenDocument-v1.3-cs01-part2-packages.html#__RefHeading__752811_826425813

Since this is the dev list - the code performing the actual stream
encryption is here:
https://opengrok.libreoffice.org/xref/core/package/source/zipapi/ZipOutputEntry.cxx?r=848f9b2c#116

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


[Libreoffice-bugs] [Bug 152583] Need a new citation style and autonumbering scheme for simplifed Chinese

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152583

--- Comment #7 from Commit Notification 
 ---
Kevin Suo committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/6fffa9fdf2ad2c93c319ab662d3993b89c0a24ba

tdf#152583 follow-up: Sync LC_NumberingLevel of zh-CN with en-US locale

It will be available in 24.2.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: i18npool/source

2023-11-29 Thread Kevin Suo (via logerrit)
 i18npool/source/localedata/data/zh_CN.xml |  110 +-
 1 file changed, 63 insertions(+), 47 deletions(-)

New commits:
commit 34fe1610cb98a7e57c6719a5d4f88d90a6c8752a
Author: Kevin Suo 
AuthorDate: Wed Nov 29 19:02:58 2023 +0800
Commit: Kevin Suo 
CommitDate: Thu Nov 30 02:52:27 2023 +0100

Sync LC_OutLineNumberingLevel of zh-CN with en-US locale

The previous order makes the UI tooltip does not match with the
numbering style shown, per tdf#148023.

Also add a commonly used Chinese-specific outline numbering style.
The other old styles with the Chapters and Sections etc are removed
because they are useless.

Change-Id: I585cd0e704af35125c7c38561f500e83f1a465dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160081
Tested-by: Jenkins
Reviewed-by: Kevin Suo 

diff --git a/i18npool/source/localedata/data/zh_CN.xml 
b/i18npool/source/localedata/data/zh_CN.xml
index 6a9439cadfb6..ff943c3d091e 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -446,61 +446,77 @@
  
   
   
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
-
-  
-  
-  
-  
-  
+ 
+  
+  
+  
+  
+  
+  
 
 
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
+
+ 
+  
+  
+  
+  
+  
+  
 
   
 


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

2023-11-29 Thread Kevin Suo (via logerrit)
 i18npool/source/localedata/data/zh_CN.xml |   33 +++---
 1 file changed, 17 insertions(+), 16 deletions(-)

New commits:
commit 6fffa9fdf2ad2c93c319ab662d3993b89c0a24ba
Author: Kevin Suo 
AuthorDate: Wed Nov 29 17:04:58 2023 +0800
Commit: Kevin Suo 
CommitDate: Thu Nov 30 02:52:03 2023 +0100

tdf#152583 follow-up: Sync LC_NumberingLevel of zh-CN with en-US locale

The previous order makes the UI tooltip does not match with the
numbering style shown, per tdf#148023.

Also re-arrange the remaining Chinese-specific styles to make the most
commonly used ones come first.

Change-Id: I913180b1ca385e8a604b16b63ebfa130aca059c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160080
Tested-by: Jenkins
Reviewed-by: Kevin Suo 

diff --git a/i18npool/source/localedata/data/zh_CN.xml 
b/i18npool/source/localedata/data/zh_CN.xml
index 063be07c630e..6a9439cadfb6 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -427,22 +427,23 @@
 
   
   
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
   
   
 


[Libreoffice-bugs] [Bug 108660] [META] Formula bar (input line) bugs and enhancements

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108660

ady  changed:

   What|Removed |Added

 Depends on||158021


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158021
[Bug 158021] The formula bar shows blank when interface is RTL
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158021] The formula bar shows blank when interface is RTL

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158021

ady  changed:

   What|Removed |Added

 Blocks||108660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108660
[Bug 108660] [META] Formula bar (input line) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149777] The contents of the cell appears in the second line of the formula bar

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149777

ady  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149870] EDITING: Input line Contents vanishes with mouse click into line

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149870

ady  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 158021] The formula bar shows blank when interface is RTL

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158021

ady  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||9777,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||9870

--- Comment #4 from ady  ---
Bug 149777 seems similar (i.e. RTL UI, same behavior in formula bar input box),
except for the range of LO versions and STR.

Bug 149870 also looks similar, but rather somewhat an "opposite" behavior (i.e.
the formula bar input box initially shows the content but it disappears when
clicking on it), but there is no mention regarding the UI language in that
report and no clear STR.

I'm adding them to the "See also" field.

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

[Libreoffice-bugs] [Bug 155169] Inconsistent behavior of Cmd+left/right arrow on macOS

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155169

Patrick Luby  changed:

   What|Removed |Added

 CC||plub...@libreoffice.org

--- Comment #5 from Patrick Luby  ---
I did some debugging and it appears to me that macOS standard key bindings are
transposing key shortcuts like this before our code sees them.

For example, Command-Left when pressed is the macOS standard "end of line" key
shortcut so instead of receiving a "key down" event with the Mod1 and
com::sun::star::awt::Key::LEFT pressed, LibreOffice receives receives an
"action" callback that our code translates to
com::sun::star::awt::Key::MOVE_TO_END_OF_LINE.

So I assume we just need to duplicate the applicable key shortcuts that are
already in the Calc configuration files and replace LEFT_MOD1/RIGHT_MOD1/etc.
with MOVE_TO_BEGIN_OF_LINE/MOVE_TO_END_OF_LINE/etc. Or is there a simpler way
to edit the existing entries?

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

[Libreoffice-commits] core.git: vcl/osx

2023-11-29 Thread Patrick Luby (via logerrit)
 vcl/osx/salgdiutils.cxx |   16 
 1 file changed, 16 insertions(+)

New commits:
commit 3b942f6efa8ffd11374031e4af8dbcb48a8962d1
Author: Patrick Luby 
AuthorDate: Wed Nov 29 17:51:19 2023 -0500
Commit: Patrick Luby 
CommitDate: Thu Nov 30 01:10:36 2023 +0100

Related: tdf#155092 translate Y coordinate for height differences

When in live resize, the NSView's height may have changed before
the CGLayer has been resized. This causes the CGLayer's content
to be drawn just above or below the top left corner of the view
so translate the Y coordinate by any difference between the
NSView's height and the CGLayer's height.

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

diff --git a/vcl/osx/salgdiutils.cxx b/vcl/osx/salgdiutils.cxx
index 7e4bd23baac9..a9445293211c 100644
--- a/vcl/osx/salgdiutils.cxx
+++ b/vcl/osx/salgdiutils.cxx
@@ -311,6 +311,22 @@ void AquaSalGraphics::UpdateWindow( NSRect& )
 
 rCGContextHolder.saveState();
 
+// Related: tdf#155092 translate Y coordinate for height differences
+// When in live resize, the NSView's height may have changed before
+// the CGLayer has been resized. This causes the CGLayer's content
+// to be drawn just above or below the top left corner of the view
+// so translate the Y coordinate by any difference between the
+// NSView's height and the CGLayer's height.
+NSView *pView = maShared.mpFrame->mpNSView;
+if (pView)
+{
+// Use the NSView's bounds, not its frame, to properly handle
+// any rotation and/or scaling that might have been already
+// applied to the view
+CGFloat fTranslateY = [pView bounds].size.height - 
maShared.maLayer.getSizePoints().height;
+CGContextTranslateCTM(rCGContextHolder.get(), 0, fTranslateY);
+}
+
 CGMutablePathRef rClip = maShared.mpFrame->getClipPath();
 if (rClip)
 {


[Libreoffice-bugs] [Bug 106179] [META] Writer comment bugs and enhancements

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Michael Weghorn  changed:

   What|Removed |Added

URL|https://ww-peacocktv.com/tv |
   |/   |
   Keywords|accessibility   |
 Whiteboard|peacocktv.com/tv|

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

[Libreoffice-bugs] [Bug 158449] LibreOffice Impress objects not moving to the correct position

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158449

--- Comment #1 from a4jp@gmail.com ---
Created attachment 191129
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191129=edit
This is where I set the position.

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

[Libreoffice-bugs] [Bug 133836] Autofilter enables deselect items automatically when typing a search

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133836

--- Comment #22 from ady  ---
(In reply to Sahil Gautam from comment #21)
> I am working on this one.

Please *carefully* read _all_ prior comments. I don't see an agreement about
what should be the preferred solution, and in fact there are opposite POVs
here.

IMO, until a solution is clearly defined, the auto-filter behavior regarding
the search box should not be modified, as any modification will disrupt usage
(especially for older/experienced spreadsheet users).

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

[Libreoffice-bugs] [Bug 158449] New: LibreOffice Impress objects not moving to the correct position

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158449

Bug ID: 158449
   Summary: LibreOffice Impress objects not moving to the correct
position
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a4jp@gmail.com

Description:
I'm trying to line up objects but setting the exact position but the are off by
a bit. Please fix this urgently.

Steps to Reproduce:
1. Draw boxes
2. Move boxes by coordinates.
3. Zoom in and check.

Actual Results:
1. Draw boxes
2. Move boxes by coordinates.
3. Zoom in and check.

Expected Results:
The boxes should line up perfectly if I set the exact units and positions.


Reproducible: Always


User Profile Reset: Yes

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

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

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

2023-11-29 Thread Gülşah Köse (via logerrit)
 vcl/source/window/layout.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cf813141285dda900ccb2f102836385a8705bad9
Author: Gülşah Köse 
AuthorDate: Wed Nov 29 16:40:00 2023 +0300
Commit: Szymon Kłos 
CommitDate: Thu Nov 30 00:14:50 2023 +0100

Online: Put the image width height info into json.

When online's image render is delayed we don't have any image size info
so getting 0x0. To show better result we need that info into message.

Signed-off-by: Gülşah Köse 
Change-Id: I28f345cdd64de5fa47b3b1054330e606e7b32f03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160106
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 
(cherry picked from commit 10da3d0be5d4f5fe174908a2db0d92cd3dc0398a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160039
Tested-by: Jenkins CollaboraOffice 

diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 8534b2809017..3d200eb68ffd 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -3099,6 +3099,8 @@ void 
VclDrawingArea::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter)
 
 BitmapEx aImage = pDevice->GetBitmapEx(Point(0,0), aRenderSize);
 aImage.Scale(aOutputSize);
+rJsonWriter.put("imagewidth", aRenderSize.Width());
+rJsonWriter.put("imageheight", aRenderSize.Height());
 
 SvMemoryStream aOStm(65535, 65535);
 if(GraphicConverter::Export(aOStm, aImage, ConvertDataFormat::PNG) == 
ERRCODE_NONE)


[Libreoffice-bugs] [Bug 158448] FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

--- Comment #5 from da...@carbone.io ---
> Sorry, maybe it's there, but I don't see the difference.

Ok the issue happens only on Linux (Ubuntu, Headless) and Mac OS.

It doesn't happen on Windows (tested also on my side with 6.3.4.2 and 7.5.8.2)

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

[Libreoffice-bugs] [Bug 158444] Fontwork text cannot be edited after first size change or edit

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158444

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #1 from Regina Henschel  ---
I get no problems entering edit mode with F2 key and then changing the text.
Tested with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9602f8a9318dd4d3409856e2ae06abe96e72b51b
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575
Bug 107575 depends on bug 158265, which changed state.

Bug 158265 Summary: Cell Format Date changes cell value in case of high 
resolution date/time values
https://bugs.documentfoundation.org/show_bug.cgi?id=158265

   What|Removed |Added

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

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

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

2023-11-29 Thread Eike Rathke (via logerrit)
 xmloff/source/core/xmluconv.cxx |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 0c3f57487c9cc29d172121b178938cdb2a8adc7b
Author: Eike Rathke 
AuthorDate: Wed Nov 29 19:11:22 2023 +0100
Commit: Eike Rathke 
CommitDate: Wed Nov 29 23:56:53 2023 +0100

Resolves: tdf#158265 Store more than 100th seconds precision in date+time

e.g. office:date-value

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

diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx
index a95de5ecb66c..544bea50d3c5 100644
--- a/xmloff/source/core/xmluconv.cxx
+++ b/xmloff/source/core/xmluconv.cxx
@@ -61,7 +61,6 @@ using namespace ::com::sun::star::i18n;
 using namespace ::xmloff::token;
 
 
-const sal_Int8 XML_MAXDIGITSCOUNT_TIME = 11;
 constexpr OUStringLiteral XML_NULLDATE = u"NullDate";
 
 struct SvXMLUnitConverter::Impl
@@ -444,6 +443,16 @@ void SvXMLUnitConverter::convertDateTime( OUStringBuffer& 
rBuffer,
 else
 fCount = 0.0;
 const int nDigits = sal_Int16(fCount) + 4;  // +4 for *86400 in seconds
+
+// Since the beginning from initial source code import this was 11 without
+// further explanation, effectively limiting fractions in ~current
+// date+time to 2 decimals (maybe because old class Time code had a
+// resolution of only 100th seconds). Preserve at least milliseconds, but
+// strive for more.
+// NOTE: sax/source/tools/converter.cxx uses 14-5 in a different context
+// rounding nanoseconds and fractions of seconds.
+constexpr int XML_MAXDIGITSCOUNT_TIME = 14;
+
 const int nFractionDecimals = std::max( XML_MAXDIGITSCOUNT_TIME - nDigits, 
0);
 
 sal_uInt16 nHour, nMinute, nSecond;


[Libreoffice-bugs] [Bug 158446] Changing the resolution when exporting a Calc sheet as a PNG image has no effect

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158446

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---


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

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

[Libreoffice-bugs] [Bug 158448] FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #4 from m.a.riosv  ---
Created attachment 191128
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191128=edit
Screenshot Writer vs Word

Sorry, maybe it's there, but I don't see the difference.
Microsoft® Word para Microsoft 365 MSO (versión 2310 compilación
16.0.16924.20054) de 64 bits 
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 29d686fea9f6705b262d369fede658f824154cc0
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en- Calc: CL threaded

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

password encryption

2023-11-29 Thread t70
Hi, where do I find information regarding the encryption used with the 
"Save with password" option?


I have looked everywhere and cannot find this.  I looked for some 
community support but it seemed like some of the info was 
guessing/assuming what is done.  I found release notes about AES256 
being used but that was for v3.5 a long time ago.  No info in the guides 
either.


Looking for current documentation.

Thanks for any help with this!


[Libreoffice-bugs] [Bug 158442] LibreOffice application no longer opens hybrid PDFs in the correct application

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158442

--- Comment #7 from m.a.riosv  ---
Some work on detect hybrid in

https://cgit.freedesktop.org/libreoffice/core/log/?qt=grep=hybrid
2023-01-25  tdf#66580 added hybrid PDF test cases   Tomaž Vajngerl  
2023-01-24  tdf#66580 write ODF document as an attachment in hybrid mode   
Tomaž Vajngerl  
2023-01-24  pdfimport: refactor pdf and hybrid format detection code   
Tomaž Vajngerl

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

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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 comphelper/qa/string/test_string.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 79e8833305b9cedce4ebbcabc573866e22040b72
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 19:38:37 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 23:23:45 2023 +0100

Extended loplugin:ostr: comphelper

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

diff --git a/comphelper/qa/string/test_string.cxx 
b/comphelper/qa/string/test_string.cxx
index c6529949daee..5d25a64da887 100644
--- a/comphelper/qa/string/test_string.cxx
+++ b/comphelper/qa/string/test_string.cxx
@@ -97,11 +97,11 @@ void TestString::testStripStart()
 aOut = ::comphelper::string::stripStart(aIn, 'a');
 CPPUNIT_ASSERT_EQUAL("bc"_ostr, aOut);
 
-aIn = "aaa";
+aIn = "aaa"_ostr;
 aOut = ::comphelper::string::stripStart(aIn, 'a');
 CPPUNIT_ASSERT(aOut.isEmpty());
 
-aIn = "aba";
+aIn = "aba"_ostr;
 aOut = ::comphelper::string::stripStart(aIn, 'a');
 CPPUNIT_ASSERT_EQUAL("ba"_ostr, aOut);
 }
@@ -117,11 +117,11 @@ void TestString::testStripEnd()
 aOut = ::comphelper::string::stripEnd(aIn, 'c');
 CPPUNIT_ASSERT_EQUAL("ab"_ostr, aOut);
 
-aIn = "aaa";
+aIn = "aaa"_ostr;
 aOut = ::comphelper::string::stripEnd(aIn, 'a');
 CPPUNIT_ASSERT(aOut.isEmpty());
 
-aIn = "aba";
+aIn = "aba"_ostr;
 aOut = ::comphelper::string::stripEnd(aIn, 'a');
 CPPUNIT_ASSERT_EQUAL("ab"_ostr, aOut);
 }
@@ -137,11 +137,11 @@ void TestString::testStrip()
 aOut = ::comphelper::string::strip(aIn, 'c');
 CPPUNIT_ASSERT_EQUAL("ab"_ostr, aOut);
 
-aIn = "aaa";
+aIn = "aaa"_ostr;
 aOut = ::comphelper::string::strip(aIn, 'a');
 CPPUNIT_ASSERT(aOut.isEmpty());
 
-aIn = "aba";
+aIn = "aba"_ostr;
 aOut = ::comphelper::string::strip(aIn, 'a');
 CPPUNIT_ASSERT_EQUAL("b"_ostr, aOut);
 }


[Libreoffice-bugs] [Bug 151799] As soon as a document is opened when the PC is connected to the network, LibreOffice hangs.

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151799

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Do you have a printer on that network? Does the issue depend on if the printer
is available or not?
Sounds like bug 42673 to me.

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

[Libreoffice-bugs] [Bug 158448] FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

--- Comment #3 from da...@carbone.io ---
Created attachment 191127
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191127=edit
Screenshot with workaround to avoid the bug

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

[Libreoffice-bugs] [Bug 158448] FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

--- Comment #2 from da...@carbone.io ---
Created attachment 191126
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191126=edit
Screenshot with the bug visible in LibreOffice vs MS Word

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

[Libreoffice-bugs] [Bug 158448] FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

--- Comment #1 from da...@carbone.io ---
Created attachment 191125
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191125=edit
DOCX file with a chart inside a table with text wrapping around

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

[Libreoffice-bugs] [Bug 149870] EDITING: Input line Contents vanishes with mouse click into line

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149870

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
Rainer, have you witnessed the issue again since last year?

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

[Libreoffice-bugs] [Bug 158448] New: FILEOPEN: DOCX Charts broken in tables when table properties is set to text wrapping around - Bug in 7.5.8.2 and 7.6.0.1 and 7.6.3.2

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158448

Bug ID: 158448
   Summary: FILEOPEN: DOCX Charts broken in tables when table
properties is set to text wrapping around - Bug in
7.5.8.2 and 7.6.0.1 and 7.6.3.2
   Product: LibreOffice
   Version: 7.6.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: da...@carbone.io

Description:
Hello,

Charts are broken in DOCX file when the chart is placed inside tables with
table properties (Text Wrapping -> Around).

Also, if there are three charts on the page in the same table, LibreOffice can
show charts but not the right one at the right place.

If we change the table properties to Text Wrapping to None, it works as
expected.

The bug exists in 7.5.8.2 and 7.6.0.1 and 7.6.3.2.

See attached file.
Thank you.

Steps to Reproduce:
1. open a new DOCX file with Microsoft Word (last version)
2. create a 1x1 table with table properties : Text Wrapping -> "Around"
3. insert a chart inside the cell
4. save the file
5. open the file with LibreOffice


Actual Results:
A big green icon with a red text "Object 2" is visible instead of showing the
chart

Expected Results:
The chart should be visible like in Microsoft Word


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 29d686fea9f6705b262d369fede658f824154cc0
CPU threads: 10; OS: Mac OS X 12.7.1; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 142046] [META] OOXML Complex Chart issues

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142046
Bug 142046 depends on bug 158443, which changed state.

Bug 158443 Summary: pptx: combo type chart is not correctly rendered
https://bugs.documentfoundation.org/show_bug.cgi?id=158443

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 158443] pptx: combo type chart is not correctly rendered

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158443

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from m.a.riosv  ---
The problem is that this chart type is not available in LibreOffice.

Please create a new report as request for 'enhancement' on the second box of
importance.

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

[Libreoffice-bugs] [Bug 151092] LO 7.4.1 unable to create lock - opens Calc files in read only mode and impossible to "save as" or export as pdf

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151092

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks for the report. Do you use AVG or Avast? Does deactivating it make a
difference? This sounds like bug 157497.
And please test again a recent version.

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

[Libreoffice-ux-advise] [Bug 147829] visualise and toggle false() and true() functions with a checkbox on canvas

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147829

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||stephane.guillou@libreoffic
   ||e.org
Summary|Feature request for |visualise and toggle
   |LibreOffice Calc|false() and true()
   ||functions with a checkbox
   ||on canvas

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

[Libreoffice-bugs] [Bug 147829] visualise and toggle false() and true() functions with a checkbox on canvas

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147829

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||stephane.guillou@libreoffic
   ||e.org
Summary|Feature request for |visualise and toggle
   |LibreOffice Calc|false() and true()
   ||functions with a checkbox
   ||on canvas

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

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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 connectivity/source/drivers/firebird/Connection.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 02fd70fb1c9578351919d82100047c03be97934c
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 19:38:25 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 22:58:41 2023 +0100

Extended loplugin:ostr: connectivity

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

diff --git a/connectivity/source/drivers/firebird/Connection.cxx 
b/connectivity/source/drivers/firebird/Connection.cxx
index 8dc567b23233..d0008272e17f 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -233,8 +233,8 @@ void Connection::construct(const OUString& url, const 
Sequence< PropertyValue >&
 
 if (m_bIsEmbedded || m_bIsFile)
 {
-userName = "sysdba";
-userPassword = "masterkey";
+userName = "sysdba"_ostr;
+userPassword = "masterkey"_ostr;
 }
 else
 {


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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 desktop/qa/desktop_lib/test_desktop_lib.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 83a5eedb7010c236267fcca5cfac4978b9900801
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 19:13:35 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 22:58:26 2023 +0100

Extended loplugin:ostr: desktop

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

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index d33ffb95e13f..b3410bd8eb49 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -2993,8 +2993,8 @@ void DesktopLOKTest::testTextSelectionHandles()
 CPPUNIT_ASSERT_EQUAL("1898, 1418, 0, 275"_ostr, m_aTextSelectionEnd);
 
 // deselect & check
-m_aTextSelectionStart = "";
-m_aTextSelectionEnd = "";
+m_aTextSelectionStart = ""_ostr;
+m_aTextSelectionEnd = ""_ostr;
 pDocument->pClass->postKeyEvent(pDocument, LOK_KEYEVENT_KEYINPUT, 0, 
com::sun::star::awt::Key::ESCAPE);
 Scheduler::ProcessEventsToIdle();
 pText = pDocument->pClass->getTextSelection(pDocument, 
"text/plain;charset=utf-8", nullptr);


[Libreoffice-bugs] [Bug 158447] New: Update Python C API for Python 3.13

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158447

Bug ID: 158447
   Summary: Update Python C API for Python 3.13
   Product: LibreOffice
   Version: 7.3.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gw...@protonmail.com

Description:
libreoffice fails to build with Python 3.13.0a1.

/builddir/build/BUILD/libreoffice-7.6.3.1/pyuno/source/loader/pyuno_loader.cxx:
In function ‘void pyuno_loader::setPythonHome(const rtl::OUString&)’:
/builddir/build/BUILD/libreoffice-7.6.3.1/pyuno/source/loader/pyuno_loader.cxx:133:5:
error: ‘Py_SetPythonHome’ was not declared in this scope; did you mean
‘Py_GetPythonHome’?
  133 | Py_SetPythonHome(wide); // deprecated since python 3.11
  | ^~~~
  | Py_GetPythonHome

According to https://docs.python.org/3.13/whatsnew/3.13.html:
Remove the following old functions to configure the Python initialization,
deprecated in Python 3.11:
PySys_AddWarnOptionUnicode(): use PyConfig.warnoptions instead.
PySys_AddWarnOption(): use PyConfig.warnoptions instead.
PySys_AddXOption(): use PyConfig.xoptions instead.
PySys_HasWarnOptions(): use PyConfig.xoptions instead.
PySys_SetArgvEx(): set PyConfig.argv instead.
PySys_SetArgv(): set PyConfig.argv instead.
PySys_SetPath(): set PyConfig.module_search_paths instead.
Py_SetPath(): set PyConfig.module_search_paths instead.
Py_SetProgramName(): set PyConfig.program_name instead.
Py_SetPythonHome(): set PyConfig.home instead.
Py_SetStandardStreamEncoding(): set PyConfig.stdio_encoding instead, and
set also maybe PyConfig.legacy_windows_stdio (on Windows).
_Py_SetProgramFullPath(): set PyConfig.executable instead.


https://docs.python.org/3.13/whatsnew/3.13.html

https://bugzilla.redhat.com/show_bug.cgi?id=2250857

Actual Results:
libreoffice fails to build with Python 3.13.0a1.

/builddir/build/BUILD/libreoffice-7.6.3.1/pyuno/source/loader/pyuno_loader.cxx:
In function ‘void pyuno_loader::setPythonHome(const rtl::OUString&)’:
/builddir/build/BUILD/libreoffice-7.6.3.1/pyuno/source/loader/pyuno_loader.cxx:133:5:
error: ‘Py_SetPythonHome’ was not declared in this scope; did you mean
‘Py_GetPythonHome’?
  133 | Py_SetPythonHome(wide); // deprecated since python 3.11
  | ^~~~
  | Py_GetPythonHome

Expected Results:
Build succeeds


Reproducible: Always


User Profile Reset: No

Additional Info:
Python 3.13 will likely be shipped in Fedora 41.

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

[Libreoffice-bugs] [Bug 139847] Go back in Tip-Of-The-Day

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139847

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||rpavla...@mail.com

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
*** Bug 158368 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 158368] Go forwards and backwards with tips

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158368

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you for the suggestion!
This has been asked before in bug 139847, so marking as a duplicate.

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

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

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

2023-11-29 Thread Gülşah Köse (via logerrit)
 vcl/source/window/layout.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c9bae2d26ed065bad1e490815a7606435cf63556
Author: Gülşah Köse 
AuthorDate: Wed Nov 29 16:40:00 2023 +0300
Commit: Szymon Kłos 
CommitDate: Wed Nov 29 22:28:50 2023 +0100

Online: Put the image width height info into json.

When online's image render is delayed we don't have any image size info
so getting 0x0. To show better result we need that info into message.

Signed-off-by: Gülşah Köse 
Change-Id: I28f345cdd64de5fa47b3b1054330e606e7b32f03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160106
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 5095ee62009d..5639d8e62d57 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -3104,6 +3104,8 @@ void 
VclDrawingArea::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter)
 
 BitmapEx aImage = pDevice->GetBitmapEx(Point(0,0), aRenderSize);
 aImage.Scale(aOutputSize);
+rJsonWriter.put("imagewidth", aRenderSize.Width());
+rJsonWriter.put("imageheight", aRenderSize.Height());
 
 SvMemoryStream aOStm(65535, 65535);
 if(GraphicConverter::Export(aOStm, aImage, ConvertDataFormat::PNG) == 
ERRCODE_NONE)


[Libreoffice-bugs] [Bug 158446] Changing the resolution when exporting a Calc sheet as a PNG image has no effect

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158446

--- Comment #1 from David García  ---
Created attachment 191124
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191124=edit
The ZIP contains the Calc document and both PNG images

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

[Libreoffice-bugs] [Bug 158446] New: Changing the resolution when exporting a Calc sheet as a PNG image has no effect

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158446

Bug ID: 158446
   Summary: Changing the resolution when exporting a Calc sheet as
a PNG image has no effect
   Product: LibreOffice
   Version: 7.6.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vivada...@hotmail.com

Description:
When I export a Calc sheet as a PNG image, the default resolution is 119
pixels/inch. If I increase it to 300 pixels/inch, I get exactly the same PNG
image.



Steps to Reproduce:
1. I click on "File" > "Export".
2. I Select "PNG".
3. I enable "Selection".
4. I click on "Save".
5. I click on "Modify Resolution" and I type a value.
6. I click on "OK".

Actual Results:
The exported PNG image remains the same regardless the resolution you've set.

Expected Results:
The exported PNG image should reflect the change of resolution.


Reproducible: Always


User Profile Reset: No

Additional Info:
As a separate note, it would be awesome if a sheet could be exported as an SVG
document (you can do this already with a chart), but I presume it must
something difficult to do and probably not very much demanded by users.

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

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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 filter/source/config/cache/filtercache.cxx |8 
 filter/source/msfilter/rtfutil.cxx |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 966bf32c4f160b25506a14c772125e5ff50314c0
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 18:02:34 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 22:08:20 2023 +0100

Extended loplugin:ostr: filter

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

diff --git a/filter/source/config/cache/filtercache.cxx 
b/filter/source/config/cache/filtercache.cxx
index 186eadd1a317..8a6f88703823 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -768,7 +768,7 @@ css::uno::Reference< css::uno::XInterface > 
FilterCache::impl_openConfig(std::un
 return m_xConfigTypes;
 sPath   = CFGPACKAGE_TD_TYPES;
 pConfig = _xConfigTypes;
-sRtlLog = "impl_openconfig(E_PROVIDER_TYPES)";
+sRtlLog = "impl_openconfig(E_PROVIDER_TYPES)"_ostr;
 }
 break;
 
@@ -778,7 +778,7 @@ css::uno::Reference< css::uno::XInterface > 
FilterCache::impl_openConfig(std::un
 return m_xConfigFilters;
 sPath   = CFGPACKAGE_TD_FILTERS;
 pConfig = _xConfigFilters;
-sRtlLog = "impl_openconfig(E_PROVIDER_FILTERS)";
+sRtlLog = "impl_openconfig(E_PROVIDER_FILTERS)"_ostr;
 }
 break;
 
@@ -788,7 +788,7 @@ css::uno::Reference< css::uno::XInterface > 
FilterCache::impl_openConfig(std::un
 return m_xConfigOthers;
 sPath   = CFGPACKAGE_TD_OTHERS;
 pConfig = _xConfigOthers;
-sRtlLog = "impl_openconfig(E_PROVIDER_OTHERS)";
+sRtlLog = "impl_openconfig(E_PROVIDER_OTHERS)"_ostr;
 }
 break;
 
@@ -798,7 +798,7 @@ css::uno::Reference< css::uno::XInterface > 
FilterCache::impl_openConfig(std::un
 // the old configuration format only. It's not cached!
 sPath   = CFGPACKAGE_TD_OLD;
 pConfig = 
-sRtlLog = "impl_openconfig(E_PROVIDER_OLD)";
+sRtlLog = "impl_openconfig(E_PROVIDER_OLD)"_ostr;
 }
 break;
 
diff --git a/filter/source/msfilter/rtfutil.cxx 
b/filter/source/msfilter/rtfutil.cxx
index 53f4caea7b98..108b52daf0c0 100644
--- a/filter/source/msfilter/rtfutil.cxx
+++ b/filter/source/msfilter/rtfutil.cxx
@@ -31,7 +31,7 @@ void WrapOle1InOle2(SvStream& rOle1, sal_uInt32 nOle1Size, 
SvStream& rOle2,
 SvGlobalName aName;
 if (rClassName == "PBrush")
 {
-aAnsiUserType = "Bitmap Image";
+aAnsiUserType = "Bitmap Image"_ostr;
 aName = SvGlobalName(0x0003000A, 0, 0, 0xc0, 0, 0, 0, 0, 0, 0, 0x46);
 }
 else
@@ -40,7 +40,7 @@ void WrapOle1InOle2(SvStream& rOle1, sal_uInt32 nOle1Size, 
SvStream& rOle2,
 {
 SAL_WARN("filter.ms", "WrapOle1InOle2: unexpected class name: '" 
<< rClassName << "'");
 }
-aAnsiUserType = "OLE Package";
+aAnsiUserType = "OLE Package"_ostr;
 aName = SvGlobalName(0x0003000C, 0, 0, 0xc0, 0, 0, 0, 0, 0, 0, 0x46);
 }
 pStorage->SetClass(aName, SotClipboardFormatId::NONE, "");


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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 sdext/qa/unit/pdfimport.cxx |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 44ddd6e586a17c90be2ecda7a99770a438996597
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 14:39:06 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 22:07:39 2023 +0100

Extended loplugin:ostr: sdext

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

diff --git a/sdext/qa/unit/pdfimport.cxx b/sdext/qa/unit/pdfimport.cxx
index 60840702e636..377d08d351f8 100644
--- a/sdext/qa/unit/pdfimport.cxx
+++ b/sdext/qa/unit/pdfimport.cxx
@@ -568,7 +568,7 @@ namespace
 OString xpath = 
"//draw:frame[@draw:z-index='3'][1]/draw:text-box/text:p/text:span[1]"_ostr;
 OUString  sContent = getXPathContent(pXmlDoc, 
xpath).replaceAll("\n", "");
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"敏捷的狐狸跨过慵懒的"_ustr, 
sContent);
-xpath = 
"//draw:frame[@draw:z-index='4'][1]/draw:text-box/text:p/text:span[1]";
+xpath = 
"//draw:frame[@draw:z-index='4'][1]/draw:text-box/text:p/text:span[1]"_ostr;
 sContent = getXPathContent(pXmlDoc, xpath).replaceAll("\n", "");
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"狗。"_ustr, 
sContent);
 #endif
@@ -798,23 +798,23 @@ namespace
 // Test for ٱلسََّل . It appears in the 3rd frame, i.e. after the 
امُ عَلَيَْك which is in the 2nd frame (from left to right)
 // thus these two frames together appear as ٱلسََّل امُ عَلَيْكَ 
in Draw‬.
 // FIXME: Should be ٱلسَّلَامُ عَلَيْكَ (i.e. the two text frames 
should be merged into one so that the ل and the ا will show as لَا rather than 
ل ا)
-xpath = 
"string(//draw:frame[@draw:transform='matrix(917. 0 0 
917. 17420.17 
2159.23861112778)']/draw:text-box/text:p/text:span)";
+xpath = 
"string(//draw:frame[@draw:transform='matrix(917. 0 0 
917. 17420.17 
2159.23861112778)']/draw:text-box/text:p/text:span)"_ostr;
 sContent = getXPathContent(pXmlDoc, xpath);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"ٱلسََّل"_ustr, 
sContent.replaceAll("\n\n", " ").replaceAll("\n", ""));
 
 // Test for "LibreOffice RTL"
-xpath = 
"string(//draw:frame[@draw:transform='matrix(917. 0 0 
917. 12779.375 5121.79583335)']/draw:text-box/text:p/text:span)";
+xpath = 
"string(//draw:frame[@draw:transform='matrix(917. 0 0 
917. 12779.375 
5121.79583335)']/draw:text-box/text:p/text:span)"_ostr;
 sContent = getXPathContent(pXmlDoc, xpath);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"LibreOffice 
RTL"_ustr, sContent.replaceAll("\n\n", " ").replaceAll("\n", ""));
 
 // Test for "LibreOffice LTR (test)"
-xpath = 
"string(//draw:frame[last()-1]/draw:text-box/text:p/text:span[last()])";
+xpath = 
"string(//draw:frame[last()-1]/draw:text-box/text:p/text:span[last()])"_ostr;
 sContent = getXPathContent(pXmlDoc, xpath);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"LibreOffice LTR 
(test)"_ustr, sContent.replaceAll("\n\n", " ").replaceAll("\n", ""));
 
 /* Test for Chinese characters */
 // Use last() instead of matrix below, because the matrix may be 
different on different OS due to fallback of Chinese fonts.
-xpath = 
"string(//draw:frame[last()]/draw:text-box/text:p/text:span)";
+xpath = 
"string(//draw:frame[last()]/draw:text-box/text:p/text:span)"_ostr;
 sContent = getXPathContent(pXmlDoc, xpath);
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput.getStr(), u"中文测试,中文"_ustr, 
sContent.replaceAll("\n\n", " ").replaceAll("\n", ""));
 
@@ -825,13 +825,13 @@ namespace
 new OutputWrapString(aOutput2),
 nullptr);
 xmlDocUniquePtr pXmlDoc2(xmlParseDoc(reinterpret_cast(aOutput2.getStr(;
-xpath = 
"string(//draw:frame[@draw:z-index='3'][1]/draw:text-box/text:p/text:span)";
+xpath = 
"string(//draw:frame[@draw:z-index='3'][1]/draw:text-box/text:p/text:span)"_ostr;
 sContent = getXPathContent(pXmlDoc2, xpath).replaceAll("\n\n", " 
").replaceAll("\n", "");
 CPPUNIT_ASSERT_EQUAL_MESSAGE(aOutput2.getStr(), u"ٱلسََّل"_ustr, 
sContent);
-xpath = 
"string(//draw:frame[@draw:z-index='2'][1]/draw:text-box/text:p/text:span)";
+xpath = 
"string(//draw:frame[@draw:z-index='2'][1]/draw:text-box/text:p/text:span)"_ostr;
 sContent = getXPathContent(pXmlDoc2, xpath).replaceAll("\n\n", " 
").replaceAll("\n", "");
 CPPUNIT_ASSERT_EQUAL(u"امُ عَلَيَْك"_ustr, sContent);
-xpath = 

[Libreoffice-commits] core.git: external/skia

2023-11-29 Thread Caolán McNamara (via logerrit)
 external/skia/0001-AvoidCombiningExtrememelyLargeMeshes.patch.1 |   34 
++
 external/skia/UnpackedTarball_skia.mk   |1 
 2 files changed, 35 insertions(+)

New commits:
commit 5cfca5914605e89ce8d883e820a782d8311ed27b
Author: Caolán McNamara 
AuthorDate: Wed Nov 29 16:17:44 2023 +
Commit: Caolán McNamara 
CommitDate: Wed Nov 29 22:03:18 2023 +0100

backport skia "Avoid combining extremely large meshes" fix

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

diff --git a/external/skia/0001-AvoidCombiningExtrememelyLargeMeshes.patch.1 
b/external/skia/0001-AvoidCombiningExtrememelyLargeMeshes.patch.1
new file mode 100644
index ..ca58048a75f0
--- /dev/null
+++ b/external/skia/0001-AvoidCombiningExtrememelyLargeMeshes.patch.1
@@ -0,0 +1,34 @@
+From 6169a1fabae1743709bc9641ad43fcbb6a4f62e1 Mon Sep 17 00:00:00 2001
+From: John Stiles 
+Date: Fri, 24 Nov 2023 09:40:11 -0500
+Subject: [PATCH] Avoid combining extremely large meshes.
+
+Bug: chromium:1505053
+Change-Id: I42f2ff872bbf054686ec7af0cc85ff63055fcfbf
+Reviewed-on: https://skia-review.googlesource.com/c/skia/+/782936
+Commit-Queue: Michael Ludwig 
+Reviewed-by: Michael Ludwig 
+Auto-Submit: John Stiles 
+---
+ src/gpu/ganesh/ops/DrawMeshOp.cpp | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/gpu/ganesh/ops/DrawMeshOp.cpp 
b/src/gpu/ganesh/ops/DrawMeshOp.cpp
+index d827009b993..eed2757579e 100644
+--- a/src/gpu/ganesh/ops/DrawMeshOp.cpp
 b/src/gpu/ganesh/ops/DrawMeshOp.cpp
+@@ -1178,10 +1178,13 @@ GrOp::CombineResult MeshOp::onCombineIfPossible(GrOp* 
t, SkArenaAlloc*, const Gr
+ return CombineResult::kCannotCombine;
+ }
+ 
++if (fVertexCount > INT32_MAX - that->fVertexCount) {
++return CombineResult::kCannotCombine;
++}
+ if (SkToBool(fIndexCount) != SkToBool(that->fIndexCount)) {
+ return CombineResult::kCannotCombine;
+ }
+-if (SkToBool(fIndexCount) && fVertexCount + that->fVertexCount > 
SkToInt(UINT16_MAX)) {
++if (SkToBool(fIndexCount) && fVertexCount > UINT16_MAX - 
that->fVertexCount) {
+ return CombineResult::kCannotCombine;
+ }
+ 
diff --git a/external/skia/UnpackedTarball_skia.mk 
b/external/skia/UnpackedTarball_skia.mk
index ae90f26fe15b..2cdcf62872d3 100644
--- a/external/skia/UnpackedTarball_skia.mk
+++ b/external/skia/UnpackedTarball_skia.mk
@@ -40,6 +40,7 @@ skia_patches := \
 incomplete.patch.0 \
 ubsan-missing-typeinfo.patch.1 \
 incomplete-type-SkImageGenerator.patch.1 \
+0001-AvoidCombiningExtrememelyLargeMeshes.patch.1 \
 
 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
 


[Libreoffice-bugs] [Bug 133836] Autofilter enables deselect items automatically when typing a search

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133836

Sahil Gautam  changed:

   What|Removed |Added

 CC||me.sahilgau...@gmail.com

--- Comment #21 from Sahil Gautam  ---
I am working on this one. Can I get a document with dates and autofilter, as
Caolán said, there is some date handling, Having a document would be helpful.

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

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

2023-11-29 Thread Stephan Bergmann (via logerrit)
 i18nutil/source/utility/unicode.cxx |  386 ++--
 1 file changed, 193 insertions(+), 193 deletions(-)

New commits:
commit 19ea4aaddca56b1642d5db21edfe5503c93c93b7
Author: Stephan Bergmann 
AuthorDate: Wed Nov 29 17:44:26 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 29 21:37:25 2023 +0100

Extended loplugin:ostr: i18nutil

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

diff --git a/i18nutil/source/utility/unicode.cxx 
b/i18nutil/source/utility/unicode.cxx
index ae7b4c512aca..e98afeeff3b8 100644
--- a/i18nutil/source/utility/unicode.cxx
+++ b/i18nutil/source/utility/unicode.cxx
@@ -435,594 +435,594 @@ OString 
unicode::getExemplarLanguageForUScriptCode(UScriptCode eScript)
 {
 case USCRIPT_CODE_LIMIT:
 case USCRIPT_INVALID_CODE:
-sRet = "zxx";
+sRet = "zxx"_ostr;
 break;
 case USCRIPT_COMMON:
 case USCRIPT_INHERITED:
-sRet = "und";
+sRet = "und"_ostr;
 break;
 case USCRIPT_MATHEMATICAL_NOTATION:
 case USCRIPT_SYMBOLS:
-sRet = "zxx";
+sRet = "zxx"_ostr;
 break;
 case USCRIPT_UNWRITTEN_LANGUAGES:
 case USCRIPT_UNKNOWN:
-sRet = "und";
+sRet = "und"_ostr;
 break;
 case USCRIPT_ARABIC:
-sRet = "ar";
+sRet = "ar"_ostr;
 break;
 case USCRIPT_ARMENIAN:
-sRet = "hy";
+sRet = "hy"_ostr;
 break;
 case USCRIPT_BENGALI:
-sRet = "bn";
+sRet = "bn"_ostr;
 break;
 case USCRIPT_BOPOMOFO:
-sRet = "zh";
+sRet = "zh"_ostr;
 break;
 case USCRIPT_CHEROKEE:
-sRet = "chr";
+sRet = "chr"_ostr;
 break;
 case USCRIPT_COPTIC:
-sRet = "cop";
+sRet = "cop"_ostr;
 break;
 case USCRIPT_CYRILLIC:
-sRet = "ru";
+sRet = "ru"_ostr;
 break;
 case USCRIPT_DESERET:
-sRet = "en";
+sRet = "en"_ostr;
 break;
 case USCRIPT_DEVANAGARI:
-sRet = "hi";
+sRet = "hi"_ostr;
 break;
 case USCRIPT_ETHIOPIC:
-sRet = "am";
+sRet = "am"_ostr;
 break;
 case USCRIPT_GEORGIAN:
-sRet = "ka";
+sRet = "ka"_ostr;
 break;
 case USCRIPT_GOTHIC:
-sRet = "got";
+sRet = "got"_ostr;
 break;
 case USCRIPT_GREEK:
-sRet = "el";
+sRet = "el"_ostr;
 break;
 case USCRIPT_GUJARATI:
-sRet = "gu";
+sRet = "gu"_ostr;
 break;
 case USCRIPT_GURMUKHI:
-sRet = "pa";
+sRet = "pa"_ostr;
 break;
 case USCRIPT_HAN:
-sRet = "zh";
+sRet = "zh"_ostr;
 break;
 case USCRIPT_HANGUL:
-sRet = "ko";
+sRet = "ko"_ostr;
 break;
 case USCRIPT_HEBREW:
-sRet = "hr";
+sRet = "hr"_ostr;
 break;
 case USCRIPT_HIRAGANA:
-sRet = "ja";
+sRet = "ja"_ostr;
 break;
 case USCRIPT_KANNADA:
-sRet = "kn";
+sRet = "kn"_ostr;
 break;
 case USCRIPT_KATAKANA:
-sRet = "ja";
+sRet = "ja"_ostr;
 break;
 case USCRIPT_KHMER:
-sRet = "km";
+sRet = "km"_ostr;
 break;
 case USCRIPT_LAO:
-sRet = "lo";
+sRet = "lo"_ostr;
 break;
 case USCRIPT_LATIN:
-sRet = "en";
+sRet = "en"_ostr;
 break;
 case USCRIPT_MALAYALAM:
-sRet = "ml";
+sRet = "ml"_ostr;
 break;
 case USCRIPT_MONGOLIAN:
-sRet = "mn";
+sRet = "mn"_ostr;
 break;
 case USCRIPT_MYANMAR:
-sRet = "my";
+sRet = "my"_ostr;
 break;
 case USCRIPT_OGHAM:
-sRet = "pgl";
+sRet = "pgl"_ostr;
 break;
 case USCRIPT_OLD_ITALIC:
-sRet = "osc";
+sRet = "osc"_ostr;
 break;
 case USCRIPT_ORIYA:
-sRet = "or";
+sRet = "or"_ostr;
 break;
 case USCRIPT_RUNIC:
-sRet = "ang";
+sRet = "ang"_ostr;
 break;
 case USCRIPT_SINHALA:
-sRet = "si";
+sRet = "si"_ostr;
 break;
 case USCRIPT_SYRIAC:
-sRet = 

[Libreoffice-bugs] [Bug 158442] LibreOffice application no longer opens hybrid PDFs in the correct application

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158442

--- Comment #6 from BogdanB  ---
"But also I can reproduce with 7.6 build by myself, not from bibisect
repository". --> an typo here --> "But also I can reproduce with 24.2 build by
myself, not from bibisect repository."

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

[Libreoffice-bugs] [Bug 158442] LibreOffice application no longer opens hybrid PDFs in the correct application

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158442

BogdanB  changed:

   What|Removed |Added

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

--- Comment #5 from BogdanB  ---
I tried to bibisect, but is always good with 7.6 or 24.2. But also I can
reproduce with 7.6 build by myself, not from bibisect repository.

Also don't repro with
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

Strange, that I can reproduce with latest 24.2
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: c8f7408db73d2f2ccacb25a2b4fef8dfebdfc6cb
CPU threads: 16; OS: Linux 6.2; 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 158441] Basic code completion regression: overwrites dot; characters not visible while typing

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158441

Rafael Lima  changed:

   What|Removed |Added

 CC||rafael.palma.l...@gmail.com

--- Comment #2 from Rafael Lima  ---
Code pointer here:
https://opengrok.libreoffice.org/xref/core/basctl/source/basicide/baside2b.cxx?r=bd6fb0cd#2702

TBH I do not understand the call to GetLastHighlightPortionTextSelection. If I
simply comment out these two lines of code, the problem disappears:

GetParentEditView()->SetSelection( aTextSelection );
GetParentEditView()->DeleteSelected();

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

--- Comment #8 from Xisco Faulí  ---
LoL, the symbol node reads the viewbox but does nothing with it->
https://opengrok.libreoffice.org/xref/core/svgio/source/svgreader/svgsymbolnode.cxx?r=48ff87e1#57

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

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-0' - 7 commits - avmedia/source connectivity/source dbaccess/source extensions/source external/gpgmepp external/liborcus external/libpagemake

2023-11-29 Thread Caolán McNamara (via logerrit)
 avmedia/source/gstreamer/gstframegrabber.cxx|  
 14 ++-
 connectivity/source/inc/java/tools.hxx  |  
  2 
 dbaccess/source/core/dataaccess/ModelImpl.cxx   |  
  3 
 extensions/source/propctrlr/handlerhelper.hxx   |  
  1 
 external/gpgmepp/UnpackedTarball_gpgmepp.mk |  
  1 
 external/gpgmepp/gpgme.git-4b64774b6d13ffa4f59dddf947a97d61bcfa2f2e.patch.1 |  
 32 
 external/liborcus/include.patch.0   |  
 10 ++
 external/libpagemaker/UnpackedTarball_libpagemaker.mk   |  
  6 +
 external/libpagemaker/cstdint.patch.0   |  
 10 ++
 filter/source/xsltdialog/xmlfilterjar.hxx   |  
  1 
 forms/source/component/EventThread.hxx  |  
  1 
 forms/source/xforms/propertysetbase.hxx |  
  1 
 fpicker/source/office/contentenumeration.hxx|  
  1 
 include/oox/crypto/StrongEncryptionDataSpace.hxx|  
  1 
 include/sfx2/docmacromode.hxx   |  
  5 +
 include/sfx2/objsh.hxx  |  
  6 +
 include/sfx2/strings.hrc|  
  1 
 include/svtools/imageresourceaccess.hxx |  
  1 
 include/tools/urlobj.hxx|  
  5 +
 include/vcl/BitmapBuffer.hxx|  
  1 
 include/vcl/font/Feature.hxx|  
  1 
 io/source/acceptor/acc_pipe.cxx |  
  1 
 io/source/acceptor/acc_socket.cxx   |  
  1 
 io/source/connector/connector.cxx   |  
  1 
 sc/source/core/data/global.cxx  |  
  7 +
 sd/source/ui/app/sdmod1.cxx |  
 29 ---
 sfx2/source/doc/docmacromode.cxx|  
  8 +-
 sfx2/source/doc/iframe.cxx  |  
  7 +
 sfx2/source/doc/objmisc.cxx |  
 35 -
 sfx2/source/doc/objxtor.cxx |  
  1 
 sfx2/source/inc/objshimp.hxx|  
  3 
 sot/source/unoolestorage/xolesimplestorage.hxx  |  
  1 
 svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx  |  
  2 
 sw/source/filter/html/htmlplug.cxx  |  
  2 
 sw/source/filter/xml/xmltexti.cxx   |  
  2 
 sw/source/uibase/docvw/OverlayRanges.hxx|  
  1 
 sw/source/uibase/docvw/ShadowOverlayObject.hxx  |  
  1 
 sw/source/uibase/shells/drwtxtex.cxx|  
  8 --
 sw/source/uibase/wrtsh/wrtsh2.cxx   |  
 38 ++
 tools/source/fsys/urlobj.cxx|  
  9 ++
 xmloff/source/draw/ximpshap.cxx |  
  2 
 xmlsecurity/source/gpg/SecurityEnvironment.hxx  |  
  1 
 xmlsecurity/source/helper/ooxmlsecparser.hxx|  
  1 
 xmlsecurity/source/helper/xsecparser.hxx|  
  1 
 44 files changed, 217 insertions(+), 49 deletions(-)

New commits:
commit d0263e4735d37e52184e6e46c3c1405de9400e08
Author: Caolán McNamara 
AuthorDate: Wed Nov 22 21:14:41 2023 +
Commit: Caolán McNamara 
CommitDate: Wed Nov 29 19:55:31 2023 +

reuse AllowedLinkProtocolFromDocument in impress/draw

Change-Id: I73ca4f087946a45dbf92d69a0dc1e769de9b5690
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159843
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
(cherry picked from commit f0942eed2eb328b04856f20613f5226d66b66a20)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159759
Reviewed-by: Michael Stahl 
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159884
Reviewed-by: Miklos Vajna 
(cherry picked from commit 569fa7f755718a06f23d25b2132bf0400cec7a0f)
(cherry picked from commit b60bd2dddc4b9d6d60615d61051a9f9ee5410851)
(cherry picked from commit 8b244a0ce8a9170a1fd61e19a0c943230a741fbe)
(cherry picked from commit 87535988868baac08173fc826dbb6c6cbdf91dd4)
(cherry picked from commit 

[Libreoffice-bugs] [Bug 70678] Fatal error when adding a chart for cells with formulas (Summary in Comment 24)

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70678

Matt K  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #34 from Matt K  ---
I'm not able to repro with steps from comment 0, comment 23, or comment 24,
using the following:

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: ab37ac87d860fd5cd3b32b35df90dfbcba6dafb6
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded(In reply to QA Administrators from comment #33)

Please provide updated test files/repro steps.

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

--- Comment #7 from Xisco Faulí  ---
Created attachment 191123
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191123=edit
minimized reproducer

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

--- Comment #6 from Xisco Faulí  ---
The content of attachment 191122 has been deleted for the following reason:

wrong file

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

--- Comment #5 from Xisco Faulí  ---
(In reply to Xisco Faulí from comment #4)
> Created attachment 191122 [details]
> minimized reproducer

sorry, my bad. wrong file

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

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-5' - sc/inc sc/source

2023-11-29 Thread Henry Castro (via logerrit)
 sc/inc/column.hxx   |2 +
 sc/source/core/data/column3.cxx |   60 
 sc/source/core/data/table3.cxx  |6 
 3 files changed, 68 insertions(+)

New commits:
commit 6b1d35b9af28e9f54306112203fa98961cd3e567
Author: Henry Castro 
AuthorDate: Thu Nov 23 11:49:15 2023 -0400
Commit: Henry Castro 
CommitDate: Wed Nov 29 20:57:08 2023 +0100

sc: fix back color filter entries

The function "GetFilterEntries" iterates only that contains cell
data value entries, the background color filter feature requires
to iterate background color attribute which is not stored in multi
type vector cells.

Signed-off-by: Henry Castro 
Change-Id: I372db48d2399f62712f642eefdbfea8885b09f58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159864
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Caolán McNamara 
(cherry picked from commit 826eae46095b2184554565bab1792e96964a720f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159905
Tested-by: Jenkins
(cherry picked from commit 8b2369236dea7d6863c2df3d4ce5e356c9c8010c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160038

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 87d3dc730a9f..9fb3e9557bb0 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -598,6 +598,8 @@ public:
 sc::ColumnBlockConstPosition& rBlockPos, SCROW nStartRow, SCROW 
nEndRow,
 ScFilterEntries& rFilterEntries, bool bFiltering, bool bFilteredRow );
 
+void GetBackColorFilterEntries(SCROW nRow1, SCROW nRow2, ScFilterEntries& 
rFilterEntries );
+
 bool GetDataEntries( SCROW nRow, std::set& rStrings) const;
 
 void UpdateInsertTabAbs(SCTAB nNewPos);
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index ca16c49d8de8..2ef0f9aee3df 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -2753,6 +2753,66 @@ void ScColumn::GetFilterEntries(
 sc::ParseAll(rBlockPos.miCellPos, maCells, nStartRow, nEndRow, aFunc, 
aFunc);
 }
 
+void ScColumn::GetBackColorFilterEntries(SCROW nRow1, SCROW nRow2, 
ScFilterEntries& rFilterEntries)
+{
+Color aBackColor;
+bool bCondBackColor = false;
+ScAddress aCell(GetCol(), 0, GetTab());
+ScConditionalFormat* pCondFormat = nullptr;
+
+const SfxItemSet* pCondSet = nullptr;
+const SvxBrushItem* pBrush = nullptr;
+const ScPatternAttr* pPattern = nullptr;
+const ScColorScaleFormat* pColFormat = nullptr;
+
+if (!GetDoc().ValidRow(nRow1) || !GetDoc().ValidRow(nRow2))
+return;
+
+while (nRow1 <= nRow2)
+{
+aCell.SetRow(nRow1);
+pPattern = GetDoc().GetPattern(aCell.Col(), aCell.Row(), aCell.Tab());
+if (pPattern)
+{
+if 
(!pPattern->GetItem(ATTR_CONDITIONAL).GetCondFormatData().empty())
+{
+pCondSet = GetDoc().GetCondResult(GetCol(), nRow1, GetTab());
+pBrush = >GetItem(ATTR_BACKGROUND, pCondSet);
+aBackColor = pBrush->GetColor();
+bCondBackColor = true;
+}
+}
+
+pCondFormat = GetDoc().GetCondFormat(aCell.Col(), aCell.Row(), 
aCell.Tab());
+if (pCondFormat)
+{
+for (size_t nFormat = 0; nFormat < pCondFormat->size(); nFormat++)
+{
+auto aEntry = pCondFormat->GetEntry(nFormat);
+if (aEntry->GetType() == ScFormatEntry::Type::Colorscale)
+{
+pColFormat = static_cast(aEntry);
+std::optional oColor = pColFormat->GetColor(aCell);
+if (oColor)
+{
+aBackColor = *oColor;
+bCondBackColor = true;
+}
+}
+}
+}
+
+if (!bCondBackColor)
+{
+pBrush = GetDoc().GetAttr(aCell, ATTR_BACKGROUND);
+aBackColor = pBrush->GetColor();
+}
+
+rFilterEntries.addBackgroundColor(aBackColor);
+nRow1++;
+}
+}
+
 namespace {
 
 /**
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index bdf16a69aad4..77b66ec0b750 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2963,6 +2963,12 @@ void ScTable::GetFilterEntries( SCCOL nCol, SCROW nRow1, 
SCROW nRow2, ScFilterEn
 sc::ColumnBlockConstPosition aBlockPos;
 aCol[nCol].InitBlockPosition(aBlockPos);
 aCol[nCol].GetFilterEntries(aBlockPos, nRow1, nRow2, rFilterEntries, 
bFiltering, false /*bFilteredRow*/);
+
+SCROW nLastRow = aBlockPos.miCellPos->position;
+if (nLastRow < nRow2)
+{
+aCol[nCol].GetBackColorFilterEntries(nLastRow, nRow2, rFilterEntries);
+}
 }
 
 void ScTable::GetFilteredFilterEntries(


[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/inc sc/source

2023-11-29 Thread Henry Castro (via logerrit)
 sc/inc/dbdata.hxx|1 +
 sc/inc/document.hxx  |7 +++
 sc/inc/table.hxx |3 +++
 sc/source/core/data/document.cxx |7 +++
 sc/source/core/data/table4.cxx   |   34 ++
 sc/source/core/tool/dbdata.cxx   |   17 +
 sc/source/ui/view/gridwin.cxx|1 +
 sc/source/ui/view/tabvwshc.cxx   |1 +
 8 files changed, 71 insertions(+)

New commits:
commit 644ad239a22f438b300f1dd7fbf602e920075316
Author: Henry Castro 
AuthorDate: Mon Nov 6 07:18:48 2023 -0400
Commit: Henry Castro 
CommitDate: Wed Nov 29 20:55:50 2023 +0100

sc: extend backcolor area

If the filter background color is selected,
the automatic selection area should include,
the attribute of background cell color too.

Signed-off-by: Henry Castro 
Change-Id: I341c602247e7f71e3c9665e1b594177d8f5553b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158991
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Caolán McNamara 
Reviewed-by: Tomaž Vajngerl 
(cherry picked from commit 768433f07873eb608837630f85e7e1b375239fca)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159238
Tested-by: Jenkins
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160109

diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 482c55bc6aa4..df235ec52619 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -221,6 +221,7 @@ public:
 SCCOL nDx, SCROW nDy, SCTAB nDz);
 
 void ExtendDataArea(const ScDocument& rDoc);
+void ExtendBackColorArea(const ScDocument& rDoc);
 void CalcSaveFilteredCount(SCSIZE nNonFilteredRowCount);
 void GetFilterSelCount(SCSIZE& nSelected, SCSIZE& nTotal);
 
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 8c999aef1d34..072db744c01b 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1507,6 +1507,13 @@ public:
  SCCOL& rEndCol, SCROW& rEndRow,
  bool bIncludeOld, bool bOnlyDown 
) const;
 
+/**
+ * Return the extended area containing at least all contiguous cells
+ * having background color.
+ */
+SC_DLLPUBLIC void GetBackColorArea( SCTAB nTab, SCCOL& rStartCol, SCROW& 
rStartRow,
+SCCOL& rEndCol, SCROW& rEndRow ) const;
+
 /**
  * Returns true if there is a non-empty subrange in the range given as 
input.
  * In that case it also modifies rRange to largest subrange that does not
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 780d122ce47e..7604787a4f77 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -634,6 +634,9 @@ public:
 voidGetDataArea( SCCOL& rStartCol, SCROW& rStartRow, SCCOL& 
rEndCol, SCROW& rEndRow,
  bool bIncludeOld, bool bOnlyDown ) const;
 
+voidGetBackColorArea( SCCOL& rStartCol, SCROW& rStartRow,
+  SCCOL& rEndCol, SCROW& rEndRow ) const;
+
 boolGetDataAreaSubrange( ScRange& rRange ) const;
 
 boolShrinkToUsedDataArea( bool& o_bShrunk, SCCOL& rStartCol, 
SCROW& rStartRow,
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 6bcfc230b25b..6ddae7a04057 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -1101,6 +1101,13 @@ void ScDocument::GetDataArea( SCTAB nTab, SCCOL& 
rStartCol, SCROW& rStartRow,
 maTabs[nTab]->GetDataArea( rStartCol, rStartRow, rEndCol, rEndRow, 
bIncludeOld, bOnlyDown );
 }
 
+void ScDocument::GetBackColorArea( SCTAB nTab, SCCOL& rStartCol, SCROW& 
rStartRow,
+   SCCOL& rEndCol, SCROW& rEndRow ) const
+{
+if (ValidTab(nTab) && nTab < static_cast (maTabs.size()) && 
maTabs[nTab])
+maTabs[nTab]->GetBackColorArea( rStartCol, rStartRow, rEndCol, rEndRow 
);
+}
+
 bool ScDocument::GetDataAreaSubrange(ScRange& rRange) const
 {
 SCTAB nTab = rRange.aStart.Tab();
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index 9c6852990efe..3ec8dc5aeab7 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1293,6 +1294,39 @@ void  ScTable::FillSparkline(bool bVertical, SCCOLROW 
nFixed,
 }
 }
 
+void ScTable::GetBackColorArea(SCCOL& rStartCol, SCROW& /*rStartRow*/,
+   SCCOL& rEndCol, SCROW& rEndRow ) const
+{
+bool bExtend;
+const SvxBrushItem* pDefBackground = 
()->GetDefaultItem(ATTR_BACKGROUND);
+
+rStartCol = std::min(rStartCol, aCol.size() - 1);
+rEndCol = std::min(rEndCol, aCol.size() - 1);
+
+do
+{
+bExtend = false;
+
+if (rEndRow < rDocument.MaxRow())
+{
+for (SCCOL nCol = rStartCol; nCol <= 

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

2023-11-29 Thread Henry Castro (via logerrit)
 sc/qa/unit/subsequent_filters_test2.cxx |   38 
 1 file changed, 38 insertions(+)

New commits:
commit 3275f57221904426e5c136f5596a83050f8585a4
Author: Henry Castro 
AuthorDate: Fri Nov 24 10:00:54 2023 -0400
Commit: Henry Castro 
CommitDate: Wed Nov 29 20:54:34 2023 +0100

sc: qa: add unit test "testBackColorFilter"

Change-Id: Icdccd6778d1157bb31f38b510a58562a640bdeae
Signed-off-by: Henry Castro 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159929
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160089
Tested-by: Jenkins

diff --git a/sc/qa/unit/subsequent_filters_test2.cxx 
b/sc/qa/unit/subsequent_filters_test2.cxx
index 790ab5c99057..22339c010e8f 100644
--- a/sc/qa/unit/subsequent_filters_test2.cxx
+++ b/sc/qa/unit/subsequent_filters_test2.cxx
@@ -27,6 +27,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -39,6 +41,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -1626,6 +1629,41 @@ CPPUNIT_TEST_FIXTURE(ScFiltersTest2, testSingleLine)
 testCells(pDoc);
 }
 
+CPPUNIT_TEST_FIXTURE(ScFiltersTest2, testBackColorFilter)
+{
+Color aBackColor1(0xc99c00);
+Color aBackColor2(0x0369a3);
+
+createScDoc();
+ScDocument* pDoc = getScDoc();
+
+ScPatternAttr aPattern1(pDoc->GetPool());
+aPattern1.GetItemSet().Put(SvxBrushItem(aBackColor1, ATTR_BACKGROUND));
+
+ScPatternAttr aPattern2(pDoc->GetPool());
+aPattern2.GetItemSet().Put(SvxBrushItem(aBackColor2, ATTR_BACKGROUND));
+
+// Apply the pattern to cell A1:A2
+pDoc->ApplyPatternAreaTab(0, 0, 0, 1, 0, aPattern1);
+
+// Apply the pattern to cell A3:A5
+pDoc->ApplyPatternAreaTab(0, 2, 0, 4, 0, aPattern2);
+
+{
+ScRefCellValue aCell;
+aCell.assign(*pDoc, ScAddress(0, 0, 0));
+CPPUNIT_ASSERT_MESSAGE("Cell A1 should be empty.", aCell.isEmpty());
+aCell.assign(*pDoc, ScAddress(0, 2, 0));
+CPPUNIT_ASSERT_MESSAGE("Cell A3 should be empty.", aCell.isEmpty());
+}
+
+{
+ScFilterEntries aFilterEntries;
+pDoc->GetFilterEntriesArea(0, 0, 4, 0, true, aFilterEntries);
+CPPUNIT_ASSERT_EQUAL(size_t(2), 
aFilterEntries.getBackgroundColors().size());
+}
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


[Libreoffice-bugs] [Bug 158441] Basic code completion regression: overwrites dot; characters not visible while typing

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158441

--- Comment #1 from Rafael Lima  ---
FTR this is repro with

Version: 7.6.3.2 (X86_64) / LibreOffice Community
Build ID: 60(Build:2)
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+wayland)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.3~rc2-0ubuntu0.23.10.1~lo2
Calc: threaded

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

--- Comment #4 from Xisco Faulí  ---
Created attachment 191122
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191122=edit
minimized reproducer

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

Xisco Faulí  changed:

   What|Removed |Added

Version|7.4.0.0 alpha0+ |6.1 all versions

--- Comment #3 from Xisco Faulí  ---
and in

Version: 6.0.0.0.alpha1+
Build ID: 6eeac3539ea4cac32d126c5e24141f262eb5a4d9
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: x11; 
Locale: es-ES (es_ES.UTF-8); Calc: group threaded

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

[Libreoffice-bugs] [Bug 142046] [META] OOXML Complex Chart issues

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142046

Rafael Lima  changed:

   What|Removed |Added

 Depends on||158443


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158443
[Bug 158443] pptx: combo type chart is not correctly rendered
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158443] pptx: combo type chart is not correctly rendered

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158443

Rafael Lima  changed:

   What|Removed |Added

 Blocks||142046


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 158445] SVG file not imported correctly

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158445

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|7.6.0.3 release |7.4.0.0 alpha0+

--- Comment #2 from Xisco Faulí  ---
Also reproduced in

Version: 7.3.0.0.alpha1+ / LibreOffice Community
Build ID: 229123ccc6f90ebf66b3e659bebbd53f8a9bdd3a
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 107838] [META] Character-level bugs and enhancements

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107838

BogdanB  changed:

   What|Removed |Added

 Depends on||134408


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134408
[Bug 134408] Character transparency don't work properly in Writer and Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134408] Character transparency don't work properly in Writer and Calc

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134408

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 157526] [META] Font fallback issues

2023-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157526

BogdanB  changed:

   What|Removed |Added

 Depends on||146429


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146429
[Bug 146429] Fallback to other character encodings detected by ICU above a
certain confidence threshold
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   4   >