Issue 70938

Summary: Text for labels out of sync on rotating 3D Charts
Product: General Reporter: frank
Component: chartAssignee: frank
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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