Home
last modified time | relevance | path

Searched refs:FUNCTION_INVALID (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java110 private static final short FUNCTION_INVALID = -1; field in ExampleAddIn._ExampleAddIn
152 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 9 milliseconds