Searched refs:GetValues_Impl (Results 1 – 4 of 4) sorted by relevance
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()[all …]
656 if ( GetValues_Impl().eType == SbxOBJECT && in Dump()657 GetValues_Impl().pObj && in Dump()658 GetValues_Impl().pObj != this && in Dump()659 GetValues_Impl().pObj != GetParent() ) in Dump()662 ((SbxObject*) GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
285 const SbxValues& GetValues_Impl() const { return aData; } in GetValues_Impl() function in SbxValue
2127 Put( pThisCopy->GetValues_Impl() ); in Broadcast()
Completed in 36 milliseconds