Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java43 protected int ntotfieldcount; field in ControlScroller
167 ntotfieldcount = _ntotfieldcount; in initialize()
171 if (ntotfieldcount > nblockincrement) in initialize()
178 … new Integer(nlineincrement), new Integer(nscrollvalue), new Integer(ntotfieldcount - nblockincrem… in initialize()
255 return ntotfieldcount; in getTotalFieldCount()
265 if (ntotfieldcount > nblockincrement) in setCurFieldCount()
271 ncurfieldcount = ntotfieldcount; in setCurFieldCount()
277 this.ntotfieldcount = _ntotfieldcount; in setTotalFieldCount()
279 if (ntotfieldcount > nblockincrement) in setTotalFieldCount()
286 Boolean.TRUE, new Integer(ntotfieldcount - nblockincrement) in setTotalFieldCount()
[all …]