Searched refs:m_pMethod (Results 1 – 5 of 5) sorted by relevance
73 ,m_pMethod( pMethod ) in BasicMethodNodeImpl()77 if ( m_pMethod ) in BasicMethodNodeImpl()79 SbModule* pModule = m_pMethod->GetModule(); in BasicMethodNodeImpl()90 m_sURI += m_pMethod->GetName(); in BasicMethodNodeImpl()131 if ( m_pMethod ) in IMPLEMENT_FORWARD_XINTERFACE2()132 sMethodName = m_pMethod->GetName(); in IMPLEMENT_FORWARD_XINTERFACE2()244 if ( m_pMethod ) in invoke()246 m_pMethod->GetLineRange( nLine1, nLine2 ); in invoke()247 SbModule* pModule = m_pMethod->GetModule(); in invoke()
63 SbMethod* m_pMethod; member in basprov::BasicMethodNodeImpl
261 NotificationMethod m_pMethod; member in cppu::OInterfaceContainerHelper::NotifySingleListener264 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()268 (listener.get()->*m_pMethod)( m_rEvent ); in operator ()()
287 ContainerApprovalMethod m_pMethod; member292 :m_pMethod( _pMethod ) in RaiseExceptionFromVeto()299 Reference< XVeto > xVeto = (_Listener.get()->*m_pMethod)( m_rEvent ); in operator ()()
3038 NotificationMethod m_pMethod; member in __anon88061a2c0311::NotifySingleListenerIgnoreRE3041 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()3047 (listener.get()->*m_pMethod)( m_rEvent ); in operator ()()
Completed in 57 milliseconds