Lines Matching refs:Y
1044 …aTextPos.Y() = rStartPos.Y() + ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1068 aRotatedPos.X()=(long) (nCos*aTextPos.X() + nSin*aTextPos.Y()); in PaintBullet()
1069 aRotatedPos.Y()=(long) - (nSin*aTextPos.X() - nCos*aTextPos.Y()); in PaintBullet()
1095 aTextPos.Y() -= aMetric.GetDescent(); in PaintBullet()
1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()
1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1163 aStartPos.Y() = rStartPos.Y() + aBulletArea.Bottom(); in PaintBullet()
1174 aStartPos.Y() = rStartPos.Y() + aBulletArea.Right(); in PaintBullet()
1176 aEndPos.Y() += nWidth; in PaintBullet()
1198 aRect.Top() = aPos.Y(); in InvalidateBullet()
1199 aRect.Bottom() = aPos.Y(); in InvalidateBullet()
1700 …aTopLeft.Y() = /* aInfos.nFirstLineOffset + */ // #91076# nFirstLineOffset is already added to the… in ImpCalcBulletArea()
1715 aTopLeft.Y() = /* aInfos.nFirstLineOffset + */ aInfos.nFirstLineMaxAscent; in ImpCalcBulletArea()
1716 aTopLeft.Y() -= aMetric.GetAscent(); in ImpCalcBulletArea()
1741 aBulletDocPos.Y() += pEditEngine->GetDocPosTopLeft( nPara ).Y(); in ImpCalcBulletArea()
1746 aBulletPos.Y() = aBulletDocPos.X(); in ImpCalcBulletArea()
1747 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.Y(); in ImpCalcBulletArea()