Home
last modified time | relevance | path

Searched refs:nX1 (Results 1 – 25 of 76) sorted by last modified time

1234

/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()
695 drawPixel( nX1, nY1 ); in drawLine()
703 CGContextMoveToPoint( mrContext, static_cast<float>(nX1)+0.5, static_cast<float>(nY1)+0.5 ); in drawLine()
707 Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); in drawLine()
739 long nX1 = pPtAry->mnX; in getBoundRect() local
740 long nX2 = nX1; in getBoundRect()
745 if( pPtAry[n].mnX < nX1 ) in getBoundRect()
746 nX1 = pPtAry[n].mnX; in getBoundRect()
755 rX = nX1; in getBoundRect()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx119 const SwTwips nX1 = pPor->GetLen() ? in lcl_GetCharRectInsideField() local
132 rOrig.Pos().X() += nX1; 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.cxx743 BigInt nX1(aNeuPos1.X()-aPos.X()); nX1*=nX1; in movePathDrag() local
747 nX1+=nY1; // Korrekturabstand zum Quadrat in movePathDrag()
750 if (nX1<nX2) bPnt2=sal_False; else bPnt1=sal_False; in movePathDrag()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1645 double nX1(aRectIter->Left()); in ImplSetClipRegion() local
1650 ImplWriteDouble( nX1 ); in ImplSetClipRegion()
1659 ImplWriteDouble( nX1 ); in ImplSetClipRegion()
1662 ImplWriteDouble( nX1 ); 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/vcl/source/gdi/
H A Dbitmap4.cxx801 long nX, nY, nX1, nX2, nY1, nY2, nSumR, nSumG, nSumB; in ImplMosaic() local
811 nX1 = 0; nX2 = nTileWidth - 1; in ImplMosaic()
816 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
824 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
838 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
841 nX1 += nTileWidth; nX2 += nTileWidth; in ImplMosaic()
849 while( nX1 < nWidth ); in ImplMosaic()
857 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
871 for( nX = nX1; nX <= nX2; nX++ ) in ImplMosaic()
874 nX1 += nTileWidth; nX2 += nTileWidth; in ImplMosaic()
[all …]
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()
1739 nX2 = nX1; in ImplPolygonRectTest()
1740 nX1 = nSwap; in ImplPolygonRectTest()
1750 if( nX2 != nX1 ) in ImplPolygonRectTest()
1760 pRectOut->Left() = nX1; in ImplPolygonRectTest()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4395 SCCOL nX1, SCCOL nX2 ) const in FindMaxRotCol() argument
4398 pTab[nTab]->FindMaxRotCol( pRowInfo, nArrCount, nX1, nX2 ); in FindMaxRotCol()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1356 SCCOL nLoopStartX = nX1; in DrawStrings()
1357 if ( nX1 > 0 ) in DrawStrings()
1380 if ( nLoopStartX < nX1 ) in DrawStrings()
1421 SCCOL nTempX=nX1; in DrawStrings()
1425 if ( nTempX < nX1 && in DrawStrings()
2323 if ( nXForPos < nX1 ) in DrawEdit()
2325 nXForPos = nX1; in DrawEdit()
2739 SCCOL nClipX = ( nX < nX1 ) ? nX1 : nX; in DrawEdit()
3096 if (nX<nX1) in DrawRotated()
3103 SCCOL nCol = nX1; in DrawRotated()
[all …]
H A Dviewdata.cxx2069 SCCOL nX1 = 0; in SetScreenPos() local
2073 nAdd = (long) pDoc->GetColWidth(nX1,nTabNo); in SetScreenPos()
2074 if (nSize+nAdd <= nTwips+1 && nX1<MAXCOL) in SetScreenPos()
2077 ++nX1; in SetScreenPos()
2100 SetPosX( SC_SPLIT_LEFT, nX1 ); in SetScreenPos()
2103 SetCurX( nX1 ); in SetScreenPos()
H A Dgridwin.cxx4460 SCCOL nX1 = pViewData->GetPosX( eHWhich ); in UpdateFormulas() local
4462 SCCOL nX2 = nX1 + pViewData->VisibleCellsX( eHWhich ); in UpdateFormulas()
4478 pDoc->ExtendHidden( nX1, nY1, nX2, nY2, nTab ); in UpdateFormulas()
4480 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); 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()
5555 SCCOL nX1 = bDragRect ? nDragStartX : aPagebreakDrag.aStart.Col(); in UpdateDragRectOverlay() local
5564 if (nX1 < nPosX) nX1 = nPosX; in UpdateDragRectOverlay()
5569 Point aScrPos( pViewData->GetScrPos( nX1, nY1, eWhich ) ); in UpdateDragRectOverlay()
5581 if (ValidCol(nX2) && nX2>=nX1) in UpdateDragRectOverlay()
[all …]
H A Dprintfun.cxx444 SCCOL nX1 = 0; in DrawToDev() local
451 nX1 = aRange.aStart.Col(); in DrawToDev()
464 if (nX2>nX1) --nX2; in DrawToDev()
469 if (nX1 > MAXCOL) nX1 = MAXCOL; in DrawToDev()
2077 if ( nX1 > nRepeatStartCol && nX1 <= nRepeatEndCol ) in PrintPage()
2121 for (i=nX1; i<=nX2; i++) in PrintPage()
2719 SCCOL nX1; in DoPrint() local
2728 nX1 = nStartCol; in DoPrint()
2749 nX1 = nX2 + 1; in DoPrint()
2759 nX1 = nStartCol; 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.cxx278 … long nX1 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpStartIndex, sal_True ); 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.hxx121 const double nX1,
131 const double nX1,
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1045 sal_Int32 nX1, nX2, nY1, nY2; in operator ==() local
1047 GetScale( nX1, nY1 ); 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.cxx230 bool FindMergeGroup(short nX1, short nWidth, bool bExact, short& nMGrIdx);
2729 short nX1 = pActBand->nCenter[ i ]; in MergeCells() local
2738 pActMGroup = new WW8SelBoxInfo( nX1, nWidth ); in MergeCells()
2763 while ( FindMergeGroup( nX1, pActMGroup->nGroupWidth, in MergeCells()
2881 bool WW8TabDesc::FindMergeGroup(short nX1, short nWidth, bool bExact, in FindMergeGroup() argument
2892 short nX2 = nX1 + nWidth; in FindMergeGroup()
2912 if( ( nX1 > nGrX1 ) && ( nX2 < nGrX2 ) ) in FindMergeGroup()
2922 if( ( ( nX1 > nGrX1 ) in FindMergeGroup()
2923 && ( nX1 < nGrX2 - 2*nToleranz ) ) in FindMergeGroup()
2927 || ( ( nX1 <=nGrX1 ) in FindMergeGroup()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx994 … const sal_Int32 nX1( ::canvas::tools::roundDown( aTextureSpacePolygonRect.getMinX() ) ); in fillTexturedPolyPolygon() local
999 nX1, nY1, in fillTexturedPolyPolygon()
1000 nX1 + 1.0, in fillTexturedPolyPolygon()
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
1359 MoveToEx( getHDC(), (int)nX1, (int)nY1, NULL ); in drawLine()
1363 if ( nX1 == nX2 ) in drawLine()
1374 if ( nX1 <= nX2 ) 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
320 m_aDevice->drawLine( B2IPoint( nX1, nY1 ), 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()
H A Dsvppspgraphics.hxx140 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx394 void PspGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument
396 m_pPrinterGfx->DrawLine (Point(nX1, nY1), Point(nX2, nY2)); in drawLine()

Completed in 287 milliseconds

1234