Searched refs:mpBufferDevice (Results 1 – 2 of 2) sorted by relevance
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()[all …]
457 VirtualDevice* mpBufferDevice; member in SvxPreviewBase478 OutputDevice& getBufferDevice() const { return *mpBufferDevice; } in getBufferDevice()