Lines Matching refs:nScrollerHeight
468 sal_uInt16 nScrollerHeight; member in MenuFloatingWindow
520 sal_uInt16 GetScrollerHeight() const { return nScrollerHeight; } in GetScrollerHeight()
3107 … ImplPaint( pWindow, pFloat->nScrollerHeight, pFloat->ImplGetStartY(), 0, sal_False, true ); in ImplFillLayoutData()
4009 nScrollerHeight = 0; in MenuFloatingWindow()
4103 aRect.Top() += nScrollerHeight; in ImplCalcClipRegion()
4104 aRect.Bottom() -= nScrollerHeight; in ImplCalcClipRegion()
4110 if ( pMenu && pMenu->pLogo && bIncludeLogo && nScrollerHeight ) in ImplCalcClipRegion()
4133 long nY = nScrollerHeight; in ImplHighlightItem()
4279 long nY = nScrollerHeight+ImplGetStartY(); in IMPL_LINK()
4352 nScrollerHeight = b ? (sal_uInt16) GetSettings().GetStyleSettings().GetScrollBarSize() /2 : 0; in EnableScrollMenu()
4633 long nY = nScrollerHeight; in ImplScroll()
4737 long nY = nScrollerHeight+nStartY; in HighlightItem()
4814 pMenu->ImplPaint( this, nScrollerHeight, nStartY, pData, bHighlight ); in HighlightItem()
4833 long nY = nScrollerHeight+nStartY; in ImplGetItemRect()
5136 pMenu->ImplPaint( this, nScrollerHeight, ImplGetStartY() ); in Paint()
5149 long nY = bUp ? 0 : ( aOutSz.Height() - nScrollerHeight ); in ImplDrawScroller()
5151 Rectangle aRect( Point( nX, nY ), Size( aOutSz.Width()-nX, nScrollerHeight ) ); in ImplDrawScroller()