Lines Matching refs:pObj

49 	aData.pObj = this;  in SbxObject()
90 static void CheckParentsOnDelete( SbxObject* pObj, SbxArray* p ) in CheckParentsOnDelete() argument
96 pObj->EndListening( rRef->GetBroadcaster(), sal_True ); in CheckParentsOnDelete()
744 if( aData.eType == SbxOBJECT && !aData.pObj ) in LoadData()
745 aData.pObj = this; in LoadData()
958 pVar->GetValues_Impl().pObj && in Dump()
959 pVar->GetValues_Impl().pObj != this && in Dump()
960 pVar->GetValues_Impl().pObj != GetParent() ) in Dump()
963 ((SbxObject*) pVar->GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
991 pVar->GetValues_Impl().pObj && in Dump()
992 pVar->GetValues_Impl().pObj != this && in Dump()
993 pVar->GetValues_Impl().pObj != GetParent() ) in Dump()
996 ((SbxObject*) pVar->GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
1075 SbxObject *pObj = rObjects.GetCurObject(); in GarbageCollection()
1076 if ( !pObj ) in GarbageCollection()
1077 pObj = rObjects.First(); in GarbageCollection()
1079 while ( pObj && 0 != nObjects-- ) in GarbageCollection()
1082 SbxObject *pParent = PTR_CAST( SbxObject, pObj->GetParent() ); in GarbageCollection()
1086 SbxArray *pProps = pObj->GetProperties(); in GarbageCollection()
1093 pParent == rValues.pObj ) in GarbageCollection()
1097 pObj->GetName().GetStr(), in GarbageCollection()
1110 pObj = rObjects.Next(); in GarbageCollection()
1111 if ( !bAll && !pObj ) in GarbageCollection()
1112 pObj = rObjects.First(); in GarbageCollection()
1129 SbxObject *pObj = PTR_CAST(SbxObject, pVar); in GarbageCollection()
1132 if ( pObj ) in GarbageCollection()
1133 pObj->Dump(aStream); in GarbageCollection()