Lines Matching refs:aScrollRect
1038 Rectangle aScrollRect( Point( nFrozenWidth + nDelta, 0 ), in ScrollColumns() local
1047 Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1050 Rectangle aInvalidateRect( aScrollRect ); in ScrollColumns()
1057 aScrollRect.Bottom() = pDataWin->GetOutputSizePixel().Height(); in ScrollColumns()
1060 pDataWin->Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1063 aScrollRect.Left() = nFrozenWidth; in ScrollColumns()
1064 aScrollRect.Right() = nFrozenWidth + nDelta - 1; in ScrollColumns()
1065 getDataWindow()->Invalidate( aScrollRect ); in ScrollColumns()
1084 Rectangle aScrollRect( Point( nFrozenWidth, 0 ), in ScrollColumns() local
1092 Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1096 aScrollRect.Bottom() = pDataWin->GetOutputSizePixel().Height(); in ScrollColumns()
1097 pDataWin->Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()