Home
last modified time | relevance | path

Searched refs:nLastX (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dimpvect.cxx428 long nLastX, nLastY; in ImplEndAdd() local
430 nFirstX = nLastX = maStartPt.X(); in ImplEndAdd()
444 nLastX += rMove.nDX; in ImplEndAdd()
457 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
460 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()
463 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()
468 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()
471 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()
474 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
479 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
[all …]
/AOO41X/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx60 double nLastX( 0.0 ); in importFromSvgD() local
77 aCurrPoly.append(B2DPoint(nLastX, nLastY)); in importFromSvgD()
97 nLastX = aCurrPoly.getB2DPoint(0).getX(); in importFromSvgD()
142 nX += nLastX; in importFromSvgD()
147 nLastX = nX; in importFromSvgD()
174 nX += nLastX; in importFromSvgD()
178 nLastX = nX; in importFromSvgD()
198 double nX(nLastX), nY; in importFromSvgD()
238 nX2 += nLastX; in importFromSvgD()
240 nX += nLastX; in importFromSvgD()
[all …]
/AOO41X/main/svtools/source/filter/igif/
H A Dgifread.cxx713 sal_uInt16 nLastX = nImageX; in ProcessGIF() local
753 nImageX = nLastX; in ProcessGIF()
/AOO41X/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1304 sal_Int32 nLastX = GetX( GetPosCount() ) + 1; in ImplDrawHorzScrolled() local
1305 if( nLastX <= GetLastX() ) in ImplDrawHorzScrolled()
1307 Rectangle aRect( nLastX, 0, GetLastX(), GetHeight() - 1 ); in ImplDrawHorzScrolled()
/AOO41X/main/sc/source/ui/view/
H A Dtabview3.cxx2036 SCCOL nLastX = nScrX + aViewData.VisibleCellsX( eHWhich ) + 1; in PaintArea() local
2038 if (nCol1 > nLastX) bOut = sal_True; in PaintArea()
2039 if (nCol2 > nLastX) nCol2 = nLastX; in PaintArea()