Lines Matching refs:aPath

852 		OUString aPath;;  in getGraphic()  local
857 aPath = aPathSeq[0]; in getGraphic()
860 if ( aPath.getLength() ) in getGraphic()
861 nRet = getGraphic( aPath, rGraphic ); in getGraphic()
1486 INetURLObject aPath( lFiles[0] ); in implGetAndCacheFiles() local
1487 aPath.setFinalSlash(); in implGetAndCacheFiles()
1492 aPath.Append( lFiles[i] ); in implGetAndCacheFiles()
1494 aPath.setName( lFiles[i] ); in implGetAndCacheFiles()
1496 …String* pURL = new String(implEnsureURLExtension(aPath.GetMainURL( INetURLObject::NO_DECODE ), sEx… in implGetAndCacheFiles()
1733 OUString aPath; in getPath() local
1736 aPath = mxFileDlg->getDisplayDirectory(); in getPath()
1738 if ( !aPath.getLength() ) in getPath()
1739 aPath = maPath; in getPath()
1741 return aPath; in getPath()
2102 OUString aPath = getPath(); in saveConfig() local
2103 if ( aPath.getLength() && in saveConfig()
2104 utl::LocalFileHelper::IsLocalFile( aPath ) ) in saveConfig()
2106 aUserData.SetToken( 1, ' ', aPath ); in saveConfig()
2608 OUString aPath; in GetPath() local
2619 aPath = aPathSeq[0]; in GetPath()
2623 return aPath; in GetPath()
2661 INetURLObject aPath( lFiles[0] ); in GetSelectedFiles() local
2662 aPath.setFinalSlash(); in GetSelectedFiles()
2667 aPath.Append( lFiles[i] ); in GetSelectedFiles()
2669 aPath.setName( lFiles[i] ); in GetSelectedFiles()
2671 aResultSeq[i-1] = ::rtl::OUString(aPath.GetMainURL( INetURLObject::NO_DECODE )); in GetSelectedFiles()
2883 String aPath; in FileOpenDialog_Impl() local
2885 aPath = *pPath; in FileOpenDialog_Impl()
2887 nRet = aDialog.Execute( rpURLList, rpSet, rFilter, aPath ); in FileOpenDialog_Impl()