Lines Matching refs:ConfigurationController

64     return static_cast<XWeak*>(new ConfigurationController());  in ConfigurationController_createInstance()
92 class ConfigurationController::Implementation
96 ConfigurationController& rController,
137 ConfigurationController::Lock::Lock (const Reference<XConfigurationController>& rxController) in Lock()
149 ConfigurationController::Lock::~Lock (void) in ~Lock()
160 ConfigurationController::ConfigurationController (void) throw() in ConfigurationController() function in sd::framework::ConfigurationController
170 ConfigurationController::~ConfigurationController (void) throw() in ~ConfigurationController()
177 void SAL_CALL ConfigurationController::disposing (void) in disposing()
216 void ConfigurationController::ProcessEvent (void) in ProcessEvent()
229 void ConfigurationController::RequestSynchronousUpdate (void) in RequestSynchronousUpdate()
243 void SAL_CALL ConfigurationController::addConfigurationChangeListener ( in addConfigurationChangeListener()
259 void SAL_CALL ConfigurationController::removeConfigurationChangeListener ( in removeConfigurationChangeListener()
272 void SAL_CALL ConfigurationController::notifyEvent ( in notifyEvent()
286 void SAL_CALL ConfigurationController::lock (void) in lock()
305 void SAL_CALL ConfigurationController::unlock (void) in unlock()
324 void SAL_CALL ConfigurationController::requestResourceActivation ( in requestResourceActivation()
390 void SAL_CALL ConfigurationController::requestResourceDeactivation ( in requestResourceDeactivation()
433 Reference<XResource> SAL_CALL ConfigurationController::getResource ( in getResource()
448 void SAL_CALL ConfigurationController::update (void) in update()
470 sal_Bool SAL_CALL ConfigurationController::hasPendingRequests (void) in hasPendingRequests()
483 void SAL_CALL ConfigurationController::postChangeRequest ( in postChangeRequest()
496 Reference<XConfiguration> SAL_CALL ConfigurationController::getRequestedConfiguration (void) in getRequestedConfiguration()
512 Reference<XConfiguration> SAL_CALL ConfigurationController::getCurrentConfiguration (void) in getCurrentConfiguration()
532 void SAL_CALL ConfigurationController::restoreConfiguration ( in restoreConfiguration()
595 void SAL_CALL ConfigurationController::addResourceFactory( in addResourceFactory()
608 void SAL_CALL ConfigurationController::removeResourceFactoryForURL( in removeResourceFactoryForURL()
620 void SAL_CALL ConfigurationController::removeResourceFactoryForReference( in removeResourceFactoryForReference()
632 Reference<XResourceFactory> SAL_CALL ConfigurationController::getResourceFactory ( in getResourceFactory()
647 void SAL_CALL ConfigurationController::initialize (const Sequence<Any>& aArguments) in initialize()
667 void ConfigurationController::ThrowIfDisposed (void) const in ThrowIfDisposed()
693 ConfigurationController::Implementation::Implementation ( in Implementation()
694 ConfigurationController& rController, in Implementation()
715 ConfigurationController::Implementation::~Implementation (void) in ~Implementation()