Searched refs:OfficeIPCThreadController (Results 1 – 3 of 3) sorted by relevance
309 OUString SAL_CALL OfficeIPCThreadController::getImplementationName() in getImplementationName()314 sal_Bool SAL_CALL OfficeIPCThreadController::supportsService( const OUString& ) in supportsService()319 Sequence< OUString > SAL_CALL OfficeIPCThreadController::getSupportedServiceNames() in getSupportedServiceNames()326 void SAL_CALL OfficeIPCThreadController::disposing( const EventObject& ) in disposing()331 void SAL_CALL OfficeIPCThreadController::queryTermination( const EventObject& ) in queryTermination()343 void SAL_CALL OfficeIPCThreadController::notifyTermination( const EventObject& ) in notifyTermination()
133 class OfficeIPCThreadController : public ::cppu::WeakImplHelper2< class138 OfficeIPCThreadController() {} in OfficeIPCThreadController() function in desktop::OfficeIPCThreadController139 virtual ~OfficeIPCThreadController() {} in ~OfficeIPCThreadController()
2183 xDesktop->addTerminateListener( new OfficeIPCThreadController ); in Main()