Lines Matching refs:CoreController
37 CoreController::CoreController(const Reference<XMultiServiceFactory>& sf) in CoreController() function in oooimprovement::CoreController
41 CoreController::~CoreController() in ~CoreController()
44 …sal_Bool SAL_CALL CoreController::enablingUiEventsLoggerAllowed(sal_Int16 version) throw(RuntimeEx… in enablingUiEventsLoggerAllowed()
52 …sal_Bool SAL_CALL CoreController::showBuiltinOptionsPage(sal_Int16 version) throw(RuntimeException) in showBuiltinOptionsPage()
60 …sal_Bool SAL_CALL CoreController::supportsService(const OUString& service_name) throw(RuntimeExcep… in supportsService()
68 OUString SAL_CALL CoreController::getImplementationName() throw(RuntimeException) in getImplementationName()
71 Sequence<OUString> SAL_CALL CoreController::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
74 OUString SAL_CALL CoreController::getImplementationName_static() in getImplementationName_static()
77 Sequence<OUString> SAL_CALL CoreController::getSupportedServiceNames_static() in getSupportedServiceNames_static()
84 Reference<XInterface> SAL_CALL CoreController::Create(const Reference<XMultiServiceFactory>& sm) in Create()
85 { return *(new CoreController(sm)); } in Create()