To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76575 Issue #|76575 Summary|Summary of Calc Functions Component|Spreadsheet Version|OOo 2.2 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P2 Subcomponent|programming Assigned to|spreadsheet Reported by|discoleo
------- Additional comments from [EMAIL PROTECTED] Sat Apr 21 16:26:23 +0000 2007 ------- This is a summary of Calc functions, including return value, parameters and source code module where they are defined. I decided to do this, because I did NOT find any useful information on many aspects of OOo code. Before the community can more effectively start working on the code, it is necessary to have a good documentation on this code, data types and functions. I miss this very much. As my time is very limited, I have NO time to struggle to find the information I am looking for. So this should be a central place where to find this information. Creating a new wiki page seems an alternative solution. The file "OOo.Calc.Fx.Names.ods" contains a table with all Calc functions defined in the files 'interpr1.cxx' through 'interpr6.cxx'. In the second table I have selected some of the functions that seem more relevant (this is NOT a full list). I have used a gawk script to scan the source files and retrieve this information (see attached OOo.Calc.Fx.Names.awk file for the script). Beyond this basic information, every function should be thoroughly documented. Some functions are self explanatory, but many are NOT. So, some help is needed to accomplish this task. Also, there are many *data types* that are used inside the code and which are not documented. Please consider contributing, IF you have some spare time and the necessary knowledge. --------------------------------------------------------------------- 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]
