Searched refs:firstCol (Results 1 – 4 of 4) sorted by relevance
262 firstCol = 0; in AbstractLogView()735 firstCol = (firstCol - dx) > 0 ? firstCol - dx : 0; in scrollContentsBy()778 if ( textAreaCache_.invalid_ || ( textAreaCache_.first_column_ != firstCol ) ) { in paintEvent()789 textAreaCache_.first_column_ = firstCol; in paintEvent()1026 firstCol = 0; in updateData()1176 int column = firstCol + ( pos.x() - leftMarginPx_ ) / charWidth_; in convertCoordToFilePos()1531 const QString cutLine = line.mid( firstCol, nbCols ); in drawTextArea()1567 int start = match.startColumn() - firstCol; in drawTextArea()1585 sel_start -= firstCol; // coord in line space in drawTextArea()1586 sel_end -= firstCol; in drawTextArea()
344 int firstCol; variable