Home
last modified time | relevance | path

Searched refs:historyEntryStartRegExp (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Dsmalldialogs.h150 …toMergeRegExp, const QString& historyStartRegExp, const QString& historyEntryStartRegExp, const QS…
153 QString historyEntryStartRegExp();
H A Dsmalldialogs.cpp489 …toMergeRegExp, const QString& historyStartRegExp, const QString& historyEntryStartRegExp, const QS… in init() argument
493 m_pHistoryEntryStartRegExpEdit->setText(historyEntryStartRegExp); in init()
507 QString RegExpTester::historyEntryStartRegExp() in historyEntryStartRegExp() function in RegExpTester
547 QRegExp historyEntryStartRegExp(m_pHistoryEntryStartRegExpEdit->text()); in slotRecalc() local
550 if(historyEntryStartRegExp.exactMatch(s)) in slotRecalc()
553 …ing key = calcHistorySortKey(m_pHistorySortKeyOrderEdit->text(), historyEntryStartRegExp, parenthe… in slotRecalc()
H A Doptiondialog.cpp1587 m_pHistoryEntryStartRegExpLineEdit->setEditText(dlg->historyEntryStartRegExp()); in slotHistoryMergeRegExpTester()