Issue 70938 - Text for labels out of sync on rotating 3D Charts
Summary: Text for labels out of sync on rotating 3D Charts
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: frank
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 10:31 UTC by frank
Modified: 2013-02-24 21:19 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 frank 2006-10-27 10:31:57 UTC
Open a new Calc and enter some data
Create a new 3D Chart
Click on the Chart to get red handles
rotate the chart
Labels for row and column get out of sync.
Comment 1 Armin Le Grand 2006-10-27 13:05:42 UTC
AW: A missing operator in basegfx (B3DPoint operator*( const B3DHomMatrix& rMat,
const B3DPoint& rPoint )) made a (B3dHomMatrix * B3DPoint)-operationuse the
vector matrix multiplicator. This leads to errors since the translation part is
not applied to vector multiplications.
AW: Added operator to basegfx. Svx needs to be rebuild on all plattforms...
Comment 2 Armin Le Grand 2006-10-27 13:18:18 UTC
AW: Okay, works. Checked in.
Comment 3 frank 2006-11-02 09:20:22 UTC
take it for QA
Comment 4 frank 2006-11-02 09:21:35 UTC
found fixed on cws aw024
Comment 5 frank 2007-02-07 10:42:22 UTC
found fixed on master OOFm6 using Linux, Solaris and Windows build