Searched refs:ListBoxWidth (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 55 private Integer ListBoxWidth; field in FieldSelection 202 … ListBoxWidth = new Integer(((CompWidth - 3 * cmdButtonHoriDist - 2 * cmdButtonWidth) / 2)); in FieldSelection() 203 …Integer cmdShiftButtonPosX = new Integer((CompPosX + ListBoxWidth.intValue() + cmdButtonHoriDist)); in FieldSelection() 215 …Integer cmdMoveButtonPosX = new Integer(SelListBoxPosX.intValue() + ListBoxWidth.intValue() + cmdB… in FieldSelection() 240 …, Boolean.TRUE, new Integer(CompPosX), ListBoxPosY, IStep, new Short((curtabindex++)), ListBoxWidth in FieldSelection() 299 …slblSelFields, SelListBoxPosX, new Integer(CompPosY), IStep, new Short(curtabindex++), ListBoxWidth in FieldSelection() 310 …ndex + 5), Boolean.TRUE, SelListBoxPosX, ListBoxPosY, IStep, new Short(curtabindex++), ListBoxWidth in FieldSelection() 386 return this.ListBoxWidth; in getListboxWidth()
|
Completed in 21 milliseconds