Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java244 if (l - nscrollvalue < nblockincrement) in insertRowAtEnd()
246 ((ControlRow) ControlGroupVector.get(l - nscrollvalue)).setEnabled(true); in insertRowAtEnd()
284 if ((l - nscrollvalue >= 1) && (l - nscrollvalue <= nblockincrement) && nscrollvalue > 0) in removeLastRow()
286 … while ((l - nscrollvalue >= 1) && (l - nscrollvalue <= nblockincrement) && nscrollvalue > 0) in removeLastRow()
288 setScrollValue(nscrollvalue - 1); in removeLastRow()
292 else if (nscrollvalue == 0 && l - 1 < nblockincrement) in removeLastRow()
331 lastFocusRow = Integer.valueOf(num).intValue() + nscrollvalue; in focusGained()
385 rowUp(lastFocusRow - nscrollvalue, lastFocusControl);
393 rowDown(lastFocusRow - nscrollvalue, lastFocusControl);
422 if (i - nscrollvalue < nblockincrement)
[all …]
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java42 protected int nscrollvalue = 0; field in ControlScroller
169 nscrollvalue = 0; in initialize()
170 …lper.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue", new Integer(nscrollvalue)); in initialize()
178 …ew Integer(nblockincrement), new Integer(nlineincrement), new Integer(nscrollvalue), new Integer(n… in initialize()
188 Boolean.FALSE, new Integer(nscrollvalue) in initialize()
224 PropertyValue[] valueProps = (PropertyValue[]) scrollfields.get(guiRow + nscrollvalue); in fillupControls()
317 return nscrollvalue; in getScrollValue()
354nscrollvalue = ((Integer) Helper.getUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue"… in scrollControls()
355 if (nscrollvalue + nblockincrement >= ntotfieldcount) in scrollControls()
357 nscrollvalue = (ntotfieldcount) - nblockincrement; in scrollControls()
[all …]