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.cxx2113 mpBufferDevice( new VirtualDevice(*this) ) in SvxPreviewBase()
2127 delete mpBufferDevice; in ~SvxPreviewBase()
2135 mpBufferDevice->SetDrawMode(GetDrawMode()); in LocalPrePaint()
2136 mpBufferDevice->SetSettings(GetSettings()); in LocalPrePaint()
2139 mpBufferDevice->SetMapMode(GetMapMode()); in LocalPrePaint()
2152 mpBufferDevice->EnableMapMode(false); in LocalPrePaint()
2153 mpBufferDevice->DrawCheckered(aNull, mpBufferDevice->GetOutputSizePixel(), nLen, aW, aG); in LocalPrePaint()
2158 mpBufferDevice->Erase(); in LocalPrePaint()
2169 mpBufferDevice->EnableMapMode(false); in LocalPostPaint()
2175 *mpBufferDevice); in LocalPostPaint()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx457 VirtualDevice* mpBufferDevice; member in SvxPreviewBase
478 OutputDevice& getBufferDevice() const { return *mpBufferDevice; } in getBufferDevice()

Completed in 52 milliseconds