Home
last modified time | relevance | path

Searched refs:m_pMethod (Results 1 – 5 of 5) sorted by relevance

/trunk/main/scripting/source/basprov/
H A Dbasmethnode.cxx73 ,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()
H A Dbasmethnode.hxx63 SbMethod* m_pMethod; member in basprov::BasicMethodNodeImpl
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h261 NotificationMethod m_pMethod; member in cppu::OInterfaceContainerHelper::NotifySingleListener
264 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()
268 (listener.get()->*m_pMethod)( m_rEvent ); in operator ()()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx287 ContainerApprovalMethod m_pMethod; member
292 :m_pMethod( _pMethod ) in RaiseExceptionFromVeto()
299 Reference< XVeto > xVeto = (_Listener.get()->*m_pMethod)( m_rEvent ); in operator ()()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3038 NotificationMethod m_pMethod; member in __anon390e2f630311::NotifySingleListenerIgnoreRE
3041 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()
3047 (listener.get()->*m_pMethod)( m_rEvent ); in operator ()()

Completed in 64 milliseconds