To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53615
User ab changed the following: What |Old value |New value ================================================================================ Assigned to|ab |nn -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Wed Sep 14 04:52:04 -0700 2005 ------- Ok, now I managed to reproduce the problem... It's not really the case that functions must be located in the Standard library. I've tested it and found that also macros in other libraries are found, but only if the library is loaded. Initially this is only the case for the Standard library. The problem is that calc still uses the old C++ API for accessing basic and so cannot know that the searched function is located in an unloaded library. As Calc only uses the simple function name and no full qualified access like Library1.Module1.doit this is a fundamental problem that cannot be solved in Basic. It has to be solved in Calc and maybe als in the scripting framwork if additional functionality is required there. -> OOo Later -> nn --------------------------------------------------------------------- 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]