Searched refs:nLineId (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | regband.cxx | 211 bool ImplRegionBand::InsertPoint( long nX, long nLineId, in InsertPoint() argument 218 mpFirstBandPoint->mnLineId = nLineId; in InsertPoint() 230 if ( pRegionBandPoint->mnLineId == nLineId ) in InsertPoint() 286 pNewRegionBandPoint->mnLineId = nLineId; in InsertPoint() 308 pNewRegionBandPoint->mnLineId = nLineId; in InsertPoint()
|
H A D | regionband.cxx | 446 bool RegionBand::InsertLine(const Point& rStartPt, const Point& rEndPt, long nLineId) in InsertLine() argument 471 InsertPoint( aNewPoint, nLineId, in InsertLine() 481 InsertPoint( aNewPoint, nLineId, in InsertLine() 506 InsertPoint( Point( nX, nY ), nLineId, nStartX == nX, eLineType ); in InsertLine() 522 InsertPoint( Point( nX, nY ), nLineId, nStartY == nY, eLineType ); in InsertLine() 532 InsertPoint( Point( nEndX, nEndY ), nLineId, true, eLineType ); in InsertLine()
|
H A D | region.cxx | 102 long nLineId = 0L; in ImplRectilinearPolygonToBands() local 184 pBand->InsertPoint(aStart.X(), nLineId++, true, eLineType); in ImplRectilinearPolygonToBands()
|
/aoo41x/main/vcl/inc/ |
H A D | regionband.hxx | 63 bool InsertLine(const Point& rStartPt, const Point& rEndPt, long nLineId);
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2760 sal_uInt16 nLineId = rStrm.ReaduInt16(); in ReadChChartLine() local 2765 maChartLines[ nLineId ] = xLineFmt; in ReadChChartLine()
|
Completed in 74 milliseconds