Searched refs:aIndexLoop (Results 1 – 1 of 1) sorted by relevance
342 Indexes::iterator aIndexLoop = m_pIndexes->begin(); in fillIndexList() local344 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 46 milliseconds