Lines Matching refs:SbxVariable

248 SbxVariable* StarBASIC::VBAFind( const String& rName, SbxClassType t )  in VBAFind()
498 if( SbxVariable* pVar = pMod->Find( rClassName, SbxCLASS_OBJECT ) ) in CreateObject()
535 SbxVariable* pVar = pProps->Get32( i ); in cloneTypeObjectImpl()
640 SbxVariable* pVar = pClassMethods->Get32( i ); in TYPEINIT1()
666 SbxVariable* pVar = pClassMethods->Get32( i ); in TYPEINIT1()
680 SbxVariable* p = pMethods->Find( aImplMethodName, SbxCLASS_METHOD ); in TYPEINIT1()
698 SbxVariable* pVar = pClassProps->Get32( i ); in TYPEINIT1()
785 SbxVariable* SbClassModuleObject::Find( const XubString& rName, SbxClassType t ) in Find()
787 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
812 SbxVariable* pMeth = SbxObject::Find( aInitMethodName, SbxCLASS_METHOD ); in triggerInitializeEvent()
828 SbxVariable* pMeth = SbxObject::Find( aTermMethodName, SbxCLASS_METHOD ); in triggerTerminateEvent()
890 SbxVariable* pVar = xToUseClassModules->Find( rClassName, SbxCLASS_OBJECT ); in CreateObject()
902 SbxVariable* pVar = xClassModules->Find( rClassName, SbxCLASS_DONTCARE ); in FindClass()
1004 SbxVariable* pListenerObj = xUnoListeners->Get( i ); in ~StarBASIC()
1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete()
1098 void StarBASIC::Insert( SbxVariable* pVar ) in Insert()
1115 void StarBASIC::Remove( SbxVariable* pVar ) in Remove()
1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules()
1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules()
1318 SbxVariable* StarBASIC::Find( const String& rName, SbxClassType t ) in Find()
1322 SbxVariable* pRes = NULL; in Find()
1403 SbxVariable* StarBASIC::FindVarInCurrentScopy in FindVarInCurrentScopy()
1407 SbxVariable* pVar = NULL; in FindVarInCurrentScopy()
1412 pVar = PTR_CAST(SbxVariable,pSbx); in FindVarInCurrentScopy()
1910 SbxVariable** ppDeleteTab = new SbxVariable*[ nObjCount ]; in LoadData()
1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData()
1921 SbxVariable* pVar = ppDeleteTab[nObj]; in LoadData()
1947 SbxVariable* p = Find( String( RTL_CONSTASCII_USTRINGPARAM("FALSE") ), SbxCLASS_PROPERTY ); in LoadData()
2002 SbxVariable* pThisComponent = NULL; in GetModelFromBasic()
2083 SbxVariable* p; in Initialize()
2108 SbxVariable* BasicCollection::Find( const XubString& rName, SbxClassType t ) in Find()
2110 SbxVariable* pFind = SbxObject::Find( rName, t ); in Find()
2124 SbxVariable* pVar = p->GetVar(); in SFX_NOTIFY()
2158 sal_Int32 BasicCollection::implGetIndex( SbxVariable* pIndexVar ) in implGetIndex()
2175 SbxVariable* pVar = xItemArray->Get32( i ); in implGetIndexForName()
2195 SbxVariable* pItem = pPar_->Get(1); in CollAdd()
2205 SbxVariable* pBefore = pPar_->Get(3); in CollAdd()
2213 SbxVariable* pAfter = pPar_->Get(4); in CollAdd()
2234 SbxVariableRef pNewItem = new SbxVariable( *pItem ); in CollAdd()
2237 SbxVariable* pKey = pPar_->Get(2); in CollAdd()
2271 SbxVariable* pRes = NULL; in CollItem()
2272 SbxVariable* p = pPar_->Get( 1 ); in CollItem()
2290 SbxVariable* p = pPar_->Get( 1 ); in CollRemove()