Searched refs:iSelPos (Results 1 – 3 of 3) sorted by relevance
98 short iSelPos = 0; in ReportLayouter() local101 … iSelPos = (short) JavaTools.FieldInList(ContentFiles[1], CurReportDocument.getContentPath()); in ReportLayouter()102 if (iSelPos < 0) in ReportLayouter()104 iSelPos = 0; in ReportLayouter()106 iOldContentPos = (int) iSelPos; in ReportLayouter()116 iSelPos in ReportLayouter()154 iOldLayoutPos = (int) iSelPos; in ReportLayouter()
170 int iSelPos = OldSelitems.length; in shiftFromRightToLeft() local171 if (iSelPos > 0) in shiftFromRightToLeft()
230 short iSelPos = getselectedItemPos(); in fillUpFieldsListbox() local232 final String sSelectedTableName = xTableListBox.getItem(iSelPos); in fillUpFieldsListbox()304 short iSelPos = getselectedItemPos(); in fillupCommandListBox() local307 if (iSelPos > -1) in fillupCommandListBox()312 iSelPos in fillupCommandListBox()319 iSelArray = new short[] {iSelPos}; in fillupCommandListBox()327 return iSelPos; in fillupCommandListBox()
Completed in 17 milliseconds