Lines Matching defs:FunctionInfo
492 struct FunctionInfo struct
498 FunctionLibraryType meFuncLibType; /// The external library this function is part of.
499 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.
506 …bool mbParamPairs; /// True = optional parameters are expected to appear in p…
507 bool mbVolatile; /// True = volatile function.
508 bool mbExternal; /// True = external function in Calc.
509 bool mbMacroFunc; /// True = macro sheet function or command.
510 …bool mbVarParam; /// True = use a tFuncVar token, also if min/max are equal.