Lines Matching refs:pMethod
278 SbMethod* pMethod = NULL; in ChooseMacro() local
296 pMethod = pChooser->GetMacro(); in ChooseMacro()
297 if ( !pMethod && pChooser->GetMode() == MACROCHOOSER_RECORDING ) in ChooseMacro()
298 pMethod = pChooser->CreateMacro(); in ChooseMacro()
300 if ( !pMethod ) in ChooseMacro()
303 SbModule* pModule = pMethod->GetModule(); in ChooseMacro()
318 aName += pMethod->GetName(); in ChooseMacro()
381 pExecData->xMethod = pMethod; // keep alive until the event has been processed in ChooseMacro()
408 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() local
409 if( pMethod->IsHidden() ) in GetMethodNames()
417 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() local
418 if( pMethod->IsHidden() ) in GetMethodNames()
420 DBG_ASSERT( pMethod, "Method not found! (NULL)" ); in GetMethodNames()
421 aSeqMethods.getArray()[ iTarget++ ] = pMethod->GetName(); in GetMethodNames()
442 SbMethod* pMethod = (SbMethod*)pMethods->Find( rMethName, SbxCLASS_METHOD ); in HasMethod() local
443 if ( pMethod && !pMethod->IsHidden() ) in HasMethod()