To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101872
------- Additional comments from [email protected] Thu May 28 09:28:25 +0000 2009 ------- AW: I had to add a HitTextOnly feature to HitTestProcessor2D for supporting old TextHit by using SdrObjectPrimitiveHit with bHitTextOnly. Expanding the HitTest processor was straightforward, works as expected. Had to change back some checks e.g. in svdmrkv.cxx (in SdrMarkView::PickObj) and svdview.cxx (SdrView::PickAnything) where explicitely TextEdit Hits are requested. The change for overloading ImpCheckObjHit and renaming to CheckSingleSdrObjectHit works well. I have now made both PickObj and both CheckSingleSdrObjectHit virtual to be ready for various overloadings in the future. Adapted in basctl DlgEdView::CheckSingleSdrObjectHit to use a local tooling method which can be easily adapated to other scenarios; done the same in sw's SwDrawView::CheckSingleSdrObjectHit. Checking hit behaviour again with comparing to original version... --------------------------------------------------------------------- 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]
