Home
last modified time | relevance | path

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

/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java372 _XPropertyContainer xPropCont = new _XPropertyContainer(); in checkInterfaces() local
373 xPropCont.oObj = UnoRuntime.queryInterface(XPropertyContainer.class, xContent); in checkInterfaces()
375 assertNotNull("addProperty()", xPropCont._addProperty()); in checkInterfaces()
376 assertNotNull("removeProperty()", xPropCont._removeProperty()); in checkInterfaces()

Completed in 20 milliseconds