Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx206 for ( ConstIndexFieldsIterator aFieldLoop = _rPos->aFields.begin(); in commitNewIndex() local
207 aFieldLoop != _rPos->aFields.end(); in commitNewIndex()
208 ++aFieldLoop in commitNewIndex()
211 …OSL_ENSURE(!xCols->hasByName(aFieldLoop->sFieldName), "OIndexCollection::commitNewIndex: double co… in commitNewIndex()
217 …xColDescriptor->setPropertyValue(s_sSortPropertyName, ::cppu::bool2any(aFieldLoop->bSortAscending)… in commitNewIndex()
218 …xColDescriptor->setPropertyValue(s_sNamePropertyName, makeAny(::rtl::OUString(aFieldLoop->sFieldNa… in commitNewIndex()

Completed in 10 milliseconds