Lines Matching refs:sal_uLong

371 			aHighlightList.Insert( new Rectangle( aAddRect ), (sal_uLong) 0 );  in ToggleSelection()
480 sal_uLong BrowseBox::GetColumnWidth( sal_uInt16 nId ) const in GetColumnWidth()
608 sal_uLong nSBSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize()
610 nSBSize = (sal_uLong)(nSBSize * (double)GetZoom()); in Resize()
773 void BrowseBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw()
925 sal_uLong nRelTopRow = _bForeignDevice ? 0 : ((sal_uLong)_rRect.Top() / nDataRowHeigt); in ImplPaintData()
926sal_uLong nRelBottomRow = (sal_uLong)(_bForeignDevice ? aOverallAreaSize.Height() : _rRect.Bottom(… in ImplPaintData()
947 for ( sal_uLong nRelRow = nRelTopRow; in ImplPaintData()
948 nRelRow <= nRelBottomRow && (sal_uLong)nTopRow+nRelRow < (sal_uLong)nRowCount; in ImplPaintData()
958 sal_uLong nRow = nTopRow+nRelRow; in ImplPaintData()
1022 …if (!m_bFocusOnlyCursor && (pCol->GetId() == GetCurColumnId()) && (nRow == (sal_uLong)GetCurRow())) in ImplPaintData()
1198 sal_uLong nCornerSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in UpdateScrollbars()
1200 nCornerSize = (sal_uLong)(nCornerSize * (double)GetZoom()); in UpdateScrollbars()
1226 sal_uLong nLastCol = GetColumnAtXPosPixel( aDataWinSize.Width() - 1 ); in UpdateScrollbars()
1250 sal_uLong nHScrX = nControlAreaWidth == USHRT_MAX in UpdateScrollbars()
1309 sal_uLong nActualCorderWidth = 0; in UpdateScrollbars()
1585 sal_uLong nOldWidth = GetColumnWidth(nId); in MouseMove()