Home
last modified time | relevance | path

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

/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflib.cpp990 QList<KLFLibEntryWithId> allEList = resource->allEntries(subResource); in queryImpl() local
998 for (k = 0; k < allEList.size(); ++k) { in queryImpl()
1000 const KLFLibEntryWithId& ewid = allEList[k]; in queryImpl()
1024 QList<KLFLibEntryWithId> allEList = resource->allEntries(subResource); in queryValuesImpl() local
1027 for (k = 0; k < allEList.size(); ++k) { in queryValuesImpl()
1028 QVariant p = allEList[k].entry.property(entryPropId); in queryValuesImpl()