Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java271 final Size labelSize = curLabelControl.getSize(); in adjustLineWidth() local
273 if (((labelSize.Width > controlSize.Width)) && (WidthFactor > 0)) in adjustLineWidth()
275 nControlBaseWidth = labelSize.Width; in adjustLineWidth()
286 if (WidthFactor > 0 || isReducable(i, labelSize.Width, controlSize.Width)) in adjustLineWidth()
293 if (labelSize.Width > controlSize.Width) in adjustLineWidth()
295 iLocTCPosX += labelSize.Width; in adjustLineWidth()

Completed in 17 milliseconds