Lines Matching refs:sOldPath
197 String sOldPath = getURLNoPrefix(); variable
200 if (sOldPath.Len())
201 xFolderPicker->setDisplayDirectory(sOldPath);
206 sOldPath = xFolderPicker->getDirectory();
207 switch (checkPathExistence(sOldPath))
844 String sOldPath; in commitURL() local
845 sOldPath = m_aConnectionURL.GetSavedValueNoPrefix(); in commitURL()
850 if ( ( sURL != sOldPath ) && ( 0 != sURL.Len() ) ) in commitURL()
866 setURLNoPrefix(sOldPath); in commitURL()
883 setURLNoPrefix(sOldPath); in commitURL()
897 String sOldPath = getURLNoPrefix(); in askForFileName() local
898 if ( sOldPath.Len() ) in askForFileName()
899 _aFileOpen.SetDisplayDirectory(sOldPath); in askForFileName()