/aoo41x/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 62 public static String getFileURLFromSystemPath( File aSystemPath ) in getFileURLFromSystemPath() method in URLHelper 105 public static String getFileURLFromSystemPath( String sSystemPath ) in getFileURLFromSystemPath() method in URLHelper 107 return getFileURLFromSystemPath(new File(sSystemPath)); in getFileURLFromSystemPath() 138 String sFileURL = URLHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath() 139 String sBaseURL = URLHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | localfilehelper.cxx | 55 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertSystemPathToURL() 64 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, rBaseURL, rName ); in ConvertSystemPathToURL() 108 if ( FileBase::getFileURLFromSystemPath( rName, aRet ) == FileBase::E_None ) in ConvertPhysicalNameToURL() 119 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, aBase, rName ); in ConvertPhysicalNameToURL()
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | test_cpy_wrt_file.cxx | 50 FileBase::getFileURLFromSystemPath(rtl::OUString::createFromAscii(COPY_SOURCE_PATH), src_url); in cp_file() 53 … FileBase::getFileURLFromSystemPath(rtl::OUString::createFromAscii(COPY_DEST_PATH), dest_url); in cp_file() 77 FileBase::getFileURLFromSystemPath(rtl::OUString::createFromAscii(WRITE_DEST_PATH), dest_url); in wrt_file()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 59 public static java.lang.String getFileURLFromSystemPath(java.io.File aSystemPath) in getFileURLFromSystemPath() method in FileHelper 105 public static java.lang.String getFileURLFromSystemPath(java.lang.String sSystemPath) in getFileURLFromSystemPath() method in FileHelper 107 return getFileURLFromSystemPath(new java.io.File(sSystemPath)); in getFileURLFromSystemPath() 143 java.lang.String sFileURL = FileHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath() 144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | GfxCompare.java | 152 sInputURL = URLHelper.getFileURLFromSystemPath(sInputFile); in createJPEG() 155 sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputFile); in createJPEG() 158 sPrintFileURL = URLHelper.getFileURLFromSystemPath(sPrintFile); in createJPEG()
|
H A D | OfficePrint.java | 810 String sInputFileURL = URLHelper.getFileURLFromSystemPath(_sAbsoluteInputFile); in buildReference() 840 sPrintFileURL = URLHelper.getFileURLFromSystemPath(sAbsolutePrintFilename); in buildReference() 845 sPrintFileURL = URLHelper.getFileURLFromSystemPath(sAbsolutePrintFilename ); in buildReference() 849 sPrintFileURL = URLHelper.getFileURLFromSystemPath(sAbsolutePrintFilename ); in buildReference() 1233 String sInputURL = URLHelper.getFileURLFromSystemPath(_sInputFile); in convertDocument() 1357 sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputFile); in convertDocument()
|
H A D | ConvWatch.java | 134 String sAbsoluteInputFileURL = URLHelper.getFileURLFromSystemPath(_sAbsoluteInputFile); in createPostscriptStartCheck() 144 String sAbsoluteOutputFileURL = URLHelper.getFileURLFromSystemPath(sAbsoluteOutputFile); in createPostscriptStartCheck() 152 String sAbsolutePrintFileURL = URLHelper.getFileURLFromSystemPath(sAbsolutePrintFile); in createPostscriptStartCheck()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | filepickerstate.cxx | 275 rc = ::osl::FileBase::getFileURLFromSystemPath( in getFiles() 308 ::osl::FileBase::getFileURLFromSystemPath( displayDir, pathURL ); in getDisplayDirectory() 541 rc = ::osl::FileBase::getFileURLFromSystemPath( in getFiles() 567 ::osl::FileBase::getFileURLFromSystemPath( displayDir, pathURL ); in getDisplayDirectory()
|
/aoo41x/main/framework/qa/complex/loadAllDocuments/ |
H A D | CheckXComponentLoader.java | 280 String sURL = URLHelper.getFileURLFromSystemPath(aSysFile); in checkUsingOfMediaDescriptor() 389 String sTestURL = URLHelper.getFileURLFromSystemPath(aTestFile); in checkLoadingWithPassword() 439 String sFile = URLHelper.getFileURLFromSystemPath(aFile); in checkURLEncoding() 605 String sURL = URLHelper.getFileURLFromSystemPath(aFile); in checkStreamLoading()
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | fileidentifierconverter.cxx | 65 getFileURLFromSystemPath( in getFileURLFromSystemPath() function 76 return xConverter->getFileURLFromSystemPath(rBaseURL, rSystemPath); in getFileURLFromSystemPath()
|
/aoo41x/main/shell/source/win32/workbench/ |
H A D | TestSmplMail.cxx | 145 osl::FileBase::getFileURLFromSystemPath( aFile, aFileURL ); in main() 149 osl::FileBase::getFileURLFromSystemPath( aFile, aFileURL ); in main()
|
/aoo41x/main/fpicker/source/win32/folderpicker/ |
H A D | WinFOPImpl.cxx | 126 ::osl::FileBase::getFileURLFromSystemPath( displayDirectory, displayDirectoryURL ); in getDisplayDirectory() 141 ::osl::FileBase::getFileURLFromSystemPath( sysDir, dirURL ); in getDirectory()
|
/aoo41x/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 102 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified UR… in createTestDirectory() 114 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified UR… in deleteTestDirectory() 153 …::osl::FileBase::getFileURLFromSystemPath( filename, aPathURL ); //convert if not full qualified U… in deleteTestFile()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | FlatFileDatabase.java | 83 m_databaseDocumentFile = URLHelper.getFileURLFromSystemPath(documentFile); in createDBDocument() 84 final String path = URLHelper.getFileURLFromSystemPath( m_tableFileLocation.getPath() ); in createDBDocument()
|
/aoo41x/main/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 384 …::osl::File::E_None == ::osl::File::getFileURLFromSystemPath( ::rtl::OUString::createFromAscii( pw… in RegisterAdditionalFunctions() 424 …::osl::File::E_None == ::osl::File::getFileURLFromSystemPath( ::rtl::OUString::createFromAscii( Pa… in RegisterAdditionalFunctions() 431 …::osl::File::E_None == ::osl::File::getFileURLFromSystemPath( ::rtl::OUString::createFromAscii( Pa… in RegisterAdditionalFunctions()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 73 sOutputURL = URLHelper.getFileURLFromSystemPath(_sResult); in OpenOfficePostscriptCreator() 84 String sInputFileURL = URLHelper.getFileURLFromSystemPath(m_sDocumentName); in load() 1198 String sInputURL = URLHelper.getFileURLFromSystemPath(_sInputFile); in convertDocument() 1322 sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputFile); in convertDocument()
|
H A D | OpenOfficeDatabaseReportExtractor.java | 207 String sFileURL = URLHelper.getFileURLFromSystemPath(sDestinationFile); in load() 485 String sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputPath); in storeComponent()
|
/aoo41x/main/shell/source/win32/ |
H A D | SysShExec.cxx | 193 osl::FileBase::RC rc = osl::FileBase::getFileURLFromSystemPath(path_or_uri, url); in is_system_path() 227 osl::FileBase::RC rc = osl::FileBase::getFileURLFromSystemPath(file_name, file_url); in is_existing_file()
|
/aoo41x/main/desktop/source/app/ |
H A D | appinit.cxx | 450 ::osl::FileBase::getFileURLFromSystemPath( aRet, aTempPath ); in CreateTemporaryDirectory() 461 ::osl::FileBase::getFileURLFromSystemPath( aRet, aTempPath ); in CreateTemporaryDirectory()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 819 osl::File::getFileURLFromSystemPath( aShortcut, aShortcutUrl ); in getDotAutostart() 872 osl::File::getFileURLFromSystemPath( aShortcut, aShortcutUrl ); in GetAutostart() 921 ::osl::File::getFileURLFromSystemPath( aShortcut, aShortcutUrl ); in SetAutostart()
|
/aoo41x/main/tools/source/fsys/ |
H A D | filecopy.cxx | 342 FileBase::getFileURLFromSystemPath( ::rtl::OUString(rSource.GetFull()), aFileName ); in DoCopy_Impl() 353 FileBase::getFileURLFromSystemPath( ::rtl::OUString(aTgt.GetFull()), aTargetFileName ); in DoCopy_Impl()
|
/aoo41x/main/idlc/source/ |
H A D | idlccompile.cxx | 88 if (FileBase::getFileURLFromSystemPath(uFileName, uTmp) in convertToAbsoluteSystemPath() 115 if (FileBase::getFileURLFromSystemPath(uFileName, uUrlFileName) in convertToFileUrl()
|
/aoo41x/main/l10ntools/layout/ |
H A D | tralay.cxx | 217 FileBase::getFileURLFromSystemPath( sFileURL, sFileURL ); in is_dir() 233 FileBase::getFileURLFromSystemPath( sFileURL, sFileURL ); in make_directory()
|
/aoo41x/main/cui/source/options/ |
H A D | optupdt.cxx | 233 …if( ( osl::FileBase::E_None == osl::FileBase::getFileURLFromSystemPath(m_aDestPath.GetText(), aURL… in FillItemSet() 318 …if( osl::FileBase::E_None != osl::FileBase::getFileURLFromSystemPath(m_aDestPath.GetText(), aURL) ) in IMPL_LINK()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | prov.cxx | 660 rtl::OUString SAL_CALL FileProvider::getFileURLFromSystemPath( const rtl::OUString&, in getFileURLFromSystemPath() function in FileProvider 665 …if ( osl::FileBase::getFileURLFromSystemPath( SystemPath,aNormalizedPath ) != osl::FileBase::E_Non… in getFileURLFromSystemPath()
|