Home
last modified time | relevance | path

Searched refs:SbxObject (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx46 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 Dsbxcoll.cxx33 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 Dsbxexec.cxx57 ( 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 Dsbxbase.cxx192 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()
/trunk/main/basic/source/classes/
H A Dsb.cxx71 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 Dsbxmod.cxx439 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 Dsbunoobj.cxx104 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 Deventatt.cxx237 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 Dimage.cxx461 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()
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx38 class BASIC_DLLPUBLIC SbxObject : public SbxVariable, public SfxListener class
54 virtual ~SbxObject();
60 SbxObject( const String& rClassname );
61 SbxObject( const SbxObject& );
62 SbxObject& operator=( const SbxObject& );
85 virtual SbxObject* MakeObject( const String&, const String& );
100 const SbxObject *pRelativeTo );
117 SV_DECL_REF(SbxObject)
119 SV_IMPL_REF(SbxObject)
H A Dsbstar.hxx52 class BASIC_DLLPUBLIC StarBASIC : public SbxObject
78 SbxObject* getVBAGlobals( );
113 using SbxObject::Remove;
143 SbxObject* GetRtl() { return pRtl; } in GetRtl()
213 GetModelFromBasic( SbxObject* pBasic );
H A Dsbstdobj.hxx44 virtual SbxObject* CreateObject( const String& rClassName );
50 class BASIC_DLLPUBLIC SbStdPicture : public SbxObject
76 class BASIC_DLLPUBLIC SbStdFont : public SbxObject
120 class BASIC_DLLPUBLIC SbStdClipboard : public SbxObject
H A Dsbx.hxx49 class SbxObject;
172 friend SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj );
281 class BASIC_DLLPUBLIC SbxCollection : public SbxObject
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx122 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 Dstep0.cxx343 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 Dstep2.cxx57 …( 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 Dstep1.cxx425 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 Dmethods1.cxx131 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 …]
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx43 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 Dimage.hxx62 void AddType(SbxObject *); // User-Type mit aufnehmen
63 void AddEnum(SbxObject *); // Register enum type
88 const SbxObject* FindType (String aTypeName) const;
/trunk/main/basic/source/comp/
H A Ddim.cxx29 SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj );
572 SbxObject *pType = new SbxObject(aSym); in DefType()
653SbxObject* 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()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2198 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 …]
/trunk/main/basic/source/sample/
H A Dobject.cxx110 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()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx242 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()
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx39 class SbxObject;
165 SbxObject* pScSbxObject;
384 inline SbxObject* GetScSbxObject() const in GetScSbxObject()
386 inline void SetScSbxObject( SbxObject* pOb ) in SetScSbxObject()

Completed in 179 milliseconds

123