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