Searched refs:lastRow (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DIA2CommonTypes.idl188 long lastRow; ///< 0 based, inclusive
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableRowsCollection.h47 static HTMLTableRowElement* lastRow(HTMLTableElement*);
H A DHTMLTableElement.cpp195 RefPtr<HTMLTableRowElement> lastRow = 0; local
198 lastRow = HTMLTableRowsCollection::lastRow(this);
201 row = HTMLTableRowsCollection::rowAfter(this, lastRow.get());
209 lastRow = row;
214 if (lastRow)
215 parent = row ? row->parentNode() : lastRow->parentNode();
236 row = HTMLTableRowsCollection::lastRow(this);
H A DHTMLTableRowsCollection.cpp123 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table) function in class:WebCore::HTMLTableRowsCollection
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dpropsvec.c157 uint32_t *firstRow, *lastRow; local
188 lastRow=_findRow(pv, end);
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
223 lastRow=newVectors+(lastRow-pv->v);
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
233 lastRow+(1+splitFirstRow+splitLastRow)*columns,
234 lastRow+columns,
241 /* copy all affected rows up one and move the lastRow pointe
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableRow.h129 inline RenderTableRow* RenderTableSection::lastRow() const function in class:WebCore::RenderTableSection
H A DRenderTableSection.h72 RenderTableRow* lastRow() const;
H A DRenderTableSection.cpp141 last = lastRow();
788 const BorderValue& rb = lastRow()->style().borderAfter();
1506 for (RenderTableRow* row = lastRow(); row; row = row->previousRow()) {
H A DRenderTableCell.cpp751 prevRow = prevCell->section()->lastRow();
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl595 lastRow -1
1077 foreach {lastRow lastCol} \
1079 cellSelection $win $opt $firstRow $firstCol $lastRow $lastCol
1676 } elseif {$index > $data(lastRow)} {
1677 set index $data(lastRow)
2142 if {$first > $data(lastRow)} {
2148 if {$last > $data(lastRow)} {
2149 set last $data(lastRow)
2191 foreach {lastRow lastCol} [cellIndex $win [lindex $argList 1] 1] {}
2193 foreach item [lrange $data(itemList) $firstRow $lastRow] {
[all...]
H A DtablelistBind.tcl1458 set row $data(lastRow)
1463 if {$row > $data(lastRow)} {
1506 if {$row < 0 || $row > $data(lastRow)} {
1671 if {$row < 0 || $row > $data(lastRow)} {
1687 if {$row < 0 || $row > $data(lastRow)} {
1873 set lastRow $priv(prevRow)
1875 if {[string compare $lastRow ""] == 0 ||
1880 if {$lastRow < $firstRow} {
1882 set firstRow $lastRow
1883 set lastRow
[all...]
H A DtablelistMove.tcl21 if {$source > $data(lastRow)} {
22 set source $data(lastRow)
H A DtablelistEdit.tcl2439 set row $data(lastRow)
2444 if {$row > $data(lastRow)} {
2520 if {$row < 0 || $row > $data(lastRow)} {
2552 if {$row < 0 || $row > $data(lastRow)} {
H A DtablelistUtil.tcl77 set index $data(lastRow)
108 if {$checkRange && ($index < 0 || $index > $data(lastRow))} {
220 if {$checkRange && ($row < 0 || $row > $data(lastRow) ||
243 if {$_row > $data(lastRow)} {
244 set _row $data(lastRow)
325 if {$row < 0 || $row > $data(lastRow)} {
3968 set last $data(lastRow)
4268 deleteRows $win $newCount $data(lastRow) 0
H A DtablelistConfig.tcl1344 cellSelection $win clear 0 $col $data(lastRow) $col
1797 foreach item $data(itemList) text [lrange $val 0 $data(lastRow)] {
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c445 int row, col, firstRow, firstCol, lastRow, lastCol;
532 lastRow = tablePtr->rows-1;
534 } else if (TableGetIndex(tablePtr, psInfo.last, &lastRow, &lastCol)
611 TableCellCoords(tablePtr, lastRow, lastCol, &xn, &yn, &wn, &hn);
712 sprintf(string, " %d,%d => %d,%d\n", firstRow, firstCol, lastRow, lastCol);
816 for (row = firstRow; row <= lastRow; row++) {
H A DtkTableCmds.c1079 int clo=0, chi=0, r1, c1, r2, c2, firstRow, firstCol, lastRow, lastCol;
1090 lastRow = tablePtr->rows-1+tablePtr->rowOffset;
1100 CONSTRAIN(row, firstRow, lastRow);
1106 CONSTRAIN(r2, firstRow, lastRow);
1114 if (firstRow > lastRow) r2--; /* No selectable rows in table */
1125 r2 = lastRow;
1131 if (firstRow>lastRow) r2--; /* No selectable rows in table */
1067 int clo=0, chi=0, r1, c1, r2, c2, firstRow, firstCol, lastRow, lastCol; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c2290 int newRow, newNumRows, lastRow;
2295 lastRow = ((newRow >= 0) ? newRow : 0) + newNumRows;
2296 if (lastRow >= MAX_ELEMENT) {
3004 int lastRow, lastColumn; /* implied end of table */
3039 lastRow = masterPtr->masterDataPtr->rowEnd - 2;
3041 lastRow = 0;
3047 lastRow = otherPtr->row + otherPtr->numRows - 2;
3057 && slavePtr->row + slavePtr->numRows - 1 == lastRow) {
2271 int newRow, newNumRows, lastRow; local
2979 int lastRow, lastColumn; /* implied end of table */ local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c2550 int newRow, newNumRows, lastRow;
2555 lastRow = ((newRow >= 0) ? newRow : 0) + newNumRows;
2556 if (lastRow >= MAX_ELEMENT) {
3336 int lastRow, lastColumn; /* Implied end of table. */
3374 lastRow = defaultRow - 1;
3379 lastRow = otherPtr->row + otherPtr->numRows - 2;
3390 && slavePtr->row + slavePtr->numRows - 1 == lastRow) {
2530 int newRow, newNumRows, lastRow; local
3310 int lastRow, lastColumn; /* Implied end of table. */ local

Completed in 193 milliseconds