Lines Matching refs:titleCols

148 		if (col < tablePtr->titleCols) {  in TableCellCoords()
149 cs = MIN(tablePtr->titleCols-1, col+cs); in TableCellCoords()
162 if (col >= tablePtr->titleCols) { in TableCellCoords()
164 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
207 (col < tablePtr->leftCol && col >= tablePtr->titleCols)) { in TableCellVCoords()
219 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl; in TableCellVCoords()
221 if ((col < tablePtr->leftCol) && (col >= tablePtr->titleCols)) { in TableCellVCoords()
304 x += (x < tablePtr->colStarts[tablePtr->titleCols]) ? 0 : in TableWhatCell()
306 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
369 x += (x < tablePtr->colStarts[tablePtr->titleCols]) ? 0 : in TableAtBorder()
371 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
378 bcol = (i < tablePtr->leftCol && i >= tablePtr->titleCols) ? in TableAtBorder()
379 tablePtr->titleCols-1 : i-1; in TableAtBorder()
381 bcol = *col = (i < tablePtr->leftCol && i >= tablePtr->titleCols) ? in TableAtBorder()
382 tablePtr->titleCols-1 : i-1; in TableAtBorder()
882 c = tablePtr->titleCols+tablePtr->colOffset;
1114 if ((col < tablePtr->titleCols) && in Table_SpanSet()
1115 (col + cs >= tablePtr->titleCols)) { in Table_SpanSet()
1116 cs = tablePtr->titleCols - col - 1; in Table_SpanSet()
1411 if ((col-tablePtr->colOffset < tablePtr->titleCols) && in TableSpanSanCheck()
1412 (col-tablePtr->colOffset+cs >= tablePtr->titleCols)) { in TableSpanSanCheck()
1413 cs = tablePtr->titleCols-(col-tablePtr->colOffset)-1; in TableSpanSanCheck()