9192939495969798
tRes.tested("getCurrentDockingArea()", rect != null); } public void _getElement() { requiredMethod("createElement()"); XUIElement xElement = oObj.getElement(sElementName); tRes.tested("getElement()", true); }
3839404142434445464748
public void _createUIElement() { boolean result = true; PropertyValue[] prop = new PropertyValue[0]; try { XUIElement element = oObj.createUIElement("private:resource/menubar/menubar", prop); result = (element!= null); } catch(com.sun.star.container.NoSuchElementException e) { result = false; e.printStackTrace(log);