Searched refs:pNewChild (Results 1 – 5 of 5) sorted by relevance
305 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild() local306 if (!pNewChild) { throw RuntimeException(); } in appendChild()307 xmlNodePtr const cur = pNewChild->GetNodePtr(); in appendChild()328 if (!IsChildTypeAllowed(pNewChild->m_aNodeType)) { in appendChild()341 CAttr *const pCAttr(dynamic_cast<CAttr *>(pNewChild)); in appendChild()360 pNewChild->invalidate(); // cur has been freed in appendChild()685 xmlNodePtr const pNewChild(pNewNode->GetNodePtr()); in insertBefore() local687 if (!pNewChild || !pRefChild) { throw RuntimeException(); } in insertBefore()689 if (pNewChild == m_aNodePtr) { in insertBefore()695 if (pNewChild->parent != NULL) in insertBefore()[all …]
97 SUB * pNewChild = new SUB( &rParent); in CreateChild() local99 pThis->pChild = pNewChild; in CreateChild()
851 AccessibleShape* pNewChild = ShapeTypeHandler::Instance().CreateAccessibleObject ( in ReplaceChild() local855 …Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Ini… in ReplaceChild()856 if ( pNewChild ) in ReplaceChild()857 pNewChild->Init(); in ReplaceChild()880 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()
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()