Searched refs:getClientId (Results 1 – 5 of 5) sorted by relevance
/trunk/main/comphelper/source/misc/ |
H A D | accessiblecontexthelper.cxx | 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() [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleGridControlBase.cxx | 86 if ( getClientId( ) ) in disposing() 88 AccessibleEventNotifier::TClientId nId( getClientId( ) ); in disposing() 257 if ( !getClientId( ) ) in addEventListener() 260 AccessibleEventNotifier::addEventListener( getClientId( ), _rxListener ); in addEventListener() 268 if( _rxListener.is() && getClientId( ) ) in removeEventListener() 271 …sal_Int32 nListenerCount = AccessibleEventNotifier::removeEventListener( getClientId( ), _rxListen… in removeEventListener() 278 AccessibleEventNotifier::TClientId nId( getClientId( ) ); in removeEventListener() 400 if ( !getClientId( ) ) in commitEvent() 414 AccessibleEventNotifier::addEvent( getClientId( ), aEvent ); in commitEvent()
|
H A D | AccessibleBrowseBoxBase.cxx | 120 if ( getClientId( ) ) in disposing() 122 AccessibleEventNotifier::TClientId nId( getClientId( ) ); in disposing() 311 if ( !getClientId( ) ) in addEventListener() 314 AccessibleEventNotifier::addEventListener( getClientId( ), _rxListener ); in addEventListener() 322 if( _rxListener.is() && getClientId( ) ) in removeEventListener() 325 …sal_Int32 nListenerCount = AccessibleEventNotifier::removeEventListener( getClientId( ), _rxListen… in removeEventListener() 333 AccessibleEventNotifier::TClientId nId( getClientId( ) ); in removeEventListener() 490 if ( !getClientId( ) ) in commitEvent() 504 AccessibleEventNotifier::addEvent( getClientId( ), aEvent ); in commitEvent()
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleGridControlBase.hxx | 331 ::comphelper::AccessibleEventNotifier::TClientId getClientId() const { return m_aClientId; } in getClientId() function in accessibility::AccessibleGridControlBase
|
H A D | AccessibleBrowseBoxBase.hxx | 365 ::comphelper::AccessibleEventNotifier::TClientId getClientId() const { return m_aClientId; } in getClientId() function in accessibility::AccessibleBrowseBoxBase
|
Completed in 30 milliseconds