Issue 97982 - 3D chart pdf export uses wrong resolution
Summary: 3D chart pdf export uses wrong resolution
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2009-01-12 12:38 UTC by IngridvdM
Modified: 2013-02-24 21:21 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 IngridvdM 2009-01-12 12:39:00 UTC
Create a 3D Pie Chart and export to PDF. The resolution used to create the 3D
image is too small.
@Armin, could it be that this scenario did break with the transition of the
ChartPrettyPainter out of svx within aw033?
Comment 1 Armin Le Grand 2009-01-13 15:46:06 UTC
AW: Checking...
Comment 2 Armin Le Grand 2009-01-14 10:07:02 UTC
AW: Usage of ChartPrettyPrinting is determined in
ViewObjectContactOfSdrOle2Obj::createPrimitive2DSequence. I tried to do the same
as the original, i seemed to have overlooked that the old version supported
ChartPrettyPrinting when PDF exporting. Adding this by adding a
isOutputToPDFFile() to ObjectContact (SVX incompatible) and using it in the
decision. Building incompatible, checking...
Comment 3 Armin Le Grand 2009-01-14 10:16:23 UTC
AW: This works and triggers ChartPrettyPainter as expected. Unfortunately, the
chart seems to small. I think it's #i97772# which is corrected in CWS aw061.
Checking...
Comment 4 Armin Le Grand 2009-01-14 10:56:00 UTC
AW: Indeed, it's #i97772#. Added for testing, and with that task, all is good,
so it's not an error in ChartPretrtyPainter.
Fixed, checking in. Done.
Comment 5 Armin Le Grand 2009-01-14 11:03:46 UTC
AW: For Info: Also addec changes for #i97772# to this CWS, too, to avoid having
an ugly looking initial solution for this task.
Comment 6 Armin Le Grand 2009-01-20 12:53:19 UTC
AW->WG: Please verify.
Comment 7 wolframgarten 2009-01-20 13:41:48 UTC
Verified in CWS.
Comment 8 wolframgarten 2009-02-16 16:35:24 UTC
Tested in OOO310_m1. Closed.