Lines Matching refs:xCC
101 Reference<XConfigurationController> xCC; in Register() local
106 xCC = Reference<XConfigurationController>(xCM->getConfigurationController()); in Register()
107 mxConfigurationControllerWeak = xCC; in Register()
108 if ( ! xCC.is()) in Register()
114 xCC->addResourceFactory( in Register()
122 if (xCC.is()) in Register()
123 xCC->removeResourceFactoryForReference(this); in Register()
143 Reference<XConfigurationController> xCC (mxConfigurationControllerWeak); in disposing() local
144 if (xCC.is()) in disposing()
145 xCC->removeResourceFactoryForReference(this); in disposing()
259 Reference<XConfigurationController> xCC (mxConfigurationControllerWeak); in CreatePane() local
260 if ( ! xCC.is()) in CreatePane()
267 Reference<XPane> xParentPane (xCC->getResource(rxPaneId->getAnchor()), UNO_QUERY); in CreatePane()