Home
last modified time | relevance | path

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

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/sql/
H A Dmymoneystoragesql.h221 …MyMoneyPriceList fetchPrices(const QStringList& fromIdList, const QStringList& toIdList, bool forU…
H A Dmymoneystoragesql.cpp2393 …orageSql::fetchPrices(const QStringList& fromIdList, const QStringList& toIdList, bool forUpdate) … in fetchPrices() argument
2414 if (! toIdList.empty()) { in fetchPrices()
2416 for (int i = 0; i < toIdList.count(); ++i) { in fetchPrices()
2435 if (! toIdList.empty()) { in fetchPrices()
2436 QStringList::ConstIterator bindVal = toIdList.constBegin(); in fetchPrices()
2437 for (int i = 0; bindVal != toIdList.constEnd(); ++i, ++bindVal) { in fetchPrices()