Searched refs:aTypeDetection (Results 1 – 2 of 2) sorted by relevance
908 XTypeDetection aTypeDetection = null; in showType() local912 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() local1113 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in getFileExtension()1120 if (aTypeDetection != null) in getFileExtension()1122 … XNameAccess aNameAccess = UnoRuntime.queryInterface(XNameAccess.class, aTypeDetection); in getFileExtension()
943 XTypeDetection aTypeDetection = null; in showType() local947 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() local1148 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 26 milliseconds