Home
last modified time | relevance | path

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

/trunk/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()
474 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
507 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
512 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
535 long nLastX, nLastY; in ImplEndAdd() local
551 nLastX += rMove.nDX; in ImplEndAdd()
611 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx60 double nLastX( 0.0 ); in importFromSvgD() local
142 nX += nLastX; in importFromSvgD()
147 nLastX = nX; in importFromSvgD()
174 nX += nLastX; in importFromSvgD()
178 nLastX = nX; in importFromSvgD()
240 nX += nLastX; in importFromSvgD()
269 nLastX = nX; in importFromSvgD()
318 nLastX = nX; in importFromSvgD()
369 nLastX = nX; in importFromSvgD()
444 nLastX = nX; in importFromSvgD()
[all …]
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx713 sal_uInt16 nLastX = nImageX; in ProcessGIF() local
753 nImageX = nLastX; in ProcessGIF()
/trunk/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()
/trunk/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()

Completed in 36 milliseconds