Searched refs:sSystemPath (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | FilenameHelper.java | 119 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()
|
/aoo41x/main/vcl/qa/complex/memCheck/ |
H A D | FileHelper.java | 59 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()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 105 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | multipat.cxx | 288 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()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 207 ::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()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 105 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 641 ::rtl::OUString sSystemPath(sTemp); in print() 643 … if (::osl::FileBase::getFileURLFromSystemPath(sSystemPath,sFileURL)!=::osl::FileBase::E_None) in print()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 1257 OUString sSystemPath; in printPages() local 1258 FileBase::getSystemPathFromFileURL ( sFileURL, sSystemPath ); in printPages() 1259 aReq.AppendItem(SfxStringItem( SID_FILE_NAME, sSystemPath ) ); in printPages()
|
Completed in 193 milliseconds