Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DBiblioInfo.cpp1274 BiblioInfo::const_iterator const xrefit = find(*it); in getYear() local
1275 if (xrefit == end()) in getYear()
1277 BibTeXInfo const & xref_data = xrefit->second; in getYear()
1312 BiblioInfo::const_iterator const xrefit = find(*it); in getInfo() local
1313 if (xrefit != end()) in getInfo()
1314 xrefptrs.push_back(&(xrefit->second)); in getInfo()
1352 BiblioInfo::const_iterator const xrefit = find(*it); in getLabel() local
1353 if (xrefit != end()) in getLabel()
1354 xrefptrs.push_back(&(xrefit->second)); in getLabel()