Home
last modified time | relevance | path

Searched refs:msDownloadPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx102 rtl::OUString msDownloadPath; member in UpdateHandler
177 … void setDownloadPath( const rtl::OUString &rPath ) { msDownloadPath = rPath; } in setDownloadPath()
H A Dupdatehdl.cxx267 osl::FileBase::getSystemPathFromFileURL( aDownloadURL, msDownloadPath ); in setDownloadFile()
667 searchAndReplaceAll( sString, UNISTRING( "%DOWNLOAD_PATH" ), msDownloadPath ); in substVariables()
1071 searchAndReplaceAll( aMsg, UNISTRING( "%DOWNLOAD_PATH" ), msDownloadPath ); in showOverwriteWarning()