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


User mod changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|OOo 3.0                   |OOo 3.1
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jul 17 08:45:46 +0000 
2008 -------
ah wrong issue.......

tl's comment:


TL->MOD: After debugging into this and asking for the opinions of colleagues we
agreed the the most likely reason for this is the origin setting of the MapMode
of your window.
For example if I have a draw text object in writer that object does usually not
have a 0/0 origin for the MapMode (which is member of OutputDevice the base
class for all windows). And that origin also changes when scrolling the document
window horizontally or vertically. Whereas the MapMode's origin of your window
remains 0/0 all the time.
However that in itself needs not to be wrong for example I was told Calc cells
are always forced to have a 0/0 origin in the MapMode.

If it is wrong or not depends on your mapMode handling in your window
implementation. But if one makes the doucument window smaller (horizontally) and
scrolls a bit more right or left the horizontal offeset from the context menu
seems to be in some relation to the size visual part of the page. And that as
well should effect the MapMode of your notes window.
Thus we concluded that the MapMode's origin handling in your window is the most
likely reason for this offset problem.

I also was told that it might be worthwhile to debug the BeginTextEdit and
EndTextEdit functions in svx since those are the ones that should be used with
your implementation and the MapMode might be modfied there as well.

With the time currently at hand this is all I can say about this. :-(
I hope it will be helpful to you...






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