Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java265 Control curLabelControl = LabelControlList[i]; in adjustLineWidth() local
268 curLabelControl.setPosition(new Point(iLocTCPosX, curLabelControl.getPosition().Y)); in adjustLineWidth()
269 … dbControl.setPosition(new Point(iLocTCPosX, curLabelControl.getPosition().Y + m_LabelHeight)); in adjustLineWidth()
271 final Size labelSize = curLabelControl.getSize(); in adjustLineWidth()
566 Control curLabelControl = LabelControlList[i]; in insertLabel() local
585curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) com.… in insertLabel()
589curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) _iAl… in insertLabel()
593 curLabelControl.setSize(new Size(m_LabelWidth, m_LabelHeight)); in insertLabel()

Completed in 17 milliseconds