Issue 75418 - new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt work correct.
Summary: new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt work co...
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: kla
QA Contact: issues@graphics
URL:
Keywords: new_implementation
Depends on:
Blocks:
 
Reported: 2007-03-15 11:06 UTC by kla
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

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


Attachments
Patch for svx to allow the GraphicExporter to generate a high-contrast version with the FilterData flag "HighContrast" (1.59 KB, patch)
2007-03-16 11:02 UTC, bjoern.milcke
no flags Details | Diff
Fix for chart2 to support high-contrast image, implement XTransferable in ChartModel (13.92 KB, patch)
2007-03-16 11:03 UTC, bjoern.milcke
no flags Details | Diff
Fix in embeddedobj to prefer getPreferredVisualRepresentation over XTransferable (2.72 KB, patch)
2007-03-16 11:03 UTC, bjoern.milcke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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