Lines Matching refs:pMeth

596 	SbMethod* pMeth = p ? PTR_CAST(SbMethod,p) : NULL;  in GetMethod()  local
597 if( p && !pMeth ) in GetMethod()
599 if( !pMeth ) in GetMethod()
601 pMeth = new SbMethod( rName, t, this ); in GetMethod()
602 pMeth->SetParent( this ); in GetMethod()
603 pMeth->SetFlags( SBX_READ ); in GetMethod()
604 pMethods->Put( pMeth, pMethods->Count() ); in GetMethod()
605 StartListening( pMeth->GetBroadcaster(), sal_True ); in GetMethod()
609 pMeth->bInvalid = sal_False; in GetMethod()
610 pMeth->ResetFlag( SBX_FIXED ); in GetMethod()
611 pMeth->SetFlag( SBX_WRITE ); in GetMethod()
612 pMeth->SetType( t ); in GetMethod()
613 pMeth->ResetFlag( SBX_WRITE ); in GetMethod()
615 pMeth->SetFlag( SBX_FIXED ); in GetMethod()
616 return pMeth; in GetMethod()
779 SbMethod* pMeth = PTR_CAST(SbMethod,pVar); in SFX_NOTIFY() local
785 else if( pMeth ) in SFX_NOTIFY()
789 if( pMeth->bInvalid && !Compile() ) in SFX_NOTIFY()
874 SbMethod* pMeth = NULL; in SetSource32() local
884 pMeth = GetMethod( aName_, t ); in SetSource32()
885 pMeth->nLine1 = pMeth->nLine2 = nLine1; in SetSource32()
887 pMeth->bInvalid = sal_False; in SetSource32()
899 pMeth->nLine2 = aTok.GetLine(); in SetSource32()
904 pMeth->nLine2 = aTok.GetLine(); in SetSource32()
1033 sal_uInt16 SbModule::Run( SbMethod* pMeth ) in Run() argument
1133 SendHint( GetParent(), SBX_HINT_BASICSTART, pMeth ); in Run()
1138 pINST->CalcBreakCallLevel( pMeth->GetDebugFlags() ); in Run()
1143 SbiRuntime* pRt = new SbiRuntime( this, pMeth, pMeth->nStart ); in Run()
1146 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl ); in Run()
1163 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl, bLeave ); in Run()
1205 SendHint( GetParent(), SBX_HINT_BASICSTOP, pMeth ); in Run()
1660 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart() local
1661 if( pMeth ) in fixUpMethodStart()
1665 pMeth->nStart = pImg->CalcLegacyOffset( pMeth->nStart ); in fixUpMethodStart()
1667 pMeth->nStart = pImg->CalcNewOffset( (sal_uInt16)pMeth->nStart ); in fixUpMethodStart()
1855 SbxVariable* pMeth = Find( aProcName, SbxCLASS_METHOD ); in handleProcedureProperties() local
1856 if( pMeth ) in handleProcedureProperties()
1866 xMethParameters->Put( pMeth, 0 ); // Method as parameter 0 in handleProcedureProperties()
1873 pMeth->SetParameters( xMethParameters ); in handleProcedureProperties()
1874 pMeth->Get( aVals ); in handleProcedureProperties()
1875 pMeth->SetParameters( NULL ); in handleProcedureProperties()
1879 pMeth->Get( aVals ); in handleProcedureProperties()
1887 SbxVariable* pMeth = NULL; in handleProcedureProperties() local
1897 pMeth = Find( aProcName, SbxCLASS_METHOD ); in handleProcedureProperties()
1899 if( !pMeth ) // Let in handleProcedureProperties()
1904 pMeth = Find( aProcName, SbxCLASS_METHOD ); in handleProcedureProperties()
1907 if( pMeth ) in handleProcedureProperties()
1911 xArray->Put( pMeth, 0 ); // Method as parameter 0 in handleProcedureProperties()
1913 pMeth->SetParameters( xArray ); in handleProcedureProperties()
1916 pMeth->Get( aVals ); in handleProcedureProperties()
1917 pMeth->SetParameters( NULL ); in handleProcedureProperties()
2449 SbxVariable* pMeth = SbObjModule::Find( aMethodToRun, SbxCLASS_METHOD ); in triggerMethod() local
2450 if( pMeth ) in triggerMethod()
2455 xArray->Put( pMeth, 0 ); // Method as parameter 0 in triggerMethod()
2467 pMeth->SetParameters( xArray ); in triggerMethod()
2470 pMeth->Get( aVals ); in triggerMethod()
2476 pMeth->SetParameters( NULL ); in triggerMethod()
2481 pMeth->Get( aVals ); in triggerMethod()
2590 …SbxVariable* pMeth = SbObjModule::Find( String( RTL_CONSTASCII_USTRINGPARAM( "UnloadObject" ) ), S… in Unload() local
2591 if( pMeth ) in Unload()
2602 pMeth->Get( aVals); in Unload()