Lines Matching refs:xComp
88 void StopListening(const uno::Reference< lang::XComponent >& xComp);
89 void StartListening(const uno::Reference< lang::XComponent >& xComp);
102 void SdrControlEventListenerImpl::StopListening(const uno::Reference< lang::XComponent >& xComp) in StopListening() argument
104 if (xComp.is()) in StopListening()
105 xComp->removeEventListener(this); in StopListening()
108 void SdrControlEventListenerImpl::StartListening(const uno::Reference< lang::XComponent >& xComp) in StartListening() argument
110 if (xComp.is()) in StartListening()
111 xComp->addEventListener(this); in StartListening()
196 uno::Reference< lang::XComponent > xComp(xUnoControlModel, uno::UNO_QUERY); in ~SdrUnoObj() local
197 if (xComp.is()) in ~SdrUnoObj()
202 xComp->dispose(); in ~SdrUnoObj()
204 m_pImpl->pEventListener->StopListening(xComp); in ~SdrUnoObj()
350 uno::Reference< lang::XComponent > xComp(xUnoControlModel, uno::UNO_QUERY); in operator =() local
351 if (xComp.is()) in operator =()
352 m_pImpl->pEventListener->StartListening(xComp); in operator =()
531 uno::Reference< lang::XComponent > xComp(xUnoControlModel, uno::UNO_QUERY); in SetUnoControlModel() local
532 if (xComp.is()) in SetUnoControlModel()
533 m_pImpl->pEventListener->StopListening(xComp); in SetUnoControlModel()
550 uno::Reference< lang::XComponent > xComp(xUnoControlModel, uno::UNO_QUERY); in SetUnoControlModel() local
551 if (xComp.is()) in SetUnoControlModel()
552 m_pImpl->pEventListener->StartListening(xComp); in SetUnoControlModel()