To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81572
------- Additional comments from [EMAIL PROTECTED] Thu Nov 22 09:29:29 +0000 2007 ------- I added the optional property IsExecuteLinkEnabled to the service com.sun.star.sheet.SpreadsheetDocumentSettings. By default this property has the value true. If one sets this property to false, the execution of links is disabled, e.g. when calling the link() method of the com.sun.star.sheet.XSheetLinkable interface. In addition I added the new interface com.sun.star.sheet.XExternalSheetName, which provides a method to set an external name at the sheet. This optional interface is supported by the com.sun.star.sheet.Spreadsheet service. TBE->DR: The following scenario should work. You add a hidden sheet to the document. Then you call the setExternalName method of the XExternalSheetName interface. After that, you set the IsExecuteLinkEnabled property to false, call the link() method of the XSheetLinkable interface and finally set the IsExecuteLinkEnabled property back to true. --------------------------------------------------------------------- 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]
