Home
last modified time | relevance | path

Searched refs:getOwnerDocument (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/unoxml/source/dom/
H A Dnode.cxx378 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 Delement.cxx521 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 Ddocumentfragment.hxx101 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentFragment
103 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dnotation.hxx111 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CNotation
113 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dentity.hxx122 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntity
124 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dentityreference.hxx103 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntityReference
105 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dprocessinginstruction.hxx121 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CProcessingInstruction
123 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dattr.hxx137 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CAttr
139 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Ddocumenttype.hxx139 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentType
141 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dcharacterdata.hxx152 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCharacterData
154 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dcomment.hxx136 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CComment
138 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
H A Dtext.hxx155 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CText
157 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
H A Dcdatasection.hxx140 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCDATASection
142 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Delement.hxx200 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CElement
202 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Ddocument.hxx282 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocument
284 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dattr.cxx198 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setValue()
H A Dnode.hxx226 virtual Reference< XDocument > SAL_CALL getOwnerDocument();
H A Dcharacterdata.cxx48 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in dispatchEvent_Impl()
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx103 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 DDOMTest.java447 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 Dmodel_ui.cxx182 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 Dsubmission.cxx619 Reference< XDocument > dstDoc = dstParent->getOwnerDocument(); in _cloneNodes()
646 aDocument = aList->item(0)->getOwnerDocument(); in getInstanceDocument()
H A Dbinding.cxx615 aContext.mxContextNode->getOwnerDocument()->createElement( in bind()
640 Reference<XNode>( aContext.mxContextNode->getOwnerDocument(), in bind()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DXMLHelper.java42 Document doc = parent.getOwnerDocument(); in addElement()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DXmlUtil.java53 Document docNode = oldNode.getOwnerDocument(); in deepClone()

12