Home
last modified time | relevance | path

Searched refs:nTmpX (Results 1 – 6 of 6) sorted by last modified time

/trunk/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()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx1452 KSHORT nTmpX = KSHORT(GetInfo().X()); in PaintMultiPortion() local
1465 nOfst = nTmpX + rMulti.Width(); in PaintMultiPortion()
1470 nOfst = nTmpX; in PaintMultiPortion()
1635 GetInfo().X( nTmpX ); in PaintMultiPortion()
1648 GetInfo().X( nTmpX ); in PaintMultiPortion()
1780 SwTwips nTmpX = 0; in BuildMultiPortion() local
1816 nTmpX = rInf.X(); in BuildMultiPortion()
1823 SwTwips nMinWidth = nTmpX + 1; in BuildMultiPortion()
1888 aInf.X( nTmpX ); in BuildMultiPortion()
1936 aInf.X( nTmpX ); in BuildMultiPortion()
[all …]
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2387 long nTmpX = aTmpEnd.X(); in CalcFrmRects() local
2389 aTmpSt.X() = nTmpX; in CalcFrmRects()
H A Dfly.cxx1301 SwTwips nTmpX = nNewX == LONG_MAX ? 0 : nNewX; in ChgRelPos() local
1335 nTmpX -= ((SwFlyAtCntFrm*)this)->GetRelCharX(pAutoFrm); in ChgRelPos()
1342 aHori.SetPos( nTmpX ); in ChgRelPos()
/trunk/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()
1006 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1011 nTmpX = pMapOut[ nX - 1L ]; in ImplExpand()
1017 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1027 for( nX = 0L, nTmpX = 5L; nX < nOldWidth; nX++, nTmpX += 4L ) in ImplExpand()
1033 nTmpX -= 3L; in ImplExpand()
1039 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1044 nTmpX -= 3L; in ImplExpand()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx534 long nX, nY, nTmp, nTmpX, nTmpY; in ImplCreateOutput() local
549 fTmp = nTmpX - fTmp; in ImplCreateOutput()
577 fTmp = nTmpX - fTmp; in ImplCreateOutput()
1033 long nX, nY, nTmpX, nTmpY, nTmpFX, nTmpFY; in ImplCreateScaled() local
1129 nOff = 3L * ( nTmpX = pMapIX[ nX ] ); in ImplCreateScaled()
1162 nOff = 3L * ( nTmpX = pMapIX[ nX ] ); in ImplCreateScaled()
1257 const long nAlpha0 = pLine0[ nTmpX ]; in ImplCreateScaled()
1258 const long nAlpha2 = pLine1[ nTmpX ]; in ImplCreateScaled()
1260 const long nAlpha3 = pLine1[ nTmpX ]; in ImplCreateScaled()
1334 for( nX = 0UL, nTmpX = nStartX; nX < nDstW; nTmpX++ ) in ImplCreateScaled()
[all …]

Completed in 103 milliseconds