Home
last modified time | relevance | path

Searched refs:rPixelRect (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx771 Rectangle OutputDevice::ImplDevicePixelToLogic( const Rectangle& rPixelRect ) const in ImplDevicePixelToLogic()
773 if ( rPixelRect.IsEmpty() ) in ImplDevicePixelToLogic()
774 return rPixelRect; in ImplDevicePixelToLogic()
778 return Rectangle( rPixelRect.Left()-mnOutOffX, rPixelRect.Top()-mnOutOffY, in ImplDevicePixelToLogic()
779 rPixelRect.Right()-mnOutOffX, rPixelRect.Bottom()-mnOutOffY ); in ImplDevicePixelToLogic()
782 return Rectangle( ImplPixelToLogic( rPixelRect.Left()-mnOutOffX-mnOutOffOrigX, mnDPIX, in ImplDevicePixelToLogic()
785 ImplPixelToLogic( rPixelRect.Top()-mnOutOffY-mnOutOffOrigY, mnDPIY, in ImplDevicePixelToLogic()
788 ImplPixelToLogic( rPixelRect.Right()-mnOutOffX-mnOutOffOrigX, mnDPIX, in ImplDevicePixelToLogic()
791 ImplPixelToLogic( rPixelRect.Bottom()-mnOutOffY-mnOutOffOrigY, mnDPIY, in ImplDevicePixelToLogic()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx270 void ScPreviewLocationData::GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode… in GetDrawRange() argument
275 rPixelRect = aDrawRectangle[nPos]; in GetDrawRange()
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx124 …void GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode, sal_uInt8& rRangeId …

Completed in 51 milliseconds