Home
last modified time | relevance | path

Searched refs:nLastY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx428 long nLastX, nLastY; in ImplEndAdd() local
431 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 …]
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx61 double nLastY( 0.0 ); in importFromSvgD() local
77 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 …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1795 SwTwips nLastY = nY; in FillSelection() local
1798 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 …]
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx714 sal_uInt16 nLastY = nImageY; in ProcessGIF() local
754 nImageY = nLastY; in ProcessGIF()
/trunk/main/cui/source/options/
H A Doptcolor.cxx804 sal_Int32 nLastY = aSQLCommentWN.GetPosPixel().Y() + aSQLCommentWN.GetSizePixel().Height(); in ColorConfigWindow_Impl() local
805 nLastY = nLastY + LogicToPixel( Size( 0, 3 ), MAP_APPFONT ).Height(); in ColorConfigWindow_Impl()
808 sal_Int32 nLineNum = nLastY / nHeight; in ColorConfigWindow_Impl()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx2037 SCROW nLastY = nScrY + aViewData.VisibleCellsY( eVWhich ) + 1; in PaintArea() local
2040 if (nRow1 > nLastY) bOut = sal_True; in PaintArea()
2041 if (nRow2 > nLastY) nRow2 = nLastY; in PaintArea()