Home
last modified time | relevance | path

Searched refs:xImportedNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddocument.cxx753 Reference< XNode > const& xImportedNode, sal_Bool deep) in lcl_ImportNode()
756 NodeType aNodeType = xImportedNode->getNodeType(); in lcl_ImportNode()
770 Reference< XCDATASection > const xCData(xImportedNode, in lcl_ImportNode()
779 Reference< XComment > const xComment(xImportedNode, in lcl_ImportNode()
797 Reference< XElement > const xElement(xImportedNode, in lcl_ImportNode()
800 OUString const aNsPrefix = xImportedNode->getPrefix(); in lcl_ImportNode()
844 Reference< XEntityReference > const xRef(xImportedNode, in lcl_ImportNode()
920 if (!xImportedNode.is()) { throw RuntimeException(); } in importNode()
938 if (xImportedNode->getOwnerDocument() == xDocument) { in importNode()
939 return xImportedNode; in importNode()
[all …]
/trunk/main/forms/source/xforms/submission/
H A Dserialization_app_xml.cxx106 … Reference< XNode > const xImportedNode( xDocument->importNode( xNode, true ), UNO_SET_THROW ); in serialize_node() local
107 xDocument->appendChild( xImportedNode ); in serialize_node()

Completed in 33 milliseconds