Lines Matching refs:maBackgrDev
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()
581 maBackgrDev.SetFillColor(); in ImplDrawBackgrDev()
591 maBackgrDev.DrawPixel( Point( nX, nY ) ); in ImplDrawBackgrDev()
593 maBackgrDev.DrawLine( Point( nX, nY - 1 ), Point( nX, nY + 1 ) ); in ImplDrawBackgrDev()
597 maBackgrDev.SetTextColor( maTextColor ); in ImplDrawBackgrDev()
598 maBackgrDev.SetTextFillColor(); in ImplDrawBackgrDev()
602 sal_Int32 nTextWidth = maBackgrDev.GetTextWidth( aText ); in ImplDrawBackgrDev()
605 maBackgrDev.DrawText( Point( nTextX, maActiveRect.Top() ), aText ); in ImplDrawBackgrDev()
629 maRulerDev.DrawOutDev( aPos, aSize, aPos, aSize, maBackgrDev ); in ImplEraseSplit()
636 maRulerDev.DrawOutDev( Point(), maWinSize, Point(), maWinSize, maBackgrDev ); in ImplDrawRulerDev()