Lines Matching refs:maBackgrDev

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()
1100 maBackgrDev.DrawLine( Point( nX1 + 2, nY + 2 ), Point( nX1, nY ) ); in ImplDrawCellText()
1101 maBackgrDev.DrawLine( Point( nX2, nY - 2 ), Point( nX2, nY ) ); in ImplDrawCellText()
1112 maBackgrDev.SetLineColor( bSet ? maGridPBColor : maGridColor ); in ImplDrawFirstLineSep()
1113 maBackgrDev.DrawLine( Point( GetFirstX() + 1, nY ), Point( nX, nY ) ); in ImplDrawFirstLineSep()
1122 ImplSetColumnClipRegion( maBackgrDev, nColIndex ); in ImplDrawColumnBackgr()
1125 maBackgrDev.SetLineColor(); in ImplDrawColumnBackgr()
1126 maBackgrDev.SetFillColor( maBackColor ); in ImplDrawColumnBackgr()
1132 maBackgrDev.DrawRect( aRect ); in ImplDrawColumnBackgr()
1133 maBackgrDev.SetLineColor( maGridColor ); in ImplDrawColumnBackgr()
1134 maBackgrDev.DrawGrid( aRect, Size( 1, GetLineHeight() ), GRID_HORZLINES ); in ImplDrawColumnBackgr()
1135 maBackgrDev.DrawLine( Point( nX2, nHdrHt ), Point( nX2, nY2 ) ); in ImplDrawColumnBackgr()
1158 ImplDrawColumnHeader( maBackgrDev, nColIndex, maHeaderBackColor ); in ImplDrawColumnBackgr()
1160 maBackgrDev.SetClipRegion(); in ImplDrawColumnBackgr()
1165 maBackgrDev.SetLineColor(); in ImplDrawRowHeaders()
1166 maBackgrDev.SetFillColor( maAppBackColor ); in ImplDrawRowHeaders()
1169 maBackgrDev.DrawRect( aRect ); in ImplDrawRowHeaders()
1171 maBackgrDev.SetFillColor( maHeaderBackColor ); in ImplDrawRowHeaders()
1173 maBackgrDev.DrawRect( aRect ); in ImplDrawRowHeaders()
1176 maBackgrDev.SetFont( maHeaderFont ); in ImplDrawRowHeaders()
1177 maBackgrDev.SetTextColor( maHeaderTextColor ); in ImplDrawRowHeaders()
1178 maBackgrDev.SetTextFillColor(); in ImplDrawRowHeaders()
1183 sal_Int32 nX = GetHdrX() + (GetHdrWidth() - maBackgrDev.GetTextWidth( aText )) / 2; in ImplDrawRowHeaders()
1184 maBackgrDev.DrawText( Point( nX, GetY( nLine ) ), aText ); in ImplDrawRowHeaders()
1188 maBackgrDev.SetLineColor( maHeaderGridColor ); in ImplDrawRowHeaders()
1191 maBackgrDev.DrawLine( Point( 0, 0 ), Point( 0, GetHeight() - 1 ) ); in ImplDrawRowHeaders()
1192 maBackgrDev.DrawLine( aRect.TopLeft(), aRect.BottomLeft() ); in ImplDrawRowHeaders()
1195 maBackgrDev.DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDrawRowHeaders()
1197 maBackgrDev.DrawGrid( aRect, Size( 1, GetLineHeight() ), GRID_HORZLINES ); in ImplDrawRowHeaders()
1202 maBackgrDev.SetLineColor(); in ImplDrawBackgrDev()
1203 maBackgrDev.SetFillColor( maAppBackColor ); in ImplDrawBackgrDev()
1204 maBackgrDev.DrawRect( Rectangle( in ImplDrawBackgrDev()
1218 maGridDev.DrawOutDev( Point(), maWinSize, Point(), maWinSize, maBackgrDev ); in ImplDrawColumnSelection()
1249 maGridDev.DrawOutDev( Point(), maWinSize, Point(), maWinSize, maBackgrDev ); in ImplDrawGridDev()
1293 maBackgrDev.SetClipRegion( aClipReg ); in ImplDrawHorzScrolled()
1294 maBackgrDev.CopyArea( aDest, aSrc, maWinSize ); in ImplDrawHorzScrolled()
1295 maBackgrDev.SetClipRegion(); in ImplDrawHorzScrolled()
1308 maBackgrDev.SetLineColor(); in ImplDrawHorzScrolled()
1309 maBackgrDev.SetFillColor( maAppBackColor ); in ImplDrawHorzScrolled()
1310 maBackgrDev.DrawRect( aRect ); in ImplDrawHorzScrolled()