Home
last modified time | relevance | path

Searched refs:GetValues_Impl (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/basic/source/sbx/
H A Dsbxobj.cxx957 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 …]
H A Dsbxvar.cxx656 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()
/aoo42x/main/basic/inc/basic/
H A Dsbxvar.hxx285 const SbxValues& GetValues_Impl() const { return aData; } in GetValues_Impl() function in SbxValue
/aoo42x/main/basic/source/classes/
H A Dsbxmod.cxx2127 Put( pThisCopy->GetValues_Impl() ); in Broadcast()

Completed in 36 milliseconds