Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java77 private Size selectionGap = new Size(2, 2); field in ImageList
195 (imageSize.Width + gap.Width) * cols - gap.Width + (selectionGap.Width * 2) : in create()
196 imageSize.Width + (selectionGap.Width * 2); in create()
212 new Integer(imageSize.Height + (selectionGap.Height * 2)), in create()
475 MOVE_SELECTION_VALS[0] = new Integer(getImagePosX(col) - selectionGap.Width); in moveSelection()
476 MOVE_SELECTION_VALS[1] = new Integer(getImagePosY(row) - selectionGap.Height); in moveSelection()
693 return selectionGap; in getSelectionGap()
825 selectionGap = size; in setSelectionGap()
H A DButtonList.java64 private Size selectionGap = new Size(2, 2); field in ButtonList
543 return selectionGap; in getSelectionGap()
681 selectionGap = size; in setSelectionGap()

Completed in 27 milliseconds