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





------- Additional comments from [EMAIL PROTECTED] Wed Dec  5 10:53:27 +0000 
2007 -------
AW->BM: SdrEndTextEdit (and begin, too) are not virtual by historical reasons.
Since they are NOT virtual, it is not trivial how they call/get called by each
other (e.g. SD calls it in several places, but which...?). CL and i both did one
try to make these virtual, but both did not succeed and the changed versions
leaded to problems in one or another case. So: Do not touch this not very stable
region, please.
Anyways, You need to save the view and restore it at EndTextEdit. If it is
enough to react on EndTextEdit() and reset the view, i just took a look in
svx\source\svdraw\svdedxv.cxx (888) ff and there is indeed an event broadcasted
(look for #99840#, someone else seems to have needed it already).
If You need to save and restore, there is also a hint sent (HINT_BEGEDIT, look
for same taskID) for that.
HTH.

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