Home
last modified time | relevance | path

Searched refs:m_nErrors (Results 1 – 15 of 15) sorted by relevance

/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/
H A Dtaskcollection.cpp46 unsigned int m_nErrors; member in TaskCollection::Private
57 m_nErrors(0), in Private()
92 ++m_nErrors; in taskResult()
113 m_nErrors--; in taskStarted()
194 return d->m_nErrors == d->m_nCompleted; in allTasksHaveErrors()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Doutputinfo.cpp76 : m_nErrors(-1), m_nWarnings(-1), m_nBadBoxes(-1), m_currentError(-1) in LaTeXOutputHandler()
89 m_nErrors = nErrors; in storeLaTeXOutputParserResult()
104 return m_nErrors; in numberOfErrors()
H A Dkilestdtools.cpp311 …m_latexOutputHandler->storeLaTeXOutputParserResult(m_nErrors, m_nWarnings, m_nBadBoxes, m_latexOut… in latexOutputParserResultInstalled()
327 QString es = (m_nErrors == 0 ? i18n("0 errors") : i18np("1 error", "%1 errors", m_nErrors)); in checqCriticals()
335 if(!isPartOfLivePreview() && m_nErrors > 0 && (readEntry("jumpToFirstError") == "yes")) { in checqCriticals()
414 if(m_nErrors > 0) { in checkAutoRun()
H A Doutputinfo.h186 int m_nErrors, m_nWarnings, m_nBadBoxes, m_currentError;
H A Dkiletool.h372 int m_nErrors, m_nWarnings, m_nBadBoxes;
H A Dkiletool.cpp502 m_nErrors = nErrors; in installLaTeXOutputParserResult()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/framework/autosave/
H A DProtocol.java147 private long m_nErrors ; field in Protocol
470 m_nErrors = 0; in Protocol()
584 ++m_nErrors; in log()
637 if (m_nErrors > 0) in logStatistics()
645 log(nLogType , "errors = "+m_nErrors ); in logStatistics()
657 m_nErrors = 0; in resetStatistics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/qa/complex/framework/autosave/
H A DProtocol.java147 private long m_nErrors ; field in Protocol
470 m_nErrors = 0; in Protocol()
584 ++m_nErrors; in log()
637 if (m_nErrors > 0) in logStatistics()
645 log(nLogType , "errors = "+m_nErrors ); in logStatistics()
657 m_nErrors = 0; in resetStatistics()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexoutputparser.cpp60 m_nErrors = 0; in LaTeXOutputParser()
298 ++m_nErrors; in flushCurrentItem()
633 m_nErrors = m_nWarnings = m_nBadBoxes = m_nParens = 0; in parse()
666 parserOutput->nErrors = m_nErrors; in parse()
703 *errors = m_nErrors; in getErrorCount()
H A Dlatexoutputparser.h122 m_nErrors=m_nWarnings=m_nBadBoxes=0 ; in clearErrorCount()
153 int m_nErrors; variable
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexoutputfilter.h135 void clearErrorCount() { m_nErrors = m_nWarnings = m_nBadBoxes = 0; } in clearErrorCount()
154 int m_nErrors;
H A Dlatexoutputfilter.cpp175 m_nErrors(0), in LatexOutputFilter()
188 m_nErrors = 0; in OnPreCreate()
561 ++m_nErrors; in flushCurrentItem()
1014 m_nErrors = m_nWarnings = m_nBadBoxes = m_nParens = 0; in run()
H A Dlatexlog.cpp110 foundType[LT_ERROR] = outputFilter.m_nErrors > 0; in parseLogDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/qa/climaker/
H A Dclimaker.cs125 int m_nErrors; field in Logger
145 m_nErrors++; in assure()
154 if (m_nErrors > 0) in printStatus()
155 msg = "Test failed! " + m_nErrors.ToString() + " Errors."; in printStatus()
166 return m_nErrors;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/qa/climaker/
H A Dclimaker.cs125 int m_nErrors; field in Logger
145 m_nErrors++; in assure()
154 if (m_nErrors > 0) in printStatus()
155 msg = "Test failed! " + m_nErrors.ToString() + " Errors."; in printStatus()
166 return m_nErrors;