Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DBuffer.cpp281 map<string, ErrorList> errorLists; member in lyx::Buffer::Impl
963 ErrorList & errorList = d->errorLists["Parse"]; in readHeader()
1017 ErrorList & errorList = d->errorLists["Parse"]; in readDocument()
2319 d->errorLists["ChkTeX"].clear(); in runChktex()
4152 return d->errorLists[type]; in errorList()
4534 d->cloned_buffer_->d->errorLists["Export"] = d->errorLists["Export"]; in doExport()
4550 d->cloned_buffer_->d->errorLists["Export"] = d->errorLists["Export"]; in doExport()
4571 d->errorLists[error_type]; in doExport()
4580 (*cit)->d->errorLists[error_type].clear(); in doExport()
4587 (*cit)->d->errorLists[error_type]; in doExport()
[all …]