Searched refs:interactionHandler (Results 1 – 2 of 2) sorted by relevance
100 boost::optional< Reference<task::XInteractionHandler> > interactionHandler; in ProgressLogImpl() local101 comphelper::unwrapArgs( args, log_file, interactionHandler ); in ProgressLogImpl()108 if (interactionHandler) in ProgressLogImpl()109 xSimpleFileAccess->setInteractionHandler( *interactionHandler ); in ProgressLogImpl()
751 self.interactionHandler = DummyInteractionHandler()753 return self.interactionHandler
Completed in 24 milliseconds