Lines Matching refs:maGridDev
257 maGridDev.SetOutputSizePixel( maWinSize ); in InitSizeData()
1016 DrawOutDev( Point(), maWinSize, Point(), maWinSize, maGridDev ); in ImplRedraw()
1217 ImplSetColumnClipRegion( maGridDev, nColIndex ); in ImplDrawColumnSelection()
1218 maGridDev.DrawOutDev( Point(), maWinSize, Point(), maWinSize, maBackgrDev ); in ImplDrawColumnSelection()
1227 maGridDev.SetLineColor(); in ImplDrawColumnSelection()
1230 ImplDrawColumnHeader( maGridDev, nColIndex, COL_LIGHTGRAY ); in ImplDrawColumnSelection()
1234 maGridDev.SetFillColor( maSelectColor ); in ImplDrawColumnSelection()
1235 maGridDev.DrawTransparent( PolyPolygon( Polygon( aRect ) ), CSV_HDR_TRANSPARENCY ); in ImplDrawColumnSelection()
1240 ImplInvertRect( maGridDev, aRect ); in ImplDrawColumnSelection()
1243 maGridDev.SetClipRegion(); in ImplDrawColumnSelection()
1249 maGridDev.DrawOutDev( Point(), maWinSize, Point(), maWinSize, maBackgrDev ); in ImplDrawGridDev()
1296 maGridDev.SetClipRegion( aClipReg ); in ImplDrawHorzScrolled()
1297 maGridDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
1298 maGridDev.SetClipRegion(); in ImplDrawHorzScrolled()
1311 maGridDev.SetLineColor(); in ImplDrawHorzScrolled()
1312 maGridDev.SetFillColor( maAppBackColor ); in ImplDrawHorzScrolled()
1313 maGridDev.DrawRect( aRect ); in ImplDrawHorzScrolled()
1323 ImplInvertRect( maGridDev, aRect ); in ImplInvertCursor()
1326 ImplInvertRect( maGridDev, aRect ); in ImplInvertCursor()