Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx212 TableInfoListIterator aTablePos; in RemoveTableIndex() local
213 if (!GetTable(_rTableName, aTablePos)) in RemoveTableIndex()
216 return implRemoveIndex(_rIndexName, aTablePos->aIndexList, aLB_TableIndexes, _bMustExist); in RemoveTableIndex()
222 TableInfoListIterator aTablePos; in InsertTableIndex() local
223 if (!GetTable(_rTableName, aTablePos)) in InsertTableIndex()
226 implInsertIndex(_rIndex, aTablePos->aIndexList, aLB_TableIndexes); in InsertTableIndex()
307 TableInfoListIterator aTablePos; in IMPL_LINK() local
308 if (!GetTable(pComboBox->GetText(), aTablePos)) in IMPL_LINK()
313 for ( ConstTableIndexListIterator aLoop = aTablePos->aIndexList.begin(); in IMPL_LINK()
314 aLoop != aTablePos->aIndexList.end(); in IMPL_LINK()
[all …]

Completed in 21 milliseconds