Lines Matching refs:_pDev
588 …void RichTextControlImpl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_u… in Draw() argument
592 _pDev->Push( PUSH_MAPMODE | PUSH_LINECOLOR | PUSH_FILLCOLOR ); in Draw()
596 MapMode aOriginalMapMode( _pDev->GetMapMode() ); in Draw()
598 _pDev->SetMapMode( aNormalizedMapMode ); in Draw()
605 aPos = _pDev->PixelToLogic( _rPos, aNormalizedMapMode ); in Draw()
606 aSize = _pDev->PixelToLogic( _rSize, aNormalizedMapMode ); in Draw()
615 Size aOnePixel( _pDev->PixelToLogic( Size( 1, 1 ) ) ); in Draw()
620 _pDev->SetLineColor(); in Draw()
621 _pDev->DrawRect( aPlayground ); in Draw()
626 _pDev->SetLineColor( m_pAntiImpl->GetSettings().GetStyleSettings().GetMonoColor() ); in Draw()
628 _pDev->SetLineColor(); in Draw()
629 _pDev->SetFillColor( m_pAntiImpl->GetBackground().GetColor() ); in Draw()
630 _pDev->DrawRect( aPlayground ); in Draw()
642 m_pEngine->Draw( _pDev, aPlayground, Point(), sal_True ); in Draw()
644 _pDev->Pop(); in Draw()