Home
last modified time | relevance | path

Searched refs:itmWarning (Results 1 – 5 of 5) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Derrorhandler.cpp380 case LatexOutputInfo::itmWarning: in displayProblemsInLogWidget()
440 case LatexOutputInfo::itmWarning: in ViewLog()
557 jumpToProblem(LatexOutputInfo::itmWarning, true); in NextWarning()
562 jumpToProblem(LatexOutputInfo::itmWarning, false); in PreviousWarning()
H A Doutputinfo.h146 itmWarning, enumerator
H A Dkilestdtools.cpp427 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
450 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
464 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexoutputparser.h145 itmWarning, enumerator
H A Dlatexoutputparser.cpp303 case itmWarning: in flushCurrentItem()
458 m_currentItem.setType(itmWarning); in detectWarning()