Home
last modified time | relevance | path

Searched refs:sOfficeType (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/qadevOOo/runner/convwatch/
H A DMSOfficePrint.java190 String sOfficeType = getOfficeType(_sInputFile); in printToFileWithMSOffice() local
194 if (sOfficeType.equals("excel")) in printToFileWithMSOffice()
198 else if (sOfficeType.equals("word")) in printToFileWithMSOffice()
809 String sOfficeType = ""; in getOfficeType() local
829 sOfficeType = "word"; in getOfficeType()
833 sOfficeType = "excel"; in getOfficeType()
863 return sOfficeType; in getOfficeType()
/aoo42x/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java278 String sOfficeType = getOfficeType(_sInputFile); in printToFileWithMSOffice() local
282 if (sOfficeType.equals("excel")) in printToFileWithMSOffice()
286 else if (sOfficeType.equals("word")) in printToFileWithMSOffice()
899 String sOfficeType = ""; in getOfficeType() local
919 sOfficeType = "word"; in getOfficeType()
923 sOfficeType = "excel"; in getOfficeType()
953 return sOfficeType; in getOfficeType()

Completed in 75 milliseconds