Lines Matching refs:pMethod
349 SbMethod* pMethod = 0; in BasicExecute() local
360 pMethod = pM; in BasicExecute()
364 else if ( !pMethod || ( nStart < nCurMethodStart && !pM->IsHidden() ) ) in BasicExecute()
366 pMethod = pM; in BasicExecute()
370 if ( !pMethod ) in BasicExecute()
375 …pMethod = (SbMethod*)xModule->Find( String( RTL_CONSTASCII_USTRINGPARAM( "Main" ) ), SbxCLASS_METH… in BasicExecute()
377 if ( pMethod ) in BasicExecute()
379 pMethod->SetDebugFlags( aStatus.nBasicFlags ); in BasicExecute()
381 BasicIDE::RunMethod( pMethod ); in BasicExecute()
609 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in ToggleBreakPoint() local
610 DBG_ASSERT( pMethod, "Methode nicht gefunden! (NULL)" ); in ToggleBreakPoint()
611 pMethod->SetDebugFlags( pMethod->GetDebugFlags() | SbDEBUG_BREAK ); in ToggleBreakPoint()
861 SbMethod* pMethod = (SbMethod*)xModule->Find( rMacroName, SbxCLASS_METHOD ); in EditMacro() local
862 if ( pMethod ) in EditMacro()
864 pMethod->GetLineRange( nStart, nEnd ); in EditMacro()
1383 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in BasicStarted() local
1384 DBG_ASSERT( pMethod, "Methode nicht gefunden! (NULL)" ); in BasicStarted()
1385 pMethod->SetDebugFlags( pMethod->GetDebugFlags() | SbDEBUG_BREAK ); in BasicStarted()