Home
last modified time | relevance | path

Searched refs:insertBefore (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java487 xDoc.insertBefore(null, xText); in testXDocument()
491 xDoc.insertBefore(xText, null); in testXDocument()
495 xDoc.insertBefore(xText, xText); in testXDocument()
503 XNode xRet = xDoc.insertBefore(xComment, xElemFooNs); in testXDocument()
689 xDF.insertBefore(null, xText); in testXDocumentFragment()
693 xDF.insertBefore(xText, null); in testXDocumentFragment()
697 xDF.insertBefore(xText, xText); in testXDocumentFragment()
705 XNode xRet = xDF.insertBefore(xComment, xElemFoo); in testXDocumentFragment()
1071 xElemFoo.insertBefore(null, xText); in testXElement()
1075 xElemFoo.insertBefore(xText, null); in testXElement()
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java472 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
478 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
483 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
488 rootNode.insertBefore(newNode, bodyNode); in buildDocument()
502 rootNode.insertBefore(declNode, bodyNode); in buildDocument()
525 rootNode.insertBefore(autoStylesNode, bodyNode); in buildDocument()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx125 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocumentFragment
128 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dnotation.hxx135 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CNotation
138 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dentity.hxx146 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CEntity
149 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dentityreference.hxx127 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CEntityReference
130 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dprocessinginstruction.hxx145 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CProcessingInstruction
148 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dattr.hxx158 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CAttr
161 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Ddocumenttype.hxx163 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocumentType
166 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dcharacterdata.hxx176 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CCharacterData
179 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dcomment.hxx160 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CComment
163 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
H A Dtext.hxx179 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CText
182 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
H A Dcdatasection.hxx164 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CCDATASection
167 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Delement.hxx224 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CElement
227 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Ddocument.hxx306 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocument
309 return CNode::insertBefore(newChild, refChild); in insertBefore()
H A Dnode.hxx256 virtual Reference< XNode > SAL_CALL insertBefore(
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java199 parentNode.insertBefore(splitCell, orgCell); in splitColRepeatedCell()
232 orgCell.insertBefore(clonedNode, firstChild); in mergeCells()
H A DDocumentMerge.java226 parent.insertBefore(clonedNode, oldNode); in insertNode()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx138 …Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newChild, co…
626 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertBefore( const Reference< XAnimation… in insertBefore() function in sd::RandomAnimationNode
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DIteratorRowCompare.java234 parentNode.insertBefore(splitRow, orgRow); in splitRepeatedRow()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java154 doc.insertBefore(autoStylesNode, bodyNode); in buildDocument()
/trunk/main/offapi/com/sun/star/animations/
H A DXTimeContainer.idl87 XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
/trunk/main/animations/source/animcore/
H A Danimcore.cxx271 …virtual Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newC…
1814 Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >… in insertBefore() function in animcore::AnimationNode
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java567 doc.insertBefore(autoStylesNode, bodyNode); in processCells()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl207 XNode insertBefore([in] XNode newChild, [in] XNode refChild) raises (DOMException);

12