Lines Matching refs:UnoRuntime

29 import com.sun.star.uno.UnoRuntime;
75 final XMultiServiceFactory xMSF = UnoRuntime.queryInterface( in before()
82 UnoRuntime.queryInterface(XPropertySet.class, xMSF); in before()
83 m_xContext = UnoRuntime.queryInterface(XComponentContext.class, in before()
92 UnoRuntime.queryInterface(XSAXDocumentBuilder.class, in testXSAXDocumentBuilder()
100 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocumentBuilder()
150 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocument()
334 UnoRuntime.queryInterface(XElement.class, xImported); in testXDocument()
346 UnoRuntime.queryInterface(XElement.class, xImported); in testXDocument()
360 UnoRuntime.queryInterface(XElement.class, xImpFooN); in testXDocument()
375 UnoRuntime.queryInterface(XElement.class, xImpBarN); in testXDocument()
394 UnoRuntime.queryInterface(XDocument.class, xDocCloneN); in testXDocument()
406 UnoRuntime.queryInterface(XDocument.class, xDocCloneN); in testXDocument()
569 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXDocumentFragment()
590 UnoRuntime.queryInterface(XDocumentFragment.class, xDFCloneN); in testXDocumentFragment()
601 UnoRuntime.queryInterface(XDocumentFragment.class, xDFCloneN); in testXDocumentFragment()
607 XElement xE = UnoRuntime.queryInterface(XElement.class, xChild); in testXDocumentFragment()
771 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXElement()
969 UnoRuntime.queryInterface(XElement.class, xElemFooCloneN); in testXElement()
980 UnoRuntime.queryInterface(XElement.class, xElemFooCloneN); in testXElement()
989 UnoRuntime.queryInterface(XElement.class, xChild); in testXElement()
1153 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXAttr()
1174 UnoRuntime.queryInterface(XAttr.class, xInserted); in testXAttr()
1190 UnoRuntime.queryInterface(XAttr.class, xAttrCloneN); in testXAttr()
1201 XText xText = UnoRuntime.queryInterface(XText.class, xChild); in testXAttr()
1209 UnoRuntime.queryInterface(XAttr.class, xAttrCloneN); in testXAttr()
1214 XText xText = UnoRuntime.queryInterface(XText.class, xChild); in testXAttr()
1226 XText xText = UnoRuntime.queryInterface(XText.class, xChild); in testXAttr()
1369 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXText()
1446 UnoRuntime.queryInterface(XText.class, xTextCloneN); in testXText()
1455 UnoRuntime.queryInterface(XText.class, xTextCloneN); in testXText()
1550 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXCDataSection()
1630 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); in testXCDataSection()
1639 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); in testXCDataSection()
1742 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXComment()
1804 UnoRuntime.queryInterface(XComment.class, xCommentCloneN); in testXComment()
1813 UnoRuntime.queryInterface(XComment.class, xCommentCloneN); in testXComment()
1913 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXEntityReference()
1934 UnoRuntime.queryInterface(XEntityReference.class, xERCloneN); in testXEntityReference()
1945 UnoRuntime.queryInterface(XEntityReference.class, xERCloneN); in testXEntityReference()
2116 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXProcessingInstruction()
2137 XProcessingInstruction xPIClone = UnoRuntime.queryInterface( in testXProcessingInstruction()
2146 XProcessingInstruction xPIClone = UnoRuntime.queryInterface( in testXProcessingInstruction()
2277 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXNodeList_ChildList()
2320 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXNodeList_ElementList()
2367 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXNamedNodeMap_AttributesMap()
2417 UnoRuntime.queryInterface(XAttr.class, xAttrBarSetN); in testXNamedNodeMap_AttributesMap()
2425 UnoRuntime.queryInterface(XAttr.class, xAttrBarNsSetN); in testXNamedNodeMap_AttributesMap()
2449 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathAPI()
2452 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXXPathAPI()
2587 UnoRuntime.queryInterface(XXPathAPI.class, in testXXPathObject()
2590 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXXPathObject()
2659 UnoRuntime.queryInterface(XXPathAPI.class, in testXNodeList_NodeList()
2662 UnoRuntime.queryInterface(XDocumentBuilder.class, in testXNodeList_NodeList()