Lines Matching refs:sOldPath
275 String sOldPath = getURLNoPrefix(); variable
278 if (sOldPath.Len())
279 xFolderPicker->setDisplayDirectory(sOldPath);
284 sOldPath = xFolderPicker->getDirectory();
285 switch (checkPathExistence(sOldPath))
922 String sOldPath; in commitURL() local
923 sOldPath = m_aConnectionURL.GetSavedValueNoPrefix(); in commitURL()
928 if ( ( sURL != sOldPath ) && ( 0 != sURL.Len() ) ) in commitURL()
944 setURLNoPrefix(sOldPath); in commitURL()
961 setURLNoPrefix(sOldPath); in commitURL()
975 String sOldPath = getURLNoPrefix(); in askForFileName() local
976 if ( sOldPath.Len() ) in askForFileName()
977 _aFileOpen.SetDisplayDirectory(sOldPath); in askForFileName()