Issue 33811 - sc.ScTableSheetObj::XScenario,XSheetLinkable
Summary: sc.ScTableSheetObj::XScenario,XSheetLinkable
Status: CONFIRMED
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: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 17:00 UTC by steffen.grund
Modified: 2013-07-30 02:21 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-03 17:00:59 UTC
Some methods of both interfaces bring up message boxes when used from the API.
Macro to reproduce:

	oSheets = ThisComponent
	xSheet = oSheets.getSheets().getByIndex(0)
	xSheet.apply()
	xSheet.setLinkMode(com.sun.star.sheet.SheetLinkMode.NORMAL)

Methods where this happens:

XScenario::apply()
XSheetLinkable::setLinkMode()
XSheetLinkable::setLinkSheetName()
XSheetLinkable::setLinkUrl()
XSheetLinkable::link()
Comment 1 Rob Weir 2013-07-30 02:21:54 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.