Searched defs:FunctionData (Results 1 – 1 of 1) sorted by relevance
232 struct FunctionData struct234 const sal_Char* mpcOdfFuncName; /// ODF function name.235 const sal_Char* mpcOoxFuncName; /// OOXML function name.236 sal_uInt16 mnBiff12FuncId; /// BIFF12 function identifier.237 sal_uInt16 mnBiffFuncId; /// BIFF2-BIFF8 function identifier.238 sal_uInt8 mnMinParamCount; /// Minimum number of parameters.239 sal_uInt8 mnMaxParamCount; /// Maximum number of parameters.240 sal_uInt8 mnRetClass; /// BIFF token class of the return value.241 … FunctionParamInfo mpParamInfos[ FUNCINFO_PARAMINFOCOUNT ]; /// Information about all parameters.242 sal_uInt16 mnFlags; /// Additional flags.
Completed in 14 milliseconds