Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java384 Object typeDetect = xmsf.createInstance("com.sun.star.document.TypeDetection"); in getFileMediaDecriptor() local
391 …String type = UnoRuntime.queryInterface(XTypeDetection.class, typeDetect).queryTypeByDescriptor(me… in getFileMediaDecriptor()
393 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, typeDetect); in getFileMediaDecriptor()
407 Object typeDetect = xmsf.createInstance("com.sun.star.document.TypeDetection"); in getTypeMediaDescriptor() local
408 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, typeDetect); in getTypeMediaDescriptor()
/aoo4110/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java138 Object typeDetect = xmsf.createInstance("com.sun.star.document.TypeDetection"); in calcExportersTargetTypeNames() local
139 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, typeDetect); in calcExportersTargetTypeNames()

Completed in 16 milliseconds