/aoo4110/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 46 SbxObject::SbxObject( const XubString& rClass ) in SbxObject() function in SbxObject 57 SbxObject::Clear(); in SbxObject() 61 SbxObject::SbxObject( const SbxObject& rObj ) in SbxObject() function in SbxObject 68 SbxObject& SbxObject::operator=( const SbxObject& r ) in operator =() 106 SbxObject::~SbxObject() in ~SbxObject() 126 void SbxObject::Clear() in Clear() 193 SbxObject* pCur = this; in FindUserData() 260 SbxObject* pCur = this; in Find() 441 SbxObject* SbxObject::MakeObject( const XubString& rName, const XubString& rClass ) in MakeObject() 1082 SbxObject *pParent = PTR_CAST( SbxObject, pObj->GetParent() ); in GarbageCollection() [all …]
|
H A D | sbxcoll.cxx | 33 TYPEINIT1(SbxCollection,SbxObject) 45 : SbxObject( rClass ) in SbxCollection() 70 SbxObject::operator=( r ); in operator =() 79 SbxObject::Clear(); in Clear() 104 SbxObject* pObj = (SbxObject*) GetObject(); in FindUserData() 108 return SbxObject::FindUserData( nData ); in FindUserData() 115 SbxObject* pObj = (SbxObject*) GetObject(); in Find() 119 return SbxObject::Find( rName, t ); in Find() 167 if( !pObj || !( pObj->ISA(SbxObject) ) ) in CollAdd() 170 Insert( (SbxObject*) pObj ); in CollAdd() [all …]
|
H A D | sbxexec.cxx | 57 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, 104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName() 118 pObj = PTR_CAST(SbxObject,(SbxVariable*) refVar); in QualifiedName() 121 pObj = PTR_CAST(SbxObject,refVar->GetObject()); in QualifiedName() 142 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, sal_Bool bVar ) in Operand() 189 static SbxVariable* MulDiv( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in MulDiv() 221 static SbxVariable* PlusMinus( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in PlusMinus() 253 static SbxVariable* Assign( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in Assign() 296 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, in Element() 359 SbxVariable* SbxObject::Execute( const XubString& rTxt ) in Execute() [all …]
|
H A D | sbxbase.cxx | 192 case SBXID_OBJECT: return new SbxObject( aEmptyStr ); in Create() 220 SbxObject* SbxBase::CreateObject( const XubString& rClass ) in CreateObject() 223 SbxObject* pNew = NULL; in CreateObject() 381 SbxObject* SbxFactory::CreateObject( const XubString& ) in CreateObject()
|
/aoo4110/main/basic/source/classes/ |
H A D | sb.cxx | 71 TYPEINIT1(StarBASIC,SbxObject) 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() 599 SbxObject* pRet = NULL; in CreateObject() 728 SbxObject* pObj = PTR_CAST(SbxObject,pObjBase); in TYPEINIT1() 891 SbxObject* pRet = NULL; in CreateObject() 1452 SbxObject* p = (SbxObject*) SbxObject::Find( *pName, SbxCLASS_OBJECT ); in ActivateObject() 1465 SbxObject* p = (SbxObject*) GetObjects()->Get( i ); in ActivateObject() 2055 : SbxObject( rClass ) in BasicCollection() [all …]
|
H A D | sbxmod.cxx | 439 TYPEINIT1(SbModule,SbxObject) 709 SbxObject::Clear(); in Clear() 730 SbxObject* pEnumObject = PTR_CAST( SbxObject, pEnumVar ); in Find() 764 void SbModule::SetParent( SbxObject* p ) in SetParent() 942 if( pVar->IsA( TYPE(SbxObject) ) ) in _SendHint() 1003 SbxObject* p = pBasic; in ClearUnoObjectsInRTL_Impl() 1379 SbxObject* pObj = PTR_CAST(SbxObject,pVar->GetObject()); in implClearIfVarDependsOnDeletedBasic() 1382 SbxObject* p = pObj; in implClearIfVarDependsOnDeletedBasic() 1676 if( !SbxObject::LoadData( rStrm, 1 ) ) in LoadData() 1940 if( !SbxObject::LoadData( rStrm, 1 ) ) in LoadData() [all …]
|
H A D | eventatt.cxx | 237 SbxObject* p = maBasicRef; in firing_impl() 238 SbxObject* pParent = p->GetParent(); in firing_impl() 239 SbxObject* pParentParent = pParent ? pParent->GetParent() : NULL; in firing_impl() 348 Any implFindDialogLibForDialog( const Any& rDlgAny, SbxObject* pBasic ) in implFindDialogLibForDialog() 400 Any implFindDialogLibForDialogBasic( const Any& aAnyISP, SbxObject* pBasic, StarBASIC*& pFoundBasic… in implFindDialogLibForDialogBasic() 405 SbxObject* pParentBasic = pStartedBasic ? pStartedBasic->GetParent() : NULL; in implFindDialogLibForDialogBasic() 406 SbxObject* pParentParentBasic = pParentBasic ? pParentBasic->GetParent() : NULL; in implFindDialogLibForDialogBasic() 408 SbxObject* pSearchBasic1 = NULL; in implFindDialogLibForDialogBasic() 409 SbxObject* pSearchBasic2 = NULL; in implFindDialogLibForDialogBasic()
|
H A D | sbunoobj.cxx | 104 TYPEINIT1(SbUnoObject,SbxObject) 105 TYPEINIT1(SbUnoClass,SbxObject) 106 TYPEINIT1(SbUnoService,SbxObject) 108 TYPEINIT1(SbUnoSingleton,SbxObject) 146 SbxObject* pObj = PTR_CAST(SbxObject,(SbxVariable*) pRef); in getDefaultProp() 392 TYPEINIT1(SbUnoAnyObject,SbxObject) in TYPEINIT1() argument 523 ObjectItem( SbxObject* pNativeObj ) in ObjectItem() 1150 SbxObject* pObj = PTR_CAST(SbxObject,pVar->GetObject()); in sbxToUnoValueImpl() 2413 : SbxObject( aName_ ) in SbUnoObject() 2595 SbxObject* pObject = dynamic_cast< SbxObject* >( pMeth->GetParent() ); in clearUnoMethodsForBasic() [all …]
|
H A D | image.cxx | 461 void SbiImage::AddType(SbxObject* pObject) in AddType() 465 SbxObject *pCopyObject = new SbxObject(*pObject); in AddType() 469 void SbiImage::AddEnum(SbxObject* pObject) // Register enum type in AddEnum() 513 const SbxObject* SbiImage::FindType (String aTypeName) const in FindType() 515 return rTypes.Is() ? (SbxObject*)rTypes->Find(aTypeName,SbxCLASS_OBJECT) : NULL; in FindType()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxobj.hxx | 37 class SbxObject : public SbxVariable, public SfxListener class 53 virtual ~SbxObject(); 59 SbxObject( const String& rClassname ); 60 SbxObject( const SbxObject& ); 61 SbxObject& operator=( const SbxObject& ); 84 virtual SbxObject* MakeObject( const String&, const String& ); 99 const SbxObject *pRelativeTo ); 116 SV_DECL_REF(SbxObject) 118 SV_IMPL_REF(SbxObject)
|
H A D | sbstar.hxx | 51 class StarBASIC : public SbxObject 77 SbxObject* getVBAGlobals( ); 112 using SbxObject::Remove; 142 SbxObject* GetRtl() { return pRtl; } in GetRtl() 212 GetModelFromBasic( SbxObject* pBasic );
|
H A D | sbstdobj.hxx | 43 virtual SbxObject* CreateObject( const String& rClassName ); 49 class SbStdPicture : public SbxObject 75 class SbStdFont : public SbxObject 119 class SbStdClipboard : public SbxObject
|
H A D | sbx.hxx | 48 class SbxObject; 171 friend SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj ); 280 class SbxCollection : public SbxObject
|
H A D | sbmod.hxx | 50 class SbModule : public SbxObject 103 virtual void SetParent( SbxObject* ); 118 const SbxObject* FindType( String aTypeName ) const;
|
/aoo4110/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 122 TYPEINIT1( SbStdPicture, SbxObject ); 147 return SbxObject::Find( rName, t ); in Find() 162 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY() 179 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY() 234 TYPEINIT1( SbStdFont, SbxObject ); 237 SbxObject( String( RTL_CONSTASCII_USTRINGPARAM("Font") ) ) in SbStdFont() 270 return SbxObject::Find( rName, t ); in Find() 284 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY() 304 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY() 470 TYPEINIT1( SbStdClipboard, SbxObject ); [all …]
|
H A D | step0.cxx | 343 SbxObjectRef xValObj = (SbxObject*)refVal->GetObject(); in checkUnoStructCopy() 351 SbxObjectRef xVarObj = (SbxObject*)refVar->GetObject(); in checkUnoStructCopy() 355 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)xVarObj); in checkUnoStructCopy() 423 SbxObject* m_pObjParent; 432 SbxObject* pObjParent, SbModule* pClassModule ) in DimAsNewRecoverItem() 494 SbxVariableRef refObjVal = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl() 546 SbxObject* pObj = NULL; in StepSET_Impl() 549 pObj = PTR_CAST(SbxObject,(SbxVariable*)refVar); in StepSET_Impl() 556 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepSET_Impl() 603 if( !refVar->ISA(SbxObject) ) in StepSET_Impl() [all …]
|
H A D | step2.cxx | 57 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool … in FindElement() 575 … SbxObjectRef xWrapper = (SbxObject*)new SbUnoObject( aName, aAny ); in CheckArray() 640 SbiRuntime::StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sa… in StepFIND_Impl() 680 SbxObject* pObj = PTR_CAST(SbxObject,(SbxVariable*) pObjVar); in StepELEM() 684 pObj = PTR_CAST(SbxObject,pObjVarObj); in StepELEM() 946 SbxObject *pObj = SbxBase::CreateObject( aClass ); in StepCREATE() 1034 SbxObject *pClassObj = SbxBase::CreateObject( aClass ); in StepDCREATE_IMPL() 1106 SbxObject* createUserTypeImpl( const String& rClassName ); // sb.cxx 1113 SbxObject* pCopyObj = createUserTypeImpl( aClass ); in StepTCREATE() 1218 SbxObject* pStorage = &rBasic; in StepGLOBAL()
|
H A D | step1.cxx | 425 bool SbiRuntime::implIsClass( SbxObject* pObj, const String& aClass ) in implIsClass() 458 SbxObject* pObj; in checkClass_Impl() 460 if( pVal->IsA( TYPE(SbxObject) ) ) in checkClass_Impl() 461 pObj = (SbxObject*) pVal; in checkClass_Impl() 464 pObj = (SbxObject*) refVal->GetObject(); in checkClass_Impl() 465 if( pObj && !pObj->IsA( TYPE(SbxObject) ) ) in checkClass_Impl()
|
H A D | methods1.cxx | 131 SbxObject* pObj = NULL; in RTLFUNC() 133 pObj = PTR_CAST(SbxObject,pObjVar); in RTLFUNC() 137 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC() 890 SbxObject* pFindObj = NULL; in RTLFUNC() 892 pFindObj = PTR_CAST(SbxObject,pFind); in RTLFUNC() 923 SbxObject* pObj = NULL; in RTLFUNC() 925 pObj = PTR_CAST(SbxObject,pObjVar); in RTLFUNC() 929 pObj = PTR_CAST(SbxObject,pObjVarObj); in RTLFUNC() 943 SbxObject* pFindObj = NULL; in RTLFUNC() 948 pFindObj = PTR_CAST(SbxObject,pFindVar); in RTLFUNC() [all …]
|
/aoo4110/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 43 class SbUnoObject: public SbxObject 153 virtual SbxObject* CreateObject( const String& ); 157 class SbUnoClass : public SbxObject 164 : SbxObject( aName_ ) in SbUnoClass() 167 : SbxObject( aName_ ) in SbUnoClass() 189 class SbUnoService : public SbxObject 198 : SbxObject( aName_ ) in SbUnoService() 237 class SbUnoSingleton : public SbxObject 254 class SbUnoAnyObject: public SbxObject 260 : SbxObject( String() ) in SbUnoAnyObject() [all …]
|
H A D | image.hxx | 62 void AddType(SbxObject *); // User-Type mit aufnehmen 63 void AddEnum(SbxObject *); // Register enum type 88 const SbxObject* FindType (String aTypeName) const;
|
/aoo4110/main/basic/source/comp/ |
H A D | dim.cxx | 29 SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj ); 572 SbxObject *pType = new SbxObject(aSym); in DefType() 653 … SbxObject* pTypeObj = static_cast< SbxObject* >( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) ); in DefType() 656 SbxObject* pCloneObj = cloneTypeObjectImpl( *pTypeObj ); in DefType() 695 SbxObject *pEnum = new SbxObject( aEnumName ); in DefEnum()
|
/aoo4110/main/basic/source/sample/ |
H A D | object.cxx | 110 SampleObject::SampleObject( const String& rClass ) : SbxObject( rClass ) in SampleObject() 126 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find() 202 SbxObject::SFX_NOTIFY( rBC, rBCT, rHint, rHT ); in SFX_NOTIFY() 266 SbxObject* SampleObjectFac::CreateObject( const String& rClass ) in CreateObject()
|
/aoo4110/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 2198 SbxObject* implCreateDialog( Sequence< sal_Int8 > aData ) in implCreateDialog() 2202 SbxObject* pDialog = (SbxObject*)SbxBase::Load( aMemStream ); in implCreateDialog() 2262 if ( pVar->ISA( SbxObject ) && ( ((SbxObject*)pVar)->GetSbxId() == SBXID_DIALOG ) ) in hasElements() 2276 if( !( pVar && pVar->ISA( SbxObject ) && in getByName() 2277 ( ((SbxObject*)pVar)->GetSbxId() == SBXID_DIALOG ) ) ) in getByName() 2284 ( aName, implGetDialogData( (SbxObject*)pVar ) ); in getByName() 2303 if ( pVar->ISA( SbxObject ) && ( ((SbxObject*)pVar)->GetSbxId() == SBXID_DIALOG ) ) in getElementNames() 2318 if( pVar && pVar->ISA( SbxObject ) && in hasByName() 2319 ( ((SbxObject*)pVar)->GetSbxId() == SBXID_DIALOG ) ) in hasByName() 2356 if( !( pVar && pVar->ISA( SbxObject ) && in removeByName() [all …]
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 242 SbxObject* pBasic = dynamic_cast< SbxObject* > ( SFX_APP()->GetBasic() ); in getCurrentDocument() 243 SbxObject* basicChosen = pBasic ; in getCurrentDocument() 249 SbxObject* p = pBasic; in getCurrentDocument() 250 SbxObject* pParent = p->GetParent(); in getCurrentDocument() 251 SbxObject* pParentParent = pParent ? pParent->GetParent() : NULL; in getCurrentDocument()
|