Searched refs:xNewChild (Results 1 – 8 of 8) sorted by relevance
298 Reference< XNode > const& xNewChild) in appendChild()304 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild()822 Reference< XNode > const& xNewChild, in replaceChild()825 if (!xOldChild.is() || !xNewChild.is()) { in replaceChild()829 if (xNewChild->getOwnerDocument() != getOwnerDocument()) { in replaceChild()849 CNode::GetImplementation(xNewChild)); in replaceChild()885 appendChild(xNewChild); in replaceChild()
162 appendChild(Reference< XNode > const& xNewChild);
217 protected AccessibleTreeNode addChild (AccTreeNode aParentNode, XAccessible xNewChild) in addChild() argument226 aChildNode = maNodeMap.GetNode(xNewChild); in addChild()228 aChildNode = aParentNode.addAccessibleChild (xNewChild); in addChild()235 + xNewChild + " to parent " + aParentNode + ": " + e); in addChild()
246 Object xNewChild = xChildfactory.createInstance(); in getOrInsertGroup() local248 xSetCont.insertByName(groupName, xNewChild); in getOrInsertGroup()251 UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
825 uno::Reference <XAccessible> xNewChild =CreateChild(nIndex, pPixelCtl->IndexToPoint(nIndex)); in NotifyChild() local826 … SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild()830 aNewValue<<= xNewChild; in NotifyChild()847 m_xCurChild= xNewChild; in NotifyChild()
843 …Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Ini… in ReplaceChild() local
281 Reference< XInterface > xNewChild; in createNode() local284 xNewChild = xChildFactory->createInstance(); in createNode()290 return insertNode(_rName,xNewChild); in createNode()
446 …::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pRepla… in ReplaceChild()511 …n::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pShape->pAccSh… in GetAccessibleCaption()513 if(xNewChild.get()) in GetAccessibleCaption()514 return xNewChild; in GetAccessibleCaption()