Searched refs:sOldPath (Results 1 – 2 of 2) sorted by relevance
197 String sOldPath = getURLNoPrefix(); variable200 if (sOldPath.Len())201 xFolderPicker->setDisplayDirectory(sOldPath);206 sOldPath = xFolderPicker->getDirectory();207 switch (checkPathExistence(sOldPath))844 String sOldPath; in commitURL() local866 setURLNoPrefix(sOldPath); in commitURL()883 setURLNoPrefix(sOldPath); in commitURL()897 String sOldPath = getURLNoPrefix(); in askForFileName() local898 if ( sOldPath.Len() ) in askForFileName()[all …]
362 rtl::OUString sOldPath(aUrl.PathToFileName()); in IMPL_LINK() local364 sOldPath = sOldPath.copy(0, sOldPath.getLength() - nLen); in IMPL_LINK()365 aPathDlg.SetPath(sOldPath); in IMPL_LINK()
Completed in 23 milliseconds