Home
last modified time | relevance | path

Searched refs:replaceChild (Results 1 – 23 of 23) sorted by relevance

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java515 xDoc.replaceChild(null, xText); in testXDocument()
519 xDoc.replaceChild(xText, null); in testXDocument()
717 xDF.replaceChild(null, xText); in testXDocumentFragment()
721 xDF.replaceChild(xText, null); in testXDocumentFragment()
1099 xElemFoo.replaceChild(null, xText); in testXElement()
1317 xAttr.replaceChild(null, xText); in testXAttr()
1321 xAttr.replaceChild(xText, null); in testXAttr()
1720 xCDS.replaceChild(xCDS2, xCDS3); in testXCDataSection()
2062 xER.replaceChild(null, xText); in testXEntityReference()
2066 xER.replaceChild(xText, null); in testXEntityReference()
[all …]
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx164 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CDocumentFragment
168 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dentityreference.hxx166 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CEntityReference
170 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dnotation.hxx174 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CNotation
178 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dprocessinginstruction.hxx185 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CProcessingInstruction
189 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Ddocumenttype.hxx202 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CDocumentType
206 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dentity.hxx185 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CEntity
189 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dattr.hxx197 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CAttr
201 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dcharacterdata.hxx221 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CCharacterData
225 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dcdatasection.hxx210 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CCDATASection
214 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dcomment.hxx205 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CComment
209 return CCharacterData::replaceChild(newChild, oldChild); in replaceChild()
H A Dtext.hxx224 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CText
228 return CCharacterData::replaceChild(newChild, oldChild); in replaceChild()
H A Delement.hxx280 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CElement
284 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Ddocument.hxx362 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild() function in DOM::CDocument
366 return CNode::replaceChild(newChild, oldChild); in replaceChild()
H A Dnode.hxx306 virtual Reference< XNode > SAL_CALL replaceChild(
H A Dnode.cxx843 Reference< XNode > SAL_CALL CNode::replaceChild( in replaceChild() function in DOM::CNode
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx140 …Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newChild, co…
645 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::replaceChild( const Reference< XAnimation… in replaceChild() function in sd::RandomAnimationNode
/trunk/main/forms/source/xforms/submission/
H A Dreplace.cxx96 …Reference< XNode >(aDocument, UNO_QUERY_THROW)->replaceChild(aImportedNode, Reference< XNode >(old… in replace()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DDocumentMerge.java240 parent.replaceChild(clonedNode, currElem); in replaceElement()
/trunk/main/offapi/com/sun/star/animations/
H A DXTimeContainer.idl103 XAnimationNode replaceChild( [in] XAnimationNode newChild, [in] XAnimationNode oldChild )
/trunk/main/animations/source/animcore/
H A Danimcore.cxx273 …virtual Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newC…
1891 Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Reference< XAnimationNode >… in replaceChild() function in animcore::AnimationNode
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl247 XNode replaceChild([in] XNode newChild, [in] XNode oldChild) raises (DOMException);
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx667 xNode->getParentNode()->replaceChild( xNew, xNode ); in renameNode()

Completed in 226 milliseconds