Home
last modified time | relevance | path

Searched refs:GetParentObj (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/svx/source/engine3d/
H A Dobj3d.cxx478 if(GetParentObj()) in NbcMove()
556 if(GetParentObj()) in NewObjectInserted()
557 GetParentObj()->NewObjectInserted(p3DObj); in NewObjectInserted()
570 if ( GetParentObj() ) in StructureChanged()
572 GetParentObj()->InvalidateBoundVolume(); in StructureChanged()
573 GetParentObj()->StructureChanged(); in StructureChanged()
598 if(p3DObj->GetParentObj() == this) in Remove3DObj()
615 E3dObject* E3dObject::GetParentObj() const in GetParentObj() function in E3dObject
634 if(GetParentObj()) in GetScene()
635 return GetParentObj()->GetScene(); in GetScene()
[all …]
H A Dhelperminimaldepth3d.cxx180 E3dScene* pParentScene = dynamic_cast< E3dScene* >(rObject.GetParentObj()); in getMinimalDepthInViewCoordinates()
185 pParentScene = dynamic_cast< E3dScene* >(pParentScene->GetParentObj()); in getMinimalDepthInViewCoordinates()
H A Dhelperhittest3d.cxx114 E3dScene* pParentScene = dynamic_cast< E3dScene* >(rCandidate.GetParentObj()); in fillViewInformation3DForCompoundObject()
120 E3dScene* pParentParentScene = dynamic_cast< E3dScene* >(pParentScene->GetParentObj()); in fillViewInformation3DForCompoundObject()
H A Dscene3d.cxx480 if(GetParentObj()) in GetScene()
481 return GetParentObj()->GetScene(); in GetScene()
H A Ddragmt3d.cxx105 if(pE3dObj->GetParentObj()) in E3dDragMethod()
108 …aNewUnit.maInvDisplayTransform = aNewUnit.maDisplayTransform = pE3dObj->GetParentObj()->GetFullTra… in E3dDragMethod()
/aoo4110/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx396 if(pObj->GetParentObj()) in GetParentXAccessible()
398 pObj = pObj->GetParentObj(); in GetParentXAccessible()
414 if(pObj->GetParentObj()) in GetParentRole()
416 pObj = pObj->GetParentObj(); in GetParentRole()
537 AccObject *parentAccObj = pObj->GetParentObj(); in DeleteAccChildNode()
730 AccObject *pObjParent = objXacc.GetParentObj(); in InsertAccObj()
1318 bRet = ( pAccObj->GetParentObj() == NULL ); in IsTopWinAcc()
H A DAccObject.cxx1098 AccObject* AccObject::GetParentObj() in GetParentObj() function in AccObject
/aoo4110/main/winaccessibility/inc/
H A DAccObject.hxx95 AccObject* GetParentObj();
/aoo4110/main/svx/inc/svx/
H A Dobj3d.hxx167 E3dObject* GetParentObj() const;

Completed in 49 milliseconds