Searched refs:pOutputDev (Results 1 – 1 of 1) sorted by relevance
1079 OutputDevice* pOutputDev = mrParentViewShell.GetOut(); in Paint() local1108 const Rectangle aPxOutRect( pOutputDev->LogicToPixel( _aOutRect ) ); in Paint()1110 MapMode aMapMode( pOutputDev->GetMapMode() ); in Paint()1126 pOutputDev->SetMapMode( aMapMode ); in Paint()1127 Rectangle aPxPaintRect = pOutputDev->LogicToPixel( aPageRect ); in Paint()1133 if( pOutputDev->GetFillColor() != aRetouche ) in Paint()1134 pOutputDev->SetFillColor( aRetouche ); in Paint()1135 pOutputDev->SetLineColor(); // OD 20.02.2003 #107369# - no line color in Paint()1142 pOutputDev->DrawRect( aPageRect ); in Paint()1145 Font aOldFont( pOutputDev->GetFont() ); in Paint()[all …]