Home
last modified time | relevance | path

Searched refs:sTmpPath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java292 String sTmpPath = util.utils.getUsersTempDir(); in createWordPrintHelper() local
304 String sName = sTmpPath + fs + sPrintViaWord; in createWordPrintHelper()
426 String sTmpPath = util.utils.getUsersTempDir(); in createWordStoreHelper() local
439 String sName = sTmpPath + fs + sSaveViaWord; in createWordStoreHelper()
509 String sTmpPath = util.utils.getUsersTempDir(); in createExcelPrintHelper() local
520 String sName = sTmpPath + fs + sPrintViaExcel; in createExcelPrintHelper()
607 String sTmpPath = util.utils.getUsersTempDir(); in createExcelStoreHelper() local
618 String sName = sTmpPath + fs + sSaveViaExcel; in createExcelStoreHelper()
697 String sTmpPath = util.utils.getUsersTempDir(); in createPowerPointPrintHelper() local
708 String sName = sTmpPath + fs + sPrintViaPowerPoint; in createPowerPointPrintHelper()
H A DFileHelper.java320 String sTmpPath = util.utils.getUsersTempDir(); in isDebugEnabled() local
323 String sName = sTmpPath + fs + "DOC_COMPARATOR_DEBUG"; in isDebugEnabled()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java381 String sTmpPath = util.utils.getUsersTempDir(); in createWordPrintHelper() local
392 String sFileName = FileHelper.appendPath(sTmpPath, sPrintViaWord); in createWordPrintHelper()
514 String sTmpPath = util.utils.getUsersTempDir(); in createWordStoreHelper() local
526 String sName = FileHelper.appendPath(sTmpPath, sSaveViaWord); in createWordStoreHelper()
596 String sTmpPath = util.utils.getUsersTempDir(); in createExcelPrintHelper() local
606 String sName = FileHelper.appendPath(sTmpPath, sPrintViaExcel); in createExcelPrintHelper()
699 String sTmpPath = util.utils.getUsersTempDir(); in createExcelStoreHelper() local
709 String sName = FileHelper.appendPath(sTmpPath, sSaveViaExcel); in createExcelStoreHelper()
788 String sTmpPath = util.utils.getUsersTempDir(); in createPowerPointPrintHelper() local
798 String sName = FileHelper.appendPath(sTmpPath, sPrintViaPowerPoint); in createPowerPointPrintHelper()
H A DFileHelper.java351 String sTmpPath = util.utils.getUsersTempDir(); in isDebugEnabled() local
354 String sName = sTmpPath + fs + "DOC_COMPARATOR_DEBUG"; in isDebugEnabled()
/trunk/main/cui/source/options/
H A Doptpath.cxx341 String sTmpPath = sUser; in Reset() local
342 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()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx335 OUString sTmpPath; in createTempFile() local
341 sTmpPath = convertToFileUrl(sTmp); in createTempFile()
343 if (osl_createTempFile(sTmpPath.pData, &m_file, &sTmpName.pData) == osl_File_E_None) { in createTempFile()

Completed in 88 milliseconds