Lines Matching refs:getClientId
67 getClientId() const { return m_nClientId; } in getClientId() function in comphelper::OContextHelper_Impl
137 if ( m_pImpl->getClientId( ) ) in disposing()
139 AccessibleEventNotifier::revokeClientNotifyDisposing( m_pImpl->getClientId( ), *this ); in disposing()
160 if ( !m_pImpl->getClientId( ) ) in addEventListener()
163 AccessibleEventNotifier::addEventListener( m_pImpl->getClientId( ), _rxListener ); in addEventListener()
179 …sal_Int32 nListenerCount = AccessibleEventNotifier::removeEventListener( m_pImpl->getClientId( ), … in removeEventListener()
186 AccessibleEventNotifier::revokeClient( m_pImpl->getClientId( ) ); in removeEventListener()
196 if ( !m_pImpl->getClientId( ) ) in NotifyAccessibleEvent()
209 AccessibleEventNotifier::addEvent( m_pImpl->getClientId( ), aEvent ); in NotifyAccessibleEvent()
225 if ( m_pImpl->getClientId( ) ) in BufferAccessibleEvent()
226 aListeners = AccessibleEventNotifier::getEventListeners( m_pImpl->getClientId( ) ); in BufferAccessibleEvent()