Searched refs:sOldPath (Results 1 – 2 of 2) sorted by relevance
275 String sOldPath = getURLNoPrefix(); variable278 if (sOldPath.Len())279 xFolderPicker->setDisplayDirectory(sOldPath);284 sOldPath = xFolderPicker->getDirectory();285 switch (checkPathExistence(sOldPath))922 String sOldPath; in commitURL() local944 setURLNoPrefix(sOldPath); in commitURL()961 setURLNoPrefix(sOldPath); in commitURL()975 String sOldPath = getURLNoPrefix(); in askForFileName() local976 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 10 milliseconds