Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx342 Indexes::iterator aIndexLoop = m_pIndexes->begin(); in fillIndexList() local
344 for (; aIndexLoop != aEnd; ++aIndexLoop) in fillIndexList()
347 if (aIndexLoop->bPrimaryKey) in fillIndexList()
348 pNewEntry = m_aIndexes.InsertEntry(aIndexLoop->sName, aPKeyIcon, aPKeyIcon); in fillIndexList()
350 pNewEntry = m_aIndexes.InsertEntry(aIndexLoop->sName); in fillIndexList()
352 pNewEntry->SetUserData(reinterpret_cast< void* >(sal_Int32(aIndexLoop - m_pIndexes->begin()))); in fillIndexList()

Completed in 15 milliseconds