Home
last modified time | relevance | path

Searched refs:pOutputDev (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1075 OutputDevice* pOutputDev = mrParentViewShell.GetOut(); in Paint() local
1104 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 …]