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()
745 self.interactionHandler = DummyInteractionHandler()747 return self.interactionHandler
Completed in 26 milliseconds