Issue 54562 - corrupted BitmapEx on linux with 16bit x server
Summary: corrupted BitmapEx on linux with 16bit x server
Status: CLOSED DUPLICATE of issue 45961
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: recent-trunk
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: hdu@apache.org
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 18:36 UTC by sven.jacobi
Modified: 2005-12-15 15:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sven.jacobi 2005-09-13 18:36:49 UTC
Hi Thorsten,
this is a follow up of Issue 45961, there I fixed a crash that did only happen
on linux with 16 bit x server when exporting slide pages containing animated
gifs to wmf. There I just fixed the crash but did not find the root cause.

My fix takes place in svx/source/svdraw/svdograf.cxx -r 1.67.2.2

If now a metafile is recorded we are no longer using maBitmapEx from the
InfoRect, instead we are using the GraphicObject itself.


This fixes the crash, but it does not declare why most of the scanline pointers
of maBitmapEx from the InfoRec are invalid (though mbUseBitmapEx is true)-.

Perhaps you can take a look at this problem.
Comment 1 sven.jacobi 2005-11-01 14:52:00 UTC
sj->thb: I don't know the issue, but bitmap performance improvements hdu made
lead to a crash with 16bit x server displays, this is now fixed, and I think
that this also solves this problem.
Comment 2 thb 2005-12-06 17:20:17 UTC
@hdu: you fixed that already, didn't you?
Comment 3 hdu@apache.org 2005-12-15 15:39:55 UTC
yup

*** This issue has been marked as a duplicate of 45961 ***
Comment 4 hdu@apache.org 2005-12-15 15:40:37 UTC
Closing duplicate.