Lines Matching refs:xChild
793 Reference< XChild > xChild( _rxObject, UNO_QUERY ); in approveNewElement() local
794 if ( !xChild.is() || xChild->getParent().is() ) in approveNewElement()
798 Reference< XNamed > xNamed( xChild, UNO_QUERY ); in approveNewElement()
801 if ( xChild.is() ) in approveNewElement()
803 xNamed = xNamed.query( xChild->getParent() ); in approveNewElement()
816 _pElement->xChild = xChild; in approveNewElement()
866 pElementMetaData->xChild->setParent(static_cast<XContainer*>(this)); in implInsert()
932 Reference<XChild> xChild(xElement, UNO_QUERY); in removeElementsNoEvents() local
933 if (xChild.is()) in removeElementsNoEvents()
934 xChild->setParent(InterfaceRef ()); in removeElementsNoEvents()
1003 Reference<XChild> xChild(xOldElement, UNO_QUERY); in implReplaceByIndex() local
1004 if (xChild.is()) in implReplaceByIndex()
1005 xChild->setParent(InterfaceRef ()); in implReplaceByIndex()
1021 aElementMetaData.get()->xChild->setParent(static_cast<XContainer*>(this)); in implReplaceByIndex()
1081 Reference<XChild> xChild(xElement, UNO_QUERY); in implRemoveByIndex() local
1082 if (xChild.is()) in implRemoveByIndex()
1083 xChild->setParent(InterfaceRef ()); in implRemoveByIndex()