filemanager/App/src/CFileManagerFileListContainer.cpp
branchRCL_3
changeset 10 875fd7f60fdf
parent 7 8812206c49a0
child 14 efe289f793e7
equal deleted inserted replaced
9:60626d494346 10:875fd7f60fdf
   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