/trunk/main/unoxml/source/dom/ |
H A D | attr.hxx | 107 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CAttr
|
H A D | element.hxx | 189 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CElement
|
H A D | processinginstruction.hxx | 84 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CProcessingInstruction
|
H A D | documentfragment.hxx | 63 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CDocumentFragment
|
H A D | entityreference.hxx | 65 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CEntityReference
|
H A D | documenttype.hxx | 101 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CDocumentType
|
H A D | entity.hxx | 84 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CEntity
|
H A D | notation.hxx | 73 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CNotation
|
H A D | characterdata.hxx | 110 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CCharacterData
|
H A D | document.hxx | 266 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CDocument
|
H A D | cdatasection.hxx | 109 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CCDATASection
|
H A D | comment.hxx | 104 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CComment
|
H A D | text.hxx | 119 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CText
|
H A D | node.cxx | 297 Reference< XNode > SAL_CALL CNode::appendChild( in appendChild() function in DOM::CNode
|
/trunk/main/toolkit/src2xml/source/ |
H A D | globals.py | 55 def appendChild (self, childnode): member in Node
|
/trunk/main/toolkit/source/controls/tree/ |
H A D | treedatamodel.cxx | 398 void SAL_CALL MutableTreeNode::appendChild( const Reference< XMutableTreeNode >& xChildNode ) throw… in appendChild() function in toolkit::MutableTreeNode
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 663 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::appendChild( const Reference< XAnimationN… in appendChild() function in sd::RandomAnimationNode
|
/trunk/main/animations/source/animcore/ |
H A D | animcore.cxx | 1943 Reference< XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference< XAnimationNode >&… in appendChild() function in animcore::AnimationNode
|
/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2715 public XNode appendChild(XNode c) throws DOMException { in appendChild() method in DOMTest.MockNode
|
/trunk/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 104 TreeNode appendChild(TreeNode child) in appendChild() method in TreeNode 236 TreeNode appendChild(TreeNode t) { in appendChild() method in ContentNode
|