Lines Matching refs:Integer

78             Integer IStep = new Integer(iStep);  in SortingComponent()
79 Integer ICompPosX = new Integer(iCompPosX); in SortingComponent()
80 Integer ICompPosY = new Integer(iCompPosY); in SortingComponent()
81 Integer ICompWidth = new Integer(iCompWidth); in SortingComponent()
83 Integer IListBoxPosX = new Integer(iCompPosX + 6); in SortingComponent()
85 Integer IOptButtonWidth = new Integer(iOptButtonWidth); in SortingComponent()
86 Integer IListBoxWidth = new Integer(iCompWidth - iOptButtonWidth - 12); in SortingComponent()
87Integer IOptButtonPosX = new Integer(IListBoxPosX.intValue() + IListBoxWidth.intValue() + 6); in SortingComponent()
96 …ertControlModel("com.sun.star.awt.UnoControlFixedLineModel", "lblSort" + Integer.toString(i + 1), … in SortingComponent()
101 …Boolean.valueOf(bDoEnable), 8, sSortHeader[i], 0, ICompPosX, new Integer(iCurPosY), IStep, new Sho… in SortingComponent()
105 …xSortListBox[i] = CurUnoDialog.insertListBox("lstSort" + Integer.toString(i + 1), SOSORTLST[i], nu… in SortingComponent()
110 …Short(UnoDialog.getListBoxLineCount()), "lstSort" + new Integer(i + 1), IListBoxPosX, new Integer(… in SortingComponent()
114 …XRadioButton xRadioButtonAsc = CurUnoDialog.insertRadioButton("optAscend" + Integer.toString(i + 1… in SortingComponent()
119 …bDoEnable, 10, HIDString, sSortAscend[i], IOptButtonPosX, new Integer(iCurPosY + 10), new Short((s… in SortingComponent()
123 …oButton xRadioButtonDesc = CurUnoDialog.insertRadioButton("optDescend" + Integer.toString(i + 1), … in SortingComponent()
128 …bDoEnable, 10, HIDString, sSortDescend[i], IOptButtonPosX, new Integer(iCurPosY + 24), new Short((… in SortingComponent()
182 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 1), PropertyNames.STRING_ITEM_LIS… in initialize()
183 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 1), PropertyNames.SELECTED_ITEMS,… in initialize()
207 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(_index + 1), PropertyNames.READ_ONLY,… in setReadOnly()
261 …iCurState = ((Short) CurUnoDialog.getControlProperty("optAscend" + Integer.toString(i + 1), Proper…
299 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 2), PropertyNames.SELECTED_ITEMS,…
306 CurUnoDialog.setFocus("lblSort" + new Integer(CurIndex + 1));
322 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 1), PropertyNames.SELECTED_ITEMS,…
326 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 2), PropertyNames.SELECTED_ITEMS,…
330 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 2), PropertyNames.SELECTED_ITEMS,…
353 …CurUnoDialog.setControlProperty("lblSort" + Integer.toString(CurIndex + 1), PropertyNames.PROPERTY…
354 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(CurIndex + 1), PropertyNames.PROPERTY…
355 …CurUnoDialog.setControlProperty("optAscend" + Integer.toString(CurIndex + 1), PropertyNames.PROPER…
356 …CurUnoDialog.setControlProperty("optDescend" + Integer.toString(CurIndex + 1), PropertyNames.PROPE…
359 …CurUnoDialog.setControlProperty("lstSort" + Integer.toString(CurIndex + 1), PropertyNames.SELECTED…