To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67073


User tl changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tl                        |aw
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Aug 16 04:16:55 -0700 
2006 -------
What happens in m175 is this:
- With the mouse button up event an EditEngine is created which by default
  uses a virtual device with MAP_TWIP
- Since this can't be helped in the mouse button up event the next possible
  choice should be in FuText::SetInEditMode right after the call to 
  SdrMakeOutliner. If pOutl->SetRefMapMode() would be called here with the
  appropriate reference device it should be fine.
  (Note: since there are two other calls to SdrMakeOutliner in sd these 
  should probably get modified similar)
- unfortunately later the coorect map mode provide in step above will be 
  lost again in svx/source/svdraw/svdotxed.cxx in function 
  SdrTextObj::BegTextEdit(SdrOutliner& rOutl) when the line
  rOutl.SetRefDevice( pModel->GetRefDevice() ) 
  is called since here a NULL pointer gets passed on.
  This is the very last instance where the MapMode changes before
  one can enter text.
  Thus is seems if the model were to provide the correct reference device
  here this and the above changes should fix the issue.

Tl->SW: Please have a look. Thanks!




---------------------------------------------------------------------
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