Lines Matching refs:SbxObject
71 TYPEINIT1(StarBASIC,SbxObject)
115 mxClassModules( new SbxObject( String() ) ), in DocBasicItem()
204 SbxObject* pCurParent = pModule; in lclGetDocBasicForModule()
222 SbxObject* StarBASIC::getVBAGlobals( ) in getVBAGlobals()
421 SbxObject* SbiFactory::CreateObject( const String& rClass ) in CreateObject()
460 virtual SbxObject* CreateObject( const String& );
471 SbxObject* SbOLEFactory::CreateObject( const String& rClassName ) in CreateObject()
473 SbxObject* pRet = createOLEObject_Impl( rClassName ); in CreateObject()
485 virtual SbxObject* CreateObject( const String& );
494 SbxObject* SbFormFactory::CreateObject( const String& rClassName ) in CreateObject()
525 SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj ) in cloneTypeObjectImpl()
527 SbxObject* pRet = new SbxObject( rTypeObj ); in cloneTypeObjectImpl()
571 SbxObject* pSrcObj = PTR_CAST(SbxObject,pObjBase); in cloneTypeObjectImpl()
572 SbxObject* pDestObj = NULL; in cloneTypeObjectImpl()
588 virtual SbxObject* CreateObject( const String& );
597 SbxObject* SbTypeFactory::CreateObject( const String& rClassName ) in CreateObject()
599 SbxObject* pRet = NULL; in CreateObject()
603 const SbxObject* pObj = pMod->FindType( rClassName ); in CreateObject()
610 SbxObject* createUserTypeImpl( const String& rClassName ) in createUserTypeImpl()
612 SbxObject* pRetObj = pTYPEFAC->CreateObject( rClassName ); in createUserTypeImpl()
728 SbxObject* pObj = PTR_CAST(SbxObject,pObjBase); in TYPEINIT1()
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()
851 xClassModules = new SbxObject( aDummyName ); in SbClassFactory()
865 SbxObject* pParent = pClassModule->GetParent(); in AddClassModule()
881 SbxObject* SbClassFactory::CreateObject( const String& rClassName ) in CreateObject()
891 SbxObject* pRet = NULL; in CreateObject()
908 : SbxObject( String( RTL_CONSTASCII_USTRINGPARAM("StarBASIC") ) ), bDocBasic( bIsDocBasic ) in StarBASIC()
1109 SbxObject::Insert( pVar ); in Insert()
1126 SbxObject::Remove( pVar ); in Remove()
1334 pRes = ((SbiStdObject*) (SbxObject*) pRtl)->Find( rName, t ); in Find()
1375 pRes = SbxObject::Find( rName, t ); in Find()
1381 sal_Bool bRes = SbxObject::Call( rName, pParam ); in Call()
1411 if( !pSbx->ISA(SbxMethod) && !pSbx->ISA(SbxObject) ) in FindVarInCurrentScopy()
1452 SbxObject* p = (SbxObject*) SbxObject::Find( *pName, SbxCLASS_OBJECT ); in ActivateObject()
1465 SbxObject* p = (SbxObject*) GetObjects()->Get( i ); in ActivateObject()
1904 if( !SbxObject::LoadData( r, nVer ) ) in LoadData()
1962 if( !SbxObject::StoreData( r ) ) in StoreData()
1992 Reference< frame::XModel > StarBASIC::GetModelFromBasic( SbxObject* pBasic ) in GetModelFromBasic()
2004 SbxObject* pLookup = pBasic->GetParent(); in GetModelFromBasic()
2043 TYPEINIT1(BasicCollection,SbxObject)
2055 : SbxObject( rClass ) in BasicCollection()
2073 SbxObject::Clear(); in Clear()
2110 SbxVariable* pFind = SbxObject::Find( rName, t ); in Find()
2142 SbxObject::SFX_NOTIFY( rCst, rId1, rHint, rId2 ); in SFX_NOTIFY()
2155 SbxObject::SFX_NOTIFY( rCst, rId1, rHint, rId2 ); in SFX_NOTIFY()