Hi Leonard, On Thursday, 2007-07-05 20:58:02 +0300, Leonard Mada wrote:
> A spreadsheet with ALL functions defined inside the interpr*.cxx files > can be downloaded from: I don't see what that should be good for. Developers working on the code preferably have tools that dynamically create information about which functions are declared, defined and used in what source code files, such as LXR, GNU id-utils, cscope and exuberated ctags, see http://wiki.services.openoffice.org/wiki/Little_Helpers Static information not part of the source code is outdated just too quickly. What would help instead might be a small perl tool that, given a UI function name such as STDEV, looks up the chain compiler.src -> compiler.hrc -> opcode.hxx -> interpr4.cxx -> interpr*.cxx to retrieve the implementation. Eike -- OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer. OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't send personal mail to this [EMAIL PROTECTED] account, which I use for mailing lists only and don't read from outside Sun. Use [EMAIL PROTECTED] Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
