Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java81 …XInterface oInteraction = (XInterface) xMSF.createInstance("com.sun.star.task.InteractionHandler"); in getInterfaces() local
82 xInteraction = UnoRuntime.queryInterface(XInteractionHandler.class, oInteraction); in getInterfaces()