Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java98 short iSelPos = 0; in ReportLayouter() local
101iSelPos = (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()
H A DGroupFieldHandler.java170 int iSelPos = OldSelitems.length; in shiftFromRightToLeft() local
171 if (iSelPos > 0) in shiftFromRightToLeft()
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java230 short iSelPos = getselectedItemPos(); in fillUpFieldsListbox() local
232 final String sSelectedTableName = xTableListBox.getItem(iSelPos); in fillUpFieldsListbox()
304 short iSelPos = getselectedItemPos(); in fillupCommandListBox() local
307 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