Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java83 static boolean isPowerPointDocument(String _sSuffix) in isPowerPointDocument() method in MSOfficePrint
101 if (isPowerPointDocument(sDocumentSuffix)) return true; in isMSOfficeDocumentFormat()
122 else if (isPowerPointDocument(sDocumentSuffix)) in storeToFileWithMSOffice()
183 else if (isPowerPointDocument(sDocumentSuffix)) in printToFileWithMSOffice()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java160 private boolean isPowerPointDocument(String _sSuffix) in isPowerPointDocument() method in MSOfficePostscriptCreator
178 if (isPowerPointDocument(sDocumentSuffix)) {return true;} in isMSOfficeDocumentFormat()
199 else if (isPowerPointDocument(sDocumentSuffix)) in storeToFileWithMSOffice()
271 else if (isPowerPointDocument(sDocumentSuffix)) in printToFileWithMSOffice()

Completed in 24 milliseconds