Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java189 Control oLabelControl = new Control(this, SOLABEL, new Point(), new Size()); in initializeBasicControlValues() local
190 XDevice xDevice = UnoRuntime.queryInterface(XDevice.class, oLabelControl.xWindowPeer); in initializeBasicControlValues()
194 nLabelHeight = (oLabelControl.getPreferredHeight("The quick brown fox...") + 1); in initializeBasicControlValues()
198 xDrawPage.remove(oLabelControl.xShape); in initializeBasicControlValues()