[Bug 158862] New: LibreOffice crashes when attempting to inspect a UNO object in the Watch Window during debugging after successful initial inspection.

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158862

Bug ID: 158862
   Summary: LibreOffice crashes when attempting to inspect a UNO
object in the Watch Window during debugging after
successful initial inspection.
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jem203...@gmail.com

Description:
After successfully running the provided Basic subroutine, the LibreOffice
application allows for the initial inspection of the UNO object (textDoc) in
the Watch Window. The variable `textDoc`, its value, and type
("com.sun.star.text.TextDocument") are visible. However, attempting to perform
a deeper inspection, either by double-clicking the variable or clicking the
drop-down option, results in a consistent crash of LibreOffice. The crash
occurs specifically during attempts to inspect the variable further. The issue
persists even after restarting LibreOffice, resetting the user profile, and
running in Safe Mode.

Steps to Reproduce:
1.Open LibreOffice and create a new Basic module.
2.Add the following Basic subroutine:
`Sub Example
Dim textDoc As Object : textDoc =
CreateUnoService("com.sun.star.text.TextDocument")
End Sub`
3.Compile and execute the subroutine successfully.
4. Set a breakpoint at the `End Sub` line.
5. Debug the subroutine and observe the `textDoc` object in the Watch Window.
6. Double-click the `textDoc` variable or click the drop-down option to inspect
the `textDoc` object further.

Actual Results:
LibreOffice allows for the initial inspection of the `textDoc` object in the
Watch Window, displaying the variable's value and type. However, attempting to
perform a deeper inspection by double-clicking the variable or clicking the
drop-down option results in a crash of LibreOffice.

Expected Results:
The Watch Window should allow both initial and deeper inspection of the
`textDoc` object without causing LibreOffice to crash.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 20; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-GB (en_US); UI: en-GB
Calc: CL threaded

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

[Bug 61189] PDF printing mode problem: HP LaserJet + media type + no tray + user prompt (refer comment #10)

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61189

Aron Budea  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
URL|https://bellenmerken.com/sn |
   |apchat-nederland/   |

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

[Bug 116643] Crash when playing PPTX slide with MP4 video (comment 7)

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116643

--- Comment #17 from JeansLome  ---
Experiencing a persistent crash issue while playing PPTX slides with MP4
videos, making the presentation process frustrating. It's essential to address
this technical glitch promptly for seamless presentations. Meanwhile, if you're
looking for a break from troubleshooting, check out this informative link
https://casino358.com/minimitalletus/5-euron/ for information on 5 euro deposit
online casinos in Finland. It offers authentic insights for those interested in
online gaming with a minimal deposit.

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

[Bug 61189] PDF printing mode problem: HP LaserJet + media type + no tray + user prompt (refer comment #10)

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61189

paulscott  changed:

   What|Removed |Added

URL||https://bellenmerken.com/sn
   ||apchat-nederland/

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

core.git: Branch 'distro/collabora/co-23.05' - sd/qa

2023-12-25 Thread Mike Kaganski (via logerrit)
 sd/qa/unit/import-tests2.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7299fd9157c168374f00066c4c4ba935dddac5a
Author: Mike Kaganski 
AuthorDate: Mon Dec 25 22:10:04 2023 +0600
Commit: Mike Kaganski 
CommitDate: Tue Dec 26 04:17:17 2023 +0100

Fix Windows build (where int != sal_Int32)

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

diff --git a/sd/qa/unit/import-tests2.cxx b/sd/qa/unit/import-tests2.cxx
index c72bd133fb7b..e48452832e1c 100644
--- a/sd/qa/unit/import-tests2.cxx
+++ b/sd/qa/unit/import-tests2.cxx
@@ -2093,7 +2093,7 @@ void SdImportTest2::testMasterSlides()

uno::UNO_QUERY_THROW);
 uno::Reference 
xMasterPages(xMasterPagesSupplier->getMasterPages());
 CPPUNIT_ASSERT(xMasterPages.is());
-CPPUNIT_ASSERT_EQUAL(7, xMasterPages->getCount());
+CPPUNIT_ASSERT_EQUAL(sal_Int32(7), xMasterPages->getCount());
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(SdImportTest2);


[Bug 158651] Comment marker in Calc is not visible right after creation (kf5 and gen)

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158651

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 90520] Base crashes with Oracle ODBC driver when sorting/filtering

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90520

--- Comment #21 from QA Administrators  ---
Dear grongo2,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 158645] Problem Syncing with Microsoft OneDrive

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158645

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158653] Comment commands in Calc's menus need to be rearranged

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158653

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 90380] VIEWING: Navigator causes constant cpu usage when it does not have focus in documents with lots of text frames and images

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90380

--- Comment #10 from QA Administrators  ---
Dear Gordo,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 155940] AutoFilter would not go away even after restart

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155940

--- Comment #4 from QA Administrators  ---
Dear Vara La Fey,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Bug 158648] Can't use scrollbar in presenter console's Slides view in RTL UI

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158648

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158642] "Text boundaries" set to "automatic" obscure the cursor when line is empty

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158642

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 128392] Libreoffice for Mac OS X does not respect Dvorak-QWERTY keyboard layout for command keys.

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128392

--- Comment #13 from QA Administrators  ---
Dear bugzilla,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 101958] "Find" toolbar field won't accept pasted text from the clipboard other than unformatted text after keyboard switch

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101958

