Searched refs:isPowerPointDocument (Results 1 – 2 of 2) sorted by relevance
83 static boolean isPowerPointDocument(String _sSuffix) in isPowerPointDocument() method in MSOfficePrint101 if (isPowerPointDocument(sDocumentSuffix)) return true; in isMSOfficeDocumentFormat()122 else if (isPowerPointDocument(sDocumentSuffix)) in storeToFileWithMSOffice()183 else if (isPowerPointDocument(sDocumentSuffix)) in printToFileWithMSOffice()
160 private boolean isPowerPointDocument(String _sSuffix) in isPowerPointDocument() method in MSOfficePostscriptCreator178 if (isPowerPointDocument(sDocumentSuffix)) {return true;} in isMSOfficeDocumentFormat()199 else if (isPowerPointDocument(sDocumentSuffix)) in storeToFileWithMSOffice()271 else if (isPowerPointDocument(sDocumentSuffix)) in printToFileWithMSOffice()
Completed in 31 milliseconds