Searched refs:xOldChild (Results 1 – 2 of 2) sorted by relevance
769 CNode::removeChild(const Reference< XNode >& xOldChild) in removeChild() argument772 if (!xOldChild.is()) { in removeChild()776 if (xOldChild->getOwnerDocument() != getOwnerDocument()) { in removeChild()781 if (xOldChild->getParentNode() != Reference< XNode >(this)) { in removeChild()791 Reference<XNode> xReturn( xOldChild ); in removeChild()793 ::rtl::Reference<CNode> const pOld(CNode::GetImplementation(xOldChild)); in removeChild()845 Reference< XNode > const& xOldChild) in replaceChild()848 if (!xOldChild.is() || !xNewChild.is()) { in replaceChild()857 if (xOldChild->getParentNode() != Reference< XNode >(this)) { in replaceChild()870 CNode::GetImplementation(xOldChild)); in replaceChild()[all …]
234 const Reference< XAccessible > xOldChild( getAccessiblePanelItem( i_nPosition ) ); in PanelRemoved() local236 m_rAntiImpl.NotifyAccessibleEvent( AccessibleEventId::CHILD, makeAny( xOldChild ), Any() ); in PanelRemoved()
Completed in 16 milliseconds