Lines Matching refs:nY

957 	long nY = 0;  in PaMtoEditCursor()  local
961 nY = rPaM.GetPara() * mnCharHeight; in PaMtoEditCursor()
968 nY += pPortion->GetLines().Count() * mnCharHeight; in PaMtoEditCursor()
973 aEditCursor.Top() += nY; in PaMtoEditCursor()
974 aEditCursor.Bottom() += nY; in PaMtoEditCursor()
998 long nY = 0; in GetEditCursor() local
1011 nY += mnCharHeight; in GetEditCursor()
1019 nY -= mnCharHeight; in GetEditCursor()
1025 aEditCursor.Top() = nY; in GetEditCursor()
1026 nY += mnCharHeight; in GetEditCursor()
1027 aEditCursor.Bottom() = nY-1; in GetEditCursor()
1149 long nY = 0; in GetPaM() local
1154 nY += nTmpHeight; in GetPaM()
1155 if ( nY > rDocPos.Y() ) in GetPaM()
1157 nY -= nTmpHeight; in GetPaM()
1159 aPosInPara.Y() -= nY; in GetPaM()
1180 long nY = 0; in ImpFindIndex() local
1186 nY += mnCharHeight; in ImpFindIndex()
1187 if ( nY > rPosInPara.Y() ) // das war 'se in ImpFindIndex()
1308 sal_uLong nY = 0; in CalcTextHeight() local
1310 nY += CalcParaHeight( --nPortion ); in CalcTextHeight()
1311 return nY; in CalcTextHeight()
1663 long nY = 0; in FormatDoc() local
1689 maInvalidRec = Rectangle( Point( 0, nY+aInvRange.Min() ), in FormatDoc()
1694 maInvalidRec.Bottom() = nY + CalcParaHeight( nPara ); in FormatDoc()
1708 maInvalidRec.Bottom() = nY + CalcParaHeight( nPara ); in FormatDoc()
1710 nY += CalcParaHeight( nPara ); in FormatDoc()
2072 long nY = rStartPos.Y(); in ImpPaint() local
2098 if ( ( !pPaintArea || ( ( nY + (long)nParaHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2108 Point aTmpPos( rStartPos.X() + pLine->GetStartX(), nY ); in ImpPaint()
2110 if ( ( !pPaintArea || ( ( nY + mnCharHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2265 nY += mnCharHeight; in ImpPaint()
2267 if ( pPaintArea && ( nY >= pPaintArea->Bottom() ) ) in ImpPaint()
2273 nY += nParaHeight; in ImpPaint()
2276 if ( pPaintArea && ( nY > pPaintArea->Bottom() ) ) in ImpPaint()