Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetOperation.java53 double resultVal = -1; in _clearContents() local
63 resultVal = oObj.computeFunction(GeneralFunction.SUM); in _clearContents()
64 result &= (resultVal == 0.0) || (resultVal == 0); in _clearContents()
84 double resultVal = -1; in _computeFunction() local
88 resultVal = oObj.computeFunction (GeneralFunction.COUNT) ; in _computeFunction()
89 result = resultVal >= 0; in _computeFunction()

Completed in 6 milliseconds