Searched refs:FUNCTION_INVALID (Results 1 – 1 of 1) sorted by relevance
110 private static final short FUNCTION_INVALID = -1; field in ExampleAddIn._ExampleAddIn152 return FUNCTION_INVALID; in getFunctionID()195 return ( nFunction == FUNCTION_INVALID ) ? "" : in getDisplayFunctionName()202 return ( nFunction == FUNCTION_INVALID ) ? "" : in getFunctionDescription()211 return ( nFunction == FUNCTION_INVALID || nArgument != 0) ? "" : in getDisplayArgumentName()220 return ( nFunction == FUNCTION_INVALID || nArgument != 0) ? "" : in getArgumentDescription()
Completed in 6 milliseconds