Issue 75418

Summary: new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt work correct.
Product: General Reporter: kla <thomas.klarhoefer>
Component: chartAssignee: kla <thomas.klarhoefer>
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)Keywords: new_implementation
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for svx to allow the GraphicExporter to generate a high-contrast version with the FilterData flag "HighContrast"
none
Fix for chart2 to support high-contrast image, implement XTransferable in ChartModel
none
Fix in embeddedobj to prefer getPreferredVisualRepresentation over XTransferable none

Description kla 2007-03-15 11:06:46 UTC
Create in High Contrast Mode a 3D Chart
Leave the Chart 
The Rendering for Replacementimage for 3D Charts doesnt work correct.
Comment 1 kla 2007-03-15 11:12:02 UTC
set Keyword
Comment 2 bjoern.milcke 2007-03-15 14:41:47 UTC
For high contrast support the XModel must implement XTransferable and offer a
data flavor with MIME-type
application/x-openoffice-highcontrast-gdimetafile;windows_formatname="GDIMetaFile"
Comment 3 bjoern.milcke 2007-03-16 11:02:10 UTC
Created attachment 43741 [details]
Patch for svx to allow the GraphicExporter to generate a high-contrast version with the FilterData flag "HighContrast"
Comment 4 bjoern.milcke 2007-03-16 11:03:02 UTC
Created attachment 43742 [details]
Fix for chart2 to support high-contrast image, implement XTransferable in ChartModel
Comment 5 bjoern.milcke 2007-03-16 11:03:55 UTC
Created attachment 43743 [details]
Fix in embeddedobj to prefer getPreferredVisualRepresentation over XTransferable
Comment 6 bjoern.milcke 2007-03-16 11:06:40 UTC
Fixed when applying the three attached patches to svx, chart2 and embeddedobj in
chart2mst3. (Use patch -c -p0 < "patchfile" in the project root of the
corresponding project to apply).
Comment 7 bjoern.milcke 2007-03-20 10:51:56 UTC
adapting target
Comment 8 bjoern.milcke 2007-03-20 17:11:21 UTC
Please verify in Milestone 12.
Comment 9 kla 2007-03-26 12:56:55 UTC
looks good -> verified
Comment 10 jr 2007-06-14 19:19:49 UTC
looks really cool :-)

... and works fine (verified in master m213) -> closing