To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101386 Issue #|101386 Summary|addin function doesn't work in OOo3.0 after document i |s closed and reopened Component|Spreadsheet Version|OOo 3.0.1 Platform|Sun URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|randyjones
------- Additional comments from [email protected] Mon Apr 27 20:33:55 +0000 2009 ------- I have a calc addin created several years ago (circa 2000) using the xdfa.c and xrot.c examples as starting points. The addin is "installed" by copying the compiled shared lib to OOo_INSTALL_DIR/program/addin/ . After this the addin will show up under the "Add-in" category in Calc by going to "Insert | Function..." and then selecting "Add-in" for the category. This addin works when initially entered into a cell ie [=pn_info:descr(A1)]. However after saving, closing, and then reopening the document the cell contents read "#NAME?" as if you incorrectly spelled a function name. If you then edit the formula by removing a character and then adding it back the function will then start working again. I will attach the files to build the sample xrot.c addin. You can test this issue with these sample files. See the included README for details. This issue is similar to issue 95707: http://www.openoffice.org/issues/show_bug.cgi?id=95707 However in that issue my addin function names contained a ':'. I have since replace the ':' with an '_'. --------------------------------------------------------------------- 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]
