Lines Matching refs:mpBufferDevice
2113 mpBufferDevice( new VirtualDevice(*this) ) in SvxPreviewBase()
2127 delete mpBufferDevice; in ~SvxPreviewBase()
2133 if(mpBufferDevice->GetOutputSizePixel() != GetOutputSizePixel()) in LocalPrePaint()
2135 mpBufferDevice->SetDrawMode(GetDrawMode()); in LocalPrePaint()
2136 mpBufferDevice->SetSettings(GetSettings()); in LocalPrePaint()
2137 mpBufferDevice->SetAntialiasing(GetAntialiasing()); in LocalPrePaint()
2138 mpBufferDevice->SetOutputSizePixel(GetOutputSizePixel()); in LocalPrePaint()
2139 mpBufferDevice->SetMapMode(GetMapMode()); in LocalPrePaint()
2150 const bool bWasEnabled(mpBufferDevice->IsMapModeEnabled()); in LocalPrePaint()
2152 mpBufferDevice->EnableMapMode(false); in LocalPrePaint()
2153 mpBufferDevice->DrawCheckered(aNull, mpBufferDevice->GetOutputSizePixel(), nLen, aW, aG); in LocalPrePaint()
2154 mpBufferDevice->EnableMapMode(bWasEnabled); in LocalPrePaint()
2158 mpBufferDevice->Erase(); in LocalPrePaint()
2165 const bool bWasEnabledSrc(mpBufferDevice->IsMapModeEnabled()); in LocalPostPaint()
2169 mpBufferDevice->EnableMapMode(false); in LocalPostPaint()
2175 *mpBufferDevice); in LocalPostPaint()
2177 mpBufferDevice->EnableMapMode(bWasEnabledSrc); in LocalPostPaint()