Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/util/
H A DAccessibilityTools.java287 int cellIndex = 0; in getSheetCell() local
300 cellIndex += charMem * 26; in getSheetCell()
302 cellIndex= cellIndex+ (bytes[0]-65); in getSheetCell()
306 cellIndex += (iNumb-1) * 256; in getSheetCell()
315 XAccessibleContext ac = xSheetAcc.getAccessibleChild(cellIndex).getAccessibleContext(); in getSheetCell()
323 … System.out.println("ERROR: could not get child at index " + cellIndex +"': " + ex.toString()); in getSheetCell()
/aoo41x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3840 @param [out] cellIndex
3853 [out, retval] long *cellIndex
3909 @param [in] cellIndex
3923 [in] long cellIndex,
4030 @param [in] cellIndex
4043 [in] long cellIndex,

Completed in 50 milliseconds