Home
last modified time | relevance | path

Searched refs:nX2 (Results 1 – 25 of 75) sorted by last modified time

123

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3259 long nX2 = nX+nWidth; in ImplGetTextBoundRect() local
3262 ImplRotatePos( nBaseX, nBaseY, nX2, nY2, mpFontEntry->mnOrientation ); in ImplGetTextBoundRect()
3263 nWidth = nX2-nX; in ImplGetTextBoundRect()
H A Dbitmap4.cxx811 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 Dbitmap.cxx920 for( long nX = 0, nX2 = nOldX; nX < nNewWidth; nX++, nX2++ ) in Crop() local
921 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nY2, nX2 ) ); in Crop()
H A Dregion.cxx1725 long nX1 = pPoints[0].X(), nX2 = pPoints[2].X(), nY1 = pPoints[0].Y(), nY2 = pPoints[2].Y(); in ImplPolygonRectTest() local
1727 …if( ( (pPoints[1].X() == nX1 && pPoints[3].X() == nX2) && (pPoints[1].Y() == nY2 && pPoints[3].Y()… in ImplPolygonRectTest()
1728 …|| ( (pPoints[1].X() == nX2 && pPoints[3].X() == nX1) && (pPoints[1].Y() == nY1 && pPoints[3].Y() … in ImplPolygonRectTest()
1736 if( nX2 < nX1 ) in ImplPolygonRectTest()
1738 nSwap = nX2; in ImplPolygonRectTest()
1739 nX2 = nX1; in ImplPolygonRectTest()
1750 if( nX2 != nX1 ) in ImplPolygonRectTest()
1752 nX2--; in ImplPolygonRectTest()
1761 pRectOut->Right() = nX2; in ImplPolygonRectTest()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx690 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()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx123 SwTwips nX2 = 0; in lcl_GetCharRectInsideField() local
127 nX2 = pPor->GetTxtSize( rInf ).Width(); in lcl_GetCharRectInsideField()
133 rOrig.Width( ( nX2 > nX1 ) ? in lcl_GetCharRectInsideField()
134 ( nX2 - nX1 ) : in lcl_GetCharRectInsideField()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx745 BigInt nX2(aNeuPos2.X()-aPos.X()); nX2*=nX2; in movePathDrag() local
748 nX2+=nY2; // Korrekturabstand zum Quadrat in movePathDrag()
750 if (nX1<nX2) bPnt2=sal_False; else bPnt1=sal_False; in movePathDrag()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3285 long nX2 = ImpGetXPos( nPara, pLine, nIndex2, sal_False ); in ImpGetOutputOffset() local
3286 if ( ( !IsRightToLeft() && ( nX2 < nX ) ) || in ImpGetOutputOffset()
3287 ( IsRightToLeft() && ( nX2 > nX ) ) ) in ImpGetOutputOffset()
3289 nX = nX2; in ImpGetOutputOffset()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1647 double nX2(aRectIter->Right()); in ImplSetClipRegion() local
1653 ImplWriteDouble( nX2 ); in ImplSetClipRegion()
1656 ImplWriteDouble( nX2 ); in ImplSetClipRegion()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx714 SVT_DLLPRIVATE void ImplVDrawLine( long nX1, long nY1, long nX2, long nY2 );
715 SVT_DLLPRIVATE void ImplVDrawRect( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4395 SCCOL nX1, SCCOL nX2 ) const in FindMaxRotCol()
4398 pTab[nTab]->FindMaxRotCol( pRowInfo, nArrCount, nX1, nX2 ); in FindMaxRotCol()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1029 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 Dgridwin.cxx4462 SCCOL nX2 = nX1 + pViewData->VisibleCellsX( eHWhich ); in UpdateFormulas() local
4465 if (nX2 > MAXCOL) nX2 = MAXCOL; in UpdateFormulas()
4478 pDoc->ExtendHidden( nX1, nY1, nX2, nY2, nTab ); in UpdateFormulas()
4486 long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X(); in UpdateFormulas()
4498 pDoc->FillInfo( aTabInfo, nX1, nY1, nX2, nY2, nTab, nPPTX, nPPTY, sal_False, sal_False ); in UpdateFormulas()
4503 nScrX, nScrY, nX1, nY1, nX2, nY2, nPPTX, nPPTY, in UpdateFormulas()
5557 SCCOL nX2 = bDragRect ? nDragEndX : aPagebreakDrag.aEnd.Col(); in UpdateDragRectOverlay() local
5565 if (nX2 < nPosX) nX2 = nPosX; in UpdateDragRectOverlay()
5581 if (ValidCol(nX2) && nX2>=nX1) in UpdateDragRectOverlay()
5582 for (i=nX1; i<=nX2; i++) in UpdateDragRectOverlay()
H A Dprintfun.cxx446 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 …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4496 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in CreateOneName() argument
4511 ScRange( nX1, nY1, nTab, nX2, nY2, nTab ).Format( aContent, SCR_ABS_3D, pDoc ); in CreateOneName()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx279 … long nX2 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpEndIndex ); in DrawSelection() local
281 Point aPt1( Min( nX1, nX2 ), aTopLeft.Y() ); in DrawSelection()
282 Point aPt2( Max( nX1, nX2 ), aBottomRight.Y() ); in DrawSelection()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx123 const double nX2,
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1045 sal_Int32 nX1, nX2, nY1, nY2; in operator ==() local
1048 rOpt.GetScale( nX2, nY2 ); in operator ==()
1050 return( ( nX1 == nX2 ) && in operator ==()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h191 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2892 short nX2 = nX1 + nWidth; in FindMergeGroup() local
2912 if( ( nX1 > nGrX1 ) && ( nX2 < nGrX2 ) ) in FindMergeGroup()
2924 || ( ( nX2 > nGrX1 + 2*nToleranz ) in FindMergeGroup()
2925 && ( nX2 < nGrX2 ) ) in FindMergeGroup()
2928 && ( nX2 >=nGrX2 ) ) ) in FindMergeGroup()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx996 … const sal_Int32 nX2( ::canvas::tools::roundUp( aTextureSpacePolygonRect.getMaxX() ) ); in fillTexturedPolyPolygon() local
1021 1 : nX2 - nX1 ); in fillTexturedPolyPolygon()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1357 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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx317 void SvpSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument
321 B2IPoint( nX2, nY2 ), in drawLine()
H A Dsvpgdi.hxx121 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
H A Dsvppspgraphics.cxx328 void PspGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument
330 m_pPrinterGfx->DrawLine (Point(nX1, nY1), Point(nX2, nY2)); in drawLine()

Completed in 334 milliseconds

123