Lines Matching refs:OOfficeRestartManager

41 uno::Sequence< ::rtl::OUString > SAL_CALL OOfficeRestartManager::getSupportedServiceNames_static()  in getSupportedServiceNames_static()
49 ::rtl::OUString SAL_CALL OOfficeRestartManager::getImplementationName_static() in getImplementationName_static()
55 ::rtl::OUString SAL_CALL OOfficeRestartManager::getSingletonName_static() in getSingletonName_static()
61 ::rtl::OUString SAL_CALL OOfficeRestartManager::getServiceName_static() in getServiceName_static()
67 uno::Reference< uno::XInterface > SAL_CALL OOfficeRestartManager::Create( const uno::Reference< uno… in Create()
69 return static_cast< cppu::OWeakObject* >( new OOfficeRestartManager( rxContext ) ); in Create()
74 void SAL_CALL OOfficeRestartManager::requestRestart( const uno::Reference< task::XInteractionHandle… in requestRestart()
116 ::sal_Bool SAL_CALL OOfficeRestartManager::isRestartRequested( ::sal_Bool bOfficeInitialized ) in isRestartRequested()
129 void SAL_CALL OOfficeRestartManager::notify( const uno::Any& /* aData */ ) in notify()
176 ::rtl::OUString SAL_CALL OOfficeRestartManager::getImplementationName() throw (uno::RuntimeExceptio… in getImplementationName()
182 ::sal_Bool SAL_CALL OOfficeRestartManager::supportsService( const ::rtl::OUString& aServiceName ) t… in supportsService()
195 uno::Sequence< ::rtl::OUString > SAL_CALL OOfficeRestartManager::getSupportedServiceNames() throw (… in getSupportedServiceNames()
204 …static ::comphelper::module::OAutoRegistration< ::comphelper::OOfficeRestartManager > aAutoRegistr… in createRegistryInfo_OOfficeRestartManager()
205 …static ::comphelper::module::OSingletonRegistration< ::comphelper::OOfficeRestartManager > aSingle… in createRegistryInfo_OOfficeRestartManager()