Issue 76405 - The print result of images that have been cropped is not the same as on the screen.
Summary: The print result of images that have been cropped is not the same as on the s...
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Joost Andrae
QA Contact: issues@sw
URL:
Keywords:
: 69269 (view as issue list)
Depends on:
Blocks:
 
Reported: 2007-04-16 14:36 UTC by Joost Andrae
Modified: 2013-08-07 14:41 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 Joost Andrae 2007-04-16 14:36:42 UTC
When printing a document (provided to ja) after modifying one of the images with
the "Crop" functionality ("Format - Picture... - [Crop]", then modify Top,
Bottom, Left and Right in the "Crop" section), the image looks the same as
before cropping it.

On the screen (full screen mode and page preview) everything looks fine.

FME already figured out, that in method <GraphicManager::DrawObj(..)> for
printing method <GraphicObject::GetTransformedGraphic( const GraphicAttr& )> is
called. This method (in this case) only returns member <maGraphic>, which
doesn't seem to have the cropping considered. 
Currently, this is only reproducable with the given document.

JA: Issue has already been fixed by OD and a fix has been verified by MRU but an
IssueTracker issue is needed for integration of this fix into OOF680 codebase
Comment 1 Joost Andrae 2007-04-16 15:10:53 UTC
....has been fixed by THB...
Comment 2 Joost Andrae 2007-04-16 15:11:25 UTC
.
Comment 3 thb 2007-04-20 09:26:48 UTC
*** Issue 69269 has been marked as a duplicate of this issue. ***
Comment 4 Joost Andrae 2007-07-09 13:40:51 UTC
closing