Home
last modified time | relevance | path

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

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkilestdtools.cpp311 …utHandler->storeLaTeXOutputParserResult(m_nErrors, m_nWarnings, m_nBadBoxes, m_latexOutputInfoList, in latexOutputParserResultInstalled()
424 int sz = m_latexOutputInfoList.size(); in checkAutoRun()
427 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
428 && m_latexOutputInfoList[i].message().contains("Rerun", Qt::CaseInsensitive)) { in checkAutoRun()
438 … if (!m_latexOutputInfoList[i].message().contains("(biblatex)", Qt::CaseInsensitive)) { in checkAutoRun()
450 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
451 && biblatexBackendMessage.indexIn(m_latexOutputInfoList[i].message()) != -1) { in checkAutoRun()
464 if (m_latexOutputInfoList[i].type() == LatexOutputInfo::itmWarning in checkAutoRun()
465 … && citationUndefinedMessage.indexIn(m_latexOutputInfoList[i].message()) != -1) { in checkAutoRun()
H A Doutputinfo.cpp92 m_latexOutputInfoList = outputList; in storeLaTeXOutputParserResult()
114 return m_latexOutputInfoList; in outputList()
H A Doutputinfo.h187 LatexOutputInfoArray m_latexOutputInfoList; variable
H A Dkiletool.h373 LatexOutputInfoArray m_latexOutputInfoList; variable
H A Dkiletool.cpp505 m_latexOutputInfoList = outputList; in installLaTeXOutputParserResult()