Home
last modified time | relevance | path

Searched refs:nLineTop (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx389 long nLineTop = nStartY + nRectHeight * aLinesArr[2 * i + 1]/100 ; in UserDraw() local
390 … Point aLineLeft(aLeft.X() /*+ nStartX + nRectWidth * aLinesArr[2 * i]/ 100*/, nLineTop ); in UserDraw()
391 Point aLineRight(nStartX + nRectWidth * 90 /100, nLineTop ); in UserDraw()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx730 const double nLineTop = rLine.mnBaseLine - mnAscent - nTopOffset; in Paint() local
731 if (nLineTop + mnLineHeight< nClipTop) in Paint()
733 else if (nLineTop > nClipBottom) in Paint()

Completed in 36 milliseconds