Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java198 final int cmdButtonHoriDist = 4; in FieldSelection() local
202 … ListBoxWidth = new Integer(((CompWidth - 3 * cmdButtonHoriDist - 2 * cmdButtonWidth) / 2)); in FieldSelection()
203 …Integer cmdShiftButtonPosX = new Integer((CompPosX + ListBoxWidth.intValue() + cmdButtonHoriDist)); in FieldSelection()
206 … SelListBoxPosX = new Integer(cmdShiftButtonPosX.intValue() + cmdButtonWidth + cmdButtonHoriDist); in FieldSelection()
215 …eButtonPosX = new Integer(SelListBoxPosX.intValue() + ListBoxWidth.intValue() + cmdButtonHoriDist); in FieldSelection()

Completed in 11 milliseconds