| /trunk/main/unoxml/source/dom/ |
| H A D | node.cxx | 378 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in appendChild() 561 Reference< XDocument > SAL_CALL CNode::getOwnerDocument() in getOwnerDocument() function in DOM::CNode 650 if (newChild->getOwnerDocument() != getOwnerDocument()) { in insertBefore() 754 if (xOldChild->getOwnerDocument() != getOwnerDocument()) { in removeChild() 797 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in removeChild() 829 if (xNewChild->getOwnerDocument() != getOwnerDocument()) { in replaceChild() 930 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in dispatchSubtreeModified()
|
| H A D | element.cxx | 521 if (xNewAttr->getOwnerDocument() != getOwnerDocument()) { in setAttributeNode_Impl_Lock() 567 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttributeNode_Impl_Lock() 629 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttribute() 710 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttributeNS()
|
| H A D | documentfragment.hxx | 101 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentFragment 103 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | notation.hxx | 111 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CNotation 113 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | entity.hxx | 122 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntity 124 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | entityreference.hxx | 103 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntityReference 105 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | processinginstruction.hxx | 121 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CProcessingInstruction 123 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | attr.hxx | 137 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CAttr 139 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | documenttype.hxx | 139 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentType 141 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | characterdata.hxx | 152 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCharacterData 154 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | comment.hxx | 136 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CComment 138 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
|
| H A D | text.hxx | 155 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CText 157 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
|
| H A D | cdatasection.hxx | 140 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCDATASection 142 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | element.hxx | 200 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CElement 202 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | document.hxx | 282 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocument 284 return CNode::getOwnerDocument(); in getOwnerDocument()
|
| H A D | attr.cxx | 198 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setValue()
|
| H A D | node.hxx | 226 virtual Reference< XDocument > SAL_CALL getOwnerDocument();
|
| H A D | characterdata.cxx | 48 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in dispatchEvent_Impl()
|
| /trunk/main/xmloff/source/core/ |
| H A D | DomBuilderContext.cxx | 103 return mxNode->getOwnerDocument(); in getTree() 126 DBG_ASSERT( mxNode->getOwnerDocument().is(), "XNode must have XDocument" ); in StartElement() 187 mxNode->getOwnerDocument()->createTextNode( rCharacters ), in Characters() 219 Reference<XDocument> xDocument = xParent->getOwnerDocument(); in lcl_createElement()
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 447 xDoc, xDoc.getOwnerDocument()); in testXDocument() 648 xDoc, xDF.getOwnerDocument()); in testXDocumentFragment() 1032 xDoc, xElemFoo.getOwnerDocument()); in testXElement() 1253 xDoc, xDoc.getOwnerDocument()); in testXAttr() 1481 xDoc, xText.getOwnerDocument()); in testXText() 1670 xDoc, xCDS.getOwnerDocument()); in testXCDataSection() 1843 xDoc, xComment.getOwnerDocument()); in testXComment() 1994 xDoc, xER.getOwnerDocument()); in testXEntityReference() 2181 xDoc, xPI.getOwnerDocument()); in testXProcessingInstruction() 2744 public XDocument getOwnerDocument() { return m_document; } in getOwnerDocument() method in DOMTest.MockNode
|
| /trunk/main/forms/source/xforms/ |
| H A D | model_ui.cxx | 182 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in lcl_OutInstance() 575 xNode.set( xParent->getOwnerDocument()->createElement( sName ), in createElement() 600 xNode.set( xParent->getOwnerDocument()->createAttribute( sUniqueName ), in createAttribute() 623 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in renameNode()
|
| H A D | submission.cxx | 619 Reference< XDocument > dstDoc = dstParent->getOwnerDocument(); in _cloneNodes() 646 aDocument = aList->item(0)->getOwnerDocument(); in getInstanceDocument()
|
| H A D | binding.cxx | 615 aContext.mxContextNode->getOwnerDocument()->createElement( in bind() 640 Reference<XNode>( aContext.mxContextNode->getOwnerDocument(), in bind()
|
| /trunk/main/wizards/com/sun/star/wizards/common/ |
| H A D | XMLHelper.java | 42 Document doc = parent.getOwnerDocument(); in addElement()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
| H A D | XmlUtil.java | 53 Document docNode = oldNode.getOwnerDocument(); in deepClone()
|