Lines Matching refs:pVDev
250 pVDev ( NULL ) in SvxNumValueSet2()
259 delete pVDev; in ~SvxNumValueSet2()
315 if(!pVDev) in UserDraw()
319 pVDev = new VirtualDevice(*pDev); in UserDraw()
320 pVDev->SetMapMode(pDev->GetMapMode()); in UserDraw()
321 pVDev->EnableRTL( IsRTLEnabled() ); in UserDraw()
322 pVDev->SetOutputSize( aRectSize ); in UserDraw()
325 pVDev->SetLineColor( aBackColor ); in UserDraw()
326 pVDev->SetFillColor( aBackColor ); in UserDraw()
327 pVDev->DrawRect(aOrgRect); in UserDraw()
332 pVDev->SetLineColor(aTextColor); in UserDraw()
334 pVDev->SetLineColor(aLineColor); in UserDraw()
341 pVDev->DrawLine(aStart, aEnd); in UserDraw()
343 pVDev->DrawLine(aStart, aEnd); in UserDraw()
349 *pVDev ); in UserDraw()