Lines Matching refs:SbMethod

417         pMethod = (SbMethod*) m_pMod->SbModule::Find( aName,  SbxCLASS_METHOD );  in getMethod()
440 TYPEINIT1(SbMethod,SbxMethod)
444 TYPEINIT1(SbJScriptMethod,SbMethod)
577 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in StartDefinitions()
593 SbMethod* SbModule::GetMethod( const String& rName, SbxDataType t ) in GetMethod()
596 SbMethod* pMeth = p ? PTR_CAST(SbMethod,p) : NULL; in GetMethod()
601 pMeth = new SbMethod( rName, t, this ); in GetMethod()
657 ( const String& rName, SbMethod* pImplMeth ) in GetIfaceMapperMethod()
678 TYPEINIT1(SbIfaceMapperMethod,SbMethod) in TYPEINIT1() argument
687 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in TYPEINIT1()
779 SbMethod* pMeth = PTR_CAST(SbMethod,pVar); in SFX_NOTIFY()
797 Run( (SbMethod*) pVar ); in SFX_NOTIFY()
874 SbMethod* pMeth = NULL; in SetSource32()
916 SbMethod* SbModule::GetFunctionForLine( sal_uInt16 nLine ) in GetFunctionForLine()
920 SbMethod* p = (SbMethod*) pMethods->Get( i ); in GetFunctionForLine()
932 static void _SendHint( SbxObject* pObj, sal_uIntPtr nId, SbMethod* p ) in _SendHint()
947 static void SendHint( SbxObject* pObj, sal_uIntPtr nId, SbMethod* p ) in SendHint()
1033 sal_uInt16 SbModule::Run( SbMethod* pMeth ) in Run()
1660 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart()
1822 SbMethod* q = PTR_CAST(SbMethod,p->Get( i ) ); in LoadCompleted()
1966 SbMethod::SbMethod( const String& r, SbxDataType t, SbModule* p ) in SbMethod() function in SbMethod
1979 SbMethod::SbMethod( const SbMethod& r ) in SbMethod() function in SbMethod
1992 SbMethod::~SbMethod() in ~SbMethod()
1996 SbxArray* SbMethod::GetLocals() in GetLocals()
2004 void SbMethod::ClearStatics() in ClearStatics()
2009 SbxArray* SbMethod::GetStatics() in GetStatics()
2014 sal_Bool SbMethod::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData()
2030 sal_Bool SbMethod::StoreData( SvStream& rStrm ) const in StoreData()
2042 void SbMethod::GetLineRange( sal_uInt16& l1, sal_uInt16& l2 ) in GetLineRange()
2049 SbxInfo* SbMethod::GetInfo() in GetInfo()
2057 ErrCode SbMethod::Call( SbxValue* pRet ) in Call()
2092 void SbMethod::Broadcast( sal_uIntPtr nHintId ) in Broadcast()
2111 SbMethod* pThisCopy = new SbMethod( *this ); in Broadcast()
2138 : SbMethod( r, t, p ) in SbJScriptMethod()