https://bugs.documentfoundation.org/show_bug.cgi?id=169680
Saburo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 (IA32) |All Version|25.2.6.2 release |6.1.0.3 release OS|Windows (All) |All Keywords|bibisectRequest |bibisected, bisected CC| |[email protected] Regression By| |Miklos Vajna Blocks| |104468 --- Comment #9 from Saburo <[email protected]> --- bibisected with linux-64-6.1 commit edda1e5fc8113aa4744e32f97c96a3cc311485ca author Miklos Vajna DOCX import: lazy-read images without external headers So that similar to ODT, images are not loaded on file open, only when the user scrolls there. Notes: 1) GraphicDescriptor::ImpDetectJPG() would try to calculate the logic size before the pixel size is available, so the logic size would be 0x0. Also, ImpGraphic::ImplSetPrepared() would always work with a pixel map mode. Any of these two would result in a failure of testDMLShapeFillBitmapCrop in CppunitTest_sw_ooxmlexport6. 2) Lazy-loading seems to (at the moment) not recognize EMF files, so don't lazy-load in case an external header is provided. This probably has to be revisited, since the ODF import doesn't go via GraphicProvider::queryGraphic(). Change-Id: I44754e659effebca8339715df114dbaadb9b5e9f Reviewed-on: https://gerrit.libreoffice.org/53215 *** adding CC: Miklos Vajna Please, take a look? Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=104468 [Bug 104468] [META] DOCX (OOXML) image-related issues -- You are receiving this mail because: You are the assignee for the bug.
