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.cxx379 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in appendChild()
573 Reference< XDocument > SAL_CALL CNode::getOwnerDocument() in getOwnerDocument() function in DOM::CNode
669 if (newChild->getOwnerDocument() != getOwnerDocument()) { in insertBefore()
776 if (xOldChild->getOwnerDocument() != getOwnerDocument()) { in removeChild()
819 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in removeChild()
852 if (xNewChild->getOwnerDocument() != getOwnerDocument()) { in replaceChild()
953 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in dispatchSubtreeModified()
H A Delement.cxx533 if (xNewAttr->getOwnerDocument() != getOwnerDocument()) { in setAttributeNode_Impl_Lock()
579 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttributeNode_Impl_Lock()
644 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttribute()
726 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setAttributeNS()
H A Ddocumentfragment.hxx113 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentFragment
116 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dentityreference.hxx115 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntityReference
118 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dnotation.hxx123 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CNotation
126 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dprocessinginstruction.hxx134 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CProcessingInstruction
137 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Ddocumenttype.hxx151 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocumentType
154 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dentity.hxx134 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CEntity
137 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dattr.hxx149 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CAttr
152 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dcharacterdata.hxx170 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCharacterData
173 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dcdatasection.hxx159 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CCDATASection
162 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dcomment.hxx154 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CComment
157 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
H A Dtext.hxx173 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CText
176 return CCharacterData::getOwnerDocument(); in getOwnerDocument()
H A Delement.hxx229 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CElement
232 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Ddocument.hxx311 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument() function in DOM::CDocument
314 return CNode::getOwnerDocument(); in getOwnerDocument()
H A Dattr.cxx205 Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); in setValue()
H A Dnode.hxx238 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.cxx183 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in lcl_OutInstance()
590 xNode.set( xParent->getOwnerDocument()->createElement( sName ), in createElement()
616 xNode.set( xParent->getOwnerDocument()->createAttribute( sUniqueName ), in createAttribute()
640 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in renameNode()
H A Dsubmission.cxx627 Reference< XDocument > dstDoc = dstParent->getOwnerDocument(); in _cloneNodes()
654 aDocument = aList->item(0)->getOwnerDocument(); in getInstanceDocument()
H A Dbinding.cxx617 aContext.mxContextNode->getOwnerDocument()->createElement( in bind()
642 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()

Completed in 98 milliseconds

12