Home
last modified time | relevance | path

Searched refs:sSystemPath (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFilenameHelper.java119 String sSystemPath = createAbsoluteFilename(); in getFileURL() local
120 String sFileURL = URLHelper.getFileURLFromSystemPath(sSystemPath); in getFileURL()
175 String sSystemPath = m_sPath; in getSystemPath() local
176 sSystemPath = utils.replaceAll13(sSystemPath, "/", fs); in getSystemPath()
177 return sSystemPath; in getSystemPath()
/trunk/main/vcl/qa/complex/memCheck/
H A DFileHelper.java59 String sSystemPath = graphical.FileHelper.getSystemPathFromFileURL(_sFilename); in getJavaCompatibleFilename() local
60 if (sSystemPath == null) in getJavaCompatibleFilename()
62 sSystemPath = _sFilename; in getJavaCompatibleFilename()
64 return sSystemPath; in getJavaCompatibleFilename()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java105 public static String getFileURLFromSystemPath( String sSystemPath ) in getFileURLFromSystemPath() argument
107 return getFileURLFromSystemPath(new File(sSystemPath)); in getFileURLFromSystemPath()
184 …public static String getURLWithProtocolFromSystemPath( String sSystemPath, String sBasePath, Strin… in getURLWithProtocolFromSystemPath() argument
186 … return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); in getURLWithProtocolFromSystemPath()
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx288 String sSystemPath; in SetPath() local
290 ::utl::LocalFileHelper::ConvertURLToSystemPath( sPath, sSystemPath ); in SetPath()
295 sEntry += bIsSystemPath ? sSystemPath : sPath; in SetPath()
303 nPos = aPathLB.InsertEntry( sSystemPath, LISTBOX_APPEND ); in SetPath()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx207 ::rtl::OUString sSystemPath; in connect()
208 osl_getSystemPathFromFileURL( sURL.pData, &sSystemPath.pData ); in connect()
209 sal_Int32 nIndex = sSystemPath.lastIndexOf('.'); in connect()
210 if ( !sURL.getLength() || !sSystemPath.getLength() ) in connect()
222 …::rtl::OUString sConnPartURL = sSystemPath.copy( 0, ::std::max< sal_Int32 >( nIndex, sSystemPath.g… in connect()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java105 public static java.lang.String getFileURLFromSystemPath(java.lang.String sSystemPath) in getFileURLFromSystemPath() argument
107 return getFileURLFromSystemPath(new java.io.File(sSystemPath)); in getFileURLFromSystemPath()
187 public static java.lang.String getURLWithProtocolFromSystemPath(java.lang.String sSystemPath, in getURLWithProtocolFromSystemPath() argument
191 …return getURLWithProtocolFromSystemPath(new java.io.File(sSystemPath), new java.io.File(sBasePath)… in getURLWithProtocolFromSystemPath()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx641 ::rtl::OUString sSystemPath(sTemp); in print()
643 … if (::osl::FileBase::getFileURLFromSystemPath(sSystemPath,sFileURL)!=::osl::FileBase::E_None) in print()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1257 OUString sSystemPath; in printPages() local
1258 FileBase::getSystemPathFromFileURL ( sFileURL, sSystemPath ); in printPages()
1259 aReq.AppendItem(SfxStringItem( SID_FILE_NAME, sSystemPath ) ); in printPages()

Completed in 51 milliseconds