Lines Matching refs:xContent

65     private XContent xContent = null;  field in CheckContentProvider
137 xContent = xContentProvider.queryContent(xContentIdentifier); in checkTDOCRoot()
139 String content = xContent.getContentType(); in checkTDOCRoot()
169 util.dbg.printInterfaces(xContent); in checkTDOCRoot()
189 xContent = null; in checkTDOCDocument()
200 xContent = xContentProvider.queryContent(xContentIdentifier); in checkTDOCDocument()
202 String content = xContent.getContentType(); in checkTDOCDocument()
224 xContent = null; in checkTDOCFolder()
235 xContent = xContentProvider.queryContent(xContentIdentifier); in checkTDOCFolder()
237 String content = xContent.getContentType(); in checkTDOCFolder()
258 xContent = null; in checkTDOCStream()
270 xContent = xContentProvider.queryContent(xContentIdentifier); in checkTDOCStream()
272 String content = xContent.getContentType(); in checkTDOCStream()
310 xTypeProvider.oObj = UnoRuntime.queryInterface(XTypeProvider.class, xContent); in checkInterfaces()
317 xServiceInfo.oObj = UnoRuntime.queryInterface(XServiceInfo.class, xContent); in checkInterfaces()
325 xCommandProcessor.oObj = UnoRuntime.queryInterface(XCommandProcessor.class, xContent); in checkInterfaces()
334 xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent); in checkInterfaces()
343 xPropChange.oObj = UnoRuntime.queryInterface(XPropertiesChangeNotifier.class, xContent); in checkInterfaces()
350 … xPropSetInfo.oObj = UnoRuntime.queryInterface(XPropertySetInfoChangeNotifier.class, xContent); in checkInterfaces()
357 xCommandChange.oObj = UnoRuntime.queryInterface(XCommandInfoChangeNotifier.class, xContent); in checkInterfaces()
364 xCont.oObj = UnoRuntime.queryInterface(XContent.class, xContent); in checkInterfaces()
373 xPropCont.oObj = UnoRuntime.queryInterface(XPropertyContainer.class, xContent); in checkInterfaces()
380 xComponent.oObj = UnoRuntime.queryInterface(XComponent.class, xContent); in checkInterfaces()