Home
last modified time | relevance | path

Searched refs:getNofLines (Results 1 – 9 of 9) sorted by relevance

/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-parsefull.cc327 nbodylines += m.getNofLines(); in parseFull()
441 nlines += m.getNofLines(); in parseFull()
H A Dmime.h114 inline unsigned int getNofLines(void) const { return nlines; } in getNofLines() function
/dports/deskutils/recoll/recoll-1.31.2/bincimapmime/
H A Dmime.h105 inline unsigned int getNofLines(void) const { return nlines; } in getNofLines() function
H A Dmime-parsefull.cc298 *nbodylines += m.getNofLines(); in parseMessageRFC822()
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Ddifftextwindow.h62 LineCount getNofLines();
H A Ddifftextwindow.cpp311 setSelection(0, 0, getNofLines(), 0, l, p); in slotSelectAll()
500 LineCount DiffTextWindow::getNofLines() in getNofLines() function in DiffTextWindow
1173 int endLine = std::min(d->m_firstLine + getNofVisibleLines() + 2, getNofLines()); in paintEvent()
1201 d->draw(p, invalidRect, firstLine, std::min(firstLine + nofLinesPerPage, getNofLines())); in print()
1478 if(lastLine >= getNofLines()) in setSelection()
1480 lastLine = getNofLines() - 1; in setSelection()
H A Dkdiff3.cpp876 …neCount totalNofLines = std::max(m_pDiffTextWindow1->getNofLines(), m_pDiffTextWindow2->getNofLine… in slotFilePrint()
879 totalNofLines = std::max(totalNofLines, m_pDiffTextWindow3->getNofLines()); in slotFilePrint()
H A Dmergeresultwindow.h71 int getNofLines() const;
H A Dmergeresultwindow.cpp216 mVScrollBar->setRange(0, std::max(0, getNofLines() - getNofVisibleLines())); in slotResize()
247 setSelection(0, 0, getNofLines(), 0); in slotSelectAll()
708 int MergeResultWindow::getNofLines() const in getNofLines() function in MergeResultWindow
3044 int endIt = bDirDown ? getNofLines() : -1; in findString()
3069 if(lastLine >= getNofLines()) in setSelection()
3071 lastLine = getNofLines() - 1; in setSelection()