Searched refs:_rPrevwPgSwRect (Results 1 – 1 of 1) sorted by relevance
676 const SwRect& _rPrevwPgSwRect,832 const SwRect& _rPrevwPgSwRect, in AdjustLogicPgRectToVisibleArea() argument838 SwRect aVisPrevwPgSwRect( _rPrevwPgSwRect ); in AdjustLogicPgRectToVisibleArea()843 nTmpDiff = aVisPrevwPgSwRect.Left() - _rPrevwPgSwRect.Left(); in AdjustLogicPgRectToVisibleArea()847 nTmpDiff = aVisPrevwPgSwRect.Top() - _rPrevwPgSwRect.Top(); in AdjustLogicPgRectToVisibleArea()851 nTmpDiff = _rPrevwPgSwRect.Right() - aVisPrevwPgSwRect.Right(); in AdjustLogicPgRectToVisibleArea()855 nTmpDiff = _rPrevwPgSwRect.Bottom() - aVisPrevwPgSwRect.Bottom(); in AdjustLogicPgRectToVisibleArea()
Completed in 27 milliseconds