Searched refs:pOutputDev (Results 1 – 1 of 1) sorted by relevance
1075 OutputDevice* pOutputDev = mrParentViewShell.GetOut(); in Paint() local1104 const Rectangle aPxOutRect( pOutputDev->LogicToPixel( _aOutRect ) ); in Paint()1106 MapMode aMapMode( pOutputDev->GetMapMode() ); in Paint()1120 pOutputDev->SetMapMode( aMapMode ); in Paint()1121 Rectangle aPxPaintRect = pOutputDev->LogicToPixel( aPageRect ); in Paint()1127 if( pOutputDev->GetFillColor() != aRetouche ) in Paint()1128 pOutputDev->SetFillColor( aRetouche ); in Paint()1129 pOutputDev->SetLineColor(); // OD 20.02.2003 #107369# - no line color in Paint()1136 pOutputDev->DrawRect( aPageRect ); in Paint()1139 Font aOldFont( pOutputDev->GetFont() ); in Paint()[all …]