Lines Matching refs:UUIInteractionHandler
29 UUIInteractionHandler::UUIInteractionHandler( in UUIInteractionHandler() function in UUIInteractionHandler
38 UUIInteractionHandler::~UUIInteractionHandler() in ~UUIInteractionHandler()
43 rtl::OUString SAL_CALL UUIInteractionHandler::getImplementationName() in getImplementationName()
50 UUIInteractionHandler::supportsService(rtl::OUString const & rServiceName) in supportsService()
62 UUIInteractionHandler::getSupportedServiceNames() in getSupportedServiceNames()
69 UUIInteractionHandler::initialize( in initialize()
78 UUIInteractionHandler::handle( in handle()
92 ::sal_Bool SAL_CALL UUIInteractionHandler::handleInteractionRequest( in handleInteractionRequest()
106 char const UUIInteractionHandler::m_aImplementationName[]
110 UUIInteractionHandler::getSupportedServiceNames_static() in getSupportedServiceNames_static()
125 UUIInteractionHandler::createInstance( in createInstance()
132 return *new UUIInteractionHandler(rServiceFactory); in createInstance()