Lines Matching refs:xCont
144 XContent[] xCont = new XContent[countDocs+5]; in checkTDOCRoot() local
149 xCont[i] = xContentProvider.queryContent(xContentId[i]); in checkTDOCRoot()
152 if (xCont[i] != null) in checkTDOCRoot()
154 cont = xCont[i].getContentType(); in checkTDOCRoot()
160 xCont[i] = xContentProvider.queryContent(xContentId[i]); in checkTDOCRoot()
162 if (xCont[i] != null) in checkTDOCRoot()
164 cont = xCont[i].getContentType(); in checkTDOCRoot()
363 _XContent xCont = new _XContent(); in checkInterfaces() local
364 xCont.oObj = UnoRuntime.queryInterface(XContent.class, xContent); in checkInterfaces()
366 assertNotNull("addContentEventListener()", xCont._addContentEventListener()); in checkInterfaces()
367 assertNotNull("getContentType()", xCont._getContentType()); in checkInterfaces()
368 assertNotNull("getIdentifier()", xCont._getIdentifier()); in checkInterfaces()
369 assertNotNull("removeContentEventListener()", xCont._removeContentEventListener()); in checkInterfaces()