Home
last modified time | relevance | path

Searched refs:nTmpX (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr2.cxx534 long nX, nY, nTmp, nTmpX, nTmpY; in ImplCreateOutput() local
544 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()
549 fTmp = nTmpX - fTmp; in ImplCreateOutput()
572 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()
577 fTmp = nTmpX - fTmp; in ImplCreateOutput()
1033 long nX, nY, nTmpX, nTmpY, nTmpFX, nTmpFY; in ImplCreateScaled() local
1062 nTmpX = pMapIX[ nX ]; nTmpFX = pMapFX[ nX ]; in ImplCreateScaled()
1064 const BitmapColor& rCol0 = pAcc->GetPaletteColor( pLine0[ nTmpX ] ); in ImplCreateScaled()
1065 const BitmapColor& rCol2 = pAcc->GetPaletteColor( pLine1[ nTmpX ] ); in ImplCreateScaled()
1066 const BitmapColor& rCol1 = pAcc->GetPaletteColor( pLine0[ ++nTmpX ] ); in ImplCreateScaled()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dimpvect.cxx987 long nX, nY, nTmpX, nTmpY; in ImplExpand() local
1000 nTmpX = pMapIn[ nX++ ]; in ImplExpand()
1003 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1004 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1005 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1006 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1011 nTmpX = pMapOut[ nX - 1L ]; in ImplExpand()
1014 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1015 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1016 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
[all …]
/AOO41X/main/sw/source/core/text/
H A Dpormulti.cxx1453 KSHORT nTmpX = KSHORT(GetInfo().X()); in PaintMultiPortion() local
1466 nOfst = nTmpX + rMulti.Width(); in PaintMultiPortion()
1471 nOfst = nTmpX; in PaintMultiPortion()
1636 GetInfo().X( nTmpX ); in PaintMultiPortion()
1649 GetInfo().X( nTmpX ); in PaintMultiPortion()
1781 SwTwips nTmpX = 0; in BuildMultiPortion() local
1817 nTmpX = rInf.X(); in BuildMultiPortion()
1824 SwTwips nMinWidth = nTmpX + 1; in BuildMultiPortion()
1889 aInf.X( nTmpX ); in BuildMultiPortion()
1937 aInf.X( nTmpX ); in BuildMultiPortion()
[all …]
/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx1215 long nTmpX = pLine->GetStartX(); in GetCharPos() local
1216 if ( nXPos <= nTmpX ) in GetCharPos()
1222 nTmpX += pTextPortion->GetWidth(); in GetCharPos()
1224 if ( nTmpX > nXPos ) in GetCharPos()
1228 nTmpX -= pTextPortion->GetWidth(); // vor die Portion stellen in GetCharPos()
1233 long nPosInPortion = nXPos-nTmpX; in GetCharPos()
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx1321 SwTwips nTmpX = nNewX == LONG_MAX ? 0 : nNewX; in ChgRelPos() local
1355 nTmpX -= ((SwFlyAtCntFrm*)this)->GetRelCharX(pAutoFrm); in ChgRelPos()
1362 aHori.SetPos( nTmpX ); in ChgRelPos()
H A Dtrvlfrm.cxx2387 long nTmpX = aTmpEnd.X(); in CalcFrmRects() local
2389 aTmpSt.X() = nTmpX; in CalcFrmRects()