Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotation.java99 CellAddress sCAddr = (CellAddress) tEnv.getObjRelation("CELLPOS") ; in _getPosition() local
100 if (sCAddr == null) throw new StatusException(Status.failed in _getPosition()
105 bResult = (oCAddr != null) && (sCAddr != null) && in _getPosition()
106 ValueComparer.equalValue(oCAddr, sCAddr) ; in _getPosition()

Completed in 21 milliseconds