Searched refs:maBackgrDev (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | csvgrid.cxx | 82 mpEditEngine->SetRefDevice( &maBackgrDev ); in ScCsvGrid() 256 maBackgrDev.SetOutputSizePixel( maWinSize ); in InitSizeData() 1073 mpEditEngine->Draw( &maBackgrDev, Point( nX, rPos.Y() ) ); in ImplDrawCellText() 1084 maBackgrDev.SetLineColor( aColor ); in ImplDrawCellText() 1085 maBackgrDev.DrawLine( Point( nX1, nY ), Point( nX2, nY ) ); in ImplDrawCellText() 1086 maBackgrDev.DrawLine( Point( nX2 - 2, nY - 2 ), Point( nX2, nY ) ); in ImplDrawCellText() 1087 maBackgrDev.DrawLine( Point( nX2 - 2, nY + 2 ), Point( nX2, nY ) ); in ImplDrawCellText() 1097 maBackgrDev.SetLineColor( aColor ); in ImplDrawCellText() 1098 maBackgrDev.DrawLine( Point( nX1, nY ), Point( nX2, nY ) ); in ImplDrawCellText() 1099 maBackgrDev.DrawLine( Point( nX1 + 2, nY - 2 ), Point( nX1, nY ) ); in ImplDrawCellText() [all …]
|
| H A D | csvruler.cxx | 111 maBackgrDev.SetFont( GetFont() ); in ScCsvRuler() 178 maBackgrDev.SetOutputSizePixel( maWinSize ); in InitSizeData() 556 maBackgrDev.SetLineColor(); in ImplDrawArea() 558 maBackgrDev.SetFillColor( maBackColor ); in ImplDrawArea() 559 maBackgrDev.DrawRect( aRect ); in ImplDrawArea() 566 maBackgrDev.SetFillColor( maActiveColor ); in ImplDrawArea() 567 maBackgrDev.DrawRect( aRect ); in ImplDrawArea() 570 maBackgrDev.SetLineColor( maTextColor ); in ImplDrawArea() 572 maBackgrDev.DrawLine( Point( nPosX, nY ), Point( nPosX + nWidth - 1, nY ) ); in ImplDrawArea() 580 maBackgrDev.SetLineColor( maTextColor ); in ImplDrawBackgrDev() [all …]
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | csvruler.hxx | 44 VirtualDevice maBackgrDev; /// Ruler background, scaling. member in ScCsvRuler
|
| H A D | csvgrid.hxx | 99 VirtualDevice maBackgrDev; /// Grid background, headers, cell texts. member in ScCsvGrid
|