Lines Matching refs:mpBufferDevice
2043 mpBufferDevice( new VirtualDevice(*this) ) in SvxPreviewBase()
2057 delete mpBufferDevice; in ~SvxPreviewBase()
2063 if(mpBufferDevice->GetOutputSizePixel() != GetOutputSizePixel()) in LocalPrePaint()
2065 mpBufferDevice->SetDrawMode(GetDrawMode()); in LocalPrePaint()
2066 mpBufferDevice->SetSettings(GetSettings()); in LocalPrePaint()
2067 mpBufferDevice->SetAntialiasing(GetAntialiasing()); in LocalPrePaint()
2068 mpBufferDevice->SetOutputSizePixel(GetOutputSizePixel()); in LocalPrePaint()
2069 mpBufferDevice->SetMapMode(GetMapMode()); in LocalPrePaint()
2080 const bool bWasEnabled(mpBufferDevice->IsMapModeEnabled()); in LocalPrePaint()
2082 mpBufferDevice->EnableMapMode(false); in LocalPrePaint()
2083 mpBufferDevice->DrawCheckered(aNull, mpBufferDevice->GetOutputSizePixel(), nLen, aW, aG); in LocalPrePaint()
2084 mpBufferDevice->EnableMapMode(bWasEnabled); in LocalPrePaint()
2088 mpBufferDevice->Erase(); in LocalPrePaint()
2095 const bool bWasEnabledSrc(mpBufferDevice->IsMapModeEnabled()); in LocalPostPaint()
2099 mpBufferDevice->EnableMapMode(false); in LocalPostPaint()
2105 *mpBufferDevice); in LocalPostPaint()
2107 mpBufferDevice->EnableMapMode(bWasEnabledSrc); in LocalPostPaint()