I’m trying to learn Basic by example, specifically dealing with ranged input. So, I’d like to see how the SUM function is implemented.
Where can I find the Macro definition for the Calc SUM function? I was browsing the Basic macros in LibreOffice Macros & Dialogs > SFDocuments > SF_Calc > DSum
It looks like DSum calls _DFunction, which then calls com.sun.star.sheet.GeneralFunction.SUM.