--- Comment #13 from QA Administrators  ---
Dear CTAC,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 53965] Character ` is inserted while cycling through the windows on macOS on some keyboard layouts

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53965

--- Comment #18 from QA Administrators  ---
Dear erwanmotte,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 106976] Can't paste english text as a filename when russian keyboard is on

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106976

--- Comment #13 from QA Administrators  ---
Dear Valentin,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 158861] New: 保存的ODF格式不能被word2007打开

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158861

Bug ID: 158861
   Summary: 保存的ODF格式不能被word2007打开
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rongshuy...@qq.com

Description:
保存的ODF格式文件不能被word2007打开,提示文件损坏,是否修复。点击修复后可以打开文本。

Actual Results:
弹窗提示:文件损坏,是否修复。

Expected Results:
点击修复后,可以打开文本。


Reproducible: Always


User Profile Reset: No

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

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

[Bug 105526] Allow interactions for different events such as mouse over

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105526

--- Comment #10 from JeansLome  ---
Enabling interactions like mouse over adds dynamic engagement to websites,
enhancing user experience. Such features contribute to a more immersive
environment, especially in online gaming. For instance, in the context of
online casinos, it could elevate the gaming experience. If you're interested in
exploring 5 euro deposit online casinos in Finland, check out
https://casino358.com/minimitalletus/5-euron/ for valuable information. It's a
great way to discover affordable and accessible gaming opportunities.

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

[Bug 158860] I checked "Do not add leading (extra space) between lines of text" But when I past something after a period (.) it still adds an extra space.

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158860

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv  ---
Can you link from where and what you copy?

Please paste here the information on Menu/Help/About LibreOffice (There is an
icon to copy)

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

[Bug 158860] I checked "Do not add leading (extra space) between lines of text" But when I past something after a period (.) it still adds an extra space.

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158860

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
I think it has something to do with Autocorret.
Menu/Tools/Autocorrect/Autocorrect options/Options - Both options to delete
spaces.

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

[Bug 113050] FILEOPEN: PDF freezes Draw, one page, 19 KB file

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113050

Dave Gilbert  changed:

   What|Removed |Added

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

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

[Bug 44731] PDF import problems with gradients and patterns

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44731

Dave Gilbert  changed:

   What|Removed |Added

 CC||freedesk...@treblig.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3050

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

[Bug 113050] FILEOPEN: PDF freezes Draw, one page, 19 KB file

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113050

--- Comment #19 from Dave Gilbert  ---
OK, so now I understand the source of the problem.
On Page 17 of the presentation is a cut-art graphic of a hand; this hand has a
few half-toned patterns on it;  these are represented in the pdf as images and
masks (about 8 of them).  They're then repeated using a tiled pattern fill; and
poppler calls us back for every repetition creating thousands of copies.
(That minimum test case has part of that pattern in it)

#0  pdfi::PDFOutDev::drawImageMask (this=0x7fffdc20, pState=0x78c080,
str=0x794910, width=8, height=8, invert=false)
at
/discs/fast/core/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:1031
#1  0x00484b32 in Gfx::doImage (this=this@entry=0x760540,
ref=ref@entry=0x7fffcef0, str=0x794910, inlineImg=inlineImg@entry=false)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:4300
#2  0x00487dce in Gfx::opXObject (this=0x760540, args=,
numArgs=)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Object.h:441
#3  0x0047eba3 in Gfx::go (this=this@entry=0x760540,
topLevel=topLevel@entry=false)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:685
#4  0x0047f320 in Gfx::display (this=this@entry=0x760540,
obj=obj@entry=0x75c708, topLevel=topLevel@entry=false)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:646
#5  0x0047f7f7 in Gfx::drawForm (this=0x760540, str=0x75c708,
resDict=, matrix=, bbox=0x75c698, 
transpGroup=, softMask=false, blendingColorSpace=0x0,
isolated=false, knockout=false, alpha=false, transferFunc=0x0,
backdropColor=0x0)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:4836
#6  0x00483338 in Gfx::doTilingPatternFill (this=0x760540,
tPat=0x75c680, stroke=, eoFill=, text=)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:2185
#7  0x00483c4d in Gfx::opEOFill (this=0x760540, args=,
numArgs=)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:1775
#8  0x0047eba3 in Gfx::go (this=this@entry=0x760540,
topLevel=topLevel@entry=true)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:685
#9  0x0047f320 in Gfx::display (this=this@entry=0x760540,
obj=obj@entry=0x7fffd8c0, topLevel=topLevel@entry=true)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Gfx.cc:646
#10 0x004cc330 in Page::displaySlice (this=0x75d680,
out=0x7fffdc20, hDPI=, vDPI=7200, rotate=0,
useMediaBox=true, crop=true, 
sliceX=-1, sliceY=-1, sliceW=-1, sliceH=-1, printing=true,
abortCheckCbk=0x0, abortCheckCbkData=0x0, annotDisplayDecideCbk=0x0, 
annotDisplayDecideCbkData=0x0, copyXRef=false) at
/discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Page.cc:584
#11 0x004cc5d8 in Page::display (this=,
out=out@entry=0x7fffdda0, hDPI=hDPI@entry=2.4858339854353144e-317, 
vDPI=vDPI@entry=-nan(0xf), rotate=rotate@entry=-1,
useMediaBox=useMediaBox@entry=255, crop=crop@entry=255,
printing=printing@entry=true, 
abortCheckCbk=0x0, abortCheckCbkData=0x0, annotDisplayDecideCbk=0x0,
annotDisplayDecideCbkData=0x0, copyXRef=false)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/Page.cc:530
#12 0x004d4e42 in PDFDoc::displayPage (this=this@entry=0x7fffdaa0,
out=0x7fffdda0, out@entry=0x7fffdc20, page=page@entry=1, 
hDPI=2.4858339854353144e-317, hDPI@entry=7200, vDPI=-nan(0xf),
vDPI@entry=7200, rotate=-1, rotate@entry=0, useMediaBox=255, 
useMediaBox@entry=true, crop=255, crop@entry=true, printing=, abortCheckCbk=, abortCheckCbkData=, 
annotDisplayDecideCbk=, annotDisplayDecideCbkData=, copyXRef=false)
at /discs/fast/core/workdir/UnpackedTarball/poppler/poppler/PDFDoc.cc:608
#13 0x004170ac in main (argc=, argv=) at
/discs/fast/core/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx:177

it looks like poppler has a hook to tell the output device about the whole
pattern in one go (useTilingPatternFill and tilingPatternFill), so implementing
that would do it.

A hack would be to add an optimisatino into DrawXmlOptimizer I think -
tree/drawtreevisiting.cxx

I'll have a look.

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

[Bug 158423] CppunitTest_unoxml_domtest failing with libxml-2.12

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158423

--- Comment #7 from Rene Engelhard  ---
which means, because my tests ARE with 2.12.3, is that adding a simple header
won't have an effect to *running the test* anyways.

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

[Bug 158423] CppunitTest_unoxml_domtest failing with libxml-2.12

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158423

--- Comment #6 from Rene Engelhard  ---
Ah, nevermind, that is because our libxml2 is 2.12.3..

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

[Bug 158423] CppunitTest_unoxml_domtest failing with libxml-2.12

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158423

--- Comment #5 from Rene Engelhard  ---
(In reply to Buovjaga from comment #2)
> (In reply to Gwyn Ciesla from comment #0)
> > Complete log:
> > https://kojipkgs.fedoraproject.org//work/tasks/2557/109622557/build.log
> 
> The link is 404.
> 
> I noticed there is a patch:
> https://gerrit.libreoffice.org/c/libvisio/+/160542
> tests: Fix build with libxml 2.12
> libxml 2.12.0 reorganized the headers, which removed `xmlParseMemory`
> function from the scope.
> 
> Gwyn: can you try, if the fix for unoxml/qa/unit/domtest.cxx would be
> likewise simple?

btw, except this warning

importtest.cpp: In function 'librevenge::RVNGString
{anonymous}::getXPathContent(xmlDocPtr, const librevenge::RVNGString&)':
importtest.cpp:149:3: warning: case value '5' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  149 |   case XPATH_POINT:
  |   ^~~~
importtest.cpp:150:3: warning: case value '6' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  150 |   case XPATH_RANGE:
  |   ^~~~
importtest.cpp:151:3: warning: case value '7' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  151 |   case XPATH_LOCATIONSET:
  |   ^~~~

libvisio actually builds and the tests *do* run with libxml2 2.12. Just  tried
here. Th e commit you mentioned btw doesn't actually change the warning.

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

[Bug 113050] FILEOPEN: PDF freezes Draw, one page, 19 KB file

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113050

--- Comment #18 from Dave Gilbert  ---
OK, so these are 'DRAWMASK' entries; following the cookie crumbs we go out
through xpdfimport and back through wrapper_gpl.cxx to a call to poppler that
does the parsing.

We can get our stream back by doing:

./instdir/program/xpdfimport page17.pdf  xdpfwrapper-op 2>&1

which gives us a 67M file with 170 draw images and 157404 drawMask's!

/me grabs a bigger shovel, and keeps digging.

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

[Bug 158423] CppunitTest_unoxml_domtest failing with libxml-2.12

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158423

Rene Engelhard  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||8302

--- Comment #4 from Rene Engelhard  ---
how should a simple include help with *running the test*?

I mean, the *build* already was fixed with
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c8f7408db73d2f2ccacb25a2b4fef8dfebdfc6cb
out of https://bugs.documentfoundation.org/show_bug.cgi?id=158302

But one can try, I don't have much hope there, though.

Confirming btw. (Also in 24.2)

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

[Bug 158860] New: I checked "Do not add leading (extra space) between lines of text" But when I past something after a period (.) it still adds an extra space.

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158860

Bug ID: 158860
   Summary: I checked "Do not add leading (extra space) between
lines of text" But when I past something after a
period (.) it still adds an extra space.
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ericamundso...@gmail.com

Description:
I went into Tools > Options > LibreOffice writer > Compatibility > and checked
or unchecked everything to get rid of leading or trailing spaces including "Do
not add leading (extra space) between lines of text". 
I also went into view > style > modify style (right clicked current style) >
and checked "do not add space between paragraphs of same style"
But when I past things after a period it still adds spaces between the period
and what I pasted.

Steps to Reproduce:
1.copy something
2.paste it after period
3.LibreOffice will automatically add a space, even after turning this option
off.

Actual Results:
1.copy something
2.paste it after period
3.LibreOffice will automatically add a space, even after turning this option
off.

Expected Results:
1.copy something
2.paste it after period
3.LibreOffice will automatically add a space, even after turning this option
off.


Reproducible: Always


User Profile Reset: No

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

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

[Bug 158853] the MSI and deb archives could provide the main license in a single format

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158853

Jérôme  changed:

   What|Removed |Added

 Blocks||113358


Referenced Bugs:

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

[Bug 113358] [META] Linux packaging/installation/removal bugs and enhancements

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113358

Jérôme  changed:

   What|Removed |Added

 Depends on||158853


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158853
[Bug 158853] the MSI and deb archives could provide the main license in a
single format
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158853] the MSI and deb archives could provide the main license in a single format

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158853

Jérôme  changed:

   What|Removed |Added

Summary|the MSI archive could   |the MSI and deb archives
   |provide the main license in |could provide the main
   |a single format |license in a single format

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

[Bug 158853] the MSI archive could provide the main license in a single format

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158853

Jérôme  changed:

   What|Removed |Added

 OS|Windows (All)   |All

--- Comment #1 from Jérôme  ---
In libreofficedev24.8_24.8.0.0.alpha0-1_amd64.deb archive, the license is
provided in 2 formats (txt and html) :
opt/libreofficedev24.8/LICENSE
opt/libreofficedev24.8/LICENSE.html

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

core.git: starmath/source sw/qa

2023-12-25 Thread Irgaliev Amin (via logerrit)
 starmath/source/ooxmlimport.cxx |4 ++--
 sw/qa/extras/ooxmlexport/data/tdf158023_export.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport2.cxx   |9 -
 sw/qa/extras/ooxmlimport/data/tdf158023_import.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport2.cxx   |   20 
 sw/qa/extras/rtfexport/data/tdf158023.rtf   |8 
 sw/qa/extras/rtfexport/rtfexport.cxx|   10 +-
 7 files changed, 47 insertions(+), 4 deletions(-)

New commits:
commit 8148dd6ed3c61eaf5f9fe3a060ecda9d11611f39
Author: Irgaliev Amin 
AuthorDate: Mon Dec 25 20:13:34 2023 +0400
Commit: Mike Kaganski 
CommitDate: Mon Dec 25 18:35:18 2023 +0100

tdf#158023 Add \ before parentheses if they are in the  tag.

MSO allows you to write unpair opening or closing parentheses in the t tag.
The patch adds a backslash before parentheses, which allows you to correctly
recognize and correctly save such formulas when exporting.

Also add a test to check whether the parentheses are wrapped correctly.

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

diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index 4023a5e652ac..b0932c43919c 100644
--- a/starmath/source/ooxmlimport.cxx
+++ b/starmath/source/ooxmlimport.cxx
@@ -602,9 +602,9 @@ OUString SmOoxmlImport::handleR()
 {
 XmlStream::Tag rtag = m_rStream.ensureOpeningTag( M_TOKEN( t 
));
 if( rtag.attribute( OOX_TOKEN( xml, space )) != "preserve" )
-text.append(o3tl::trim(rtag.text));
+text.append(o3tl::trim(rtag.text.replaceAll("(", 
"\(").replaceAll(")", "\)")));
 else
-text.append(rtag.text);
+text.append(rtag.text.replaceAll("(", 
"\(").replaceAll(")", "\)"));
 m_rStream.ensureClosingTag( M_TOKEN( t ));
 break;
 }
diff --git a/sw/qa/extras/ooxmlexport/data/tdf158023_export.docx 
b/sw/qa/extras/ooxmlexport/data/tdf158023_export.docx
new file mode 100644
index ..289619a7e4b6
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf158023_export.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
index 6e27f9a6a1ab..e18c1eebca5e 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
@@ -261,7 +261,14 @@ CPPUNIT_TEST_FIXTURE(Test, testCommentsNested)
 CPPUNIT_TEST_FIXTURE(Test, testMathEscape)
 {
 loadAndReload("math-escape.docx");
-CPPUNIT_ASSERT_EQUAL(OUString("\{ left [ right ] left ( right ) \}"), 
getFormula(getRun(getParagraph(1), 1)));
+CPPUNIT_ASSERT_EQUAL(OUString("\{ left [ right ] \( \) \}"), 
getFormula(getRun(getParagraph(1), 1)));
+}
+
+// Saving left and right for parentheses when importing not from the m:t tag 
(docx)
+CPPUNIT_TEST_FIXTURE(Test, testTdf158023Export)
+{
+loadAndReload("tdf158023_export.docx");
+CPPUNIT_ASSERT_EQUAL(OUString("left [ right ] left ( right ) left lbrace  
right rbrace"), getFormula(getRun(getParagraph(1), 1)));
 }
 
 CPPUNIT_TEST_FIXTURE(Test, testFdo51034)
diff --git a/sw/qa/extras/ooxmlimport/data/tdf158023_import.docx 
b/sw/qa/extras/ooxmlimport/data/tdf158023_import.docx
new file mode 100644
index ..1095499e2ebf
Binary files /dev/null and 
b/sw/qa/extras/ooxmlimport/data/tdf158023_import.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
index d86a6bffe861..ed2d5371dfc4 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx
@@ -699,6 +699,26 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf119200)
 CPPUNIT_ASSERT_EQUAL(u" size 12{ func \u2287 } {}"_ustr, 
getFormula(getRun(xPara, 7)));
 }
 
+// Checking a formula where the closing brackets
+// come first, and then the opening ones
+CPPUNIT_TEST_FIXTURE(Test, testTdf158023Import)
+{
+auto verify = [this]() {
+auto xPara = getParagraph(1);
+CPPUNIT_ASSERT_EQUAL(u"\) sqrt {\)2\(} \("_ustr, 
getFormula(getRun(xPara, 1)));
+};
+auto verifyReload = [this]() {
+auto xPara = getParagraph(1);
+CPPUNIT_ASSERT_EQUAL(u"\) sqrt {\) 2 \(} \("_ustr, 
getFormula(getRun(xPara, 1)));
+};
+
+createSwDoc("tdf158023_import.docx");
+verify();
+
+saveAndReload("Office Open XML Text");
+verifyReload();
+}
+
 CPPUNIT_TEST_FIXTURE(Test, testTdf115094)
 {
 createSwDoc("tdf115094.docx");
diff --git a/sw/qa/extras/rtfexport/data/tdf158023.rtf 
b/sw/qa/extras/rtfexport/data/tdf158023.rtf
new file mode 100644
index ..cdcddc4532fc
--- /dev/null
+++ b/sw/qa/extras/rtfexport/data/tdf158023.rtf
@@ -0,0 +1,8 @@
+{
tf1
+{\mmath 

[Bug 158857] Keep Power Query when saving XLSX

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158857

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
As Calc does not have it implemented, it is probably not even imported.

But you are right that it would be nice if it was preserved when
opening/saving.

It seems to me more like a request for enhancement than a bug.

+1

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

core.git: android/source

2023-12-25 Thread Weblate (via logerrit)
 android/source/res/values-ast/strings.xml |2 
 android/source/res/values-de/strings.xml  |3 
 android/source/res/values-eu/strings.xml  |2 
 android/source/res/values-fr/strings.xml  |   80 +++
 android/source/res/values-gl/strings.xml  |2 
 android/source/res/values-it/strings.xml  |   28 ++
 android/source/res/values-nl/strings.xml  |  121 +-
 android/source/res/values-pa/strings.xml  |   12 ++
 android/source/res/values-tr/strings.xml  |8 +
 9 files changed, 253 insertions(+), 5 deletions(-)

New commits:
commit 11fcb2814ee44e4f9b932e879bb95206e3dbf875
Author: Weblate 
AuthorDate: Mon Dec 25 05:37:03 2023 +0100
Commit: Michael Weghorn 
CommitDate: Mon Dec 25 18:13:40 2023 +0100

android-viewer translated using Weblate

Dutch currently translated at 100.0% (118 of 118 strings)

Change-Id: I59c75900254b4124ff7dc8397a943908404e0a5c

android-viewer translated using Weblate

Italian currently translated at 35.5% (42 of 118 strings)

Change-Id: I73561c67beafb4896d7b2301d1b3970eb030

android-viewer translated using Weblate

Asturian currently translated at 100.0% (118 of 118 strings)

Change-Id: I83e753b66c856b4fa39cba5bf1de1e44616b1cba

android-viewer translated using Weblate

Basque currently translated at 100.0% (118 of 118 strings)

Change-Id: I6e956873841380aabd1351dbbd07f3466ba28275

android-viewer translated using Weblate

French currently translated at 100.0% (118 of 118 strings)

Change-Id: I1af1d53bd1daaab3bd0404d8fe75b92e5923b9e2

android-viewer translated using Weblate

Punjabi currently translated at 95.7% (113 of 118 strings)

Change-Id: I7582795194c21cc6c954884bd4612e9cefc01308

android-viewer translated using Weblate

Galician currently translated at 100.0% (118 of 118 strings)

Change-Id: Ica6acf55e43ec98648b021b9f38871aedf2581fa

android-viewer translated using Weblate

Turkish currently translated at 100.0% (118 of 118 strings)

Change-Id: If8639fcaf3b5b0447c0b00f5fe85ed55d0bb7cad

android-viewer translated using Weblate

German currently translated at 100.0% (118 of 118 strings)

Change-Id: I0c5795094434899569e18ae6d87c4bed2e10ea01
Co-authored-by: A S Alam 
Co-authored-by: Adolfo Jayme Barrientos 
Co-authored-by: Aitor Salaberria 
Co-authored-by: Ayhan YALÇINSOY 
Co-authored-by: Christian Kühl 
Co-authored-by: Elisabetta Manuele 
Co-authored-by: Xosé 
Co-authored-by: kees538 
Co-authored-by: sophie 
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/ast/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/de/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/eu/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/fr/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/gl/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/it/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/nl/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/pa/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings/tr/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161274
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Jenkins

diff --git a/android/source/res/values-ast/strings.xml 
b/android/source/res/values-ast/strings.xml
index cf1790dcab12..27e9d06bd131 100644
--- a/android/source/res/values-ast/strings.xml
+++ b/android/source/res/values-ast/strings.xml
@@ -74,7 +74,7 @@
 Tamañu menor
 Tamañu mediu
 Calidá máxima
-Non comprimir
+Nun comprimir
 ¿Quies comprimir la foto\?
 Copia
 Apegar
diff --git a/android/source/res/values-de/strings.xml 
b/android/source/res/values-de/strings.xml
index e5d3d8184853..61f03c9bd63c 100644
--- a/android/source/res/values-de/strings.xml
+++ b/android/source/res/values-de/strings.xml
@@ -136,4 +136,7 @@
 Schriftfarbe
 Folie umbenennen
 Automatisch
+Neue Datei erstellen
+Nächste suchen
+Vorherige suchen
 
\ No newline at end of file
diff --git a/android/source/res/values-eu/strings.xml 
b/android/source/res/values-eu/strings.xml
index 83bebbde2c51..660fce1fb581 100644
--- a/android/source/res/values-eu/strings.xml
+++ b/android/source/res/values-eu/strings.xml
@@ -31,7 +31,7 @@
 Zatiak
 Erakutsi teklatua
 Gorde
-Gorde honela...
+Gorde honela…
 Gaitu 

core.git: Branch 'libreoffice-7-6' - android/source

2023-12-25 Thread Weblate (via logerrit)
 android/source/res/values-ast/strings.xml |2 
 android/source/res/values-it/strings.xml  |8 +
 android/source/res/values-nl/strings.xml  |  133 +-
 3 files changed, 140 insertions(+), 3 deletions(-)

New commits:
commit 69a2a6b1ab776306265ee940a150e4828f62cf83
Author: Weblate 
AuthorDate: Sun Dec 24 10:36:49 2023 +0100
Commit: Michael Weghorn 
CommitDate: Mon Dec 25 18:13:21 2023 +0100

android-viewer translated using Weblate

Dutch currently translated at 100.0% (130 of 130 strings)

Change-Id: Ib583f6dc1f308df05a80441a52fe74d0d5ea48f3

android-viewer translated using Weblate

Italian currently translated at 42.3% (55 of 130 strings)

Change-Id: I3d1017c96ce66bd0df60a88d0ccd4d428c659619

android-viewer translated using Weblate

Italian currently translated at 42.3% (55 of 130 strings)

Change-Id: I6d8345b8f374463a474f1f60fad56fc4869d8e90

android-viewer translated using Weblate

Asturian currently translated at 100.0% (130 of 130 strings)

Change-Id: I747261796a11cfc136e7773fef3b4d9ee8cad021
Co-authored-by: Adolfo Jayme Barrientos 
Co-authored-by: Elisabetta Manuele 
Co-authored-by: ciampix 
Co-authored-by: kees538 
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ast/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/it/
Translate-URL: 
https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/nl/
Translation: android-viewer/android-strings-7-6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161266
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/android/source/res/values-ast/strings.xml 
b/android/source/res/values-ast/strings.xml
index 3df923517438..30ecfa5e8d23 100644
--- a/android/source/res/values-ast/strings.xml
+++ b/android/source/res/values-ast/strings.xml
@@ -83,7 +83,7 @@
 Tamañu mediu
 Calidá máxima
 Esbilla una foto
-Non comprimir
+Nun comprimir
 ¿Quies comprimir la foto\?
 Copia
 Apegar
diff --git a/android/source/res/values-it/strings.xml 
b/android/source/res/values-it/strings.xml
index f6c19a3de657..54c046b2f4c8 100644
--- a/android/source/res/values-it/strings.xml
+++ b/android/source/res/values-it/strings.xml
@@ -48,5 +48,11 @@
 Password
 Ripeti
 Annulla
-Salvare il documento prima di 
chiudere\?
+Salvare il documento prima di 
chiuderlo\?
+SALVA
+NO
+Presentazione
+Aggiungi diapositiva
+Annulla
+Quest dispositivo 
Android non supporta le presentazioni svg in-app. Il collegamento alla 
presentazione è stato copiato negli appunti. Premere il pulsante Home, aprire 
un browser Web, incollare nella barra degli indirizzi e premere invio.
 
\ No newline at end of file
diff --git a/android/source/res/values-nl/strings.xml 
b/android/source/res/values-nl/strings.xml
index a6b3daec9354..51f275209757 100644
--- a/android/source/res/values-nl/strings.xml
+++ b/android/source/res/values-nl/strings.xml
@@ -1,2 +1,133 @@
 
-
\ No newline at end of file
+
+PDF-export voltooit
+Schakel de ontwikkelaarsmodus 
in, waarin u UNO-opdrachten binnen de app kunt verzenden. Gebruik op eigen 
risico.
+LibreOffice Viewer is een documentviewer 
gebaseerd op LibreOffice.
+Weergeven
+Ontwikkelaarsmodus
+Annuleren
+Dia
+De naam voor de sectie is 
gewijzigd.
+Maximale kwaliteit
+Verbergen
+UNO-opdracht sturen
+naamloos
+Info
+Indeling inschakelen
+Wachtwoord
+https://www.libreoffice.org
+OK
+Opslaan onvolledig. Waren er 
wijzigingen\?
+Onderstrepen
+Invoegopties selecteren:
+Type
+Huidige UNO-opdracht
+Terug
+Kan niet verder gaan.
+Bmp is null!
+Plakken
+Vet
+OK
+OPSLAAN
+Lengte aanpassen
+Nieuw werkblad
+Sectie
+Selecteer te openen bestand
+Kan niet exporteren naar PDF
+Opslaan als...
+Het document opslaan voordat u het 
sluit\?
+Tekstkleur
+Werkblad hernoemen
+Opslaan van het document is 
mislukt.
+Optimale lengte
+Voer de sectienaam in
+Nieuwe tekening
+Automatisch
+Dia verwijderen
+Opnieuw
+Knippen
+Bestandspictogram
+LibreOffice Browser
+Recent geopende bestanden
+Pagina
+Invoegen
+Extra lengte invoeren in 
100ste/mm
+Het document wordt opgeslagen…
+Opmaakprofiel
+Afbeelding selecteren
+Zoeken
+Optimale breedte
+Werkblad verwijderen
+LibreOffice Viewer \'Beta\'
+Nee
+Kleur benadrukken
+Volgend tekstdocument
+Doorhalen
+Afdrukken
+Breedte aanpassen
+Werkblad toevoegen
+Nieuwe presentatie
+Alinea
+Terug
+Experimentele modus
+Zoekwoord niet gevonden
+Verwijderen
+De sectie is verwijderd.
+Ongedaan maken
+Deze 

[Bug 113050] FILEOPEN: PDF freezes Draw, one page, 19 KB file

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113050

--- Comment #17 from Dave Gilbert  ---
It does indeed finish loading, after somewhere more than 30mins, and with LO
taking about 2.5G of RAM;
the elements are mostly N4pdfi12FrameElementE's all 48x48 pixels; so something
has rasterised an image as frames, sometimes using 3 elements per pixel.

DrawXmlEmitter::visit loop;
count=173N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,21888
DrawXmlEmitter::visit loop;
count=174N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,21888
DrawXmlEmitter::visit loop;
count=175N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,21888
...
DrawXmlEmitter::visit loop;
count=853N4pdfi12FrameElementEw,h@x,y:48,-48@75611.1,21888
DrawXmlEmitter::visit loop;
count=854N4pdfi12FrameElementEw,h@x,y:48,-48@75611.1,21888
DrawXmlEmitter::visit loop;
count=855N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,22032
DrawXmlEmitter::visit loop;
count=856N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,22032
DrawXmlEmitter::visit loop;
count=857N4pdfi12FrameElementEw,h@x,y:48,-48@65147.1,22032
DrawXmlEmitter::visit loop;
count=858N4pdfi12FrameElementEw,h@x,y:48,-48@65195.1,21984

Keeping digging.

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

[Bug 158859] New: Allow names for irregular ranges

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158859

Bug ID: 158859
   Summary: Allow names for irregular ranges
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Description:
Currently, if we select irregular ranges and try to assign them a name in
LibreOffice Calc, it throws an error because it's not supported. However, in
spreadsheets in general, this action is supported, and by not allowing it in
Calc, it reduces interoperability between different programs.

Steps to Reproduce:
1. Open Calc.
2. Select an irregular range.
3. Type a name in the name box.
4. Press ENTER.

Actual Results:
You will receive an error indicating that the action is not allowed.

Expected Results:
* The range receives a name.
* When opening spreadsheets in other formats, they should be recognized and
managed (selected, edited, deleted, etc.) in LibreOffice Calc.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
In Excel, you can name discontinuous ranges by separating the different ranges
with the argument separator character (in Argentina, the semicolon [;]; in some
areas of Mexico and the United States, the comma [,]).
For example:
A1:B5;C8:D10;F1
In the case of Google Sheets, it doesn't support naming irregular ranges but
does allow working with Excel files containing irregular ranges.

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

[Bug 158858] Distorted image and incorrect size during hover over in Calc

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158858

PJF  changed:

   What|Removed |Added

 CC||pjdape...@hotmail.com

--- Comment #1 from PJF  ---
Created attachment 191592
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191592=edit
Screen shot of the reported Calc bug.

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

[Bug 158858] New: Distorted image and incorrect size during hover over in Calc

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158858

Bug ID: 158858
   Summary: Distorted image and incorrect size during hover over
in Calc
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pjdape...@hotmail.com

Description:
I inserted an image into a comment in Calc. I saved the size and position of
the image in the comment. When I hover over the cell the comment, the photo in
the comment is distorted and the image size is compressed .

Actual Results:
Add a comment to a cell. Insert an image into the comment. Save the size and
position of the comment. Save the file. Open the file and hover over the cell
with the comment. 

Expected Results:
The image size was incorrect and the image was distorted.


Reproducible: Always


User Profile Reset: No

Additional Info:
Reproduced the comment at the size and positioned originally saved.

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

[Bug 158857] New: Keep Power Query when saving XLSX

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158857

Bug ID: 158857
   Summary: Keep Power Query when saving XLSX
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:xlsx
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ti...@libreoffice.org
CC: aron.bu...@gmail.com

Created attachment 191591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191591=edit
Power query XLSX

MSO supports Power Query [1].
Example of XLSX with Power Query set is attached, taken from [2].

When such XLSX is resaved in LO, MSO does not recognize query. 
So it is data loss.
If data od query is not changed, LO should keep it so that MSO opens it. 

https://support.microsoft.com/en-us/office/about-power-query-in-excel-7104fbee-9e62-4cb9-a02e-5bfb1a6c536a
https://www.ablebits.com/office-addins-blog/how-to-use-power-query-excel/

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

[Bug 113050] FILEOPEN: PDF freezes Draw, one page, 19 KB file

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113050

Dave Gilbert  changed:

   What|Removed |Added

 CC||freedesk...@treblig.org

--- Comment #16 from Dave Gilbert  ---
pdfseparate -f 17 -l 17 aufschiebenfribourgpraesentation.pdf page17.pdf

gets a single page pdf that also fails.

I'm not sure this is actually a hang, as opposed to a crazy slowness.
Annotating the DrawXmlEmitter::visit( PageElement& elem,
I see that for my single page test it's called once and never gets out of it's
loop, so I added:

std::cerr << "DrawXmlEmitter::visit loop; size: " <<
elem.Children.size() << " count=" << count << std::endl;

with count incrementing on the loop.

There are 157589 elements for some reason in that simple page, and after 12
minutes it's got through about 8 of them, but it's slowing down quite a bit
as it's adding them.

I'll keep digging.

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

[Bug 105537] [META] Assertion failed crashes

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537
Bug 105537 depends on bug 143240, which changed state.

Bug 143240 Summary: Crash with debug build when save special document in ODF1.3 
strict
https://bugs.documentfoundation.org/show_bug.cgi?id=143240

   What|Removed |Added

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

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

[Bug 143240] Crash with debug build when save special document in ODF1.3 strict

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143240

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #4 from Regina Henschel  ---
It no longer crashes. Tested with a build of master (LO 24.8) from 2023-12-22.

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

[Bug 158856] Spelling checker returns strange message

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158856

--- Comment #1 from Elmar  ---
Created attachment 191590
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191590=edit
error message on adding redlined word

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

[Bug 158554] Semaphore files are not deleted when in use path longer than 200 characters or shorter path with long file name

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158554

--- Comment #12 from Mike Kaganski  ---
(In reply to edg from comment #4)
> in this scenario (just one more character, 260, in the last level directory
> name where the document is present) the lock/samaphore remain in place after
> closing LO Writer:
> 
> C:
> \Users\Username\Documents\\lll\ll
> lll\\
> \lll\
> lll.odt
> 
> But here documents with the same name lenght, or more, can be created and
> updated but always the lock files remains.

I have tested this - the only different character was drive letter D:, so the
path looked like

D:\Users\Username\Documents\\lll\l\\\lll\lll.odt

Opening the file with Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 24; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: ru-RU (en_US); UI: en-US
Calc: CL threaded

created the expected lockfile in the same directory
(.~lock.lll.odt#); and that file was
successfully removed, when I close Writer.

I also tested with Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 24; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

In that older version, it also worked fine.

So you likely need to make sure you didn't miss some small detail - e.g., how
the file was opened (I tried double-click in Explorer to start associated
Writer; opening from inside LibreOffice using File->Open; and also from the
LibreOffice's Recent File list). Possibly a screencast could also help.

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

[Bug 158856] New: Spelling checker returns strange message

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158856

Bug ID: 158856
   Summary: Spelling checker returns strange message
   Product: LibreOffice
   Version: 24.2.0.0 beta1+
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@iafrica.com

Description:
When I right click on a redlined word, select add to dictionary, egt error
message

Steps to Reproduce:
1.click on redined word
2.select add to dictionary
3.

Actual Results:
get error message "word cannot be added to dictionary for unknown reason"

Expected Results:
should add 


Reproducible: Always


User Profile Reset: No

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

Version: 24.2.0.1.0+ (X86_64) / LibreOffice Community
Build ID: a735f64391b5c194b38cacb577f14ef60556bcbc
CPU threads: 8; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-GB
Calc: threaded

got same error when was using v24.8 

question: what is the difference between 24.2 and 24.8 (is the latter simply
the combined version of 24.2?

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

Re: language and dictionary

2023-12-25 Thread Olivier Hallot

Hi!

On 12/25/23 09:54, Ilmari Lauhakangas wrote:

On 24.12.2023 14.05, nikow wrote:
Forgive novice question: I am using libreoffice to learn / read / 
write an unsupported language -a dialect of Franco-Norman. Is it 
possible to use a null dictionary and add all the words from scratch? 
If I can get a few hundred words into it, my learning process would be 
greatly enhanced. I guess conlang writers must do something like this 
when they create new langages. Thanks for reading. Nick


We have this wiki page for how to add a new language: 
https://wiki.documentfoundation.org/LibreOffice_Localization_Guide/Adding_a_New_Language_or_Locale


I hope it helps.

Ilmari


Marco's Proofing Tools is handy here:

https://proofingtoolgui.org/

--
Olivier Hallot
LibreOffice Documentation Coordinator
Rio de Janeiro - Brasil - Local Time: UTC-03:00
LibreOffice – free and open source office suite: https://www.libreoffice.org
Respects your privacy, and gives you back control over your data
http://tdf.io/joinus


OpenPGP_0x59F8BA50F9918DE6.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


core.git: wizards/source

2023-12-25 Thread Jean-Pierre Ledure (via logerrit)
 wizards/source/scriptforge/SF_Utils.xba  |2 +-
 wizards/source/scriptforge/__License.xba |2 +-
 wizards/source/scriptforge/po/ScriptForge.pot|4 ++--
 wizards/source/scriptforge/po/en.po  |4 ++--
 wizards/source/scriptforge/python/scriptforge.py |4 ++--
 wizards/source/sfdatabases/__License.xba |2 +-
 wizards/source/sfdialogs/__License.xba   |2 +-
 wizards/source/sfdocuments/__License.xba |2 +-
 wizards/source/sfunittests/__License.xba |2 +-
 wizards/source/sfwidgets/__License.xba   |2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 5fc9908b956fbc87b8b0933a1c8c6bb956e38bbc
Author: Jean-Pierre Ledure 
AuthorDate: Mon Dec 25 13:10:46 2023 +0100
Commit: Jean-Pierre Ledure 
CommitDate: Mon Dec 25 14:10:36 2023 +0100

ScriptForge - Upgrade to version 24.8

Copyright years are also reviewed to include 2024.

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

diff --git a/wizards/source/scriptforge/SF_Utils.xba 
b/wizards/source/scriptforge/SF_Utils.xba
index 5ebdd58ce9ab..eac0cb282b27 100644
--- a/wizards/source/scriptforge/SF_Utils.xba
+++ b/wizards/source/scriptforge/SF_Utils.xba
@@ -21,7 +21,7 @@ REM 
= GLOBAL
 Global _SF_As VariantSF_Root (Basic) object)
 
  ScriptForge version
-Const SF_Version = 24.2
+Const SF_Version = 24.8
 
  Standard symbolic names for VarTypes
  V_EMPTY = 0
diff --git a/wizards/source/scriptforge/__License.xba 
b/wizards/source/scriptforge/__License.xba
index a817525250ef..f08c294d4431 100644
--- a/wizards/source/scriptforge/__License.xba
+++ b/wizards/source/scriptforge/__License.xba
@@ -1,7 +1,7 @@
 
 
 http://openoffice.org/2000/script; 
script:name="__License" script:language="StarBasic" script:moduleType="normal">
-  Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, 
Alain ROMEDENNE
+  Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, 
Alain ROMEDENNE
 
 REM 
===
 REM ===The ScriptForge library and its associated 
libraries are part of the LibreOffice project.   ===
diff --git a/wizards/source/scriptforge/po/ScriptForge.pot 
b/wizards/source/scriptforge/po/ScriptForge.pot
index 5bf1aa6a008e..430e61d4e884 100644
--- a/wizards/source/scriptforge/po/ScriptForge.pot
+++ b/wizards/source/scriptforge/po/ScriptForge.pot
@@ -7,14 +7,14 @@
 #  *** are part of the LibreOffice project.  ***
 #  *
 #  
-#  ScriptForge Release 24.2
+#  ScriptForge Release 24.8
 #  ---
 #  
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION
"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI
"
-"POT-Creation-Date: 2023-12-04 16:36:35
"
+"POT-Creation-Date: 2023-12-25 12:02:38
"
 "PO-Revision-Date: -MM-DD HH:MM:SS
"
 "Last-Translator: FULL NAME 
"
 "Language-Team: LANGUAGE 
"
diff --git a/wizards/source/scriptforge/po/en.po 
b/wizards/source/scriptforge/po/en.po
index 5bf1aa6a008e..430e61d4e884 100644
--- a/wizards/source/scriptforge/po/en.po
+++ b/wizards/source/scriptforge/po/en.po
@@ -7,14 +7,14 @@
 #  *** are part of the LibreOffice project.  ***
 #  *
 #  
-#  ScriptForge Release 24.2
+#  ScriptForge Release 24.8
 #  ---
 #  
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION
"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI
"
-"POT-Creation-Date: 2023-12-04 16:36:35
"
+"POT-Creation-Date: 2023-12-25 12:02:38
"
 "PO-Revision-Date: -MM-DD HH:MM:SS
"
 "Last-Translator: FULL NAME 
"
 "Language-Team: LANGUAGE 
"
diff --git a/wizards/source/scriptforge/python/scriptforge.py 
b/wizards/source/scriptforge/python/scriptforge.py
index 998d57d066a8..de590875c961 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright 2020-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE
+# Copyright 2020-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE
 
 # 
=
 # ===   The ScriptForge library and its associated libraries are part 
of the LibreOffice project.   ===
@@ -108,7 +108,7 @@ class 

回复: Commit 70ef230 causes GTK4 build to fail

2023-12-25 Thread Etna -
I confirm the patch works for me as well.
Thanks.



发件人: LibreOffice 代表 Michael Weghorn
已发送: 2023 年 12 月 23 日 星期六 0:45
收件人: libreoffice@lists.freedesktop.org
主题: Re: Commit 70ef230 causes GTK4 build to fail

On 2023-12-22 14:47, Jean-Baptiste Faure wrote:
>> I've merged that change to master now, so hopefully a `git pull` makes
>> things work again. (Feedback appreciated.)
>
> That worked for me, now I can build the master with GTK4 enabled.
> Thank you.

Great, thank you for the feedback.


[Bug 158554] Semaphore files are not deleted when in use path longer than 200 characters or shorter path with long file name

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158554

--- Comment #11 from Mike Kaganski  ---
(In reply to edg from comment #8)
> > Recently there were Windows path fixes like ... bug 157820. ...
> 
> It would be very nice if LO can support \\?\ unicode absolute path which
> heve not the 256 characters limitation

Please re-check the bug 157820 that Buovjaga mentioned.

Let me try to repro the problem that you describe.

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

Re: language and dictionary

2023-12-25 Thread Ilmari Lauhakangas

On 24.12.2023 14.05, nikow wrote:

Forgive novice question: I am using libreoffice to learn / read / write an 
unsupported language -a dialect of Franco-Norman. Is it possible to use a null 
dictionary and add all the words from scratch? If I can get a few hundred words 
into it, my learning process would be greatly enhanced. I guess conlang writers 
must do something like this when they create new langages. Thanks for reading. 
Nick


We have this wiki page for how to add a new language: 
https://wiki.documentfoundation.org/LibreOffice_Localization_Guide/Adding_a_New_Language_or_Locale


I hope it helps.

Ilmari


[Bug 130447] [META] DOCX (OOXML) section-related issues

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130447
Bug 130447 depends on bug 158855, which changed state.

Bug 158855 Summary: An extra empty paragraph appears after a table before a 
section break in DOCX
https://bugs.documentfoundation.org/show_bug.cgi?id=158855

   What|Removed |Added

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

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

core.git: sw/qa writerfilter/source

2023-12-25 Thread Mike Kaganski (via logerrit)
 sw/qa/extras/ooxmlexport/data/section_break_after_table.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport20.cxx   |   19 +
 sw/qa/extras/ooxmlexport/ooxmlexport8.cxx|2 
 writerfilter/source/dmapper/DomainMapper.cxx |   13 -
 writerfilter/source/dmapper/DomainMapper_Impl.cxx|  137 ---
 writerfilter/source/dmapper/DomainMapper_Impl.hxx|3 
 6 files changed, 122 insertions(+), 52 deletions(-)

New commits:
commit f09420fa189be5165b0311083ba127073500a121
Author: Mike Kaganski 
AuthorDate: Mon Dec 25 15:32:41 2023 +0600
Commit: Mike Kaganski 
CommitDate: Mon Dec 25 13:23:36 2023 +0100

tdf#158855: Make sure to not add extra paragraph after a table in a section

Simplify the condition for last paragraph removal in lcl_utext, and clean up
the complications piled after commit 
2e8aad6d45c53d554ccaf26de998ede708cfc289
(fdo#39056 fdo#75431 Section Properties if section starts with table,
2014-04-24). This makes sure that the trailing extra paragraph gets properly
removed, even when there was a dummy paragraph added for a table in section.

Because of the removed check, import used to avoid the removal of the extra
paragraph immediately following a table (when the table needed to be the 
last
element in the section); hence, in 
DomainMapper_Impl::appendTextSectionAfter,
a last section's table was followed by two paragraphs (one that is expected
to stay after the created section, and one before that, that was not removed
after the table). xCursor had ininitally both paragraphs in the selection
after the forward goto* calls; and then, gotoLeft excluded only the last
paragraph from the selection. After the change, in such a case, there is 
only
one paragraph in the end: the one that should stay after the created 
section.
But calling gotoLeft then would have to put the end of selection to a text
node inside the table; since the selection that starts before the table 
can't
end inside the table, the call resulted in the whole table excluded from the
selection. This requires to add a paragraph here, to allow the previous
behavior of cursor; and then the last paragraph in section is destroyed. The
code makes sure that the trailing paragraph kept after the creation of the
section has all the properties applied to the old last paragraph.

testFdo53985 used to check for total 9 paragraphs in the document; while
3 of those were introduced exactly by the bug fixed here; they are absent
in Word. The test is fixed; its logic is unchanged, and it still correctly
tests that a round-trip doesn't increase number of paragraphs.

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

diff --git a/sw/qa/extras/ooxmlexport/data/section_break_after_table.docx 
b/sw/qa/extras/ooxmlexport/data/section_break_after_table.docx
new file mode 100644
index ..9f8e4c687bbb
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/section_break_after_table.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport20.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport20.cxx
index 0cf1c6c4f709..1dc12ff2085a 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport20.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport20.cxx
@@ -1042,6 +1042,25 @@ CPPUNIT_TEST_FIXTURE(Test, testtdf158044)
 assertXPath(pXmlDoc, 
"/w:document/w:body/w:p[8]/w:r[4]/w:rPr[1]/w:shadow[1]"_ostr);
 }
 
+CPPUNIT_TEST_FIXTURE(Test, testTdf158855)
+{
+// Given a table immediately followed by a section break
+load(createFileURL(u"section_break_after_table.docx"));
+
+// Check that the import doesn't produce an extra empty paragraph before a 
page break
+CPPUNIT_ASSERT_EQUAL(2, getPages()); // was 3
+CPPUNIT_ASSERT_EQUAL(2, getParagraphs()); // was 3
+uno::Reference(getParagraphOrTable(1), 
uno::UNO_QUERY_THROW);
+getParagraph(2, u"Next page"_ustr); // was empty, with the 3rd being "Next 
page"
+
+saveAndReload(mpFilter);
+
+CPPUNIT_ASSERT_EQUAL(2, getPages());
+CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
+uno::Reference(getParagraphOrTable(1), 
uno::UNO_QUERY_THROW);
+getParagraph(2, u"Next page"_ustr);
+}
+
 } // end of anonymous namespace
 CPPUNIT_PLUGIN_IMPLEMENT();
 
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index 158b8f61d873..10fd87ebec2c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -756,7 +756,7 @@ DECLARE_OOXMLEXPORT_TEST(testFdo53985, "fdo53985.docx")
 CPPUNIT_ASSERT_EQUAL_MESSAGE("Section3 is protected", false, 
getProperty(xSect, "IsProtected"));
 
 // This was increasing by 3 every round-trip - an extra paragraph after 
each table in sections
-

[Bug 104444] [META] DOCX (OOXML) table-related issues

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

Bug 158855 Summary: An extra empty paragraph appears after a table before a 
section break in DOCX
https://bugs.documentfoundation.org/show_bug.cgi?id=158855

   What|Removed |Added

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

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

language and dictionary

2023-12-25 Thread nikow
Forgive novice question: I am using libreoffice to learn / read / write an 
unsupported language -a dialect of Franco-Norman. Is it possible to use a null 
dictionary and add all the words from scratch? If I can get a few hundred words 
into it, my learning process would be greatly enhanced. I guess conlang writers 
must do something like this when they create new langages. Thanks for reading. 
Nick

[Bug 75431] FILESAVE : DOCX : Page Orientation is not preserved when mixed orientation is present

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75431

Aron Budea  changed:

   What|Removed |Added

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

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

[Bug 130447] [META] DOCX (OOXML) section-related issues

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130447

Aron Budea  changed:

   What|Removed |Added

 Depends on||158855


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158855
[Bug 158855] An extra empty paragraph appears after a table before a section
break in DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 104444] [META] DOCX (OOXML) table-related issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||158855


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158855
[Bug 158855] An extra empty paragraph appears after a table before a section
break in DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158855] An extra empty paragraph appears after a table before a section break in DOCX

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158855

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

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

[Bug 158855] New: An extra empty paragraph appears after a table before a section break in DOCX

2023-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158855

Bug ID: 158855
   Summary: An extra empty paragraph appears after a table before
a section break in DOCX
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Created attachment 191589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191589=edit
A table and a section break

The attached DOCX has a table covering the whole first page, and a Section
Break (Next Page) immediately after the table. In total, there are two pages in
the document.

Importing into Writer, the document gets an additional paragraph immediately
after the table; this paragraph flows to a next page, and then the page break
appears, resulting in a total of three pages.

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