To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82615
                 Issue #|82615
                 Summary|OutputDevice::GetInverseViewTransformation() is not sa
                        |fe
               Component|tools
                 Version|680m232
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|aw
             Reported by|aw





------- Additional comments from [EMAIL PROTECTED] Mon Oct 15 08:40:48 +0000 
2007 -------
AW: The method OutputDevice::GetInverseViewTransformation() is not safe ATM. VCL
buffers the created matrix and thus on demand creates helper classes (incarnates
them). GetInverseViewTransformation() internally needs to use
GetViewTransformation() which uses the same mechanism, thus it is safe to assume
that those helper structures are created inside GetInverseViewTransformation()
after GetViewTransformation() is called. Unfortunately there is one test inside
GetInverseViewTransformation() before GetViewTransformation() which already
references those on-demand structures -> it fails.
This is in no way critical since this method is (a) raeary used and (b) usually
used after GetViewTransformation(). No current crash can be triggered by this
error. It needs to be fixed to be able to call GetInverseViewTransformation()
safely in the future without having to know to call GetViewTransformation() 
first.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to