Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java238 protected void setScrollValue(int _nscrollvalue) in setScrollValue() argument
240 if (_nscrollvalue >= 0) in setScrollValue()
242 …per.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue", new Integer(_nscrollvalue)); in setScrollValue()
247 protected void setScrollValue(int _nscrollvalue, int _ntotfieldcount) in setScrollValue() argument
250 setScrollValue(_nscrollvalue); in setScrollValue()

Completed in 40 milliseconds