Home
last modified time | relevance | path

Searched refs:maGridDev (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx257 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()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dcsvgrid.hxx100 VirtualDevice maGridDev; /// Data grid with selection and cursor. member in ScCsvGrid