Searched refs:GetClone (Results 1 – 2 of 2) sorted by relevance
84 SdrObject* CloneList::GetClone(sal_uInt32 nIndex) const in GetClone() function in CloneList94 SdrEdgeObj* pCloneEdge = PTR_CAST(SdrEdgeObj, GetClone(a)); in CopyConnections()107 if(pOriginalEdge->GetConnectedNode(sal_True) != GetClone(nPos)) in CopyConnections()109 pCloneEdge->ConnectToNode(sal_True, GetClone(nPos)); in CopyConnections()120 if(pOriginalEdge->GetConnectedNode(sal_False) != GetClone(nPos)) in CopyConnections()122 pCloneEdge->ConnectToNode(sal_False, GetClone(nPos)); in CopyConnections()
48 SdrObject* GetClone(sal_uInt32 nIndex) const;
Completed in 15 milliseconds