Searched refs:sTmpPath (Results 1 – 6 of 6) sorted by relevance
292 String sTmpPath = util.utils.getUsersTempDir(); in createWordPrintHelper() local304 String sName = sTmpPath + fs + sPrintViaWord; in createWordPrintHelper()426 String sTmpPath = util.utils.getUsersTempDir(); in createWordStoreHelper() local439 String sName = sTmpPath + fs + sSaveViaWord; in createWordStoreHelper()509 String sTmpPath = util.utils.getUsersTempDir(); in createExcelPrintHelper() local520 String sName = sTmpPath + fs + sPrintViaExcel; in createExcelPrintHelper()607 String sTmpPath = util.utils.getUsersTempDir(); in createExcelStoreHelper() local618 String sName = sTmpPath + fs + sSaveViaExcel; in createExcelStoreHelper()697 String sTmpPath = util.utils.getUsersTempDir(); in createPowerPointPrintHelper() local708 String sName = sTmpPath + fs + sPrintViaPowerPoint; in createPowerPointPrintHelper()
320 String sTmpPath = util.utils.getUsersTempDir(); in isDebugEnabled() local323 String sName = sTmpPath + fs + "DOC_COMPARATOR_DEBUG"; in isDebugEnabled()
381 String sTmpPath = util.utils.getUsersTempDir(); in createWordPrintHelper() local392 String sFileName = FileHelper.appendPath(sTmpPath, sPrintViaWord); in createWordPrintHelper()514 String sTmpPath = util.utils.getUsersTempDir(); in createWordStoreHelper() local526 String sName = FileHelper.appendPath(sTmpPath, sSaveViaWord); in createWordStoreHelper()596 String sTmpPath = util.utils.getUsersTempDir(); in createExcelPrintHelper() local606 String sName = FileHelper.appendPath(sTmpPath, sPrintViaExcel); in createExcelPrintHelper()699 String sTmpPath = util.utils.getUsersTempDir(); in createExcelStoreHelper() local709 String sName = FileHelper.appendPath(sTmpPath, sSaveViaExcel); in createExcelStoreHelper()788 String sTmpPath = util.utils.getUsersTempDir(); in createPowerPointPrintHelper() local798 String sName = FileHelper.appendPath(sTmpPath, sPrintViaPowerPoint); in createPowerPointPrintHelper()
351 String sTmpPath = util.utils.getUsersTempDir(); in isDebugEnabled() local354 String sName = sTmpPath + fs + "DOC_COMPARATOR_DEBUG"; in isDebugEnabled()
341 String sTmpPath = sUser; in Reset() local342 if ( sTmpPath.Len() > 0 && sWritable.Len() > 0 ) in Reset()343 sTmpPath += MULTIPATH_DELIMITER; in Reset()344 sTmpPath += sWritable; in Reset()345 String aValue( sTmpPath ); in Reset()
335 OUString sTmpPath; in createTempFile() local341 sTmpPath = convertToFileUrl(sTmp); in createTempFile()343 if (osl_createTempFile(sTmpPath.pData, &m_file, &sTmpName.pData) == osl_File_E_None) { in createTempFile()
Completed in 35 milliseconds