Lines Matching refs:nEntryHeight
387 long nEntryHeight = pView->GetEntryHeight(); in CursorUp() local
393 aArea.Bottom() -= nEntryHeight; in CursorUp()
394 pView->Scroll( 0, nEntryHeight, aArea, SCROLL_NOCHILDREN ); in CursorUp()
462 long nEntryHeight = pView->GetEntryHeight(); in PageUp() local
466 pView->Scroll( 0, nEntryHeight*nRealDelta, aArea, SCROLL_NOCHILDREN ); in PageUp()
931 long nEntryHeight = pView->GetEntryHeight(); in Paint() local
934 sal_uInt16 nStartLine = (sal_uInt16)( rRect.Top() / nEntryHeight ); in Paint()
935 sal_uInt16 nCount = (sal_uInt16)( nRectHeight / nEntryHeight ); in Paint()
938 long nY = nStartLine * nEntryHeight; in Paint()
959 nY += nEntryHeight; in Paint()
1039 long nEntryHeight = pView->GetEntryHeight(); in RepaintSelectionItems() local
1047 nY += nEntryHeight; in RepaintSelectionItems()
1076 long nEntryHeight = pView->GetEntryHeight(); in DrawNet() local
1077 long nEntryHeightDIV2 = nEntryHeight / 2; in DrawNet()
1078 if( nEntryHeightDIV2 && !(nEntryHeight & 0x0001)) in DrawNet()
1090 nY -= ( nOffs * nEntryHeight ); in DrawNet()
1126 aPos2.Y() += nDistance * nEntryHeight; in DrawNet()
1149 nY += nEntryHeight; in DrawNet()
1238 long nEntryHeight = pView->GetEntryHeight(); in AdjustScrollBars() local
1239 if( !nEntryHeight ) in AdjustScrollBars()
1263 nVisibleCount = aOSize.Height() / nEntryHeight; in AdjustScrollBars()
1286 nVisibleCount = (aOSize.Height() - nHorSBarHeight) / nEntryHeight; in AdjustScrollBars()