equal
deleted
inserted
replaced
873 void CFileManagerFileListContainer::ListBoxDeselectItem( TInt aIndex ) |
873 void CFileManagerFileListContainer::ListBoxDeselectItem( TInt aIndex ) |
874 { |
874 { |
875 aIndex = ListToSearchFieldIndex( aIndex ); |
875 aIndex = ListToSearchFieldIndex( aIndex ); |
876 CFileManagerContainerBase::ListBoxDeselectItem( aIndex ); |
876 CFileManagerContainerBase::ListBoxDeselectItem( aIndex ); |
877 } |
877 } |
878 |
878 |
|
879 // ----------------------------------------------------------------------------- |
|
880 // CFileManagerFileListContainer::SearchFieldToListBoxIndex |
|
881 // |
|
882 // ----------------------------------------------------------------------------- |
|
883 // |
|
884 TInt CFileManagerFileListContainer::SearchFieldToListBoxIndex( TInt aIndex ) |
|
885 { |
|
886 if ( !iSearchField || !iSearchField->IsVisible() ) |
|
887 { |
|
888 return 0; |
|
889 } |
|
890 return SearchFieldToListIndex( aIndex ); |
|
891 } |
879 // End of File |
892 // End of File |