Lines Matching refs:pOutDev
711 void ScrollBar::ImplDraw( sal_uInt16 nDrawFlags, OutputDevice* pOutDev ) in ImplDraw() argument
713 DecorationView aDecoView( pOutDev ); in ImplDraw()
716 const StyleSettings& rStyleSettings = pOutDev->GetSettings().GetStyleSettings(); in ImplDraw()
725 if( pOutDev->GetOutDevType() == OUTDEV_WINDOW ) in ImplDraw()
726 pWin = (Window*) pOutDev; in ImplDraw()
789 pOutDev->SetLineColor(); in ImplDraw()
802 pOutDev->SetFillColor( rStyleSettings.GetCheckedColor() ); in ImplDraw()
803 pOutDev->DrawRect( maThumbRect ); in ImplDraw()
811 pOutDev->SetFillColor( rStyleSettings.GetShadowColor() ); in ImplDraw()
813 pOutDev->SetFillColor( rStyleSettings.GetCheckedColor() ); in ImplDraw()
814 pOutDev->DrawRect( maPage1Rect ); in ImplDraw()
819 pOutDev->SetFillColor( rStyleSettings.GetShadowColor() ); in ImplDraw()
821 pOutDev->SetFillColor( rStyleSettings.GetCheckedColor() ); in ImplDraw()
822 pOutDev->DrawRect( maPage2Rect ); in ImplDraw()