Issue 72532 - new chart: Assertion in Vol3DPointIterator
Summary: new chart: Assertion in Vol3DPointIterator
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: IngridvdM
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-13 13:09 UTC by daniel.rentz
Modified: 2013-02-24 21:19 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Area charts test document (41.00 KB, application/vnd.ms-excel)
2006-12-13 13:17 UTC, daniel.rentz
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description daniel.rentz 2006-12-13 13:09:28 UTC
Try to load attached bugdoc. Lots of assertions prevent completing the import.
Seems to be caused by the 3D area charts.
Comment 1 daniel.rentz 2006-12-13 13:17:57 UTC
Created attachment 41398 [details]
Area charts test document
Comment 2 daniel.rentz 2006-12-13 13:55:43 UTC
target
Comment 3 IngridvdM 2007-01-05 12:53:36 UTC
accepted
Comment 4 IngridvdM 2007-01-18 11:46:35 UTC
changed target to 2.3
Comment 5 IngridvdM 2007-02-14 17:47:57 UTC
->AW: It seems that the 3D engine in some places creates a Vol3DPointIterator
from an empty Bound Volume. For example in E3dScene::FitSnapRectToBoundVol the
method 
GetBoundVolume() can return an empty volume. The scenario in the new chart where
this occurs is that a 3D shape is removed from the scene via UNO API. But that
should be possible without assertions.
Could you have a look please. Thanks a lot.
Comment 6 Armin Le Grand 2007-06-04 14:24:45 UTC
AW->GM: Please take over in Your gerd02 CWS.
Comment 7 gerd.weiss 2007-06-04 15:08:26 UTC
GM: started to fix task together with AW
Comment 8 gerd.weiss 2007-06-05 11:19:57 UTC
GM: Fixed by commenting out the assertion since AW said the assertion is not
necessarily an error at all.
Comment 9 Armin Le Grand 2007-06-22 09:26:05 UTC
AW: The assertion needs to be removed ASAP since chart2 is integrated. Adding to
aw051 for that purpose.
Comment 10 Armin Le Grand 2007-06-22 09:32:51 UTC
AW: Changed and committed in aw051.
Comment 11 Armin Le Grand 2007-06-26 11:48:08 UTC
AW->IHA: Please verify by code review. It's just
Vol3DPointIterator::Vol3DPointIterator in svx/source/engine3d.
Comment 12 IngridvdM 2007-06-26 12:46:53 UTC
Verified by code review in CWS aw051 in  volume3d.cxx rev  1.4.220.1.
Comment 13 IngridvdM 2007-08-01 14:43:56 UTC
seen ok in master SRC680m223 -> closing