Lines Matching refs:Y

224 			GetInfo().GetPos().Y() < rPaint.Top() ||  in DrawTextLine()
225 GetInfo().GetPos().Y() + nTmpHeight > rPaint.Top() + rPaint.Height() ) in DrawTextLine()
242 Point aPnt1( nTmpLeft, GetInfo().GetPos().Y() ); in DrawTextLine()
245 if ( aPnt1.Y() < rPaint.Top() ) in DrawTextLine()
246 aPnt1.Y() = rPaint.Top(); in DrawTextLine()
248 GetInfo().GetPos().Y() + nTmpHeight ); in DrawTextLine()
251 if ( aPnt2.Y() > rPaint.Bottom() ) in DrawTextLine()
253 aPnt2.Y() = rPaint.Bottom(); in DrawTextLine()
280 const SwTwips nLineBaseLine = GetInfo().GetPos().Y() + nTmpAscent; in DrawTextLine()
282 GetInfo().Y( nLineBaseLine ); in DrawTextLine()
291 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine()
293 GetInfo().Y( GetInfo().GetPos().Y() + AdjustBaseLine( *pCurr, 0, in DrawTextLine()
299 GetInfo().Y( nOldY ); in DrawTextLine()
322 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine()
326 GetInfo().Y( GetInfo().GetPos().Y() + AdjustBaseLine( *pCurr, pPor ) ); in DrawTextLine()
394 pUnderLineFnt->GetPos().Y() : in DrawTextLine()
425 GetInfo().Y( nOldY ); in DrawTextLine()
456 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine()
467 GetInfo().Y( GetInfo().GetPos().Y() in DrawTextLine()
471 GetInfo().Y( nOldY ); in DrawTextLine()
484 GetInfo().Y( GetInfo().GetPos().Y() + pCurr->GetAscent() ); in DrawTextLine()
490 … SwTwips nDiff = GetInfo().Y() + nTmpHeight - nTmpAscent - GetTxtFrm()->Frm().Bottom(); in DrawTextLine()
501 GetInfo().Y( nOldY ); in DrawTextLine()
690 aCommonBaseLine.Y() = nAdjustBaseLine + nMaxBaseLineOfst; in CheckSpecialUnderline()