Lines Matching refs:fs
233 String fs = System.getProperty("file.separator"); in printToFileWithMSOffice() local
234 if (! sUserDir.endsWith(fs)) in printToFileWithMSOffice()
236 sUserDir = sUserDir + fs; in printToFileWithMSOffice()
294 String fs = System.getProperty("file.separator"); in createWordPrintHelper() local
304 String sName = sTmpPath + fs + sPrintViaWord; in createWordPrintHelper()
397 String fs = System.getProperty("file.separator"); in searchLocalFile() local
400 File aPerlScript = new File(userdir + fs + _sScriptName); in searchLocalFile()
428 String fs = System.getProperty("file.separator"); in createWordStoreHelper() local
439 String sName = sTmpPath + fs + sSaveViaWord; in createWordStoreHelper()
511 String fs = System.getProperty("file.separator"); in createExcelPrintHelper() local
520 String sName = sTmpPath + fs + sPrintViaExcel; in createExcelPrintHelper()
609 String fs = System.getProperty("file.separator"); in createExcelStoreHelper() local
618 String sName = sTmpPath + fs + sSaveViaExcel; in createExcelStoreHelper()
699 String fs = System.getProperty("file.separator"); in createPowerPointPrintHelper() local
708 String sName = sTmpPath + fs + sPrintViaPowerPoint; in createPowerPointPrintHelper()