Searched refs:xPropCont (Results 1 – 1 of 1) sorted by relevance
372 _XPropertyContainer xPropCont = new _XPropertyContainer(); in checkInterfaces() local373 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 10 milliseconds