Searched refs:pNewChild (Results 1 – 5 of 5) sorted by relevance
306 if (!pNewChild) { throw RuntimeException(); } in appendChild()689 if (pNewChild == m_aNodePtr) { in insertBefore()695 if (pNewChild->parent != NULL) in insertBefore()708 if (XML_ATTRIBUTE_NODE == pNewChild->type) { in insertBefore()720 pNewChild->next = cur; in insertBefore()721 pNewChild->prev = cur->prev; in insertBefore()722 cur->prev = pNewChild; in insertBefore()723 if (pNewChild->prev != NULL) { in insertBefore()724 pNewChild->prev->next = pNewChild; in insertBefore()726 pNewChild->parent = cur->parent; in insertBefore()[all …]
849 AccessibleShape* pNewChild = ShapeTypeHandler::Instance().CreateAccessibleObject ( in ReplaceChild() local853 Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Init!) in ReplaceChild()854 if ( pNewChild ) in ReplaceChild()855 pNewChild->Init(); in ReplaceChild()878 I->mxAccessibleShape = pNewChild; in ReplaceChild()
847 SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild() local848 DBG_ASSERT(pNewChild,"Child Must be Valid"); in NotifyChild()862 pNewChild->SelectChild(sal_True); in NotifyChild()866 pNewChild->CheckChild(); in NotifyChild()
97 SUB * pNewChild = new SUB( &rParent); in CreateChild() local99 pThis->pChild = pNewChild; in CreateChild()
568 SvListEntry* pNewChild = CloneEntry( pChild ); in CloneChilds() local570 pNewChild->pParent = pNewParent; in CloneChilds()574 pSubChilds = CloneChilds( pSubChilds, pNewChild, nCloneCount ); in CloneChilds()575 pNewChild->pChilds = pSubChilds; in CloneChilds()578 pClonedChilds->Insert( pNewChild, LIST_APPEND ); in CloneChilds()
Completed in 42 milliseconds