Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx61 double nLastY( 0.0 ); in importFromSvgD() local
143 nY += nLastY; in importFromSvgD()
148 nLastY = nY; in importFromSvgD()
204 nY += nLastY; in importFromSvgD()
208 nLastY = nY; in importFromSvgD()
241 nY += nLastY; in importFromSvgD()
270 nLastY = nY; in importFromSvgD()
319 nLastY = nY; in importFromSvgD()
370 nLastY = nY; in importFromSvgD()
445 nLastY = nY; in importFromSvgD()
[all …]
/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()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx714 sal_uInt16 nLastY = nImageY; in ProcessGIF() local
754 nImageY = nLastY; in ProcessGIF()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1795 SwTwips nLastY = nY; in FillSelection() local
1798 nLastY = nY; in FillSelection()
1810 nLastY = nTop; 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()
1857 nLastY = nY; in FillSelection()
1863 nLastY = nY; in FillSelection()
[all …]
/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()
464 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
505 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
516 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
535 long nLastX, nLastY; in ImplEndAdd() local
538 nFirstY = nLastY = maStartPt.Y(); in ImplEndAdd()
552 nLastY += rMove.nDY; in ImplEndAdd()
615 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
[all …]

Completed in 63 milliseconds