Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java908 XTypeDetection aTypeDetection = null; in showType() local
912 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in showType()
919 if (aTypeDetection != null) in showType()
921 String sType = aTypeDetection.queryTypeByURL(_sInputURL); in showType()
1109 XTypeDetection aTypeDetection = null; in getFileExtension() local
1113 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in getFileExtension()
1120 if (aTypeDetection != null) in getFileExtension()
1122 … XNameAccess aNameAccess = UnoRuntime.queryInterface(XNameAccess.class, aTypeDetection); in getFileExtension()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java943 XTypeDetection aTypeDetection = null; in showType() local
947 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in showType()
954 if (aTypeDetection != null) in showType()
956 String sType = aTypeDetection.queryTypeByURL(_sInputURL); in showType()
1144 XTypeDetection aTypeDetection = null; in getFileExtension() local
1148 aTypeDetection =UnoRuntime.queryInterface(XTypeDetection.class, oObj); in getFileExtension()
1155 if (aTypeDetection != null) in getFileExtension()
1157 … XNameAccess aNameAccess = UnoRuntime.queryInterface(XNameAccess.class, aTypeDetection); in getFileExtension()

Completed in 30 milliseconds