[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #15 from Julien Nabet --- Not sure if the patch is ok, I submitted it so it'll be on daily build in 24/48 hours and people may test it. Meanwhile, I cherry-picked it for 6.4 branch and let it for review (anyway, I can't submi

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #14 from Commit Notification --- Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/11b57129b53e1e2d71a5f969e2417226b4e2ddd9 tdf#129372: PPTX: error

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 Commit Notification changed: What|Removed |Added Whiteboard||target:7.0.0 -- You are r

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #13 from Julien Nabet --- Thanks to Stephan Bergmann, I could simplify the patch, waiting for Jenkins results. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #12 from Julien Nabet --- Locally, I got no problem to build but on Jenkins it fails :-( -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bu

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #11 from Julien Nabet --- I gave a try with: https://gerrit.libreoffice.org/c/core/+/91941 At least all the attached files open with it. However, I'm still confused why some surrogate pairs are well taken into account others

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 Julien Nabet changed: What|Removed |Added CC||er...@redhat.com --- Comment #10

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #9 from Julien Nabet --- Created attachment 159432 --> https://bugs.documentfoundation.org/attachment.cgi?id=159432&action=edit bt Part of bt where partial d is analyzed On ICU, I found this line: source/data/unidata/confus

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #8 from Julien Nabet --- Created attachment 159420 --> https://bugs.documentfoundation.org/attachment.cgi?id=159420&action=edit Minimal example So the pb is triggered with character "𝜕" (%uD835%uDF15) Why the surrogates mec

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #7 from Julien Nabet --- Symbols and Unicode convert from the reduced slide: 𝑋 %uD835%uDC4B 𝑢 %uD835%uDC62 ≡ %u2261 𝜕 %uD835%uDF15 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #6 from Julien Nabet --- I noticed these logs on console: warn:legacy.osl:4632:5136:sax/source/expatwrap/saxwriter.cxx:399: lone 2nd Unicode surrogate warn:legacy.osl:4632:5136:sax/source/expatwrap/saxwriter.cxx:424: illegal U

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #5 from Julien Nabet --- Created attachment 159418 --> https://bugs.documentfoundation.org/attachment.cgi?id=159418&action=edit Reduced example I tried to reduce the example which allows to reproduce the bug. It may help to

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 William Gathoye changed: What|Removed |Added Attachment #159342|Flight management course|Flight management course

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #4 from William Gathoye --- Created attachment 159342 --> https://bugs.documentfoundation.org/attachment.cgi?id=159342&action=edit Flight management course odt version converted from pptx to odp using Office 365 - March 2020

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 William Gathoye changed: What|Removed |Added CC||william.gathoye@libreoffice

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2020-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 --- Comment #2 from Zach Schoen --- I reproduce this as well, even in latest LibreOffice 6.4.1.2 on Windows (32-bit and 64-bit). Let me know if my sample is needed, but Tobias' looks like same thing -- exact same "SfxBaseModel::storeToSt

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2019-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 Julien Nabet changed: What|Removed |Added Keywords||haveBacktrace Ever confirmed|

[Libreoffice-bugs] [Bug 129372] FILEOPEN: PPTX: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013

2019-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129372 Julien Nabet changed: What|Removed |Added CC||serval2...@yahoo.fr --- Comment #