Lines Matching refs:pOutDev
1517 static void ImplDrawOutButton( OutputDevice* pOutDev, const Rectangle& rRect, in ImplDrawOutButton() argument
1520 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDrawOutButton()
1526 if ( pOutDev->GetBackground().GetColor() == aShadowColor ) in ImplDrawOutButton()
1537 pOutDev->Erase( rRect ); in ImplDrawOutButton()
1540 pOutDev->SetLineColor( rStyleSettings.GetLightColor() ); in ImplDrawOutButton()
1541 pOutDev->DrawLine( aPos, in ImplDrawOutButton()
1543 pOutDev->DrawLine( aPos, in ImplDrawOutButton()
1545 pOutDev->SetLineColor( aShadowColor ); in ImplDrawOutButton()
1546 pOutDev->DrawLine( Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y() ), in ImplDrawOutButton()
1548 pOutDev->DrawLine( Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ), in ImplDrawOutButton()
1552 …pOutDev->DrawLine( Point( aPos.X()+aSize.Width()-(OUTBUTTON_BORDER-i-1), aPos.Y()+OUTBUTTON_BORDER… in ImplDrawOutButton()
1554 …pOutDev->DrawLine( Point( aPos.X()+OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-(OUTBUTTON_BORDER-i-1… in ImplDrawOutButton()