/aoo41x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 487 xDoc.insertBefore(null, xText); in testXDocument() 491 xDoc.insertBefore(xText, null); in testXDocument() 495 xDoc.insertBefore(xText, xText); in testXDocument() 689 xDF.insertBefore(null, xText); in testXDocumentFragment() 693 xDF.insertBefore(xText, null); in testXDocumentFragment() 697 xDF.insertBefore(xText, xText); in testXDocumentFragment() 1286 xAttr.insertBefore(null, xText); in testXAttr() 1290 xAttr.insertBefore(xText, null); in testXAttr() 2034 xER.insertBefore(null, xText); in testXEntityReference() 2038 xER.insertBefore(xText, null); in testXEntityReference() [all …]
|
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 472 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()
|
/aoo41x/main/unoxml/source/dom/ |
H A D | documentfragment.hxx | 143 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocumentFragment 147 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | entityreference.hxx | 145 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CEntityReference 149 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | notation.hxx | 153 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CNotation 157 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | processinginstruction.hxx | 164 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CProcessingInstruction 168 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | documenttype.hxx | 181 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocumentType 185 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | entity.hxx | 164 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CEntity 168 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | attr.hxx | 176 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CAttr 180 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | characterdata.hxx | 200 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CCharacterData 204 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | cdatasection.hxx | 189 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CCDATASection 193 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | comment.hxx | 184 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CComment 188 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
|
H A D | text.hxx | 203 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CText 207 return CCharacterData::insertBefore(newChild, refChild); in insertBefore()
|
H A D | element.hxx | 259 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CElement 263 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | document.hxx | 341 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore() function in DOM::CDocument 345 return CNode::insertBefore(newChild, refChild); in insertBefore()
|
H A D | node.hxx | 274 virtual Reference< XNode > SAL_CALL insertBefore(
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/ |
H A D | PositionBaseRowMerge.java | 199 parentNode.insertBefore(splitCell, orgCell); in splitColRepeatedCell() 232 orgCell.insertBefore(clonedNode, firstChild); in mergeCells()
|
H A D | DocumentMerge.java | 226 parent.insertBefore(clonedNode, oldNode); in insertNode()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 138 …Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newChild, co… 627 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::insertBefore( const Reference< XAnimation… in insertBefore() function in sd::RandomAnimationNode
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ |
H A D | IteratorRowCompare.java | 234 parentNode.insertBefore(splitRow, orgRow); in splitRepeatedRow()
|
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentDeserializerImpl.java | 154 doc.insertBefore(autoStylesNode, bodyNode); in buildDocument()
|
/aoo41x/main/offapi/com/sun/star/animations/ |
H A D | XTimeContainer.idl | 87 XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 567 doc.insertBefore(autoStylesNode, bodyNode); in processCells()
|
/aoo41x/main/animations/source/animcore/ |
H A D | animcore.cxx | 271 …virtual Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newC… 1835 Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >… in insertBefore() function in animcore::AnimationNode
|
/aoo41x/main/offapi/com/sun/star/xml/dom/ |
H A D | XNode.idl | 207 XNode insertBefore([in] XNode newChild, [in] XNode refChild) raises (DOMException);
|