Searched refs:sFileUrl (Results 1 – 2 of 2) sorted by relevance
238 String sFileUrl = util.utils.getOfficeTemp(m_xMsf) + "/Bookmarktest." + sExtension; in reloadFrom() local250 xStorable.storeToURL(sFileUrl, aStoreProperties); in reloadFrom()251 return util.WriterTools.loadTextDoc(m_xMsf, sFileUrl); in reloadFrom()253 if(util.utils.fileExists(m_xMsf, sFileUrl)) in reloadFrom()254 util.utils.deleteFile(m_xMsf, sFileUrl); in reloadFrom()
150 rtl::OUString sFileUrl; in PrivateProfileString() local155 sFileUrl = rFilename; in PrivateProfileString()157 osl::FileBase::getFileURLFromSystemPath( rFilename, sFileUrl); in PrivateProfileString()161 maPrivateProfileStringListener.Initialize( sFileUrl, aGroupName, aKey ); in PrivateProfileString()
Completed in 18 milliseconds