Searched refs:lastColumn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DIA2CommonTypes.idl190 long lastColumn; ///< 0 based, inclusive
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c3336 int lastRow, lastColumn; /* Implied end of table. */
3375 lastColumn = 0;
3380 lastColumn = otherPtr->column + otherPtr->numCols;
3383 lastColumn += numSkip;
3389 if (slavePtr->column == lastColumn
3310 int lastRow, lastColumn; /* Implied end of table. */ local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c3004 int lastRow, lastColumn; /* implied end of table */
3043 lastColumn = 0;
3048 lastColumn = otherPtr->column + otherPtr->numCols;
3051 lastColumn += numSkip;
3056 if (slavePtr->column == lastColumn
2979 int lastRow, lastColumn; /* implied end of table */ local

Completed in 78 milliseconds