Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx480 int nVisibleRowCount = (aValueSetSize.Height()+2) / aItemSize.Height(); in updateLayout() local
482 pValueSet->SetLineCount ( (nRowCount < nVisibleRowCount) ? (sal_uInt16)nRowCount : 0 ); in updateLayout()
490 if( nRowCount < nVisibleRowCount ) in updateLayout()
494 else if( nRowCount > nVisibleRowCount ) in updateLayout()

Completed in 20 milliseconds