/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 204 if ( nX2 < MAXCOL ) ++nX2; in lcl_DrawScenarioFrames() 397 SCCOL nX2 = nX1; in Paint() local 400 ++nX2; in Paint() 456 if (nX2 > nXRight) nX2 = nXRight; in Draw() 460 if (nX2 < nXRight) in Draw() 622 if(MAXCOL == nX2) in Draw() 688 if ( nX2==MAXCOL ) in Draw() 702 if ( nX2==MAXCOL ) in Draw() 851 if ( aRange.aEnd.Col() > nX2 ) aRange.aEnd.SetCol(nX2); in Draw() 1519 if (nX2 > nXRight) nX2 = nXRight; in InvertSimple() [all …]
|
H A D | printfun.cxx | 446 SCCOL nX2 = OLE_STD_CELLS_X - 1; in DrawToDev() local 453 nX2 = aRange.aEnd.Col(); in DrawToDev() 464 if (nX2>nX1) --nX2; in DrawToDev() 470 if (nX2 > MAXCOL) nX2 = MAXCOL; in DrawToDev() 482 for (SCCOL i=nX1; i<=nX2; i++) in DrawToDev() 2121 for (i=nX1; i<=nX2; i++) in PrintPage() 2182 for (SCCOL i=nX1; i<=nX2; i++) in PrintPage() 2721 SCCOL nX2; in DoPrint() local 2732 nX2 = maPageEndX[nCountX]; in DoPrint() 2749 nX1 = nX2 + 1; in DoPrint() [all …]
|
H A D | output.cxx | 153 nX2( nNewX2 ), in ScOutputData() 193 nVisX2 = nX2; in ScOutputData() 346 for (nX=nX1; nX<=nX2; nX++) in DrawGrid() 430 if (nVisX <= nX2) in DrawGrid() 620 SCCOL nRotMax = nX2; in FindRotated() 745 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack() 756 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack() 762 for ( nX=nX1; nX<=nX2; nX++ ) in lcl_EqualBack() 1391 SCCOL nRotMax = nX2; in DrawRotatedFrame() 1765 for (nX=nX1; nX<=nX2; nX++) in FindChanged() [all …]
|
H A D | output2.cxx | 1029 if ( pThisRowInfo && nX <= nX2 ) in IsEmptyCellText() 1120 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea() 1129 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea() 1169 long nColWidth = ( nCellX+i <= nX2 ) ? in GetOutputArea() 1353 if ( nX2 < MAXCOL ) in DrawStrings() 1382 for (SCCOL nX=nLoopStartX; nX<=nX2; nX++) in DrawStrings() 1487 if ( nCellY == nY && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings() 1658 SCCOL nMarkX = ( nCellX <= nX2 ) ? nCellX : nX2; in DrawStrings() 2145 if ( nX2 < MAXCOL ) in DrawEdit() 2993 SCCOL nRotMax = nX2; in DrawRotated() [all …]
|
H A D | viewutil.cxx | 412 ScUpdateRect::ScUpdateRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ) in ScUpdateRect() argument 414 PutInOrder( nX1, nX2 ); in ScUpdateRect() 419 nOldEndX = nX2; in ScUpdateRect() 423 void ScUpdateRect::SetNew( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ) in SetNew() argument 425 PutInOrder( nX1, nX2 ); in SetNew() 430 nNewEndX = nX2; in SetNew()
|
H A D | gridmerg.cxx | 96 void ScGridMerger::AddHorLine( long nX1, long nX2, long nY ) in AddHorLine() argument 105 AddLine( nX1, nX2, nY ); in AddHorLine() 108 pDev->DrawLine( Point( nX1, nY ), Point( nX2, nY ) ); in AddHorLine()
|
H A D | tabview4.cxx | 544 SCCOL nX2 = nX1 + aViewData.VisibleCellsX( eHWhich ); in InterpretVisible() local 547 if (nX2 > MAXCOL) nX2 = MAXCOL; in InterpretVisible() 550 ScCellIterator aIter( pDoc, nX1, nY1, nTab, nX2, nY2, nTab ); in InterpretVisible()
|
H A D | output3.cxx | 64 for (nCol=nX1; nCol<=nX2; nCol++) in PrePrintDrawingLayer() 81 for (nCol=nX1; nCol<=nX2; nCol++) in PrePrintDrawingLayer()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 1036 sal_Int32 nX2 = GetColumnX( nColIndex + 1 ); in ImplDrawColumnHeader() local 1050 rOutDev.DrawLine( Point( nX2, 0 ), Point( nX2, nHdrHt ) ); in ImplDrawColumnHeader() 1081 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText() local 1086 maBackgrDev.DrawLine( Point( nX2 - 2, nY - 2 ), Point( nX2, nY ) ); in ImplDrawCellText() 1087 maBackgrDev.DrawLine( Point( nX2 - 2, nY + 2 ), Point( nX2, nY ) ); in ImplDrawCellText() 1094 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText() local 1101 maBackgrDev.DrawLine( Point( nX2, nY - 2 ), Point( nX2, nY ) ); in ImplDrawCellText() 1128 sal_Int32 nX2 = GetColumnX( nColIndex + 1 ); in ImplDrawColumnBackgr() local 1131 Rectangle aRect( nX1, nHdrHt, nX2, nY2 ); in ImplDrawColumnBackgr() 1135 maBackgrDev.DrawLine( Point( nX2, nHdrHt ), Point( nX2, nY2 ) ); in ImplDrawColumnBackgr() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 811 nX1 = 0; nX2 = nTileWidth - 1; in ImplMosaic() 813 if( nX2 >= nWidth ) in ImplMosaic() 814 nX2 = nWidth - 1; in ImplMosaic() 824 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic() 838 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic() 843 if( nX2 >= nWidth ) in ImplMosaic() 845 nX2 = nWidth - 1; in ImplMosaic() 857 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic() 871 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic() 876 if( nX2 >= nWidth ) in ImplMosaic() [all …]
|
H A D | bmpacc3.cxx | 183 long nX2; in DrawLine() local 192 nX2 = rEnd.X(); in DrawLine() 199 nX2 = rStart.X(); in DrawLine() 208 for ( nX = nX1, nY = nY1; nX <= nX2; nX++ ) in DrawLine() 231 nX2 = rEnd.X(); in DrawLine() 238 nX2 = rStart.X(); in DrawLine() 245 sal_Bool bPos = nX1 < nX2; in DrawLine()
|
H A D | region.cxx | 1723 long nX1 = pPoints[0].X(), nX2 = pPoints[2].X(), nY1 = pPoints[0].Y(), nY2 = pPoints[2].Y(); in ImplPolygonRectTest() local 1725 …if( ( (pPoints[1].X() == nX1 && pPoints[3].X() == nX2) && (pPoints[1].Y() == nY2 && pPoints[3].Y()… in ImplPolygonRectTest() 1726 …|| ( (pPoints[1].X() == nX2 && pPoints[3].X() == nX1) && (pPoints[1].Y() == nY1 && pPoints[3].Y() … in ImplPolygonRectTest() 1734 if( nX2 < nX1 ) in ImplPolygonRectTest() 1736 nSwap = nX2; in ImplPolygonRectTest() 1737 nX2 = nX1; in ImplPolygonRectTest() 1748 if( nX2 != nX1 ) in ImplPolygonRectTest() 1750 nX2--; in ImplPolygonRectTest() 1759 pRectOut->Right() = nX2; in ImplPolygonRectTest()
|
/aoo41x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 279 SCCOL nRotMax = nX2; in FillInfo() 287 FindMaxRotCol( nTab, &pRowInfo[1], nArrCount-1, nX1, nX2 ); in FillInfo() 349 for (nArrX=nX2+3; nArrX<=nRotMax+2; nArrX++) // restliche Breiten eintragen in FillInfo() 365 for (nArrX=0; nArrX<=nX2+2; nArrX++) // links & rechts + 1 in FillInfo() 639 for (nArrX=nX1; nArrX<=nX2+2; nArrX++) // links und rechts einer mehr in FillInfo() 688 for (nArrX=nX1; nArrX<=nX2+2; nArrX++) // links und rechts einer mehr in FillInfo() 751 for (nArrX=nX1; nArrX<=nX2+2; nArrX++) // links und rechts einer mehr in FillInfo() 754 sal_Bool bRight = ( nArrX == nX2+2 ); in FillInfo() 894 size_t nColCount = nX2 - nX1 + 3; in FillInfo() 940 nCellInfoY, this, pRowInfo, nX1,nY1,nX2,nY2,nTab, in FillInfo() [all …]
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dsvgpolypolygon.cxx | 229 double nX2, nY2; in importFromSvgD() local 231 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX2, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD() 238 nX2 += nLastX; in importFromSvgD() 266 … aCurrPoly.appendBezierSegment(aPrevControl, B2DPoint(nX2, nY2), B2DPoint(nX, nY)); in importFromSvgD() 289 double nX2, nY2; in importFromSvgD() local 293 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX2, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD() 302 nX2 += nLastX; in importFromSvgD() 315 … aCurrPoly.appendBezierSegment(B2DPoint(nX1, nY1), B2DPoint(nX2, nY2), B2DPoint(nX, nY)); in importFromSvgD()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 325 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, 327 void PrintArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, 330 void LocateArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, 333 void PrintColHdr( SCCOL nX1, SCCOL nX2, long nScrX, long nScrY ); 335 void LocateColHdr( SCCOL nX1, SCCOL nX2, long nScrX, long nScrY,
|
H A D | gridwin.hxx | 277 …void DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pConten… 354 void DrawButtons( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, 358 void Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, 361 void InvertSimple( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
|
H A D | viewutil.hxx | 99 ScUpdateRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ); 100 void SetNew( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelink.hxx | 227 inline double GetHorDiagAngle( long nX1, long nX2, long nY1, long nY2 ) in GetHorDiagAngle() argument 228 { return GetHorDiagAngle( nX2 - nX1, nY2 - nY1 ); } in GetHorDiagAngle() 264 inline double GetVerDiagAngle( long nX1, long nX2, long nY1, long nY2 ) in GetVerDiagAngle() argument 265 { return GetVerDiagAngle( nX2 - nX1, nY2 - nY1 ); } in GetVerDiagAngle()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 761 sal_uInt16 nX1,nX2,nY1,nY2; in OccupyGrids() local 763 GetGridCoord( nIdBR, nX2, nY2 ); in OccupyGrids() 765 if( nX1 > nX2 ) in OccupyGrids() 768 nX1 = nX2; in OccupyGrids() 769 nX2 = nTemp; in OccupyGrids() 777 for( ; nX1 <= nX2; nX1++ ) in OccupyGrids()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1357 void WinSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument 1363 if ( nX1 == nX2 ) in drawLine() 1374 if ( nX1 <= nX2 ) in drawLine() 1375 nX2++; in drawLine() 1377 nX2--; in drawLine() 1380 LineTo( getHDC(), (int)nX2, (int)nY2 ); in drawLine() 1388 PatBlt( getHDC(), (int)nX2, (int)nY2, (int)1, (int)1, PATINVERT ); in drawLine() 1393 SetPixel( getHDC(), (int)nX2, (int)nY2, mnPenColor ); in drawLine()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | mtftools.cxx | 337 const double nX2, in appendRect() argument 345 ::basegfx::B2DRectangle( x + nX1, y + nY1, x + nX2, y + nY2 ) ) ); in appendRect() 351 const double nX2, in appendRect() argument 356 ::basegfx::B2DRectangle( nX1, nY1, nX2, nY2 ) ) ); in appendRect()
|
/aoo41x/main/svtools/source/control/ |
H A D | ruler.cxx | 339 void Ruler::ImplVDrawLine( long nX1, long nY1, long nX2, long nY2 ) in ImplVDrawLine() argument 344 if ( nX2 < -RULER_CLIP ) in ImplVDrawLine() 348 if ( nX2 > nClip ) in ImplVDrawLine() 350 nX2 = nClip; in ImplVDrawLine() 356 maVirDev.DrawLine( Point( nX1, nY1 ), Point( nX2, nY2 ) ); in ImplVDrawLine() 358 maVirDev.DrawLine( Point( nY1, nX1 ), Point( nY2, nX2 ) ); in ImplVDrawLine() 368 if ( nX2 < -RULER_CLIP ) in ImplVDrawRect() 372 if ( nX2 > nClip ) in ImplVDrawRect() 374 nX2 = nClip; in ImplVDrawRect() 380 maVirDev.DrawRect( Rectangle( nX1, nY1, nX2, nY2 ) ); in ImplVDrawRect() [all …]
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 861 sal_Int32 nX2 = nX1; in rearrangeLabelToAvoidOverlapIfRequested() local 865 nX2 = aRect.getMinX(); in rearrangeLabelToAvoidOverlapIfRequested() 867 nX2 = aRect.getMaxX(); in rearrangeLabelToAvoidOverlapIfRequested() 876 ::basegfx::B2DVector aLength(nX1-nX2, nY1-nY2); in rearrangeLabelToAvoidOverlapIfRequested() 884 aPoints[0][1].X = nX2; in rearrangeLabelToAvoidOverlapIfRequested()
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scfobj.cxx | 59 SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 ) in InsertChart() argument 100 …cTab, static_cast<SCCOL>(nX1), static_cast<SCROW>(nY1), static_cast<SCCOL>(nX2), static_cast<SCROW… in InsertChart()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 690 void AquaSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument 692 if( nX1 == nX2 && nY1 == nY2 ) in drawLine() 704 CGContextAddLineToPoint( mrContext, static_cast<float>(nX2)+0.5, static_cast<float>(nY2)+0.5 ); in drawLine() 707 Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); in drawLine() 740 long nX2 = nX1; in getBoundRect() local 747 else if( pPtAry[n].mnX > nX2 ) in getBoundRect() 748 nX2 = pPtAry[n].mnX; in getBoundRect() 757 rWidth = nX2 - nX1 + 1; in getBoundRect()
|