Home
last modified time | relevance | path

Searched refs:parenthesesGroups (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Dsmalldialogs.cpp539 QStringList parenthesesGroups; in slotRecalc() local
540 … bool bSuccess = findParenthesesGroups(m_pHistoryEntryStartRegExpEdit->text(), parenthesesGroups); in slotRecalc()
553 …calcHistorySortKey(m_pHistorySortKeyOrderEdit->text(), historyEntryStartRegExp, parenthesesGroups); in slotRecalc()
H A Dmergeresultwindow.cpp1301 QStringList parenthesesGroups; in collectHistoryInformation() local
1302 findParenthesesGroups(m_pOptions->m_historyEntryStartRegExp, parenthesesGroups); in collectHistoryInformation()
1334 …alcHistorySortKey(m_pOptions->m_historyEntryStartSortKeyOrder, newHistoryEntry, parenthesesGroups); in collectHistoryInformation()