Home
last modified time | relevance | path

Searched refs:mpBufferDevice (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2043 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 …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx457 VirtualDevice* mpBufferDevice; member in SvxPreviewBase
478 OutputDevice& getBufferDevice() const { return *mpBufferDevice; } in getBufferDevice()