Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance
492 struct FunctionInfo struct498 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 … mbParamPairs; /// True = optional parameters are expected to appear in pairs.[all …]