Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DDBHelper.java258 ResultSet oResult = oStmt.executeQuery(_sSQL); in QueryIntFromSQL() local
259 oResult.next(); in QueryIntFromSQL()
266 nValue = oResult.getInt(1); in QueryIntFromSQL()
270 nValue = oResult.getInt(_sColumnName); in QueryIntFromSQL()
/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java536 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Number() local
538 Double result = (Double)oResult; in testCustomAddPro_Number()
539 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Number()
556 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Boolean() local
558 boolean result = (Boolean)oResult; in testCustomAddPro_Boolean()
559 assertTrue("added Number property \""+addedProName+"\" should exist", oResult != null); in testCustomAddPro_Boolean()

Completed in 19 milliseconds