/aoo41x/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 62 public static String getFileURLFromSystemPath( File aSystemPath ) in getFileURLFromSystemPath() argument 68 sFileURL = aSystemPath.toURL().toString(); in getFileURLFromSystemPath() 136 …public static String getURLWithProtocolFromSystemPath( File aSystemPath, File aBasePath, String sS… in getURLWithProtocolFromSystemPath() argument 138 String sFileURL = URLHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath()
|
/aoo41x/main/framework/source/uielement/ |
H A D | recentfilesmenucontroller.cxx | 173 rtl::OUString aSystemPath( aURL.getFSysPath( INetURLObject::FSYS_DETECT ) ); in fillPopupMenu() local 174 aTipHelpText = aSystemPath; in fillPopupMenu() 177 …if ( osl_abbreviateSystemPath( aSystemPath.pData, &aCompactedSystemPath.pData, MAX_STR_WIDTH, NULL… in fillPopupMenu() 180 aMenuTitle = aSystemPath; in fillPopupMenu()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxpicklist.cxx | 126 ::rtl::OUString aSystemPath( aFileSystemPath ); in CreatePicklistMenuTitle() 129 aTipHelpText = aSystemPath; in CreatePicklistMenuTitle() 130 aAccessibleName += aSystemPath; in CreatePicklistMenuTitle() 131 …oslFileError nError = osl_abbreviateSystemPath( aSystemPath.pData, &aCompactedSystemPath.pData, 46… in CreatePicklistMenuTitle()
|
H A D | shutdowniconaqua.mm | 234 ::rtl::OUString aSystemPath( aFileSystemPath ); 237 …oslFileError nError = osl_abbreviateSystemPath( aSystemPath.pData, &aCompactedSystemPath.pData, 46… 241 aMenuTitle = aSystemPath;
|
/aoo41x/main/shell/source/cmdmail/ |
H A D | syscmdmail.cxx | 286 OUString aSystemPath; in sendMailMessage() local 287 …f ( osl::FileBase::E_None == osl::FileBase::getSystemPathFromFileURL(aStringList[n], aSystemPath) ) in sendMailMessage() 290 aBuffer.append(OUStringToOString(aSystemPath, iEncoding)); in sendMailMessage()
|
/aoo41x/main/shell/source/win32/ |
H A D | SysShExec.cxx | 312 OUString aSystemPath; in execute() local 313 …::FileBase::E_None == ::osl::FileBase::getSystemPathFromFileURL(preprocessed_command, aSystemPath)) in execute() 314 preprocessed_command = aSystemPath; in execute()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | URLHelper.java | 41 public static String getFileURLFromSystemPath( File aSystemPath ) in getFileURLFromSystemPath() argument 46 sFileURL = aSystemPath.toURL().toString(); in getFileURLFromSystemPath()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | prov.cxx | 674 rtl::OUString aSystemPath; in getSystemPathFromFileURL() local 675 if (osl::FileBase::getSystemPathFromFileURL( URL,aSystemPath ) != osl::FileBase::E_None ) in getSystemPathFromFileURL() 678 return aSystemPath; in getSystemPathFromFileURL()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 184 rtl::OUString aSystemPath; in ResultSetForQuery() local 185 osl::FileBase::getSystemPathFromFileURL( idxDir, aSystemPath ); in ResultSetForQuery() 186 aParamsSeq[3] = uno::makeAny( aSystemPath ); in ResultSetForQuery()
|
H A D | databases.cxx | 2099 rtl::OUString aSystemPath; in implGetIndexFolderFromPackage() local 2100 osl::FileBase::getSystemPathFromFileURL( aZipDir, aSystemPath ); in implGetIndexFolderFromPackage() 2101 aParamsSeq[5] = uno::makeAny( aSystemPath ); in implGetIndexFolderFromPackage()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 59 public static java.lang.String getFileURLFromSystemPath(java.io.File aSystemPath) in getFileURLFromSystemPath() argument 136 public static java.lang.String getURLWithProtocolFromSystemPath(java.io.File aSystemPath, in getURLWithProtocolFromSystemPath() argument 143 java.lang.String sFileURL = FileHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath()
|
/aoo41x/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 533 rtl::OUString aSystemPath; in implProcessHelp() local 535 langFolderDestExpanded, aSystemPath ); in implProcessHelp() 536 aParamsSeq[5] = uno::makeAny( aSystemPath ); in implProcessHelp()
|
/aoo41x/main/framework/source/classes/ |
H A D | menumanager.cxx | 741 ::rtl::OUString aSystemPath( aFileSystemPath ); in UpdateSpecialFileMenu() 744 aTipHelpText = aSystemPath; in UpdateSpecialFileMenu() 745 …oslFileError nError = osl_abbreviateSystemPath( aSystemPath.pData, &aCompactedSystemPath.pData, 46… in UpdateSpecialFileMenu() 749 aMenuTitle = aSystemPath; in UpdateSpecialFileMenu()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 934 ::rtl::OUString aSystemPath; in impl_sta_ShowDialogModal() 935 osl_getSystemPathFromFileURL( aFileURL.pData, &aSystemPath.pData ); in impl_sta_ShowDialogModal() 938 … HANDLE hFind = FindFirstFile( reinterpret_cast<LPCWSTR>(aSystemPath.getStr()), &aFindFileData ); in impl_sta_ShowDialogModal()
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 975 ::rtl::OUString aSystemPath; in ImpCreateFullFilterPath() 976 ::osl::FileBase::getSystemPathFromFileURL( aPathURL, aSystemPath ); in ImpCreateFullFilterPath() 977 aSystemPath += ::rtl::OUString( rFilterName ); in ImpCreateFullFilterPath() 979 return String( aSystemPath ); in ImpCreateFullFilterPath()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 112 ::rtl::OUString aSystemPath; in isLocalFile_Impl() 118 aSystemPath = aRet; in isLocalFile_Impl() 126 aSystemPath = getSystemPathFromFileURL( xManager, aURL ); in isLocalFile_Impl() 133 return ( aSystemPath.getLength() != 0 ); in isLocalFile_Impl()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 154 rtl::OUString aSystemPath; in getImageFromFileName() local 155 osl::File::getSystemPathFromFileURL(aFile, aSystemPath); in getImageFromFileName() 159 &aSystemPath.pData, 1, // [in] Arguments in getImageFromFileName()
|
/aoo41x/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 78 ::rtl::OUString aSystemPath; in isLocalFile_Impl() 87 aSystemPath = ::ucbhelper::getSystemPathFromFileURL( xManager, aURL ); in isLocalFile_Impl() 93 return ( aSystemPath.getLength() != 0 ); in isLocalFile_Impl()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 174 OUString aSystemPath; in scanForButtonSets() local
|
H A D | htmlex.cxx | 3190 OUString aSystemPath; in checkForExistingFiles() local 3191 osl::FileBase::getSystemPathFromFileURL( maExportPath, aSystemPath ); in checkForExistingFiles() 3192 aMsg.SearchAndReplaceAscii( "%FILENAME", aSystemPath ); in checkForExistingFiles()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 5493 rtl::OUString aSystemPath; in PathToFileName() local 5498 aSystemPath) in PathToFileName() 5501 return aSystemPath; in PathToFileName()
|