Lines Matching refs:sPath
628 ::rtl::OUString sPath( m_pPathDlg->GetClassPath() ); in FillItemSet()
629 if ( m_pPathDlg->GetOldPath() != String( sPath ) ) in FillItemSet()
631 eErr = jfw_setUserClassPath( sPath.pData ); in FillItemSet()
1046 String sPath; in GetClassPath() local
1050 if ( sPath.Len() > 0 ) in GetClassPath()
1051 sPath += CLASSPATH_DELIMITER; in GetClassPath()
1054 sPath += *pFullPath; in GetClassPath()
1056 sPath += m_aPathList.GetEntry(i); in GetClassPath()
1058 return sPath; in GetClassPath()
1074 String sPath = aURL.getFSysPath( INetURLObject::FSYS_DETECT ); in SetClassPath() local
1075 m_aPathList.InsertEntry( sPath, SvFileInformationManager::GetImage( aURL ) ); in SetClassPath()