Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java288 setScrollValue(nscrollvalue - 1); in removeLastRow()
665 setScrollValue(nscrollvalue + 1);
685 setScrollValue(nscrollvalue - 1);
723 setScrollValue(nscrollvalue + 1);
750 setScrollValue(nscrollvalue - 1);
777 setScrollValue(nscrollvalue - 1);
807 setScrollValue(nscrollvalue + 1);
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java238 protected void setScrollValue(int _nscrollvalue) in setScrollValue() method in ControlScroller
247 protected void setScrollValue(int _nscrollvalue, int _ntotfieldcount) in setScrollValue() method in ControlScroller
250 setScrollValue(_nscrollvalue); in setScrollValue()
H A DAggregateComponent.java243 super.setScrollValue(getScrollValue() + 1, (fieldcount + 1)); in addRow()
264 super.setScrollValue(getScrollValue() - 1, (fieldcount)); in removeRow()