Lines Matching refs:pVDev
252 pVDev ( NULL ) in SvxNumValueSet2()
261 delete pVDev; in ~SvxNumValueSet2()
317 if(!pVDev) in UserDraw()
321 pVDev = new VirtualDevice(*pDev); in UserDraw()
322 pVDev->SetMapMode(pDev->GetMapMode()); in UserDraw()
323 pVDev->EnableRTL( IsRTLEnabled() ); in UserDraw()
324 pVDev->SetOutputSize( aRectSize ); in UserDraw()
327 pVDev->SetLineColor( aBackColor ); in UserDraw()
328 pVDev->SetFillColor( aBackColor ); in UserDraw()
329 pVDev->DrawRect(aOrgRect); in UserDraw()
334 pVDev->SetLineColor(aTextColor); in UserDraw()
336 pVDev->SetLineColor(aLineColor); in UserDraw()
343 pVDev->DrawLine(aStart, aEnd); in UserDraw()
345 pVDev->DrawLine(aStart, aEnd); in UserDraw()
351 *pVDev ); in UserDraw()