Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/source/dom/
H A Dnode.cxx305 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild() local
306 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() local
687 if (!pNewChild || !pRefChild) { throw RuntimeException(); } in insertBefore()
689 if (pNewChild == m_aNodePtr) { in insertBefore()
695 if (pNewChild->parent != NULL) in insertBefore()
[all …]
/AOO41X/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()
/AOO41X/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx851 AccessibleShape* pNewChild = ShapeTypeHandler::Instance().CreateAccessibleObject ( in ReplaceChild() local
855 …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()
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()
/AOO41X/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()