Lines Matching refs:mxConfigurationController
59 mxConfigurationController(NULL), in ReadOnlyModeObserver()
84 mxConfigurationController = xControllerManager->getConfigurationController(); in ReadOnlyModeObserver()
85 if (mxConfigurationController.is()) in ReadOnlyModeObserver()
87 mxConfigurationController->addConfigurationChangeListener( in ReadOnlyModeObserver()
112 if (mxConfigurationController.is()) in disposing()
114 mxConfigurationController->removeConfigurationChangeListener(this); in disposing()
115 mxConfigurationController = NULL; in disposing()
186 if (rEvent.Source == mxConfigurationController) in disposing()
187 mxConfigurationController = NULL; in disposing()
209 mxConfigurationController->removeConfigurationChangeListener(this); in notifyConfigurationChange()
210 mxConfigurationController = NULL; in notifyConfigurationChange()