Home
last modified time | relevance | path

Searched refs:pPreRenderDevice (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx185 …id OverlayManagerBuffered::ImpSaveBackground(const Region& rRegion, OutputDevice* pPreRenderDevice) in ImpSaveBackground() argument
188 OutputDevice& rSource = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in ImpSaveBackground()
510 …void OverlayManagerBuffered::completeRedraw(const Region& rRegion, OutputDevice* pPreRenderDevice)… in completeRedraw()
515 ((OverlayManagerBuffered*)this)->ImpSaveBackground(rRegion, pPreRenderDevice); in completeRedraw()
519 OverlayManager::completeRedraw(rRegion, pPreRenderDevice); in completeRedraw()
H A Doverlaymanager.cxx241 void OverlayManager::completeRedraw(const Region& rRegion, OutputDevice* pPreRenderDevice) const in completeRedraw()
255 OutputDevice& rTarget = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in completeRedraw()
/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx449 SdrPreRenderDevice* pPreRenderDevice = mrPageWindow.GetPaintWindow().GetPreRenderDevice(); in TryToGetOutputDevice() local
451 if(pPreRenderDevice) in TryToGetOutputDevice()
453 return &(pPreRenderDevice->GetPreRenderDevice()); in TryToGetOutputDevice()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanagerbuffered.hxx71 void ImpSaveBackground(const Region& rRegion, OutputDevice* pPreRenderDevice = 0L);
80 virtual void completeRedraw(const Region& rRegion, OutputDevice* pPreRenderDevice = 0L) const;
H A Doverlaymanager.hxx98 virtual void completeRedraw(const Region& rRegion, OutputDevice* pPreRenderDevice = 0) const;

Completed in 28 milliseconds