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


User aw changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Mar  1 12:10:55 -0800 
2005 -------
AW: There are two problems. First, the chart scene constructor should indeed not
use SetMergedItem (wich indicates that the attribute is applied evtl. to
sub-objects, in this case contained 3D objects), but SetObjectItem which is
protected in SdrObject and allow direct manipulation of the local ItemSet if the
user is sure it will not affect sub-hierarchies (which is the case with
scene-exclusive items here).
Also, inside ChartScene::ChartScene please use SetModel before Initialize, else
a temporary item set on the global fallback ItemPool is used and migrated when
SetModel takes place.
There is also indeed a missing line in E3dSceneProperties::SetMergedItem and
E3dSceneProperties::ClearMergedItem (both in svx).
But fixing all this does not solve the wrong lamp display in the 3D chart
dialog: In sch/source/view/viewshe1.cxx in 'case SID_3D_STATE' where the dialog
is initialized, the wrong ItemSet is fetched. pChView->Get3DAttributes() gives
back the pool default items since the scene is not the selected object of the
view. This must have changed somehow in sch.

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