Home
last modified time | relevance | path

Searched refs:xNewChild (Results 1 – 8 of 8) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Dnode.cxx298 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()
H A Dnode.hxx162 appendChild(Reference< XNode > const& xNewChild);
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java217 protected AccessibleTreeNode addChild (AccTreeNode aParentNode, XAccessible xNewChild) in addChild() argument
226 aChildNode = maNodeMap.GetNode(xNewChild); in addChild()
228 aChildNode = aParentNode.addAccessibleChild (xNewChild); in addChild()
235 + xNewChild + " to parent " + aParentNode + ": " + e); in addChild()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java246 Object xNewChild = xChildfactory.createInstance(); in getOrInsertGroup() local
248 xSetCont.insertByName(groupName, xNewChild); in getOrInsertGroup()
251 UnoRuntime.queryInterface(XNameContainer.class,xNewChild); in getOrInsertGroup()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx825 uno::Reference <XAccessible> xNewChild =CreateChild(nIndex, pPixelCtl->IndexToPoint(nIndex)); in NotifyChild() local
826 … SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild()
830 aNewValue<<= xNewChild; in NotifyChild()
847 m_xCurChild= xNewChild; in NotifyChild()
H A DChildrenManagerImpl.cxx843 …Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Ini… in ReplaceChild() local
/trunk/main/unotools/source/config/
H A Dconfignode.cxx281 Reference< XInterface > xNewChild; in createNode() local
284 xNewChild = xChildFactory->createInstance(); in createNode()
290 return insertNode(_rName,xNewChild); in createNode()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx446 …::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()