Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java159 final Integer btnSize = Integer.valueOf(14); in create() local
164 btnSize, in create()
171 btnSize in create()
176 btnSize, in create()
178 …valueOf(pos.Width + (m_aButtonSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create()
183 btnSize in create()
190 Integer.valueOf(pos.Width + btnSize.intValue() + 1), in create()
191 …uttonSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + ((btnSize.intValue() - LINE… in create()
195 … Integer.valueOf(cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()
H A DImageList.java251 final Integer btnSize = 14; in create() local
255 btnSize, in create()
262 btnSize in create()
267 btnSize, in create()
269 …new Integer(pos.Width + (imageSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create()
274 btnSize in create()
281 new Integer(pos.Width + btnSize.intValue() + 1), in create()
282 …imageSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + ((btnSize.intValue() - LINE… in create()
286 … new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()