| /AOO42X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 428 XNode xLast = xDoc.getLastChild(); in testXDocument() 511 xElemFooNs, xDoc.getLastChild()); in testXDocument() 543 xElemFooNs, xDoc.getLastChild()); in testXDocument() 563 xElemFooNs, xDoc.getLastChild()); in testXDocument() 626 XNode xLast = xDF.getLastChild(); in testXDocumentFragment() 713 xElemFoo, xDF.getLastChild()); in testXDocumentFragment() 745 xElemFoo, xDF.getLastChild()); in testXDocumentFragment() 765 xElemFoo, xDF.getLastChild()); in testXDocumentFragment() 1007 XNode xLast = xElemFoo.getLastChild(); in testXElement() 1095 xElemFooNs, xElemFoo.getLastChild()); in testXElement() [all …]
|
| /AOO42X/main/unoxml/source/dom/ |
| H A D | notation.hxx | 98 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CNotation 101 return CNode::getLastChild(); in getLastChild()
|
| H A D | processinginstruction.hxx | 109 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CProcessingInstruction 112 return CNode::getLastChild(); in getLastChild()
|
| H A D | entityreference.hxx | 90 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CEntityReference 93 return CNode::getLastChild(); in getLastChild()
|
| H A D | documentfragment.hxx | 88 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CDocumentFragment 91 return CNode::getLastChild(); in getLastChild()
|
| H A D | entity.hxx | 109 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CEntity 112 return CNode::getLastChild(); in getLastChild()
|
| H A D | documenttype.hxx | 126 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CDocumentType 129 return CNode::getLastChild(); in getLastChild()
|
| H A D | attr.hxx | 132 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CAttr 135 return CNode::getLastChild(); in getLastChild()
|
| H A D | characterdata.hxx | 135 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CCharacterData 138 return CNode::getLastChild(); in getLastChild()
|
| H A D | text.hxx | 144 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CText 147 return CCharacterData::getLastChild(); in getLastChild()
|
| H A D | cdatasection.hxx | 134 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CCDATASection 137 return CNode::getLastChild(); in getLastChild()
|
| H A D | comment.hxx | 129 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CComment 132 return CCharacterData::getLastChild(); in getLastChild()
|
| H A D | element.hxx | 209 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CElement 212 return CNode::getLastChild(); in getLastChild()
|
| H A D | document.hxx | 286 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild() function in DOM::CDocument 289 return CNode::getLastChild(); in getLastChild()
|
| H A D | node.hxx | 194 virtual Reference< XNode > SAL_CALL getLastChild()
|
| H A D | node.cxx | 462 Reference< XNode > SAL_CALL CNode::getLastChild() in getLastChild() function in DOM::CNode
|
| /AOO42X/main/offapi/com/sun/star/xml/dom/ |
| H A D | XNode.idl | 129 XNode getLastChild();
|