Searched refs:nLastY (Results 1 – 6 of 6) sorted by relevance
428 long nLastX, nLastY; in ImplEndAdd() local431 nFirstY = nLastY = maStartPt.Y(); in ImplEndAdd()445 nLastY += rMove.nDY; in ImplEndAdd()458 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()461 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()464 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()469 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()472 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()475 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()480 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()[all …]
61 double nLastY( 0.0 ); in importFromSvgD() local77 aCurrPoly.append(B2DPoint(nLastX, nLastY)); in importFromSvgD()98 nLastY = aCurrPoly.getB2DPoint(0).getY(); in importFromSvgD()143 nY += nLastY; in importFromSvgD()148 nLastY = nY; in importFromSvgD()168 double nX, nY(nLastY); in importFromSvgD()204 nY += nLastY; in importFromSvgD()208 nLastY = nY; in importFromSvgD()239 nY2 += nLastY; in importFromSvgD()241 nY += nLastY; in importFromSvgD()[all …]
1795 SwTwips nLastY = nY; in FillSelection() local1798 nLastY = nY; in FillSelection()1809 if( nLastY < nTop ) // if the last line was above rectangle in FillSelection()1810 nLastY = nTop; in FillSelection()1813 if( nY >= nLastY ) // gotcha: overlapping in FillSelection()1815 nLastY += nY; in FillSelection()1816 nLastY /= 2; in FillSelection()1819 aPoint.X() = nLastY; in FillSelection()1825 aPoint.Y() = nLastY; in FillSelection()1834 aPoint.X() = nLastY; in FillSelection()[all …]
714 sal_uInt16 nLastY = nImageY; in ProcessGIF() local754 nImageY = nLastY; in ProcessGIF()
804 sal_Int32 nLastY = aSQLCommentWN.GetPosPixel().Y() + aSQLCommentWN.GetSizePixel().Height(); in ColorConfigWindow_Impl() local805 nLastY = nLastY + LogicToPixel( Size( 0, 3 ), MAP_APPFONT ).Height(); in ColorConfigWindow_Impl()808 sal_Int32 nLineNum = nLastY / nHeight; in ColorConfigWindow_Impl()
2037 SCROW nLastY = nScrY + aViewData.VisibleCellsY( eVWhich ) + 1; in PaintArea() local2040 if (nRow1 > nLastY) bOut = sal_True; in PaintArea()2041 if (nRow2 > nLastY) nRow2 = nLastY; in PaintArea()