Searched refs:xNewChild (Results 1 – 8 of 8) sorted by relevance
298 Reference< XNode > const& xNewChild) in appendChild()305 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild()844 Reference< XNode > const& xNewChild, in replaceChild()848 if (!xOldChild.is() || !xNewChild.is()) { in replaceChild()852 if (xNewChild->getOwnerDocument() != getOwnerDocument()) { in replaceChild()872 CNode::GetImplementation(xNewChild)); in replaceChild()908 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()
281 Reference< XInterface > xNewChild; in createNode() local284 xNewChild = xChildFactory->createInstance(); in createNode()290 return insertNode(_rName,xNewChild); in createNode()
846 uno::Reference <XAccessible> xNewChild =CreateChild(nIndex, pPixelCtl->IndexToPoint(nIndex)); in NotifyChild() local847 SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild()851 aNewValue<<= xNewChild; in NotifyChild()868 m_xCurChild= xNewChild; in NotifyChild()
853 Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Init!) in ReplaceChild() local
449 …::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pRepla… in ReplaceChild()515 …::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pShap… in GetAccessibleCaption()517 if(xNewChild.get()) in GetAccessibleCaption()518 return xNewChild; in GetAccessibleCaption()
Completed in 53 milliseconds