Lines Matching refs:aIndex
249 OTableIndex aIndex = RemoveFreeIndex( aSelection, sal_True ); variable
250 InsertTableIndex( aTableName, aIndex );
261 OTableIndex aIndex = RemoveTableIndex( aTableName, aSelection, sal_True ); variable
262 InsertFreeIndex( aIndex );
471 for ( ConstTableIndexListIterator aIndex = rTabInfo.aIndexList.begin(); in SetCtrls() local
472 aIndex != rTabInfo.aIndexList.end(); in SetCtrls()
473 ++aIndex in SetCtrls()
475 aLB_TableIndexes.InsertEntry( aIndex->GetIndexFileName() ); in SetCtrls()
544 for ( ConstTableIndexListIterator aIndex = aIndexList.begin(); in WriteInfFile() local
545 aIndex != aIndexList.end(); in WriteInfFile()
546 ++aIndex, ++nPos in WriteInfFile()
552 …aInfFile.WriteKey( aKeyName, ByteString(aIndex->GetIndexFileName(), gsl_getSystemTextEncoding()) ); in WriteInfFile()