filebrowser/src/FBFileUtils.cpp
branchRCL_3
changeset 12 aefcba28a3e0
parent 0 d6fe6244b863
equal deleted inserted replaced
11:454d022d514b 12:aefcba28a3e0
  1959                 setAttMask |= KEntryAttSystem;
  1959                 setAttMask |= KEntryAttSystem;
  1960             else
  1960             else
  1961                 clearAttMask |= KEntryAttSystem;
  1961                 clearAttMask |= KEntryAttSystem;
  1962             }
  1962             }
  1963         
  1963         
  1964         iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeNormal);
  1964         iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeFullScreen);
  1965         iModel->FileListContainer()->SetNaviPaneTextL(naviText);
  1965         iModel->FileListContainer()->SetNaviPaneTextL(naviText);
  1966 
  1966 
  1967         CFileBrowserAttributeEditorDlg* dlg = CFileBrowserAttributeEditorDlg::NewL(setAttMask, clearAttMask, recurse);
  1967         CFileBrowserAttributeEditorDlg* dlg = CFileBrowserAttributeEditorDlg::NewL(setAttMask, clearAttMask, recurse);
  1968         TBool dlgResult = dlg->RunEditorLD();
  1968         TBool dlgResult = dlg->RunEditorLD();
  1969 
  1969 
  2001        
  2001        
  2002 // --------------------------------------------------------------------------------------------
  2002 // --------------------------------------------------------------------------------------------
  2003 
  2003 
  2004 void CFileBrowserFileUtils::SearchL()
  2004 void CFileBrowserFileUtils::SearchL()
  2005     {
  2005     {
  2006     iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeNormal);
  2006 	iModel->FileListContainer()->SetScreenLayoutL(EDisplayModeFullScreen);
  2007     iModel->FileListContainer()->SetNaviPaneTextL(KNullDesC);
  2007     iModel->FileListContainer()->SetNaviPaneTextL(KNullDesC);
  2008     
  2008     
  2009     iSearchAttributes.iSearchDir = iCurrentPath;
  2009     iSearchAttributes.iSearchDir = iCurrentPath;
  2010     
  2010     
  2011     CFileBrowserSearchQueryDlg* dlg = CFileBrowserSearchQueryDlg::NewL(iSearchAttributes);
  2011     CFileBrowserSearchQueryDlg* dlg = CFileBrowserSearchQueryDlg::NewL(iSearchAttributes);