Home
last modified time | relevance | path

Searched refs:pNewChild (Results 1 – 5 of 5) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dnode.cxx306 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 …]
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx849 AccessibleShape* pNewChild = ShapeTypeHandler::Instance().CreateAccessibleObject ( in ReplaceChild() local
853 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()
H A Dsvxpixelctlaccessiblecontext.cxx847 SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild() local
848 DBG_ASSERT(pNewChild,"Child Must be Valid"); in NotifyChild()
862 pNewChild->SelectChild(sal_True); in NotifyChild()
866 pNewChild->CheckChild(); in NotifyChild()
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dsub_pe.hxx97 SUB * pNewChild = new SUB( &rParent); in CreateChild() local
99 pThis->pChild = pNewChild; in CreateChild()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx568 SvListEntry* pNewChild = CloneEntry( pChild ); in CloneChilds() local
570 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 81 milliseconds