Searched refs:rOutDev2 (Results 1 – 1 of 1) sorted by relevance
185 OutputDevice& rOutDev2( mp2ndOutDev->getOutDev() ); in clear() local187 rOutDev2.SetDrawMode( DRAWMODE_DEFAULT ); in clear()188 rOutDev2.EnableMapMode( sal_False ); in clear()189 rOutDev2.SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in clear()190 rOutDev2.SetLineColor( COL_WHITE ); in clear()191 rOutDev2.SetFillColor( COL_WHITE ); in clear()192 rOutDev2.DrawRect( Rectangle( Point(), in clear()193 rOutDev2.GetOutputSizePixel()) ); in clear()194 rOutDev2.SetDrawMode( DRAWMODE_BLACKLINE | DRAWMODE_BLACKFILL | DRAWMODE_BLACKTEXT | in clear()
Completed in 22 milliseconds