Lines Matching refs:nRows
211 sal_uInt16 nRows; member
217 nRows(1), in SwAddressPreview_Impl()
291 if( (nSelectRow < nStartRow) || (nSelectRow >= (nStartRow + pImpl->nRows) )) in SelectAddress()
325 void SwAddressPreview::SetLayout(sal_uInt16 nRows, sal_uInt16 nColumns) in SetLayout() argument
327 pImpl->nRows = nRows; in SetLayout()
345 aVScrollBar.SetVisibleSize(pImpl->nRows); in UpdateScrollBar()
348 aVScrollBar.Show(pImpl->bEnableScrollBar && nResultingRows > pImpl->nRows); in UpdateScrollBar()
376 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in Paint()
382 for(sal_uInt16 nRow = 0; nRow < pImpl->nRows ; ++nRow) in Paint()
391 if((pImpl->nColumns * pImpl->nRows) == 1) in Paint()
407 if(rMEvt.IsLeft() && ( pImpl->nRows || pImpl->nColumns)) in MouseButtonDown()
412 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in MouseButtonDown()
436 if(pImpl->nRows || pImpl->nColumns) in KeyInput()