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()
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()
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/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/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx846 uno::Reference <XAccessible> xNewChild =CreateChild(nIndex, pPixelCtl->IndexToPoint(nIndex)); in NotifyChild() local
847 SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild()
851 aNewValue<<= xNewChild; in NotifyChild()
868 m_xCurChild= xNewChild; in NotifyChild()
H A DChildrenManagerImpl.cxx853 Reference< XAccessible > xNewChild( pNewChild ); // keep this alive (do this before calling Init!) in ReplaceChild() local
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx449 …::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 58 milliseconds