Lines Matching refs:Core

66     class Core : public ::cppu::WeakImplHelper3<XCore,XServiceInfo,XTerminateListener>  class
75 Core(const Reference<XComponentContext>&);
76 virtual ~Core();
102 Core::Core(const Reference<XComponentContext>&) in Core() function in oooimprovecore::Core
105 Core::~Core() in ~Core()
108 sal_Int32 SAL_CALL Core::getSessionLogEventCount() throw(RuntimeException) in getSessionLogEventCount()
111 sal_Bool SAL_CALL Core::getUiEventsLoggerEnabled() throw(RuntimeException) in getUiEventsLoggerEnabled()
114 void SAL_CALL Core::inviteUser() throw(RuntimeException) in inviteUser()
145 sal_Bool SAL_CALL Core::supportsService(const OUString& service_name) throw(RuntimeException) in supportsService()
153 OUString SAL_CALL Core::getImplementationName() throw(RuntimeException) in getImplementationName()
156 Sequence<OUString> SAL_CALL Core::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
159 OUString SAL_CALL Core::getImplementationName_static() in getImplementationName_static()
162 Sequence<OUString> SAL_CALL Core::getSupportedServiceNames_static() in getSupportedServiceNames_static()
169 void Core::queryTermination(const EventObject&) throw(RuntimeException) in queryTermination()
172 void Core::notifyTermination(const EventObject&) throw(RuntimeException) in notifyTermination()
177 void Core::disposing(const EventObject&) throw(RuntimeException) in disposing()
180 Reference<XInterface> Core::Create(const Reference<XComponentContext>& context) in Create()
181 { return *(new Core(context)); } in Create()
185 static OAutoRegistration<Core> auto_reg; in createRegistryInfo_Core()