Searched refs:_bForeignDevice (Results 1 – 2 of 2) sorted by relevance
916 …ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, sal_Bool _bForeignDevice, sal_Bool _bD… in ImplPaintData() argument918 Point aOverallAreaPos = _bForeignDevice ? _rRect.TopLeft() : Point(0,0); in ImplPaintData()919 Size aOverallAreaSize = _bForeignDevice ? _rRect.GetSize() : GetDataWindow().GetOutputSizePixel(); in ImplPaintData()920 …Point aOverallAreaBRPos = _bForeignDevice ? _rRect.BottomRight() : Point( aOverallAreaSize.Width()… in ImplPaintData()925 sal_uLong nRelTopRow = _bForeignDevice ? 0 : ((sal_uLong)_rRect.Top() / nDataRowHeigt); in ImplPaintData()926 …sal_uLong nRelBottomRow = (sal_uLong)(_bForeignDevice ? aOverallAreaSize.Height() : _rRect.Bottom(… in ImplPaintData()1030 if (_bForeignDevice) in ImplPaintData()1049 if (_bForeignDevice) in ImplPaintData()
337 …void ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, sal_Bool _bForeignDevice, sal_B…
Completed in 33 milliseconds