Home
last modified time | relevance | path

Searched refs:sOldPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx197 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
866 setURLNoPrefix(sOldPath); in commitURL()
883 setURLNoPrefix(sOldPath); in commitURL()
897 String sOldPath = getURLNoPrefix(); in askForFileName() local
898 if ( sOldPath.Len() ) in askForFileName()
[all …]
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx362 rtl::OUString sOldPath(aUrl.PathToFileName()); in IMPL_LINK() local
364 sOldPath = sOldPath.copy(0, sOldPath.getLength() - nLen); in IMPL_LINK()
365 aPathDlg.SetPath(sOldPath); in IMPL_LINK()

Completed in 25 milliseconds