Issue 33955 - Runtime exception with an activated watch
Summary: Runtime exception with an activated watch
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 11:02 UTC by steffen.grund
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description steffen.grund 2004-09-08 11:02:59 UTC
Macro to reproduce:

Sub Main
	dim oCellRange1(1) as new com.sun.star.table.CellRangeAddress
	dim oCellRange2 as variant
	
	oSheets = StarDesktop.loadComponentFromUrl( _
		"private:factory/scalc", "_blank", 0, dimarray())
	xSheet = oSheets.getSheets().getByIndex(0)

	oCellRange1(0).Sheet = 0
	oCellRange1(0).StartRow = 6
	oCellRange1(0).EndRow = 8
	oCellRange1(0).StartColumn = 6
	oCellRange1(0).EndColumn = 8

	xSheet.setPrintAreas(oCellRange1())

	oCellRange2 = xSheet.getPrintAreas()
End Sub

Steps to reproduce:
- add a watch on xSheet
- add a brakpoint on line "oCellRange2 = xSheet.getPrintAreas()"
- run to breakpoint
- expand the watch on xSheet inside of the watch window
- continue
Comment 1 steffen.grund 2004-09-08 11:07:35 UTC
The Runtime exception does not happen, if the warch is not there or not expanded.
Comment 2 ab 2004-10-07 12:03:56 UTC
Fixed
Comment 3 ab 2004-11-08 14:35:14 UTC
Reopened for reassign
Comment 4 ab 2004-11-08 14:38:50 UTC
AB->SG: Please verify
Comment 5 ab 2004-11-08 14:43:21 UTC
-> Fixed
Comment 6 chne 2004-11-09 13:47:19 UTC
verified in tbe13
Comment 7 steffen.grund 2006-03-17 13:30:20 UTC
works in m159 -> closed