To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93180
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Oct 17 12:37:14 +0000
2008 -------
AW: There is code in ViewObjectContactOfUnoControl to correct the LayerChange at
the object when control is in live mode (see
ViewObjectContactOfUnoControl_Impl::modeChanged), but it's no longer triggered.
I do not know how it was triggered in the past (probably in paints, found no
concrete hints), but the best way now is to check visibility on ActionChanged()
at the VOC which itself is triggered on model change, and so also from LayerID
change.
Changed ViewObjectContactOfUnoControl to be derived from
ViewObjectContactOfSdrObj to derive the correct isPrimitiveVisible
implementation from there. Als gives access to SdrObject and is conform with the
VC also being derived from it's SdrObject incarnation (it's a SdrObject
anyways).
Added ViewObjectContactOfUnoControl::ActionChanged() which will correct the
XControl's visibility when in live mode.
Works as expected, doing some more tests...
---------------------------------------------------------------------
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]