Alan Yaniger wrote:
When a function is selected in the initial screen of the Calc function wizard, three strings appear in the center of the window, next to the list box:

1) the name of the function
2) the name of the function with its argument types
3) a description of the function

I want to debug a problem I have with string 2, the function name with its argument types. I've been able to look at strings 1 and 3 in sc/source/ui/formdlg/formula.cxx in the FuncSelHdl code, but I can't get my hands on string 2.

Could someone tell me where this string is put together?

FuncSelHdl calls ScFuncDesc::GetSignature (in sc/source/core/data/global.cxx) to build that string.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to