Lines Matching refs:pDev
267 OutputDevice* pDev = rUsrEvt.GetDevice(); in Paint() local
276 Color aOldLineColor = pDev->GetLineColor(); in Paint()
277 Color aOldFillColor = pDev->GetFillColor(); in Paint()
279 pDev->SetLineColor( Color( COL_GRAY ) ); in Paint()
280 pDev->SetFillColor( Color( COL_GRAY ) ); in Paint()
293 pDev->DrawRect( aSnapping ); in Paint()
297 pDev->DrawRect( aSnapping ); in Paint()
313 pDev->SetLineColor( Color ( COL_GRAY ) ); in Paint()
314 pDev->SetFillColor( Color ( COL_GRAY ) ); in Paint()
315 pDev->DrawRect( aSecondLine ); in Paint()
316 pDev->DrawRect( aRight ); in Paint()
318 pDev->SetLineColor( Color( COL_GRAY ) ); in Paint()
319 pDev->SetFillColor( Color( COL_GRAY ) ); in Paint()
320 pDev->DrawRect( aFirstLine ); in Paint()
321 pDev->DrawRect( aLeft ); in Paint()
328 pDev->DrawImage( aImagePoint, mpImpl->maSliderButton ); in Paint()
334 pDev->DrawImage( aImagePoint, mpImpl->maDecreaseButton ); in Paint()
338 pDev->DrawImage( aImagePoint, mpImpl->maIncreaseButton ); in Paint()
340 pDev->SetLineColor( aOldLineColor ); in Paint()
341 pDev->SetFillColor( aOldFillColor ); in Paint()