Searched refs:sOfficeType (Results 1 – 2 of 2) sorted by relevance
190 String sOfficeType = getOfficeType(_sInputFile); in printToFileWithMSOffice() local194 if (sOfficeType.equals("excel")) in printToFileWithMSOffice()198 else if (sOfficeType.equals("word")) in printToFileWithMSOffice()809 String sOfficeType = ""; in getOfficeType() local829 sOfficeType = "word"; in getOfficeType()833 sOfficeType = "excel"; in getOfficeType()863 return sOfficeType; in getOfficeType()
278 String sOfficeType = getOfficeType(_sInputFile); in printToFileWithMSOffice() local282 if (sOfficeType.equals("excel")) in printToFileWithMSOffice()286 else if (sOfficeType.equals("word")) in printToFileWithMSOffice()899 String sOfficeType = ""; in getOfficeType() local919 sOfficeType = "word"; in getOfficeType()923 sOfficeType = "excel"; in getOfficeType()953 return sOfficeType; in getOfficeType()
Completed in 47 milliseconds