Lines Matching refs:GetValues_Impl
957 if ( pVar->GetValues_Impl().eType == SbxOBJECT && in Dump()
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()
990 if ( pVar->GetValues_Impl().eType == SbxOBJECT && 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()
1091 const SbxValues &rValues = pProp->GetValues_Impl(); in GarbageCollection()