Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java224 …int ilistcount = /* xlstFieldNames.getItemCount();*/ UnoDialog.getListBoxItemCount(xlstFieldNames); in toggleButtons() local
225 boolean blistispopulated = (ilistcount > 0); in toggleButtons()
230 benableShiftDownButton = (iselpos != ilistcount - 1); in toggleButtons()
266 …int ilistcount = /* xlstFieldNames.getItemCount();*/ UnoDialog.getListBoxItemCount(xlstFieldNames); in removeFieldName() local
267 if ((ipos) < ilistcount) in removeFieldName()
276 if (ilistcount > -1) in removeFieldName()
278 ipos = (short) ((short) ilistcount - (short) 1); in removeFieldName()

Completed in 7 milliseconds