Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance
492 struct FunctionInfo struct499 sal_Int32 mnApiOpCode; /// API function opcode.500 sal_uInt16 mnBiff12FuncId; /// BIFF12 function identifier.501 sal_uInt16 mnBiffFuncId; /// BIFF2-BIFF8 function identifier.502 sal_uInt8 mnMinParamCount; /// Minimum number of parameters.503 sal_uInt8 mnMaxParamCount; /// Maximum number of parameters.504 sal_uInt8 mnRetClass; /// BIFF token class of the return value.505 const FunctionParamInfo* mpParamInfos; /// Information about all parameters.507 bool mbVolatile; /// True = volatile function.508 bool mbExternal; /// True = external function in Calc.[all …]
Completed in 50 milliseconds